Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 289 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 289 Bytes

Subnet Splitter

A utility to assist in splitting a subnet into smaller subnets.

Currently only supports IPv4, which IPv6 hot on it's tail.

Usage

$> subnet_split "172.16.0.0/24" 30

172.16.0.0  30  172.16.0.0/30
172.16.0.4  30  172.16.0.4/30
172.16.0.8  30  172.16.0.8/30
...