mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-22 15:43:30 +01:00
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