summaryrefslogtreecommitdiffstats
path: root/src/core/config.c
diff options
context:
space:
mode:
authorMichael Brown2007-01-10 02:55:07 +0100
committerMichael Brown2007-01-10 02:55:07 +0100
commitd24b80acf292266680d9b04836269734602ec054 (patch)
tree88d98a1ab29bd0dc0043e2f13ef1d17b74656084 /src/core/config.c
parentAdd "name" field to network device, to facilitate netdev commands. (diff)
downloadipxe-d24b80acf292266680d9b04836269734602ec054.tar.gz
ipxe-d24b80acf292266680d9b04836269734602ec054.tar.xz
ipxe-d24b80acf292266680d9b04836269734602ec054.zip
Added network interface management commands
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 b501ea55..19deec5b 100644
--- a/src/core/config.c
+++ b/src/core/config.c
@@ -152,6 +152,9 @@ REQUIRE_OBJECT ( nvo_cmd );
#ifdef CONFIG_CMD
REQUIRE_OBJECT ( config_cmd );
#endif
+#ifdef IFMGMT_CMD
+REQUIRE_OBJECT ( ifmgmt_cmd );
+#endif
/*
* Drag in miscellaneous objects