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,12 +449,16 @@
<term>COPY</term>
<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,
Shorewall copies all routes through the interface specified in the
INTERFACE column plus the interfaces listed in this column. At a
minumum, you should list all interfaces on your firewall in this
INTERFACE column plus the interfaces listed in this column.
Normally, you will list all interfaces on your firewall in this
column except those internet interfaces specified in the INTERFACE
column of entries in this file.</para>
column of entries in this file. </para>
</listitem>
</varlistentry>
</variablelist>

View File

@ -205,10 +205,11 @@
<listitem>
<para>A comma-separated list of other interfaces on your firewall.
Usually used only when DUPLICATE is <option>main</option>. Only copy
routes through INTERFACE and through interfaces listed here. If you
only wish to copy routes through INTERFACE, enter
<option>none</option> here.</para>
Wildcards specified using an asterisk ("*") are permitted (e.g.,
tun* ). Usually used only when DUPLICATE is <option>main</option>.
Only copy routes through INTERFACE and through interfaces listed
here. If you only wish to copy routes through INTERFACE, enter
<option>none</option> in this column.</para>
</listitem>
</varlistentry>
</variablelist>