From 62fc6fef97efb2c938737262cabb9254fca55ba1 Mon Sep 17 00:00:00 2001 From: Remi Bergsma Date: Mon, 25 Jan 2016 17:17:55 +0100 Subject: [PATCH] CLOUDSTACK-9256 add unique key for static routes in json --- systemvm/patches/debian/config/opt/cloud/bin/cs_staticroutes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systemvm/patches/debian/config/opt/cloud/bin/cs_staticroutes.py b/systemvm/patches/debian/config/opt/cloud/bin/cs_staticroutes.py index d5ffae15cbb..987005baa93 100755 --- a/systemvm/patches/debian/config/opt/cloud/bin/cs_staticroutes.py +++ b/systemvm/patches/debian/config/opt/cloud/bin/cs_staticroutes.py @@ -20,7 +20,7 @@ from pprint import pprint def merge(dbag, staticroutes): for route in staticroutes['routes']: - key = route['ip_address'] + key = route['network'] revoke = route['revoke'] if revoke: try: