summaryrefslogtreecommitdiffstats
path: root/core/modules/systemd
diff options
context:
space:
mode:
authorJonathan Bauer2017-12-11 15:37:01 +0100
committerJonathan Bauer2017-12-11 15:37:01 +0100
commitc2b6ba9ef9dd118a015bd6e68664e35c7e994794 (patch)
tree2b9fe7af1c64cb9a57b0c194dc342f769953d5f0 /core/modules/systemd
parent[lightdm-greeter-bwlp] fix power options (diff)
downloadmltk-c2b6ba9ef9dd118a015bd6e68664e35c7e994794.tar.gz
mltk-c2b6ba9ef9dd118a015bd6e68664e35c7e994794.tar.xz
mltk-c2b6ba9ef9dd118a015bd6e68664e35c7e994794.zip
[systemd] bring additional nic bridges up
which triggers udhcpc on that interface
Diffstat (limited to 'core/modules/systemd')
-rw-r--r--core/modules/systemd/data/usr/lib/udev/rules.d/99-systemd.rules2
1 files changed, 1 insertions, 1 deletions
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"