mirror of
https://github.com/ipxe/ipxe
synced 2025-12-23 21:41:43 +03:00
[cmdline] Add "ping" command
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -272,6 +272,9 @@ REQUIRE_OBJECT ( param_cmd );
|
||||
#ifdef NEIGHBOUR_CMD
|
||||
REQUIRE_OBJECT ( neighbour_cmd );
|
||||
#endif
|
||||
#ifdef PING_CMD
|
||||
REQUIRE_OBJECT ( ping_cmd );
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Drag in miscellaneous objects
|
||||
|
||||
@@ -133,6 +133,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
|
||||
//#define PCI_CMD /* PCI commands */
|
||||
//#define PARAM_CMD /* Form parameter commands */
|
||||
//#define NEIGHBOUR_CMD /* Neighbour management commands */
|
||||
//#define PING_CMD /* Ping command */
|
||||
|
||||
/*
|
||||
* ROM-specific options
|
||||
|
||||
Reference in New Issue
Block a user