ftao / python-ifcfg

Python cross-platform network interface discovery (ifconfig/ipconfig/ip)
BSD 3-Clause "New" or "Revised" License
55 stars 37 forks source link

Handle Linux hosts with multiple ipv6 prefix lengths #69

Open ccaviness opened 2 years ago

ccaviness commented 2 years ago

Use the correct regex named group identifiers: prefixlen->prefixlens, broadcast->broadcasts, netmask->netmasks

ccaviness commented 2 years ago

Apologies for missing this in my first pull request.