forked from extern/shorewall_code
Correct typo (allowMast -> allowMcast)
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
c4f21ffefb
commit
10b39f3855
@ -1783,7 +1783,7 @@ sub allowBcast( $$$$ ) {
|
||||
}
|
||||
}
|
||||
|
||||
sub allowMast( $$$$ ) {
|
||||
sub allowMcast( $$$$ ) {
|
||||
my ($chainref, $level, $tag, $audit) = @_;
|
||||
|
||||
my $target = require_audit( 'ACCEPT', $audit );
|
||||
|
Loading…
Reference in New Issue
Block a user