mirror of
https://gitlab.com/shorewall/code.git
synced 2024-12-15 10:51:02 +01:00
Improve readability
This commit is contained in:
parent
7d41e4b38c
commit
d90d56161c
@ -612,7 +612,22 @@ sub process_action3( $$$$$$ ) {
|
||||
next;
|
||||
}
|
||||
|
||||
process_rule_common( $chainref, merge_levels( "$action:$level:$tag", $target ), '', $source, $dest, $proto, $ports, $sports, $origdest, $rate, $user, $mark, $connlimit, $time, $headers, 0 );
|
||||
process_rule_common( $chainref,
|
||||
merge_levels( "$action:$level:$tag", $target ),
|
||||
'',
|
||||
$source,
|
||||
$dest,
|
||||
$proto,
|
||||
$ports,
|
||||
$sports,
|
||||
$origdest,
|
||||
$rate,
|
||||
$user,
|
||||
$mark,
|
||||
$connlimit,
|
||||
$time,
|
||||
$headers,
|
||||
0 );
|
||||
}
|
||||
|
||||
clear_comment;
|
||||
|
Loading…
Reference in New Issue
Block a user