I'd like to get something like this:
addr=192.168.0.12 netmask=255.255.255.0 broadcast=192.168.0.255 etc.It looks like "join" is the way to go, but still NOK.
#ValueError: too many values to unpack (expected 2) for key,value in addrs[netifaces.AF_INET]: print(key,value)