aboutsummaryrefslogtreecommitdiffstats
path: root/udev/rules.d/60-net.rules
blob: 5a2146d973c6e8116a00946c6f64946d29d757c8 (plain)
1
2
3
ACTION=="add", SUBSYSTEM=="net", DEVPATH=="/devices/virtual/net/lo", RUN+="/sbin/ifup $env{INTERFACE}"
ACTION=="add", SUBSYSTEM=="net", PROGRAM="/lib/udev/rename_device", RESULT=="?*", ENV{INTERFACE_NAME}="$result"
SUBSYSTEM=="net", RUN+="/etc/sysconfig/network-scripts/net.hotplug"