mirror of
https://github.com/ipxe/ipxe
synced 2026-02-10 10:10:21 +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
|
||||
|
||||
@@ -137,6 +137,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
|
||||
//#define NEIGHBOUR_CMD /* Neighbour management commands */
|
||||
//#define PING_CMD /* Ping command */
|
||||
//#define CONSOLE_CMD /* Console command */
|
||||
//#define IPSTAT_CMD /* IP statistics commands */
|
||||
|
||||
/*
|
||||
* ROM-specific options
|
||||
|
||||
Reference in New Issue
Block a user