mirror of
https://gitlab.com/shorewall/code.git
synced 2025-02-16 09:50:33 +01:00
Correct typo
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
160c259866
commit
44671e906d
@ -699,7 +699,7 @@ use constant { UNIQUE => 1, # Simple header matches - only allowed on
|
|||||||
TARGET => 2, # Rule target or its options
|
TARGET => 2, # Rule target or its options
|
||||||
EXCLUSIVE => 4, # 'state' or 'conntrack --ctstate'
|
EXCLUSIVE => 4, # 'state' or 'conntrack --ctstate'
|
||||||
MATCH => 8, # Currently means 'policy ...'
|
MATCH => 8, # Currently means 'policy ...'
|
||||||
CONTROL => 16, # Unsed internally by the compiler - does not contribute to the iptables rule
|
CONTROL => 16, # Used internally by the compiler - does not contribute to the iptables rule
|
||||||
COMPLEX => 32, # Currently means 'contrack --cstate'
|
COMPLEX => 32, # Currently means 'contrack --cstate'
|
||||||
NFACCT => 64, # nfacct match
|
NFACCT => 64, # nfacct match
|
||||||
EXPENSIVE => 128, # Has high match-processing cost in the kernel
|
EXPENSIVE => 128, # Has high match-processing cost in the kernel
|
||||||
@ -1003,7 +1003,7 @@ sub validate_port_list( $$ ) {
|
|||||||
#
|
#
|
||||||
# Example:
|
# Example:
|
||||||
#
|
#
|
||||||
# DB<3> @foo = Shorewall::IPAddrs::expand_port_range( 6, '110:' ); print "@foo\n"
|
# DB<3> @foo = Shorewall::Chains::expand_port_range( 6, '110:' ); print "@foo\n"
|
||||||
# 006e fffe 0070 fff0 0080 ff80 0100 ff00 0200 fe00 0400 fc00 0800 f800 1000 f000 2000 e000 4000 c000 8000 8000
|
# 006e fffe 0070 fff0 0080 ff80 0100 ff00 0200 fe00 0400 fc00 0800 f800 1000 f000 2000 e000 4000 c000 8000 8000
|
||||||
#
|
#
|
||||||
sub expand_port_range( $$ ) {
|
sub expand_port_range( $$ ) {
|
||||||
|
Loading…
Reference in New Issue
Block a user