From 194b9dad1b58c94b4279b340fcb0ef6edb2a0e56 Mon Sep 17 00:00:00 2001 From: teastep Date: Sun, 20 May 2007 16:41:24 +0000 Subject: [PATCH] Clarify 'initdone' git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6424 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall-common/releasenotes.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Shorewall-common/releasenotes.txt b/Shorewall-common/releasenotes.txt index db2605a33..898a8a2ff 100644 --- a/Shorewall-common/releasenotes.txt +++ b/Shorewall-common/releasenotes.txt @@ -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{}{}; + + Example: + + my $chainref = $chain_table{'filter'}{'INPUT'}; + Some run-time scripts are simply eliminated because they no longer make any sense under Shorewall-perl: