Skip to content

Releases: ftao/python-ifcfg

0.24

19 Apr 06:22
releases/0.24
7f2cc2e
Compare
Choose a tag to compare
  • add support for arrow notation inet #71

0.23

30 Jul 21:15
releases/0.23
cbcaf1b
Compare
Choose a tag to compare
  • Add support for multiple netmasks, broadcast addresses, as well as ipv6 prefix lengths #67

0.22

05 Sep 23:18
releases/0.22
0f26702
Compare
Choose a tag to compare
  • 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

14 Feb 22:52
8882e30
Compare
Choose a tag to compare

Fixes:

  • Force C as locale for running commands, to ensure consistent regex patterns #47

0.20

06 Jan 13:54
releases/0.20
e0bd672
Compare
Choose a tag to compare

Changed:

  • Throw an exception when neither ip nor ifconfig commands exist #45

0.19

09 Oct 14:25
2d6a87f
Compare
Choose a tag to compare

Fixes:

  • Adds support for interfaces with VLAN notation, e.g. eth2.2 #40
  • Fetch MTU values from ip command results #39

0.18

08 Jun 19:54
releases/0.18
4d846c7
Compare
Choose a tag to compare
  • Adds support for interfaces with non-alphanumeric characters, e.g. eth-int #35 and #36

0.17

08 Jul 16:09
724a4a1
Compare
Choose a tag to compare
  • Restore ip after regressions + add tests #32
  • Add MacOSX support for ip command #32

0.16

20 Jun 09:09
b6b6f2f
Compare
Choose a tag to compare
  • Support for multiple IPv4 addresses in the new 'inet4' field #27
  • Packaging cleanup #28

0.15

20 Jun 09:09
c990cc6
Compare
Choose a tag to compare
  • Support for bridged interface names #24