mirror of
https://gitlab.com/shorewall/code.git
synced 2025-02-19 11:11:22 +01:00
Restore level merge behavior with nested actions
This commit is contained in:
parent
17ed14a895
commit
7d41e4b38c
@ -612,7 +612,7 @@ sub process_action3( $$$$$$ ) {
|
|||||||
next;
|
next;
|
||||||
}
|
}
|
||||||
|
|
||||||
process_rule_common( $chainref, $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;
|
clear_comment;
|
||||||
|
Loading…
Reference in New Issue
Block a user