mirror of
https://gitlab.com/shorewall/code.git
synced 2025-02-02 10:59:27 +01:00
Add 'refreshed' extension script
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@3664 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
f03167870a
commit
1a2fb62b67
@ -4,6 +4,8 @@ Changes in 3.2.0 Beta 2
|
|||||||
|
|
||||||
2) Remove SUBSYSLOCK code from default and debian footers.
|
2) Remove SUBSYSLOCK code from default and debian footers.
|
||||||
|
|
||||||
|
3) Add 'refreshed' extension script.
|
||||||
|
|
||||||
Changes in 3.1.x. and 3.2.x
|
Changes in 3.1.x. and 3.2.x
|
||||||
|
|
||||||
1) Removal of dynamic zones.
|
1) Removal of dynamic zones.
|
||||||
|
@ -2468,6 +2468,8 @@ refresh_firewall()
|
|||||||
#
|
#
|
||||||
[ -n "$MANGLE_ENABLED" ] && refresh_tc
|
[ -n "$MANGLE_ENABLED" ] && refresh_tc
|
||||||
|
|
||||||
|
run_user_exit refreshed
|
||||||
|
|
||||||
report "Shorewall Refreshed"
|
report "Shorewall Refreshed"
|
||||||
|
|
||||||
rm -rf $TMP_DIR
|
rm -rf $TMP_DIR
|
||||||
|
@ -38,6 +38,11 @@ Problems Corrected in 3.2.0 Beta 2
|
|||||||
program footers. SUBSYSLOCK only applies to programs installed in
|
program footers. SUBSYSLOCK only applies to programs installed in
|
||||||
/etc/init.d/.
|
/etc/init.d/.
|
||||||
|
|
||||||
|
Other changes in 3.2.0 Beta 2
|
||||||
|
|
||||||
|
1) A 'refreshed' extension script has been added -- it is executed after
|
||||||
|
"shorewall refresh" has finished.
|
||||||
|
|
||||||
Migration Considerations:
|
Migration Considerations:
|
||||||
|
|
||||||
1) A number of macros have been split into two. The macros affected are:
|
1) A number of macros have been split into two. The macros affected are:
|
||||||
|
Loading…
Reference in New Issue
Block a user