diff options
author | Patrick Plenefisch <phplenefisch@wpi.edu> | 2012-08-30 00:21:33 +0100 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2012-09-10 15:31:14 +0100 |
commit | 8e4faa094824cae9633ad512ea40c12805435f82 (patch) | |
tree | 9e92aa5f3c7f29ca47b378704233ec5863b8db80 /src/config/general.h | |
parent | c4500fb7cab08beabeee5c2d1e35f964764a7045 (diff) | |
download | ipxe-8e4faa094824cae9633ad512ea40c12805435f82.tar.gz |
[cmdline] Add standalone "nslookup" command
Modified-by: Michael Brown <mcb30@ipxe.org>
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 638320a46..9f0bb521b 100644 --- a/src/config/general.h +++ b/src/config/general.h @@ -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 */ |