local-devices
local-devices copied to clipboard
replaced arp with ip on linux (arp is deprecated). 'arp -a' -> 'ip n'…
replaced arp with ip on linux (arp is deprecated). searching for devices on linux is now faster.
Hi @lucafornerone, thanks for the PR. Looks like for some reason the checks do not run on this PR. Strange. Can you verify that the tests still pass, after this change, please?
hi @natterstefan! yes, sorry. I'll make a commit when it's all right.
It's ready. I had to adapt linux tests, 'arp' output is a little bit different from 'ip' output.
To be clear this would be a breaking change right?
right.