Manpage corrections.

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2014-01-01 07:41:28 -08:00
parent b61ee2d75e
commit 623bdd2ff1
3 changed files with 24 additions and 2 deletions

View File

@ -9,7 +9,7 @@
</refmeta>
<refnamediv>
<refname>marks</refname>
<refname>mangle</refname>
<refpurpose>Shorewall Packet marking/mangling rules file</refpurpose>
</refnamediv>

View File

@ -9,7 +9,7 @@
</refmeta>
<refnamediv>
<refname>marks</refname>
<refname>mangle</refname>
<refpurpose>Shorewall Packet marking/mangling rules file</refpurpose>
</refnamediv>

View File

@ -446,6 +446,28 @@
</listitem>
</varlistentry>
<varlistentry>
<term>IP6TABLES({<replaceable>target</replaceable>
[<replaceable>option</replaceable> ...])</term>
<listitem>
<para>This action allows you to specify an iptables target
with options (e.g., 'IP6TABLES(MARK --set-xmark 0x01/0xff)'.
If the target is not one recognized by Shorewall, the
following error message will be issued:</para>
<simplelist>
<member>ERROR: Unknown target
(<replaceable>target</replaceable>)</member>
</simplelist>
<para>This error message may be eliminated by adding the
<replaceable>target</replaceable> as a builtin action in
<ulink
url="shorewall6-actions.html">shorewall6-actions(5)</ulink>.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><emphasis
role="bold">LOG:<replaceable>level</replaceable></emphasis></term>