mirror of
https://gitlab.com/shorewall/code.git
synced 2024-12-17 03:40:53 +01:00
Tweak release notes
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@8348 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
a91bca8e9e
commit
4ffd80d6e8
@ -107,17 +107,18 @@ New Features in 4.1.7.
|
||||
ETH0_1_GATEWAY=$(uci get /var/state/network.wan0.gateway)
|
||||
|
||||
2) A new CONNBYTES column has been added to the tcrules file. The
|
||||
contents are:
|
||||
column defines a byte or packet range that the connection must fall
|
||||
within in order for the rule to match. The contents are:
|
||||
|
||||
[!]<min>:[<max>[:{O|R|B}[:{B|P|A}]]]
|
||||
|
||||
! matches if the the packet/byte count is not within the range
|
||||
defined by <min> and <max>.
|
||||
|
||||
<min> is an integer which defines the beginning of a byte/packet
|
||||
<min> is an integer which defines the beginning of the byte/packet
|
||||
range.
|
||||
|
||||
<max> is an integer which defines the end of a byte/packet range.
|
||||
<max> is an integer which defines the end of the byte/packet range.
|
||||
If omitted, only the beginning of the range is checked.
|
||||
|
||||
The first letter gives the direction which the range refers to:
|
||||
@ -572,7 +573,7 @@ New Features in Shorewall 4.1.
|
||||
dump'.
|
||||
|
||||
The AUTO_COMMENT option has a default value of 'Yes' and is only
|
||||
available under Shorewall-perl The option is ignored by
|
||||
available under Shorewall-perl. The option is ignored by
|
||||
Shorewall-shell.
|
||||
|
||||
24) The default value for the IMPLICIT_CONTINUE option has been changed
|
||||
|
Loading…
Reference in New Issue
Block a user