ip-cidr-rebase

0.1.0 • Public • Published

ip-cidr-rebase

Rebase CIDR into smaller subnets

Use

const cidrRebase = require('ip-cidr-rebase');
 
const cidr = '192.168.0.0/20';
 
const cidrs = cidrRebase(cidr, [8,16,24,32]);

Readme

Keywords

Package Sidebar

Install

npm i ip-cidr-rebase

Weekly Downloads

8

Version

0.1.0

License

MIT

Last publish

Collaborators

  • willfarrell