##
## write_net_rules section
##
#
# udev can not rename an ethernet interface if the name is already
# occupied. It's a good idea don't to use the "eth" name if you
# have more than one network card: https://bugzilla.altlinux.org/32167
# Defailt: ether
#
# uncomment this if you need default eth
#
#ETHERDEFAULT=eth

##
## udev-rule-generator section
##
#
# Time limit interval for renaming interfaces if
# 70-persistent-net.rules recently changed.
# Default: 300 seconds
#
#CHECK_TIME_LIMIT=300
#
# udev in p9 does not updated 70-persistent-net.rules
# look to https://bugzilla.altlinux.org/29282#c30
# Workaround can be used here.
# Default: no
#
UPDATE_NET_RULES=yes
