Github user remibergsma commented on the pull request:
https://github.com/apache/cloudstack/pull/738#issuecomment-134343822
LGTM
Deployed advanced zone with two VPCs, each with a tier, two VMs. Verified
the default routes were there (and that the VMs could reach the internet)
```
root@r-6-VM:~# ip route show
default via 192.168.23.1 dev eth1
10.0.2.0/24 dev eth2 proto kernel scope link src 10.0.2.1
169.254.0.0/16 dev eth0 proto kernel scope link src 169.254.1.232
192.168.23.0/24 dev eth1 proto kernel scope link src 192.168.23.5
```
Note: In my dev environment `192.168.23.1` is the public gateway.
Created site-to-site VPNs and now those also work without modification.
Nice work @michaelandersen :-)
Minor comment: please prepend the PR title with "CLOUDSTACK-8685: "
@karuturi @jayapalu Could one of you also review this? Thanks!
---
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 [email protected] or file a JIRA ticket
with INFRA.
---