Releases: ftao/python-ifcfg
Releases · ftao/python-ifcfg
0.24
- add support for arrow notation inet #71
0.23
- Add support for multiple netmasks, broadcast addresses, as well as ipv6 prefix lengths #67
0.22
- Python 3.7 and 3.8 support #51 #53
- Default interface detection on Windows #25 #56
- New flags for unix ip command #61
0.21
Fixes:
- Force C as locale for running commands, to ensure consistent regex patterns #47
0.20
Changed:
- Throw an exception when neither ip nor ifconfig commands exist #45
0.19
Fixes:
- Adds support for interfaces with VLAN notation, e.g. eth2.2 #40
- Fetch MTU values from ip command results #39
0.18
- Adds support for interfaces with non-alphanumeric characters, e.g. eth-int #35 and #36
0.17
- Restore ip after regressions + add tests #32
- Add MacOSX support for ip command #32
0.16
- Support for multiple IPv4 addresses in the new 'inet4' field #27
- Packaging cleanup #28
0.15
- Support for bridged interface names #24