mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-25 12:13:29 +02:00
New syntax convention in interfaces manpage
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4977 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
e952ada500
commit
de177d4f03
@ -28,7 +28,8 @@
|
|||||||
|
|
||||||
<variablelist>
|
<variablelist>
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><emphasis role="bold">ZONE</emphasis></term>
|
<term><emphasis role="bold">ZONE</emphasis> —
|
||||||
|
<emphasis>zone-name</emphasis></term>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Zone for this interface. Must match the name of a zone defined
|
<para>Zone for this interface. Must match the name of a zone defined
|
||||||
@ -53,12 +54,14 @@ loc eth2 -</programlisting>
|
|||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><emphasis role="bold">INTERFACE</emphasis></term>
|
<term><emphasis role="bold">INTERFACE</emphasis> —
|
||||||
|
<emphasis>interface</emphasis></term>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Name of interface. Each interface may be listed only once in
|
<para>Name of interface. Each interface may be listed only once in
|
||||||
this file. You may NOT specify the name of an alias (e.g., eth0:0)
|
this file. You may NOT specify the name of an alias (e.g., eth0:0)
|
||||||
here; see http://www.shorewall.net/FAQ.htm#faq18</para>
|
here; see <ulink
|
||||||
|
url="http://www.shorewall.net/FAQ.htm#faq18">http://www.shorewall.net/FAQ.htm#faq18</ulink></para>
|
||||||
|
|
||||||
<para>You may specify wildcards here. For example, if you want to
|
<para>You may specify wildcards here. For example, if you want to
|
||||||
make an entry that applies to all PPP interfaces, use 'ppp+'.</para>
|
make an entry that applies to all PPP interfaces, use 'ppp+'.</para>
|
||||||
@ -69,26 +72,31 @@ loc eth2 -</programlisting>
|
|||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><emphasis role="bold">BROADCAST</emphasis> (Optional)</term>
|
<term><emphasis role="bold">BROADCAST</emphasis> (Optional) —
|
||||||
|
{<emphasis role="bold">-</emphasis>|<emphasis
|
||||||
|
role="bold">detect</emphasis>|<emphasis>address</emphasis>[,<emphasis>address</emphasis>]...}</term>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>The broadcast address for the subnetwork to which the
|
<para>The broadcast address(es) for the network(s) to which the
|
||||||
interface belongs. For P-T-P interfaces, this column is left
|
interface belongs. For P-T-P interfaces, this column is left
|
||||||
blank.If the interface has multiple addresses on multiple subnets
|
blank.If the interface has multiple addresses on multiple subnets
|
||||||
then list the broadcast addresses as a comma-separated list.</para>
|
then list the broadcast addresses as a comma-separated list.</para>
|
||||||
|
|
||||||
<para>If you use the special value "detect", Shorewall will detect
|
<para>If you use the special value <emphasis
|
||||||
the broadcast address(es) for you. If you select this option, the
|
role="bold">detect</emphasis>, Shorewall will detect the broadcast
|
||||||
interface must be up before the firewall is started.</para>
|
address(es) for you. If you select this option, the interface must
|
||||||
|
be up before the firewall is started.</para>
|
||||||
|
|
||||||
<para>If you don't want to give a value for this column but you want
|
<para>If you don't want to give a value for this column but you want
|
||||||
to enter a value in the OPTIONS column, enter "-" in this
|
to enter a value in the OPTIONS column, enter <emphasis
|
||||||
column.</para>
|
role="bold">-</emphasis> in this column.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><emphasis role="bold">OPTIONS</emphasis> (Optional)</term>
|
<term><emphasis role="bold">OPTIONS</emphasis> (Optional) —
|
||||||
|
[<emphasis>option</emphasis>[<emphasis
|
||||||
|
role="bold">,</emphasis><emphasis>option</emphasis>]...]</term>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>A comma-separated list of options from the following list. The
|
<para>A comma-separated list of options from the following list. The
|
||||||
|
Loading…
x
Reference in New Issue
Block a user