From a1359b99cb5559c285c4eab5423b37f148af1e18 Mon Sep 17 00:00:00 2001 From: Lukas Nykryn Date: Mon, 25 May 2015 10:17:47 +0200 Subject: network: modem type interfaces should explicitly start after and stop before common interfaces --- rc.d/init.d/network | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rc.d') diff --git a/rc.d/init.d/network b/rc.d/init.d/network index 0f498f6f..21b75344 100755 --- a/rc.d/init.d/network +++ b/rc.d/init.d/network @@ -100,7 +100,7 @@ case "$1" in vpninterfaces="$vpninterfaces $i" continue fi - if [ "$TYPE" = "xDSL" ]; then + if [ "$TYPE" = "xDSL" -o "$TYPE" = "Modem" ]; then xdslinterfaces="$xdslinterfaces $i" continue fi @@ -197,7 +197,7 @@ case "$1" in bridgeinterfaces="$bridgeinterfaces $i" continue fi - if [ "$TYPE" = "xDSL" ]; then + if [ "$TYPE" = "xDSL" -o "$TYPE" = "Modem" ]; then xdslinterfaces="$xdslinterfaces $i" continue fi -- cgit v1.2.1