mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-26 09:33:14 +01:00
Clear device TC on 'disable'
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
ed7d70e54b
commit
90f83fd9fd
@ -634,8 +634,11 @@ sub add_a_provider( $ ) {
|
||||
|
||||
emit( qq( delete_gateway "$via" ) . $tbl );
|
||||
}
|
||||
|
||||
|
||||
|
||||
emit( '',
|
||||
" qt \$TC qdisc del dev $physical root",
|
||||
" qt \$TC qdisc del dev $physical ingress\n" ) if $tcdevices->{$interface};
|
||||
|
||||
emit( " progress_message2 \"Provider $table stopped\"",
|
||||
'else',
|
||||
" startup_error \"$undo does not exist\"",
|
||||
|
Loading…
Reference in New Issue
Block a user