Bug 11226 - IP `neigh` option is missing
Summary: IP `neigh` option is missing
Status: RESOLVED INVALID
Alias: None
Product: Busybox
Classification: Unclassified
Component: Networking (show other bugs)
Version: 1.29.x
Hardware: Other Linux
: P5 normal
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-08-13 01:35 UTC by Al Caughey
Modified: 2018-08-14 09:21 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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