Avoid duplicate SFQ class numbers.

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2010-02-17 06:42:30 -08:00
parent 9d7bd3f651
commit 69d0bb69b8
2 changed files with 13 additions and 0 deletions

View File

@ -2,6 +2,8 @@ Changes in Shorewall 4.4.7.5
1) Don't create a logging chain for rules with '-j RETURN'.
2) Avoid duplicate SFQ class numbers.
Changes in Shorewall 4.4.7.4
1) Add $remote_fs to Required-start and Required-stop for Debian.

View File

@ -191,6 +191,17 @@ Shorewall 4.4.7 Patch Release 5.
generate an incorrect rule sequence. The packet would be logged
but the CONTINUE action would not occur.
2) If multiple entries were present in /etc/shorewall/tcdevices and
unique class numbers were not explicitly specified in
/etc/shorewall/tc, then 'shorewall start' would fail with a
diagnostic such as:
Setting up Traffic Control...
RTNETLINK answers: File exists
ERROR: Command "tc qdisc add dev eth1 parent 2:2 handle 2: sfq quantum
1500 limit 127 perturb 10" Failed
Processing /etc/shorewall/stop ...
----------------------------------------------------------------------------
P R O B L E M S C O R R E C T E D I N 4 . 4 . 7 . 4
----------------------------------------------------------------------------