]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - config/udev/60-net.rules
Merge branch 'next' of git.ipfire.org:/pub/git/ipfire-2.x into next
[people/pmueller/ipfire-2.x.git] / config / udev / 60-net.rules
index 4f22a1e306ee105561c389fb1ded8c042275d69f..fff7513bc1421be79e6e952d739dc1d91a0bc281 100644 (file)
@@ -1,3 +1,10 @@
 # Call a script that checks for the right name of the new device.
 # If it matches the configuration it will be renamed accordingly.
 ACTION=="add", SUBSYSTEM=="net", PROGRAM="/lib/udev/network-hotplug-rename", RESULT=="?*", NAME="$result"
+
+# 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"