forked from extern/shorewall_code
Clarify 'initdone'
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6424 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
5bb54a041b
commit
194b9dad1b
@ -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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user