From 286f21db1cb840d8bb1a4344664881470539398e Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Tue, 26 Sep 2017 15:53:53 +0200 Subject: [PATCH] man: fix example for device section in NetworkManager.conf's manual We currently don't support marking a device a managed/unmanaged via the [device] section. Eventually, I think we should, because the existing "keyfile.unmanaged-devices" looks keyfile specific (which it isn't). But more importantly, "keyfile.unmanaged-devices" sets the unmanaged flag NM_UNMANAGED_USER_SETTINGS, which cannot be overruled via D-Bus (see commit c210134bd58ea40ee3458aff27ab41958e1f48b4). A device.managed flag would make sense for a more sensible way to express configuration in NetworkManager.conf, which still can be overwritten via D-Bus. Anyway, it's not yet implemented. Fix the example. --- man/NetworkManager.conf.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/NetworkManager.conf.xml b/man/NetworkManager.conf.xml index 52267b95be..749e97b64d 100644 --- a/man/NetworkManager.conf.xml +++ b/man/NetworkManager.conf.xml @@ -821,7 +821,7 @@ ipv6.ip6-privacy=1 [device] match-device=interface-name:eth3 -unmanaged=1 +ignore-carrier=1