GitHub user remibergsma opened a pull request: https://github.com/apache/cloudstack/pull/1364
CLOUDSTACK-9256 add unique key for static routes in json Static routes that are being set do not show up in the static_routes.json file. The reason for this is that the index that is used, is the gateway address, which is not unique. Hence stuff is overwritten and lost. Ping @borisroman @wilderrodrigues @DaanHoogland You can merge this pull request into a Git repository by running: $ git pull https://github.com/remibergsma/cloudstack CLOUDSTACK-9256 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cloudstack/pull/1364.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 #1364 ---- commit 62fc6fef97efb2c938737262cabb9254fca55ba1 Author: Remi Bergsma <git...@remi.nl> Date: 2016-01-25T16:17:55Z CLOUDSTACK-9256 add unique key for static routes in json ---- --- 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. ---