From 5ba49cc834d4eb8bfe6a58ef7308e407fce36daf Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 21 Oct 2025 15:56:25 +0200 Subject: [PATCH] units: let's set a socket name for networkd rtnl socket Let's make our networkd sockets recognizable purely by name. It hink already for debugging it's a good idea to always set socket names, in particular for services that have multiple sockets they listen on. This adds a name to the rtnl socket, which so far missed one. Note that the C code won't look for it, for compat with older versions, but at least things are a bit more debuggable. --- units/systemd-networkd.socket | 1 + 1 file changed, 1 insertion(+) diff --git a/units/systemd-networkd.socket b/units/systemd-networkd.socket index f594d77940c..9d078f93824 100644 --- a/units/systemd-networkd.socket +++ b/units/systemd-networkd.socket @@ -18,6 +18,7 @@ Conflicts=shutdown.target [Socket] ReceiveBuffer=128M ListenNetlink=route 1361 +FileDescriptorName=rtnl PassPacketInfo=yes [Install] -- 2.47.3