]> git.ipfire.org Git - ipfire-2.x.git/blame_incremental - config/udev/60-net.rules
Merge branch 'bird' into next
[ipfire-2.x.git] / config / udev / 60-net.rules
... / ...
CommitLineData
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"
4
5# Call a script that will create all virtual devices for a parent device
6# that has just come up.
7ACTION=="add", SUBSYSTEM=="net", RUN+="/lib/udev/network-hotplug-vlan"