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
@ -635,6 +635,9 @@ sub add_a_provider( $ ) {
|
|||||||
emit( qq( delete_gateway "$via" ) . $tbl );
|
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\"",
|
emit( " progress_message2 \"Provider $table stopped\"",
|
||||||
'else',
|
'else',
|
||||||
|
Loading…
Reference in New Issue
Block a user