NetBSD/sbin/route
atatat 2e4d1a174e Print a R on reject routes to indicate that they're not normal routes,
and check netmask (or prefix) length as well as the destination
address when determining if a route is a "default" or not.  This means
that the output from 'route show' will no longer say:

	Internet6:
	Destination       Gateway            Flags
	default           localhost          UG
	default           localhost          UG

but instead

	Internet6:
	Destination       Gateway            Flags
	::/104            localhost          UGR
	::/96             localhost          UGR

which makes much more sense.
2001-10-24 16:05:06 +00:00
..
Makefile s/CFLAGS/CPPFLAGS/ for -D and -I. 1999-07-03 06:26:25 +00:00
ccitt_addr.c
extern.h Print a R on reject routes to indicate that they're not normal routes, 2001-10-24 16:05:06 +00:00
keywords.c regen 2001-01-27 04:51:25 +00:00
keywords.h regen 2001-01-27 04:51:25 +00:00
keywords.sh add a keyword, cloned 2001-01-27 04:51:17 +00:00
route.8 PR/14286: reed@reedmedia.net: Explain default. 2001-10-18 13:42:32 +00:00
route.c Print a R on reject routes to indicate that they're not normal routes, 2001-10-24 16:05:06 +00:00
show.c Print a R on reject routes to indicate that they're not normal routes, 2001-10-24 16:05:06 +00:00