From db3e951ab5333a003cfd8276437fb00a71fae334 Mon Sep 17 00:00:00 2001 From: Lukas Nykryn Date: Mon, 12 Sep 2016 09:52:02 +0200 Subject: network: unset NM_CONTROLLED --- rc.d/init.d/network | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc.d/init.d/network b/rc.d/init.d/network index 24306888..541a4005 100755 --- a/rc.d/init.d/network +++ b/rc.d/init.d/network @@ -84,7 +84,7 @@ case "$1" in # bring up all other interfaces configured to come up at boot time for i in $interfaces; do - unset DEVICE TYPE SLAVE + unset DEVICE TYPE SLAVE NM_CONTROLLED eval $(LANG=C grep -F "DEVICE=" ifcfg-$i) eval $(LANG=C grep -F "TYPE=" ifcfg-$i) eval $(LANG=C grep -F "SLAVE=" ifcfg-$i) -- cgit v1.2.1