[Bug 11226] New: IP `neigh` option is missing

bugzilla at busybox.net bugzilla at busybox.net
Mon Aug 13 01:35:59 UTC 2018


https://bugs.busybox.net/show_bug.cgi?id=11226

            Bug ID: 11226
           Summary: IP `neigh` option is missing
           Product: Busybox
           Version: 1.29.x
          Hardware: Other
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Networking
          Assignee: unassigned at busybox.net
          Reporter: al at caughey.ca
                CC: busybox-cvs at busybox.net
  Target Milestone: ---

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 at 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).

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the busybox-cvs mailing list