mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-24 03:31:24 +02:00
Optimize 8 Documentation
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
cff6f0010f
commit
aeb90969f7
@ -23,6 +23,8 @@ Changes in Shorewall 4.4.9
|
|||||||
|
|
||||||
11) Rationalize startup logs.
|
11) Rationalize startup logs.
|
||||||
|
|
||||||
|
12) Optimize 8.
|
||||||
|
|
||||||
Changes in Shorewall 4.4.8
|
Changes in Shorewall 4.4.8
|
||||||
|
|
||||||
1) Correct handling of RATE LIMIT on NAT rules.
|
1) Correct handling of RATE LIMIT on NAT rules.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
----------------------------------------------------------------------------
|
----------------------------------------------------------------------------
|
||||||
S H O R E W A L L 4 . 4 . 9
|
S H O R E W A L L 4 . 4 . 9
|
||||||
B E T A 3
|
B E T A 4
|
||||||
----------------------------------------------------------------------------
|
----------------------------------------------------------------------------
|
||||||
|
|
||||||
I. RELEASE 4.4 HIGHLIGHTS
|
I. RELEASE 4.4 HIGHLIGHTS
|
||||||
@ -319,7 +319,10 @@ None.
|
|||||||
|
|
||||||
NF-(X)-> mangle:tcpost
|
NF-(X)-> mangle:tcpost
|
||||||
|
|
||||||
3) Thanks to Vincent Smeets, there is now an IPv6 mDNS macro.
|
3) Thanks to Vincent Smeets, there is now an IPv6 mDNS macro.
|
||||||
|
|
||||||
|
4) Optimize 8 has been added. This optimization level eliminates
|
||||||
|
duplicate chains.
|
||||||
|
|
||||||
----------------------------------------------------------------------------
|
----------------------------------------------------------------------------
|
||||||
V I. P R O B L E M S C O R R E C T E D A N D N E W F E A T U R E S
|
V I. P R O B L E M S C O R R E C T E D A N D N E W F E A T U R E S
|
||||||
|
@ -1270,6 +1270,12 @@ net all DROP info</programlisting>then the chain name is 'net2all'
|
|||||||
</listitem>
|
</listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>Optimization category 8 - Added in Shorewall 4.4.9. When
|
||||||
|
set, causes chains with duplicate rules to be collapsed into a
|
||||||
|
single chain.</para>
|
||||||
|
</listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
|
|
||||||
<para>The default value is zero which disables all
|
<para>The default value is zero which disables all
|
||||||
|
@ -1050,6 +1050,12 @@ net all DROP info</programlisting>then the chain name is 'net2all'
|
|||||||
</listitem>
|
</listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>Optimization category 8 - Added in Shorewall 4.4.9. When
|
||||||
|
set, causes chains with duplicate rules to be collapsed into a
|
||||||
|
single chain.</para>
|
||||||
|
</listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
|
|
||||||
<para>The default value is zero which disables all
|
<para>The default value is zero which disables all
|
||||||
|
Loading…
x
Reference in New Issue
Block a user