diff options
author | Michael Brown | 2007-01-10 21:51:14 +0100 |
---|---|---|
committer | Michael Brown | 2007-01-10 21:51:14 +0100 |
commit | d45c5e7ce7e8155dba33ed6e8a36e99f77acc785 (patch) | |
tree | 0cc70817174de4d29f19347754958ca9208791a1 /src/config.h | |
parent | Add route() function to display routing table. (diff) | |
download | ipxe-d45c5e7ce7e8155dba33ed6e8a36e99f77acc785.tar.gz ipxe-d45c5e7ce7e8155dba33ed6e8a36e99f77acc785.tar.xz ipxe-d45c5e7ce7e8155dba33ed6e8a36e99f77acc785.zip |
Add "route" command (which currently only displays the routing table; it
can't modify it).
Diffstat (limited to 'src/config.h')
-rw-r--r-- | src/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h index de1a80a3..47e91119 100644 --- a/src/config.h +++ b/src/config.h @@ -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 */ |