interface.ip_in_use =================== Get all IPv4 / Ipv6 from all valid interfaces, excluding tap and epair. .. raw:: html
Return loopback interface addresses.
Return wildcard addresses (0.0.0.0 and ::).
Only return configured static IPs.
""
[
{
"address": "fe80::5054:ff:fe16:4aac",
"netmask": 64,
"type": "INET6"
},
{
"address": "192.168.122.148",
"broadcast": "192.168.122.255",
"netmask": 24,
"type": "INET"
}
]