diff options
author | Michael Brown | 2013-10-21 15:20:32 +0200 |
---|---|---|
committer | Michael Brown | 2013-10-21 16:21:37 +0200 |
commit | 6f43ba411da9466a54e27fa405c87b2e078a339a (patch) | |
tree | 8b69a73d6fc9e232ef69d45dc38d0ec77d25b870 /src/config/general.h | |
parent | [ping] Add top-level ping() function to ping a host (diff) | |
download | ipxe-6f43ba411da9466a54e27fa405c87b2e078a339a.tar.gz ipxe-6f43ba411da9466a54e27fa405c87b2e078a339a.tar.xz ipxe-6f43ba411da9466a54e27fa405c87b2e078a339a.zip |
[cmdline] Add "ping" command
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/config/general.h')
-rw-r--r-- | src/config/general.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config/general.h b/src/config/general.h index 00a327f2..2af521e2 100644 --- a/src/config/general.h +++ b/src/config/general.h @@ -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 |