CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/07/28 16:19:09
Modified files:
sys/ddb : db_command.c db_interface.h
sys/net : route.c
share/man/man4 : ddb.4
Log message:
In the kernel exist functions to print routes, but they were not
accessible from ddb. Implement "show all routes" to print routing
tables, and "show route 0xfffffd807e9b0000" for a single route
entry. Note that the rtable id is not part of a route entry, so
it makes no sense to print it there.
OK deraadt@
