AND/OR capability in the tcrules file -- take 3

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4615 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2006-10-02 16:53:51 +00:00
parent e61fd21549
commit abf556e9d3

View File

@ -94,6 +94,9 @@
#
# d) OR <mark>[/<mask>].
#
# Requires Extended MARK Target support in your kernel
# and iptables.
#
# Logically or the <mark> value into the current
# packet mark.
#
@ -101,6 +104,9 @@
#
# d) AND <mark>[/<mask>].
#
# Requires Extended MARK Target support in your kernel
# and iptables.
#
# Logically and the <mark> value with the current
# packet mark.
#