diff --git a/Shorewall2/changelog.txt b/Shorewall2/changelog.txt index 6da749030..af6d403a0 100644 --- a/Shorewall2/changelog.txt +++ b/Shorewall2/changelog.txt @@ -50,4 +50,6 @@ Changes since 2.0.1 24) Add ACCEPT+ and NONAT targets. -25) Added 'initialized' extension script. \ No newline at end of file +25) Added 'initialized' extension script. + +26) Renamed 'initialized' to 'initdone' \ No newline at end of file diff --git a/Shorewall2/firewall b/Shorewall2/firewall index 1fadc5122..bac14815f 100755 --- a/Shorewall2/firewall +++ b/Shorewall2/firewall @@ -4816,7 +4816,7 @@ add_common_rules() { run_iptables -A reject -j REJECT fi - run_user_exit initialized + run_user_exit initdone # # Process Black List diff --git a/Shorewall2/releasenotes.txt b/Shorewall2/releasenotes.txt index 7886fd2c4..194626e5b 100755 --- a/Shorewall2/releasenotes.txt +++ b/Shorewall2/releasenotes.txt @@ -219,7 +219,7 @@ New Features: NONAT -- Exempts matching connections from subsequent DNAT[-] and REDIRECT[-] rules. -12) A new extension script 'initialized' has been added. This script is invoked +12) A new extension script 'initdone' has been added. This script is invoked at the same point as the 'common' script was previously and is useful for users who mis-used that script under Shorewall 1.x (the script was intended for adding rules to the 'common' chain but many users treated it as a script