# blacklist all automatic network actions for these interfaces
BLACKLIST_ALL="ppp*|ippp*|isdn*|plip*|lo*|irda*|dummy*|ipsec*|vmnet*|wifi*|br*|vbd*|vtpm*|vif*|usb*|ax*|nr*|rose*"
# blacklist persistent naming actions for these interfaces
# this includes persistent naming and ifcfg file creation
# but ifup/ifdown actions are still allowed
# *.* skips VLAN
BLACKLIST_PERSISTENT="bnep*|tap*|tun*|*.*"
