mirror of
https://github.com/ipxe/ipxe
synced 2025-12-24 15:23:42 +03:00
[cmdline] Add the "ipstat" command
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user