mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-23 08:03:11 +01:00
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:
parent
a84441f6ee
commit
1d7d5fb577
@ -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
|
||||
|
@ -7432,6 +7432,7 @@ apply_policy_rules() {
|
||||
#
|
||||
case $chain in
|
||||
all2*|*2all)
|
||||
run_user_exit $chain
|
||||
policy_rules $chain $policy $loglevel
|
||||
;;
|
||||
esac
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user