mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-19 17:28:35 +02:00
'initialized' renamed 'initdone'
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1318 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
84029e5bd4
commit
8dba29c478
@ -50,4 +50,6 @@ Changes since 2.0.1
|
|||||||
|
|
||||||
24) Add ACCEPT+ and NONAT targets.
|
24) Add ACCEPT+ and NONAT targets.
|
||||||
|
|
||||||
25) Added 'initialized' extension script.
|
25) Added 'initialized' extension script.
|
||||||
|
|
||||||
|
26) Renamed 'initialized' to 'initdone'
|
@ -4816,7 +4816,7 @@ add_common_rules() {
|
|||||||
run_iptables -A reject -j REJECT
|
run_iptables -A reject -j REJECT
|
||||||
fi
|
fi
|
||||||
|
|
||||||
run_user_exit initialized
|
run_user_exit initdone
|
||||||
|
|
||||||
#
|
#
|
||||||
# Process Black List
|
# Process Black List
|
||||||
|
@ -219,7 +219,7 @@ New Features:
|
|||||||
NONAT -- Exempts matching connections from subsequent DNAT[-]
|
NONAT -- Exempts matching connections from subsequent DNAT[-]
|
||||||
and REDIRECT[-] rules.
|
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
|
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
|
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
|
for adding rules to the 'common' chain but many users treated it as a script
|
||||||
|
Loading…
x
Reference in New Issue
Block a user