mirror of
https://gitlab.com/shorewall/code.git
synced 2025-02-18 02:31:11 +01:00
Document fix for 10+ TC interfaces
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
e04afd311c
commit
af7d1777b7
@ -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.
|
||||
|
@ -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
|
||||
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user