local-devices icon indicating copy to clipboard operation
local-devices copied to clipboard

replaced arp with ip on linux (arp is deprecated). 'arp -a' -> 'ip n'…

Open lucafornerone opened this issue 3 years ago • 5 comments

replaced arp with ip on linux (arp is deprecated). searching for devices on linux is now faster.

lucafornerone avatar Mar 30 '21 17:03 lucafornerone

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?

natterstefan avatar Mar 31 '21 05:03 natterstefan

hi @natterstefan! yes, sorry. I'll make a commit when it's all right.

lucafornerone avatar Mar 31 '21 17:03 lucafornerone

It's ready. I had to adapt linux tests, 'arp' output is a little bit different from 'ip' output.

lucafornerone avatar Apr 06 '21 17:04 lucafornerone

To be clear this would be a breaking change right?

DylanPiercey avatar Apr 08 '21 15:04 DylanPiercey

right.

lucafornerone avatar Apr 12 '21 05:04 lucafornerone