GitHub user michaelandersen opened a pull request:
https://github.com/apache/cloudstack/pull/738
Fix for missing defaultroute on VPC router
https://issues.apache.org/jira/browse/CLOUDSTACK-8685
Refactored CsRoute and CsAddress to:
- add methods to add and verify the defaultroute
- renamed methods flush, add, and routeTable to flush_table, add_route,
add_table respectively.
Added some suboptimal unit tests to TestCsRoutes
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/michaelandersen/cloudstack
vpc_defaultroute_fix
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cloudstack/pull/738.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #738
----
commit bb93a61ee70de491ef52806785828e3903f53853
Author: Michael Andersen <[email protected]>
Date: 2015-08-24T09:59:35Z
pep8 cleanup
commit a9eb4ba5c90136176b5ec395f0444a489abc639e
Author: Michael Andersen <[email protected]>
Date: 2015-08-24T10:53:19Z
Fixed defaultroute on VPC routers in CsRoute and CsAddress
Refactored CsRoute
----
---
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.
---