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

Removed IP version matching to allow different IP versions to correlate together

parent 0127216b
No related branches found
Tags 0.36
No related merge requests found
......@@ -171,8 +171,6 @@ def ix_peering_info(peer_info):
other = json.loads(other)
peer_address = ipaddress.ip_address(other['name'])
if protocol != type(peer_address).__name__:
continue
if other['router'] == peer_info['router']:
result['router'].append(other['name'])
......
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