From d3ed864daa1c19b0b66125c2cdb83b8b14ebfbf9 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Wed, 7 Sep 2011 11:12:43 -0700 Subject: [PATCH] Clarify routeback vs routefilter/sfilter in interfaces manpages. Signed-off-by: Tom Eastep --- Shorewall6/action.Broadcast | 2 +- manpages/shorewall-interfaces.xml | 6 ++++-- manpages6/shorewall6-interfaces.xml | 4 ++-- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/Shorewall6/action.Broadcast b/Shorewall6/action.Broadcast index 10d2e4252..443b3e7a7 100644 --- a/Shorewall6/action.Broadcast +++ b/Shorewall6/action.Broadcast @@ -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 . ' ' ); diff --git a/manpages/shorewall-interfaces.xml b/manpages/shorewall-interfaces.xml index 3acfce9f5..5c0788f18 100644 --- a/manpages/shorewall-interfaces.xml +++ b/manpages/shorewall-interfaces.xml @@ -520,8 +520,10 @@ loc eth2 - the wildcard. Beginning with Shorewall 4.4.20, if you specify this - option, then you should also specify ; - see above. + option, then you should also specify either + (see above) or + on all interfaces (see + below). diff --git a/manpages6/shorewall6-interfaces.xml b/manpages6/shorewall6-interfaces.xml index a47c14b17..dcefddee8 100644 --- a/manpages6/shorewall6-interfaces.xml +++ b/manpages6/shorewall6-interfaces.xml @@ -318,8 +318,8 @@ loc eth2 - the wildcard. Beginning with Shorewall 4.4.20, if you specify this - option, then you should also specify ; - see above. + option, then you should also specify + (see above).