opt/udev-netif-hotplug-handler/26-crux-netif.rules

4 lines
195 B
Plaintext
Raw Normal View History

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