From: Lennart Poettering Date: Sun, 22 Feb 2026 13:15:20 +0000 (+0100) Subject: network: enable LLDP for links that use only link-local addressing X-Git-Tag: v257.11~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5a796c6fe37180dcf719b718069491d7bfa1520;p=thirdparty%2Fsystemd.git network: enable LLDP for links that use only link-local addressing Links with link-local-only communication are typically peer-to-peer links between two laptops or similar. In such cases it makes sense to be able to see which device one is specifically connected to, hence let's just enable LLDP for it. This doesn't leak any data really, given that this is inherently local, and typically only used between isolated systems that are under the same user's possession. Background: I recently connected multiple laptops via thunderbolt networking and was kinda annoyed not being able to see what system I was actually talking to. (Also, the file touched here is an example only anyway, so even if this would leak too much info, it's not in effect by default) (cherry picked from commit c8aa7b152f423cc2147afbb8b9245f056103d1f7) (cherry picked from commit a9af5bcb337c81c338210d6bfda1e4b001e9901a) (cherry picked from commit 9bd81571a457216d480821fb0f82af0158d510ac) --- diff --git a/network/80-auto-link-local.network.example b/network/80-auto-link-local.network.example index 286b5324960..5af0c627829 100644 --- a/network/80-auto-link-local.network.example +++ b/network/80-auto-link-local.network.example @@ -18,3 +18,5 @@ Property=ID_NET_AUTO_LINK_LOCAL_ONLY=1 LinkLocalAddressing=yes IPv6AcceptRA=no MulticastDNS=yes +LLDP=yes +EmitLLDP=yes