NetBSD/sbin/route
christos 0a22125dca Make the "interesting" flags match the netstat ones, so:
route show -inet
    netstat -r -f inet

outputs match.
2020-08-29 19:28:32 +00:00
..
extern.h Factor out the netstat route printing code and use it here. There is no 2014-11-06 21:29:32 +00:00
keywords.c Separate nexthop caches from the routing table 2016-04-04 07:37:07 +00:00
keywords.h Separate nexthop caches from the routing table 2016-04-04 07:37:07 +00:00
keywords.sh Retire OSI network stack. OK core@ 2013-03-01 18:25:13 +00:00
Makefile introduce some common variables for use in GCC warning disables: 2019-10-13 07:28:04 +00:00
prog_ops.h Make route and netstat share the same struct progops (and initialization 2020-04-03 16:20:51 +00:00
route_hostops.c Make route and netstat share the same struct progops (and initialization 2020-04-03 16:20:51 +00:00
route_rumpops.c Make route and netstat share the same struct progops (and initialization 2020-04-03 16:20:51 +00:00
route.8 Document 'L' 2020-08-29 19:27:08 +00:00
route.c Add a prog_setsockopt (thanks kre@) 2020-04-02 18:32:31 +00:00
rtutil.c Instead of defining RTF_LLINFO, use RTF_LLDATA 2020-08-29 19:27:40 +00:00
rtutil.h Add rcsid 2019-06-30 11:38:16 +00:00
show.c Make the "interesting" flags match the netstat ones, so: 2020-08-29 19:28:32 +00:00