summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorBeniamino Galvani <bgalvani@redhat.com>2018-11-14 14:52:21 +0100
committerBeniamino Galvani <bgalvani@redhat.com>2018-12-01 15:16:48 +0100
commit446e5b27d665c053199a4fd27d2c69624164758e (patch)
tree1ff4d2bea82baeaf85e370514f951aac2577d3a4 /man
parent2e45d4ada6664dd47733c87d1495a960683a87ff (diff)
core: add checks on connection default properties
Add a new CON_DEFAULT() macro that places a property name into a special section used at runtime to check whether it is a supported connection default. Unfortunately, this mechanism doesn't work for plugins so we have to enumerate the connection defaults from plugins in the daemon using another CON_DEFAULT_NOP() macro.
Diffstat (limited to 'man')
-rw-r--r--man/NetworkManager.conf.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/man/NetworkManager.conf.xml b/man/NetworkManager.conf.xml
index 5fce609729..26de6f275a 100644
--- a/man/NetworkManager.conf.xml
+++ b/man/NetworkManager.conf.xml
@@ -672,6 +672,8 @@ ipv6.ip6-privacy=0
(see <link linkend='nm-settings'><citerefentry><refentrytitle>nm-settings</refentrytitle><manvolnum>5</manvolnum></citerefentry></link> for details).
A default value is only consulted if the corresponding per-connection value
explicitly allows for that.
+ <!-- The following comment is used by check-config-options.sh, don't remove it. -->
+ <!-- start connection defaults -->
<variablelist>
<varlistentry>
<term><varname>802-1x.auth-timeout</varname></term>
@@ -824,6 +826,8 @@ ipv6.ip6-privacy=0
<term><varname>wifi.wake-on-wlan</varname></term>
</varlistentry>
</variablelist>
+ <!-- The following comment is used by check-config-options.sh, don't remove it. -->
+ <!-- end connection defaults -->
</para>
</refsect2>