]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - config/udev/60-net.rules
core130: remove lm_sensors config
[ipfire-2.x.git] / config / udev / 60-net.rules
index e82320cfe4ddb344cab26f2895ecb9ac0a276a2c..fff7513bc1421be79e6e952d739dc1d91a0bc281 100644 (file)
@@ -5,3 +5,6 @@ ACTION=="add", SUBSYSTEM=="net", PROGRAM="/lib/udev/network-hotplug-rename", RES
 # Call a script that will create all virtual devices for a parent device
 # that has just come up.
 ACTION=="add", SUBSYSTEM=="net", RUN+="/lib/udev/network-hotplug-vlan"
+
+# Call a script that will set up zones as bridges
+ACTION=="add", SUBSYSTEM=="net", RUN+="/lib/udev/network-hotplug-bridges"