freebsd-dev/sbin/route
Gleb Smirnoff 9711a168b9 Retire struct sockaddr_inarp.
Since ARP and routing are separated, "proxy only" entries
don't have any meaning, thus we don't need additional field
in sockaddr to pass SIN_PROXY flag.

New kernel is binary compatible with old tools, since sizes
of sockaddr_inarp and sockaddr_in match, and sa_family are
filled with same value.

The structure declaration is left for compatibility with
third party software, but in tree code no longer use it.

Reviewed by:	ru, andre, net@
2013-01-31 08:55:21 +00:00
..
keywords Add -fib modifier to specify FIB number. The FIB number can be in a 2012-11-17 19:54:23 +00:00
Makefile route(8): make WARNS=3 clean 2010-02-27 10:18:33 +00:00
route.8 Add -fib modifier to specify FIB number. The FIB number can be in a 2012-11-17 19:54:23 +00:00
route.c Retire struct sockaddr_inarp. 2013-01-31 08:55:21 +00:00