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