SpriteLink / NIPAP

Neat IP Address Planner - NIPAP is the best open source IPAM in the known universe, challenging classical IP address management (IPAM) systems in many areas.
https://spritelink.github.io/NIPAP/
MIT License
539 stars 131 forks source link

It is possible to register hosts having the network address #396

Open tedpelas opened 11 years ago

tedpelas commented 11 years ago

$ nipap address add prefix 90.xxx.xxx.192/32 type host node test country SE family ipv4 Prefix 90.xxx.xxx.192/27 added to the global VRF.

$ nipap address list 90.xxx.xxx.192/27 None 90.xxx.xxx.192/27 A None None System X None 90.xxx.xxx.192/27 H test None None

plajjan commented 11 years ago

How would you suggest that it should work? Should we simply block adding prefixes, display a warning or something else?

tedpelas commented 11 years ago

Display a warning is a good idea.

plajjan commented 11 years ago

Okay, so a warning it is then, both for the web-ui and cli. Warning should appear both on addition and modification of a prefix.

garberg commented 11 years ago

https://github.com/beaugunderson/javascript-ipv6 might be of use...? :)