summaryrefslogtreecommitdiffstats
path: root/core/modules/dhcpc-busybox
diff options
context:
space:
mode:
authorSimon Rettberg2020-10-01 14:28:04 +0200
committerSimon Rettberg2020-10-01 14:28:04 +0200
commit3ca98f6f1f297542365962117c9cb8ca83450425 (patch)
treecdcf4174328202a706ca2e4efa134da43086e9a5 /core/modules/dhcpc-busybox
parent[systemd] Move network-interface service/udevrule to dhcpc-busybox (diff)
downloadmltk-3ca98f6f1f297542365962117c9cb8ca83450425.tar.gz
mltk-3ca98f6f1f297542365962117c9cb8ca83450425.tar.xz
mltk-3ca98f6f1f297542365962117c9cb8ca83450425.zip
[dhcpc-busybox] Re-enable running DHCP client on non-primary bridges
Diffstat (limited to 'core/modules/dhcpc-busybox')
-rw-r--r--core/modules/dhcpc-busybox/data/etc/udev/rules.d/99-openslx-net.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/modules/dhcpc-busybox/data/etc/udev/rules.d/99-openslx-net.rules b/core/modules/dhcpc-busybox/data/etc/udev/rules.d/99-openslx-net.rules
index 2b65f37f..17c0068c 100644
--- a/core/modules/dhcpc-busybox/data/etc/udev/rules.d/99-openslx-net.rules
+++ b/core/modules/dhcpc-busybox/data/etc/udev/rules.d/99-openslx-net.rules
@@ -1 +1 @@
-ACTION=="add", SUBSYSTEM=="net", KERNEL=="br0", TAG+="systemd", ENV{SYSTEMD_ALIAS}="/sys/subsystem/net/devices/$name", ENV{SYSTEMD_WANTS}="network-interface@$name.service"
+ACTION=="add", SUBSYSTEM=="net", KERNEL=="br0|br-nic-*", TAG+="systemd", ENV{SYSTEMD_ALIAS}="/sys/subsystem/net/devices/$name", ENV{SYSTEMD_WANTS}="network-interface@$name.service"