forked from extern/shorewall_code
More comments in compiler()
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@9516 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
4e99718744
commit
362bc5e2b6
@ -1015,7 +1015,7 @@ sub compiler {
|
|||||||
disable_object;
|
disable_object;
|
||||||
#
|
#
|
||||||
# N E T F I L T E R
|
# 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;
|
process_tos;
|
||||||
|
|
||||||
@ -1084,10 +1084,14 @@ sub compiler {
|
|||||||
}
|
}
|
||||||
} else {
|
} 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;
|
enable_object;
|
||||||
generate_script_2( $chains );
|
generate_script_2( $chains );
|
||||||
|
#
|
||||||
|
# Close, rename and secure the object
|
||||||
|
#
|
||||||
finalize_object ( $export );
|
finalize_object ( $export );
|
||||||
#
|
#
|
||||||
# And generate the auxilary config file
|
# And generate the auxilary config file
|
||||||
|
Loading…
Reference in New Issue
Block a user