From 1439f9421e67da83a16dc7350f50c5dabe85060e Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Fri, 27 Jan 2017 15:28:30 -0600 Subject: [PATCH] Add NSLOOKUP and NTP commands to netboot.xyz --- ipxe/local/general.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ipxe/local/general.h b/ipxe/local/general.h index 7a711633..43b5624f 100644 --- a/ipxe/local/general.h +++ b/ipxe/local/general.h @@ -5,3 +5,5 @@ #define NET_PROTO_IPV6 /* IPv6 protocol */ #define REBOOT_CMD /* Reboot command */ #define VLAN_CMD /* VLAN commands */ +#define NSLOOKUP_CMD /* DNS resolving command */ +#define NTP_CMD /* NTP commands */