Fix vlan remove syntax error at networking/red.

This commit is contained in:
Arne Fitzenreiter
2009-11-11 22:41:02 +01:00
parent 99c7f71ba9
commit 715014d0c8
2 changed files with 2 additions and 1 deletions

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