mirror of
https://gitlab.com/shorewall/code.git
synced 2025-05-31 15:05:39 +02:00
Fix common-rule/action2 processing order
This commit is contained in:
parent
ac45a9b392
commit
e69de13eff
@ -645,10 +645,6 @@ sub compiler {
|
|||||||
#
|
#
|
||||||
validate_policy;
|
validate_policy;
|
||||||
#
|
#
|
||||||
# Process policy actions
|
|
||||||
#
|
|
||||||
process_actions2;
|
|
||||||
#
|
|
||||||
# N O T R A C K
|
# N O T R A C K
|
||||||
# (Produces no output to the compiled script)
|
# (Produces no output to the compiled script)
|
||||||
#
|
#
|
||||||
@ -678,6 +674,14 @@ sub compiler {
|
|||||||
#
|
#
|
||||||
add_common_rules;
|
add_common_rules;
|
||||||
#
|
#
|
||||||
|
# Process policy actions
|
||||||
|
#
|
||||||
|
disable_script;
|
||||||
|
|
||||||
|
process_actions2;
|
||||||
|
|
||||||
|
enable_script;
|
||||||
|
#
|
||||||
# More /proc
|
# More /proc
|
||||||
#
|
#
|
||||||
if ( $family == F_IPV4 ) {
|
if ( $family == F_IPV4 ) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user