Merge branch 'master' of ssh://peterman@git.ipfire.org/pub/git/ipfire-2.x

This commit is contained in:
root
2009-11-12 10:10:27 +01:00
2 changed files with 2 additions and 1 deletions

View File

@@ -1 +1,2 @@
etc/system-release
etc/rc.d/init.d/networking/red

View File

@@ -568,7 +568,7 @@ case "${1}" in
if echo "${link_status}" | grep -q UP; then
boot_mesg "Bringing down the ${DEVICE}.${RED_VDSL_INET_VLAN} interface..."
ip link set ${DEVICE}.${RED_VDSL_INET_VLAN} down
vconfig del ${DEVICE} ${RED_VDSL_INET_VLAN}
vconfig rem ${DEVICE}.${RED_VDSL_INET_VLAN}
evaluate_retval
fi
else