Hi,
I am building a tree-like graph of network based on CIDRs, like this (simplified) example:
Red nodes represent CIDRs, for example 10.0.0.0/27, 10.0.0.0/28, etc.
Brown nodes represent that /32 IPs, for example 10.0.0.0/32, 10.0.0.1/32, etc.
Due t...