Add command correspondence to shorewall(8)

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2017-01-02 13:40:32 -08:00
parent 75a9e45caf
commit 6be89b4e2d
No known key found for this signature in database
GPG Key ID: 96E6B3F2423A4D10

View File

@ -984,6 +984,64 @@
Shorewall is not installed or when the command is
<command>shorewall-lite</command> or
<command>shorewall6-lite</command>.</para>
<para>With all four firewall products (Shorewall, Shorewall6,
Shorewall-lite and Shorewall6-lite) installed, the following table
shows the correspondence between the name used to invoke the command
and the <command>shorewall</command> command with the above three
options.</para>
<table border="1">
<caption>All four products installed</caption>
<tr>
<td><command>shorewall</command></td>
<td><command>shorewall</command> or <command>shorewall
-4</command></td>
</tr>
<tr>
<td><command>shorewall6</command></td>
<td><command>shorewall -6</command></td>
</tr>
<tr>
<td><command>shorewall-lite</command></td>
<td><command>shorewall -l</command> or <command>shorewall
-4l</command></td>
</tr>
<tr>
<td><command>shorewall6-lite</command></td>
<td><command>shorewall -6l</command></td>
</tr>
</table>
<para>The next table shows the correspondence when only
Shorewall-lite and Shorewall6-lite are installed.</para>
<table border="1">
<caption>Only Shorewall-lite and Shorewall6-lite
installed</caption>
<tr>
<td><command>shorewall-lite</command></td>
<td><command>shorewall</command>, <command>shorewall
-4</command> or <command>shorewall -4l</command></td>
</tr>
<tr>
<td><command>shorewall6-lite</command></td>
<td><command>shorewall -6</command> or <command>shorewall
-6l</command></td>
</tr>
</table>
</listitem>
</varlistentry>