Merge pull request #1383 from remibergsma/slash32routefix CLOUDSTACK-9264: Make /32 static routes for private gw workStatic routes for private gateways that were /32 failed because the `route` command used had `-net` in it and a `/32` requires `-host` instead. I rewrote it to `ip` commands.
* pr/1383: CLOUDSTACK-9264: Make /32 static routes for private gw work Signed-off-by: Remi Bergsma <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/556d4362 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/556d4362 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/556d4362 Branch: refs/heads/master Commit: 556d4362f157be975476024edf896705848b2f93 Parents: e5ef933 78c4366 Author: Remi Bergsma <[email protected]> Authored: Thu Feb 4 09:12:01 2016 +0100 Committer: Remi Bergsma <[email protected]> Committed: Thu Feb 4 09:12:01 2016 +0100 ---------------------------------------------------------------------- systemvm/patches/debian/config/opt/cloud/bin/configure.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ----------------------------------------------------------------------
