Sfoglia il codice sorgente

Add NSLOOKUP and NTP commands to netboot.xyz

Antony Messerli 8 anni fa
parent
commit
1439f9421e
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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 */