mirror of
				https://github.com/apache/cloudstack.git
				synced 2025-11-04 00:02:37 +01:00 
			
		
		
		
	CLOUDSTACK-9256 add unique key for static routes in json
This commit is contained in:
		
							parent
							
								
									7ad0d47196
								
							
						
					
					
						commit
						62fc6fef97
					
				@ -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:
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user