opt/udev-netif-hotplug-handler/26-crux-netif.rules
2006-08-23 19:48:06 +00:00

4 lines
195 B
Plaintext

# Network hotplugging
ACTION=="add", SUBSYSTEM=="net", ENV{INTERFACE}=="*", RUN+="/lib/udev/netif_handler"
ACTION=="remove", SUBSYSTEM=="net", ENV{INTERFACE}=="*", RUN+="/lib/udev/netif_handler"