networking

A script to reduce a list of CIDRs

December 19, 2014 | 0 Comments

Feed this script a list of CIDRs, and it will return a sorted list, with adjacent CIDRs reduced. For example: 1.2.2.0/24 1.2.3.0/24 => 1.2.2.0/23 It’s also [...]