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

Add support for underscore in UnixParser interface name (similar to LinuxParser) #75

Closed tonyle72 closed 10 months ago

tonyle72 commented 10 months ago

This PR adds support for underscores in the interface name when UnixParser is invoked. This addresses issue #73.