Clarify usage of Interface Option Chains

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2013-08-04 09:01:09 -07:00
parent 83d1aa6682
commit 6615c1f736
2 changed files with 3 additions and 3 deletions

View File

@ -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.
#
###########################################################################################################################################
#

View File

@ -1 +0,0 @@
../release