forked from extern/shorewall_code
Clarify usage of Interface Option Chains
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
83d1aa6682
commit
6615c1f736
@ -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.
|
||||
#
|
||||
###########################################################################################################################################
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user