Github user wilderrodrigues commented on the pull request: https://github.com/apache/cloudstack/pull/265#issuecomment-103829579 @bhaisaab For some reason this PR got the same commit of the previous PR (#262). @isoutham told me to ignore the previous one. So I'm now testing this and it LGTM so far. I will just test redundant VPC and merge it. Below few details of the tests I have done manually: * Create VPC * Create Tier * Create ACL + 2 rules * Associate ACL with Tier * Create VM * Acquire new IP + Add PF rule Then ping + ssh [wrodrigues@mct-wrodrigues cloudstack]$ ping 192.168.23.8 PING 192.168.23.8 (192.168.23.8) 56(84) bytes of data. 64 bytes from 192.168.23.8: icmp_seq=1 ttl=64 time=3.24 ms 64 bytes from 192.168.23.8: icmp_seq=2 ttl=64 time=3.76 ms 64 bytes from 192.168.23.8: icmp_seq=3 ttl=64 time=3.96 ms 64 bytes from 192.168.23.8: icmp_seq=4 ttl=64 time=4.08 ms ^C --- 192.168.23.8 ping statistics --- 4 packets transmitted, 4 received, 0% packet loss, time 3004ms rtt min/avg/max/mdev = 3.241/3.762/4.080/0.330 ms [wrodrigues@mct-wrodrigues cloudstack]$ ssh root@192.168.23.8 The authenticity of host '192.168.23.8 (192.168.23.8)' can't be established. ECDSA key fingerprint is 3f:64:cc:0f:72:09:9a:e4:dd:c3:1b:a0:0c:17:f7:db. Are you sure you want to continue connecting (yes/no)? yes Warning: Permanently added '192.168.23.8' (ECDSA) to the list of known hosts. root@192.168.23.8's password:
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---