GMLC-TDC / netif

Header-only C++14 library for getting addresses associated with network interfaces without name lookups on Windows, macOS, Linux, and FreeBSD
BSD 3-Clause "New" or "Revised" License
14 stars 1 forks source link

Create test environment that allows adding "fake" network adapters #58

Open nightlark opened 6 months ago

nightlark commented 6 months ago

Currently the CI tests just print out the IP addresses found using netif, then ifconfig is ran to output the network adapters present -- making sure they match is currently a manual process. Oftentimes the adapters present also lack IPv6 addresses, and just in general the ability to add a bunch of interfaces for testing corner cases.