summaryrefslogtreecommitdiffstats
path: root/src/config/config.c
diff options
context:
space:
mode:
authorMichael Brown2013-09-25 15:35:07 +0200
committerMichael Brown2013-09-25 15:36:36 +0200
commit7405685df2bea9a457970d8b5a63ede08fcda6f7 (patch)
tree5dc047c66f9b97e9e0331b9267a7fe9008ad96b7 /src/config/config.c
parent[neighbour] Add nstat() function to print out neighbour table (diff)
downloadipxe-7405685df2bea9a457970d8b5a63ede08fcda6f7.tar.gz
ipxe-7405685df2bea9a457970d8b5a63ede08fcda6f7.tar.xz
ipxe-7405685df2bea9a457970d8b5a63ede08fcda6f7.zip
[cmdline] Add "nstat" command
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/config/config.c')
-rw-r--r--src/config/config.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config/config.c b/src/config/config.c
index 6596e951..13fa7db4 100644
--- a/src/config/config.c
+++ b/src/config/config.c
@@ -269,6 +269,9 @@ REQUIRE_OBJECT ( pci_cmd );
#ifdef PARAM_CMD
REQUIRE_OBJECT ( param_cmd );
#endif
+#ifdef NEIGHBOUR_CMD
+REQUIRE_OBJECT ( neighbour_cmd );
+#endif
/*
* Drag in miscellaneous objects