Bladeren bron

Enable LLDP in iPXE builds by default

Antony Messerli 2 jaren geleden
bovenliggende
commit
85b4b44deb
2 gewijzigde bestanden met toevoegingen van 2 en 0 verwijderingen
  1. 1 0
      roles/netbootxyz/files/ipxe/local/general.h
  2. 1 0
      roles/netbootxyz/files/ipxe/local/general.h.efi

+ 1 - 0
roles/netbootxyz/files/ipxe/local/general.h

@@ -7,6 +7,7 @@
 #define IMAGE_PNG             /* PNG image support */
 #define IMAGE_ZLIB            /* ZLIB image support */
 #define NET_PROTO_IPV6        /* IPv6 protocol */
+#define NET_PROTO_LLDP        /* Link Layer Discovery protocol */
 #define NSLOOKUP_CMD          /* DNS resolving command */
 #define NTP_CMD               /* NTP commands */
 #define PARAM_CMD             /* Form parameter commands */

+ 1 - 0
roles/netbootxyz/files/ipxe/local/general.h.efi

@@ -6,6 +6,7 @@
 #define IMAGE_PNG             /* PNG image support */
 #define IMAGE_ZLIB            /* ZLIB image support */
 #define NET_PROTO_IPV6        /* IPv6 protocol */
+#define NET_PROTO_LLDP        /* Link Layer Discovery protocol */
 #define NSLOOKUP_CMD          /* DNS resolving command */
 #define NTP_CMD               /* NTP commands */
 #define PARAM_CMD             /* Form parameter commands */