[cmdline] Add the "ipstat" command

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown
2014-03-02 20:35:13 +00:00
parent 11963c4f5f
commit f22c19f3fb
5 changed files with 150 additions and 0 deletions

View File

@@ -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