]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - config/udev/60-net.rules
Rootfile update
[ipfire-2.x.git] / config / udev / 60-net.rules
index dc39ff09b3c6440ef314cf0a8d11fb9460e3cc19..fff7513bc1421be79e6e952d739dc1d91a0bc281 100644 (file)
@@ -4,4 +4,7 @@ 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", PROGRAM="/lib/udev/network-hotplug-vlan"
+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"