From f7e2332fd3cabc71d725cb0aa16bda46d6b56725 Mon Sep 17 00:00:00 2001 From: teastep Date: Mon, 10 Oct 2005 21:29:24 +0000 Subject: [PATCH] Correct spelling of MACLIST_TABLE in shorewall.conf git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@2847 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall/shorewall.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Shorewall/shorewall.conf b/Shorewall/shorewall.conf index 0e6de3bc4..8d20cde7f 100755 --- a/Shorewall/shorewall.conf +++ b/Shorewall/shorewall.conf @@ -795,12 +795,12 @@ BLACKLIST_DISPOSITION=DROP # chains. In some configurations, users have reported problems with MAC # verification of forwarded packets. # -# These problems can be worked around by setting MAC_TABLE=mangle which +# These problems can be worked around by setting MACLIST_TABLE=mangle which # will cause Mac verification to occur out of the PREROUTING chain. Because # REJECT isn't available in that environment, you may not specify -# MACLIST_DISPOSITION=REJECT with MAC_TABLE=mangle. +# MACLIST_DISPOSITION=REJECT with MACLIST_TABLE=mangle. -MAC_TABLE=filter +MACLIST_TABLE=filter # # MAC List Disposition