From 20299780506956aad0ff32b090cdb0993a1f5c78 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Sat, 19 Mar 2011 14:32:12 -0700 Subject: [PATCH] Document fix for icmps in tcfilters. Signed-off-by: Tom Eastep --- Shorewall/known_problems.txt | 5 +++++ Shorewall/releasenotes.txt | 6 +++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/Shorewall/known_problems.txt b/Shorewall/known_problems.txt index 8525d47bb..092e6e180 100644 --- a/Shorewall/known_problems.txt +++ b/Shorewall/known_problems.txt @@ -19,3 +19,8 @@ to the firewall system. Corrected in Shorewall 4.4.18.1 + +4) If an icmp or icmp6 type/code is specified in the tcfilters file, a + run-time error occurs. + + Corrected in Shorewall 4.4.18.1 diff --git a/Shorewall/releasenotes.txt b/Shorewall/releasenotes.txt index 8f149081e..2ef4c4d94 100644 --- a/Shorewall/releasenotes.txt +++ b/Shorewall/releasenotes.txt @@ -29,7 +29,11 @@ VI. PROBLEMS CORRECTED AND NEW FEATURES IN PRIOR RELEASES 3) The Shorewall Lite and Shorewall6 Lite installers now install the 'helpers' modules file. Previously, this file was not installed with the result that both 'shorewall[6]-lite show capabilities' and - 'shorecap' failed. + 'shorecap' failed. + +4) Previously, if an icmp or icmp6 type which included both a type and + a code was used in the tcfilters file, 'start' and 'restart' would + fail with a 'tc' error. 4.4.18 Final