mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-25 17:13:11 +01:00
Avoid duplicate SFQ class numbers.
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
9d7bd3f651
commit
69d0bb69b8
@ -2,6 +2,8 @@ Changes in Shorewall 4.4.7.5
|
|||||||
|
|
||||||
1) Don't create a logging chain for rules with '-j RETURN'.
|
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
|
Changes in Shorewall 4.4.7.4
|
||||||
|
|
||||||
1) Add $remote_fs to Required-start and Required-stop for Debian.
|
1) Add $remote_fs to Required-start and Required-stop for Debian.
|
||||||
|
@ -191,6 +191,17 @@ Shorewall 4.4.7 Patch Release 5.
|
|||||||
generate an incorrect rule sequence. The packet would be logged
|
generate an incorrect rule sequence. The packet would be logged
|
||||||
but the CONTINUE action would not occur.
|
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
|
P R O B L E M S C O R R E C T E D I N 4 . 4 . 7 . 4
|
||||||
----------------------------------------------------------------------------
|
----------------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user