summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2017-09-26 15:53:53 +0200
committerThomas Haller <thaller@redhat.com>2017-09-28 14:40:17 +0200
commit78b483703215106312ed5c20400fb9b96d3c2ad3 (patch)
tree7d308e68170b83d33ccd3d209c36565386a94afc /man
parent7948a6ed7516a3018b4f96b0b5f5678b177cef74 (diff)
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.
Diffstat (limited to 'man')
-rw-r--r--man/NetworkManager.conf.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/NetworkManager.conf.xml b/man/NetworkManager.conf.xml
index 52267b95b..749e97b64 100644
--- a/man/NetworkManager.conf.xml
+++ b/man/NetworkManager.conf.xml
@@ -821,7 +821,7 @@ ipv6.ip6-privacy=1
<programlisting>
[device]
match-device=interface-name:eth3
-unmanaged=1
+ignore-carrier=1
</programlisting>
</para>
<refsect2>