mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-04 11:50:29 +01:00
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:
parent
c9edd222c5
commit
286f21db1c
1 changed files with 1 additions and 1 deletions
|
|
@ -821,7 +821,7 @@ ipv6.ip6-privacy=1
|
|||
<programlisting>
|
||||
[device]
|
||||
match-device=interface-name:eth3
|
||||
unmanaged=1
|
||||
ignore-carrier=1
|
||||
</programlisting>
|
||||
</para>
|
||||
<refsect2>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue