summaryrefslogtreecommitdiffstats
path: root/src/config.h
diff options
context:
space:
mode:
authorMichael Brown2007-01-10 21:51:14 +0100
committerMichael Brown2007-01-10 21:51:14 +0100
commitd45c5e7ce7e8155dba33ed6e8a36e99f77acc785 (patch)
tree0cc70817174de4d29f19347754958ca9208791a1 /src/config.h
parentAdd route() function to display routing table. (diff)
downloadipxe-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.h1
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 */