Browse Source

cms/cmsifup.sh: do not use ifup -m

we don't want to bring the interface up several times

(cherry picked from commit 0852c38b7a)
master
Harald Hoyer 10 years ago
parent
commit
195b5d0725
  1. 2
      modules.d/80cms/cmsifup.sh

2
modules.d/80cms/cmsifup.sh

@ -35,4 +35,4 @@ fi @@ -35,4 +35,4 @@ fi
IFACES="$IFACES $DEVICE"
echo "$IFACES" >> /tmp/net.ifaces

ifup $DEVICE -m
exec ifup "$DEVICE"

Loading…
Cancel
Save