From b560dbd418c60ca9841fba59829f1c72f8d2b73c Mon Sep 17 00:00:00 2001 From: teastep Date: Sun, 22 Apr 2007 23:41:30 +0000 Subject: [PATCH] Document maclist fix git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6075 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall-common/changelog.txt | 2 ++ Shorewall-common/releasenotes.txt | 3 +++ 2 files changed, 5 insertions(+) diff --git a/Shorewall-common/changelog.txt b/Shorewall-common/changelog.txt index da90aaf7f..0948dc5e0 100644 --- a/Shorewall-common/changelog.txt +++ b/Shorewall-common/changelog.txt @@ -20,6 +20,8 @@ Changes in 3.9.4 10) Fix intra-zone policies. +11) Fix typo in maclist validation. + Changes in 3.9.3 1) Apply Steven Springl's patch for port checking. diff --git a/Shorewall-common/releasenotes.txt b/Shorewall-common/releasenotes.txt index 2ffd30cce..2fd6f18e8 100644 --- a/Shorewall-common/releasenotes.txt +++ b/Shorewall-common/releasenotes.txt @@ -38,6 +38,9 @@ Problems corrected in 3.9.4. 8) Intra-zone policies other than ACCEPT didn't work. +9) When MACLIST_TABLE=filter, MAC validation produced invalid + iptables-restore input. + Other changes in Shorewall 3.9.4 1) The LOG_MARTIANS and ROUTE_FILTER options are not tri-valued.