zeromq / czmq

High-level C binding for ØMQ
czmq.zeromq.org
Mozilla Public License 2.0
1.16k stars 523 forks source link

Feature: adding macaddress to ziflist items #2259

Closed sphaero closed 1 year ago

sphaero commented 1 year ago

Problem: The ziflist class doesn't expose macaddresses of interfaces Solution: add the macaddress to the ziflist items

sphaero commented 1 year ago

this code hasn't been tested on other platforms than linux, yet so marking this as draft

sphaero commented 1 year ago

Anybody knows whats up with the macos runners?

Fri Feb 17 22:20:53 UTC 2023: INFO: Starting build of currently tested project with DRAFT APIs...
Error: Process completed with exit code 1.

It's doing nothing

sphaero commented 1 year ago

Up for discussion: this PR adds a feature to a stable class. Should I mark this as draft?

sphaero commented 1 year ago

Mac is/was still failing. Need access to an apple machine for testing

sphaero commented 1 year ago

I tested it on OSX 10.15 and it worked. I think it's ready for merge if no one objects