]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blob - config/udev/60-net.rules
openssl: Rootfile update
[people/pmueller/ipfire-2.x.git] / config / udev / 60-net.rules
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.
3 ACTION=="add", SUBSYSTEM=="net", PROGRAM="/lib/udev/network-hotplug-rename", RESULT=="?*", NAME="$result"
4
5 # Call a script that will create all virtual devices for a parent device
6 # that has just come up.
7 ACTION=="add", SUBSYSTEM=="net", RUN+="/lib/udev/network-hotplug-vlan"
8
9 # Call a script that will set up zones as bridges
10 ACTION=="add", SUBSYSTEM=="net", RUN+="/lib/udev/network-hotplug-bridges"