diff options
Diffstat (limited to 'rc.d')
-rwxr-xr-x | rc.d/init.d/network | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rc.d/init.d/network b/rc.d/init.d/network index 1c8b8b2e..0fe253e0 100755 --- a/rc.d/init.d/network +++ b/rc.d/init.d/network @@ -88,8 +88,11 @@ case "$1" in if [ "${DEVICE##cipcb}" != "$DEVICE" ] ; then cipeinterfaces="$cipeinterfaces $DEVICE" + continue fi if LANG=C egrep -L "^ONBOOT=\"?[Nn][Oo]\"?" ifcfg-$i > /dev/null ; then + # this loads the module, to preserve ordering + is_available $i continue fi # If we're in confirmation mode, get user confirmation |