X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=config%2Fudev%2F60-net.rules;h=fff7513bc1421be79e6e952d739dc1d91a0bc281;hb=4ab80c5daff0f433ca71529b0b60b691cfbc0e70;hp=4f22a1e306ee105561c389fb1ded8c042275d69f;hpb=758d959652ee8fbc018b04d75624ec61ed64e227;p=ipfire-2.x.git diff --git a/config/udev/60-net.rules b/config/udev/60-net.rules index 4f22a1e306..fff7513bc1 100644 --- a/config/udev/60-net.rules +++ b/config/udev/60-net.rules @@ -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"