mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-08 00:34:04 +01:00
Manpage corrections.
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
b61ee2d75e
commit
623bdd2ff1
@ -9,7 +9,7 @@
|
||||
</refmeta>
|
||||
|
||||
<refnamediv>
|
||||
<refname>marks</refname>
|
||||
<refname>mangle</refname>
|
||||
|
||||
<refpurpose>Shorewall Packet marking/mangling rules file</refpurpose>
|
||||
</refnamediv>
|
||||
|
@ -9,7 +9,7 @@
|
||||
</refmeta>
|
||||
|
||||
<refnamediv>
|
||||
<refname>marks</refname>
|
||||
<refname>mangle</refname>
|
||||
|
||||
<refpurpose>Shorewall Packet marking/mangling rules file</refpurpose>
|
||||
</refnamediv>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user