| Summary: | IP `neigh` option is missing | ||
|---|---|---|---|
| Product: | Busybox | Reporter: | Al Caughey <al> |
| Component: | Networking | Assignee: | unassigned |
| Status: | RESOLVED INVALID | ||
| Severity: | normal | CC: | busybox-cvs |
| Priority: | P5 | ||
| Version: | 1.29.x | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
DD-WRT issue |
The latest releases of DD-WRT now include busybox 1.29.0 Calls to `ip neigh show` used to return a list of devices connected to the router... as of 1.29.0, the same command now returns root@DD-WRT:~# ip neigh show BusyBox v1.29.0 (2018-07-16 12:16:47 CEST) multi-call binary. Usage: ip [OPTIONS] address|route|link|tunnel|rule [COMMAND] OPTIONS := -f[amily] inet|inet6|link | -o[neline] COMMAND := ip addr add|del IFADDR dev IFACE | show|flush [dev IFACE] [to PREFIX] ip route list|flush|add|del|change|append|replace|test ROUTE ip link set IFACE [up|down] [arp on|off] [multicast on|off] [promisc on|off] [mtu NUM] [name NAME] [qlen NUM] [address MAC] [master IFACE | nomaster] ip tunnel add|change|del|show [NAME] [mode ipip|gre|sit] [remote ADDR] [local ADDR] [ttl TTL] ip rule [list] | add|del SELECTOR ACTION Is this a busybox issue or a DD-WRT issue? To me it appears to be the former (as the neigh option is not available).