/usr/lib/udev/rules.d
NameSizeModeActions
01-md-raid-creating.rules3210644editdlrm
10-dm.rules72660444editdlrm
11-dm-parts.rules14420644editdlrm
13-dm-disk.rules17940444editdlrm
40-elevator.rules7280644editdlrm
40-redhat.rules18340644editdlrm
40-usb-blacklist.rules4570644editdlrm
50-udev-default.rules37500644editdlrm
60-alias-kmsg.rules3570644editdlrm
60-block.rules6260644editdlrm
60-cdrom_id.rules10710644editdlrm
60-drm.rules4130644editdlrm
60-evdev.rules9740644editdlrm
60-fido-id.rules1650644editdlrm
60-input-id.rules2820644editdlrm
60-net.rules1290644editdlrm
60-persistent-alsa.rules6160644editdlrm
60-persistent-input.rules27100644editdlrm
60-persistent-storage-tape.rules16520644editdlrm
60-persistent-storage.rules65280644editdlrm
60-persistent-v4l.rules7690644editdlrm
60-raw.rules3260644editdlrm
60-sensor.rules7270644editdlrm
60-serial.rules11900644editdlrm
60-tpm-udev.rules2110644editdlrm
61-scsi-sg3_id.rules47770644editdlrm
63-fc-wwpn-id.rules6240644editdlrm
63-md-raid-arrays.rules26310644editdlrm
63-scsi-sg3_symlink.rules28850644editdlrm
64-btrfs.rules6160644editdlrm
64-md-raid-assembly.rules23680644editdlrm
66-azure-ephemeral.rules19510644editdlrm
66-kpartx.rules11490644editdlrm
68-del-part-nodes.rules11420644editdlrm
69-btattach-bcm.rules21410644editdlrm
69-md-clustered-confirm-device.rules8580644editdlrm
70-joystick.rules4320644editdlrm
70-mouse.rules7340644editdlrm
70-power-switch.rules5680644editdlrm
70-touchpad.rules4730644editdlrm
70-uaccess.rules26710644editdlrm
71-prefixdevname.rules4030644editdlrm
71-seat.rules27580644editdlrm
73-idrac.rules3160644editdlrm
73-seat-late.rules6360644editdlrm
75-net-description.rules4520644editdlrm
75-probe_mtd.rules1740644editdlrm
78-sound-card.rules48160644editdlrm
80-drivers.rules6150644editdlrm
80-net-setup-link.rules2920644editdlrm
80-udisks2.rules93560644editdlrm
84-nm-drivers.rules5330644editdlrm
85-nm-unmanaged.rules20130644editdlrm
90-nm-thunderbolt.rules5880644editdlrm
90-vconsole.rules5100644editdlrm
91-drm-modeset.rules560644editdlrm
95-dm-notify.rules4830444editdlrm
98-kexec.rules6950644editdlrm
99-nfs.rules950644editdlrm
99-qemu-guest-agent.rules1300644editdlrm
99-systemd.rules43670644editdlrm
99-vz-memory-hotplug.rules810644editdlrm
Edit: /usr/lib/udev/rules.d/85-nm-unmanaged.rules (2013B)
# Do not modify this file, it will get overwritten on updates. # To override or extend the rules place a file in /etc/udev/rules.d SUBSYSTEM!="net", GOTO="nm_unmanaged_end" ACTION!="add|change|move", GOTO="nm_unmanaged_end" # VirtualBox host networking. Out-of-tree driver that looks like an ordinary # Ethernet. No parent device (lives in /virtual/), no support for ethtool # to identify the driver, MAC address defaults to 08:00:27:, but can be # changed. Interface name will have to do, it's always vboxnet*. ENV{INTERFACE}=="vboxnet[0-9]*", ENV{NM_UNMANAGED}="1" # VMWare host networking. Out-of-tree driver that looks like an ordinary # Ethernet. No parent device (lives in /virtual/), no support for # ethtool to identify the driver. They have their own MAC prefix that # can not be changed. ATTR{address}=="00:50:56:*", ENV{INTERFACE}=="vmnet[0-9]*", ENV{NM_UNMANAGED}="1" # Parallels Workstation host networking. Out-of-tree driver that looks like # an ordinary Ethernet. No parent device (lives in /virtual/), no support for # ethtool to identify the driver and the interface name is too generic. # However, they have their own MAC prefix that can not be changed. ATTR{address}=="00:1c:42:*", ENV{INTERFACE}=="vnic[0-9]*", ENV{NM_UNMANAGED}="1" # Virtual Ethernet device pair. Often used to communicate with a peer interface # in another net namespace and managed by libvirt, Docker or the like. # Generally we don't want to mess with those. One exception would be the # full system containers, like LXC or LXD. LXC containers run via libvirt # don't use udev, so this doesn't apply. LXD does, though. To deal with the # LXD situation, let's treat the devices called eth* as regular ethernet. ENV{ID_NET_DRIVER}=="veth", ENV{INTERFACE}!="eth[0-9]*", ENV{NM_UNMANAGED}="1" # USB gadget device. Unmanage by default, since whatever created it # might want to set it up itself (e.g. activate an ipv4.method=shared # connection). ENV{DEVTYPE}=="gadget", ENV{NM_UNMANAGED}="1" LABEL="nm_unmanaged_end"