]> Zhao Yanbai Git Server - minix.git/commit
Import NetBSD ndp(8) 71/3471/1
authorDavid van Moolenbroek <david@minix3.org>
Sun, 19 Feb 2017 01:14:53 +0000 (01:14 +0000)
committerDavid van Moolenbroek <david@minix3.org>
Tue, 21 Mar 2017 22:00:25 +0000 (22:00 +0000)
commit5de448e31552e472484003223117b8301428cd77
tree8d0ac567b370fb83767444b335f635fa90cc0756
parentb636d99d91c3d54204248f643c14627405d4afd1
Import NetBSD ndp(8)

Like arp(8), this utility already uses the NetBSD 8 protocol for
talking to the operating system through routing sockets.

Like arp(8), this utility is not fully functional, due to limitations
of lwIP.  While ndp(8) should provide a proper (read-only) view of the
contents of the Neighbor Discovery table, any attempts to modify the
table will fail.  In addition, various other ndp(8) features are not
supported.  On MINIX 3, the prefix and default router lists are not
managed by the operating system however, but rather by dhcpcd(8);
therefore, an implementation of the features related to those lists
would not provide any actual functionality.

Change-Id: I479bfc8141ba69fe50c1b2f7091933267ce6fa3e
distrib/sets/lists/minix-base/mi
distrib/sets/lists/minix-debug/mi
distrib/sets/lists/minix-man/mi
usr.sbin/Makefile
usr.sbin/ndp/Makefile [new file with mode: 0644]
usr.sbin/ndp/ndp.8 [new file with mode: 0644]
usr.sbin/ndp/ndp.c [new file with mode: 0644]
usr.sbin/ndp/ndp_hostops.c [new file with mode: 0644]
usr.sbin/ndp/ndp_rumpops.c [new file with mode: 0644]
usr.sbin/ndp/prog_ops.h [new file with mode: 0644]