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 c210134bd5).
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.
This commit is contained in:
Thomas Haller 2017-09-26 15:53:53 +02:00
parent c9edd222c5
commit 286f21db1c

View file

@ -821,7 +821,7 @@ ipv6.ip6-privacy=1
<programlisting>
[device]
match-device=interface-name:eth3
unmanaged=1
ignore-carrier=1
</programlisting>
</para>
<refsect2>