# network configuration for hotpluged devices KERNEL=="tun", NAME="net/%k" SUBSYSTEM=="net", ACTION=="add", RUN+="/etc/rc.d/rc.inet1 $env{INTERFACE}_start" SUBSYSTEM=="net", ACTION=="remove", RUN+="/etc/rc.d/rc.inet1 $env{INTERFACE}_stop"