]> git.ipfire.org Git - ipfire-2.x.git/blame - config/udev/60-net.rules
Merge branch 'bird' into next
[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"