mirror of https://github.com/apache/cloudstack.git
1-1-NAT feature broke regular NAT, fixing
This commit is contained in:
parent
796f295194
commit
de49fbad6f
|
|
@ -195,9 +195,8 @@ done
|
|||
|
||||
#1:1 NAT
|
||||
if [ "$Gflag" == "1" ]
|
||||
then
|
||||
add_one_to_one_nat_entry $instanceIp $publicIp $domRIp $op
|
||||
fi
|
||||
then
|
||||
add_one_to_one_nat_entry $instanceIp $publicIp $domRIp $op
|
||||
exit $?
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue