Sophie

Sophie

distrib > * > 2008.0 > x86_64 > by-pkgid > 4498b81413d3bfb782e6b286934ad6c5 > files > 2

udev-114-7mdv2008.0.src.rpm

SUBSYSTEM!="net", GOTO="mdv_net_end"
ENV{INTERFACE}=="", GOTO="mdv_net_end"

# if NAME has been set, the interface already has a persistent name
ACTION=="add", NAME=="?*", SYSFS{address}=="?*", PROGRAM="/bin/flock /dev/.udev/.lockf-net /lib/udev/net_name_helper %s{address}", NAME="%c"

ACTION=="add", RUN+="net_create_ifcfg"
ACTION=="add|remove", RUN+="net_action"

LABEL="mdv_net_end"