mirror of
https://gitlab.com/shorewall/code.git
synced 2025-02-22 20:51:15 +01:00
New syntax convention in route_rules manpage
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4984 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
139655c88b
commit
7531108431
@ -28,19 +28,22 @@
|
|||||||
|
|
||||||
<variablelist>
|
<variablelist>
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><emphasis role="bold">SOURCE</emphasis> (Optional)</term>
|
<term><emphasis role="bold">SOURCE</emphasis> (Optional) — {<emphasis
|
||||||
|
role="bold">-</emphasis>|<emphasis>interface</emphasis>|<emphasis>address</emphasis>|<emphasis>interface</emphasis><firstterm>:</firstterm><emphasis>address</emphasis>}</term>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>An ip address (network or host) that matches the source IP
|
<para>An ip <emphasis>address</emphasis> (network or host) that
|
||||||
address in a packet. May also be specified as an interface name
|
matches the source IP address in a packet. May also be specified as
|
||||||
optionally followed by ":" and an address. If the device <emphasis
|
an <emphasis>interface</emphasis> name optionally followed by ":"
|
||||||
role="bold">lo</emphasis> is specified, the packet must originate
|
and an address. If the device <emphasis role="bold">lo</emphasis> is
|
||||||
from the firewall itself.</para>
|
specified, the packet must originate from the firewall
|
||||||
|
itself.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><emphasis role="bold">DEST</emphasis> (Optional)</term>
|
<term><emphasis role="bold">DEST</emphasis> (Optional) — {<emphasis
|
||||||
|
role="bold">-</emphasis>|<emphasis>address</emphasis>}</term>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>An ip address (network or host) that matches the destination
|
<para>An ip address (network or host) that matches the destination
|
||||||
@ -55,7 +58,9 @@
|
|||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><emphasis role="bold">PROVIDER</emphasis></term>
|
<term><emphasis role="bold">PROVIDER</emphasis> —
|
||||||
|
{<emphasis>provider-name</emphasis>|<emphasis>provider-number</emphasis>|<emphasis
|
||||||
|
role="bold">main</emphasis>}</term>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>The provider to route the traffic through. May be expressed
|
<para>The provider to route the traffic through. May be expressed
|
||||||
@ -67,11 +72,12 @@
|
|||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><emphasis role="bold">PRIORITY</emphasis></term>
|
<term><emphasis role="bold">PRIORITY</emphasis> -
|
||||||
|
<emphasis>priority</emphasis></term>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>The rule's priority which determines the order in which the
|
<para>The rule's numeric <emphasis>priority</emphasis> which
|
||||||
rules are processed.</para>
|
determines the order in which the rules are processed.</para>
|
||||||
|
|
||||||
<variablelist>
|
<variablelist>
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
|
Loading…
Reference in New Issue
Block a user