]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
[efi] Enable NET_PROTO_LLDP by default
authorMichael Brown <mcb30@ipxe.org>
Sun, 5 Feb 2023 18:53:03 +0000 (18:53 +0000)
committerMichael Brown <mcb30@ipxe.org>
Sun, 5 Feb 2023 18:54:39 +0000 (18:54 +0000)
Requested-by: Christian I. Nilsson <nikize@gmail.com>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/config/defaults/efi.h
src/config/general.h

index efa801819bd29897310733b6c6743e6e345781fd..625ae055cea6ba673bcaf4918bd5344c8621e6ad 100644 (file)
@@ -26,6 +26,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
 #define FDT_EFI
 
 #define        NET_PROTO_IPV6          /* IPv6 protocol */
+#define        NET_PROTO_LLDP          /* Link Layer Discovery protocol */
 
 #define DOWNLOAD_PROTO_FILE    /* Local filesystem access */
 
index e9ceaff5740ff6536fed837f71872703f5fad8a9..72a6a9a1b4e0c0087987342067ffcf785ffce84e 100644 (file)
@@ -40,7 +40,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
 #define        NET_PROTO_STP           /* Spanning Tree protocol */
 #define        NET_PROTO_LACP          /* Link Aggregation control protocol */
 #define        NET_PROTO_EAPOL         /* EAP over LAN protocol */
-#undef NET_PROTO_LLDP          /* Link Layer Discovery protocol */
+//#define NET_PROTO_LLDP       /* Link Layer Discovery protocol */
 
 /*
  * PXE support