Clarify routeback vs routefilter/sfilter in interfaces manpages.

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2011-09-07 11:12:43 -07:00
parent 5f85646418
commit d3ed864daa
3 changed files with 7 additions and 5 deletions

View File

@ -62,7 +62,7 @@ if ( have_capability( 'ADDRTYPE' ) ) {
decr_cmd_level $chainref;
add_commands $chainref, 'done';
}
log_rule_limit( $level, $chainref, 'Broadcast' , $action, '', $tag, 'add', join( ' ', '-d', IPv6_MULTICAST . ' ' ) ) if $level ne '';
add_jump $chainref, $target, 0, join( ' ', '-d', IPv6_MULTICAST . ' ' );

View File

@ -520,8 +520,10 @@ loc eth2 -</programlisting>
the wildcard.</para>
<para>Beginning with Shorewall 4.4.20, if you specify this
option, then you should also specify <option>filter</option>;
see above.</para>
option, then you should also specify either
<option>sfilter</option> (see above) or
<option>routefilter</option> on all interfaces (see
below).</para>
</listitem>
</varlistentry>

View File

@ -318,8 +318,8 @@ loc eth2 -</programlisting>
the wildcard.</para>
<para>Beginning with Shorewall 4.4.20, if you specify this
option, then you should also specify <option>filter</option>;
see above.</para>
option, then you should also specify <option>sfilter</option>
(see above).</para>
</listitem>
</varlistentry>