[efi] Enable NET_PROTO_LLDP by default

Requested-by: Christian I. Nilsson <nikize@gmail.com>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
pull/888/head
Michael Brown 2023-02-05 18:53:03 +00:00
parent dc16de3204
commit 7cc305f7b4
2 changed files with 2 additions and 1 deletions

View 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 */

View 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