Merge branch 'master' into next

This commit is contained in:
Arne Fitzenreiter
2017-06-01 15:43:48 +02:00
2 changed files with 2 additions and 1 deletions

View File

@@ -79,6 +79,7 @@ dhcpcd_down()
# Only if RED_TYPE=DHCP update /var/ipfire/red
if [ "$RED_TYPE" == "DHCP" ]; then
logger -p local0.info -t dhcpcd.exe[$$] "${interface} has been brought down"
rm -f /var/ipfire/red/active
run_subdir ${rc_base}/init.d/networking/red.down/
fi
}