Update docs for info added/changed in 4.5.7

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2012-08-20 11:36:32 -07:00
parent 1fd9e5e95c
commit 0423769f59
3 changed files with 35 additions and 23 deletions

View File

@ -70,6 +70,11 @@
url="manpages/shorewall-blacklist.html">blacklist</ulink> - Static url="manpages/shorewall-blacklist.html">blacklist</ulink> - Static
blacklisting.</member> blacklisting.</member>
<member><ulink
url="manpages/shorewall-conntrack.html">conntrack</ulink> - Specify
helpers for connections or exempt certain traffic from netfilter
connection tracking.</member>
<member><ulink url="manpages/shorewall-ecn.html">ecn</ulink> - <member><ulink url="manpages/shorewall-ecn.html">ecn</ulink> -
Disabling Explicit Congestion Notification</member> Disabling Explicit Congestion Notification</member>
@ -123,9 +128,8 @@
<member><ulink url="manpages/shorewall-proxyarp.html">proxyarp</ulink> <member><ulink url="manpages/shorewall-proxyarp.html">proxyarp</ulink>
- Define Proxy ARP.</member> - Define Proxy ARP.</member>
<member><ulink <member><ulink url="manpages/shorewall-rtrules.html">rtrules</ulink> -
url="manpages/shorewall-rtrules.html">rtrules</ulink> - Define Define routing rules.</member>
routing rules.</member>
<member><ulink url="manpages/shorewall-routes.html">routes</ulink> - <member><ulink url="manpages/shorewall-routes.html">routes</ulink> -
(Added in Shorewall 4.4.15) Add additional routes to provider routing (Added in Shorewall 4.4.15) Add additional routes to provider routing

View File

@ -68,7 +68,12 @@
<member><ulink <member><ulink
url="manpages6/shorewall6-blacklist.html">blacklist</ulink> - Static url="manpages6/shorewall6-blacklist.html">blacklist</ulink> - Static
blacklisting.</member> blacklisting (deprecated)</member>
<member><ulink
url="manpages6/shorewall6-conntrack.html">conntrack</ulink> - Specify
helpers for connections or exempt certain traffic from netfilter
connection tracking.</member>
<member><ulink <member><ulink
url="manpages6/shorewall6-exclusion.html">exclusion</ulink> - url="manpages6/shorewall6-exclusion.html">exclusion</ulink> -
@ -92,7 +97,9 @@
- How to define nested zones.</member> - How to define nested zones.</member>
<member><ulink url="manpages6/shorewall6-notrack.html">notrack</ulink> <member><ulink url="manpages6/shorewall6-notrack.html">notrack</ulink>
- Exclude certain traffic from Netfilter6 connection tracking</member> - Exclude certain traffic from Netfilter6 connection tracking (renamed
<ulink url="manpages6/shorewall6-conntrack.html">conntrack</ulink> in
Shorewall 4.5.7)</member>
<member><ulink url="manpages6/shorewall6-params.html">params</ulink> - <member><ulink url="manpages6/shorewall6-params.html">params</ulink> -
Assign values to shell variables used in other files.</member> Assign values to shell variables used in other files.</member>
@ -108,9 +115,8 @@
url="manpages6/shorewall6-proxyndp.html">proxyndp</ulink> - Defines url="manpages6/shorewall6-proxyndp.html">proxyndp</ulink> - Defines
Proxy NDP</member> Proxy NDP</member>
<member><ulink <member><ulink url="manpages6/shorewall6-rtrules.html">rtrules</ulink>
url="manpages6/shorewall6-rtrules.html">rtrules</ulink> - - Define routing rules.</member>
Define routing rules.</member>
<member><ulink url="manpages6/shorewall6-routes.html">routes</ulink> - <member><ulink url="manpages6/shorewall6-routes.html">routes</ulink> -
(Added in Shorewall 4.4.15) Add additional routes to provider routing (Added in Shorewall 4.4.15) Add additional routes to provider routing

View File

@ -181,18 +181,20 @@
<filename>/etc/shorewall[6]/conntrack</filename>. When upgrading to a <filename>/etc/shorewall[6]/conntrack</filename>. When upgrading to a
release &gt;= 4.5.7, the <filename>conntrack</filename> file will be release &gt;= 4.5.7, the <filename>conntrack</filename> file will be
installed along side of an existing <filename>notrack</filename> file. installed along side of an existing <filename>notrack</filename> file.
When both files exist, a compiler warning is generated:</para> </para>
<para>If the 'notrack' file is non-empty, a warning message is issued
during compilation: </para>
<blockquote> <blockquote>
<para>WARNING: Both /etc/shorewall/notrack and <para>WARNING: Non-empty notrack file (...); please move its
/etc/shorewall/conntrack exist; /etc/shorewall/conntrack is contents to the conntrack file </para>
ignored</para>
</blockquote> </blockquote>
<para>This warning may be eliminated by moving any entries in the <para>This warning can be eliminated by removing the notrack file (if
<filename>notrack</filename> file to the it has no entries), or by moving its entries to the conntrack file and
<filename>conntrack</filename> file and removing the removing the notrack file. Note that the conntrack file is always
<filename>notrack</filename> file. </para> populated with rules </para>
</listitem> </listitem>
</orderedlist> </orderedlist>
</section> </section>