Document fix for 10+ TC interfaces

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2010-10-28 11:00:02 -07:00
parent e04afd311c
commit af7d1777b7
3 changed files with 29 additions and 0 deletions

View File

@ -1,3 +1,7 @@
Changes post 4.4.11.6
1) Fix 10+ TC Interfaces.
Changes in Shorewall 4.4.11.6
1) Fix log reading in -lite packages.

View File

@ -147,3 +147,17 @@
showed an empty log when issued to one of the -lite packages.
Corrected in Shorewall 4.4.11.6
22) If 10 or more interfaces are configured in Complex Traffic Shaping
(/etc/shorewall/tcdevices), the following compilation diagnostic
is issued:
Argument "a" isn't numeric in sprintf at
/usr/share/shorewall/Shorewall/Config.pm line 893.
and an invalid TC configuration is generated.
A fix is available at
http://shorewall.git.sourceforge.net/git/gitweb.cgi?p=shorewall/shorewall;a=commitdiff;h=20bb781874c739c01b798d2db31b6c1d9cfefe96

View File

@ -218,6 +218,17 @@ VI. PROBLEMS CORRECTED AND NEW FEATURES IN PRIOR RELEASES
I I I. P R O B L E M S C O R R E C T E D I N T H I S R E L E A S E
----------------------------------------------------------------------------
Post-4.4.11.6
1) Previously, if 10 or more interfaces were configured in Complex
Traffic Shaping (/etc/shorewall/tcdevices), the following
compilation diagnostic was generated:
Argument "a" isn't numeric in sprintf at
/usr/share/shorewall/Shorewall/Config.pm line 893.
and an invalid TC configuration was generated.
4.4.11.6
1) The Shorewall-lite and Shorewall6-lite Debian init scripts contained a