Run extension scripts for policy chains

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4155 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2006-06-21 22:21:10 +00:00
parent a84441f6ee
commit 1d7d5fb577
3 changed files with 8 additions and 1 deletions

View File

@ -8,7 +8,10 @@ Changes in 3.2.0 RC 5
4) Make the 'try' command use the correct SHOREWALL_SHELL.
5) Don't defer Action/chain extension script processing until run-time.
5) Don't defer Action/chain extension script processing until
run-time.
6) Run extension script for policy chains.
-------------------------------------------------------------------------------
Changes in 3.2.0 RC 4

View File

@ -7432,6 +7432,7 @@ apply_policy_rules() {
#
case $chain in
all2*|*2all)
run_user_exit $chain
policy_rules $chain $policy $loglevel
;;
esac

View File

@ -68,6 +68,9 @@ Problems Corrected in 3.2.0 RC 5
chain and /etc/shorewall/C exists then the file is processed by the
compiler rather than being copied into the compiled script.
6) Extension scripts for policy chains (chains with the word 'all' in
their name) were not being run previously.
Other changes in 3.2.0 RC 5
None.