]>
Commit | Line | Data |
---|---|---|
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. | |
3 | ACTION=="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 | 7 | ACTION=="add", SUBSYSTEM=="net", RUN+="/lib/udev/network-hotplug-vlan" |
7b616db4 | 8 | |
3fbf7bed JS |
9 | # Call a script that will set up zones as bridges |
10 | ACTION=="add", SUBSYSTEM=="net", RUN+="/lib/udev/network-hotplug-bridges" |