mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-24 01:42:58 +02:00
Fix vlan remove syntax error at networking/red.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user