Documentation Updates

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1794 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2004-12-01 21:23:59 +00:00
parent c3268309ac
commit e482c3cf26
2 changed files with 21 additions and 14 deletions

View File

@ -15,7 +15,7 @@
</author> </author>
</authorgroup> </authorgroup>
<pubdate>2004-09-16</pubdate> <pubdate>2004-11-29</pubdate>
<copyright> <copyright>
<year>2003-2004</year> <year>2003-2004</year>
@ -59,4 +59,9 @@
<ulink <ulink
url="http://shorewall.net/pub/shorewall/contrib/ftwall">http://shorewall.net/pub/shorewall/contrib/ftwall</ulink>.</para> url="http://shorewall.net/pub/shorewall/contrib/ftwall">http://shorewall.net/pub/shorewall/contrib/ftwall</ulink>.</para>
</tip> </tip>
<para>Shorewall verions 2.2.0 and later also include support for the ipp2p
match facility which can be use to filter and/or control P2P traffic. See
the <ulink url="IPP2P.html">Shorewall IPP2P documentation</ulink> for
details.</para>
</article> </article>

View File

@ -15,7 +15,7 @@
</author> </author>
</authorgroup> </authorgroup>
<pubdate>2004-11-26</pubdate> <pubdate>2004-11-27</pubdate>
<copyright> <copyright>
<year>2004</year> <year>2004</year>
@ -367,16 +367,17 @@
<term>add</term> <term>add</term>
<listitem> <listitem>
<para><command>shorewall add &lt;interface&gt;[:&lt;host&gt;] <para><command>shorewall add &lt;interface&gt;[:&lt;bridge
&lt;zone&gt;</command></para> port&gt;][:&lt;host&gt;] &lt;zone&gt;</command></para>
<para>Adds a host or subnet to a dynamic zone usually used with <para>Adds a host or subnet to a dynamic zone usually used with
VPN's.</para> VPN's.</para>
<para>Note that there is no provision in the syntax for specifying a <para>Note that there was no provision in the syntax for specifying
<ulink url="bridge.html">bridge</ulink> port and that the "shorewall a <ulink url="bridge.html">bridge</ulink> port prior to Shorewall
add" command is not supported for hosts connected to the firewall versions 2.0.12 and 2.2.0 Beta 7 and that the "shorewall add"
through a bridge port.</para> command was not supported for hosts connected to the firewall
through a bridge port prior to those releases.</para>
<para>Example: <command>shorewall add ipsec0:192.0.2.24 <para>Example: <command>shorewall add ipsec0:192.0.2.24
vpn1</command></para> vpn1</command></para>
@ -447,16 +448,17 @@
<term>delete</term> <term>delete</term>
<listitem> <listitem>
<para><command>shorewall delete &lt;interface&gt;[:&lt;host&gt;] <para><command>shorewall delete &lt;interface&gt;[:&lt;bridge
&lt;zone&gt;</command></para> port&gt;][:&lt;host&gt;] &lt;zone&gt;</command></para>
<para>Deletes the specified interface (and host if included) from <para>Deletes the specified interface (and host if included) from
the specified zone.</para> the specified zone.</para>
<para>Note that there is no provision in the syntax for specifying a <para>Note that there was no provision in the syntax for specifying
<ulink url="bridge.html">bridge</ulink> port and that the "shorewall a <ulink url="bridge.html">bridge</ulink> port prior to Shorewall
delete" command is not supported for hosts connected to the firewall versions 2.0.12 and 2.2.0 Beta 7 and that the "shorewall delete"
through a bridge port.</para> command was not supported for hosts connected to the firewall
through a bridge port prior to those releases.</para>
<para>Example:</para> <para>Example:</para>