mirror of
https://gitlab.com/shorewall/code.git
synced 2025-02-22 12:41:19 +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>
|
||||
<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>
|
||||
<para>An ip address (network or host) that matches the source IP
|
||||
address in a packet. May also be specified as an interface name
|
||||
optionally followed by ":" and an address. If the device <emphasis
|
||||
role="bold">lo</emphasis> is specified, the packet must originate
|
||||
from the firewall itself.</para>
|
||||
<para>An ip <emphasis>address</emphasis> (network or host) that
|
||||
matches the source IP address in a packet. May also be specified as
|
||||
an <emphasis>interface</emphasis> name optionally followed by ":"
|
||||
and an address. If the device <emphasis role="bold">lo</emphasis> is
|
||||
specified, the packet must originate from the firewall
|
||||
itself.</para>
|
||||
</listitem>
|
||||
</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>
|
||||
<para>An ip address (network or host) that matches the destination
|
||||
@ -55,7 +58,9 @@
|
||||
</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>
|
||||
<para>The provider to route the traffic through. May be expressed
|
||||
@ -67,11 +72,12 @@
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><emphasis role="bold">PRIORITY</emphasis></term>
|
||||
<term><emphasis role="bold">PRIORITY</emphasis> -
|
||||
<emphasis>priority</emphasis></term>
|
||||
|
||||
<listitem>
|
||||
<para>The rule's priority which determines the order in which the
|
||||
rules are processed.</para>
|
||||
<para>The rule's numeric <emphasis>priority</emphasis> which
|
||||
determines the order in which the rules are processed.</para>
|
||||
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
|
Loading…
Reference in New Issue
Block a user