mirror of
https://gitlab.com/shorewall/code.git
synced 2025-07-13 04:45:20 +02:00
Purely cosmetic change in the Actions module
This commit is contained in:
@ -725,7 +725,6 @@ sub process_action3( $$$$$ ) {
|
|||||||
clear_comment;
|
clear_comment;
|
||||||
}
|
}
|
||||||
|
|
||||||
sub process_actions3 () {
|
|
||||||
#
|
#
|
||||||
# The following small functions generate rules for the builtin actions of the same name
|
# The following small functions generate rules for the builtin actions of the same name
|
||||||
#
|
#
|
||||||
@ -871,6 +870,7 @@ sub process_actions3 () {
|
|||||||
add_rule $chainref, '-j ACCEPT';
|
add_rule $chainref, '-j ACCEPT';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
sub process_actions3 () {
|
||||||
my %builtinops = ( 'dropBcast' => \&dropBcast,
|
my %builtinops = ( 'dropBcast' => \&dropBcast,
|
||||||
'allowBcast' => \&allowBcast,
|
'allowBcast' => \&allowBcast,
|
||||||
'dropNotSyn' => \&dropNotSyn,
|
'dropNotSyn' => \&dropNotSyn,
|
||||||
|
Reference in New Issue
Block a user