Skip to content

Commit 62fc6fe

Browse files
committed
CLOUDSTACK-9256 add unique key for static routes in json
1 parent 7ad0d47 commit 62fc6fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

systemvm/patches/debian/config/opt/cloud/bin/cs_staticroutes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
def merge(dbag, staticroutes):
2222
for route in staticroutes['routes']:
23-
key = route['ip_address']
23+
key = route['network']
2424
revoke = route['revoke']
2525
if revoke:
2626
try:

0 commit comments

Comments
 (0)