From c21aa7a5888d585051475487683eb4ba3c405edd Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Sat, 12 Jun 2010 14:10:40 -0700 Subject: [PATCH] Allow patch from Gabriel --- Shorewall/Perl/Shorewall/Actions.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shorewall/Perl/Shorewall/Actions.pm b/Shorewall/Perl/Shorewall/Actions.pm index cbb70d8bc..ec51ed35b 100644 --- a/Shorewall/Perl/Shorewall/Actions.pm +++ b/Shorewall/Perl/Shorewall/Actions.pm @@ -834,7 +834,7 @@ sub allowBcast( $$$ ) { add_rule $chainref, '-d 224.0.0.0/4 -j ACCEPT'; } else { log_rule_limit $level, $chainref, 'allowBcast' , 'ACCEPT', '', $tag, 'add', ' -d ff00::/10 ' if $level ne ''; - add_rule $chainref, '-d ff00:/10 -j ACCEPT'; + add_rule $chainref, '-d ff00::/10 -j ACCEPT'; } } }