]> Zhao Yanbai Git Server - minix.git/commit
Import NetBSD arp(8) 59/3459/1
authorDavid van Moolenbroek <david@minix3.org>
Wed, 15 Feb 2017 13:02:59 +0000 (13:02 +0000)
committerDavid van Moolenbroek <david@minix3.org>
Thu, 9 Mar 2017 23:40:14 +0000 (23:40 +0000)
commit04e82b7dc953b4811330afd420ce7f2547aea63f
tree292791f204090824c005429435d45734ee7a6ce4
parent66dfcc8533c70ea68511edc95c03189c8eb0a7a2
Import NetBSD arp(8)

Behaviorally this port should already be largely on par with the
NetBSD 8 version, in that it sets the RTF_LLDATA flag on routing
socket requests to indicate that they target link-local data.

Many parts of the arp(8) functionality are currently not yet supported
by the operating system, largely due to lwIP not exposing appropriate
means of implementing them.

Change-Id: Icfac054b4deddda03eee4acf0e261aa48cd031ba
distrib/sets/lists/minix-base/mi
distrib/sets/lists/minix-debug/mi
distrib/sets/lists/minix-man/mi
usr.sbin/Makefile
usr.sbin/arp/Makefile [new file with mode: 0644]
usr.sbin/arp/arp.4 [new file with mode: 0644]
usr.sbin/arp/arp.8 [new file with mode: 0644]
usr.sbin/arp/arp.c [new file with mode: 0644]
usr.sbin/arp/arp_hostops.c [new file with mode: 0644]
usr.sbin/arp/arp_rumpops.c [new file with mode: 0644]
usr.sbin/arp/prog_ops.h [new file with mode: 0644]