Skip to content

bryanculver/subnet-splitter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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
...

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages