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).