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:
teastep 2003-03-21 19:49:40 +00:00
parent 526f0f9eb8
commit 04d78dc49f

View File

@ -718,6 +718,9 @@ validate_policy()
chain=${client}2${server}
[ "x$chain" = "x${FW}2${FW}" ] && \
startup_error "fw->fw policy not allowed: $policy"
if is_policy_chain $chain ; then
startup_error "Duplicate policy $policy"
fi