summaryrefslogtreecommitdiffstats
path: root/src/core/config.c
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/core/config.c
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/core/config.c')
-rw-r--r--src/core/config.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/config.c b/src/core/config.c
index 19deec5b..61ffca81 100644
--- a/src/core/config.c
+++ b/src/core/config.c
@@ -155,6 +155,9 @@ REQUIRE_OBJECT ( config_cmd );
#ifdef IFMGMT_CMD
REQUIRE_OBJECT ( ifmgmt_cmd );
#endif
+#ifdef ROUTE_CMD
+REQUIRE_OBJECT ( route_cmd );
+#endif
/*
* Drag in miscellaneous objects