From 362bc5e2b6382cd4c17e437adca8db82d73e6075 Mon Sep 17 00:00:00 2001 From: teastep Date: Mon, 23 Feb 2009 16:08:10 +0000 Subject: [PATCH] More comments in compiler() git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@9516 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall/Shorewall/Compiler.pm | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Shorewall/Shorewall/Compiler.pm b/Shorewall/Shorewall/Compiler.pm index 192cfde21..6bfefd788 100644 --- a/Shorewall/Shorewall/Compiler.pm +++ b/Shorewall/Shorewall/Compiler.pm @@ -1015,7 +1015,7 @@ sub compiler { disable_object; # # N E T F I L T E R - # (Produces no output to the compiled script) + # (Produces no output to the compiled script -- rules are stored in the chain table) # process_tos; @@ -1084,10 +1084,14 @@ sub compiler { } } else { # - # Finish the script. + # N E T F I L T E R L O A D + # (Produces setup_netfilter(), chainlist_reload() and define_firewall() ) # enable_object; generate_script_2( $chains ); + # + # Close, rename and secure the object + # finalize_object ( $export ); # # And generate the auxilary config file