Clarify 'initdone'

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6424 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2007-05-20 16:41:24 +00:00
parent 5bb54a041b
commit 194b9dad1b

View File

@ -194,6 +194,15 @@ Migration Considerations:
initdone
maclog
Note that in the 'initdone' script, there is no default chain
($chainref). You can objtain a reference to a standard chain by:
my $chainref = $chain_table{<table>}{<chain name>};
Example:
my $chainref = $chain_table{'filter'}{'INPUT'};
Some run-time scripts are simply eliminated because they no
longer make any sense under Shorewall-perl: