-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OpenWRT: command "arp" has failed #3597
Comments
Hello and thanks for the suggestion. I actually see a few issues in our current implementation:
I think we can refactor it all together in the v0.108 cycle. |
Merge in DNS/adguard-home from 3597-wrt-netlink to master Updates #3597. Squashed commit of the following: commit 1709582 Merge: 0507b6e e7b3c99 Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Tue Mar 15 20:25:18 2022 +0300 Merge branch 'master' into 3597-wrt-netlink commit 0507b6e Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Tue Mar 15 20:21:29 2022 +0300 all: imp code commit 71f9758 Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Wed Mar 9 18:03:48 2022 +0500 aghnet: imp naming commit c949e76 Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Wed Mar 9 17:26:30 2022 +0500 all: imp code, docs commit cf605dd Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Tue Mar 8 15:33:52 2022 +0500 all: imp code, docs commit 2960c65 Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Sun Mar 6 21:34:58 2022 +0500 all: imp code & docs, fix tests commit 29c049f Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Wed Mar 2 20:45:34 2022 +0300 all: add arpdb
@timkgh, hello again. We've improved ARP-related logic a bit. It's available in the latest edge build and it should use some different sources of data including parsing the |
Merge in DNS/adguard-home from 3142-fix-clients to master Updates #3142. Updates #3597. Squashed commit of the following: commit 4dcabed Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Tue Mar 22 15:13:15 2022 +0300 all: imp log of changes commit 481088d Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Tue Mar 22 14:36:44 2022 +0300 all: swap arp and rdns priority
@timkgh, hello. I'll close the issue for now. Feel free to file new ones if you'll face any bugs with our solution. |
Merge in DNS/adguard-home from 3142-fix-clients to master Updates #3142. Updates #3597. Squashed commit of the following: commit 4dcabed Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Tue Mar 22 15:13:15 2022 +0300 all: imp log of changes commit 481088d Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Tue Mar 22 14:36:44 2022 +0300 all: swap arp and rdns priority
Merge in DNS/adguard-home from 3597-wrt-netlink to master Updates AdguardTeam#3597. Squashed commit of the following: commit 1709582 Merge: 0507b6e e7b3c99 Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Tue Mar 15 20:25:18 2022 +0300 Merge branch 'master' into 3597-wrt-netlink commit 0507b6e Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Tue Mar 15 20:21:29 2022 +0300 all: imp code commit 71f9758 Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Wed Mar 9 18:03:48 2022 +0500 aghnet: imp naming commit c949e76 Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Wed Mar 9 17:26:30 2022 +0500 all: imp code, docs commit cf605dd Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Tue Mar 8 15:33:52 2022 +0500 all: imp code, docs commit 2960c65 Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Sun Mar 6 21:34:58 2022 +0500 all: imp code & docs, fix tests commit 29c049f Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Wed Mar 2 20:45:34 2022 +0300 all: add arpdb
Merge in DNS/adguard-home from 3142-fix-clients to master Updates AdguardTeam#3142. Updates AdguardTeam#3597. Squashed commit of the following: commit 4dcabed Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Tue Mar 22 15:13:15 2022 +0300 all: imp log of changes commit 481088d Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Tue Mar 22 14:36:44 2022 +0300 all: swap arp and rdns priority
Merge in DNS/adguard-home from fix-arp-names to master Updates AdguardTeam#3597. Squashed commit of the following: commit b4737a3 Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Tue Mar 22 16:55:52 2022 +0300 home: fix adding client
2021/09/15 01:06:11.931024 24345#18 [debug] command "arp" has failed: "exec: \"arp\": executable file not found in $PATH" code:-1
On OpenWRT
arp
seems to be defined as a shell functionarp() { cat /proc/net/arp; }
Should AGH switch to using
ip neigh
ifip
is installed and fall back toarp
, if it exists as an executable or just look in/proc/net/arp
?The text was updated successfully, but these errors were encountered: