mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-22 07:33:43 +01:00
Document src= and mtu-
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@8184 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
7067a3d53d
commit
22d1a535a0
@ -427,6 +427,32 @@
|
||||
</note>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>src=<replaceable>source-address</replaceable> (Added in
|
||||
Shorewall-perl 4.1.5)</term>
|
||||
|
||||
<listitem>
|
||||
<para> Specifies the source address to use when routing to
|
||||
this provider and none is known (the local client has bound
|
||||
to the 0 address). May not be specified when an
|
||||
<replaceable>address</replaceable> is given in the INTERFACE
|
||||
column. If this option is not used, Shorewall substitutes
|
||||
the primary IP address on the interface named in the
|
||||
INTERFACE column.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>mtu=<replaceable>number</replaceable> (Added in
|
||||
Shorewall-perl 4.1.5)</term>
|
||||
|
||||
<listitem>
|
||||
<para>Specifies the MTU when forwarding through this
|
||||
provider. If not given, the MTU of the interface named in
|
||||
the INTERFACE column is assumed.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
|
||||
<para>For those of you who are termnally confused between<emphasis
|
||||
|
@ -192,6 +192,30 @@
|
||||
provider.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>src=<replaceable>source-address</replaceable></term>
|
||||
|
||||
<listitem>
|
||||
<para>Added in Shorewall-perl 4.1.5. Specifies the source
|
||||
address to use when routing to this provider and none is known
|
||||
(the local client has bound to the 0 address). May not be
|
||||
specified when an <replaceable>address</replaceable> is given
|
||||
in the INTERFACE column. If this option is not used, Shorewall
|
||||
substitutes the primary IP address on the interface named in
|
||||
the INTERFACE column.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>mtu=<replaceable>number</replaceable></term>
|
||||
|
||||
<listitem>
|
||||
<para>Added in Shorewall-perl 4.1.5. Specifies the MTU when
|
||||
forwarding through this provider. If not given, the MTU of the
|
||||
interface named in the INTERFACE column is assumed.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
Loading…
Reference in New Issue
Block a user