jimdigriz / bgpexplore

This project aims to expose readers to BGP and the use of a graph database by going through the steps of downloading, importing and exploring MRT exports from Remote Route Collectors (RRC).
1 stars 0 forks source link

CIDR search #4

Open jimdigriz opened 4 years ago

jimdigriz commented 4 years ago

Neo4j does not support CIDR's but we could use a range check (integer between min and max) as all ranges are no longer than IPv4/24 and IPv6/48.

Neo4j uses signed 64bit integers, but we only need 48bit unsigned so it should work.