From 69d0bb69b886550e04d2feb491f58067763396e2 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Wed, 17 Feb 2010 06:42:30 -0800 Subject: [PATCH] Avoid duplicate SFQ class numbers. Signed-off-by: Tom Eastep --- Shorewall/changelog.txt | 2 ++ Shorewall/releasenotes.txt | 11 +++++++++++ 2 files changed, 13 insertions(+) diff --git a/Shorewall/changelog.txt b/Shorewall/changelog.txt index 310cea361..5b558e742 100644 --- a/Shorewall/changelog.txt +++ b/Shorewall/changelog.txt @@ -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. diff --git a/Shorewall/releasenotes.txt b/Shorewall/releasenotes.txt index 89118d2a7..6a8e306bc 100644 --- a/Shorewall/releasenotes.txt +++ b/Shorewall/releasenotes.txt @@ -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 ----------------------------------------------------------------------------