Skip to content
Snippets Groups Projects
Commit d1ffe45f authored by Robert Latta's avatar Robert Latta
Browse files

geant lambda's key

parent e83c6eb5
No related branches found
No related tags found
No related merge requests found
...@@ -47,7 +47,7 @@ def get_trap_metadata(source_equipment, interface): ...@@ -47,7 +47,7 @@ def get_trap_metadata(source_equipment, interface):
geant_lambdas.append(json.loads(gl.decode('utf=8'))) geant_lambdas.append(json.loads(gl.decode('utf=8')))
if geant_lambdas: if geant_lambdas:
result['geant_lambdas'] = geant_lambdas result['geant-lambdas'] = geant_lambdas
ifc_info = r.get( ifc_info = r.get(
'netconf-interfaces:%s:%s' % (source_equipment, interface)) 'netconf-interfaces:%s:%s' % (source_equipment, interface))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment