diff --git a/Shorewall/Perl/Shorewall/Tc.pm b/Shorewall/Perl/Shorewall/Tc.pm index f9d22e124..0655cfb28 100644 --- a/Shorewall/Perl/Shorewall/Tc.pm +++ b/Shorewall/Perl/Shorewall/Tc.pm @@ -142,22 +142,22 @@ our $ipp2p; # # TCClasses Table # -# %tcclasses { device => , -# mark => , -# number => , -# rate => , -# umax => , -# dmax => , -# ceiling => , -# priority => , -# occurs => # 0 means that this is a class generated by another class with occurs > 1 -# parent => -# leaf => 0|1 -# guarantee => -# options => { tos => [ , , ... ]; -# tcp_ack => 1 , -# ... -# +# %tcclasses { device => { number => { mark => , +# rate => , +# umax => , +# dmax => , +# ceiling => , +# priority => , +# occurs => # 0 means that this is a class generated by another class with occurs > 1 +# parent => +# leaf => 0|1 +# guarantee => +# options => { tos => [ , , ... ]; +# tcp_ack => 1 , +# ... +# } +# } +# } our @tcclasses; our %tcclasses;