I’m trying to clear an entry in the arp table on my vera. The only thing the “arp” command seems to want to do is print the table. Tried arp -d to no avail. Is there another way to do it? Thanks.
It’s not looking like it. Apparently arp is just an alias for cat /proc/net/arp.
There’s an option to build arp into busybox, but of course it isn’t compiled in. There’s also the package net-tools but it clashes with busybox so you might have to force-install it. It might not break your Vera.