From 6615c1f7360ca92394289f7d025da3cf5600a3aa Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Sun, 4 Aug 2013 09:01:09 -0700 Subject: [PATCH] Clarify usage of Interface Option Chains Signed-off-by: Tom Eastep --- Shorewall/Perl/Shorewall/Chains.pm | 5 +++-- release | 1 - 2 files changed, 3 insertions(+), 3 deletions(-) delete mode 120000 release diff --git a/Shorewall/Perl/Shorewall/Chains.pm b/Shorewall/Perl/Shorewall/Chains.pm index 08568d2b7..3cf9e1ecc 100644 --- a/Shorewall/Perl/Shorewall/Chains.pm +++ b/Shorewall/Perl/Shorewall/Chains.pm @@ -337,8 +337,9 @@ our $VERSION = '4.5_18'; # These are present when there is more than one zone associated with the interface. They are jumped to from the INPUT, OUTPUT and # FORWARD chains respectively. # - Input Option, Output Option and Forward "Interface Option Chains" -# Used when blacklisting is involved for enforcing interface options that require Netfilter rules. When these chains are not used, -# any rules that they contained are moved to the corresponding interface chains. +# Used when blacklisting is involved for enforcing interface options that require Netfilter rules. This allows blacklisting to +# occur prior to interface option filtering. When these chains are not used, any rules that they contained are moved to the +# corresponding interface chains. # ########################################################################################################################################### # diff --git a/release b/release deleted file mode 120000 index f9e7f2dd2..000000000 --- a/release +++ /dev/null @@ -1 +0,0 @@ -../release \ No newline at end of file