From 658169e6d307b5b1aea0d82b4a6430fa9d529c68 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 10 Jan 2024 16:18:41 +0100 Subject: network: take explicit ownership of our own interfaces This is a follow-up for #30786 and uses it to assign ID_NET_MANAGED_BY=io.systemd.Network to all all network interfaces that we consider ours to manage. This should hopefully have the effect that other well-behaving managers won't fight for these devices. This doesn't bother with network interfaces we match inside containers, since udev is not available there anyway. --- network/meson.build | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'network/meson.build') diff --git a/network/meson.build b/network/meson.build index 2a472f4f51..9df0bea760 100644 --- a/network/meson.build +++ b/network/meson.build @@ -3,11 +3,16 @@ if conf.get('ENABLE_NETWORKD') == 1 install_data( '80-6rd-tunnel.network', + '80-6rd-tunnel.link', '80-container-host0.network', '80-container-vb.network', + '80-container-vb.link', '80-container-ve.network', + '80-container-ve.link', '80-container-vz.network', + '80-container-vz.link', '80-vm-vt.network', + '80-vm-vt.link', '80-wifi-adhoc.network', install_dir : networkdir) -- cgit v1.2.3