mirror of
https://gitlab.com/shorewall/code.git
synced 2024-12-16 03:10:39 +01:00
Re-allow Z->Z rules/policies
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@517 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
526f0f9eb8
commit
04d78dc49f
@ -718,6 +718,9 @@ validate_policy()
|
|||||||
|
|
||||||
chain=${client}2${server}
|
chain=${client}2${server}
|
||||||
|
|
||||||
|
[ "x$chain" = "x${FW}2${FW}" ] && \
|
||||||
|
startup_error "fw->fw policy not allowed: $policy"
|
||||||
|
|
||||||
if is_policy_chain $chain ; then
|
if is_policy_chain $chain ; then
|
||||||
startup_error "Duplicate policy $policy"
|
startup_error "Duplicate policy $policy"
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user