summaryrefslogtreecommitdiffstats
path: root/network/meson.build
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2024-01-10 16:18:41 +0100
committerLuca Boccassi <luca.boccassi@gmail.com>2024-01-10 20:56:43 +0100
commit658169e6d307b5b1aea0d82b4a6430fa9d529c68 (patch)
tree6e0a8a6c01e39c3105c673555b379241fa85039e /network/meson.build
parentMerge pull request #30717 from yuwata/network-ref-unref (diff)
downloadsystemd-658169e6d307b5b1aea0d82b4a6430fa9d529c68.tar.xz
systemd-658169e6d307b5b1aea0d82b4a6430fa9d529c68.zip
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.
Diffstat (limited to 'network/meson.build')
-rw-r--r--network/meson.build5
1 files changed, 5 insertions, 0 deletions
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)