diff --git a/Shorewall/Perl/Shorewall/Compiler.pm b/Shorewall/Perl/Shorewall/Compiler.pm
index be0dbe8..29634f6 100644
--- a/Shorewall/Perl/Shorewall/Compiler.pm
+++ b/Shorewall/Perl/Shorewall/Compiler.pm
@@ -645,10 +645,6 @@ sub compiler {
     #
     validate_policy;
     #
-    # Process policy actions
-    #
-    process_actions2;
-    #
     #                                       N O T R A C K
     #                           (Produces no output to the compiled script)
     #
@@ -678,6 +674,10 @@ sub compiler {
     #
     add_common_rules;
     #
+    # Process policy actions
+    #
+    process_actions2;
+    #
     # More /proc
     #
     if ( $family == F_IPV4 ) {
