[cmdline] Add standalone "nslookup" command

Modified-by: Michael Brown <mcb30@ipxe.org>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Patrick Plenefisch
2012-08-30 00:21:33 +01:00
committed by Michael Brown
parent c4500fb7ca
commit 8e4faa0948
6 changed files with 283 additions and 0 deletions

View File

@@ -247,6 +247,9 @@ REQUIRE_OBJECT ( cpuid_cmd );
#ifdef SYNC_CMD
REQUIRE_OBJECT ( sync_cmd );
#endif
#ifdef NSLOOKUP_CMD
REQUIRE_OBJECT ( nslookup_cmd );
#endif
/*
* Drag in miscellaneous objects

View File

@@ -119,6 +119,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
#define MENU_CMD /* Menu commands */
#define LOGIN_CMD /* Login command */
#define SYNC_CMD /* Sync command */
//#define NSLOOKUP_CMD /* DNS resolving command */
//#define TIME_CMD /* Time commands */
//#define DIGEST_CMD /* Image crypto digest commands */
//#define LOTEST_CMD /* Loopback testing commands */