Bug 11226

Summary: IP `neigh` option is missing
Product: Busybox Reporter: Al Caughey <al>
Component: NetworkingAssignee: unassigned
Status: RESOLVED INVALID    
Severity: normal CC: busybox-cvs
Priority: P5    
Version: 1.29.x   
Target Milestone: ---   
Hardware: Other   
OS: Linux   
Host: Target:
Build:

Description Al Caughey 2018-08-13 01:35:59 UTC
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).
Comment 1 Denys Vlasenko 2018-08-14 09:21:07 UTC
DD-WRT issue