]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blame - config/udev/60-net.rules
nfs: Update to 2.3.3
[people/pmueller/ipfire-2.x.git] / config / udev / 60-net.rules
CommitLineData
600b99fb
MT
1# Call a script that checks for the right name of the new device.
2# If it matches the configuration it will be renamed accordingly.
3ACTION=="add", SUBSYSTEM=="net", PROGRAM="/lib/udev/network-hotplug-rename", RESULT=="?*", NAME="$result"
36f7fe6a
MT
4
5# Call a script that will create all virtual devices for a parent device
6# that has just come up.
64835e02 7ACTION=="add", SUBSYSTEM=="net", RUN+="/lib/udev/network-hotplug-vlan"
7b616db4 8
3fbf7bed
JS
9# Call a script that will set up zones as bridges
10ACTION=="add", SUBSYSTEM=="net", RUN+="/lib/udev/network-hotplug-bridges"