NetworkManager/man
Lubomir Rintel 85ee1f4a9c platform: give the platform an opportunity to override default-unmanaged
Some out of tree drivers add Ethernet devices that are supposed to be managed
by other their tooling, e.g. VirtualBox or VMWare.

Rather than hardcoding their drivers (at least VirtualBox doesn't even set a
"driver" property in sysfs) or hardcoding a logic that identifies such devices
let's just add a possibility to blacklist them in udev. This makes it possible
for whoever who ships such a driver to ship rules that prevent NetworkManager
from managing the device itself.

Furthermore it makes it possible for the user with special needs leverage the
flexibility of udev rules to override the defaults. In the end the user can
decide to let NetworkManager manage default-unmanaged interfaces such as VEth
or turn on default-unmanaged for devices on a particular bus.

An udev rule for VirtualBox would look like this:

  SUBSYSTEM=="net", ENV{INTERFACE}=="vboxnet[0-9]*", ENV{NM_UNMANAGED}="1"
2015-03-23 15:13:02 +01:00
..
Makefile.am dist: include manual page sources 2015-01-23 11:03:41 +01:00
NetworkManager.conf.xml.in man: note that dhcp=internal is required for configure-and-quit=true 2015-03-10 15:30:02 -05:00
NetworkManager.xml platform: give the platform an opportunity to override default-unmanaged 2015-03-23 15:13:02 +01:00
nm-online.1.in man: clarify the meaning of "nm-online --wait-for-startup" 2014-05-27 10:53:53 -04:00
nm-settings-ifcfg-rh.xsl man: add description of BOOTPROTO to nm-settings-ifcfg-rh manpage 2015-01-15 13:03:13 +01:00
nm-settings-keyfile.xsl man: generate nm-settings-keyfile(5) manual page 2014-08-29 13:59:54 +02:00
nm-settings.xsl man, docs: add the secret flags notes non-hackishly 2014-11-19 09:24:10 -05:00
nm-system-settings.conf.5.in remove obsolete nm-tool 2013-03-04 22:11:45 +01:00
nmcli-examples.xml man: update version reference to 1.0 in manual pages 2014-11-19 16:53:30 +01:00
nmcli.1.in cli: allow multiple devices for 'nmcli device disconnect/delete' (bgo #746097) 2015-03-20 11:03:44 +01:00
nmtui.1.in man: fix a typo in nmtui manual page 2014-11-19 13:22:28 +01:00