summaryrefslogtreecommitdiffstats
path: root/src/config/defaults/efi.h
diff options
context:
space:
mode:
authorMichael Brown2023-02-05 19:53:03 +0100
committerMichael Brown2023-02-05 19:54:39 +0100
commit7cc305f7b4fb3508e64afa8c4c54bee1fff1f405 (patch)
treedf932036e4c288e69238bcf95160eebfe06640bd /src/config/defaults/efi.h
parent[lldp] Add support for the Link Layer Discovery Protocol (diff)
downloadipxe-7cc305f7b4fb3508e64afa8c4c54bee1fff1f405.tar.gz
ipxe-7cc305f7b4fb3508e64afa8c4c54bee1fff1f405.tar.xz
ipxe-7cc305f7b4fb3508e64afa8c4c54bee1fff1f405.zip
[efi] Enable NET_PROTO_LLDP by default
Requested-by: Christian I. Nilsson <nikize@gmail.com> Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/config/defaults/efi.h')
-rw-r--r--src/config/defaults/efi.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config/defaults/efi.h b/src/config/defaults/efi.h
index efa80181..625ae055 100644
--- a/src/config/defaults/efi.h
+++ b/src/config/defaults/efi.h
@@ -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 */