Open jimdigriz opened 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.
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.