summaryrefslogtreecommitdiffstats
path: root/src/config/config.c
diff options
context:
space:
mode:
authorMichael Brown2014-03-02 21:35:13 +0100
committerMichael Brown2014-03-03 00:57:47 +0100
commitf22c19f3fb53aa323f2297c62fc08f368b19cdc8 (patch)
tree06bbb082d7173fc0228dc0b435a2ff053e3fa535 /src/config/config.c
parent[tcpip] Add IP statistics collection as per RFC 4293 (diff)
downloadipxe-f22c19f3fb53aa323f2297c62fc08f368b19cdc8.tar.gz
ipxe-f22c19f3fb53aa323f2297c62fc08f368b19cdc8.tar.xz
ipxe-f22c19f3fb53aa323f2297c62fc08f368b19cdc8.zip
[cmdline] Add the "ipstat" 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 1f17fb26..98d3d8b2 100644
--- a/src/config/config.c
+++ b/src/config/config.c
@@ -287,6 +287,9 @@ REQUIRE_OBJECT ( ping_cmd );
#ifdef CONSOLE_CMD
REQUIRE_OBJECT ( console_cmd );
#endif
+#ifdef IPSTAT_CMD
+REQUIRE_OBJECT ( ipstat_cmd );
+#endif
/*
* Drag in miscellaneous objects