Mention wildcards in COPY column of providers file

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@7355 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2007-09-17 20:30:59 +00:00
parent 9bc8b977ea
commit 8382d4efb8
2 changed files with 12 additions and 7 deletions

View File

@ -449,10 +449,14 @@
<term>COPY</term> <term>COPY</term>
<listitem> <listitem>
<para>A comma-separated list if interface names. Wildcards
specified using an asterisk ("*") are permitted (e.g., tun*
).</para>
<para>When you specify an existing table in the DUPLICATE column, <para>When you specify an existing table in the DUPLICATE column,
Shorewall copies all routes through the interface specified in the Shorewall copies all routes through the interface specified in the
INTERFACE column plus the interfaces listed in this column. At a INTERFACE column plus the interfaces listed in this column.
minumum, you should list all interfaces on your firewall in this Normally, you will list all interfaces on your firewall in this
column except those internet interfaces specified in the INTERFACE column except those internet interfaces specified in the INTERFACE
column of entries in this file. </para> column of entries in this file. </para>
</listitem> </listitem>

View File

@ -205,10 +205,11 @@
<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 <option>main</option>. Only copy Wildcards specified using an asterisk ("*") are permitted (e.g.,
routes through INTERFACE and through interfaces listed here. If you tun* ). Usually used only when DUPLICATE is <option>main</option>.
only wish to copy routes through INTERFACE, enter Only copy routes through INTERFACE and through interfaces listed
<option>none</option> here.</para> here. If you only wish to copy routes through INTERFACE, enter
<option>none</option> in this column.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
</variablelist> </variablelist>