Skip to content
Snippets Groups Projects
Commit d3efc074 authored by Erik Reid's avatar Erik Reid
Browse files

fixed incorrect key access

parent cd1ff41f
No related branches found
No related tags found
No related merge requests found
...@@ -498,7 +498,7 @@ def peer_info(address): ...@@ -498,7 +498,7 @@ def peer_info(address):
if ix_peering_info: if ix_peering_info:
result['ix-public-peer-info'] = ix_peering_info result['ix-public-peer-info'] = ix_peering_info
result['locations'] += _locations_from_router( result['locations'] += _locations_from_router(
ix_peering_info['router']) ix_peering_info['peer']['router'])
vpn_rr_peering_info = _vpn_rr_peering_info(r, address) vpn_rr_peering_info = _vpn_rr_peering_info(r, address)
if vpn_rr_peering_info: if vpn_rr_peering_info:
......
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