Current section
Files
Jump to
Current section
Files
net_address
VERSIONS.md
VERSIONS.md
# net_address versions
## 0.1.0
- basic IP, IP.Range, and IP.Subnet modules with proper Enum features
- IPv6 features missing from many Range and Subnet functions.
## 0.1.1
- includes Mac module for mac addresses
## 0.1.2
- ability to generate matching sigil-i
- random mac addresses
## 0.1.3
- add prefix, bitlength, and netmask to IP.Subnet
## 0.1.4
- support for arista/cisco style mac address strings
- support for generic is_ip guard
## FUTURE VERSIONS
- support for IPv6 ranges and CIDRs
- improved random ip selection