Documentation updates

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@7145 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2007-08-16 14:11:15 +00:00
parent f66476d00b
commit 0de8919429
2 changed files with 6 additions and 78 deletions

View File

@ -2127,81 +2127,9 @@ eth0 eth1 # eth1 = interface to local netwo
<title>(FAQ 60) What are the compatibility restrictions between <title>(FAQ 60) What are the compatibility restrictions between
Shorewall and Shorewall Lite</title> Shorewall and Shorewall Lite</title>
<para><emphasis role="bold">Answer</emphasis>: See the following table <para><emphasis role="bold">Answer</emphasis>: Beginning with version
(C = Completely compatible with all features available, P1 = Compatible 3.2.3, there are no compatibility constraints between Shorewall and
but not all Shorewall features available, P2 = Compatible but not all Shorewall-lite. </para>
Shorewall LIte features available, I = incompatible).</para>
<informaltable align="center">
<tgroup cols="5">
<colspec align="center" />
<thead>
<row>
<entry align="center"></entry>
<entry align="center">Shorewall Lite 3.2.0</entry>
<entry align="center" morerows="">Shorewall Lite 3.2.1</entry>
<entry align="center">Shorewall Lite 3.2.2</entry>
<entry align="center">Shorewall Lite 3.2.3 and later</entry>
</row>
</thead>
<tbody>
<row>
<entry><emphasis role="bold">Shorewall 3.2.0</emphasis></entry>
<entry align="center">C</entry>
<entry align="center">C</entry>
<entry align="center">P2</entry>
<entry align="center">P2</entry>
</row>
<row>
<entry><emphasis role="bold">Shorewall 3.2.1</emphasis></entry>
<entry align="center">C</entry>
<entry align="center">C</entry>
<entry align="center">C</entry>
<entry align="center">P2</entry>
</row>
<row>
<entry><emphasis role="bold">Shorewall 3.2.2</emphasis></entry>
<entry align="center">P1</entry>
<entry align="center">P1</entry>
<entry align="center">C</entry>
<entry align="center">C</entry>
</row>
<row>
<entry><emphasis role="bold">Shorewall 3.2.3 and
later</emphasis></entry>
<entry align="center">P1</entry>
<entry align="center">P1</entry>
<entry align="center">C</entry>
<entry align="center">C</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</section> </section>
</section> </section>

View File

@ -898,9 +898,9 @@ ppp0 5000kbit 500kbit</programlisting>
<title>tcclasses file</title> <title>tcclasses file</title>
<programlisting>#INTERFACE MARK RATE CEIL PRIORITY OPTIONS <programlisting>#INTERFACE MARK RATE CEIL PRIORITY OPTIONS
ppp0 1 full full 1 tcp-ack,tos-minimize-delay ppp0 1 5*full full 1 tcp-ack,tos-minimize-delay
ppp0 2 9*full/10 9*full/10 2 default ppp0 2 3*full/10 9*full/10 2 default
ppp0 3 8*full/10 8*full/10 2</programlisting> ppp0 3 2*full/10 8*full/10 2</programlisting>
</section> </section>
<section id="realtcr"> <section id="realtcr">