summaryrefslogtreecommitdiffstats
path: root/remote/modules/systemd/data
diff options
context:
space:
mode:
authorMichael Neves2013-06-05 16:04:51 +0200
committerMichael Neves2013-06-05 16:04:51 +0200
commit8e012bfc9c1b82dfc19a8a177927616f4e7b4f2d (patch)
treeb9460f884c4e12b264a69b30654f9db6f3235ad7 /remote/modules/systemd/data
parentMerge branch 'master' of git.openslx.org:openslx-ng/tm-scripts (diff)
parentMerge branch 'master' of simonslx:openslx-ng/tm-scripts (diff)
downloadtm-scripts-8e012bfc9c1b82dfc19a8a177927616f4e7b4f2d.tar.gz
tm-scripts-8e012bfc9c1b82dfc19a8a177927616f4e7b4f2d.tar.xz
tm-scripts-8e012bfc9c1b82dfc19a8a177927616f4e7b4f2d.zip
host bridge interface
Diffstat (limited to 'remote/modules/systemd/data')
-rw-r--r--remote/modules/systemd/data/usr/lib/udev/rules.d/99-systemd.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/remote/modules/systemd/data/usr/lib/udev/rules.d/99-systemd.rules b/remote/modules/systemd/data/usr/lib/udev/rules.d/99-systemd.rules
index d18123fd..3a64e06e 100644
--- a/remote/modules/systemd/data/usr/lib/udev/rules.d/99-systemd.rules
+++ b/remote/modules/systemd/data/usr/lib/udev/rules.d/99-systemd.rules
@@ -31,7 +31,7 @@ SUBSYSTEM=="block", KERNEL!="ram*|loop*", ENV{DM_UUID}=="CRYPT-*", ENV{ID_PART_T
#
# http://git.kernel.org/?p=linux/hotplug/udev.git;a=blob;f=libudev/libudev-enumerate.c;h=da831449dcaf5e936a14409e8e68ab12d30a98e2;hb=HEAD#l742
-SUBSYSTEM=="net", KERNEL!="lo|vmnet*", TAG+="systemd", ENV{SYSTEMD_ALIAS}="/sys/subsystem/net/devices/$name", ENV{SYSTEMD_WANTS}="network-interface@$name.service"
+SUBSYSTEM=="net", KERNEL!="lo|vmnet*|eth*", 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"