diff --git a/Shorewall/Perl/Shorewall/Tc.pm b/Shorewall/Perl/Shorewall/Tc.pm index 3ec086bb3..9e3289c09 100644 --- a/Shorewall/Perl/Shorewall/Tc.pm +++ b/Shorewall/Perl/Shorewall/Tc.pm @@ -72,6 +72,9 @@ our %flow_keys = ( 'src' => 1, # out_bandwidth => , # number => , # classify => 0|1 +# flow => Comma-separated flow tupple +# classify => 0|1 +# pfifo => 0|1 # tablenumber => # default => # redirected => [ , , ... ] @@ -80,6 +83,13 @@ our %flow_keys = ( 'src' => 1, # qdisc => htb|hfsc # guarantee => # name => +# filters => [ filter, ... ] +# linklayer => (optional) +# overhead => +# mtu => +# tsize => +# filterpri => (initially 0) +# connmark => 0|1 # } # our @tcdevices; @@ -2392,7 +2402,6 @@ sub setup_tc( $ ) { } if ( $config{MANGLE_ENABLED} ) { - if ( $convert ) { my $have_tcrules;