From 10b39f38557d108e5b18d61958fd0949b97e1ee4 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Sun, 19 Feb 2017 10:25:27 -0800 Subject: [PATCH] Correct typo (allowMast -> allowMcast) Signed-off-by: Tom Eastep --- Shorewall/Perl/Shorewall/Rules.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shorewall/Perl/Shorewall/Rules.pm b/Shorewall/Perl/Shorewall/Rules.pm index 8e0264aca..668d772a2 100644 --- a/Shorewall/Perl/Shorewall/Rules.pm +++ b/Shorewall/Perl/Shorewall/Rules.pm @@ -1783,7 +1783,7 @@ sub allowBcast( $$$$ ) { } } -sub allowMast( $$$$ ) { +sub allowMcast( $$$$ ) { my ($chainref, $level, $tag, $audit) = @_; my $target = require_audit( 'ACCEPT', $audit );