mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-20 09:47:51 +02:00
More provider manpage cleanup
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@5265 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
f10c967eca
commit
d8f4cc6e88
@ -90,9 +90,9 @@
|
|||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>The name of an existing table to duplicate to create this
|
<para>The name of an existing table to duplicate to create this
|
||||||
routing. May be 'main' or the name of a previous provider. You may
|
routing. May be <option>main</option> or the name of a previous
|
||||||
select only certain entries from the table to copy by using the COPY
|
provider. You may select only certain entries from the table to copy
|
||||||
column below.</para>
|
by using the COPY column below.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
@ -141,21 +141,25 @@
|
|||||||
to be tracked so that responses may be routed back out this
|
to be tracked so that responses may be routed back out this
|
||||||
same interface.</para>
|
same interface.</para>
|
||||||
|
|
||||||
<para>You want to specify 'track' if internet hosts will be
|
<para>You want to specify <option>track</option> if internet
|
||||||
connecting to local servers through this provider.</para>
|
hosts will be connecting to local servers through this
|
||||||
|
provider.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><emphasis role="bold">balance</emphasis></term>
|
<term><emphasis
|
||||||
|
role="bold">balance[=<replaceable>weight</replaceable>]</emphasis></term>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>The providers that have 'balance' specified will get
|
<para>The providers that have <option>balance</option>
|
||||||
outbound traffic load-balanced among them. By default, all
|
specified will get outbound traffic load-balanced among them.
|
||||||
interfaces with 'balance' specified will have the same weight
|
By default, all interfaces with <option>balance</option>
|
||||||
(1). You can change the weight of an interface by specifiying
|
specified will have the same weight (1). You can change the
|
||||||
balance=<weight> where <weight> is the weight of
|
weight of an interface by specifiying
|
||||||
the route out of this interface.</para>
|
<option>balance=</option><replaceable>weight</replaceable>
|
||||||
|
where <replaceable>weight</replaceable> is the weight of the
|
||||||
|
route out of this interface.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
@ -166,8 +170,8 @@
|
|||||||
<para>Shorewall normally adds a routing rule for each IP
|
<para>Shorewall normally adds a routing rule for each IP
|
||||||
address on an interface which forces traffic whose source is
|
address on an interface which forces traffic whose source is
|
||||||
that IP address to be sent using the routing table for that
|
that IP address to be sent using the routing table for that
|
||||||
interface. Setting 'loose' prevents creation of such rules on
|
interface. Setting <option>loose</option> prevents creation of
|
||||||
this interface.</para>
|
such rules on this interface.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
@ -186,14 +190,15 @@
|
|||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><emphasis role="bold">COPY</emphasis> —
|
<term><emphasis role="bold">COPY</emphasis> —
|
||||||
[<emphasis>interface</emphasis><emphasis
|
[{<option>none</option>|<emphasis>interface</emphasis><emphasis
|
||||||
role="bold">[,</emphasis><emphasis>interface</emphasis>]...]</term>
|
role="bold">[,</emphasis><emphasis>interface</emphasis>]...}]</term>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>A comma-separated list of other interfaces on your firewall.
|
<para>A comma-separated list of other interfaces on your firewall.
|
||||||
Usually used only when DUPLICATE is 'main'. Only copy routes through
|
Usually used only when DUPLICATE is <option>main</option>. Only copy
|
||||||
INTERFACE and through interfaces listed here. If you only wish to
|
routes through INTERFACE and through interfaces listed here. If you
|
||||||
copy routes through INTERFACE, enter 'none' here.</para>
|
only wish to copy routes through INTERFACE, enter
|
||||||
|
<option>none</option> here.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
</variablelist>
|
</variablelist>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user