mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-12 18:54:25 +01: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>
|
||||
<varlistentry>
|
||||
<term><emphasis role="bold">ZONE</emphasis></term>
|
||||
<term><emphasis role="bold">ZONE</emphasis> —
|
||||
<emphasis>zone-name</emphasis></term>
|
||||
|
||||
<listitem>
|
||||
<para>Zone for this interface. Must match the name of a zone defined
|
||||
@ -53,12 +54,14 @@ loc eth2 -</programlisting>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><emphasis role="bold">INTERFACE</emphasis></term>
|
||||
<term><emphasis role="bold">INTERFACE</emphasis> —
|
||||
<emphasis>interface</emphasis></term>
|
||||
|
||||
<listitem>
|
||||
<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)
|
||||
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
|
||||
make an entry that applies to all PPP interfaces, use 'ppp+'.</para>
|
||||
@ -69,26 +72,31 @@ loc eth2 -</programlisting>
|
||||
</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>
|
||||
<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
|
||||
blank.If the interface has multiple addresses on multiple subnets
|
||||
then list the broadcast addresses as a comma-separated list.</para>
|
||||
|
||||
<para>If you use the special value "detect", Shorewall will detect
|
||||
the broadcast address(es) for you. If you select this option, the
|
||||
interface must be up before the firewall is started.</para>
|
||||
<para>If you use the special value <emphasis
|
||||
role="bold">detect</emphasis>, Shorewall will detect the broadcast
|
||||
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
|
||||
to enter a value in the OPTIONS column, enter "-" in this
|
||||
column.</para>
|
||||
to enter a value in the OPTIONS column, enter <emphasis
|
||||
role="bold">-</emphasis> in this column.</para>
|
||||
</listitem>
|
||||
</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>
|
||||
<para>A comma-separated list of options from the following list. The
|
||||
|
Loading…
Reference in New Issue
Block a user