4 lines
195 B
Plaintext
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"
|