From: Lennart Poettering Date: Tue, 21 Oct 2025 13:56:25 +0000 (+0200) Subject: units: let's set a socket name for networkd rtnl socket X-Git-Tag: v259-rc1~43^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5ba49cc834d4eb8bfe6a58ef7308e407fce36daf;p=thirdparty%2Fsystemd.git 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. --- 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]