Explorar el Código

Add NSLOOKUP and NTP commands to netboot.xyz

Antony Messerli hace 8 años
padre
commit
1439f9421e
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      ipxe/local/general.h

+ 2 - 0
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 */