mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-14 19:54:06 +01:00
Apply Ed Suominen's patch to tcrules
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@3413 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
bb7bf55a77
commit
fc29c70f38
@ -37,3 +37,5 @@ Changes in 3.1.x.
|
||||
|
||||
18) Fix QUEUE when used in the ESTABLISHED section.
|
||||
|
||||
19) Apply Ed Suominen's patch to tcrules.
|
||||
|
||||
|
@ -82,14 +82,20 @@
|
||||
# As in a) above, may be followed by ":P" or ":F".
|
||||
#
|
||||
# SOURCE Source of the packet. A comma-separated list of
|
||||
# interface names, IP addresses, MAC addresses
|
||||
# and/or subnets. If your kernel and iptables include
|
||||
# iprange match support, IP address ranges are also
|
||||
# allowed. Use $FW if the packet originates on
|
||||
# the firewall in which case the MARK column may NOT
|
||||
# specify either ":P" or ":F" (marking always occurs
|
||||
# in the OUTPUT chain). $FW may be optionally followed
|
||||
# by ":" and a host/network address.
|
||||
# interface names, IP addresses, MAC addresses and/or
|
||||
# subnets for packets being routed through a common path.
|
||||
# For example, all packets for connections masqueraded to
|
||||
# eth0 from other interfaces can be matched in a single rule
|
||||
# with several alternative SOURCE criteria. However, a
|
||||
# connection whose packets gets to eth0 in a different way,
|
||||
# e.g., direct from the firewall itself, needs a different
|
||||
# rule.
|
||||
#
|
||||
# Accordingly, use $FW in its own separate rule for packets
|
||||
# originating on the firewall. In such a rule, the MARK
|
||||
# column may NOT specify either ":P" or ":F" because marking
|
||||
# for firewall-originated packets always occurs in the OUTPUT
|
||||
# chain.
|
||||
#
|
||||
# MAC addresses must be prefixed with "~" and use
|
||||
# "-" as a separator.
|
||||
|
Loading…
Reference in New Issue
Block a user