From 0626594cda6f561261fec27c4df1148cd8cd81cf Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Sat, 14 May 2011 09:27:51 -0700 Subject: [PATCH] Restore accuracy of tcclasses diagram --- Shorewall/Perl/Shorewall/Tc.pm | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) 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;