Complete the table documentation at the top of the file

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2020-09-18 13:44:41 -07:00
parent 6c4383b5ce
commit d363809859
No known key found for this signature in database
GPG Key ID: 96E6B3F2423A4D10

View File

@ -72,6 +72,9 @@ our %flow_keys = ( 'src' => 1,
# out_bandwidth => <value> , # out_bandwidth => <value> ,
# number => <number>, # number => <number>,
# classify => 0|1 # classify => 0|1
# flow => Comma-separated flow tupple
# classify => 0|1
# pfifo => 0|1
# tablenumber => <next u32 table to be allocated for this device> # tablenumber => <next u32 table to be allocated for this device>
# default => <default class mark value> # default => <default class mark value>
# redirected => [ <dev1>, <dev2>, ... ] # redirected => [ <dev1>, <dev2>, ... ]
@ -80,6 +83,13 @@ our %flow_keys = ( 'src' => 1,
# qdisc => htb|hfsc # qdisc => htb|hfsc
# guarantee => <total RATE of classes seen so far> # guarantee => <total RATE of classes seen so far>
# name => <interface> # name => <interface>
# filters => [ filter, ... ]
# linklayer => <type> (optional)
# overhead => <number>
# mtu => <number>
# tsize => <number>
# filterpri => <number> (initially 0)
# connmark => 0|1
# } # }
# #
our @tcdevices; our @tcdevices;
@ -2392,7 +2402,6 @@ sub setup_tc( $ ) {
} }
if ( $config{MANGLE_ENABLED} ) { if ( $config{MANGLE_ENABLED} ) {
if ( $convert ) { if ( $convert ) {
my $have_tcrules; my $have_tcrules;