From c2b6ba9ef9dd118a015bd6e68664e35c7e994794 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Mon, 11 Dec 2017 15:37:01 +0100 Subject: [systemd] bring additional nic bridges up which triggers udhcpc on that interface --- core/modules/systemd/data/usr/lib/udev/rules.d/99-systemd.rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/modules/systemd') diff --git a/core/modules/systemd/data/usr/lib/udev/rules.d/99-systemd.rules b/core/modules/systemd/data/usr/lib/udev/rules.d/99-systemd.rules index 99cdf676..77ef9615 100644 --- a/core/modules/systemd/data/usr/lib/udev/rules.d/99-systemd.rules +++ b/core/modules/systemd/data/usr/lib/udev/rules.d/99-systemd.rules @@ -33,7 +33,7 @@ SUBSYSTEM=="block", KERNEL!="ram*|loop*", ENV{DM_UUID}=="CRYPT-*", ENV{ID_PART_T SUBSYSTEM=="net", KERNEL=="eth*", TAG=="openslxignore", GOTO="systemd_end" -SUBSYSTEM=="net", KERNEL=="br0|eth*", TAG+="systemd", ENV{SYSTEMD_ALIAS}="/sys/subsystem/net/devices/$name", ENV{SYSTEMD_WANTS}="network-interface@$name.service" +SUBSYSTEM=="net", KERNEL=="br0|br-nic-*", TAG+="systemd", ENV{SYSTEMD_ALIAS}="/sys/subsystem/net/devices/$name", ENV{SYSTEMD_WANTS}="network-interface@$name.service" SUBSYSTEM=="bluetooth", TAG+="systemd", ENV{SYSTEMD_ALIAS}="/sys/subsystem/bluetooth/devices/%k" SUBSYSTEM=="bluetooth", TAG+="systemd", ENV{SYSTEMD_WANTS}="bluetooth.target" -- cgit v1.2.3-55-g7522