Add "route" command (which currently only displays the routing table; it

can't modify it).
This commit is contained in:
Michael Brown
2007-01-10 20:51:14 +00:00
parent d9ba8f790b
commit d45c5e7ce7
4 changed files with 89 additions and 2 deletions

View File

@@ -119,6 +119,7 @@
#define NVO_CMD /* Non-volatile option storage commands */
#define CONFIG_CMD /* Option configuration console */
#define IFMGMT_CMD /* Interface management commands */
#define ROUTE_CMD /* Routing table management commands */
/* @END general.h */