* Michal Privoznik [2012-02-28 09:38]:
> This command returns an array of:
>
> [ifname, hwaddr, [ipaddr, ipaddr_family, prefix] ]
>
> for each interface in the system.
> Currently, only IPv4 and IPv6 are supported.
What about vlans and bonding info?
>
> Signed-off-by: Michal Privoznik
> --
This command returns an array of:
[ifname, hwaddr, [ipaddr, ipaddr_family, prefix] ]
for each interface in the system.
Currently, only IPv4 and IPv6 are supported.
Signed-off-by: Michal Privoznik
---
diff to v4:
-change return type
diff to v3:
-use ctpop32() instead of separate count_one_bits