1NM-SETTINGS-DBUS(5)              Configuration             NM-SETTINGS-DBUS(5)
2
3
4

NAME

6       nm-settings-dbus - Description of settings and properties of
7       NetworkManager connection profiles on the D-Bus API
8

DESCRIPTION

10       NetworkManager is based on a concept of connection profiles, sometimes
11       referred to as connections only. These connection profiles contain a
12       network configuration. When NetworkManager activates a connection
13       profile on a network device the configuration will be applied and an
14       active network connection will be established. Users are free to create
15       as many connection profiles as they see fit. Thus they are flexible in
16       having various network configurations for different networking needs.
17       The connection profiles are handled by NetworkManager via settings
18       service and are exported on D-Bus
19       (/org/freedesktop/NetworkManager/Settings/<num> objects). The
20       conceptual objects can be described as follows:
21
22       Connection (profile)
23           A specific, encapsulated, independent group of settings describing
24           all the configuration required to connect to a specific network. It
25           is referred to by a unique identifier called the UUID. A connection
26           is tied to a one specific device type, but not necessarily a
27           specific hardware device. It is composed of one or more Settings
28           objects.
29
30       Setting
31           A group of related key/value pairs describing a specific piece of a
32           Connection (profile). Settings keys and allowed values are
33           described in the tables below. Keys are also referred to as
34           properties. Developers can find the setting objects and their
35           properties in the libnm-core sources. Look for the *_class_init
36           functions near the bottom of each setting source file.
37
38       The settings and properties shown in tables below list all available
39       connection configuration options. However, note that not all settings
40       are applicable to all connection types. NetworkManager provides a
41       command-line tool nmcli that allows direct configuration of the
42       settings and properties according to a connection profile type.  nmcli
43       connection editor has also a built-in describe command that can display
44       description of particular settings and properties of this page.
45
46   connection setting
47       General Connection Profile Settings.
48
49       ┌─────────────────────┬──────────────────────────────────────┬───────────────┬────────────────────────────────────────┐
50Key Name             Value Type                           Default Value Value                                  
51       │                     │                                      │               │ Description                            
52       ├─────────────────────┼──────────────────────────────────────┼───────────────┼────────────────────────────────────────┤
53       │auth-retries         │ int32                                │ -1            │ The number of                          │
54       │                     │                                      │               │ retries for the                        │
55       │                     │                                      │               │ authentication.                        │
56       │                     │                                      │               │ Zero means to                          │
57       │                     │                                      │               │ try                                    │
58       │                     │                                      │               │ indefinitely; -1                       │
59       │                     │                                      │               │ means to use a                         │
60       │                     │                                      │               │ global default.                        │
61       │                     │                                      │               │ If the global                          │
62       │                     │                                      │               │ default is not                         │
63       │                     │                                      │               │ set, the                               │
64       │                     │                                      │               │ authentication                         │
65       │                     │                                      │               │ retries for 3                          │
66       │                     │                                      │               │ times before                           │
67       │                     │                                      │               │ failing the                            │
68       │                     │                                      │               │ connection.                            │
69       │                     │                                      │               │ Currently, this                        │
70       │                     │                                      │               │ only applies to                        │
71       │                     │                                      │               │ 802-1x                                 │
72       │                     │                                      │               │ authentication.                        │
73       ├─────────────────────┼──────────────────────────────────────┼───────────────┼────────────────────────────────────────┤
74       │autoconnect          │ boolean                              │ TRUE          │ Whether or not                         │
75       │                     │                                      │               │ the connection                         │
76       │                     │                                      │               │ should be                              │
77       │                     │                                      │               │ automatically                          │
78       │                     │                                      │               │ connected by                           │
79       │                     │                                      │               │ NetworkManager                         │
80       │                     │                                      │               │ when the                               │
81       │                     │                                      │               │ resources for                          │
82       │                     │                                      │               │ the connection                         │
83       │                     │                                      │               │ are available.                         │
84       │                     │                                      │               │ TRUE to                                │
85       │                     │                                      │               │ automatically                          │
86       │                     │                                      │               │ activate the                           │
87       │                     │                                      │               │ connection,                            │
88       │                     │                                      │               │ FALSE to require                       │
89       │                     │                                      │               │ manual                                 │
90       │                     │                                      │               │ intervention to                        │
91       │                     │                                      │               │ activate the                           │
92       │                     │                                      │               │ connection. Note                       │
93       │                     │                                      │               │ that autoconnect                       │
94       │                     │                                      │               │ is not                                 │
95       │                     │                                      │               │ implemented for                        │
96       │                     │                                      │               │ VPN profiles.                          │
97       │                     │                                      │               │ See                                    │
98       │                     │                                      │               │ "secondaries" as                       │
99       │                     │                                      │               │ an alternative                         │
100       │                     │                                      │               │ to automatically                       │
101       │                     │                                      │               │ connect VPN                            │
102       │                     │                                      │               │ profiles.                              │
103       ├─────────────────────┼──────────────────────────────────────┼───────────────┼────────────────────────────────────────┤
104       │autoconnect-priority │ int32                                │ 0             │ The autoconnect                        │
105       │                     │                                      │               │ priority. If the                       │
106       │                     │                                      │               │ connection is                          │
107       │                     │                                      │               │ set to                                 │
108       │                     │                                      │               │ autoconnect,                           │
109       │                     │                                      │               │ connections with                       │
110       │                     │                                      │               │ higher priority                        │
111       │                     │                                      │               │ will be                                │
112       │                     │                                      │               │ preferred.                             │
113       │                     │                                      │               │ Defaults to 0.                         │
114       │                     │                                      │               │ The higher                             │
115       │                     │                                      │               │ number means                           │
116       │                     │                                      │               │ higher priority.                       │
117       ├─────────────────────┼──────────────────────────────────────┼───────────────┼────────────────────────────────────────┤
118       │autoconnect-retries  │ int32                                │ -1            │ The number of                          │
119       │                     │                                      │               │ times a                                │
120       │                     │                                      │               │ connection                             │
121       │                     │                                      │               │ should be tried                        │
122       │                     │                                      │               │ when                                   │
123       │                     │                                      │               │ autoactivating                         │
124       │                     │                                      │               │ before giving                          │
125       │                     │                                      │               │ up. Zero means                         │
126       │                     │                                      │               │ forever, -1                            │
127       │                     │                                      │               │ means the global                       │
128       │                     │                                      │               │ default (4 times                       │
129       │                     │                                      │               │ if not                                 │
130       │                     │                                      │               │ overridden).                           │
131       │                     │                                      │               │ Setting this to                        │
132       │                     │                                      │               │ 1 means to try                         │
133       │                     │                                      │               │ activation only                        │
134       │                     │                                      │               │ once before                            │
135       │                     │                                      │               │ blocking                               │
136       │                     │                                      │               │ autoconnect.                           │
137       │                     │                                      │               │ Note that after                        │
138       │                     │                                      │               │ a timeout,                             │
139       │                     │                                      │               │ NetworkManager                         │
140       │                     │                                      │               │ will try to                            │
141       │                     │                                      │               │ autoconnect                            │
142       │                     │                                      │               │ again.                                 │
143       ├─────────────────────┼──────────────────────────────────────┼───────────────┼────────────────────────────────────────┤
144       │autoconnect-slaves   │ NMSettingConnectionAutoconnectSlaves │               │ Whether or not                         │
145       │                     │ (int32)                              │               │ slaves of this                         │
146       │                     │                                      │               │ connection                             │
147       │                     │                                      │               │ should be                              │
148       │                     │                                      │               │ automatically                          │
149       │                     │                                      │               │ brought up when                        │
150       │                     │                                      │               │ NetworkManager                         │
151       │                     │                                      │               │ activates this                         │
152       │                     │                                      │               │ connection. This                       │
153       │                     │                                      │               │ only has a real                        │
154       │                     │                                      │               │ effect for                             │
155       │                     │                                      │               │ master                                 │
156       │                     │                                      │               │ connections. The                       │
157       │                     │                                      │               │ properties                             │
158       │                     │                                      │               │ "autoconnect",                         │
159       │                     │                                      │               │ "autoconnect-priority"                 │
160       │                     │                                      │               │ and                                    │
161       │                     │                                      │               │ "autoconnect-retries"                  │
162       │                     │                                      │               │ are unrelated to                       │
163       │                     │                                      │               │ this setting.                          │
164       │                     │                                      │               │ The permitted                          │
165       │                     │                                      │               │ values are: 0:                         │
166       │                     │                                      │               │ leave slave                            │
167       │                     │                                      │               │ connections                            │
168       │                     │                                      │               │ untouched, 1:                          │
169       │                     │                                      │               │ activate all the                       │
170       │                     │                                      │               │ slave                                  │
171       │                     │                                      │               │ connections with                       │
172       │                     │                                      │               │ this connection,                       │
173       │                     │                                      │               │ -1: default. If                        │
174       │                     │                                      │               │ -1 (default) is                        │
175       │                     │                                      │               │ set, global                            │
176       │                     │                                      │               │ connection.autoconnect-slaves          │
177       │                     │                                      │               │ is read to                             │
178       │                     │                                      │               │ determine the                          │
179       │                     │                                      │               │ real value. If                         │
180       │                     │                                      │               │ it is default as                       │
181       │                     │                                      │               │ well, this                             │
182       │                     │                                      │               │ fallbacks to 0.                        │
183       ├─────────────────────┼──────────────────────────────────────┼───────────────┼────────────────────────────────────────┤
184       │gateway-ping-timeout │ uint32                               │ 0             │ If greater than zero, delay            │
185       │                     │                                      │               │ success of IP addressing               │
186       │                     │                                      │               │ until either the timeout is            │
187       │                     │                                      │               │ reached, or an IP gateway              │
188       │                     │                                      │               │ replies to a ping.                     │
189       ├─────────────────────┼──────────────────────────────────────┼───────────────┼────────────────────────────────────────┤
190       │id                   │ string                               │               │ A human readable unique                │
191       │                     │                                      │               │ identifier for the                     │
192       │                     │                                      │               │ connection, like "Work Wi-Fi"          │
193       │                     │                                      │               │ or "T-Mobile 3G".                      │
194       ├─────────────────────┼──────────────────────────────────────┼───────────────┼────────────────────────────────────────┤
195       │interface-name       │ string                               │               │ The name of the network                │
196       │                     │                                      │               │ interface this connection is           │
197       │                     │                                      │               │ bound to. If not set, then             │
198       │                     │                                      │               │ the connection can be                  │
199       │                     │                                      │               │ attached to any interface of           │
200       │                     │                                      │               │ the appropriate type (subject          │
201       │                     │                                      │               │ to restrictions imposed by             │
202       │                     │                                      │               │ other settings). For software          │
203       │                     │                                      │               │ devices this specifies the             │
204       │                     │                                      │               │ name of the created device.            │
205       │                     │                                      │               │ For connection types where             │
206       │                     │                                      │               │ interface names cannot easily          │
207       │                     │                                      │               │ be made persistent (e.g.               │
208       │                     │                                      │               │ mobile broadband or USB                │
209       │                     │                                      │               │ Ethernet), this property               │
210       │                     │                                      │               │ should not be used. Setting            │
211       │                     │                                      │               │ this property restricts the            │
212       │                     │                                      │               │ interfaces a connection can            │
213       │                     │                                      │               │ be used with, and if                   │
214       │                     │                                      │               │ interface names change or are          │
215       │                     │                                      │               │ reordered the connection may           │
216       │                     │                                      │               │ be applied to the wrong                │
217       │                     │                                      │               │ interface.                             │
218       ├─────────────────────┼──────────────────────────────────────┼───────────────┼────────────────────────────────────────┤
219       │lldp                 │ int32                                │ -1            │ Whether LLDP is enabled for            │
220       │                     │                                      │               │ the connection.                        │
221       ├─────────────────────┼──────────────────────────────────────┼───────────────┼────────────────────────────────────────┤
222       │llmnr                │ int32                                │ -1            │ Whether Link-Local Multicast           │
223       │                     │                                      │               │ Name Resolution (LLMNR) is             │
224       │                     │                                      │               │ enabled for the connection.            │
225       │                     │                                      │               │ LLMNR is a protocol based on           │
226       │                     │                                      │               │ the Domain Name System (DNS)           │
227       │                     │                                      │               │ packet format that allows              │
228       │                     │                                      │               │ both IPv4 and IPv6 hosts to            │
229       │                     │                                      │               │ perform name resolution for            │
230       │                     │                                      │               │ hosts on the same local link.          │
231       │                     │                                      │               │ The permitted values are:              │
232       │                     │                                      │               │ "yes" (2) register hostname            │
233       │                     │                                      │               │ and resolving for the                  │
234       │                     │                                      │               │ connection, "no" (0) disable           │
235       │                     │                                      │               │ LLMNR for the interface,               │
236       │                     │                                      │               │ "resolve" (1) do not register          │
237       │                     │                                      │               │ hostname but allow resolving           │
238       │                     │                                      │               │ of LLMNR host names If                 │
239       │                     │                                      │               │ unspecified, "default"                 │
240       │                     │                                      │               │ ultimately depends on the DNS          │
241       │                     │                                      │               │ plugin (which for                      │
242       │                     │                                      │               │ systemd-resolved currently             │
243       │                     │                                      │               │ means "yes"). This feature             │
244       │                     │                                      │               │ requires a plugin which                │
245       │                     │                                      │               │ supports LLMNR. Otherwise,             │
246       │                     │                                      │               │ the setting has no effect.             │
247       │                     │                                      │               │ One such plugin is                     │
248       │                     │                                      │               │ dns-systemd-resolved.                  │
249       ├─────────────────────┼──────────────────────────────────────┼───────────────┼────────────────────────────────────────┤
250       │master               │ string                               │               │ Interface name of the master           │
251       │                     │                                      │               │ device or UUID of the master           │
252       │                     │                                      │               │ connection.                            │
253       ├─────────────────────┼──────────────────────────────────────┼───────────────┼────────────────────────────────────────┤
254       │mdns                 │ int32                                │ -1            │ Whether mDNS is enabled for            │
255       │                     │                                      │               │ the connection. The permitted          │
256       │                     │                                      │               │ values are: "yes" (2)                  │
257       │                     │                                      │               │ register hostname and                  │
258       │                     │                                      │               │ resolving for the connection,          │
259       │                     │                                      │               │ "no" (0) disable mDNS for the          │
260       │                     │                                      │               │ interface, "resolve" (1) do            │
261       │                     │                                      │               │ not register hostname but              │
262       │                     │                                      │               │ allow resolving of mDNS host           │
263       │                     │                                      │               │ names and "default" (-1) to            │
264       │                     │                                      │               │ allow lookup of a global               │
265       │                     │                                      │               │ default in                             │
266       │                     │                                      │               │ NetworkManager.conf. If                │
267       │                     │                                      │               │ unspecified, "default"                 │
268       │                     │                                      │               │ ultimately depends on the DNS          │
269       │                     │                                      │               │ plugin (which for                      │
270       │                     │                                      │               │ systemd-resolved currently             │
271       │                     │                                      │               │ means "no"). This feature              │
272       │                     │                                      │               │ requires a plugin which                │
273       │                     │                                      │               │ supports mDNS. Otherwise, the          │
274       │                     │                                      │               │ setting has no effect. One             │
275       │                     │                                      │               │ such plugin is                         │
276       │                     │                                      │               │ dns-systemd-resolved.                  │
277       ├─────────────────────┼──────────────────────────────────────┼───────────────┼────────────────────────────────────────┤
278       │metered              │ NMMetered (int32)                    │               │ Whether the connection is              │
279       │                     │                                      │               │ metered. When updating this            │
280       │                     │                                      │               │ property on a currently                │
281       │                     │                                      │               │ activated connection, the              │
282       │                     │                                      │               │ change takes effect                    │
283       │                     │                                      │               │ immediately.                           │
284       ├─────────────────────┼──────────────────────────────────────┼───────────────┼────────────────────────────────────────┤
285       │mud-url              │ string                               │               │ If configured, set to a                │
286       │                     │                                      │               │ Manufacturer Usage                     │
287       │                     │                                      │               │ Description (MUD) URL that             │
288       │                     │                                      │               │ points to                              │
289       │                     │                                      │               │ manufacturer-recommended               │
290       │                     │                                      │               │ network policies for IoT               │
291       │                     │                                      │               │ devices. It is transmitted as          │
292       │                     │                                      │               │ a DHCPv4 or DHCPv6 option.             │
293       │                     │                                      │               │ The value must be a valid URL          │
294       │                     │                                      │               │ starting with "https://". The          │
295       │                     │                                      │               │ special value "none" is                │
296       │                     │                                      │               │ allowed to indicate that no            │
297       │                     │                                      │               │ MUD URL is used. If the                │
298       │                     │                                      │               │ per-profile value is                   │
299       │                     │                                      │               │ unspecified (the default), a           │
300       │                     │                                      │               │ global connection default              │
301       │                     │                                      │               │ gets consulted. If still               │
302       │                     │                                      │               │ unspecified, the ultimate              │
303       │                     │                                      │               │ default is "none".                     │
304       ├─────────────────────┼──────────────────────────────────────┼───────────────┼────────────────────────────────────────┤
305       │multi-connect        │ int32                                │ 0             │ Specifies whether the profile          │
306       │                     │                                      │               │ can be active multiple times           │
307       │                     │                                      │               │ at a particular moment. The            │
308       │                     │                                      │               │ value is of type                       │
309       │                     │                                      │               │ NMConnectionMultiConnect.              │
310       ├─────────────────────┼──────────────────────────────────────┼───────────────┼────────────────────────────────────────┤
311       │permissions          │ array of string                      │               │ An array of strings defining           │
312       │                     │                                      │               │ what access a given user has           │
313       │                     │                                      │               │ to this connection.  If this           │
314       │                     │                                      │               │ is NULL or empty, all users            │
315       │                     │                                      │               │ are allowed to access this             │
316       │                     │                                      │               │ connection; otherwise users            │
317       │                     │                                      │               │ are allowed if and only if             │
318       │                     │                                      │               │ they are in this list.  When           │
319       │                     │                                      │               │ this is not empty, the                 │
320       │                     │                                      │               │ connection can be active only          │
321       │                     │                                      │               │ when one of the specified              │
322       │                     │                                      │               │ users is logged into an                │
323       │                     │                                      │               │ active session.  Each entry            │
324       │                     │                                      │               │ is of the form                         │
325       │                     │                                      │               │ "[type]:[id]:[reserved]"; for          │
326       │                     │                                      │               │ example, "user:dcbw:blah". At          │
327       │                     │                                      │               │ this time only the "user"              │
328       │                     │                                      │               │ [type] is allowed.  Any other          │
329       │                     │                                      │               │ values are ignored and                 │
330       │                     │                                      │               │ reserved for future use.               │
331       │                     │                                      │               │ [id] is the username that              │
332       │                     │                                      │               │ this permission refers to,             │
333       │                     │                                      │               │ which may not contain the ":"          │
334       │                     │                                      │               │ character. Any [reserved]              │
335       │                     │                                      │               │ information present must be            │
336       │                     │                                      │               │ ignored and is reserved for            │
337       │                     │                                      │               │ future use.  All of [type],            │
338       │                     │                                      │               │ [id], and [reserved] must be           │
339       │                     │                                      │               │ valid UTF-8.                           │
340       ├─────────────────────┼──────────────────────────────────────┼───────────────┼────────────────────────────────────────┤
341       │read-only            │ boolean                              │ FALSE         │ FALSE if the connection can            │
342       │                     │                                      │               │ be modified using the                  │
343       │                     │                                      │               │ provided settings service's            │
344       │                     │                                      │               │ D-Bus interface with the               │
345       │                     │                                      │               │ right privileges, or TRUE if           │
346       │                     │                                      │               │ the connection is read-only            │
347       │                     │                                      │               │ and cannot be modified.                │
348       ├─────────────────────┼──────────────────────────────────────┼───────────────┼────────────────────────────────────────┤
349       │secondaries          │ array of string                      │               │ List of connection UUIDs that          │
350       │                     │                                      │               │ should be activated when the           │
351       │                     │                                      │               │ base connection itself is              │
352       │                     │                                      │               │ activated. Currently, only             │
353       │                     │                                      │               │ VPN connections are                    │
354       │                     │                                      │               │ supported.                             │
355       ├─────────────────────┼──────────────────────────────────────┼───────────────┼────────────────────────────────────────┤
356       │slave-type           │ string                               │               │ Setting name of the device             │
357       │                     │                                      │               │ type of this slave's master            │
358       │                     │                                      │               │ connection (eg, "bond"), or            │
359       │                     │                                      │               │ NULL if this connection is             │
360       │                     │                                      │               │ not a slave.                           │
361       ├─────────────────────┼──────────────────────────────────────┼───────────────┼────────────────────────────────────────┤
362       │stable-id            │ string                               │               │ This represents the identity           │
363       │                     │                                      │               │ of the connection used for             │
364       │                     │                                      │               │ various purposes. It allows            │
365       │                     │                                      │               │ to configure multiple                  │
366       │                     │                                      │               │ profiles to share the                  │
367       │                     │                                      │               │ identity. Also, the stable-id          │
368       │                     │                                      │               │ can contain placeholders that          │
369       │                     │                                      │               │ are substituted dynamically            │
370       │                     │                                      │               │ and deterministically                  │
371       │                     │                                      │               │ depending on the context. The          │
372       │                     │                                      │               │ stable-id is used for                  │
373       │                     │                                      │               │ generating IPv6 stable                 │
374       │                     │                                      │               │ private addresses with                 │
375       │                     │                                      │               │ ipv6.addr-gen-mode=stable-privacy.     │
376       │                     │                                      │               │ It is also used to seed the            │
377       │                     │                                      │               │ generated cloned MAC address           │
378       │                     │                                      │               │ for                                    │
379       │                     │                                      │               │ ethernet.cloned-mac-address=stable     │
380       │                     │                                      │               │ and                                    │
381       │                     │                                      │               │ wifi.cloned-mac-address=stable.        │
382       │                     │                                      │               │ It is also used as DHCP                │
383       │                     │                                      │               │ client identifier with                 │
384       │                     │                                      │               │ ipv4.dhcp-client-id=stable             │
385       │                     │                                      │               │ and to derive the DHCP DUID            │
386       │                     │                                      │               │ with                                   │
387       │                     │                                      │               │ ipv6.dhcp-duid=stable-[llt,ll,uuid].   │
388       │                     │                                      │               │ Note that depending on the             │
389       │                     │                                      │               │ context where it is used,              │
390       │                     │                                      │               │ other parameters are also              │
391       │                     │                                      │               │ seeded into the generation             │
392       │                     │                                      │               │ algorithm. For example, a              │
393       │                     │                                      │               │ per-host key is commonly also          │
394       │                     │                                      │               │ included, so that different            │
395       │                     │                                      │               │ systems end up generating              │
396       │                     │                                      │               │ different IDs. Or with                 │
397       │                     │                                      │               │ ipv6.addr-gen-mode=stable-privacy,     │
398       │                     │                                      │               │ also the device's name is              │
399       │                     │                                      │               │ included, so that different            │
400       │                     │                                      │               │ interfaces yield different             │
401       │                     │                                      │               │ addresses. The per-host key            │
402       │                     │                                      │               │ is the identity of your                │
403       │                     │                                      │               │ machine and stored in                  │
404       │                     │                                      │               │ /var/lib/NetworkManager/secret-key.    │
405       │                     │                                      │               │ The '$' character is treated           │
406       │                     │                                      │               │ special to perform dynamic             │
407       │                     │                                      │               │ substitutions at runtime.              │
408       │                     │                                      │               │ Currently, supported are               │
409       │                     │                                      │               │ "${CONNECTION}", "${DEVICE}",          │
410       │                     │                                      │               │ "${MAC}", "${BOOT}",                   │
411       │                     │                                      │               │ "${RANDOM}". These                     │
412       │                     │                                      │               │ effectively create unique IDs          │
413       │                     │                                      │               │ per-connection, per-device,            │
414       │                     │                                      │               │ per-boot, or every time. Note          │
415       │                     │                                      │               │ that "${DEVICE}" corresponds           │
416       │                     │                                      │               │ to the interface name of the           │
417       │                     │                                      │               │ device and "${MAC}" is the             │
418       │                     │                                      │               │ permanent MAC address of the           │
419       │                     │                                      │               │ device. Any unrecognized               │
420       │                     │                                      │               │ patterns following '$' are             │
421       │                     │                                      │               │ treated verbatim, however are          │
422       │                     │                                      │               │ reserved for future use. You           │
423       │                     │                                      │               │ are thus advised to avoid '$'          │
424       │                     │                                      │               │ or escape it as "$$". For              │
425       │                     │                                      │               │ example, set it to                     │
426       │                     │                                      │               │ "${CONNECTION}-${BOOT}-${DEVICE}"      │
427       │                     │                                      │               │ to create a unique id for              │
428       │                     │                                      │               │ this connection that changes           │
429       │                     │                                      │               │ with every reboot and differs          │
430       │                     │                                      │               │ depending on the interface             │
431       │                     │                                      │               │ where the profile activates.           │
432       │                     │                                      │               │ If the value is unset, a               │
433       │                     │                                      │               │ global connection default is           │
434       │                     │                                      │               │ consulted. If the value is             │
435       │                     │                                      │               │ still unset, the default is            │
436       │                     │                                      │               │ similar to "${CONNECTION}"             │
437       │                     │                                      │               │ and uses a unique, fixed ID            │
438       │                     │                                      │               │ for the connection.                    │
439       ├─────────────────────┼──────────────────────────────────────┼───────────────┼────────────────────────────────────────┤
440       │timestamp            │ uint64                               │ 0             │ The time, in seconds since the Unix    │
441       │                     │                                      │               │ Epoch, that the connection was last    │
442       │                     │                                      │               │ _successfully_ fully activated.        │
443       │                     │                                      │               │ NetworkManager updates the             │
444       │                     │                                      │               │ connection timestamp periodically      │
445       │                     │                                      │               │ when the connection is active to       │
446       │                     │                                      │               │ ensure that an active connection has   │
447       │                     │                                      │               │ the latest timestamp. The property     │
448       │                     │                                      │               │ is only meant for reading (changes     │
449       │                     │                                      │               │ to this property will not be           │
450       │                     │                                      │               │ preserved).                            │
451       ├─────────────────────┼──────────────────────────────────────┼───────────────┼────────────────────────────────────────┤
452       │type                 │ string                               │               │ Base type of the connection. For       │
453       │                     │                                      │               │ hardware-dependent connections,        │
454       │                     │                                      │               │ should contain the setting name of     │
455       │                     │                                      │               │ the hardware-type specific setting     │
456       │                     │                                      │               │ (ie, "802-3-ethernet" or               │
457       │                     │                                      │               │ "802-11-wireless" or "bluetooth",      │
458       │                     │                                      │               │ etc), and for non-hardware dependent   │
459       │                     │                                      │               │ connections like VPN or otherwise,     │
460       │                     │                                      │               │ should contain the setting name of     │
461       │                     │                                      │               │ that setting type (ie, "vpn" or        │
462       │                     │                                      │               │ "bridge", etc).                        │
463       ├─────────────────────┼──────────────────────────────────────┼───────────────┼────────────────────────────────────────┤
464       │uuid                 │ string                               │               │ A universally unique identifier for    │
465       │                     │                                      │               │ the connection, for example            │
466       │                     │                                      │               │ generated with libuuid.  It should     │
467       │                     │                                      │               │ be assigned when the connection is     │
468       │                     │                                      │               │ created, and never changed as long     │
469       │                     │                                      │               │ as the connection still applies to     │
470       │                     │                                      │               │ the same network.  For example, it     │
471       │                     │                                      │               │ should not be changed when the "id"    │
472       │                     │                                      │               │ property or NMSettingIP4Config         │
473       │                     │                                      │               │ changes, but might need to be          │
474       │                     │                                      │               │ re-created when the Wi-Fi SSID,        │
475       │                     │                                      │               │ mobile broadband network provider,     │
476       │                     │                                      │               │ or "type" property changes. The UUID   │
477       │                     │                                      │               │ must be in the format                  │
478       │                     │                                      │               │ "2815492f-7e56-435e-b2e9-246bd7cdc664" │
479       │                     │                                      │               │ (ie, contains only hexadecimal         │
480       │                     │                                      │               │ characters and "-").                   │
481       ├─────────────────────┼──────────────────────────────────────┼───────────────┼────────────────────────────────────────┤
482       │wait-device-timeout  │ int32                                │ -1            │ Timeout in milliseconds to wait for    │
483       │                     │                                      │               │ device at startup. During boot,        │
484       │                     │                                      │               │ devices may take a while to be         │
485       │                     │                                      │               │ detected by the driver. This property  │
486       │                     │                                      │               │ will cause to delay                    │
487       │                     │                                      │               │ NetworkManager-wait-online.service and │
488       │                     │                                      │               │ nm-online to give the device a chance  │
489       │                     │                                      │               │ to appear. This works by waiting for   │
490       │                     │                                      │               │ the given timeout until a compatible   │
491       │                     │                                      │               │ device for the profile is available    │
492       │                     │                                      │               │ and managed. The value 0 means no wait │
493       │                     │                                      │               │ time. The default value is -1, which   │
494       │                     │                                      │               │ currently has the same meaning as no   │
495       │                     │                                      │               │ wait time.                             │
496       ├─────────────────────┼──────────────────────────────────────┼───────────────┼────────────────────────────────────────┤
497       │zone                 │ string                               │               │ The trust level of a the connection.   │
498       │                     │                                      │               │ Free form case-insensitive string (for │
499       │                     │                                      │               │ example "Home", "Work", "Public").     │
500       │                     │                                      │               │ NULL or unspecified zone means the     │
501       │                     │                                      │               │ connection will be placed in the       │
502       │                     │                                      │               │ default zone as defined by the         │
503       │                     │                                      │               │ firewall. When updating this property  │
504       │                     │                                      │               │ on a currently activated connection,   │
505       │                     │                                      │               │ the change takes effect immediately.   │
506       └─────────────────────┴──────────────────────────────────────┴───────────────┴────────────────────────────────────────┘
507
508   6lowpan setting
509       6LoWPAN Settings.
510
511       ┌─────────┬────────────┬───────────────┬──────────────────┐
512Key Name Value Type Default Value Value            
513       │         │            │               │ Description      
514       ├─────────┼────────────┼───────────────┼──────────────────┤
515       │parent   │ string     │               │ If given,        │
516       │         │            │               │ specifies the    │
517       │         │            │               │ parent interface │
518       │         │            │               │ name or parent   │
519       │         │            │               │ connection UUID  │
520       │         │            │               │ from which this  │
521       │         │            │               │ 6LowPAN          │
522       │         │            │               │ interface should │
523       │         │            │               │ be created.      │
524       └─────────┴────────────┴───────────────┴──────────────────┘
525
526   802-1x setting
527       IEEE 802.1x Authentication Settings.
528
529       ┌──────────────────────────────────┬──────────────────────┬───────────────┬────────────────────────────────────────────┐
530Key Name                          Value Type           Default Value Value                                      
531       │                                  │                      │               │ Description                                
532       ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
533       │altsubject-matches                │ array of string      │               │ List of strings                            │
534       │                                  │                      │               │ to be matched                              │
535       │                                  │                      │               │ against the                                │
536       │                                  │                      │               │ altSubjectName                             │
537       │                                  │                      │               │ of the                                     │
538       │                                  │                      │               │ certificate                                │
539       │                                  │                      │               │ presented by the                           │
540       │                                  │                      │               │ authentication                             │
541       │                                  │                      │               │ server. If the                             │
542       │                                  │                      │               │ list is empty,                             │
543       │                                  │                      │               │ no verification                            │
544       │                                  │                      │               │ of the server                              │
545       │                                  │                      │               │ certificate's                              │
546       │                                  │                      │               │ altSubjectName                             │
547       │                                  │                      │               │ is performed.                              │
548       ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
549       │anonymous-identity                │ string               │               │ Anonymous                                  │
550       │                                  │                      │               │ identity string                            │
551       │                                  │                      │               │ for EAP                                    │
552       │                                  │                      │               │ authentication                             │
553       │                                  │                      │               │ methods.  Used                             │
554       │                                  │                      │               │ as the                                     │
555       │                                  │                      │               │ unencrypted                                │
556       │                                  │                      │               │ identity with                              │
557       │                                  │                      │               │ EAP types that                             │
558       │                                  │                      │               │ support                                    │
559       │                                  │                      │               │ different                                  │
560       │                                  │                      │               │ tunneled                                   │
561       │                                  │                      │               │ identity like                              │
562       │                                  │                      │               │ EAP-TTLS.                                  │
563       ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
564       │auth-timeout                      │ int32                │ 0             │ A timeout for                              │
565       │                                  │                      │               │ the                                        │
566       │                                  │                      │               │ authentication.                            │
567       │                                  │                      │               │ Zero means the                             │
568       │                                  │                      │               │ global default;                            │
569       │                                  │                      │               │ if the global                              │
570       │                                  │                      │               │ default is not                             │
571       │                                  │                      │               │ set, the                                   │
572       │                                  │                      │               │ authentication                             │
573       │                                  │                      │               │ timeout is 25                              │
574       │                                  │                      │               │ seconds.                                   │
575       ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
576       │ca-cert                           │ byte array           │               │ Contains the CA                            │
577       │                                  │                      │               │ certificate if                             │
578       │                                  │                      │               │ used by the EAP                            │
579       │                                  │                      │               │ method specified                           │
580       │                                  │                      │               │ in the "eap"                               │
581       │                                  │                      │               │ property.                                  │
582       │                                  │                      │               │ Certificate data                           │
583       │                                  │                      │               │ is specified                               │
584       │                                  │                      │               │ using a                                    │
585       │                                  │                      │               │ "scheme"; three                            │
586       │                                  │                      │               │ are currently                              │
587       │                                  │                      │               │ supported: blob,                           │
588       │                                  │                      │               │ path and pkcs#11                           │
589       │                                  │                      │               │ URL. When using                            │
590       │                                  │                      │               │ the blob scheme                            │
591       │                                  │                      │               │ this property                              │
592       │                                  │                      │               │ should be set to                           │
593       │                                  │                      │               │ the                                        │
594       │                                  │                      │               │ certificate's                              │
595       │                                  │                      │               │ DER encoded                                │
596       │                                  │                      │               │ data. When using                           │
597       │                                  │                      │               │ the path scheme,                           │
598       │                                  │                      │               │ this property                              │
599       │                                  │                      │               │ should be set to                           │
600       │                                  │                      │               │ the full UTF-8                             │
601       │                                  │                      │               │ encoded path of                            │
602       │                                  │                      │               │ the certificate,                           │
603       │                                  │                      │               │ prefixed with                              │
604       │                                  │                      │               │ the string                                 │
605       │                                  │                      │               │ "file://" and                              │
606       │                                  │                      │               │ ending with a                              │
607       │                                  │                      │               │ terminating NUL                            │
608       │                                  │                      │               │ byte. This                                 │
609       │                                  │                      │               │ property can be                            │
610       │                                  │                      │               │ unset even if                              │
611       │                                  │                      │               │ the EAP method                             │
612       │                                  │                      │               │ supports CA                                │
613       │                                  │                      │               │ certificates,                              │
614       │                                  │                      │               │ but this allows                            │
615       │                                  │                      │               │ man-in-the-middle                          │
616       │                                  │                      │               │ attacks and is                             │
617       │                                  │                      │               │ NOT recommended.                           │
618       │                                  │                      │               │ Note that                                  │
619       │                                  │                      │               │ enabling                                   │
620       │                                  │                      │               │ NMSetting8021x:system-ca-certs             │
621       │                                  │                      │               │ will override                              │
622       │                                  │                      │               │ this setting to                            │
623       │                                  │                      │               │ use the built-in                           │
624       │                                  │                      │               │ path, if the                               │
625       │                                  │                      │               │ built-in path is                           │
626       │                                  │                      │               │ not a directory.                           │
627       ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
628       │ca-cert-password                  │ string               │               │ The password used to access                │
629       │                                  │                      │               │ the CA certificate stored in               │
630       │                                  │                      │               │ "ca-cert" property. Only makes             │
631       │                                  │                      │               │ sense if the certificate is                │
632       │                                  │                      │               │ stored on a PKCS#11 token that             │
633       │                                  │                      │               │ requires a login.                          │
634       ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
635       │ca-cert-password-flags            │ NMSettingSecretFlags │               │ Flags indicating how to handle             │
636       │                                  │ (uint32)             │               │ the "ca-cert-password"                     │
637       │                                  │                      │               │ property. (see the section                 │
638       │                                  │                      │               │ called “Secret flag types:”                │
639       │                                  │                      │               │ for flag values)                           │
640       ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
641       │ca-path                           │ string               │               │ UTF-8 encoded path to a                    │
642       │                                  │                      │               │ directory containing PEM or                │
643       │                                  │                      │               │ DER formatted certificates to              │
644       │                                  │                      │               │ be added to the verification               │
645       │                                  │                      │               │ chain in addition to the                   │
646       │                                  │                      │               │ certificate specified in the               │
647       │                                  │                      │               │ "ca-cert" property. If                     │
648       │                                  │                      │               │ NMSetting8021x:system-ca-certs             │
649       │                                  │                      │               │ is enabled and the built-in CA             │
650       │                                  │                      │               │ path is an existing directory,             │
651       │                                  │                      │               │ then this setting is ignored.              │
652       ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
653       │client-cert                       │ byte array           │               │ Contains the client                        │
654       │                                  │                      │               │ certificate if used by the EAP             │
655       │                                  │                      │               │ method specified in the "eap"              │
656       │                                  │                      │               │ property. Certificate data is              │
657       │                                  │                      │               │ specified using a "scheme";                │
658       │                                  │                      │               │ two are currently supported:               │
659       │                                  │                      │               │ blob and path. When using the              │
660       │                                  │                      │               │ blob scheme (which is                      │
661       │                                  │                      │               │ backwards compatible with NM               │
662       │                                  │                      │               │ 0.7.x) this property should be             │
663       │                                  │                      │               │ set to the certificate's DER               │
664       │                                  │                      │               │ encoded data. When using the               │
665       │                                  │                      │               │ path scheme, this property                 │
666       │                                  │                      │               │ should be set to the full                  │
667       │                                  │                      │               │ UTF-8 encoded path of the                  │
668       │                                  │                      │               │ certificate, prefixed with the             │
669       │                                  │                      │               │ string "file://" and ending                │
670       │                                  │                      │               │ with a terminating NUL byte.               │
671       ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
672       │client-cert-password              │ string               │               │ The password used to access                │
673       │                                  │                      │               │ the client certificate stored              │
674       │                                  │                      │               │ in "client-cert" property.                 │
675       │                                  │                      │               │ Only makes sense if the                    │
676       │                                  │                      │               │ certificate is stored on a                 │
677       │                                  │                      │               │ PKCS#11 token that requires a              │
678       │                                  │                      │               │ login.                                     │
679       ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
680       │client-cert-password-flags        │ NMSettingSecretFlags │               │ Flags indicating how to handle             │
681       │                                  │ (uint32)             │               │ the "client-cert-password"                 │
682       │                                  │                      │               │ property. (see the section                 │
683       │                                  │                      │               │ called “Secret flag types:”                │
684       │                                  │                      │               │ for flag values)                           │
685       ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
686       │domain-match                      │ string               │               │ Constraint for server domain               │
687       │                                  │                      │               │ name. If set, this list of                 │
688       │                                  │                      │               │ FQDNs is used as a match                   │
689       │                                  │                      │               │ requirement for dNSName                    │
690       │                                  │                      │               │ element(s) of the certificate              │
691       │                                  │                      │               │ presented by the                           │
692       │                                  │                      │               │ authentication server.  If a               │
693       │                                  │                      │               │ matching dNSName is found,                 │
694       │                                  │                      │               │ this constraint is met.  If no             │
695       │                                  │                      │               │ dNSName values are present,                │
696       │                                  │                      │               │ this constraint is matched                 │
697       │                                  │                      │               │ against SubjectName CN using               │
698       │                                  │                      │               │ the same comparison. Multiple              │
699       │                                  │                      │               │ valid FQDNs can be passed as a             │
700       │                                  │                      │               │ ";" delimited list.                        │
701       ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
702       │domain-suffix-match               │ string               │               │ Constraint for server domain               │
703       │                                  │                      │               │ name. If set, this FQDN is                 │
704       │                                  │                      │               │ used as a suffix match                     │
705       │                                  │                      │               │ requirement for dNSName                    │
706       │                                  │                      │               │ element(s) of the certificate              │
707       │                                  │                      │               │ presented by the                           │
708       │                                  │                      │               │ authentication server.  If a               │
709       │                                  │                      │               │ matching dNSName is found,                 │
710       │                                  │                      │               │ this constraint is met.  If no             │
711       │                                  │                      │               │ dNSName values are present,                │
712       │                                  │                      │               │ this constraint is matched                 │
713       │                                  │                      │               │ against SubjectName CN using               │
714       │                                  │                      │               │ same suffix match comparison.              │
715       │                                  │                      │               │ Since version 1.24, multiple               │
716       │                                  │                      │               │ valid FQDNs can be passed as a             │
717       │                                  │                      │               │ ";" delimited list.                        │
718       ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
719       │eap                               │ array of string      │               │ The allowed EAP method to be               │
720       │                                  │                      │               │ used when authenticating to                │
721       │                                  │                      │               │ the network with 802.1x.                   │
722       │                                  │                      │               │ Valid methods are: "leap",                 │
723       │                                  │                      │               │ "md5", "tls", "peap", "ttls",              │
724       │                                  │                      │               │ "pwd", and "fast".  Each                   │
725       │                                  │                      │               │ method requires different                  │
726       │                                  │                      │               │ configuration using the                    │
727       │                                  │                      │               │ properties of this setting;                │
728       │                                  │                      │               │ refer to wpa_supplicant                    │
729       │                                  │                      │               │ documentation for the allowed              │
730       │                                  │                      │               │ combinations.                              │
731       ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
732       │identity                          │ string               │               │ Identity string for EAP                    │
733       │                                  │                      │               │ authentication methods.  Often             │
734       │                                  │                      │               │ the user's user or login name.             │
735       ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
736       │optional                          │ boolean              │ FALSE         │ Whether the 802.1X                         │
737       │                                  │                      │               │ authentication is optional. If             │
738       │                                  │                      │               │ TRUE, the activation will                  │
739       │                                  │                      │               │ continue even after a timeout              │
740       │                                  │                      │               │ or an authentication failure.              │
741       │                                  │                      │               │ Setting the property to TRUE               │
742       │                                  │                      │               │ is currently allowed only for              │
743       │                                  │                      │               │ Ethernet connections. If set               │
744       │                                  │                      │               │ to FALSE, the activation can               │
745       │                                  │                      │               │ continue only after a                      │
746       │                                  │                      │               │ successful authentication.                 │
747       ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
748       │pac-file                          │ string               │               │ UTF-8 encoded file path                    │
749       │                                  │                      │               │ containing PAC for EAP-FAST.               │
750       ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
751       │password                          │ string               │               │ UTF-8 encoded password used                │
752       │                                  │                      │               │ for EAP authentication                     │
753       │                                  │                      │               │ methods. If both the                       │
754       │                                  │                      │               │ "password" property and the                │
755       │                                  │                      │               │ "password-raw" property are                │
756       │                                  │                      │               │ specified, "password" is                   │
757       │                                  │                      │               │ preferred.                                 │
758       ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
759       │password-flags                    │ NMSettingSecretFlags │               │ Flags indicating how to handle             │
760       │                                  │ (uint32)             │               │ the "password" property. (see              │
761       │                                  │                      │               │ the section called “Secret                 │
762       │                                  │                      │               │ flag types:” for flag values)              │
763       ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
764       │password-raw                      │ byte array           │               │ Password used for EAP                      │
765       │                                  │                      │               │ authentication methods, given              │
766       │                                  │                      │               │ as a byte array to allow                   │
767       │                                  │                      │               │ passwords in other encodings               │
768       │                                  │                      │               │ than UTF-8 to be used. If both             │
769       │                                  │                      │               │ the "password" property and                │
770       │                                  │                      │               │ the "password-raw" property                │
771       │                                  │                      │               │ are specified, "password" is               │
772       │                                  │                      │               │ preferred.                                 │
773       ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
774       │password-raw-flags                │ NMSettingSecretFlags │               │ Flags indicating how to handle             │
775       │                                  │ (uint32)             │               │ the "password-raw" property.               │
776       │                                  │                      │               │ (see the section called                    │
777       │                                  │                      │               │ “Secret flag types:” for flag              │
778       │                                  │                      │               │ values)                                    │
779       ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
780       │phase1-auth-flags                 │ uint32               │ 0             │ Specifies authentication flags             │
781       │                                  │                      │               │ to use in "phase 1" outer                  │
782       │                                  │                      │               │ authentication using                       │
783       │                                  │                      │               │ NMSetting8021xAuthFlags                    │
784       │                                  │                      │               │ options. The individual TLS                │
785       │                                  │                      │               │ versions can be explicitly                 │
786       │                                  │                      │               │ disabled. If a certain TLS                 │
787       │                                  │                      │               │ disable flag is not set, it is             │
788       │                                  │                      │               │ up to the supplicant to allow              │
789       │                                  │                      │               │ or forbid it. The TLS options              │
790       │                                  │                      │               │ map to tls_disable_tlsv1_x                 │
791       │                                  │                      │               │ settings. See the                          │
792       │                                  │                      │               │ wpa_supplicant documentation               │
793       │                                  │                      │               │ for more details.                          │
794       ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
795       │phase1-fast-provisioning          │ string               │               │ Enables or disables in-line                │
796       │                                  │                      │               │ provisioning of EAP-FAST                   │
797       │                                  │                      │               │ credentials when FAST is                   │
798       │                                  │                      │               │ specified as the EAP method in             │
799       │                                  │                      │               │ the "eap" property. Recognized             │
800       │                                  │                      │               │ values are "0" (disabled), "1"             │
801       │                                  │                      │               │ (allow unauthenticated                     │
802       │                                  │                      │               │ provisioning), "2" (allow                  │
803       │                                  │                      │               │ authenticated provisioning),               │
804       │                                  │                      │               │ and "3" (allow both                        │
805       │                                  │                      │               │ authenticated and                          │
806       │                                  │                      │               │ unauthenticated provisioning).             │
807       │                                  │                      │               │ See the wpa_supplicant                     │
808       │                                  │                      │               │ documentation for more                     │
809       │                                  │                      │               │ details.                                   │
810       ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
811       │phase1-peaplabel                  │ string               │               │ Forces use of the new PEAP                 │
812       │                                  │                      │               │ label during key derivation.               │
813       │                                  │                      │               │ Some RADIUS servers may                    │
814       │                                  │                      │               │ require forcing the new PEAP               │
815       │                                  │                      │               │ label to interoperate with                 │
816       │                                  │                      │               │ PEAPv1.  Set to "1" to force               │
817       │                                  │                      │               │ use of the new PEAP label.                 │
818       │                                  │                      │               │ See the wpa_supplicant                     │
819       │                                  │                      │               │ documentation for more                     │
820       │                                  │                      │               │ details.                                   │
821       ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
822       │phase1-peapver                    │ string               │               │ Forces which PEAP version is               │
823       │                                  │                      │               │ used when PEAP is set as the               │
824       │                                  │                      │               │ EAP method in the "eap"                    │
825       │                                  │                      │               │ property.  When unset, the                 │
826       │                                  │                      │               │ version reported by the server             │
827       │                                  │                      │               │ will be used.  Sometimes when              │
828       │                                  │                      │               │ using older RADIUS servers, it             │
829       │                                  │                      │               │ is necessary to force the                  │
830       │                                  │                      │               │ client to use a particular                 │
831       │                                  │                      │               │ PEAP version.  To do so, this              │
832       │                                  │                      │               │ property may be set to "0" or              │
833       │                                  │                      │               │ "1" to force that specific                 │
834       │                                  │                      │               │ PEAP version.                              │
835       ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
836       │phase2-altsubject-matches         │ array of string      │               │ List of strings to be matched              │
837       │                                  │                      │               │ against the altSubjectName of              │
838       │                                  │                      │               │ the certificate presented by               │
839       │                                  │                      │               │ the authentication server                  │
840       │                                  │                      │               │ during the inner "phase 2"                 │
841       │                                  │                      │               │ authentication. If the list is             │
842       │                                  │                      │               │ empty, no verification of the              │
843       │                                  │                      │               │ server certificate's                       │
844       │                                  │                      │               │ altSubjectName is performed.               │
845       ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
846       │phase2-auth                       │ string               │               │ Specifies the allowed "phase               │
847       │                                  │                      │               │ 2" inner authentication method             │
848       │                                  │                      │               │ when an EAP method that uses               │
849       │                                  │                      │               │ an inner TLS tunnel is                     │
850       │                                  │                      │               │ specified in the "eap"                     │
851       │                                  │                      │               │ property.  For TTLS this                   │
852       │                                  │                      │               │ property selects one of the                │
853       │                                  │                      │               │ supported non-EAP inner                    │
854       │                                  │                      │               │ methods: "pap", "chap",                    │
855       │                                  │                      │               │ "mschap", "mschapv2" while                 │
856       │                                  │                      │               │ "phase2-autheap" selects an                │
857       │                                  │                      │               │ EAP inner method.  For PEAP                │
858       │                                  │                      │               │ this selects an inner EAP                  │
859       │                                  │                      │               │ method, one of: "gtc", "otp",              │
860       │                                  │                      │               │ "md5" and "tls". Each "phase               │
861       │                                  │                      │               │ 2" inner method requires                   │
862       │                                  │                      │               │ specific parameters for                    │
863       │                                  │                      │               │ successful authentication; see             │
864       │                                  │                      │               │ the wpa_supplicant                         │
865       │                                  │                      │               │ documentation for more                     │
866       │                                  │                      │               │ details. Both "phase2-auth"                │
867       │                                  │                      │               │ and "phase2-autheap" cannot be             │
868       │                                  │                      │               │ specified.                                 │
869       ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
870       │phase2-autheap                    │ string               │               │ Specifies the allowed "phase               │
871       │                                  │                      │               │ 2" inner EAP-based                         │
872       │                                  │                      │               │ authentication method when                 │
873       │                                  │                      │               │ TTLS is specified in the "eap"             │
874       │                                  │                      │               │ property.  Recognized                      │
875       │                                  │                      │               │ EAP-based "phase 2" methods                │
876       │                                  │                      │               │ are "md5", "mschapv2", "otp",              │
877       │                                  │                      │               │ "gtc", and "tls". Each "phase              │
878       │                                  │                      │               │ 2" inner method requires                   │
879       │                                  │                      │               │ specific parameters for                    │
880       │                                  │                      │               │ successful authentication; see             │
881       │                                  │                      │               │ the wpa_supplicant                         │
882       │                                  │                      │               │ documentation for more                     │
883       │                                  │                      │               │ details.                                   │
884       ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
885       │phase2-ca-cert                    │ byte array           │               │ Contains the "phase 2" CA                  │
886       │                                  │                      │               │ certificate if used by the EAP             │
887       │                                  │                      │               │ method specified in the                    │
888       │                                  │                      │               │ "phase2-auth" or                           │
889       │                                  │                      │               │ "phase2-autheap" properties.               │
890       │                                  │                      │               │ Certificate data is specified              │
891       │                                  │                      │               │ using a "scheme"; three are                │
892       │                                  │                      │               │ currently supported: blob,                 │
893       │                                  │                      │               │ path and pkcs#11 URL. When                 │
894       │                                  │                      │               │ using the blob scheme this                 │
895       │                                  │                      │               │ property should be set to the              │
896       │                                  │                      │               │ certificate's DER encoded                  │
897       │                                  │                      │               │ data. When using the path                  │
898       │                                  │                      │               │ scheme, this property should               │
899       │                                  │                      │               │ be set to the full UTF-8                   │
900       │                                  │                      │               │ encoded path of the                        │
901       │                                  │                      │               │ certificate, prefixed with the             │
902       │                                  │                      │               │ string "file://" and ending                │
903       │                                  │                      │               │ with a terminating NUL byte.               │
904       │                                  │                      │               │ This property can be unset                 │
905       │                                  │                      │               │ even if the EAP method                     │
906       │                                  │                      │               │ supports CA certificates, but              │
907       │                                  │                      │               │ this allows man-in-the-middle              │
908       │                                  │                      │               │ attacks and is NOT                         │
909       │                                  │                      │               │ recommended. Note that                     │
910       │                                  │                      │               │ enabling                                   │
911       │                                  │                      │               │ NMSetting8021x:system-ca-certs             │
912       │                                  │                      │               │ will override this setting to              │
913       │                                  │                      │               │ use the built-in path, if the              │
914       │                                  │                      │               │ built-in path is not a                     │
915       │                                  │                      │               │ directory.                                 │
916       ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
917       │phase2-ca-cert-password           │ string               │               │ The password used to access                │
918       │                                  │                      │               │ the "phase2" CA certificate                │
919       │                                  │                      │               │ stored in "phase2-ca-cert"                 │
920       │                                  │                      │               │ property. Only makes sense if              │
921       │                                  │                      │               │ the certificate is stored on a             │
922       │                                  │                      │               │ PKCS#11 token that requires a              │
923       │                                  │                      │               │ login.                                     │
924       ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
925       │phase2-ca-cert-password-flags     │ NMSettingSecretFlags │               │ Flags indicating how to handle             │
926       │                                  │ (uint32)             │               │ the "phase2-ca-cert-password"              │
927       │                                  │                      │               │ property. (see the section                 │
928       │                                  │                      │               │ called “Secret flag types:”                │
929       │                                  │                      │               │ for flag values)                           │
930       ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
931       │phase2-ca-path                    │ string               │               │ UTF-8 encoded path to a                    │
932       │                                  │                      │               │ directory containing PEM or                │
933       │                                  │                      │               │ DER formatted certificates to              │
934       │                                  │                      │               │ be added to the verification               │
935       │                                  │                      │               │ chain in addition to the                   │
936       │                                  │                      │               │ certificate specified in the               │
937       │                                  │                      │               │ "phase2-ca-cert" property. If              │
938       │                                  │                      │               │ NMSetting8021x:system-ca-certs             │
939       │                                  │                      │               │ is enabled and the built-in CA             │
940       │                                  │                      │               │ path is an existing directory,             │
941       │                                  │                      │               │ then this setting is ignored.              │
942       ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
943       │phase2-client-cert                │ byte array           │               │ Contains the "phase 2" client              │
944       │                                  │                      │               │ certificate if used by the EAP             │
945       │                                  │                      │               │ method specified in the                    │
946       │                                  │                      │               │ "phase2-auth" or                           │
947       │                                  │                      │               │ "phase2-autheap" properties.               │
948       │                                  │                      │               │ Certificate data is specified              │
949       │                                  │                      │               │ using a "scheme"; two are                  │
950       │                                  │                      │               │ currently supported: blob and              │
951       │                                  │                      │               │ path. When using the blob                  │
952       │                                  │                      │               │ scheme (which is backwards                 │
953       │                                  │                      │               │ compatible with NM 0.7.x) this             │
954       │                                  │                      │               │ property should be set to the              │
955       │                                  │                      │               │ certificate's DER encoded                  │
956       │                                  │                      │               │ data. When using the path                  │
957       │                                  │                      │               │ scheme, this property should               │
958       │                                  │                      │               │ be set to the full UTF-8                   │
959       │                                  │                      │               │ encoded path of the                        │
960       │                                  │                      │               │ certificate, prefixed with the             │
961       │                                  │                      │               │ string "file://" and ending                │
962       │                                  │                      │               │ with a terminating NUL byte.               │
963       │                                  │                      │               │ This property can be unset                 │
964       │                                  │                      │               │ even if the EAP method                     │
965       │                                  │                      │               │ supports CA certificates, but              │
966       │                                  │                      │               │ this allows man-in-the-middle              │
967       │                                  │                      │               │ attacks and is NOT                         │
968       │                                  │                      │               │ recommended.                               │
969       ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
970       │phase2-client-cert-password       │ string               │               │ The password used to access                │
971       │                                  │                      │               │ the "phase2" client                        │
972       │                                  │                      │               │ certificate stored in                      │
973       │                                  │                      │               │ "phase2-client-cert" property.             │
974       │                                  │                      │               │ Only makes sense if the                    │
975       │                                  │                      │               │ certificate is stored on a                 │
976       │                                  │                      │               │ PKCS#11 token that requires a              │
977       │                                  │                      │               │ login.                                     │
978       ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
979       │phase2-client-cert-password-flags │ NMSettingSecretFlags │               │ Flags indicating how to handle             │
980       │                                  │ (uint32)             │               │ the                                        │
981       │                                  │                      │               │ "phase2-client-cert-password"              │
982       │                                  │                      │               │ property. (see the section                 │
983       │                                  │                      │               │ called “Secret flag types:”                │
984       │                                  │                      │               │ for flag values)                           │
985       ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
986       │phase2-domain-match               │ string               │               │ Constraint for server domain               │
987       │                                  │                      │               │ name. If set, this list of                 │
988       │                                  │                      │               │ FQDNs is used as a match                   │
989       │                                  │                      │               │ requirement for dNSName                    │
990       │                                  │                      │               │ element(s) of the certificate              │
991       │                                  │                      │               │ presented by the                           │
992       │                                  │                      │               │ authentication server during               │
993       │                                  │                      │               │ the inner "phase 2"                        │
994       │                                  │                      │               │ authentication. If a matching              │
995       │                                  │                      │               │ dNSName is found, this                     │
996       │                                  │                      │               │ constraint is met.  If no                  │
997       │                                  │                      │               │ dNSName values are present,                │
998       │                                  │                      │               │ this constraint is matched                 │
999       │                                  │                      │               │ against SubjectName CN using               │
1000       │                                  │                      │               │ the same comparison. Multiple              │
1001       │                                  │                      │               │ valid FQDNs can be passed as a             │
1002       │                                  │                      │               │ ";" delimited list.                        │
1003       ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
1004       │phase2-domain-suffix-match        │ string               │               │ Constraint for server domain               │
1005       │                                  │                      │               │ name. If set, this FQDN is                 │
1006       │                                  │                      │               │ used as a suffix match                     │
1007       │                                  │                      │               │ requirement for dNSName                    │
1008       │                                  │                      │               │ element(s) of the certificate              │
1009       │                                  │                      │               │ presented by the                           │
1010       │                                  │                      │               │ authentication server during               │
1011       │                                  │                      │               │ the inner "phase 2"                        │
1012       │                                  │                      │               │ authentication.  If a matching             │
1013       │                                  │                      │               │ dNSName is found, this                     │
1014       │                                  │                      │               │ constraint is met.  If no                  │
1015       │                                  │                      │               │ dNSName values are present,                │
1016       │                                  │                      │               │ this constraint is matched                 │
1017       │                                  │                      │               │ against SubjectName CN using               │
1018       │                                  │                      │               │ same suffix match comparison.              │
1019       │                                  │                      │               │ Since version 1.24, multiple               │
1020       │                                  │                      │               │ valid FQDNs can be passed as a             │
1021       │                                  │                      │               │ ";" delimited list.                        │
1022       ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
1023       │phase2-private-key                │ byte array           │               │ Contains the "phase 2" inner               │
1024       │                                  │                      │               │ private key when the                       │
1025       │                                  │                      │               │ "phase2-auth" or                           │
1026       │                                  │                      │               │ "phase2-autheap" property is               │
1027       │                                  │                      │               │ set to "tls". Key data is                  │
1028       │                                  │                      │               │ specified using a "scheme";                │
1029       │                                  │                      │               │ two are currently supported:               │
1030       │                                  │                      │               │ blob and path. When using the              │
1031       │                                  │                      │               │ blob scheme and private keys,              │
1032       │                                  │                      │               │ this property should be set to             │
1033       │                                  │                      │               │ the key's encrypted PEM                    │
1034       │                                  │                      │               │ encoded data. When using                   │
1035       │                                  │                      │               │ private keys with the path                 │
1036       │                                  │                      │               │ scheme, this property should               │
1037       │                                  │                      │               │ be set to the full UTF-8                   │
1038       │                                  │                      │               │ encoded path of the key,                   │
1039       │                                  │                      │               │ prefixed with the string                   │
1040       │                                  │                      │               │ "file://" and ending with a                │
1041       │                                  │                      │               │ terminating NUL byte. When                 │
1042       │                                  │                      │               │ using PKCS#12 format private               │
1043       │                                  │                      │               │ keys and the blob scheme, this             │
1044       │                                  │                      │               │ property should be set to the              │
1045       │                                  │                      │               │ PKCS#12 data and the                       │
1046       │                                  │                      │               │ "phase2-private-key-password"              │
1047       │                                  │                      │               │ property must be set to                    │
1048       │                                  │                      │               │ password used to decrypt the               │
1049       │                                  │                      │               │ PKCS#12 certificate and key.               │
1050       │                                  │                      │               │ When using PKCS#12 files and               │
1051       │                                  │                      │               │ the path scheme, this property             │
1052       │                                  │                      │               │ should be set to the full                  │
1053       │                                  │                      │               │ UTF-8 encoded path of the key,             │
1054       │                                  │                      │               │ prefixed with the string                   │
1055       │                                  │                      │               │ "file://" and ending with a                │
1056       │                                  │                      │               │ terminating NUL byte, and as               │
1057       │                                  │                      │               │ with the blob scheme the                   │
1058       │                                  │                      │               │ "phase2-private-key-password"              │
1059       │                                  │                      │               │ property must be set to the                │
1060       │                                  │                      │               │ password used to decode the                │
1061       │                                  │                      │               │ PKCS#12 private key and                    │
1062       │                                  │                      │               │ certificate.                               │
1063       ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
1064       │phase2-private-key-password       │ string               │               │ The password used to decrypt               │
1065       │                                  │                      │               │ the "phase 2" private key                  │
1066       │                                  │                      │               │ specified in the                           │
1067       │                                  │                      │               │ "phase2-private-key" property              │
1068       │                                  │                      │               │ when the private key either                │
1069       │                                  │                      │               │ uses the path scheme, or is a              │
1070       │                                  │                      │               │ PKCS#12 format key.                        │
1071       ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
1072       │phase2-private-key-password-flags │ NMSettingSecretFlags │               │ Flags indicating how to handle             │
1073       │                                  │ (uint32)             │               │ the                                        │
1074       │                                  │                      │               │ "phase2-private-key-password"              │
1075       │                                  │                      │               │ property. (see the section                 │
1076       │                                  │                      │               │ called “Secret flag types:”                │
1077       │                                  │                      │               │ for flag values)                           │
1078       ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
1079       │phase2-subject-match              │ string               │               │ Substring to be matched                    │
1080       │                                  │                      │               │ against the subject of the                 │
1081       │                                  │                      │               │ certificate presented by the               │
1082       │                                  │                      │               │ authentication server during               │
1083       │                                  │                      │               │ the inner "phase 2"                        │
1084       │                                  │                      │               │ authentication. When unset, no             │
1085       │                                  │                      │               │ verification of the                        │
1086       │                                  │                      │               │ authentication server                      │
1087       │                                  │                      │               │ certificate's subject is                   │
1088       │                                  │                      │               │ performed.  This property                  │
1089       │                                  │                      │               │ provides little security, if               │
1090       │                                  │                      │               │ any, and its use is deprecated             │
1091       │                                  │                      │               │ in favor of                                │
1092       │                                  │                      │               │ NMSetting8021x:phase2-domain-suffix-match. │
1093       ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
1094       │pin                               │ string               │               │ PIN used for EAP authentication methods.   │
1095       ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
1096       │pin-flags                         │ NMSettingSecretFlags │               │ Flags indicating how to handle the "pin"   │
1097       │                                  │ (uint32)             │               │ property. (see the section called “Secret  │
1098       │                                  │                      │               │ flag types:” for flag values)              │
1099       ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
1100       │private-key                       │ byte array           │               │ Contains the private key when the "eap"    │
1101       │                                  │                      │               │ property is set to "tls". Key data is      │
1102       │                                  │                      │               │ specified using a "scheme"; two are        │
1103       │                                  │                      │               │ currently supported: blob and path. When   │
1104       │                                  │                      │               │ using the blob scheme and private keys,    │
1105       │                                  │                      │               │ this property should be set to the key's   │
1106       │                                  │                      │               │ encrypted PEM encoded data. When using     │
1107       │                                  │                      │               │ private keys with the path scheme, this    │
1108       │                                  │                      │               │ property should be set to the full UTF-8   │
1109       │                                  │                      │               │ encoded path of the key, prefixed with the │
1110       │                                  │                      │               │ string "file://" and ending with a         │
1111       │                                  │                      │               │ terminating NUL byte. When using PKCS#12   │
1112       │                                  │                      │               │ format private keys and the blob scheme,   │
1113       │                                  │                      │               │ this property should be set to the PKCS#12 │
1114       │                                  │                      │               │ data and the "private-key-password"        │
1115       │                                  │                      │               │ property must be set to password used to   │
1116       │                                  │                      │               │ decrypt the PKCS#12 certificate and key.   │
1117       │                                  │                      │               │ When using PKCS#12 files and the path      │
1118       │                                  │                      │               │ scheme, this property should be set to the │
1119       │                                  │                      │               │ full UTF-8 encoded path of the key,        │
1120       │                                  │                      │               │ prefixed with the string "file://" and     │
1121       │                                  │                      │               │ ending with a terminating NUL byte, and as │
1122       │                                  │                      │               │ with the blob scheme the                   │
1123       │                                  │                      │               │ "private-key-password" property must be    │
1124       │                                  │                      │               │ set to the password used to decode the     │
1125       │                                  │                      │               │ PKCS#12 private key and certificate.       │
1126       │                                  │                      │               │ WARNING: "private-key" is not a "secret"   │
1127       │                                  │                      │               │ property, and thus unencrypted private key │
1128       │                                  │                      │               │ data using the BLOB scheme may be readable │
1129       │                                  │                      │               │ by unprivileged users.  Private keys       │
1130       │                                  │                      │               │ should always be encrypted with a private  │
1131       │                                  │                      │               │ key password to prevent unauthorized       │
1132       │                                  │                      │               │ access to unencrypted private key data.    │
1133       ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
1134       │private-key-password              │ string               │               │ The password used to decrypt the private   │
1135       │                                  │                      │               │ key specified in the "private-key"         │
1136       │                                  │                      │               │ property when the private key either uses  │
1137       │                                  │                      │               │ the path scheme, or if the private key is  │
1138       │                                  │                      │               │ a PKCS#12 format key.                      │
1139       ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
1140       │private-key-password-flags        │ NMSettingSecretFlags │               │ Flags indicating how to handle the         │
1141       │                                  │ (uint32)             │               │ "private-key-password" property. (see the  │
1142       │                                  │                      │               │ section called “Secret flag types:” for    │
1143       │                                  │                      │               │ flag values)                               │
1144       ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
1145       │subject-match                     │ string               │               │ Substring to be matched against the        │
1146       │                                  │                      │               │ subject of the certificate presented by    │
1147       │                                  │                      │               │ the authentication server. When unset, no  │
1148       │                                  │                      │               │ verification of the authentication server  │
1149       │                                  │                      │               │ certificate's subject is performed.  This  │
1150       │                                  │                      │               │ property provides little security, if any, │
1151       │                                  │                      │               │ and its use is deprecated in favor of      │
1152       │                                  │                      │               │ NMSetting8021x:domain-suffix-match.        │
1153       ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
1154       │system-ca-certs                   │ boolean              │ FALSE         │ When TRUE, overrides the "ca-path" and     │
1155       │                                  │                      │               │ "phase2-ca-path" properties using the      │
1156       │                                  │                      │               │ system CA directory specified at configure │
1157       │                                  │                      │               │ time with the --system-ca-path switch.     │
1158       │                                  │                      │               │ The certificates in this directory are     │
1159       │                                  │                      │               │ added to the verification chain in         │
1160       │                                  │                      │               │ addition to any certificates specified by  │
1161       │                                  │                      │               │ the "ca-cert" and "phase2-ca-cert"         │
1162       │                                  │                      │               │ properties. If the path provided with      │
1163       │                                  │                      │               │ --system-ca-path is rather a file name     │
1164       │                                  │                      │               │ (bundle of trusted CA certificates), it    │
1165       │                                  │                      │               │ overrides "ca-cert" and "phase2-ca-cert"   │
1166       │                                  │                      │               │ properties instead (sets ca_cert/ca_cert2  │
1167       │                                  │                      │               │ options for wpa_supplicant).               │
1168       └──────────────────────────────────┴──────────────────────┴───────────────┴────────────────────────────────────────────┘
1169
1170   adsl setting
1171       ADSL Settings.
1172
1173       ┌───────────────┬──────────────────────┬───────────────┬──────────────────┐
1174Key Name       Value Type           Default Value Value            
1175       │               │                      │               │ Description      
1176       ├───────────────┼──────────────────────┼───────────────┼──────────────────┤
1177       │encapsulation  │ string               │               │ Encapsulation of │
1178       │               │                      │               │ ADSL connection. │
1179       │               │                      │               │ Can be "vcmux"   │
1180       │               │                      │               │ or "llc".        │
1181       ├───────────────┼──────────────────────┼───────────────┼──────────────────┤
1182       │password       │ string               │               │ Password used to │
1183       │               │                      │               │ authenticate     │
1184       │               │                      │               │ with the ADSL    │
1185       │               │                      │               │ service.         │
1186       ├───────────────┼──────────────────────┼───────────────┼──────────────────┤
1187       │password-flags │ NMSettingSecretFlags │               │ Flags indicating │
1188       │               │ (uint32)             │               │ how to handle    │
1189       │               │                      │               │ the "password"   │
1190       │               │                      │               │ property. (see   │
1191       │               │                      │               │ the section      │
1192       │               │                      │               │ called “Secret   │
1193       │               │                      │               │ flag types:” for │
1194       │               │                      │               │ flag values)     │
1195       ├───────────────┼──────────────────────┼───────────────┼──────────────────┤
1196       │protocol       │ string               │               │ ADSL connection  │
1197       │               │                      │               │ protocol.  Can   │
1198       │               │                      │               │ be "pppoa",      │
1199       │               │                      │               │ "pppoe" or       │
1200       │               │                      │               │ "ipoatm".        │
1201       ├───────────────┼──────────────────────┼───────────────┼──────────────────┤
1202       │username       │ string               │               │ Username used to │
1203       │               │                      │               │ authenticate     │
1204       │               │                      │               │ with the ADSL    │
1205       │               │                      │               │ service.         │
1206       ├───────────────┼──────────────────────┼───────────────┼──────────────────┤
1207       │vci            │ uint32               │ 0             │ VCI of ADSL      │
1208       │               │                      │               │ connection       │
1209       ├───────────────┼──────────────────────┼───────────────┼──────────────────┤
1210       │vpi            │ uint32               │ 0             │ VPI of ADSL      │
1211       │               │                      │               │ connection       │
1212       └───────────────┴──────────────────────┴───────────────┴──────────────────┘
1213
1214   bluetooth setting
1215       Bluetooth Settings.
1216
1217       ┌─────────┬────────────┬───────────────┬──────────────────┐
1218Key Name Value Type Default Value Value            
1219       │         │            │               │ Description      
1220       ├─────────┼────────────┼───────────────┼──────────────────┤
1221       │bdaddr   │ byte array │               │ The Bluetooth    │
1222       │         │            │               │ address of the   │
1223       │         │            │               │ device.          │
1224       ├─────────┼────────────┼───────────────┼──────────────────┤
1225       │type     │ string     │               │ Either "dun" for │
1226       │         │            │               │ Dial-Up          │
1227       │         │            │               │ Networking       │
1228       │         │            │               │ connections or   │
1229       │         │            │               │ "panu" for       │
1230       │         │            │               │ Personal Area    │
1231       │         │            │               │ Networking       │
1232       │         │            │               │ connections to   │
1233       │         │            │               │ devices          │
1234       │         │            │               │ supporting the   │
1235       │         │            │               │ NAP profile.     │
1236       └─────────┴────────────┴───────────────┴──────────────────┘
1237
1238   bond setting
1239       Bonding Settings.
1240
1241       ┌───────────────┬────────────────┬───────────────┬────────────────────────────┐
1242Key Name       Value Type     Default Value Value                      
1243       │               │                │               │ Description                
1244       ├───────────────┼────────────────┼───────────────┼────────────────────────────┤
1245       │interface-name │ string         │               │ Deprecated in              │
1246       │               │                │               │ favor of                   │
1247       │               │                │               │ connection.interface-name, │
1248       │               │                │               │ but can be used            │
1249       │               │                │               │ for                        │
1250       │               │                │               │ backward-compatibility     │
1251       │               │                │               │ with older                 │
1252       │               │                │               │ daemons, to set            │
1253       │               │                │               │ the bond's                 │
1254       │               │                │               │ interface name.            │
1255       ├───────────────┼────────────────┼───────────────┼────────────────────────────┤
1256       │options        │ dict of string │ {'mode':      │ Dictionary of key/value    │
1257       │               │ to string      │ 'balance-rr'} │ pairs of bonding options.  │
1258       │               │                │               │ Both keys and values must  │
1259       │               │                │               │ be strings. Option names   │
1260       │               │                │               │ must contain only          │
1261       │               │                │               │ alphanumeric characters    │
1262       │               │                │               │ (ie, [a-zA-Z0-9]).         │
1263       └───────────────┴────────────────┴───────────────┴────────────────────────────┘
1264
1265   bridge setting
1266       Bridging Settings.
1267
1268       ┌──────────────────────────────────┬──────────────────┬───────────────┬───────────────────────────────┐
1269Key Name                          Value Type       Default Value Value                         
1270       │                                  │                  │               │ Description                   
1271       ├──────────────────────────────────┼──────────────────┼───────────────┼───────────────────────────────┤
1272       │ageing-time                       │ uint32           │ 300           │ The Ethernet MAC              │
1273       │                                  │                  │               │ address aging                 │
1274       │                                  │                  │               │ time, in                      │
1275       │                                  │                  │               │ seconds.                      │
1276       ├──────────────────────────────────┼──────────────────┼───────────────┼───────────────────────────────┤
1277       │forward-delay                     │ uint32           │ 15            │ The Spanning                  │
1278       │                                  │                  │               │ Tree Protocol                 │
1279       │                                  │                  │               │ (STP) forwarding              │
1280       │                                  │                  │               │ delay, in                     │
1281       │                                  │                  │               │ seconds.                      │
1282       ├──────────────────────────────────┼──────────────────┼───────────────┼───────────────────────────────┤
1283       │group-address                     │ byte array       │               │ If specified,                 │
1284       │                                  │                  │               │ The MAC address               │
1285       │                                  │                  │               │ of the multicast              │
1286       │                                  │                  │               │ group this                    │
1287       │                                  │                  │               │ bridge uses for               │
1288       │                                  │                  │               │ STP. The address              │
1289       │                                  │                  │               │ must be a                     │
1290       │                                  │                  │               │ link-local                    │
1291       │                                  │                  │               │ address in                    │
1292       │                                  │                  │               │ standard                      │
1293       │                                  │                  │               │ Ethernet MAC                  │
1294       │                                  │                  │               │ address format,               │
1295       │                                  │                  │               │ ie an address of              │
1296       │                                  │                  │               │ the form                      │
1297       │                                  │                  │               │ 01:80:C2:00:00:0X,            │
1298       │                                  │                  │               │ with X in [0,                 │
1299       │                                  │                  │               │ 4..F]. If not                 │
1300       │                                  │                  │               │ specified the                 │
1301       │                                  │                  │               │ default value is              │
1302       │                                  │                  │               │ 01:80:C2:00:00:00.            │
1303       ├──────────────────────────────────┼──────────────────┼───────────────┼───────────────────────────────┤
1304       │group-forward-mask                │ uint32           │ 0             │ A mask of group               │
1305       │                                  │                  │               │ addresses to                  │
1306       │                                  │                  │               │ forward. Usually,             │
1307       │                                  │                  │               │ group addresses in            │
1308       │                                  │                  │               │ the range from                │
1309       │                                  │                  │               │ 01:80:C2:00:00:00             │
1310       │                                  │                  │               │ to                            │
1311       │                                  │                  │               │ 01:80:C2:00:00:0F             │
1312       │                                  │                  │               │ are not forwarded             │
1313       │                                  │                  │               │ according to                  │
1314       │                                  │                  │               │ standards. This               │
1315       │                                  │                  │               │ property is a mask            │
1316       │                                  │                  │               │ of 16 bits, each              │
1317       │                                  │                  │               │ corresponding to a            │
1318       │                                  │                  │               │ group address in              │
1319       │                                  │                  │               │ that range that               │
1320       │                                  │                  │               │ must be forwarded.            │
1321       │                                  │                  │               │ The mask can't                │
1322       │                                  │                  │               │ have bits 0, 1 or             │
1323       │                                  │                  │               │ 2 set because they            │
1324       │                                  │                  │               │ are used for STP,             │
1325       │                                  │                  │               │ MAC pause frames              │
1326       │                                  │                  │               │ and LACP.                     │
1327       ├──────────────────────────────────┼──────────────────┼───────────────┼───────────────────────────────┤
1328       │hello-time                        │ uint32           │ 2             │ The Spanning Tree             │
1329       │                                  │                  │               │ Protocol (STP)                │
1330       │                                  │                  │               │ hello time, in                │
1331       │                                  │                  │               │ seconds.                      │
1332       ├──────────────────────────────────┼──────────────────┼───────────────┼───────────────────────────────┤
1333       │interface-name                    │ string           │               │ Deprecated in                 │
1334       │                                  │                  │               │ favor of                      │
1335       │                                  │                  │               │ connection.interface-name,    │
1336       │                                  │                  │               │ but can be used               │
1337       │                                  │                  │               │ for                           │
1338       │                                  │                  │               │ backward-compatibility        │
1339       │                                  │                  │               │ with older                    │
1340       │                                  │                  │               │ daemons, to set               │
1341       │                                  │                  │               │ the bridge's                  │
1342       │                                  │                  │               │ interface name.               │
1343       ├──────────────────────────────────┼──────────────────┼───────────────┼───────────────────────────────┤
1344       │mac-address                       │ byte array       │               │ If specified, the MAC         │
1345       │                                  │                  │               │ address of bridge. When       │
1346       │                                  │                  │               │ creating a new bridge,        │
1347       │                                  │                  │               │ this MAC address will be      │
1348       │                                  │                  │               │ set. If this field is left    │
1349       │                                  │                  │               │ unspecified, the              │
1350       │                                  │                  │               │ "ethernet.cloned-mac-address" │
1351       │                                  │                  │               │ is referred instead to        │
1352       │                                  │                  │               │ generate the initial MAC      │
1353       │                                  │                  │               │ address. Note that setting    │
1354       │                                  │                  │               │ "ethernet.cloned-mac-address" │
1355       │                                  │                  │               │ anyway overwrites the MAC     │
1356       │                                  │                  │               │ address of the bridge         │
1357       │                                  │                  │               │ later while activating the    │
1358       │                                  │                  │               │ bridge. Hence, this           │
1359       │                                  │                  │               │ property is deprecated.       │
1360       │                                  │                  │               │ Deprecated: 1                 │
1361       ├──────────────────────────────────┼──────────────────┼───────────────┼───────────────────────────────┤
1362       │max-age                           │ uint32           │ 20            │ The Spanning Tree Protocol    │
1363       │                                  │                  │               │ (STP) maximum message age, in │
1364       │                                  │                  │               │ seconds.                      │
1365       ├──────────────────────────────────┼──────────────────┼───────────────┼───────────────────────────────┤
1366       │multicast-hash-max                │ uint32           │ 4096          │ Set maximum size of multicast │
1367       │                                  │                  │               │ hash table (value must be a   │
1368       │                                  │                  │               │ power of 2).                  │
1369       ├──────────────────────────────────┼──────────────────┼───────────────┼───────────────────────────────┤
1370       │multicast-last-member-count       │ uint32           │ 2             │ Set the number of queries the │
1371       │                                  │                  │               │ bridge will send before       │
1372       │                                  │                  │               │ stopping forwarding a         │
1373       │                                  │                  │               │ multicast group after a       │
1374       │                                  │                  │               │ "leave" message has been      │
1375       │                                  │                  │               │ received.                     │
1376       ├──────────────────────────────────┼──────────────────┼───────────────┼───────────────────────────────┤
1377       │multicast-last-member-interval    │ uint64           │ 100           │ Set interval (in deciseconds) │
1378       │                                  │                  │               │ between queries to find       │
1379       │                                  │                  │               │ remaining members of a group, │
1380       │                                  │                  │               │ after a "leave" message is    │
1381       │                                  │                  │               │ received.                     │
1382       ├──────────────────────────────────┼──────────────────┼───────────────┼───────────────────────────────┤
1383       │multicast-membership-interval     │ uint64           │ 26000         │ Set delay (in deciseconds)    │
1384       │                                  │                  │               │ after which the bridge will   │
1385       │                                  │                  │               │ leave a group, if no          │
1386       │                                  │                  │               │ membership reports for this   │
1387       │                                  │                  │               │ group are received.           │
1388       ├──────────────────────────────────┼──────────────────┼───────────────┼───────────────────────────────┤
1389       │multicast-querier                 │ boolean          │ FALSE         │ Enable or disable sending of  │
1390       │                                  │                  │               │ multicast queries by the      │
1391       │                                  │                  │               │ bridge. If not specified the  │
1392       │                                  │                  │               │ option is disabled.           │
1393       ├──────────────────────────────────┼──────────────────┼───────────────┼───────────────────────────────┤
1394       │multicast-querier-interval        │ uint64           │ 25500         │ If no queries are seen after  │
1395       │                                  │                  │               │ this delay (in deciseconds)   │
1396       │                                  │                  │               │ has passed, the bridge will   │
1397       │                                  │                  │               │ start to send its own         │
1398       │                                  │                  │               │ queries.                      │
1399       ├──────────────────────────────────┼──────────────────┼───────────────┼───────────────────────────────┤
1400       │multicast-query-interval          │ uint64           │ 12500         │ Interval (in deciseconds)     │
1401       │                                  │                  │               │ between queries sent by the   │
1402       │                                  │                  │               │ bridge after the end of the   │
1403       │                                  │                  │               │ startup phase.                │
1404       ├──────────────────────────────────┼──────────────────┼───────────────┼───────────────────────────────┤
1405       │multicast-query-response-interval │ uint64           │ 1000          │ Set the Max Response Time/Max │
1406       │                                  │                  │               │ Response Delay (in            │
1407       │                                  │                  │               │ deciseconds) for IGMP/MLD     │
1408       │                                  │                  │               │ queries sent by the bridge.   │
1409       ├──────────────────────────────────┼──────────────────┼───────────────┼───────────────────────────────┤
1410       │multicast-query-use-ifaddr        │ boolean          │ FALSE         │ If enabled the bridge's own   │
1411       │                                  │                  │               │ IP address is used as the     │
1412       │                                  │                  │               │ source address for IGMP       │
1413       │                                  │                  │               │ queries otherwise the default │
1414       │                                  │                  │               │ of 0.0.0.0 is used.           │
1415       ├──────────────────────────────────┼──────────────────┼───────────────┼───────────────────────────────┤
1416       │multicast-router                  │ string           │               │ Sets bridge's multicast       │
1417       │                                  │                  │               │ router. Multicast-snooping    │
1418       │                                  │                  │               │ must be enabled for this      │
1419       │                                  │                  │               │ option to work. Supported     │
1420       │                                  │                  │               │ values are: 'auto',           │
1421       │                                  │                  │               │ 'disabled', 'enabled' to      │
1422       │                                  │                  │               │ which kernel assigns the      │
1423       │                                  │                  │               │ numbers 1, 0, and 2,          │
1424       │                                  │                  │               │ respectively. If not          │
1425       │                                  │                  │               │ specified the default value   │
1426       │                                  │                  │               │ is 'auto' (1).                │
1427       ├──────────────────────────────────┼──────────────────┼───────────────┼───────────────────────────────┤
1428       │multicast-snooping                │ boolean          │ TRUE          │ Controls whether IGMP         │
1429       │                                  │                  │               │ snooping is enabled for this  │
1430       │                                  │                  │               │ bridge. Note that if snooping │
1431       │                                  │                  │               │ was automatically disabled    │
1432       │                                  │                  │               │ due to hash collisions, the   │
1433       │                                  │                  │               │ system may refuse to enable   │
1434       │                                  │                  │               │ the feature until the         │
1435       │                                  │                  │               │ collisions are resolved.      │
1436       ├──────────────────────────────────┼──────────────────┼───────────────┼───────────────────────────────┤
1437       │multicast-startup-query-count     │ uint32           │ 2             │ Set the number of IGMP        │
1438       │                                  │                  │               │ queries to send during        │
1439       │                                  │                  │               │ startup phase.                │
1440       ├──────────────────────────────────┼──────────────────┼───────────────┼───────────────────────────────┤
1441       │multicast-startup-query-interval  │ uint64           │ 3125          │ Sets the time (in             │
1442       │                                  │                  │               │ deciseconds) between queries  │
1443       │                                  │                  │               │ sent out at startup to        │
1444       │                                  │                  │               │ determine membership          │
1445       │                                  │                  │               │ information.                  │
1446       ├──────────────────────────────────┼──────────────────┼───────────────┼───────────────────────────────┤
1447       │priority                          │ uint32           │ 32768         │ Sets the Spanning Tree        │
1448       │                                  │                  │               │ Protocol (STP) priority for   │
1449       │                                  │                  │               │ this bridge.  Lower values    │
1450       │                                  │                  │               │ are "better"; the lowest      │
1451       │                                  │                  │               │ priority bridge will be       │
1452       │                                  │                  │               │ elected the root bridge.      │
1453       ├──────────────────────────────────┼──────────────────┼───────────────┼───────────────────────────────┤
1454       │stp                               │ boolean          │ TRUE          │ Controls whether Spanning     │
1455       │                                  │                  │               │ Tree Protocol (STP) is        │
1456       │                                  │                  │               │ enabled for this bridge.      │
1457       ├──────────────────────────────────┼──────────────────┼───────────────┼───────────────────────────────┤
1458       │vlan-default-pvid                 │ uint32           │ 1             │ The default PVID for the      │
1459       │                                  │                  │               │ ports of the bridge, that is  │
1460       │                                  │                  │               │ the VLAN id assigned to       │
1461       │                                  │                  │               │ incoming untagged frames.     │
1462       ├──────────────────────────────────┼──────────────────┼───────────────┼───────────────────────────────┤
1463       │vlan-filtering                    │ boolean          │ FALSE         │ Control whether VLAN          │
1464       │                                  │                  │               │ filtering is enabled on the   │
1465       │                                  │                  │               │ bridge.                       │
1466       ├──────────────────────────────────┼──────────────────┼───────────────┼───────────────────────────────┤
1467       │vlan-protocol                     │ string           │               │ If specified, the protocol    │
1468       │                                  │                  │               │ used for VLAN filtering.      │
1469       │                                  │                  │               │ Supported values are:         │
1470       │                                  │                  │               │ '802.1Q', '802.1ad'. If not   │
1471       │                                  │                  │               │ specified the default value   │
1472       │                                  │                  │               │ is '802.1Q'.                  │
1473       ├──────────────────────────────────┼──────────────────┼───────────────┼───────────────────────────────┤
1474       │vlan-stats-enabled                │ boolean          │ FALSE         │ Controls whether per-VLAN     │
1475       │                                  │                  │               │ stats accounting is enabled.  │
1476       ├──────────────────────────────────┼──────────────────┼───────────────┼───────────────────────────────┤
1477       │vlans                             │ array of vardict │               │ Array of bridge VLAN objects. │
1478       │                                  │                  │               │ In addition to the VLANs      │
1479       │                                  │                  │               │ specified here, the bridge    │
1480       │                                  │                  │               │ will also have the            │
1481       │                                  │                  │               │ default-pvid VLAN configured  │
1482       │                                  │                  │               │ by the                        │
1483       │                                  │                  │               │ bridge.vlan-default-pvid      │
1484       │                                  │                  │               │ property. In nmcli the VLAN   │
1485       │                                  │                  │               │ list can be specified with    │
1486       │                                  │                  │               │ the following syntax: $vid    │
1487       │                                  │                  │               │ [pvid] [untagged] [, $vid     │
1488       │                                  │                  │               │ [pvid] [untagged]]... where   │
1489       │                                  │                  │               │ $vid is either a single id    │
1490       │                                  │                  │               │ between 1 and 4094 or a       │
1491       │                                  │                  │               │ range, represented as a       │
1492       │                                  │                  │               │ couple of ids separated by a  │
1493       │                                  │                  │               │ dash.                         │
1494       └──────────────────────────────────┴──────────────────┴───────────────┴───────────────────────────────┘
1495
1496   bridge-port setting
1497       Bridge Port Settings.
1498
1499       ┌─────────────┬──────────────────┬───────────────┬──────────────────────────┐
1500Key Name     Value Type       Default Value Value                    
1501       │             │                  │               │ Description              
1502       ├─────────────┼──────────────────┼───────────────┼──────────────────────────┤
1503       │hairpin-mode │ boolean          │ FALSE         │ Enables or               │
1504       │             │                  │               │ disables                 │
1505       │             │                  │               │ "hairpin mode"           │
1506       │             │                  │               │ for the port,            │
1507       │             │                  │               │ which allows             │
1508       │             │                  │               │ frames to be             │
1509       │             │                  │               │ sent back out            │
1510       │             │                  │               │ through the port         │
1511       │             │                  │               │ the frame was            │
1512       │             │                  │               │ received on.             │
1513       ├─────────────┼──────────────────┼───────────────┼──────────────────────────┤
1514       │path-cost    │ uint32           │ 100           │ The Spanning             │
1515       │             │                  │               │ Tree Protocol            │
1516       │             │                  │               │ (STP) port cost          │
1517       │             │                  │               │ for destinations         │
1518       │             │                  │               │ via this port.           │
1519       ├─────────────┼──────────────────┼───────────────┼──────────────────────────┤
1520       │priority     │ uint32           │ 32            │ The Spanning             │
1521       │             │                  │               │ Tree Protocol            │
1522       │             │                  │               │ (STP) priority           │
1523       │             │                  │               │ of this bridge           │
1524       │             │                  │               │ port.                    │
1525       ├─────────────┼──────────────────┼───────────────┼──────────────────────────┤
1526       │vlans        │ array of vardict │               │ Array of bridge          │
1527       │             │                  │               │ VLAN objects. In         │
1528       │             │                  │               │ addition to the          │
1529       │             │                  │               │ VLANs specified          │
1530       │             │                  │               │ here, the port           │
1531       │             │                  │               │ will also have           │
1532       │             │                  │               │ the default-pvid         │
1533       │             │                  │               │ VLAN configured          │
1534       │             │                  │               │ on the bridge by         │
1535       │             │                  │               │ the                      │
1536       │             │                  │               │ bridge.vlan-default-pvid │
1537       │             │                  │               │ property. In             │
1538       │             │                  │               │ nmcli the VLAN           │
1539       │             │                  │               │ list can be              │
1540       │             │                  │               │ specified with           │
1541       │             │                  │               │ the following            │
1542       │             │                  │               │ syntax: $vid             │
1543       │             │                  │               │ [pvid]                   │
1544       │             │                  │               │ [untagged] [,            │
1545       │             │                  │               │ $vid [pvid]              │
1546       │             │                  │               │ [untagged]]...           │
1547       │             │                  │               │ where $vid is            │
1548       │             │                  │               │ either a single          │
1549       │             │                  │               │ id between 1 and         │
1550       │             │                  │               │ 4094 or a range,         │
1551       │             │                  │               │ represented as a         │
1552       │             │                  │               │ couple of ids            │
1553       │             │                  │               │ separated by a           │
1554       │             │                  │               │ dash.                    │
1555       └─────────────┴──────────────────┴───────────────┴──────────────────────────┘
1556
1557   cdma setting
1558       CDMA-based Mobile Broadband Settings.
1559
1560       ┌───────────────┬──────────────────────┬───────────────┬──────────────────┐
1561Key Name       Value Type           Default Value Value            
1562       │               │                      │               │ Description      
1563       ├───────────────┼──────────────────────┼───────────────┼──────────────────┤
1564       │mtu            │ uint32               │ 0             │ If non-zero,     │
1565       │               │                      │               │ only transmit    │
1566       │               │                      │               │ packets of the   │
1567       │               │                      │               │ specified size   │
1568       │               │                      │               │ or smaller,      │
1569       │               │                      │               │ breaking larger  │
1570       │               │                      │               │ packets up into  │
1571       │               │                      │               │ multiple frames. │
1572       ├───────────────┼──────────────────────┼───────────────┼──────────────────┤
1573       │number         │ string               │               │ The number to    │
1574       │               │                      │               │ dial to          │
1575       │               │                      │               │ establish the    │
1576       │               │                      │               │ connection to    │
1577       │               │                      │               │ the CDMA-based   │
1578       │               │                      │               │ mobile broadband │
1579       │               │                      │               │ network, if any. │
1580       │               │                      │               │ If not           │
1581       │               │                      │               │ specified, the   │
1582       │               │                      │               │ default number   │
1583       │               │                      │               │ (#777) is used   │
1584       │               │                      │               │ when required.   │
1585       ├───────────────┼──────────────────────┼───────────────┼──────────────────┤
1586       │password       │ string               │               │ The password     │
1587       │               │                      │               │ used to          │
1588       │               │                      │               │ authenticate     │
1589       │               │                      │               │ with the         │
1590       │               │                      │               │ network, if      │
1591       │               │                      │               │ required.  Many  │
1592       │               │                      │               │ providers do not │
1593       │               │                      │               │ require a        │
1594       │               │                      │               │ password, or     │
1595       │               │                      │               │ accept any       │
1596       │               │                      │               │ password.  But   │
1597       │               │                      │               │ if a password is │
1598       │               │                      │               │ required, it is  │
1599       │               │                      │               │ specified here.  │
1600       ├───────────────┼──────────────────────┼───────────────┼──────────────────┤
1601       │password-flags │ NMSettingSecretFlags │               │ Flags indicating │
1602       │               │ (uint32)             │               │ how to handle    │
1603       │               │                      │               │ the "password"   │
1604       │               │                      │               │ property. (see   │
1605       │               │                      │               │ the section      │
1606       │               │                      │               │ called “Secret   │
1607       │               │                      │               │ flag types:” for │
1608       │               │                      │               │ flag values)     │
1609       ├───────────────┼──────────────────────┼───────────────┼──────────────────┤
1610       │username       │ string               │               │ The username     │
1611       │               │                      │               │ used to          │
1612       │               │                      │               │ authenticate     │
1613       │               │                      │               │ with the         │
1614       │               │                      │               │ network, if      │
1615       │               │                      │               │ required.  Many  │
1616       │               │                      │               │ providers do not │
1617       │               │                      │               │ require a        │
1618       │               │                      │               │ username, or     │
1619       │               │                      │               │ accept any       │
1620       │               │                      │               │ username.  But   │
1621       │               │                      │               │ if a username is │
1622       │               │                      │               │ required, it is  │
1623       │               │                      │               │ specified here.  │
1624       └───────────────┴──────────────────────┴───────────────┴──────────────────┘
1625
1626   dcb setting
1627       Data Center Bridging Settings.
1628
1629       ┌────────────────────────────┬───────────────────┬───────────────┬───────────────────────────────┐
1630Key Name                    Value Type        Default Value Value                         
1631       │                            │                   │               │ Description                   
1632       ├────────────────────────────┼───────────────────┼───────────────┼───────────────────────────────┤
1633       │app-fcoe-flags              │ NMSettingDcbFlags │               │ Specifies the                 │
1634       │                            │ (uint32)          │               │ NMSettingDcbFlags             │
1635       │                            │                   │               │ for the DCB FCoE              │
1636       │                            │                   │               │ application.                  │
1637       │                            │                   │               │ Flags may be any              │
1638       │                            │                   │               │ combination of                │
1639       │                            │                   │               │ NM_SETTING_DCB_FLAG_ENABLE    │
1640       │                            │                   │               │ (0x1),                        │
1641       │                            │                   │               │ NM_SETTING_DCB_FLAG_ADVERTISE │
1642       │                            │                   │               │ (0x2), and                    │
1643       │                            │                   │               │ NM_SETTING_DCB_FLAG_WILLING   │
1644       │                            │                   │               │ (0x4).                        │
1645       ├────────────────────────────┼───────────────────┼───────────────┼───────────────────────────────┤
1646       │app-fcoe-mode               │ string            │ "fabric"      │ The FCoE controller mode;     │
1647       │                            │                   │               │ either "fabric" (default) or  │
1648       │                            │                   │               │ "vn2vn".                      │
1649       ├────────────────────────────┼───────────────────┼───────────────┼───────────────────────────────┤
1650       │app-fcoe-priority           │ int32             │ -1            │ The highest User Priority (0  │
1651       │                            │                   │               │ - 7) which FCoE frames should │
1652       │                            │                   │               │ use, or -1 for default        │
1653       │                            │                   │               │ priority.  Only used when the │
1654       │                            │                   │               │ "app-fcoe-flags" property     │
1655       │                            │                   │               │ includes the                  │
1656       │                            │                   │               │ NM_SETTING_DCB_FLAG_ENABLE    │
1657       │                            │                   │               │ (0x1) flag.                   │
1658       ├────────────────────────────┼───────────────────┼───────────────┼───────────────────────────────┤
1659       │app-fip-flags               │ NMSettingDcbFlags │               │ Specifies the                 │
1660       │                            │ (uint32)          │               │ NMSettingDcbFlags for the DCB │
1661       │                            │                   │               │ FIP application.  Flags may   │
1662       │                            │                   │               │ be any combination of         │
1663       │                            │                   │               │ NM_SETTING_DCB_FLAG_ENABLE    │
1664       │                            │                   │               │ (0x1),                        │
1665       │                            │                   │               │ NM_SETTING_DCB_FLAG_ADVERTISE │
1666       │                            │                   │               │ (0x2), and                    │
1667       │                            │                   │               │ NM_SETTING_DCB_FLAG_WILLING   │
1668       │                            │                   │               │ (0x4).                        │
1669       ├────────────────────────────┼───────────────────┼───────────────┼───────────────────────────────┤
1670       │app-fip-priority            │ int32             │ -1            │ The highest User Priority (0  │
1671       │                            │                   │               │ - 7) which FIP frames should  │
1672       │                            │                   │               │ use, or -1 for default        │
1673       │                            │                   │               │ priority.  Only used when the │
1674       │                            │                   │               │ "app-fip-flags" property      │
1675       │                            │                   │               │ includes the                  │
1676       │                            │                   │               │ NM_SETTING_DCB_FLAG_ENABLE    │
1677       │                            │                   │               │ (0x1) flag.                   │
1678       ├────────────────────────────┼───────────────────┼───────────────┼───────────────────────────────┤
1679       │app-iscsi-flags             │ NMSettingDcbFlags │               │ Specifies the                 │
1680       │                            │ (uint32)          │               │ NMSettingDcbFlags for the DCB │
1681       │                            │                   │               │ iSCSI application.  Flags may │
1682       │                            │                   │               │ be any combination of         │
1683       │                            │                   │               │ NM_SETTING_DCB_FLAG_ENABLE    │
1684       │                            │                   │               │ (0x1),                        │
1685       │                            │                   │               │ NM_SETTING_DCB_FLAG_ADVERTISE │
1686       │                            │                   │               │ (0x2), and                    │
1687       │                            │                   │               │ NM_SETTING_DCB_FLAG_WILLING   │
1688       │                            │                   │               │ (0x4).                        │
1689       ├────────────────────────────┼───────────────────┼───────────────┼───────────────────────────────┤
1690       │app-iscsi-priority          │ int32             │ -1            │ The highest User Priority (0  │
1691       │                            │                   │               │ - 7) which iSCSI frames       │
1692       │                            │                   │               │ should use, or -1 for default │
1693       │                            │                   │               │ priority. Only used when the  │
1694       │                            │                   │               │ "app-iscsi-flags" property    │
1695       │                            │                   │               │ includes the                  │
1696       │                            │                   │               │ NM_SETTING_DCB_FLAG_ENABLE    │
1697       │                            │                   │               │ (0x1) flag.                   │
1698       ├────────────────────────────┼───────────────────┼───────────────┼───────────────────────────────┤
1699       │priority-bandwidth          │ array of uint32   │               │ An array of 8 uint values,    │
1700       │                            │                   │               │ where the array index         │
1701       │                            │                   │               │ corresponds to the User       │
1702       │                            │                   │               │ Priority (0 - 7) and the      │
1703       │                            │                   │               │ value indicates the           │
1704       │                            │                   │               │ percentage of bandwidth of    │
1705       │                            │                   │               │ the priority's assigned group │
1706       │                            │                   │               │ that the priority may use.    │
1707       │                            │                   │               │ The sum of all percentages    │
1708       │                            │                   │               │ for priorities which belong   │
1709       │                            │                   │               │ to the same group must total  │
1710       │                            │                   │               │ 100 percents.                 │
1711       ├────────────────────────────┼───────────────────┼───────────────┼───────────────────────────────┤
1712       │priority-flow-control       │ array of uint32   │               │ An array of 8 boolean values, │
1713       │                            │                   │               │ where the array index         │
1714       │                            │                   │               │ corresponds to the User       │
1715       │                            │                   │               │ Priority (0 - 7) and the      │
1716       │                            │                   │               │ value indicates whether or    │
1717       │                            │                   │               │ not the corresponding         │
1718       │                            │                   │               │ priority should transmit      │
1719       │                            │                   │               │ priority pause.               │
1720       ├────────────────────────────┼───────────────────┼───────────────┼───────────────────────────────┤
1721       │priority-flow-control-flags │ NMSettingDcbFlags │               │ Specifies the                 │
1722       │                            │ (uint32)          │               │ NMSettingDcbFlags for DCB     │
1723       │                            │                   │               │ Priority Flow Control (PFC).  │
1724       │                            │                   │               │ Flags may be any combination  │
1725       │                            │                   │               │ of NM_SETTING_DCB_FLAG_ENABLE │
1726       │                            │                   │               │ (0x1),                        │
1727       │                            │                   │               │ NM_SETTING_DCB_FLAG_ADVERTISE │
1728       │                            │                   │               │ (0x2), and                    │
1729       │                            │                   │               │ NM_SETTING_DCB_FLAG_WILLING   │
1730       │                            │                   │               │ (0x4).                        │
1731       ├────────────────────────────┼───────────────────┼───────────────┼───────────────────────────────┤
1732       │priority-group-bandwidth    │ array of uint32   │               │ An array of 8 uint values,    │
1733       │                            │                   │               │ where the array index         │
1734       │                            │                   │               │ corresponds to the Priority   │
1735       │                            │                   │               │ Group ID (0 - 7) and the      │
1736       │                            │                   │               │ value indicates the           │
1737       │                            │                   │               │ percentage of link bandwidth  │
1738       │                            │                   │               │ allocated to that group.      │
1739       │                            │                   │               │ Allowed values are 0 - 100,   │
1740       │                            │                   │               │ and the sum of all values     │
1741       │                            │                   │               │ must total 100 percents.      │
1742       ├────────────────────────────┼───────────────────┼───────────────┼───────────────────────────────┤
1743       │priority-group-flags        │ NMSettingDcbFlags │               │ Specifies the                 │
1744       │                            │ (uint32)          │               │ NMSettingDcbFlags for DCB     │
1745       │                            │                   │               │ Priority Groups.  Flags may   │
1746       │                            │                   │               │ be any combination of         │
1747       │                            │                   │               │ NM_SETTING_DCB_FLAG_ENABLE    │
1748       │                            │                   │               │ (0x1),                        │
1749       │                            │                   │               │ NM_SETTING_DCB_FLAG_ADVERTISE │
1750       │                            │                   │               │ (0x2), and                    │
1751       │                            │                   │               │ NM_SETTING_DCB_FLAG_WILLING   │
1752       │                            │                   │               │ (0x4).                        │
1753       ├────────────────────────────┼───────────────────┼───────────────┼───────────────────────────────┤
1754       │priority-group-id           │ array of uint32   │               │ An array of 8 uint values,    │
1755       │                            │                   │               │ where the array index         │
1756       │                            │                   │               │ corresponds to the User       │
1757       │                            │                   │               │ Priority (0 - 7) and the      │
1758       │                            │                   │               │ value indicates the Priority  │
1759       │                            │                   │               │ Group ID.  Allowed Priority   │
1760       │                            │                   │               │ Group ID values are 0 - 7 or  │
1761       │                            │                   │               │ 15 for the unrestricted       │
1762       │                            │                   │               │ group.                        │
1763       ├────────────────────────────┼───────────────────┼───────────────┼───────────────────────────────┤
1764       │priority-strict-bandwidth   │ array of uint32   │               │ An array of 8 boolean values, │
1765       │                            │                   │               │ where the array index         │
1766       │                            │                   │               │ corresponds to the User       │
1767       │                            │                   │               │ Priority (0 - 7) and the      │
1768       │                            │                   │               │ value indicates whether or    │
1769       │                            │                   │               │ not the priority may use all  │
1770       │                            │                   │               │ of the bandwidth allocated to │
1771       │                            │                   │               │ its assigned group.           │
1772       ├────────────────────────────┼───────────────────┼───────────────┼───────────────────────────────┤
1773       │priority-traffic-class      │ array of uint32   │               │ An array of 8 uint values,    │
1774       │                            │                   │               │ where the array index         │
1775       │                            │                   │               │ corresponds to the User       │
1776       │                            │                   │               │ Priority (0 - 7) and the      │
1777       │                            │                   │               │ value indicates the traffic   │
1778       │                            │                   │               │ class (0 - 7) to which the    │
1779       │                            │                   │               │ priority is mapped.           │
1780       └────────────────────────────┴───────────────────┴───────────────┴───────────────────────────────┘
1781
1782   dummy setting
1783       Dummy Link Settings.
1784
1785
1786
1787   ethtool setting
1788       Ethtool Ethernet Settings.
1789
1790
1791
1792   generic setting
1793       Generic Link Settings.
1794
1795
1796
1797   gsm setting
1798       GSM-based Mobile Broadband Settings.
1799
1800       ┌────────────────┬──────────────────────┬───────────────┬───────────────────┐
1801Key Name        Value Type           Default Value Value             
1802       │                │                      │               │ Description       
1803       ├────────────────┼──────────────────────┼───────────────┼───────────────────┤
1804       │apn             │ string               │               │ The GPRS Access   │
1805       │                │                      │               │ Point Name        │
1806       │                │                      │               │ specifying the    │
1807       │                │                      │               │ APN used when     │
1808       │                │                      │               │ establishing a    │
1809       │                │                      │               │ data session      │
1810       │                │                      │               │ with the          │
1811       │                │                      │               │ GSM-based         │
1812       │                │                      │               │ network.  The     │
1813       │                │                      │               │ APN often         │
1814       │                │                      │               │ determines how    │
1815       │                │                      │               │ the user will be  │
1816       │                │                      │               │ billed for their  │
1817       │                │                      │               │ network usage     │
1818       │                │                      │               │ and whether the   │
1819       │                │                      │               │ user has access   │
1820       │                │                      │               │ to the Internet   │
1821       │                │                      │               │ or just a         │
1822       │                │                      │               │ provider-specific │
1823       │                │                      │               │ walled-garden,    │
1824       │                │                      │               │ so it is          │
1825       │                │                      │               │ important to use  │
1826       │                │                      │               │ the correct APN   │
1827       │                │                      │               │ for the user's    │
1828       │                │                      │               │ mobile broadband  │
1829       │                │                      │               │ plan. The APN     │
1830       │                │                      │               │ may only be       │
1831       │                │                      │               │ composed of the   │
1832       │                │                      │               │ characters a-z,   │
1833       │                │                      │               │ 0-9, ., and -     │
1834       │                │                      │               │ per GSM 03.60     │
1835       │                │                      │               │ Section 14.9.     │
1836       ├────────────────┼──────────────────────┼───────────────┼───────────────────┤
1837       │auto-config     │ boolean              │ FALSE         │ When TRUE, the    │
1838       │                │                      │               │ settings such as  │
1839       │                │                      │               │ APN, username, or │
1840       │                │                      │               │ password will     │
1841       │                │                      │               │ default to values │
1842       │                │                      │               │ that match the    │
1843       │                │                      │               │ network the modem │
1844       │                │                      │               │ will register to  │
1845       │                │                      │               │ in the Mobile     │
1846       │                │                      │               │ Broadband         │
1847       │                │                      │               │ Provider          │
1848       │                │                      │               │ database.         │
1849       ├────────────────┼──────────────────────┼───────────────┼───────────────────┤
1850       │device-id       │ string               │               │ The device unique │
1851       │                │                      │               │ identifier (as    │
1852       │                │                      │               │ given by the WWAN │
1853       │                │                      │               │ management        │
1854       │                │                      │               │ service) which    │
1855       │                │                      │               │ this connection   │
1856       │                │                      │               │ applies to.  If   │
1857       │                │                      │               │ given, the        │
1858       │                │                      │               │ connection will   │
1859       │                │                      │               │ only apply to the │
1860       │                │                      │               │ specified device. │
1861       ├────────────────┼──────────────────────┼───────────────┼───────────────────┤
1862       │home-only       │ boolean              │ FALSE         │ When TRUE, only   │
1863       │                │                      │               │ connections to    │
1864       │                │                      │               │ the home network  │
1865       │                │                      │               │ will be allowed.  │
1866       │                │                      │               │ Connections to    │
1867       │                │                      │               │ roaming networks  │
1868       │                │                      │               │ will not be made. │
1869       ├────────────────┼──────────────────────┼───────────────┼───────────────────┤
1870       │mtu             │ uint32               │ 0             │ If non-zero, only │
1871       │                │                      │               │ transmit packets  │
1872       │                │                      │               │ of the specified  │
1873       │                │                      │               │ size or smaller,  │
1874       │                │                      │               │ breaking larger   │
1875       │                │                      │               │ packets up into   │
1876       │                │                      │               │ multiple frames.  │
1877       ├────────────────┼──────────────────────┼───────────────┼───────────────────┤
1878       │network-id      │ string               │               │ The Network ID    │
1879       │                │                      │               │ (GSM LAI format,  │
1880       │                │                      │               │ ie MCC-MNC) to    │
1881       │                │                      │               │ force specific    │
1882       │                │                      │               │ network           │
1883       │                │                      │               │ registration.  If │
1884       │                │                      │               │ the Network ID is │
1885       │                │                      │               │ specified,        │
1886       │                │                      │               │ NetworkManager    │
1887       │                │                      │               │ will attempt to   │
1888       │                │                      │               │ force the device  │
1889       │                │                      │               │ to register only  │
1890       │                │                      │               │ on the specified  │
1891       │                │                      │               │ network. This can │
1892       │                │                      │               │ be used to ensure │
1893       │                │                      │               │ that the device   │
1894       │                │                      │               │ does not roam     │
1895       │                │                      │               │ when direct       │
1896       │                │                      │               │ roaming control   │
1897       │                │                      │               │ of the device is  │
1898       │                │                      │               │ not otherwise     │
1899       │                │                      │               │ possible.         │
1900       ├────────────────┼──────────────────────┼───────────────┼───────────────────┤
1901       │number          │ string               │               │ Legacy setting    │
1902       │                │                      │               │ that used to help │
1903       │                │                      │               │ establishing PPP  │
1904       │                │                      │               │ data sessions for │
1905       │                │                      │               │ GSM-based modems. │
1906       │                │                      │               │ Deprecated: 1     │
1907       ├────────────────┼──────────────────────┼───────────────┼───────────────────┤
1908       │password        │ string               │               │ The password used │
1909       │                │                      │               │ to authenticate   │
1910       │                │                      │               │ with the network, │
1911       │                │                      │               │ if required.      │
1912       │                │                      │               │ Many providers do │
1913       │                │                      │               │ not require a     │
1914       │                │                      │               │ password, or      │
1915       │                │                      │               │ accept any        │
1916       │                │                      │               │ password.  But if │
1917       │                │                      │               │ a password is     │
1918       │                │                      │               │ required, it is   │
1919       │                │                      │               │ specified here.   │
1920       ├────────────────┼──────────────────────┼───────────────┼───────────────────┤
1921       │password-flags  │ NMSettingSecretFlags │               │ Flags indicating  │
1922       │                │ (uint32)             │               │ how to handle the │
1923       │                │                      │               │ "password"        │
1924       │                │                      │               │ property. (see    │
1925       │                │                      │               │ the section       │
1926       │                │                      │               │ called “Secret    │
1927       │                │                      │               │ flag types:” for  │
1928       │                │                      │               │ flag values)      │
1929       ├────────────────┼──────────────────────┼───────────────┼───────────────────┤
1930       │pin             │ string               │               │ If the SIM is     │
1931       │                │                      │               │ locked with a PIN │
1932       │                │                      │               │ it must be        │
1933       │                │                      │               │ unlocked before   │
1934       │                │                      │               │ any other         │
1935       │                │                      │               │ operations are    │
1936       │                │                      │               │ requested.        │
1937       │                │                      │               │ Specify the PIN   │
1938       │                │                      │               │ here to allow     │
1939       │                │                      │               │ operation of the  │
1940       │                │                      │               │ device.           │
1941       ├────────────────┼──────────────────────┼───────────────┼───────────────────┤
1942       │pin-flags       │ NMSettingSecretFlags │               │ Flags indicating  │
1943       │                │ (uint32)             │               │ how to handle the │
1944       │                │                      │               │ "pin" property.   │
1945       │                │                      │               │ (see the section  │
1946       │                │                      │               │ called “Secret    │
1947       │                │                      │               │ flag types:” for  │
1948       │                │                      │               │ flag values)      │
1949       ├────────────────┼──────────────────────┼───────────────┼───────────────────┤
1950       │sim-id          │ string               │               │ The SIM card      │
1951       │                │                      │               │ unique identifier │
1952       │                │                      │               │ (as given by the  │
1953       │                │                      │               │ WWAN management   │
1954       │                │                      │               │ service) which    │
1955       │                │                      │               │ this connection   │
1956       │                │                      │               │ applies to.  If   │
1957       │                │                      │               │ given, the        │
1958       │                │                      │               │ connection will   │
1959       │                │                      │               │ apply to any      │
1960       │                │                      │               │ device also       │
1961       │                │                      │               │ allowed by        │
1962       │                │                      │               │ "device-id" which │
1963       │                │                      │               │ contains a SIM    │
1964       │                │                      │               │ card matching the │
1965       │                │                      │               │ given identifier. │
1966       ├────────────────┼──────────────────────┼───────────────┼───────────────────┤
1967       │sim-operator-id │ string               │               │ A MCC/MNC string  │
1968       │                │                      │               │ like "310260" or  │
1969       │                │                      │               │ "21601"           │
1970       │                │                      │               │ identifying the   │
1971       │                │                      │               │ specific mobile   │
1972       │                │                      │               │ network operator  │
1973       │                │                      │               │ which this        │
1974       │                │                      │               │ connection        │
1975       │                │                      │               │ applies to.  If   │
1976       │                │                      │               │ given, the        │
1977       │                │                      │               │ connection will   │
1978       │                │                      │               │ apply to any      │
1979       │                │                      │               │ device also       │
1980       │                │                      │               │ allowed by        │
1981       │                │                      │               │ "device-id" and   │
1982       │                │                      │               │ "sim-id" which    │
1983       │                │                      │               │ contains a SIM    │
1984       │                │                      │               │ card provisioned  │
1985       │                │                      │               │ by the given      │
1986       │                │                      │               │ operator.         │
1987       ├────────────────┼──────────────────────┼───────────────┼───────────────────┤
1988       │username        │ string               │               │ The username used │
1989       │                │                      │               │ to authenticate   │
1990       │                │                      │               │ with the network, │
1991       │                │                      │               │ if required.      │
1992       │                │                      │               │ Many providers do │
1993       │                │                      │               │ not require a     │
1994       │                │                      │               │ username, or      │
1995       │                │                      │               │ accept any        │
1996       │                │                      │               │ username.  But if │
1997       │                │                      │               │ a username is     │
1998       │                │                      │               │ required, it is   │
1999       │                │                      │               │ specified here.   │
2000       └────────────────┴──────────────────────┴───────────────┴───────────────────┘
2001
2002   infiniband setting
2003       Infiniband Settings.
2004
2005       ┌───────────────┬────────────┬───────────────┬────────────────────┐
2006Key Name       Value Type Default Value Value              
2007       │               │            │               │ Description        
2008       ├───────────────┼────────────┼───────────────┼────────────────────┤
2009       │mac-address    │ byte array │               │ If specified,      │
2010       │               │            │               │ this connection    │
2011       │               │            │               │ will only apply    │
2012       │               │            │               │ to the IPoIB       │
2013       │               │            │               │ device whose       │
2014       │               │            │               │ permanent MAC      │
2015       │               │            │               │ address matches.   │
2016       │               │            │               │ This property      │
2017       │               │            │               │ does not change    │
2018       │               │            │               │ the MAC address    │
2019       │               │            │               │ of the device      │
2020       │               │            │               │ (i.e. MAC          │
2021       │               │            │               │ spoofing).         │
2022       ├───────────────┼────────────┼───────────────┼────────────────────┤
2023       │mtu            │ uint32     │ 0             │ If non-zero,       │
2024       │               │            │               │ only transmit      │
2025       │               │            │               │ packets of the     │
2026       │               │            │               │ specified size     │
2027       │               │            │               │ or smaller,        │
2028       │               │            │               │ breaking larger    │
2029       │               │            │               │ packets up into    │
2030       │               │            │               │ multiple frames.   │
2031       ├───────────────┼────────────┼───────────────┼────────────────────┤
2032       │p-key          │ int32      │ -1            │ The InfiniBand     │
2033       │               │            │               │ P_Key to use for   │
2034       │               │            │               │ this device. A     │
2035       │               │            │               │ value of -1        │
2036       │               │            │               │ means to use the   │
2037       │               │            │               │ default P_Key      │
2038       │               │            │               │ (aka "the P_Key    │
2039       │               │            │               │ at index 0").      │
2040       │               │            │               │ Otherwise, it is   │
2041       │               │            │               │ a 16-bit           │
2042       │               │            │               │ unsigned           │
2043       │               │            │               │ integer, whose     │
2044       │               │            │               │ high bit is set    │
2045       │               │            │               │ if it is a "full   │
2046       │               │            │               │ membership"        │
2047       │               │            │               │ P_Key.             │
2048       ├───────────────┼────────────┼───────────────┼────────────────────┤
2049       │parent         │ string     │               │ The interface      │
2050       │               │            │               │ name of the        │
2051       │               │            │               │ parent device of   │
2052       │               │            │               │ this device.       │
2053       │               │            │               │ Normally NULL,     │
2054       │               │            │               │ but if the         │
2055       │               │            │               │ "p_key" property   │
2056       │               │            │               │ is set, then you   │
2057       │               │            │               │ must specify the   │
2058       │               │            │               │ base device by     │
2059       │               │            │               │ setting either     │
2060       │               │            │               │ this property or   │
2061       │               │            │               │ "mac-address".     │
2062       ├───────────────┼────────────┼───────────────┼────────────────────┤
2063       │transport-mode │ string     │               │ The                │
2064       │               │            │               │ IP-over-InfiniBand │
2065       │               │            │               │ transport mode.    │
2066       │               │            │               │ Either             │
2067       │               │            │               │ "datagram" or      │
2068       │               │            │               │ "connected".       │
2069       └───────────────┴────────────┴───────────────┴────────────────────┘
2070
2071   ipv4 setting
2072       IPv4 Settings.
2073
2074       ┌─────────────────────────────┬──────────────────┬───────────────┬────────────────────────────────────────┐
2075Key Name                     Value Type       Default Value Value                                  
2076       │                             │                  │               │ Description                            
2077       ├─────────────────────────────┼──────────────────┼───────────────┼────────────────────────────────────────┤
2078       │address-data                 │ array of vardict │               │ Array of IPv4                          │
2079       │                             │                  │               │ addresses. Each                        │
2080       │                             │                  │               │ address                                │
2081       │                             │                  │               │ dictionary                             │
2082       │                             │                  │               │ contains at                            │
2083       │                             │                  │               │ least 'address'                        │
2084       │                             │                  │               │ and 'prefix'                           │
2085       │                             │                  │               │ entries,                               │
2086       │                             │                  │               │ containing the                         │
2087       │                             │                  │               │ IP address as a                        │
2088       │                             │                  │               │ string, and the                        │
2089       │                             │                  │               │ prefix length as                       │
2090       │                             │                  │               │ a uint32.                              │
2091       │                             │                  │               │ Additional                             │
2092       │                             │                  │               │ attributes may                         │
2093       │                             │                  │               │ also exist on                          │
2094       │                             │                  │               │ some addresses.                        │
2095       ├─────────────────────────────┼──────────────────┼───────────────┼────────────────────────────────────────┤
2096       │addresses                    │ array of array   │               │ Deprecated in                          │
2097       │                             │ of uint32        │               │ favor of the                           │
2098       │                             │                  │               │ 'address-data'                         │
2099       │                             │                  │               │ and 'gateway'                          │
2100       │                             │                  │               │ properties, but                        │
2101       │                             │                  │               │ this can be used                       │
2102       │                             │                  │               │ for                                    │
2103       │                             │                  │               │ backward-compatibility                 │
2104       │                             │                  │               │ with older                             │
2105       │                             │                  │               │ daemons. Note                          │
2106       │                             │                  │               │ that if you send                       │
2107       │                             │                  │               │ this property                          │
2108       │                             │                  │               │ the daemon will                        │
2109       │                             │                  │               │ ignore                                 │
2110       │                             │                  │               │ 'address-data'                         │
2111       │                             │                  │               │ and 'gateway'.                         │
2112       │                             │                  │               │ Array of IPv4                          │
2113       │                             │                  │               │ address                                │
2114       │                             │                  │               │ structures.                            │
2115       │                             │                  │               │ Each IPv4                              │
2116       │                             │                  │               │ address                                │
2117       │                             │                  │               │ structure is                           │
2118       │                             │                  │               │ composed of 3                          │
2119       │                             │                  │               │ 32-bit values;                         │
2120       │                             │                  │               │ the first being                        │
2121       │                             │                  │               │ the IPv4 address                       │
2122       │                             │                  │               │ (network byte                          │
2123       │                             │                  │               │ order), the                            │
2124       │                             │                  │               │ second the                             │
2125       │                             │                  │               │ prefix (1 - 32),                       │
2126       │                             │                  │               │ and last the                           │
2127       │                             │                  │               │ IPv4 gateway                           │
2128       │                             │                  │               │ (network byte                          │
2129       │                             │                  │               │ order). The                            │
2130       │                             │                  │               │ gateway may be                         │
2131       │                             │                  │               │ left as 0 if no                        │
2132       │                             │                  │               │ gateway exists                         │
2133       │                             │                  │               │ for that subnet.                       │
2134       ├─────────────────────────────┼──────────────────┼───────────────┼────────────────────────────────────────┤
2135       │dad-timeout                  │ int32            │ -1            │ Timeout in                             │
2136       │                             │                  │               │ milliseconds used to                   │
2137       │                             │                  │               │ check for the presence                 │
2138       │                             │                  │               │ of duplicate IP                        │
2139       │                             │                  │               │ addresses on the                       │
2140       │                             │                  │               │ network.  If an                        │
2141       │                             │                  │               │ address conflict is                    │
2142       │                             │                  │               │ detected, the                          │
2143       │                             │                  │               │ activation will fail.                  │
2144       │                             │                  │               │ A zero value means                     │
2145       │                             │                  │               │ that no duplicate                      │
2146       │                             │                  │               │ address detection is                   │
2147       │                             │                  │               │ performed, -1 means                    │
2148       │                             │                  │               │ the default value                      │
2149       │                             │                  │               │ (either configuration                  │
2150       │                             │                  │               │ ipvx.dad-timeout                       │
2151       │                             │                  │               │ override or zero).  A                  │
2152       │                             │                  │               │ value greater than                     │
2153       │                             │                  │               │ zero is a timeout in                   │
2154       │                             │                  │               │ milliseconds. The                      │
2155       │                             │                  │               │ property is currently                  │
2156       │                             │                  │               │ implemented only for                   │
2157       │                             │                  │               │ IPv4.                                  │
2158       ├─────────────────────────────┼──────────────────┼───────────────┼────────────────────────────────────────┤
2159       │dhcp-client-id               │ string           │               │ A string sent to the                   │
2160       │                             │                  │               │ DHCP server to                         │
2161       │                             │                  │               │ identify the local                     │
2162       │                             │                  │               │ machine which the DHCP                 │
2163       │                             │                  │               │ server may use to                      │
2164       │                             │                  │               │ customize the DHCP                     │
2165       │                             │                  │               │ lease and options.                     │
2166       │                             │                  │               │ When the property is a                 │
2167       │                             │                  │               │ hex string                             │
2168       │                             │                  │               │ ('aa:bb:cc') it is                     │
2169       │                             │                  │               │ interpreted as a                       │
2170       │                             │                  │               │ binary client ID, in                   │
2171       │                             │                  │               │ which case the first                   │
2172       │                             │                  │               │ byte is assumed to be                  │
2173       │                             │                  │               │ the 'type' field as                    │
2174       │                             │                  │               │ per RFC 2132 section                   │
2175       │                             │                  │               │ 9.14 and the remaining                 │
2176       │                             │                  │               │ bytes may be an                        │
2177       │                             │                  │               │ hardware address (e.g.                 │
2178       │                             │                  │               │ '01:xx:xx:xx:xx:xx:xx'                 │
2179       │                             │                  │               │ where 1 is the                         │
2180       │                             │                  │               │ Ethernet ARP type and                  │
2181       │                             │                  │               │ the rest is a MAC                      │
2182       │                             │                  │               │ address). If the                       │
2183       │                             │                  │               │ property is not a hex                  │
2184       │                             │                  │               │ string it is                           │
2185       │                             │                  │               │ considered as a                        │
2186       │                             │                  │               │ non-hardware-address                   │
2187       │                             │                  │               │ client ID and the                      │
2188       │                             │                  │               │ 'type' field is set to                 │
2189       │                             │                  │               │ 0. The special values                  │
2190       │                             │                  │               │ "mac" and "perm-mac"                   │
2191       │                             │                  │               │ are supported, which                   │
2192       │                             │                  │               │ use the current or                     │
2193       │                             │                  │               │ permanent MAC address                  │
2194       │                             │                  │               │ of the device to                       │
2195       │                             │                  │               │ generate a client                      │
2196       │                             │                  │               │ identifier with type                   │
2197       │                             │                  │               │ ethernet (01).                         │
2198       │                             │                  │               │ Currently, these                       │
2199       │                             │                  │               │ options only work for                  │
2200       │                             │                  │               │ ethernet type of                       │
2201       │                             │                  │               │ links. The special                     │
2202       │                             │                  │               │ value "ipv6-duid" uses                 │
2203       │                             │                  │               │ the DUID from                          │
2204       │                             │                  │               │ "ipv6.dhcp-duid"                       │
2205       │                             │                  │               │ property as an                         │
2206       │                             │                  │               │ RFC4361-compliant                      │
2207       │                             │                  │               │ client identifier. As                  │
2208       │                             │                  │               │ IAID it uses                           │
2209       │                             │                  │               │ "ipv4.dhcp-iaid" and                   │
2210       │                             │                  │               │ falls back to                          │
2211       │                             │                  │               │ "ipv6.dhcp-iaid" if                    │
2212       │                             │                  │               │ unset. The special                     │
2213       │                             │                  │               │ value "duid" generates                 │
2214       │                             │                  │               │ a RFC4361-compliant                    │
2215       │                             │                  │               │ client identifier                      │
2216       │                             │                  │               │ based on                               │
2217       │                             │                  │               │ "ipv4.dhcp-iaid" and                   │
2218       │                             │                  │               │ uses a DUID generated                  │
2219       │                             │                  │               │ by hashing                             │
2220       │                             │                  │               │ /etc/machine-id. The                   │
2221       │                             │                  │               │ special value "stable"                 │
2222       │                             │                  │               │ is supported to                        │
2223       │                             │                  │               │ generate a type 0                      │
2224       │                             │                  │               │ client identifier                      │
2225       │                             │                  │               │ based on the stable-id                 │
2226       │                             │                  │               │ (see                                   │
2227       │                             │                  │               │ connection.stable-id)                  │
2228       │                             │                  │               │ and a per-host key. If                 │
2229       │                             │                  │               │ you set the stable-id,                 │
2230       │                             │                  │               │ you may want to                        │
2231       │                             │                  │               │ include the                            │
2232       │                             │                  │               │ "${DEVICE}" or                         │
2233       │                             │                  │               │ "${MAC}" specifier to                  │
2234       │                             │                  │               │ get a per-device key.                  │
2235       │                             │                  │               │ If unset, a globally                   │
2236       │                             │                  │               │ configured default is                  │
2237       │                             │                  │               │ used. If still unset,                  │
2238       │                             │                  │               │ the default depends on                 │
2239       │                             │                  │               │ the DHCP plugin.                       │
2240       ├─────────────────────────────┼──────────────────┼───────────────┼────────────────────────────────────────┤
2241       │dhcp-fqdn                    │ string           │               │ If the                                 │
2242       │                             │                  │               │ "dhcp-send-hostname"                   │
2243       │                             │                  │               │ property is TRUE, then                 │
2244       │                             │                  │               │ the specified FQDN                     │
2245       │                             │                  │               │ will be sent to the                    │
2246       │                             │                  │               │ DHCP server when                       │
2247       │                             │                  │               │ acquiring a lease.                     │
2248       │                             │                  │               │ This property and                      │
2249       │                             │                  │               │ "dhcp-hostname" are                    │
2250       │                             │                  │               │ mutually exclusive and                 │
2251       │                             │                  │               │ cannot be set at the                   │
2252       │                             │                  │               │ same time.                             │
2253       ├─────────────────────────────┼──────────────────┼───────────────┼────────────────────────────────────────┤
2254       │dhcp-hostname                │ string           │               │ If the                                 │
2255       │                             │                  │               │ "dhcp-send-hostname"                   │
2256       │                             │                  │               │ property is TRUE, then                 │
2257       │                             │                  │               │ the specified name                     │
2258       │                             │                  │               │ will be sent to the                    │
2259       │                             │                  │               │ DHCP server when                       │
2260       │                             │                  │               │ acquiring a lease.                     │
2261       │                             │                  │               │ This property and                      │
2262       │                             │                  │               │ "dhcp-fqdn" are                        │
2263       │                             │                  │               │ mutually exclusive and                 │
2264       │                             │                  │               │ cannot be set at the                   │
2265       │                             │                  │               │ same time.                             │
2266       ├─────────────────────────────┼──────────────────┼───────────────┼────────────────────────────────────────┤
2267       │dhcp-hostname-flags          │ uint32           │ 0             │ Flags for the DHCP                     │
2268       │                             │                  │               │ hostname and FQDN.                     │
2269       │                             │                  │               │ Currently, this                        │
2270       │                             │                  │               │ property only includes                 │
2271       │                             │                  │               │ flags to control the                   │
2272       │                             │                  │               │ FQDN flags set in the                  │
2273       │                             │                  │               │ DHCP FQDN option.                      │
2274       │                             │                  │               │ Supported FQDN flags                   │
2275       │                             │                  │               │ are                                    │
2276       │                             │                  │               │ NM_DHCP_HOSTNAME_FLAG_FQDN_SERV_UPDATE │
2277       │                             │                  │               │ (0x1),                                 │
2278       │                             │                  │               │ NM_DHCP_HOSTNAME_FLAG_FQDN_ENCODED     │
2279       │                             │                  │               │ (0x2) and                              │
2280       │                             │                  │               │ NM_DHCP_HOSTNAME_FLAG_FQDN_NO_UPDATE   │
2281       │                             │                  │               │ (0x4).  When no FQDN                   │
2282       │                             │                  │               │ flag is set and                        │
2283       │                             │                  │               │ NM_DHCP_HOSTNAME_FLAG_FQDN_CLEAR_FLAGS │
2284       │                             │                  │               │ (0x8) is set, the DHCP                 │
2285       │                             │                  │               │ FQDN option will                       │
2286       │                             │                  │               │ contain no flag.                       │
2287       │                             │                  │               │ Otherwise, if no FQDN                  │
2288       │                             │                  │               │ flag is set and                        │
2289       │                             │                  │               │ NM_DHCP_HOSTNAME_FLAG_FQDN_CLEAR_FLAGS │
2290       │                             │                  │               │ (0x8) is not set, the                  │
2291       │                             │                  │               │ standard FQDN flags                    │
2292       │                             │                  │               │ are set in the                         │
2293       │                             │                  │               │ request:                               │
2294       │                             │                  │               │ NM_DHCP_HOSTNAME_FLAG_FQDN_SERV_UPDATE │
2295       │                             │                  │               │ (0x1),                                 │
2296       │                             │                  │               │ NM_DHCP_HOSTNAME_FLAG_FQDN_ENCODED     │
2297       │                             │                  │               │ (0x2) for IPv4 and                     │
2298       │                             │                  │               │ NM_DHCP_HOSTNAME_FLAG_FQDN_SERV_UPDATE │
2299       │                             │                  │               │ (0x1) for IPv6. When                   │
2300       │                             │                  │               │ this property is set                   │
2301       │                             │                  │               │ to the default value                   │
2302       │                             │                  │               │ NM_DHCP_HOSTNAME_FLAG_NONE             │
2303       │                             │                  │               │ (0x0), a global                        │
2304       │                             │                  │               │ default is looked up                   │
2305       │                             │                  │               │ in NetworkManager                      │
2306       │                             │                  │               │ configuration. If that                 │
2307       │                             │                  │               │ value is unset or also                 │
2308       │                             │                  │               │ NM_DHCP_HOSTNAME_FLAG_NONE             │
2309       │                             │                  │               │ (0x0), then the                        │
2310       │                             │                  │               │ standard FQDN flags                    │
2311       │                             │                  │               │ described above are                    │
2312       │                             │                  │               │ sent in the DHCP                       │
2313       │                             │                  │               │ requests.                              │
2314       ├─────────────────────────────┼──────────────────┼───────────────┼────────────────────────────────────────┤
2315       │dhcp-iaid                    │ string           │               │ A string containing the "Identity      │
2316       │                             │                  │               │ Association Identifier" (IAID) used by │
2317       │                             │                  │               │ the DHCP client. The property is a     │
2318       │                             │                  │               │ 32-bit decimal value or a special      │
2319       │                             │                  │               │ value among "mac", "perm-mac",         │
2320       │                             │                  │               │ "ifname" and "stable". When set to     │
2321       │                             │                  │               │ "mac" (or "perm-mac"), the last 4      │
2322       │                             │                  │               │ bytes of the current (or permanent)    │
2323       │                             │                  │               │ MAC address are used as IAID. When set │
2324       │                             │                  │               │ to "ifname", the IAID is computed by   │
2325       │                             │                  │               │ hashing the interface name. The        │
2326       │                             │                  │               │ special value "stable" can be used to  │
2327       │                             │                  │               │ generate an IAID based on the          │
2328       │                             │                  │               │ stable-id (see connection.stable-id),  │
2329       │                             │                  │               │ a per-host key and the interface name. │
2330       │                             │                  │               │ When the property is unset, the value  │
2331       │                             │                  │               │ from global configuration is used; if  │
2332       │                             │                  │               │ no global default is set then the IAID │
2333       │                             │                  │               │ is assumed to be "ifname". Note that   │
2334       │                             │                  │               │ at the moment this property is ignored │
2335       │                             │                  │               │ for IPv6 by dhclient, which always     │
2336       │                             │                  │               │ derives the IAID from the MAC address. │
2337       ├─────────────────────────────┼──────────────────┼───────────────┼────────────────────────────────────────┤
2338       │dhcp-reject-servers          │ array of string  │               │ Array of servers from which DHCP       │
2339       │                             │                  │               │ offers must be rejected. This property │
2340       │                             │                  │               │ is useful to avoid getting a lease     │
2341       │                             │                  │               │ from misconfigured or rogue servers.   │
2342       │                             │                  │               │ For DHCPv4, each element must be an    │
2343       │                             │                  │               │ IPv4 address, optionally followed by a │
2344       │                             │                  │               │ slash and a prefix length (e.g.        │
2345       │                             │                  │               │ "192.168.122.0/24"). This property is  │
2346       │                             │                  │               │ currently not implemented for DHCPv6.  │
2347       ├─────────────────────────────┼──────────────────┼───────────────┼────────────────────────────────────────┤
2348       │dhcp-send-hostname           │ boolean          │ TRUE          │ If TRUE, a hostname is sent to the     │
2349       │                             │                  │               │ DHCP server when acquiring a lease.    │
2350       │                             │                  │               │ Some DHCP servers use this hostname to │
2351       │                             │                  │               │ update DNS databases, essentially      │
2352       │                             │                  │               │ providing a static hostname for the    │
2353       │                             │                  │               │ computer.  If the "dhcp-hostname"      │
2354       │                             │                  │               │ property is NULL and this property is  │
2355       │                             │                  │               │ TRUE, the current persistent hostname  │
2356       │                             │                  │               │ of the computer is sent.               │
2357       ├─────────────────────────────┼──────────────────┼───────────────┼────────────────────────────────────────┤
2358       │dhcp-timeout                 │ int32            │ 0             │ A timeout for a DHCP transaction in    │
2359       │                             │                  │               │ seconds. If zero (the default), a      │
2360       │                             │                  │               │ globally configured default is used.   │
2361       │                             │                  │               │ If still unspecified, a device         │
2362       │                             │                  │               │ specific timeout is used (usually 45   │
2363       │                             │                  │               │ seconds). Set to 2147483647 (MAXINT32) │
2364       │                             │                  │               │ for infinity.                          │
2365       ├─────────────────────────────┼──────────────────┼───────────────┼────────────────────────────────────────┤
2366       │dhcp-vendor-class-identifier │ string           │               │ The Vendor Class Identifier DHCP       │
2367       │                             │                  │               │ option (60). Special characters in the │
2368       │                             │                  │               │ data string may be escaped using       │
2369       │                             │                  │               │ C-style escapes, nevertheless this     │
2370       │                             │                  │               │ property cannot contain nul bytes. If  │
2371       │                             │                  │               │ the per-profile value is unspecified   │
2372       │                             │                  │               │ (the default), a global connection     │
2373       │                             │                  │               │ default gets consulted. If still       │
2374       │                             │                  │               │ unspecified, the DHCP option is not    │
2375       │                             │                  │               │ sent to the server. Since 1.28         │
2376       ├─────────────────────────────┼──────────────────┼───────────────┼────────────────────────────────────────┤
2377       │dns                          │ array of uint32  │               │ Array of IP addresses of DNS servers   │
2378       │                             │                  │               │ (as network-byte-order integers)       │
2379       ├─────────────────────────────┼──────────────────┼───────────────┼────────────────────────────────────────┤
2380       │dns-options                  │ array of string  │               │ Array of DNS options as described in   │
2381       │                             │                  │               │ man 5 resolv.conf. NULL means that the │
2382       │                             │                  │               │ options are unset and left at the      │
2383       │                             │                  │               │ default. In this case NetworkManager   │
2384       │                             │                  │               │ will use default options. This is      │
2385       │                             │                  │               │ distinct from an empty list of         │
2386       │                             │                  │               │ properties. The currently supported    │
2387       │                             │                  │               │ options are "attempts", "debug",       │
2388       │                             │                  │               │ "edns0", "inet6", "ip6-bytestring",    │
2389       │                             │                  │               │ "ip6-dotint", "ndots",                 │
2390       │                             │                  │               │ "no-check-names", "no-ip6-dotint",     │
2391       │                             │                  │               │ "no-reload", "no-tld-query", "rotate", │
2392       │                             │                  │               │ "single-request",                      │
2393       │                             │                  │               │ "single-request-reopen", "timeout",    │
2394       │                             │                  │               │ "trust-ad", "use-vc". The "trust-ad"   │
2395       │                             │                  │               │ setting is only honored if the profile │
2396       │                             │                  │               │ contributes name servers to            │
2397       │                             │                  │               │ resolv.conf, and if all contributing   │
2398       │                             │                  │               │ profiles have "trust-ad" enabled. When │
2399       │                             │                  │               │ using a caching DNS plugin (dnsmasq or │
2400       │                             │                  │               │ systemd-resolved in                    │
2401       │                             │                  │               │ NetworkManager.conf) then "edns0" and  │
2402       │                             │                  │               │ "trust-ad" are automatically added.    │
2403       ├─────────────────────────────┼──────────────────┼───────────────┼────────────────────────────────────────┤
2404       │dns-priority                 │ int32            │ 0             │ DNS servers priority. The relative     │
2405       │                             │                  │               │ priority for DNS servers specified by  │
2406       │                             │                  │               │ this setting.  A lower numerical value │
2407       │                             │                  │               │ is better (higher priority). Negative  │
2408       │                             │                  │               │ values have the special effect of      │
2409       │                             │                  │               │ excluding other configurations with a  │
2410       │                             │                  │               │ greater numerical priority value; so   │
2411       │                             │                  │               │ in presence of at least one negative   │
2412       │                             │                  │               │ priority, only DNS servers from        │
2413       │                             │                  │               │ connections with the lowest priority   │
2414       │                             │                  │               │ value will be used. To avoid all DNS   │
2415       │                             │                  │               │ leaks, set the priority of the profile │
2416       │                             │                  │               │ that should be used to the most        │
2417       │                             │                  │               │ negative value of all active           │
2418       │                             │                  │               │ connections profiles. Zero selects a   │
2419       │                             │                  │               │ globally configured default value. If  │
2420       │                             │                  │               │ the latter is missing or zero too, it  │
2421       │                             │                  │               │ defaults to 50 for VPNs (including     │
2422       │                             │                  │               │ WireGuard) and 100 for other           │
2423       │                             │                  │               │ connections. Note that the priority is │
2424       │                             │                  │               │ to order DNS settings for multiple     │
2425       │                             │                  │               │ active connections.  It does not       │
2426       │                             │                  │               │ disambiguate multiple DNS servers      │
2427       │                             │                  │               │ within the same connection profile.    │
2428       │                             │                  │               │ When multiple devices have             │
2429       │                             │                  │               │ configurations with the same priority, │
2430       │                             │                  │               │ VPNs will be considered first, then    │
2431       │                             │                  │               │ devices with the best (lowest metric)  │
2432       │                             │                  │               │ default route and then all other       │
2433       │                             │                  │               │ devices. When using dns=default,       │
2434       │                             │                  │               │ servers with higher priority will be   │
2435       │                             │                  │               │ on top of resolv.conf. To prioritize a │
2436       │                             │                  │               │ given server over another one within   │
2437       │                             │                  │               │ the same connection, just specify them │
2438       │                             │                  │               │ in the desired order. Note that        │
2439       │                             │                  │               │ commonly the resolver tries name       │
2440       │                             │                  │               │ servers in /etc/resolv.conf in the     │
2441       │                             │                  │               │ order listed, proceeding with the next │
2442       │                             │                  │               │ server in the list on failure. See for │
2443       │                             │                  │               │ example the "rotate" option of the     │
2444       │                             │                  │               │ dns-options setting. If there are any  │
2445       │                             │                  │               │ negative DNS priorities, then only     │
2446       │                             │                  │               │ name servers from the devices with     │
2447       │                             │                  │               │ that lowest priority will be           │
2448       │                             │                  │               │ considered. When using a DNS resolver  │
2449       │                             │                  │               │ that supports Conditional Forwarding   │
2450       │                             │                  │               │ or Split DNS (with dns=dnsmasq or      │
2451       │                             │                  │               │ dns=systemd-resolved settings), each   │
2452       │                             │                  │               │ connection is used to query domains in │
2453       │                             │                  │               │ its search list. The search domains    │
2454       │                             │                  │               │ determine which name servers to ask,   │
2455       │                             │                  │               │ and the DNS priority is used to        │
2456       │                             │                  │               │ prioritize name servers based on the   │
2457       │                             │                  │               │ domain.  Queries for domains not       │
2458       │                             │                  │               │ present in any search list are routed  │
2459       │                             │                  │               │ through connections having the '~.'    │
2460       │                             │                  │               │ special wildcard domain, which is      │
2461       │                             │                  │               │ added automatically to connections     │
2462       │                             │                  │               │ with the default route (or can be      │
2463       │                             │                  │               │ added manually).  When multiple        │
2464       │                             │                  │               │ connections specify the same domain,   │
2465       │                             │                  │               │ the one with the best priority (lowest │
2466       │                             │                  │               │ numerical value) wins.  If a sub       │
2467       │                             │                  │               │ domain is configured on another        │
2468       │                             │                  │               │ interface it will be accepted          │
2469       │                             │                  │               │ regardless the priority, unless parent │
2470       │                             │                  │               │ domain on the other interface has a    │
2471       │                             │                  │               │ negative priority, which causes the    │
2472       │                             │                  │               │ sub domain to be shadowed. With Split  │
2473       │                             │                  │               │ DNS one can avoid undesired DNS leaks  │
2474       │                             │                  │               │ by properly configuring DNS priorities │
2475       │                             │                  │               │ and the search domains, so that only   │
2476       │                             │                  │               │ name servers of the desired interface  │
2477       │                             │                  │               │ are configured.                        │
2478       ├─────────────────────────────┼──────────────────┼───────────────┼────────────────────────────────────────┤
2479       │dns-search                   │ array of string  │               │ Array of DNS search domains. Domains   │
2480       │                             │                  │               │ starting with a tilde ('~') are        │
2481       │                             │                  │               │ considered 'routing' domains and are   │
2482       │                             │                  │               │ used only to decide the interface over │
2483       │                             │                  │               │ which a query must be forwarded; they  │
2484       │                             │                  │               │ are not used to complete unqualified   │
2485       │                             │                  │               │ host names. When using a DNS plugin    │
2486       │                             │                  │               │ that supports Conditional Forwarding   │
2487       │                             │                  │               │ or Split DNS, then the search domains  │
2488       │                             │                  │               │ specify which name servers to query.   │
2489       │                             │                  │               │ This makes the behavior different from │
2490       │                             │                  │               │ running with plain /etc/resolv.conf.   │
2491       │                             │                  │               │ For more information see also the      │
2492       │                             │                  │               │ dns-priority setting.                  │
2493       ├─────────────────────────────┼──────────────────┼───────────────┼────────────────────────────────────────┤
2494       │gateway                      │ string           │               │ The gateway associated with this       │
2495       │                             │                  │               │ configuration. This is only meaningful │
2496       │                             │                  │               │ if "addresses" is also set. The        │
2497       │                             │                  │               │ gateway's main purpose is to control   │
2498       │                             │                  │               │ the next hop of the standard default   │
2499       │                             │                  │               │ route on the device. Hence, the        │
2500       │                             │                  │               │ gateway property conflicts with        │
2501       │                             │                  │               │ "never-default" and will be            │
2502       │                             │                  │               │ automatically dropped if the IP        │
2503       │                             │                  │               │ configuration is set to never-default. │
2504       │                             │                  │               │ As an alternative to set the gateway,  │
2505       │                             │                  │               │ configure a static default route with  │
2506       │                             │                  │               │ /0 as prefix length.                   │
2507       ├─────────────────────────────┼──────────────────┼───────────────┼────────────────────────────────────────┤
2508       │ignore-auto-dns              │ boolean          │ FALSE         │ When "method" is set to "auto" and     │
2509       │                             │                  │               │ this property to TRUE, automatically   │
2510       │                             │                  │               │ configured name servers and search     │
2511       │                             │                  │               │ domains are ignored and only name      │
2512       │                             │                  │               │ servers and search domains specified   │
2513       │                             │                  │               │ in the "dns" and "dns-search"          │
2514       │                             │                  │               │ properties, if any, are used.          │
2515       ├─────────────────────────────┼──────────────────┼───────────────┼────────────────────────────────────────┤
2516       │ignore-auto-routes           │ boolean          │ FALSE         │ When "method" is set to "auto" and     │
2517       │                             │                  │               │ this property to TRUE, automatically   │
2518       │                             │                  │               │ configured routes are ignored and only │
2519       │                             │                  │               │ routes specified in the "routes"       │
2520       │                             │                  │               │ property, if any, are used.            │
2521       ├─────────────────────────────┼──────────────────┼───────────────┼────────────────────────────────────────┤
2522       │may-fail                     │ boolean          │ TRUE          │ If TRUE, allow overall network         │
2523       │                             │                  │               │ configuration to proceed even if the   │
2524       │                             │                  │               │ configuration specified by this        │
2525       │                             │                  │               │ property times out.  Note that at      │
2526       │                             │                  │               │ least one IP configuration must        │
2527       │                             │                  │               │ succeed or overall network             │
2528       │                             │                  │               │ configuration will still fail.  For    │
2529       │                             │                  │               │ example, in IPv6-only networks,        │
2530       │                             │                  │               │ setting this property to TRUE on the   │
2531       │                             │                  │               │ NMSettingIP4Config allows the overall  │
2532       │                             │                  │               │ network configuration to succeed if    │
2533       │                             │                  │               │ IPv4 configuration fails but IPv6      │
2534       │                             │                  │               │ configuration completes successfully.  │
2535       ├─────────────────────────────┼──────────────────┼───────────────┼────────────────────────────────────────┤
2536       │method                       │ string           │               │ IP configuration method.               │
2537       │                             │                  │               │ NMSettingIP4Config and                 │
2538       │                             │                  │               │ NMSettingIP6Config both support        │
2539       │                             │                  │               │ "disabled", "auto", "manual", and      │
2540       │                             │                  │               │ "link-local". See the                  │
2541       │                             │                  │               │ subclass-specific documentation for    │
2542       │                             │                  │               │ other values. In general, for the      │
2543       │                             │                  │               │ "auto" method, properties such as      │
2544       │                             │                  │               │ "dns" and "routes" specify information │
2545       │                             │                  │               │ that is added on to the information    │
2546       │                             │                  │               │ returned from automatic configuration. │
2547       │                             │                  │               │ The "ignore-auto-routes" and           │
2548       │                             │                  │               │ "ignore-auto-dns" properties modify    │
2549       │                             │                  │               │ this behavior. For methods that imply  │
2550       │                             │                  │               │ no upstream network, such as "shared"  │
2551       │                             │                  │               │ or "link-local", these properties must │
2552       │                             │                  │               │ be empty. For IPv4 method "shared",    │
2553       │                             │                  │               │ the IP subnet can be configured by     │
2554       │                             │                  │               │ adding one manual IPv4 address or      │
2555       │                             │                  │               │ otherwise 10.42.x.0/24 is chosen. Note │
2556       │                             │                  │               │ that the shared method must be         │
2557       │                             │                  │               │ configured on the interface which      │
2558       │                             │                  │               │ shares the internet to a subnet, not   │
2559       │                             │                  │               │ on the uplink which is shared.         │
2560       ├─────────────────────────────┼──────────────────┼───────────────┼────────────────────────────────────────┤
2561       │never-default                │ boolean          │ FALSE         │ If TRUE, this connection will never be │
2562       │                             │                  │               │ the default connection for this IP     │
2563       │                             │                  │               │ type, meaning it will never be         │
2564       │                             │                  │               │ assigned the default route by          │
2565       │                             │                  │               │ NetworkManager.                        │
2566       ├─────────────────────────────┼──────────────────┼───────────────┼────────────────────────────────────────┤
2567       │required-timeout             │ int32            │ -1            │ The minimum time interval in           │
2568       │                             │                  │               │ milliseconds for which dynamic IP      │
2569       │                             │                  │               │ configuration should be tried before   │
2570       │                             │                  │               │ the connection succeeds. This property │
2571       │                             │                  │               │ is useful for example if both IPv4 and │
2572       │                             │                  │               │ IPv6 are enabled and are allowed to    │
2573       │                             │                  │               │ fail. Normally the connection succeeds │
2574       │                             │                  │               │ as soon as one of the two address      │
2575       │                             │                  │               │ families completes; by setting a       │
2576       │                             │                  │               │ required timeout for e.g. IPv4, one    │
2577       │                             │                  │               │ can ensure that even if IP6 succeeds   │
2578       │                             │                  │               │ earlier than IPv4, NetworkManager      │
2579       │                             │                  │               │ waits some time for IPv4 before the    │
2580       │                             │                  │               │ connection becomes active. Note that   │
2581       │                             │                  │               │ if "may-fail" is FALSE for the same    │
2582       │                             │                  │               │ address family, this property has no   │
2583       │                             │                  │               │ effect as NetworkManager needs to wait │
2584       │                             │                  │               │ for the full DHCP timeout. A zero      │
2585       │                             │                  │               │ value means that no required timeout   │
2586       │                             │                  │               │ is present, -1 means the default value │
2587       │                             │                  │               │ (either configuration                  │
2588       │                             │                  │               │ ipvx.required-timeout override or      │
2589       │                             │                  │               │ zero).                                 │
2590       ├─────────────────────────────┼──────────────────┼───────────────┼────────────────────────────────────────┤
2591       │route-data                   │ array of vardict │               │ Array of IPv4 routes. Each route       │
2592       │                             │                  │               │ dictionary contains at least 'dest'    │
2593       │                             │                  │               │ and 'prefix' entries, containing the   │
2594       │                             │                  │               │ destination IP address as a string,    │
2595       │                             │                  │               │ and the prefix length as a uint32.     │
2596       │                             │                  │               │ Most routes will also have a           │
2597       │                             │                  │               │ 'next-hop' entry, containing the next  │
2598       │                             │                  │               │ hop IP address as a string. If the     │
2599       │                             │                  │               │ route has a 'metric' entry (containing │
2600       │                             │                  │               │ a uint32), that will be used as the    │
2601       │                             │                  │               │ metric for the route (otherwise NM     │
2602       │                             │                  │               │ will pick a default value appropriate  │
2603       │                             │                  │               │ to the device). Additional attributes  │
2604       │                             │                  │               │ may also exist on some routes.         │
2605       ├─────────────────────────────┼──────────────────┼───────────────┼────────────────────────────────────────┤
2606       │route-metric                 │ int64            │ -1            │ The default metric for routes that     │
2607       │                             │                  │               │ don't explicitly specify a metric. The │
2608       │                             │                  │               │ default value -1 means that the metric │
2609       │                             │                  │               │ is chosen automatically based on the   │
2610       │                             │                  │               │ device type. The metric applies to     │
2611       │                             │                  │               │ dynamic routes, manual (static) routes │
2612       │                             │                  │               │ that don't have an explicit metric     │
2613       │                             │                  │               │ setting, address prefix routes, and    │
2614       │                             │                  │               │ the default route. Note that for IPv6, │
2615       │                             │                  │               │ the kernel accepts zero (0) but        │
2616       │                             │                  │               │ coerces it to 1024 (user default).     │
2617       │                             │                  │               │ Hence, setting this property to zero   │
2618       │                             │                  │               │ effectively mean setting it to 1024.   │
2619       │                             │                  │               │ For IPv4, zero is a regular value for  │
2620       │                             │                  │               │ the metric.                            │
2621       ├─────────────────────────────┼──────────────────┼───────────────┼────────────────────────────────────────┤
2622       │route-table                  │ uint32           │ 0             │ Enable policy routing (source routing) │
2623       │                             │                  │               │ and set the routing table used when    │
2624       │                             │                  │               │ adding routes. This affects all        │
2625       │                             │                  │               │ routes, including device-routes,       │
2626       │                             │                  │               │ IPv4LL, DHCP, SLAAC, default-routes    │
2627       │                             │                  │               │ and static routes. But note that       │
2628       │                             │                  │               │ static routes can individually         │
2629       │                             │                  │               │ overwrite the setting by explicitly    │
2630       │                             │                  │               │ specifying a non-zero routing table.   │
2631       │                             │                  │               │ If the table setting is left at zero,  │
2632       │                             │                  │               │ it is eligible to be overwritten via   │
2633       │                             │                  │               │ global configuration. If the property  │
2634       │                             │                  │               │ is zero even after applying the global │
2635       │                             │                  │               │ configuration value, policy routing is │
2636       │                             │                  │               │ disabled for the address family of     │
2637       │                             │                  │               │ this connection. Policy routing        │
2638       │                             │                  │               │ disabled means that NetworkManager     │
2639       │                             │                  │               │ will add all routes to the main table  │
2640       │                             │                  │               │ (except static routes that explicitly  │
2641       │                             │                  │               │ configure a different table).          │
2642       │                             │                  │               │ Additionally, NetworkManager will not  │
2643       │                             │                  │               │ delete any extraneous routes from      │
2644       │                             │                  │               │ tables except the main table. This is  │
2645       │                             │                  │               │ to preserve backward compatibility for │
2646       │                             │                  │               │ users who manage routing tables        │
2647       │                             │                  │               │ outside of NetworkManager.             │
2648       ├─────────────────────────────┼──────────────────┼───────────────┼────────────────────────────────────────┤
2649       │routes                       │ array of array   │               │ Deprecated in favor of the             │
2650       │                             │ of uint32        │               │ 'route-data' property, but this can be │
2651       │                             │                  │               │ used for backward-compatibility with   │
2652       │                             │                  │               │ older daemons. Note that if you send   │
2653       │                             │                  │               │ this property the daemon will ignore   │
2654       │                             │                  │               │ 'route-data'.  Array of IPv4 route     │
2655       │                             │                  │               │ structures.  Each IPv4 route structure │
2656       │                             │                  │               │ is composed of 4 32-bit values; the    │
2657       │                             │                  │               │ first being the destination IPv4       │
2658       │                             │                  │               │ network or address (network byte       │
2659       │                             │                  │               │ order), the second the destination     │
2660       │                             │                  │               │ network or address prefix (1 - 32),    │
2661       │                             │                  │               │ the third being the next-hop (network  │
2662       │                             │                  │               │ byte order) if any, and the fourth     │
2663       │                             │                  │               │ being the route metric. If the metric  │
2664       │                             │                  │               │ is 0, NM will choose an appropriate    │
2665       │                             │                  │               │ default metric for the device. (There  │
2666       │                             │                  │               │ is no way to explicitly specify an     │
2667       │                             │                  │               │ actual metric of 0 with this           │
2668       │                             │                  │               │ property.)                             │
2669       └─────────────────────────────┴──────────────────┴───────────────┴────────────────────────────────────────┘
2670
2671   ipv6 setting
2672       IPv6 Settings.
2673
2674       ┌────────────────────┬───────────────────────────┬───────────────┬────────────────────────────────────────────────────┐
2675Key Name            Value Type                Default Value Value                                              
2676       │                    │                           │               │ Description                                        
2677       ├────────────────────┼───────────────────────────┼───────────────┼────────────────────────────────────────────────────┤
2678       │addr-gen-mode       │ int32                     │ 1             │ Configure method                                   │
2679       │                    │                           │               │ for creating the                                   │
2680       │                    │                           │               │ address for use                                    │
2681       │                    │                           │               │ with RFC4862                                       │
2682       │                    │                           │               │ IPv6 Stateless                                     │
2683       │                    │                           │               │ Address                                            │
2684       │                    │                           │               │ Autoconfiguration.                                 │
2685       │                    │                           │               │ The permitted                                      │
2686       │                    │                           │               │ values are:                                        │
2687       │                    │                           │               │ NM_SETTING_IP6_CONFIG_ADDR_GEN_MODE_EUI64          │
2688       │                    │                           │               │ (0) or                                             │
2689       │                    │                           │               │ NM_SETTING_IP6_CONFIG_ADDR_GEN_MODE_STABLE_PRIVACY │
2690       │                    │                           │               │ (1). If the                                        │
2691       │                    │                           │               │ property is set                                    │
2692       │                    │                           │               │ to EUI64, the                                      │
2693       │                    │                           │               │ addresses will                                     │
2694       │                    │                           │               │ be generated                                       │
2695       │                    │                           │               │ using the                                          │
2696       │                    │                           │               │ interface tokens                                   │
2697       │                    │                           │               │ derived from                                       │
2698       │                    │                           │               │ hardware                                           │
2699       │                    │                           │               │ address. This                                      │
2700       │                    │                           │               │ makes the host                                     │
2701       │                    │                           │               │ part of the                                        │
2702       │                    │                           │               │ address to stay                                    │
2703       │                    │                           │               │ constant, making                                   │
2704       │                    │                           │               │ it possible to                                     │
2705       │                    │                           │               │ track host's                                       │
2706       │                    │                           │               │ presence when it                                   │
2707       │                    │                           │               │ changes                                            │
2708       │                    │                           │               │ networks. The                                      │
2709       │                    │                           │               │ address changes                                    │
2710       │                    │                           │               │ when the                                           │
2711       │                    │                           │               │ interface                                          │
2712       │                    │                           │               │ hardware is                                        │
2713       │                    │                           │               │ replaced. The                                      │
2714       │                    │                           │               │ value of                                           │
2715       │                    │                           │               │ stable-privacy                                     │
2716       │                    │                           │               │ enables use of                                     │
2717       │                    │                           │               │ cryptographically                                  │
2718       │                    │                           │               │ secure hash of a                                   │
2719       │                    │                           │               │ secret                                             │
2720       │                    │                           │               │ host-specific                                      │
2721       │                    │                           │               │ key along with                                     │
2722       │                    │                           │               │ the connection's                                   │
2723       │                    │                           │               │ stable-id and                                      │
2724       │                    │                           │               │ the network                                        │
2725       │                    │                           │               │ address as                                         │
2726       │                    │                           │               │ specified by                                       │
2727       │                    │                           │               │ RFC7217. This                                      │
2728       │                    │                           │               │ makes it                                           │
2729       │                    │                           │               │ impossible to                                      │
2730       │                    │                           │               │ use the address                                    │
2731       │                    │                           │               │ track host's                                       │
2732       │                    │                           │               │ presence, and                                      │
2733       │                    │                           │               │ makes the                                          │
2734       │                    │                           │               │ address stable                                     │
2735       │                    │                           │               │ when the network                                   │
2736       │                    │                           │               │ interface                                          │
2737       │                    │                           │               │ hardware is                                        │
2738       │                    │                           │               │ replaced. On                                       │
2739       │                    │                           │               │ D-Bus, the                                         │
2740       │                    │                           │               │ absence of an                                      │
2741       │                    │                           │               │ addr-gen-mode                                      │
2742       │                    │                           │               │ setting equals                                     │
2743       │                    │                           │               │ enabling                                           │
2744       │                    │                           │               │ stable-privacy.                                    │
2745       │                    │                           │               │ For keyfile                                        │
2746       │                    │                           │               │ plugin, the                                        │
2747       │                    │                           │               │ absence of the                                     │
2748       │                    │                           │               │ setting on disk                                    │
2749       │                    │                           │               │ means EUI64 so                                     │
2750       │                    │                           │               │ that the                                           │
2751       │                    │                           │               │ property doesn't                                   │
2752       │                    │                           │               │ change on                                          │
2753       │                    │                           │               │ upgrade from                                       │
2754       │                    │                           │               │ older versions.                                    │
2755       │                    │                           │               │ Note that this                                     │
2756       │                    │                           │               │ setting is                                         │
2757       │                    │                           │               │ distinct from                                      │
2758       │                    │                           │               │ the Privacy                                        │
2759       │                    │                           │               │ Extensions as                                      │
2760       │                    │                           │               │ configured by                                      │
2761       │                    │                           │               │ "ip6-privacy"                                      │
2762       │                    │                           │               │ property and it                                    │
2763       │                    │                           │               │ does not affect                                    │
2764       │                    │                           │               │ the temporary                                      │
2765       │                    │                           │               │ addresses                                          │
2766       │                    │                           │               │ configured with                                    │
2767       │                    │                           │               │ this option.                                       │
2768       ├────────────────────┼───────────────────────────┼───────────────┼────────────────────────────────────────────────────┤
2769       │address-data        │ array of vardict          │               │ Array of IPv6 addresses. Each address dictionary   │
2770       │                    │                           │               │ contains at least 'address' and 'prefix' entries,  │
2771       │                    │                           │               │ containing the IP address as a string, and the     │
2772       │                    │                           │               │ prefix length as a uint32. Additional attributes   │
2773       │                    │                           │               │ may also exist on some addresses.                  │
2774       ├────────────────────┼───────────────────────────┼───────────────┼────────────────────────────────────────────────────┤
2775       │addresses           │ array of legacy           │               │ Deprecated in favor of the 'address-data' and      │
2776       │                    │ IPv6 address              │               │ 'gateway' properties, but this can be used for     │
2777       │                    │ struct                    │               │ backward-compatibility with older daemons. Note    │
2778       │                    │ (a(ayuay))                │               │ that if you send this property the daemon will     │
2779       │                    │                           │               │ ignore 'address-data' and 'gateway'.  Array of     │
2780       │                    │                           │               │ IPv6 address structures.  Each IPv6 address        │
2781       │                    │                           │               │ structure is composed of an IPv6 address, a prefix │
2782       │                    │                           │               │ length (1 - 128), and an IPv6 gateway address. The │
2783       │                    │                           │               │ gateway may be zeroed out if no gateway exists for │
2784       │                    │                           │               │ that subnet.                                       │
2785       ├────────────────────┼───────────────────────────┼───────────────┼────────────────────────────────────────────────────┤
2786       │dad-timeout         │ int32                     │ -1            │ Timeout in milliseconds used to check for the      │
2787       │                    │                           │               │ presence of duplicate IP addresses on the network. │
2788       │                    │                           │               │ If an address conflict is detected, the activation │
2789       │                    │                           │               │ will fail.  A zero value means that no duplicate   │
2790       │                    │                           │               │ address detection is performed, -1 means the       │
2791       │                    │                           │               │ default value (either configuration                │
2792       │                    │                           │               │ ipvx.dad-timeout override or zero).  A value       │
2793       │                    │                           │               │ greater than zero is a timeout in milliseconds.    │
2794       │                    │                           │               │ The property is currently implemented only for     │
2795       │                    │                           │               │ IPv4.                                              │
2796       ├────────────────────┼───────────────────────────┼───────────────┼────────────────────────────────────────────────────┤
2797       │dhcp-duid           │ string                    │               │ A string containing the DHCPv6 Unique Identifier   │
2798       │                    │                           │               │ (DUID) used by the dhcp client to identify itself  │
2799       │                    │                           │               │ to DHCPv6 servers (RFC 3315). The DUID is carried  │
2800       │                    │                           │               │ in the Client Identifier option. If the property   │
2801       │                    │                           │               │ is a hex string ('aa:bb:cc') it is interpreted as  │
2802       │                    │                           │               │ a binary DUID and filled as an opaque value in the │
2803       │                    │                           │               │ Client Identifier option. The special value        │
2804       │                    │                           │               │ "lease" will retrieve the DUID previously used     │
2805       │                    │                           │               │ from the lease file belonging to the connection.   │
2806       │                    │                           │               │ If no DUID is found and "dhclient" is the          │
2807       │                    │                           │               │ configured dhcp client, the DUID is searched in    │
2808       │                    │                           │               │ the system-wide dhclient lease file. If still no   │
2809       │                    │                           │               │ DUID is found, or another dhcp client is used, a   │
2810       │                    │                           │               │ global and permanent DUID-UUID (RFC 6355) will be  │
2811       │                    │                           │               │ generated based on the machine-id. The special     │
2812       │                    │                           │               │ values "llt" and "ll" will generate a DUID of type │
2813       │                    │                           │               │ LLT or LL (see RFC 3315) based on the current MAC  │
2814       │                    │                           │               │ address of the device. In order to try providing a │
2815       │                    │                           │               │ stable DUID-LLT, the time field will contain a     │
2816       │                    │                           │               │ constant timestamp that is used globally (for all  │
2817       │                    │                           │               │ profiles) and persisted to disk. The special       │
2818       │                    │                           │               │ values "stable-llt", "stable-ll" and "stable-uuid" │
2819       │                    │                           │               │ will generate a DUID of the corresponding type,    │
2820       │                    │                           │               │ derived from the connection's stable-id and a      │
2821       │                    │                           │               │ per-host unique key. You may want to include the   │
2822       │                    │                           │               │ "${DEVICE}" or "${MAC}" specifier in the           │
2823       │                    │                           │               │ stable-id, in case this profile gets activated on  │
2824       │                    │                           │               │ multiple devices. So, the link-layer address of    │
2825       │                    │                           │               │ "stable-ll" and "stable-llt" will be a generated   │
2826       │                    │                           │               │ address derived from the stable id. The DUID-LLT   │
2827       │                    │                           │               │ time value in the "stable-llt" option will be      │
2828       │                    │                           │               │ picked among a static timespan of three years (the │
2829       │                    │                           │               │ upper bound of the interval is the same constant   │
2830       │                    │                           │               │ timestamp used in "llt"). When the property is     │
2831       │                    │                           │               │ unset, the global value provided for               │
2832       │                    │                           │               │ "ipv6.dhcp-duid" is used. If no global value is    │
2833       │                    │                           │               │ provided, the default "lease" value is assumed.    │
2834       ├────────────────────┼───────────────────────────┼───────────────┼────────────────────────────────────────────────────┤
2835       │dhcp-hostname       │ string                    │               │ If the "dhcp-send-hostname" property is TRUE, then │
2836       │                    │                           │               │ the specified name will be sent to the DHCP server │
2837       │                    │                           │               │ when acquiring a lease. This property and          │
2838       │                    │                           │               │ "dhcp-fqdn" are mutually exclusive and cannot be   │
2839       │                    │                           │               │ set at the same time.                              │
2840       ├────────────────────┼───────────────────────────┼───────────────┼────────────────────────────────────────────────────┤
2841       │dhcp-hostname-flags │ uint32                    │ 0             │ Flags for the DHCP hostname and FQDN. Currently,   │
2842       │                    │                           │               │ this property only includes flags to control the   │
2843       │                    │                           │               │ FQDN flags set in the DHCP FQDN option. Supported  │
2844       │                    │                           │               │ FQDN flags are                                     │
2845       │                    │                           │               │ NM_DHCP_HOSTNAME_FLAG_FQDN_SERV_UPDATE (0x1),      │
2846       │                    │                           │               │ NM_DHCP_HOSTNAME_FLAG_FQDN_ENCODED (0x2) and       │
2847       │                    │                           │               │ NM_DHCP_HOSTNAME_FLAG_FQDN_NO_UPDATE (0x4).  When  │
2848       │                    │                           │               │ no FQDN flag is set and                            │
2849       │                    │                           │               │ NM_DHCP_HOSTNAME_FLAG_FQDN_CLEAR_FLAGS (0x8) is    │
2850       │                    │                           │               │ set, the DHCP FQDN option will contain no flag.    │
2851       │                    │                           │               │ Otherwise, if no FQDN flag is set and              │
2852       │                    │                           │               │ NM_DHCP_HOSTNAME_FLAG_FQDN_CLEAR_FLAGS (0x8) is    │
2853       │                    │                           │               │ not set, the standard FQDN flags are set in the    │
2854       │                    │                           │               │ request: NM_DHCP_HOSTNAME_FLAG_FQDN_SERV_UPDATE    │
2855       │                    │                           │               │ (0x1), NM_DHCP_HOSTNAME_FLAG_FQDN_ENCODED (0x2)    │
2856       │                    │                           │               │ for IPv4 and                                       │
2857       │                    │                           │               │ NM_DHCP_HOSTNAME_FLAG_FQDN_SERV_UPDATE (0x1) for   │
2858       │                    │                           │               │ IPv6. When this property is set to the default     │
2859       │                    │                           │               │ value NM_DHCP_HOSTNAME_FLAG_NONE (0x0), a global   │
2860       │                    │                           │               │ default is looked up in NetworkManager             │
2861       │                    │                           │               │ configuration. If that value is unset or also      │
2862       │                    │                           │               │ NM_DHCP_HOSTNAME_FLAG_NONE (0x0), then the         │
2863       │                    │                           │               │ standard FQDN flags described above are sent in    │
2864       │                    │                           │               │ the DHCP requests.                                 │
2865       ├────────────────────┼───────────────────────────┼───────────────┼────────────────────────────────────────────────────┤
2866       │dhcp-iaid           │ string                    │               │ A string containing the "Identity Association      │
2867       │                    │                           │               │ Identifier" (IAID) used by the DHCP client. The    │
2868       │                    │                           │               │ property is a 32-bit decimal value or a special    │
2869       │                    │                           │               │ value among "mac", "perm-mac", "ifname" and        │
2870       │                    │                           │               │ "stable". When set to "mac" (or "perm-mac"), the   │
2871       │                    │                           │               │ last 4 bytes of the current (or permanent) MAC     │
2872       │                    │                           │               │ address are used as IAID. When set to "ifname",    │
2873       │                    │                           │               │ the IAID is computed by hashing the interface      │
2874       │                    │                           │               │ name. The special value "stable" can be used to    │
2875       │                    │                           │               │ generate an IAID based on the stable-id (see       │
2876       │                    │                           │               │ connection.stable-id), a per-host key and the      │
2877       │                    │                           │               │ interface name. When the property is unset, the    │
2878       │                    │                           │               │ value from global configuration is used; if no     │
2879       │                    │                           │               │ global default is set then the IAID is assumed to  │
2880       │                    │                           │               │ be "ifname". Note that at the moment this property │
2881       │                    │                           │               │ is ignored for IPv6 by dhclient, which always      │
2882       │                    │                           │               │ derives the IAID from the MAC address.             │
2883       ├────────────────────┼───────────────────────────┼───────────────┼────────────────────────────────────────────────────┤
2884       │dhcp-reject-servers │ array of string           │               │ Array of servers from which DHCP offers must be    │
2885       │                    │                           │               │ rejected. This property is useful to avoid getting │
2886       │                    │                           │               │ a lease from misconfigured or rogue servers. For   │
2887       │                    │                           │               │ DHCPv4, each element must be an IPv4 address,      │
2888       │                    │                           │               │ optionally followed by a slash and a prefix length │
2889       │                    │                           │               │ (e.g. "192.168.122.0/24"). This property is        │
2890       │                    │                           │               │ currently not implemented for DHCPv6.              │
2891       ├────────────────────┼───────────────────────────┼───────────────┼────────────────────────────────────────────────────┤
2892       │dhcp-send-hostname  │ boolean                   │ TRUE          │ If TRUE, a hostname is sent to the DHCP server     │
2893       │                    │                           │               │ when acquiring a lease. Some DHCP servers use this │
2894       │                    │                           │               │ hostname to update DNS databases, essentially      │
2895       │                    │                           │               │ providing a static hostname for the computer.  If  │
2896       │                    │                           │               │ the "dhcp-hostname" property is NULL and this      │
2897       │                    │                           │               │ property is TRUE, the current persistent hostname  │
2898       │                    │                           │               │ of the computer is sent.                           │
2899       ├────────────────────┼───────────────────────────┼───────────────┼────────────────────────────────────────────────────┤
2900       │dhcp-timeout        │ int32                     │ 0             │ A timeout for a DHCP transaction in seconds. If    │
2901       │                    │                           │               │ zero (the default), a globally configured default  │
2902       │                    │                           │               │ is used. If still unspecified, a device specific   │
2903       │                    │                           │               │ timeout is used (usually 45 seconds). Set to       │
2904       │                    │                           │               │ 2147483647 (MAXINT32) for infinity.                │
2905       ├────────────────────┼───────────────────────────┼───────────────┼────────────────────────────────────────────────────┤
2906       │dns                 │ array of byte             │               │ Array of IP addresses of DNS servers (in network   │
2907       │                    │ array                     │               │ byte order)                                        │
2908       ├────────────────────┼───────────────────────────┼───────────────┼────────────────────────────────────────────────────┤
2909       │dns-options         │ array of string           │               │ Array of DNS options as described in man 5         │
2910       │                    │                           │               │ resolv.conf. NULL means that the options are unset │
2911       │                    │                           │               │ and left at the default. In this case              │
2912       │                    │                           │               │ NetworkManager will use default options. This is   │
2913       │                    │                           │               │ distinct from an empty list of properties. The     │
2914       │                    │                           │               │ currently supported options are "attempts",        │
2915       │                    │                           │               │ "debug", "edns0", "inet6", "ip6-bytestring",       │
2916       │                    │                           │               │ "ip6-dotint", "ndots", "no-check-names",           │
2917       │                    │                           │               │ "no-ip6-dotint", "no-reload", "no-tld-query",      │
2918       │                    │                           │               │ "rotate", "single-request",                        │
2919       │                    │                           │               │ "single-request-reopen", "timeout", "trust-ad",    │
2920       │                    │                           │               │ "use-vc". The "trust-ad" setting is only honored   │
2921       │                    │                           │               │ if the profile contributes name servers to         │
2922       │                    │                           │               │ resolv.conf, and if all contributing profiles have │
2923       │                    │                           │               │ "trust-ad" enabled. When using a caching DNS       │
2924       │                    │                           │               │ plugin (dnsmasq or systemd-resolved in             │
2925       │                    │                           │               │ NetworkManager.conf) then "edns0" and "trust-ad"   │
2926       │                    │                           │               │ are automatically added.                           │
2927       ├────────────────────┼───────────────────────────┼───────────────┼────────────────────────────────────────────────────┤
2928       │dns-priority        │ int32                     │ 0             │ DNS servers priority. The relative priority for    │
2929       │                    │                           │               │ DNS servers specified by this setting.  A lower    │
2930       │                    │                           │               │ numerical value is better (higher priority).       │
2931       │                    │                           │               │ Negative values have the special effect of         │
2932       │                    │                           │               │ excluding other configurations with a greater      │
2933       │                    │                           │               │ numerical priority value; so in presence of at     │
2934       │                    │                           │               │ least one negative priority, only DNS servers from │
2935       │                    │                           │               │ connections with the lowest priority value will be │
2936       │                    │                           │               │ used. To avoid all DNS leaks, set the priority of  │
2937       │                    │                           │               │ the profile that should be used to the most        │
2938       │                    │                           │               │ negative value of all active connections profiles. │
2939       │                    │                           │               │ Zero selects a globally configured default value.  │
2940       │                    │                           │               │ If the latter is missing or zero too, it defaults  │
2941       │                    │                           │               │ to 50 for VPNs (including WireGuard) and 100 for   │
2942       │                    │                           │               │ other connections. Note that the priority is to    │
2943       │                    │                           │               │ order DNS settings for multiple active             │
2944       │                    │                           │               │ connections.  It does not disambiguate multiple    │
2945       │                    │                           │               │ DNS servers within the same connection profile.    │
2946       │                    │                           │               │ When multiple devices have configurations with the │
2947       │                    │                           │               │ same priority, VPNs will be considered first, then │
2948       │                    │                           │               │ devices with the best (lowest metric) default      │
2949       │                    │                           │               │ route and then all other devices. When using       │
2950       │                    │                           │               │ dns=default, servers with higher priority will be  │
2951       │                    │                           │               │ on top of resolv.conf. To prioritize a given       │
2952       │                    │                           │               │ server over another one within the same            │
2953       │                    │                           │               │ connection, just specify them in the desired       │
2954       │                    │                           │               │ order. Note that commonly the resolver tries name  │
2955       │                    │                           │               │ servers in /etc/resolv.conf in the order listed,   │
2956       │                    │                           │               │ proceeding with the next server in the list on     │
2957       │                    │                           │               │ failure. See for example the "rotate" option of    │
2958       │                    │                           │               │ the dns-options setting. If there are any negative │
2959       │                    │                           │               │ DNS priorities, then only name servers from the    │
2960       │                    │                           │               │ devices with that lowest priority will be          │
2961       │                    │                           │               │ considered. When using a DNS resolver that         │
2962       │                    │                           │               │ supports Conditional Forwarding or Split DNS (with │
2963       │                    │                           │               │ dns=dnsmasq or dns=systemd-resolved settings),     │
2964       │                    │                           │               │ each connection is used to query domains in its    │
2965       │                    │                           │               │ search list. The search domains determine which    │
2966       │                    │                           │               │ name servers to ask, and the DNS priority is used  │
2967       │                    │                           │               │ to prioritize name servers based on the domain.    │
2968       │                    │                           │               │ Queries for domains not present in any search list │
2969       │                    │                           │               │ are routed through connections having the '~.'     │
2970       │                    │                           │               │ special wildcard domain, which is added            │
2971       │                    │                           │               │ automatically to connections with the default      │
2972       │                    │                           │               │ route (or can be added manually).  When multiple   │
2973       │                    │                           │               │ connections specify the same domain, the one with  │
2974       │                    │                           │               │ the best priority (lowest numerical value) wins.   │
2975       │                    │                           │               │ If a sub domain is configured on another interface │
2976       │                    │                           │               │ it will be accepted regardless the priority,       │
2977       │                    │                           │               │ unless parent domain on the other interface has a  │
2978       │                    │                           │               │ negative priority, which causes the sub domain to  │
2979       │                    │                           │               │ be shadowed. With Split DNS one can avoid          │
2980       │                    │                           │               │ undesired DNS leaks by properly configuring DNS    │
2981       │                    │                           │               │ priorities and the search domains, so that only    │
2982       │                    │                           │               │ name servers of the desired interface are          │
2983       │                    │                           │               │ configured.                                        │
2984       ├────────────────────┼───────────────────────────┼───────────────┼────────────────────────────────────────────────────┤
2985       │dns-search          │ array of string           │               │ Array of DNS search domains. Domains starting with │
2986       │                    │                           │               │ a tilde ('~') are considered 'routing' domains and │
2987       │                    │                           │               │ are used only to decide the interface over which a │
2988       │                    │                           │               │ query must be forwarded; they are not used to      │
2989       │                    │                           │               │ complete unqualified host names. When using a DNS  │
2990       │                    │                           │               │ plugin that supports Conditional Forwarding or     │
2991       │                    │                           │               │ Split DNS, then the search domains specify which   │
2992       │                    │                           │               │ name servers to query. This makes the behavior     │
2993       │                    │                           │               │ different from running with plain                  │
2994       │                    │                           │               │ /etc/resolv.conf. For more information see also    │
2995       │                    │                           │               │ the dns-priority setting.                          │
2996       ├────────────────────┼───────────────────────────┼───────────────┼────────────────────────────────────────────────────┤
2997       │gateway             │ string                    │               │ The gateway associated with this configuration.    │
2998       │                    │                           │               │ This is only meaningful if "addresses" is also     │
2999       │                    │                           │               │ set. The gateway's main purpose is to control the  │
3000       │                    │                           │               │ next hop of the standard default route on the      │
3001       │                    │                           │               │ device. Hence, the gateway property conflicts with │
3002       │                    │                           │               │ "never-default" and will be automatically dropped  │
3003       │                    │                           │               │ if the IP configuration is set to never-default.   │
3004       │                    │                           │               │ As an alternative to set the gateway, configure a  │
3005       │                    │                           │               │ static default route with /0 as prefix length.     │
3006       ├────────────────────┼───────────────────────────┼───────────────┼────────────────────────────────────────────────────┤
3007       │ignore-auto-dns     │ boolean                   │ FALSE         │ When "method" is set to "auto" and this property   │
3008       │                    │                           │               │ to TRUE, automatically configured name servers and │
3009       │                    │                           │               │ search domains are ignored and only name servers   │
3010       │                    │                           │               │ and search domains specified in the "dns" and      │
3011       │                    │                           │               │ "dns-search" properties, if any, are used.         │
3012       ├────────────────────┼───────────────────────────┼───────────────┼────────────────────────────────────────────────────┤
3013       │ignore-auto-routes  │ boolean                   │ FALSE         │ When "method" is set to "auto" and this property   │
3014       │                    │                           │               │ to TRUE, automatically configured routes are       │
3015       │                    │                           │               │ ignored and only routes specified in the "routes"  │
3016       │                    │                           │               │ property, if any, are used.                        │
3017       ├────────────────────┼───────────────────────────┼───────────────┼────────────────────────────────────────────────────┤
3018       │ip6-privacy         │ NMSettingIP6ConfigPrivacy │               │ Configure IPv6 Privacy Extensions for SLAAC,       │
3019       │                    │ (int32)                   │               │ described in RFC4941.  If enabled, it makes the    │
3020       │                    │                           │               │ kernel generate a temporary IPv6 address in        │
3021       │                    │                           │               │ addition to the public one generated from MAC      │
3022       │                    │                           │               │ address via modified EUI-64.  This enhances        │
3023       │                    │                           │               │ privacy, but could cause problems in some          │
3024       │                    │                           │               │ applications, on the other hand.  The permitted    │
3025       │                    │                           │               │ values are: -1: unknown, 0: disabled, 1: enabled   │
3026       │                    │                           │               │ (prefer public address), 2: enabled (prefer        │
3027       │                    │                           │               │ temporary addresses). Having a per-connection      │
3028       │                    │                           │               │ setting set to "-1" (unknown) means fallback to    │
3029       │                    │                           │               │ global configuration "ipv6.ip6-privacy". If also   │
3030       │                    │                           │               │ global configuration is unspecified or set to      │
3031       │                    │                           │               │ "-1", fallback to read                             │
3032       │                    │                           │               │ "/proc/sys/net/ipv6/conf/default/use_tempaddr".    │
3033       │                    │                           │               │ Note that this setting is distinct from the Stable │
3034       │                    │                           │               │ Privacy addresses that can be enabled with the     │
3035       │                    │                           │               │ "addr-gen-mode" property's "stable-privacy"        │
3036       │                    │                           │               │ setting as another way of avoiding host tracking   │
3037       │                    │                           │               │ with IPv6 addresses.                               │
3038       ├────────────────────┼───────────────────────────┼───────────────┼────────────────────────────────────────────────────┤
3039       │may-fail            │ boolean                   │ TRUE          │ If TRUE, allow overall network configuration to    │
3040       │                    │                           │               │ proceed even if the configuration specified by     │
3041       │                    │                           │               │ this property times out.  Note that at least one   │
3042       │                    │                           │               │ IP configuration must succeed or overall network   │
3043       │                    │                           │               │ configuration will still fail.  For example, in    │
3044       │                    │                           │               │ IPv6-only networks, setting this property to TRUE  │
3045       │                    │                           │               │ on the NMSettingIP4Config allows the overall       │
3046       │                    │                           │               │ network configuration to succeed if IPv4           │
3047       │                    │                           │               │ configuration fails but IPv6 configuration         │
3048       │                    │                           │               │ completes successfully.                            │
3049       ├────────────────────┼───────────────────────────┼───────────────┼────────────────────────────────────────────────────┤
3050       │method              │ string                    │               │ IP configuration method. NMSettingIP4Config and    │
3051       │                    │                           │               │ NMSettingIP6Config both support "disabled",        │
3052       │                    │                           │               │ "auto", "manual", and "link-local". See the        │
3053       │                    │                           │               │ subclass-specific documentation for other values.  │
3054       │                    │                           │               │ In general, for the "auto" method, properties such │
3055       │                    │                           │               │ as "dns" and "routes" specify information that is  │
3056       │                    │                           │               │ added on to the information returned from          │
3057       │                    │                           │               │ automatic configuration.  The "ignore-auto-routes" │
3058       │                    │                           │               │ and "ignore-auto-dns" properties modify this       │
3059       │                    │                           │               │ behavior. For methods that imply no upstream       │
3060       │                    │                           │               │ network, such as "shared" or "link-local", these   │
3061       │                    │                           │               │ properties must be empty. For IPv4 method          │
3062       │                    │                           │               │ "shared", the IP subnet can be configured by       │
3063       │                    │                           │               │ adding one manual IPv4 address or otherwise        │
3064       │                    │                           │               │ 10.42.x.0/24 is chosen. Note that the shared       │
3065       │                    │                           │               │ method must be configured on the interface which   │
3066       │                    │                           │               │ shares the internet to a subnet, not on the uplink │
3067       │                    │                           │               │ which is shared.                                   │
3068       ├────────────────────┼───────────────────────────┼───────────────┼────────────────────────────────────────────────────┤
3069       │never-default       │ boolean                   │ FALSE         │ If TRUE, this connection will never be the default │
3070       │                    │                           │               │ connection for this IP type, meaning it will never │
3071       │                    │                           │               │ be assigned the default route by NetworkManager.   │
3072       ├────────────────────┼───────────────────────────┼───────────────┼────────────────────────────────────────────────────┤
3073       │ra-timeout          │ int32                     │ 0             │ A timeout for waiting Router Advertisements in     │
3074       │                    │                           │               │ seconds. If zero (the default), a globally         │
3075       │                    │                           │               │ configured default is used. If still unspecified,  │
3076       │                    │                           │               │ the timeout depends on the sysctl settings of the  │
3077       │                    │                           │               │ device. Set to 2147483647 (MAXINT32) for infinity. │
3078       ├────────────────────┼───────────────────────────┼───────────────┼────────────────────────────────────────────────────┤
3079       │required-timeout    │ int32                     │ -1            │ The minimum time interval in milliseconds for      │
3080       │                    │                           │               │ which dynamic IP configuration should be tried     │
3081       │                    │                           │               │ before the connection succeeds. This property is   │
3082       │                    │                           │               │ useful for example if both IPv4 and IPv6 are       │
3083       │                    │                           │               │ enabled and are allowed to fail. Normally the      │
3084       │                    │                           │               │ connection succeeds as soon as one of the two      │
3085       │                    │                           │               │ address families completes; by setting a required  │
3086       │                    │                           │               │ timeout for e.g. IPv4, one can ensure that even if │
3087       │                    │                           │               │ IP6 succeeds earlier than IPv4, NetworkManager     │
3088       │                    │                           │               │ waits some time for IPv4 before the connection     │
3089       │                    │                           │               │ becomes active. Note that if "may-fail" is FALSE   │
3090       │                    │                           │               │ for the same address family, this property has no  │
3091       │                    │                           │               │ effect as NetworkManager needs to wait for the     │
3092       │                    │                           │               │ full DHCP timeout. A zero value means that no      │
3093       │                    │                           │               │ required timeout is present, -1 means the default  │
3094       │                    │                           │               │ value (either configuration ipvx.required-timeout  │
3095       │                    │                           │               │ override or zero).                                 │
3096       ├────────────────────┼───────────────────────────┼───────────────┼────────────────────────────────────────────────────┤
3097       │route-data          │ array of vardict          │               │ Array of IPv6 routes. Each route dictionary        │
3098       │                    │                           │               │ contains at least 'dest' and 'prefix' entries,     │
3099       │                    │                           │               │ containing the destination IP address as a string, │
3100       │                    │                           │               │ and the prefix length as a uint32. Most routes     │
3101       │                    │                           │               │ will also have a 'next-hop' entry, containing the  │
3102       │                    │                           │               │ next hop IP address as a string. If the route has  │
3103       │                    │                           │               │ a 'metric' entry (containing a uint32), that will  │
3104       │                    │                           │               │ be used as the metric for the route (otherwise NM  │
3105       │                    │                           │               │ will pick a default value appropriate to the       │
3106       │                    │                           │               │ device). Additional attributes may also exist on   │
3107       │                    │                           │               │ some routes.                                       │
3108       ├────────────────────┼───────────────────────────┼───────────────┼────────────────────────────────────────────────────┤
3109       │route-metric        │ int64                     │ -1            │ The default metric for routes that don't           │
3110       │                    │                           │               │ explicitly specify a metric. The default value -1  │
3111       │                    │                           │               │ means that the metric is chosen automatically      │
3112       │                    │                           │               │ based on the device type. The metric applies to    │
3113       │                    │                           │               │ dynamic routes, manual (static) routes that don't  │
3114       │                    │                           │               │ have an explicit metric setting, address prefix    │
3115       │                    │                           │               │ routes, and the default route. Note that for IPv6, │
3116       │                    │                           │               │ the kernel accepts zero (0) but coerces it to 1024 │
3117       │                    │                           │               │ (user default). Hence, setting this property to    │
3118       │                    │                           │               │ zero effectively mean setting it to 1024. For      │
3119       │                    │                           │               │ IPv4, zero is a regular value for the metric.      │
3120       ├────────────────────┼───────────────────────────┼───────────────┼────────────────────────────────────────────────────┤
3121       │route-table         │ uint32                    │ 0             │ Enable policy routing (source routing) and set the │
3122       │                    │                           │               │ routing table used when adding routes. This        │
3123       │                    │                           │               │ affects all routes, including device-routes,       │
3124       │                    │                           │               │ IPv4LL, DHCP, SLAAC, default-routes and static     │
3125       │                    │                           │               │ routes. But note that static routes can            │
3126       │                    │                           │               │ individually overwrite the setting by explicitly   │
3127       │                    │                           │               │ specifying a non-zero routing table. If the table  │
3128       │                    │                           │               │ setting is left at zero, it is eligible to be      │
3129       │                    │                           │               │ overwritten via global configuration. If the       │
3130       │                    │                           │               │ property is zero even after applying the global    │
3131       │                    │                           │               │ configuration value, policy routing is disabled    │
3132       │                    │                           │               │ for the address family of this connection. Policy  │
3133       │                    │                           │               │ routing disabled means that NetworkManager will    │
3134       │                    │                           │               │ add all routes to the main table (except static    │
3135       │                    │                           │               │ routes that explicitly configure a different       │
3136       │                    │                           │               │ table). Additionally, NetworkManager will not      │
3137       │                    │                           │               │ delete any extraneous routes from tables except    │
3138       │                    │                           │               │ the main table. This is to preserve backward       │
3139       │                    │                           │               │ compatibility for users who manage routing tables  │
3140       │                    │                           │               │ outside of NetworkManager.                         │
3141       ├────────────────────┼───────────────────────────┼───────────────┼────────────────────────────────────────────────────┤
3142       │routes              │ array of legacy IPv6      │               │ Deprecated in favor of the 'route-data' property,  │
3143       │                    │ route struct (a(ayuayu))  │               │ but this can be used for backward-compatibility    │
3144       │                    │                           │               │ with older daemons. Note that if you send this     │
3145       │                    │                           │               │ property the daemon will ignore 'route-data'.      │
3146       │                    │                           │               │ Array of IPv6 route structures.  Each IPv6 route   │
3147       │                    │                           │               │ structure is composed of an IPv6 address, a prefix │
3148       │                    │                           │               │ length (1 - 128), an IPv6 next hop address (which  │
3149       │                    │                           │               │ may be zeroed out if there is no next hop), and a  │
3150       │                    │                           │               │ metric. If the metric is 0, NM will choose an      │
3151       │                    │                           │               │ appropriate default metric for the device.         │
3152       ├────────────────────┼───────────────────────────┼───────────────┼────────────────────────────────────────────────────┤
3153       │token               │ string                    │               │ Configure the token for                            │
3154       │                    │                           │               │ draft-chown-6man-tokenised-ipv6-identifiers-02     │
3155       │                    │                           │               │ IPv6 tokenized interface identifiers. Useful with  │
3156       │                    │                           │               │ eui64 addr-gen-mode.                               │
3157       └────────────────────┴───────────────────────────┴───────────────┴────────────────────────────────────────────────────┘
3158
3159   ip-tunnel setting
3160       IP Tunneling Settings.
3161
3162       ┌────────────────────┬────────────┬───────────────┬──────────────────────────────────────────┐
3163Key Name            Value Type Default Value Value                                    
3164       │                    │            │               │ Description                              
3165       ├────────────────────┼────────────┼───────────────┼──────────────────────────────────────────┤
3166       │encapsulation-limit │ uint32     │ 0             │ How many                                 │
3167       │                    │            │               │ additional                               │
3168       │                    │            │               │ levels of                                │
3169       │                    │            │               │ encapsulation                            │
3170       │                    │            │               │ are permitted to                         │
3171       │                    │            │               │ be prepended to                          │
3172       │                    │            │               │ packets. This                            │
3173       │                    │            │               │ property applies                         │
3174       │                    │            │               │ only to IPv6                             │
3175       │                    │            │               │ tunnels.                                 │
3176       ├────────────────────┼────────────┼───────────────┼──────────────────────────────────────────┤
3177       │flags               │ uint32     │ 0             │ Tunnel flags.                            │
3178       │                    │            │               │ Currently, the                           │
3179       │                    │            │               │ following values                         │
3180       │                    │            │               │ are supported:                           │
3181       │                    │            │               │ NM_IP_TUNNEL_FLAG_IP6_IGN_ENCAP_LIMIT    │
3182       │                    │            │               │ (0x1),                                   │
3183       │                    │            │               │ NM_IP_TUNNEL_FLAG_IP6_USE_ORIG_TCLASS    │
3184       │                    │            │               │ (0x2),                                   │
3185       │                    │            │               │ NM_IP_TUNNEL_FLAG_IP6_USE_ORIG_FLOWLABEL │
3186       │                    │            │               │ (0x4),                                   │
3187       │                    │            │               │ NM_IP_TUNNEL_FLAG_IP6_MIP6_DEV           │
3188       │                    │            │               │ (0x8),                                   │
3189       │                    │            │               │ NM_IP_TUNNEL_FLAG_IP6_RCV_DSCP_COPY      │
3190       │                    │            │               │ (0x10),                                  │
3191       │                    │            │               │ NM_IP_TUNNEL_FLAG_IP6_USE_ORIG_FWMARK    │
3192       │                    │            │               │ (0x20). They are                         │
3193       │                    │            │               │ valid only for                           │
3194       │                    │            │               │ IPv6 tunnels.                            │
3195       ├────────────────────┼────────────┼───────────────┼──────────────────────────────────────────┤
3196       │flow-label          │ uint32     │ 0             │ The flow label to assign to tunnel       │
3197       │                    │            │               │ packets. This property applies only to   │
3198       │                    │            │               │ IPv6 tunnels.                            │
3199       ├────────────────────┼────────────┼───────────────┼──────────────────────────────────────────┤
3200       │input-key           │ string     │               │ The key used for tunnel input packets;   │
3201       │                    │            │               │ the property is valid only for certain   │
3202       │                    │            │               │ tunnel modes (GRE, IP6GRE). If empty, no │
3203       │                    │            │               │ key is used.                             │
3204       ├────────────────────┼────────────┼───────────────┼──────────────────────────────────────────┤
3205       │local               │ string     │               │ The local endpoint of the tunnel; the    │
3206       │                    │            │               │ value can be empty, otherwise it must    │
3207       │                    │            │               │ contain an IPv4 or IPv6 address.         │
3208       ├────────────────────┼────────────┼───────────────┼──────────────────────────────────────────┤
3209       │mode                │ uint32     │ 0             │ The tunneling mode, for example          │
3210       │                    │            │               │ NM_IP_TUNNEL_MODE_IPIP (1) or            │
3211       │                    │            │               │ NM_IP_TUNNEL_MODE_GRE (2).               │
3212       ├────────────────────┼────────────┼───────────────┼──────────────────────────────────────────┤
3213       │mtu                 │ uint32     │ 0             │ If non-zero, only transmit packets of    │
3214       │                    │            │               │ the specified size or smaller, breaking  │
3215       │                    │            │               │ larger packets up into multiple          │
3216       │                    │            │               │ fragments.                               │
3217       ├────────────────────┼────────────┼───────────────┼──────────────────────────────────────────┤
3218       │output-key          │ string     │               │ The key used for tunnel output packets;  │
3219       │                    │            │               │ the property is valid only for certain   │
3220       │                    │            │               │ tunnel modes (GRE, IP6GRE). If empty, no │
3221       │                    │            │               │ key is used.                             │
3222       ├────────────────────┼────────────┼───────────────┼──────────────────────────────────────────┤
3223       │parent              │ string     │               │ If given, specifies the parent interface │
3224       │                    │            │               │ name or parent connection UUID the new   │
3225       │                    │            │               │ device will be bound to so that tunneled │
3226       │                    │            │               │ packets will only be routed via that     │
3227       │                    │            │               │ interface.                               │
3228       ├────────────────────┼────────────┼───────────────┼──────────────────────────────────────────┤
3229       │path-mtu-discovery  │ boolean    │ TRUE          │ Whether to enable Path MTU Discovery on  │
3230       │                    │            │               │ this tunnel.                             │
3231       ├────────────────────┼────────────┼───────────────┼──────────────────────────────────────────┤
3232       │remote              │ string     │               │ The remote endpoint of the tunnel; the   │
3233       │                    │            │               │ value must contain an IPv4 or IPv6       │
3234       │                    │            │               │ address.                                 │
3235       ├────────────────────┼────────────┼───────────────┼──────────────────────────────────────────┤
3236       │tos                 │ uint32     │ 0             │ The type of service (IPv4) or traffic    │
3237       │                    │            │               │ class (IPv6) field to be set on tunneled │
3238       │                    │            │               │ packets.                                 │
3239       ├────────────────────┼────────────┼───────────────┼──────────────────────────────────────────┤
3240       │ttl                 │ uint32     │ 0             │ The TTL to assign to tunneled packets. 0 │
3241       │                    │            │               │ is a special value meaning that packets  │
3242       │                    │            │               │ inherit the TTL value.                   │
3243       └────────────────────┴────────────┴───────────────┴──────────────────────────────────────────┘
3244
3245   macsec setting
3246       MACSec Settings.
3247
3248       ┌──────────────┬──────────────────────┬───────────────┬───────────────────────────┐
3249Key Name      Value Type           Default Value Value                     
3250       │              │                      │               │ Description               
3251       ├──────────────┼──────────────────────┼───────────────┼───────────────────────────┤
3252       │encrypt       │ boolean              │ TRUE          │ Whether the               │
3253       │              │                      │               │ transmitted               │
3254       │              │                      │               │ traffic must be           │
3255       │              │                      │               │ encrypted.                │
3256       ├──────────────┼──────────────────────┼───────────────┼───────────────────────────┤
3257       │mka-cak       │ string               │               │ The pre-shared            │
3258       │              │                      │               │ CAK                       │
3259       │              │                      │               │ (Connectivity             │
3260       │              │                      │               │ Association Key)          │
3261       │              │                      │               │ for MACsec Key            │
3262       │              │                      │               │ Agreement.                │
3263       ├──────────────┼──────────────────────┼───────────────┼───────────────────────────┤
3264       │mka-cak-flags │ NMSettingSecretFlags │               │ Flags indicating          │
3265       │              │ (uint32)             │               │ how to handle             │
3266       │              │                      │               │ the "mka-cak"             │
3267       │              │                      │               │ property. (see            │
3268       │              │                      │               │ the section               │
3269       │              │                      │               │ called “Secret            │
3270       │              │                      │               │ flag types:” for          │
3271       │              │                      │               │ flag values)              │
3272       ├──────────────┼──────────────────────┼───────────────┼───────────────────────────┤
3273       │mka-ckn       │ string               │               │ The pre-shared            │
3274       │              │                      │               │ CKN                       │
3275       │              │                      │               │ (Connectivity-association │
3276       │              │                      │               │ Key Name) for             │
3277       │              │                      │               │ MACsec Key                │
3278       │              │                      │               │ Agreement.                │
3279       ├──────────────┼──────────────────────┼───────────────┼───────────────────────────┤
3280       │mode          │ int32                │ 0             │ Specifies how the CAK     │
3281       │              │                      │               │ (Connectivity Association │
3282       │              │                      │               │ Key) for MKA (MACsec Key  │
3283       │              │                      │               │ Agreement) is obtained.   │
3284       ├──────────────┼──────────────────────┼───────────────┼───────────────────────────┤
3285       │parent        │ string               │               │ If given, specifies the   │
3286       │              │                      │               │ parent interface name or  │
3287       │              │                      │               │ parent connection UUID    │
3288       │              │                      │               │ from which this MACSEC    │
3289       │              │                      │               │ interface should be       │
3290       │              │                      │               │ created.  If this         │
3291       │              │                      │               │ property is not           │
3292       │              │                      │               │ specified, the connection │
3293       │              │                      │               │ must contain an           │
3294       │              │                      │               │ "802-3-ethernet" setting  │
3295       │              │                      │               │ with a "mac-address"      │
3296       │              │                      │               │ property.                 │
3297       ├──────────────┼──────────────────────┼───────────────┼───────────────────────────┤
3298       │port          │ int32                │ 1             │ The port component of the │
3299       │              │                      │               │ SCI (Secure Channel       │
3300       │              │                      │               │ Identifier), between 1    │
3301       │              │                      │               │ and 65534.                │
3302       ├──────────────┼──────────────────────┼───────────────┼───────────────────────────┤
3303       │send-sci      │ boolean              │ TRUE          │ Specifies whether the SCI │
3304       │              │                      │               │ (Secure Channel           │
3305       │              │                      │               │ Identifier) is included   │
3306       │              │                      │               │ in every packet.          │
3307       ├──────────────┼──────────────────────┼───────────────┼───────────────────────────┤
3308       │validation    │ int32                │ 2             │ Specifies the validation  │
3309       │              │                      │               │ mode for incoming frames. │
3310       └──────────────┴──────────────────────┴───────────────┴───────────────────────────┘
3311
3312   macvlan setting
3313       MAC VLAN Settings.
3314
3315       ┌────────────┬────────────┬───────────────┬──────────────────┐
3316Key Name    Value Type Default Value Value            
3317       │            │            │               │ Description      
3318       ├────────────┼────────────┼───────────────┼──────────────────┤
3319       │mode        │ uint32     │ 0             │ The macvlan      │
3320       │            │            │               │ mode, which      │
3321       │            │            │               │ specifies the    │
3322       │            │            │               │ communication    │
3323       │            │            │               │ mechanism        │
3324       │            │            │               │ between multiple │
3325       │            │            │               │ macvlans on the  │
3326       │            │            │               │ same lower       │
3327       │            │            │               │ device.          │
3328       ├────────────┼────────────┼───────────────┼──────────────────┤
3329       │parent      │ string     │               │ If given,        │
3330       │            │            │               │ specifies the    │
3331       │            │            │               │ parent interface │
3332       │            │            │               │ name or parent   │
3333       │            │            │               │ connection UUID  │
3334       │            │            │               │ from which this  │
3335       │            │            │               │ MAC-VLAN         │
3336       │            │            │               │ interface should │
3337       │            │            │               │ be created.  If  │
3338       │            │            │               │ this property is │
3339       │            │            │               │ not specified,   │
3340       │            │            │               │ the connection   │
3341       │            │            │               │ must contain an  │
3342       │            │            │               │ "802-3-ethernet" │
3343       │            │            │               │ setting with a   │
3344       │            │            │               │ "mac-address"    │
3345       │            │            │               │ property.        │
3346       ├────────────┼────────────┼───────────────┼──────────────────┤
3347       │promiscuous │ boolean    │ TRUE          │ Whether the      │
3348       │            │            │               │ interface should │
3349       │            │            │               │ be put in        │
3350       │            │            │               │ promiscuous      │
3351       │            │            │               │ mode.            │
3352       ├────────────┼────────────┼───────────────┼──────────────────┤
3353       │tap         │ boolean    │ FALSE         │ Whether the      │
3354       │            │            │               │ interface should │
3355       │            │            │               │ be a MACVTAP.    │
3356       └────────────┴────────────┴───────────────┴──────────────────┘
3357
3358   match setting
3359       Match settings.
3360
3361       ┌────────────────────┬─────────────────┬───────────────┬───────────────────────────────────────┐
3362Key Name            Value Type      Default Value Value                                 
3363       │                    │                 │               │ Description                           
3364       ├────────────────────┼─────────────────┼───────────────┼───────────────────────────────────────┤
3365       │driver              │ array of string │               │ A list of driver                      │
3366       │                    │                 │               │ names to match.                       │
3367       │                    │                 │               │ Each element is                       │
3368       │                    │                 │               │ a shell wildcard                      │
3369       │                    │                 │               │ pattern. See                          │
3370       │                    │                 │               │ NMSettingMatch:interface-name         │
3371       │                    │                 │               │ for how special                       │
3372       │                    │                 │               │ characters '|',                       │
3373       │                    │                 │               │ '&', '!' and                          │
3374       │                    │                 │               │ '\\' are used                         │
3375       │                    │                 │               │ for optional and                      │
3376       │                    │                 │               │ mandatory                             │
3377       │                    │                 │               │ matches and                           │
3378       │                    │                 │               │ inverting the                         │
3379       │                    │                 │               │ pattern.                              │
3380       ├────────────────────┼─────────────────┼───────────────┼───────────────────────────────────────┤
3381       │interface-name      │ array of string │               │ A list of interface names to          │
3382       │                    │                 │               │ match. Each element is a              │
3383       │                    │                 │               │ shell wildcard pattern. An            │
3384       │                    │                 │               │ element can be prefixed with          │
3385       │                    │                 │               │ a pipe symbol (|) or an               │
3386       │                    │                 │               │ ampersand (&). The former             │
3387       │                    │                 │               │ means that the element is             │
3388       │                    │                 │               │ optional and the latter means         │
3389       │                    │                 │               │ that it is mandatory. If              │
3390       │                    │                 │               │ there are any optional                │
3391       │                    │                 │               │ elements, than the match              │
3392       │                    │                 │               │ evaluates to true if at least         │
3393       │                    │                 │               │ one of the optional element           │
3394       │                    │                 │               │ matches (logical OR). If              │
3395       │                    │                 │               │ there are any mandatory               │
3396       │                    │                 │               │ elements, then they all must          │
3397       │                    │                 │               │ match (logical AND). By               │
3398       │                    │                 │               │ default, an element is                │
3399       │                    │                 │               │ optional. This means that an          │
3400       │                    │                 │               │ element "foo" behaves the             │
3401       │                    │                 │               │ same as "|foo". An element            │
3402       │                    │                 │               │ can also be inverted with             │
3403       │                    │                 │               │ exclamation mark (!) between          │
3404       │                    │                 │               │ the pipe symbol (or the               │
3405       │                    │                 │               │ ampersand) and before the             │
3406       │                    │                 │               │ pattern. Note that "!foo" is          │
3407       │                    │                 │               │ a shortcut for the mandatory          │
3408       │                    │                 │               │ match "&!foo". Finally, a             │
3409       │                    │                 │               │ backslash can be used at the          │
3410       │                    │                 │               │ beginning of the element              │
3411       │                    │                 │               │ (after the optional special           │
3412       │                    │                 │               │ characters) to escape the             │
3413       │                    │                 │               │ start of the pattern. For             │
3414       │                    │                 │               │ example, "&\\!a" is an                │
3415       │                    │                 │               │ mandatory match for literally         │
3416       │                    │                 │               │ "!a".                                 │
3417       ├────────────────────┼─────────────────┼───────────────┼───────────────────────────────────────┤
3418       │kernel-command-line │ array of string │               │ A list of kernel command line         │
3419       │                    │                 │               │ arguments to match. This may          │
3420       │                    │                 │               │ be used to check whether a            │
3421       │                    │                 │               │ specific kernel command line          │
3422       │                    │                 │               │ option is set (or unset, if           │
3423       │                    │                 │               │ prefixed with the exclamation         │
3424       │                    │                 │               │ mark). The argument must              │
3425       │                    │                 │               │ either be a single word, or           │
3426       │                    │                 │               │ an assignment (i.e. two               │
3427       │                    │                 │               │ words, joined by "="). In the         │
3428       │                    │                 │               │ former case the kernel                │
3429       │                    │                 │               │ command line is searched for          │
3430       │                    │                 │               │ the word appearing as is, or          │
3431       │                    │                 │               │ as left hand side of an               │
3432       │                    │                 │               │ assignment. In the latter             │
3433       │                    │                 │               │ case, the exact assignment is         │
3434       │                    │                 │               │ looked for with right and             │
3435       │                    │                 │               │ left hand side matching.              │
3436       │                    │                 │               │ Wildcard patterns are not             │
3437       │                    │                 │               │ supported. See                        │
3438       │                    │                 │               │ NMSettingMatch:interface-name         │
3439       │                    │                 │               │ for how special characters            │
3440       │                    │                 │               │ '|', '&', '!' and '\\' are            │
3441       │                    │                 │               │ used for optional and                 │
3442       │                    │                 │               │ mandatory matches and                 │
3443       │                    │                 │               │ inverting the match.                  │
3444       ├────────────────────┼─────────────────┼───────────────┼───────────────────────────────────────┤
3445       │path                │ array of string │               │ A list of paths to match              │
3446       │                    │                 │               │ against the ID_PATH udev              │
3447       │                    │                 │               │ property of devices. ID_PATH          │
3448       │                    │                 │               │ represents the topological            │
3449       │                    │                 │               │ persistent path of a device.          │
3450       │                    │                 │               │ It typically contains a               │
3451       │                    │                 │               │ subsystem string (pci, usb,           │
3452       │                    │                 │               │ platform, etc.) and a                 │
3453       │                    │                 │               │ subsystem-specific                    │
3454       │                    │                 │               │ identifier. For PCI devices           │
3455       │                    │                 │               │ the path has the form                 │
3456       │                    │                 │               │ "pci-$domain:$bus:$device.$function", │
3457       │                    │                 │               │ where each variable is an             │
3458       │                    │                 │               │ hexadecimal value; for                │
3459       │                    │                 │               │ example "pci-0000:0a:00.0".           │
3460       │                    │                 │               │ The path of a device can be           │
3461       │                    │                 │               │ obtained with "udevadm info           │
3462       │                    │                 │               │ /sys/class/net/$dev | grep            │
3463       │                    │                 │               │ ID_PATH=" or by looking at            │
3464       │                    │                 │               │ the "path" property exported          │
3465       │                    │                 │               │ by NetworkManager ("nmcli -f          │
3466       │                    │                 │               │ general.path device show              │
3467       │                    │                 │               │ $dev"). Each element of the           │
3468       │                    │                 │               │ list is a shell wildcard              │
3469       │                    │                 │               │ pattern. See                          │
3470       │                    │                 │               │ NMSettingMatch:interface-name         │
3471       │                    │                 │               │ for how special characters            │
3472       │                    │                 │               │ '|', '&', '!' and '\\' are            │
3473       │                    │                 │               │ used for optional and                 │
3474       │                    │                 │               │ mandatory matches and                 │
3475       │                    │                 │               │ inverting the pattern.                │
3476       └────────────────────┴─────────────────┴───────────────┴───────────────────────────────────────┘
3477
3478   802-11-olpc-mesh setting
3479       OLPC Wireless Mesh Settings.
3480
3481       ┌─────────────────────┬────────────┬───────────────┬──────────────────┐
3482Key Name             Value Type Default Value Value            
3483       │                     │            │               │ Description      
3484       ├─────────────────────┼────────────┼───────────────┼──────────────────┤
3485       │channel              │ uint32     │ 0             │ Channel on which │
3486       │                     │            │               │ the mesh network │
3487       │                     │            │               │ to join is       │
3488       │                     │            │               │ located.         │
3489       ├─────────────────────┼────────────┼───────────────┼──────────────────┤
3490       │dhcp-anycast-address │ byte array │               │ Anycast DHCP MAC │
3491       │                     │            │               │ address used     │
3492       │                     │            │               │ when requesting  │
3493       │                     │            │               │ an IP address    │
3494       │                     │            │               │ via DHCP. The    │
3495       │                     │            │               │ specific anycast │
3496       │                     │            │               │ address used     │
3497       │                     │            │               │ determines which │
3498       │                     │            │               │ DHCP server      │
3499       │                     │            │               │ class answers    │
3500       │                     │            │               │ the request.     │
3501       │                     │            │               │ This is          │
3502       │                     │            │               │ currently only   │
3503       │                     │            │               │ implemented by   │
3504       │                     │            │               │ dhclient DHCP    │
3505       │                     │            │               │ plugin.          │
3506       ├─────────────────────┼────────────┼───────────────┼──────────────────┤
3507       │ssid                 │ byte array │               │ SSID of the mesh │
3508       │                     │            │               │ network to join. │
3509       └─────────────────────┴────────────┴───────────────┴──────────────────┘
3510
3511   ovs-bridge setting
3512       OvsBridge Link Settings.
3513
3514       ┌──────────────────────┬────────────┬───────────────┬──────────────────┐
3515Key Name              Value Type Default Value Value            
3516       │                      │            │               │ Description      
3517       ├──────────────────────┼────────────┼───────────────┼──────────────────┤
3518       │datapath-type         │ string     │               │ The data path    │
3519       │                      │            │               │ type. One of     │
3520       │                      │            │               │ "system",        │
3521       │                      │            │               │ "netdev" or      │
3522       │                      │            │               │ empty.           │
3523       ├──────────────────────┼────────────┼───────────────┼──────────────────┤
3524       │fail-mode             │ string     │               │ The bridge       │
3525       │                      │            │               │ failure mode.    │
3526       │                      │            │               │ One of "secure", │
3527       │                      │            │               │ "standalone" or  │
3528       │                      │            │               │ empty.           │
3529       ├──────────────────────┼────────────┼───────────────┼──────────────────┤
3530       │mcast-snooping-enable │ boolean    │ FALSE         │ Enable or        │
3531       │                      │            │               │ disable          │
3532       │                      │            │               │ multicast        │
3533       │                      │            │               │ snooping.        │
3534       ├──────────────────────┼────────────┼───────────────┼──────────────────┤
3535       │rstp-enable           │ boolean    │ FALSE         │ Enable or        │
3536       │                      │            │               │ disable RSTP.    │
3537       ├──────────────────────┼────────────┼───────────────┼──────────────────┤
3538       │stp-enable            │ boolean    │ FALSE         │ Enable or        │
3539       │                      │            │               │ disable STP.     │
3540       └──────────────────────┴────────────┴───────────────┴──────────────────┘
3541
3542   ovs-dpdk setting
3543       OvsDpdk Link Settings.
3544
3545       ┌─────────┬────────────┬───────────────┬──────────────┐
3546Key Name Value Type Default Value Value        
3547       │         │            │               │ Description  
3548       ├─────────┼────────────┼───────────────┼──────────────┤
3549       │devargs  │ string     │               │ Open vSwitch │
3550       │         │            │               │ DPDK device  │
3551       │         │            │               │ arguments.   │
3552       └─────────┴────────────┴───────────────┴──────────────┘
3553
3554   ovs-interface setting
3555       Open vSwitch Interface Settings.
3556
3557       ┌─────────┬────────────┬───────────────┬──────────────────┐
3558Key Name Value Type Default Value Value            
3559       │         │            │               │ Description      
3560       ├─────────┼────────────┼───────────────┼──────────────────┤
3561       │type     │ string     │               │ The interface    │
3562       │         │            │               │ type. Either     │
3563       │         │            │               │ "internal",      │
3564       │         │            │               │ "system",        │
3565       │         │            │               │ "patch", "dpdk", │
3566       │         │            │               │ or empty.        │
3567       └─────────┴────────────┴───────────────┴──────────────────┘
3568
3569   ovs-patch setting
3570       OvsPatch Link Settings.
3571
3572       ┌─────────┬────────────┬───────────────┬──────────────────┐
3573Key Name Value Type Default Value Value            
3574       │         │            │               │ Description      
3575       ├─────────┼────────────┼───────────────┼──────────────────┤
3576       │peer     │ string     │               │ Specifies the    │
3577       │         │            │               │ name of the      │
3578       │         │            │               │ interface for    │
3579       │         │            │               │ the other side   │
3580       │         │            │               │ of the patch.    │
3581       │         │            │               │ The patch on the │
3582       │         │            │               │ other side must  │
3583       │         │            │               │ also set this    │
3584       │         │            │               │ interface as     │
3585       │         │            │               │ peer.            │
3586       └─────────┴────────────┴───────────────┴──────────────────┘
3587
3588   ovs-port setting
3589       OvsPort Link Settings.
3590
3591       ┌───────────────┬────────────┬───────────────┬────────────────────┐
3592Key Name       Value Type Default Value Value              
3593       │               │            │               │ Description        
3594       ├───────────────┼────────────┼───────────────┼────────────────────┤
3595       │bond-downdelay │ uint32     │ 0             │ The time port      │
3596       │               │            │               │ must be inactive   │
3597       │               │            │               │ in order to be     │
3598       │               │            │               │ considered down.   │
3599       ├───────────────┼────────────┼───────────────┼────────────────────┤
3600       │bond-mode      │ string     │               │ Bonding mode.      │
3601       │               │            │               │ One of             │
3602       │               │            │               │ "active-backup",   │
3603       │               │            │               │ "balance-slb",     │
3604       │               │            │               │ or                 │
3605       │               │            │               │ "balance-tcp".     │
3606       ├───────────────┼────────────┼───────────────┼────────────────────┤
3607       │bond-updelay   │ uint32     │ 0             │ The time port      │
3608       │               │            │               │ must be active     │
3609       │               │            │               │ before it starts   │
3610       │               │            │               │ forwarding         │
3611       │               │            │               │ traffic.           │
3612       ├───────────────┼────────────┼───────────────┼────────────────────┤
3613       │lacp           │ string     │               │ LACP mode. One     │
3614       │               │            │               │ of "active",       │
3615       │               │            │               │ "off", or          │
3616       │               │            │               │ "passive".         │
3617       ├───────────────┼────────────┼───────────────┼────────────────────┤
3618       │tag            │ uint32     │ 0             │ The VLAN tag in    │
3619       │               │            │               │ the range          │
3620       │               │            │               │ 0-4095.            │
3621       ├───────────────┼────────────┼───────────────┼────────────────────┤
3622       │vlan-mode      │ string     │               │ The VLAN mode.     │
3623       │               │            │               │ One of "access",   │
3624       │               │            │               │ "native-tagged",   │
3625       │               │            │               │ "native-untagged", │
3626       │               │            │               │ "trunk" or         │
3627       │               │            │               │ unset.             │
3628       └───────────────┴────────────┴───────────────┴────────────────────┘
3629
3630   ppp setting
3631       Point-to-Point Protocol Settings.
3632
3633       ┌──────────────────┬────────────┬───────────────┬─────────────────────┐
3634Key Name          Value Type Default Value Value               
3635       │                  │            │               │ Description         
3636       ├──────────────────┼────────────┼───────────────┼─────────────────────┤
3637       │baud              │ uint32     │ 0             │ If non-zero,        │
3638       │                  │            │               │ instruct pppd to    │
3639       │                  │            │               │ set the serial      │
3640       │                  │            │               │ port to the         │
3641       │                  │            │               │ specified           │
3642       │                  │            │               │ baudrate.  This     │
3643       │                  │            │               │ value should        │
3644       │                  │            │               │ normally be left    │
3645       │                  │            │               │ as 0 to             │
3646       │                  │            │               │ automatically       │
3647       │                  │            │               │ choose the          │
3648       │                  │            │               │ speed.              │
3649       ├──────────────────┼────────────┼───────────────┼─────────────────────┤
3650       │crtscts           │ boolean    │ FALSE         │ If TRUE, specify    │
3651       │                  │            │               │ that pppd should    │
3652       │                  │            │               │ set the serial      │
3653       │                  │            │               │ port to use         │
3654       │                  │            │               │ hardware flow       │
3655       │                  │            │               │ control with RTS    │
3656       │                  │            │               │ and CTS signals.    │
3657       │                  │            │               │ This value          │
3658       │                  │            │               │ should normally     │
3659       │                  │            │               │ be set to FALSE.    │
3660       ├──────────────────┼────────────┼───────────────┼─────────────────────┤
3661       │lcp-echo-failure  │ uint32     │ 0             │ If non-zero,        │
3662       │                  │            │               │ instruct pppd to    │
3663       │                  │            │               │ presume the         │
3664       │                  │            │               │ connection to       │
3665       │                  │            │               │ the peer has        │
3666       │                  │            │               │ failed if the       │
3667       │                  │            │               │ specified number    │
3668       │                  │            │               │ of LCP              │
3669       │                  │            │               │ echo-requests go    │
3670       │                  │            │               │ unanswered by       │
3671       │                  │            │               │ the peer.  The      │
3672       │                  │            │               │ "lcp-echo-interval" │
3673       │                  │            │               │ property must       │
3674       │                  │            │               │ also be set to a    │
3675       │                  │            │               │ non-zero value      │
3676       │                  │            │               │ if this property    │
3677       │                  │            │               │ is used.            │
3678       ├──────────────────┼────────────┼───────────────┼─────────────────────┤
3679       │lcp-echo-interval │ uint32     │ 0             │ If non-zero,        │
3680       │                  │            │               │ instruct pppd to    │
3681       │                  │            │               │ send an LCP         │
3682       │                  │            │               │ echo-request frame  │
3683       │                  │            │               │ to the peer every n │
3684       │                  │            │               │ seconds (where n is │
3685       │                  │            │               │ the specified       │
3686       │                  │            │               │ value).  Note that  │
3687       │                  │            │               │ some PPP peers will │
3688       │                  │            │               │ respond to echo     │
3689       │                  │            │               │ requests and some   │
3690       │                  │            │               │ will not, and it is │
3691       │                  │            │               │ not possible to     │
3692       │                  │            │               │ autodetect this.    │
3693       ├──────────────────┼────────────┼───────────────┼─────────────────────┤
3694       │mppe-stateful     │ boolean    │ FALSE         │ If TRUE, stateful   │
3695       │                  │            │               │ MPPE is used.  See  │
3696       │                  │            │               │ pppd documentation  │
3697       │                  │            │               │ for more            │
3698       │                  │            │               │ information on      │
3699       │                  │            │               │ stateful MPPE.      │
3700       ├──────────────────┼────────────┼───────────────┼─────────────────────┤
3701       │mru               │ uint32     │ 0             │ If non-zero,        │
3702       │                  │            │               │ instruct pppd to    │
3703       │                  │            │               │ request that the    │
3704       │                  │            │               │ peer send packets   │
3705       │                  │            │               │ no larger than the  │
3706       │                  │            │               │ specified size.  If │
3707       │                  │            │               │ non-zero, the MRU   │
3708       │                  │            │               │ should be between   │
3709       │                  │            │               │ 128 and 16384.      │
3710       ├──────────────────┼────────────┼───────────────┼─────────────────────┤
3711       │mtu               │ uint32     │ 0             │ If non-zero,        │
3712       │                  │            │               │ instruct pppd to    │
3713       │                  │            │               │ send packets no     │
3714       │                  │            │               │ larger than the     │
3715       │                  │            │               │ specified size.     │
3716       ├──────────────────┼────────────┼───────────────┼─────────────────────┤
3717       │no-vj-comp        │ boolean    │ FALSE         │ If TRUE, Van        │
3718       │                  │            │               │ Jacobsen TCP header │
3719       │                  │            │               │ compression will    │
3720       │                  │            │               │ not be requested.   │
3721       ├──────────────────┼────────────┼───────────────┼─────────────────────┤
3722       │noauth            │ boolean    │ TRUE          │ If TRUE, do not     │
3723       │                  │            │               │ require the other   │
3724       │                  │            │               │ side (usually the   │
3725       │                  │            │               │ PPP server) to      │
3726       │                  │            │               │ authenticate itself │
3727       │                  │            │               │ to the client.  If  │
3728       │                  │            │               │ FALSE, require      │
3729       │                  │            │               │ authentication from │
3730       │                  │            │               │ the remote side.    │
3731       │                  │            │               │ In almost all       │
3732       │                  │            │               │ cases, this should  │
3733       │                  │            │               │ be TRUE.            │
3734       ├──────────────────┼────────────┼───────────────┼─────────────────────┤
3735       │nobsdcomp         │ boolean    │ FALSE         │ If TRUE, BSD        │
3736       │                  │            │               │ compression will    │
3737       │                  │            │               │ not be requested.   │
3738       ├──────────────────┼────────────┼───────────────┼─────────────────────┤
3739       │nodeflate         │ boolean    │ FALSE         │ If TRUE, "deflate"  │
3740       │                  │            │               │ compression will    │
3741       │                  │            │               │ not be requested.   │
3742       ├──────────────────┼────────────┼───────────────┼─────────────────────┤
3743       │refuse-chap       │ boolean    │ FALSE         │ If TRUE, the CHAP   │
3744       │                  │            │               │ authentication      │
3745       │                  │            │               │ method will not be  │
3746       │                  │            │               │ used.               │
3747       ├──────────────────┼────────────┼───────────────┼─────────────────────┤
3748       │refuse-eap        │ boolean    │ FALSE         │ If TRUE, the EAP    │
3749       │                  │            │               │ authentication      │
3750       │                  │            │               │ method will not be  │
3751       │                  │            │               │ used.               │
3752       ├──────────────────┼────────────┼───────────────┼─────────────────────┤
3753       │refuse-mschap     │ boolean    │ FALSE         │ If TRUE, the MSCHAP │
3754       │                  │            │               │ authentication      │
3755       │                  │            │               │ method will not be  │
3756       │                  │            │               │ used.               │
3757       ├──────────────────┼────────────┼───────────────┼─────────────────────┤
3758       │refuse-mschapv2   │ boolean    │ FALSE         │ If TRUE, the        │
3759       │                  │            │               │ MSCHAPv2            │
3760       │                  │            │               │ authentication      │
3761       │                  │            │               │ method will not be  │
3762       │                  │            │               │ used.               │
3763       ├──────────────────┼────────────┼───────────────┼─────────────────────┤
3764       │refuse-pap        │ boolean    │ FALSE         │ If TRUE, the PAP    │
3765       │                  │            │               │ authentication      │
3766       │                  │            │               │ method will not be  │
3767       │                  │            │               │ used.               │
3768       ├──────────────────┼────────────┼───────────────┼─────────────────────┤
3769       │require-mppe      │ boolean    │ FALSE         │ If TRUE, MPPE       │
3770       │                  │            │               │ (Microsoft          │
3771       │                  │            │               │ Point-to-Point      │
3772       │                  │            │               │ Encryption) will be │
3773       │                  │            │               │ required for the    │
3774       │                  │            │               │ PPP session.  If    │
3775       │                  │            │               │ either 64-bit or    │
3776       │                  │            │               │ 128-bit MPPE is not │
3777       │                  │            │               │ available the       │
3778       │                  │            │               │ session will fail.  │
3779       │                  │            │               │ Note that MPPE is   │
3780       │                  │            │               │ not used on mobile  │
3781       │                  │            │               │ broadband           │
3782       │                  │            │               │ connections.        │
3783       ├──────────────────┼────────────┼───────────────┼─────────────────────┤
3784       │require-mppe-128  │ boolean    │ FALSE         │ If TRUE, 128-bit    │
3785       │                  │            │               │ MPPE (Microsoft     │
3786       │                  │            │               │ Point-to-Point      │
3787       │                  │            │               │ Encryption) will be │
3788       │                  │            │               │ required for the    │
3789       │                  │            │               │ PPP session, and    │
3790       │                  │            │               │ the "require-mppe"  │
3791       │                  │            │               │ property must also  │
3792       │                  │            │               │ be set to TRUE.  If │
3793       │                  │            │               │ 128-bit MPPE is not │
3794       │                  │            │               │ available the       │
3795       │                  │            │               │ session will fail.  │
3796       └──────────────────┴────────────┴───────────────┴─────────────────────┘
3797
3798   pppoe setting
3799       PPP-over-Ethernet Settings.
3800
3801       ┌───────────────┬──────────────────────┬───────────────┬──────────────────────┐
3802Key Name       Value Type           Default Value Value                
3803       │               │                      │               │ Description          
3804       ├───────────────┼──────────────────────┼───────────────┼──────────────────────┤
3805       │parent         │ string               │               │ If given,            │
3806       │               │                      │               │ specifies the        │
3807       │               │                      │               │ parent interface     │
3808       │               │                      │               │ name on which        │
3809       │               │                      │               │ this PPPoE           │
3810       │               │                      │               │ connection           │
3811       │               │                      │               │ should be            │
3812       │               │                      │               │ created.  If         │
3813       │               │                      │               │ this property is     │
3814       │               │                      │               │ not specified,       │
3815       │               │                      │               │ the connection       │
3816       │               │                      │               │ is activated on      │
3817       │               │                      │               │ the interface        │
3818       │               │                      │               │ specified in         │
3819       │               │                      │               │ "interface-name"     │
3820       │               │                      │               │ of                   │
3821       │               │                      │               │ NMSettingConnection. │
3822       ├───────────────┼──────────────────────┼───────────────┼──────────────────────┤
3823       │password       │ string               │               │ Password used to     │
3824       │               │                      │               │ authenticate with    │
3825       │               │                      │               │ the PPPoE service.   │
3826       ├───────────────┼──────────────────────┼───────────────┼──────────────────────┤
3827       │password-flags │ NMSettingSecretFlags │               │ Flags indicating how │
3828       │               │ (uint32)             │               │ to handle the        │
3829       │               │                      │               │ "password" property. │
3830       │               │                      │               │ (see the section     │
3831       │               │                      │               │ called “Secret flag  │
3832       │               │                      │               │ types:” for flag     │
3833       │               │                      │               │ values)              │
3834       ├───────────────┼──────────────────────┼───────────────┼──────────────────────┤
3835       │service        │ string               │               │ If specified,        │
3836       │               │                      │               │ instruct PPPoE to    │
3837       │               │                      │               │ only initiate        │
3838       │               │                      │               │ sessions with access │
3839       │               │                      │               │ concentrators that   │
3840       │               │                      │               │ provide the          │
3841       │               │                      │               │ specified service.   │
3842       │               │                      │               │ For most providers,  │
3843       │               │                      │               │ this should be left  │
3844       │               │                      │               │ blank.  It is only   │
3845       │               │                      │               │ required if there    │
3846       │               │                      │               │ are multiple access  │
3847       │               │                      │               │ concentrators or a   │
3848       │               │                      │               │ specific service is  │
3849       │               │                      │               │ known to be          │
3850       │               │                      │               │ required.            │
3851       ├───────────────┼──────────────────────┼───────────────┼──────────────────────┤
3852       │username       │ string               │               │ Username used to     │
3853       │               │                      │               │ authenticate with    │
3854       │               │                      │               │ the PPPoE service.   │
3855       └───────────────┴──────────────────────┴───────────────┴──────────────────────┘
3856
3857   proxy setting
3858       WWW Proxy Settings.
3859
3860       ┌─────────────┬────────────┬───────────────┬──────────────────────────────┐
3861Key Name     Value Type Default Value Value                        
3862       │             │            │               │ Description                  
3863       ├─────────────┼────────────┼───────────────┼──────────────────────────────┤
3864       │browser-only │ boolean    │ FALSE         │ Whether the                  │
3865       │             │            │               │ proxy                        │
3866       │             │            │               │ configuration is             │
3867       │             │            │               │ for browser                  │
3868       │             │            │               │ only.                        │
3869       ├─────────────┼────────────┼───────────────┼──────────────────────────────┤
3870       │method       │ int32      │ 0             │ Method for proxy             │
3871       │             │            │               │ configuration,               │
3872       │             │            │               │ Default is                   │
3873       │             │            │               │ NM_SETTING_PROXY_METHOD_NONE │
3874       │             │            │               │ (0)                          │
3875       ├─────────────┼────────────┼───────────────┼──────────────────────────────┤
3876       │pac-script   │ string     │               │ PAC script for the           │
3877       │             │            │               │ connection.                  │
3878       ├─────────────┼────────────┼───────────────┼──────────────────────────────┤
3879       │pac-url      │ string     │               │ PAC URL for obtaining PAC    │
3880       │             │            │               │ file.                        │
3881       └─────────────┴────────────┴───────────────┴──────────────────────────────┘
3882
3883   serial setting
3884       Serial Link Settings.
3885
3886       ┌───────────┬────────────┬───────────────┬──────────────────┐
3887Key Name   Value Type Default Value Value            
3888       │           │            │               │ Description      
3889       ├───────────┼────────────┼───────────────┼──────────────────┤
3890       │baud       │ uint32     │ 57600         │ Speed to use for │
3891       │           │            │               │ communication    │
3892       │           │            │               │ over the serial  │
3893       │           │            │               │ port.  Note that │
3894       │           │            │               │ this value       │
3895       │           │            │               │ usually has no   │
3896       │           │            │               │ effect for       │
3897       │           │            │               │ mobile broadband │
3898       │           │            │               │ modems as they   │
3899       │           │            │               │ generally ignore │
3900       │           │            │               │ speed settings   │
3901       │           │            │               │ and use the      │
3902       │           │            │               │ highest          │
3903       │           │            │               │ available speed. │
3904       ├───────────┼────────────┼───────────────┼──────────────────┤
3905       │bits       │ uint32     │ 8             │ Byte-width of    │
3906       │           │            │               │ the serial       │
3907       │           │            │               │ communication.   │
3908       │           │            │               │ The 8 in "8n1"   │
3909       │           │            │               │ for example.     │
3910       ├───────────┼────────────┼───────────────┼──────────────────┤
3911       │parity     │ byte       │               │ The connection   │
3912       │           │            │               │ parity: 69       │
3913       │           │            │               │ (ASCII 'E') for  │
3914       │           │            │               │ even parity, 111 │
3915       │           │            │               │ (ASCII 'o') for  │
3916       │           │            │               │ odd, 110 (ASCII  │
3917       │           │            │               │ 'n') for none.   │
3918       ├───────────┼────────────┼───────────────┼──────────────────┤
3919       │send-delay │ uint64     │ 0             │ Time to delay    │
3920       │           │            │               │ between each     │
3921       │           │            │               │ byte sent to the │
3922       │           │            │               │ modem, in        │
3923       │           │            │               │ microseconds.    │
3924       ├───────────┼────────────┼───────────────┼──────────────────┤
3925       │stopbits   │ uint32     │ 1             │ Number of stop   │
3926       │           │            │               │ bits for         │
3927       │           │            │               │ communication on │
3928       │           │            │               │ the serial port. │
3929       │           │            │               │ Either 1 or 2.   │
3930       │           │            │               │ The 1 in "8n1"   │
3931       │           │            │               │ for example.     │
3932       └───────────┴────────────┴───────────────┴──────────────────┘
3933
3934   sriov setting
3935       SR-IOV settings.
3936
3937       ┌──────────────────┬──────────────────┬───────────────┬──────────────────────────┐
3938Key Name          Value Type       Default Value Value                    
3939       │                  │                  │               │ Description              
3940       ├──────────────────┼──────────────────┼───────────────┼──────────────────────────┤
3941       │autoprobe-drivers │ NMTernary        │               │ Whether to               │
3942       │                  │ (int32)          │               │ autoprobe                │
3943       │                  │                  │               │ virtual                  │
3944       │                  │                  │               │ functions by a           │
3945       │                  │                  │               │ compatible               │
3946       │                  │                  │               │ driver. If set           │
3947       │                  │                  │               │ to                       │
3948       │                  │                  │               │ NM_TERNARY_TRUE          │
3949       │                  │                  │               │ (1), the kernel          │
3950       │                  │                  │               │ will try to bind         │
3951       │                  │                  │               │ VFs to a                 │
3952       │                  │                  │               │ compatible               │
3953       │                  │                  │               │ driver and if            │
3954       │                  │                  │               │ this succeeds a          │
3955       │                  │                  │               │ new network              │
3956       │                  │                  │               │ interface will           │
3957       │                  │                  │               │ be instantiated          │
3958       │                  │                  │               │ for each VF. If          │
3959       │                  │                  │               │ set to                   │
3960       │                  │                  │               │ NM_TERNARY_FALSE         │
3961       │                  │                  │               │ (0), VFs will            │
3962       │                  │                  │               │ not be claimed           │
3963       │                  │                  │               │ and no network           │
3964       │                  │                  │               │ interfaces will          │
3965       │                  │                  │               │ be created for           │
3966       │                  │                  │               │ them. When set           │
3967       │                  │                  │               │ to                       │
3968       │                  │                  │               │ NM_TERNARY_DEFAULT       │
3969       │                  │                  │               │ (-1), the global         │
3970       │                  │                  │               │ default is used;         │
3971       │                  │                  │               │ in case the              │
3972       │                  │                  │               │ global default           │
3973       │                  │                  │               │ is unspecified           │
3974       │                  │                  │               │ it is assumed to         │
3975       │                  │                  │               │ be                       │
3976       │                  │                  │               │ NM_TERNARY_TRUE          │
3977       │                  │                  │               │ (1).                     │
3978       ├──────────────────┼──────────────────┼───────────────┼──────────────────────────┤
3979       │total-vfs         │ uint32           │ 0             │ The total number         │
3980       │                  │                  │               │ of virtual               │
3981       │                  │                  │               │ functions to             │
3982       │                  │                  │               │ create. Note that        │
3983       │                  │                  │               │ when the sriov           │
3984       │                  │                  │               │ setting is present       │
3985       │                  │                  │               │ NetworkManager           │
3986       │                  │                  │               │ enforces the             │
3987       │                  │                  │               │ number of virtual        │
3988       │                  │                  │               │ functions on the         │
3989       │                  │                  │               │ interface (also          │
3990       │                  │                  │               │ when it is zero)         │
3991       │                  │                  │               │ during activation        │
3992       │                  │                  │               │ and resets it upon       │
3993       │                  │                  │               │ deactivation. To         │
3994       │                  │                  │               │ prevent any              │
3995       │                  │                  │               │ changes to SR-IOV        │
3996       │                  │                  │               │ parameters don't         │
3997       │                  │                  │               │ add a sriov              │
3998       │                  │                  │               │ setting to the           │
3999       │                  │                  │               │ connection.              │
4000       ├──────────────────┼──────────────────┼───────────────┼──────────────────────────┤
4001       │vfs               │ array of vardict │               │ Array of virtual         │
4002       │                  │                  │               │ function                 │
4003       │                  │                  │               │ descriptors. Each        │
4004       │                  │                  │               │ VF descriptor is a       │
4005       │                  │                  │               │ dictionary mapping       │
4006       │                  │                  │               │ attribute names to       │
4007       │                  │                  │               │ GVariant values.         │
4008       │                  │                  │               │ The 'index' entry        │
4009       │                  │                  │               │ is mandatory for         │
4010       │                  │                  │               │ each VF. When            │
4011       │                  │                  │               │ represented as           │
4012       │                  │                  │               │ string a VF is in        │
4013       │                  │                  │               │ the form: "INDEX         │
4014       │                  │                  │               │ [ATTR=VALUE[             │
4015       │                  │                  │               │ ATTR=VALUE]...]".        │
4016       │                  │                  │               │ for example: "2          │
4017       │                  │                  │               │ mac=00:11:22:33:44:55    │
4018       │                  │                  │               │ spoof-check=true".       │
4019       │                  │                  │               │ Multiple VFs can         │
4020       │                  │                  │               │ be specified using       │
4021       │                  │                  │               │ a comma as               │
4022       │                  │                  │               │ separator.               │
4023       │                  │                  │               │ Currently, the           │
4024       │                  │                  │               │ following                │
4025       │                  │                  │               │ attributes are           │
4026       │                  │                  │               │ supported: mac,          │
4027       │                  │                  │               │ spoof-check,             │
4028       │                  │                  │               │ trust,                   │
4029       │                  │                  │               │ min-tx-rate,             │
4030       │                  │                  │               │ max-tx-rate,             │
4031       │                  │                  │               │ vlans. The "vlans"       │
4032       │                  │                  │               │ attribute is             │
4033       │                  │                  │               │ represented as a         │
4034       │                  │                  │               │ semicolon-separated      │
4035       │                  │                  │               │ list of VLAN             │
4036       │                  │                  │               │ descriptors, where       │
4037       │                  │                  │               │ each descriptor          │
4038       │                  │                  │               │ has the form             │
4039       │                  │                  │               │ "ID[.PRIORITY[.PROTO]]". │
4040       │                  │                  │               │ PROTO can be             │
4041       │                  │                  │               │ either 'q' for           │
4042       │                  │                  │               │ 802.1Q (the              │
4043       │                  │                  │               │ default) or 'ad'         │
4044       │                  │                  │               │ for 802.1ad.             │
4045       └──────────────────┴──────────────────┴───────────────┴──────────────────────────┘
4046
4047   tc setting
4048       Linux Traffic Control Settings.
4049
4050       ┌─────────┬──────────────────┬───────────────┬──────────────────────────┐
4051Key Name Value Type       Default Value Value                    
4052       │         │                  │               │ Description              
4053       ├─────────┼──────────────────┼───────────────┼──────────────────────────┤
4054       │qdiscs   │ array of vardict │               │ Array of TC              │
4055       │         │                  │               │ queueing                 │
4056       │         │                  │               │ disciplines.             │
4057       │         │                  │               │ When the "tc"            │
4058       │         │                  │               │ setting is               │
4059       │         │                  │               │ present, qdiscs          │
4060       │         │                  │               │ from this                │
4061       │         │                  │               │ property are             │
4062       │         │                  │               │ applied upon             │
4063       │         │                  │               │ activation. If           │
4064       │         │                  │               │ the property is          │
4065       │         │                  │               │ empty, all               │
4066       │         │                  │               │ qdiscs are               │
4067       │         │                  │               │ removed and the          │
4068       │         │                  │               │ device will only         │
4069       │         │                  │               │ have the default         │
4070       │         │                  │               │ qdisc assigned           │
4071       │         │                  │               │ by kernel                │
4072       │         │                  │               │ according to the         │
4073       │         │                  │               │ "net.core.default_qdisc" │
4074       │         │                  │               │ sysctl. If the           │
4075       │         │                  │               │ "tc" setting is          │
4076       │         │                  │               │ not present,             │
4077       │         │                  │               │ NetworkManager           │
4078       │         │                  │               │ doesn't touch            │
4079       │         │                  │               │ the qdiscs               │
4080       │         │                  │               │ present on the           │
4081       │         │                  │               │ interface.               │
4082       ├─────────┼──────────────────┼───────────────┼──────────────────────────┤
4083       │tfilters │ array of vardict │               │ Array of TC traffic      │
4084       │         │                  │               │ filters. When the "tc"   │
4085       │         │                  │               │ setting is present,      │
4086       │         │                  │               │ filters from this        │
4087       │         │                  │               │ property are applied     │
4088       │         │                  │               │ upon activation. If the  │
4089       │         │                  │               │ property is empty,       │
4090       │         │                  │               │ NetworkManager removes   │
4091       │         │                  │               │ all the filters. If the  │
4092       │         │                  │               │ "tc" setting is not      │
4093       │         │                  │               │ present, NetworkManager  │
4094       │         │                  │               │ doesn't touch the        │
4095       │         │                  │               │ filters present on the   │
4096       │         │                  │               │ interface.               │
4097       └─────────┴──────────────────┴───────────────┴──────────────────────────┘
4098
4099   team setting
4100       Teaming Settings.
4101
4102       ┌────────────────────────────┬──────────────────┬───────────────┬──────────────────────────────┐
4103Key Name                    Value Type       Default Value Value                        
4104       │                            │                  │               │ Description                  
4105       ├────────────────────────────┼──────────────────┼───────────────┼──────────────────────────────┤
4106       │config                      │ string           │               │ The JSON                     │
4107       │                            │                  │               │ configuration                │
4108       │                            │                  │               │ for the team                 │
4109       │                            │                  │               │ network                      │
4110       │                            │                  │               │ interface.  The              │
4111       │                            │                  │               │ property should              │
4112       │                            │                  │               │ contain raw JSON             │
4113       │                            │                  │               │ configuration                │
4114       │                            │                  │               │ data suitable                │
4115       │                            │                  │               │ for teamd,                   │
4116       │                            │                  │               │ because the                  │
4117       │                            │                  │               │ value is passed              │
4118       │                            │                  │               │ directly to                  │
4119       │                            │                  │               │ teamd. If not                │
4120       │                            │                  │               │ specified, the               │
4121       │                            │                  │               │ default                      │
4122       │                            │                  │               │ configuration is             │
4123       │                            │                  │               │ used.  See man               │
4124       │                            │                  │               │ teamd.conf for               │
4125       │                            │                  │               │ the format                   │
4126       │                            │                  │               │ details.                     │
4127       ├────────────────────────────┼──────────────────┼───────────────┼──────────────────────────────┤
4128       │interface-name              │ string           │               │ Deprecated in                │
4129       │                            │                  │               │ favor of                     │
4130       │                            │                  │               │ connection.interface-name,   │
4131       │                            │                  │               │ but can be used              │
4132       │                            │                  │               │ for                          │
4133       │                            │                  │               │ backward-compatibility       │
4134       │                            │                  │               │ with older                   │
4135       │                            │                  │               │ daemons, to set              │
4136       │                            │                  │               │ the team's                   │
4137       │                            │                  │               │ interface name.              │
4138       ├────────────────────────────┼──────────────────┼───────────────┼──────────────────────────────┤
4139       │link-watchers               │ array of vardict │               │ Link watchers                │
4140       │                            │                  │               │ configuration for the        │
4141       │                            │                  │               │ connection: each link        │
4142       │                            │                  │               │ watcher is defined by a      │
4143       │                            │                  │               │ dictionary, whose keys       │
4144       │                            │                  │               │ depend upon the selected     │
4145       │                            │                  │               │ link watcher. Available      │
4146       │                            │                  │               │ link watchers are            │
4147       │                            │                  │               │ 'ethtool', 'nsna_ping' and   │
4148       │                            │                  │               │ 'arp_ping' and it is         │
4149       │                            │                  │               │ specified in the             │
4150       │                            │                  │               │ dictionary with the key      │
4151       │                            │                  │               │ 'name'. Available keys       │
4152       │                            │                  │               │ are:   ethtool:              │
4153       │                            │                  │               │ 'delay-up', 'delay-down',    │
4154       │                            │                  │               │ 'init-wait'; nsna_ping:      │
4155       │                            │                  │               │ 'init-wait', 'interval',     │
4156       │                            │                  │               │ 'missed-max',                │
4157       │                            │                  │               │ 'target-host'; arp_ping:     │
4158       │                            │                  │               │ all the ones in nsna_ping    │
4159       │                            │                  │               │ and 'source-host',           │
4160       │                            │                  │               │ 'validate-active',           │
4161       │                            │                  │               │ 'validate-inactive',         │
4162       │                            │                  │               │ 'send-always'. See           │
4163       │                            │                  │               │ teamd.conf man for more      │
4164       │                            │                  │               │ details.                     │
4165       ├────────────────────────────┼──────────────────┼───────────────┼──────────────────────────────┤
4166       │mcast-rejoin-count          │ int32            │ -1            │ Corresponds to the teamd     │
4167       │                            │                  │               │ mcast_rejoin.count.          │
4168       ├────────────────────────────┼──────────────────┼───────────────┼──────────────────────────────┤
4169       │mcast-rejoin-interval       │ int32            │ -1            │ Corresponds to the teamd     │
4170       │                            │                  │               │ mcast_rejoin.interval.       │
4171       ├────────────────────────────┼──────────────────┼───────────────┼──────────────────────────────┤
4172       │notify-peers-count          │ int32            │ -1            │ Corresponds to the teamd     │
4173       │                            │                  │               │ notify_peers.count.          │
4174       ├────────────────────────────┼──────────────────┼───────────────┼──────────────────────────────┤
4175       │notify-peers-interval       │ int32            │ -1            │ Corresponds to the teamd     │
4176       │                            │                  │               │ notify_peers.interval.       │
4177       ├────────────────────────────┼──────────────────┼───────────────┼──────────────────────────────┤
4178       │runner                      │ string           │               │ Corresponds to the teamd     │
4179       │                            │                  │               │ runner.name. Permitted       │
4180       │                            │                  │               │ values are: "roundrobin",    │
4181       │                            │                  │               │ "broadcast",                 │
4182       │                            │                  │               │ "activebackup",              │
4183       │                            │                  │               │ "loadbalance", "lacp",       │
4184       │                            │                  │               │ "random".                    │
4185       ├────────────────────────────┼──────────────────┼───────────────┼──────────────────────────────┤
4186       │runner-active               │ boolean          │ TRUE          │ Corresponds to the teamd     │
4187       │                            │                  │               │ runner.active.               │
4188       ├────────────────────────────┼──────────────────┼───────────────┼──────────────────────────────┤
4189       │runner-agg-select-policy    │ string           │               │ Corresponds to the teamd     │
4190       │                            │                  │               │ runner.agg_select_policy.    │
4191       ├────────────────────────────┼──────────────────┼───────────────┼──────────────────────────────┤
4192       │runner-fast-rate            │ boolean          │ FALSE         │ Corresponds to the teamd     │
4193       │                            │                  │               │ runner.fast_rate.            │
4194       ├────────────────────────────┼──────────────────┼───────────────┼──────────────────────────────┤
4195       │runner-hwaddr-policy        │ string           │               │ Corresponds to the teamd     │
4196       │                            │                  │               │ runner.hwaddr_policy.        │
4197       ├────────────────────────────┼──────────────────┼───────────────┼──────────────────────────────┤
4198       │runner-min-ports            │ int32            │ -1            │ Corresponds to the teamd     │
4199       │                            │                  │               │ runner.min_ports.            │
4200       ├────────────────────────────┼──────────────────┼───────────────┼──────────────────────────────┤
4201       │runner-sys-prio             │ int32            │ -1            │ Corresponds to the teamd     │
4202       │                            │                  │               │ runner.sys_prio.             │
4203       ├────────────────────────────┼──────────────────┼───────────────┼──────────────────────────────┤
4204       │runner-tx-balancer          │ string           │               │ Corresponds to the teamd     │
4205       │                            │                  │               │ runner.tx_balancer.name.     │
4206       ├────────────────────────────┼──────────────────┼───────────────┼──────────────────────────────┤
4207       │runner-tx-balancer-interval │ int32            │ -1            │ Corresponds to the teamd     │
4208       │                            │                  │               │ runner.tx_balancer.interval. │
4209       ├────────────────────────────┼──────────────────┼───────────────┼──────────────────────────────┤
4210       │runner-tx-hash              │ array of string  │               │ Corresponds to the teamd     │
4211       │                            │                  │               │ runner.tx_hash.              │
4212       └────────────────────────────┴──────────────────┴───────────────┴──────────────────────────────┘
4213
4214   team-port setting
4215       Team Port Settings.
4216
4217       ┌──────────────┬──────────────────┬───────────────┬─────────────────────────────┐
4218Key Name      Value Type       Default Value Value                       
4219       │              │                  │               │ Description                 
4220       ├──────────────┼──────────────────┼───────────────┼─────────────────────────────┤
4221       │config        │ string           │               │ The JSON                    │
4222       │              │                  │               │ configuration               │
4223       │              │                  │               │ for the team                │
4224       │              │                  │               │ port. The                   │
4225       │              │                  │               │ property should             │
4226       │              │                  │               │ contain raw JSON            │
4227       │              │                  │               │ configuration               │
4228       │              │                  │               │ data suitable               │
4229       │              │                  │               │ for teamd,                  │
4230       │              │                  │               │ because the                 │
4231       │              │                  │               │ value is passed             │
4232       │              │                  │               │ directly to                 │
4233       │              │                  │               │ teamd. If not               │
4234       │              │                  │               │ specified, the              │
4235       │              │                  │               │ default                     │
4236       │              │                  │               │ configuration is            │
4237       │              │                  │               │ used. See man               │
4238       │              │                  │               │ teamd.conf for              │
4239       │              │                  │               │ the format                  │
4240       │              │                  │               │ details.                    │
4241       ├──────────────┼──────────────────┼───────────────┼─────────────────────────────┤
4242       │lacp-key      │ int32            │ -1            │ Corresponds to              │
4243       │              │                  │               │ the teamd                   │
4244       │              │                  │               │ ports.PORTIFNAME.lacp_key.  │
4245       ├──────────────┼──────────────────┼───────────────┼─────────────────────────────┤
4246       │lacp-prio     │ int32            │ -1            │ Corresponds to the teamd    │
4247       │              │                  │               │ ports.PORTIFNAME.lacp_prio. │
4248       ├──────────────┼──────────────────┼───────────────┼─────────────────────────────┤
4249       │link-watchers │ array of vardict │               │ Link watchers configuration │
4250       │              │                  │               │ for the connection: each    │
4251       │              │                  │               │ link watcher is defined by  │
4252       │              │                  │               │ a dictionary, whose keys    │
4253       │              │                  │               │ depend upon the selected    │
4254       │              │                  │               │ link watcher. Available     │
4255       │              │                  │               │ link watchers are           │
4256       │              │                  │               │ 'ethtool', 'nsna_ping' and  │
4257       │              │                  │               │ 'arp_ping' and it is        │
4258       │              │                  │               │ specified in the dictionary │
4259       │              │                  │               │ with the key 'name'.        │
4260       │              │                  │               │ Available keys are:         │
4261       │              │                  │               │ ethtool: 'delay-up',        │
4262       │              │                  │               │ 'delay-down', 'init-wait';  │
4263       │              │                  │               │ nsna_ping: 'init-wait',     │
4264       │              │                  │               │ 'interval', 'missed-max',   │
4265       │              │                  │               │ 'target-host'; arp_ping:    │
4266       │              │                  │               │ all the ones in nsna_ping   │
4267       │              │                  │               │ and 'source-host',          │
4268       │              │                  │               │ 'validate-active',          │
4269       │              │                  │               │ 'validate-inactive',        │
4270       │              │                  │               │ 'send-always'. See          │
4271       │              │                  │               │ teamd.conf man for more     │
4272       │              │                  │               │ details.                    │
4273       ├──────────────┼──────────────────┼───────────────┼─────────────────────────────┤
4274       │prio          │ int32            │ 0             │ Corresponds to the teamd    │
4275       │              │                  │               │ ports.PORTIFNAME.prio.      │
4276       ├──────────────┼──────────────────┼───────────────┼─────────────────────────────┤
4277       │queue-id      │ int32            │ -1            │ Corresponds to the teamd    │
4278       │              │                  │               │ ports.PORTIFNAME.queue_id.  │
4279       │              │                  │               │ When set to -1 means the    │
4280       │              │                  │               │ parameter is skipped from   │
4281       │              │                  │               │ the json config.            │
4282       ├──────────────┼──────────────────┼───────────────┼─────────────────────────────┤
4283       │sticky        │ boolean          │ FALSE         │ Corresponds to the teamd    │
4284       │              │                  │               │ ports.PORTIFNAME.sticky.    │
4285       └──────────────┴──────────────────┴───────────────┴─────────────────────────────┘
4286
4287   tun setting
4288       Tunnel Settings.
4289
4290       ┌────────────┬────────────┬───────────────┬─────────────────────────┐
4291Key Name    Value Type Default Value Value                   
4292       │            │            │               │ Description             
4293       ├────────────┼────────────┼───────────────┼─────────────────────────┤
4294       │group       │ string     │               │ The group ID            │
4295       │            │            │               │ which will own          │
4296       │            │            │               │ the device. If          │
4297       │            │            │               │ set to NULL             │
4298       │            │            │               │ everyone will be        │
4299       │            │            │               │ able to use the         │
4300       │            │            │               │ device.                 │
4301       ├────────────┼────────────┼───────────────┼─────────────────────────┤
4302       │mode        │ uint32     │ 1             │ The operating           │
4303       │            │            │               │ mode of the             │
4304       │            │            │               │ virtual device.         │
4305       │            │            │               │ Allowed values          │
4306       │            │            │               │ are                     │
4307       │            │            │               │ NM_SETTING_TUN_MODE_TUN │
4308       │            │            │               │ (1) to create a         │
4309       │            │            │               │ layer 3 device          │
4310       │            │            │               │ and                     │
4311       │            │            │               │ NM_SETTING_TUN_MODE_TAP │
4312       │            │            │               │ (2) to create an        │
4313       │            │            │               │ Ethernet-like           │
4314       │            │            │               │ layer 2 one.            │
4315       ├────────────┼────────────┼───────────────┼─────────────────────────┤
4316       │multi-queue │ boolean    │ FALSE         │ If the property is set  │
4317       │            │            │               │ to TRUE, the interface  │
4318       │            │            │               │ will support multiple   │
4319       │            │            │               │ file descriptors        │
4320       │            │            │               │ (queues) to parallelize │
4321       │            │            │               │ packet sending or       │
4322       │            │            │               │ receiving. Otherwise,   │
4323       │            │            │               │ the interface will only │
4324       │            │            │               │ support a single queue. │
4325       ├────────────┼────────────┼───────────────┼─────────────────────────┤
4326       │owner       │ string     │               │ The user ID which will  │
4327       │            │            │               │ own the device. If set  │
4328       │            │            │               │ to NULL everyone will   │
4329       │            │            │               │ be able to use the      │
4330       │            │            │               │ device.                 │
4331       ├────────────┼────────────┼───────────────┼─────────────────────────┤
4332       │pi          │ boolean    │ FALSE         │ If TRUE the interface   │
4333       │            │            │               │ will prepend a 4 byte   │
4334       │            │            │               │ header describing the   │
4335       │            │            │               │ physical interface to   │
4336       │            │            │               │ the packets.            │
4337       ├────────────┼────────────┼───────────────┼─────────────────────────┤
4338       │vnet-hdr    │ boolean    │ FALSE         │ If TRUE the             │
4339       │            │            │               │ IFF_VNET_HDR the tunnel │
4340       │            │            │               │ packets will include a  │
4341       │            │            │               │ virtio network header.  │
4342       └────────────┴────────────┴───────────────┴─────────────────────────┘
4343
4344   user setting
4345       General User Profile Settings.
4346
4347       ┌─────────┬────────────────┬───────────────┬──────────────────┐
4348Key Name Value Type     Default Value Value            
4349       │         │                │               │ Description      
4350       ├─────────┼────────────────┼───────────────┼──────────────────┤
4351       │data     │ dict of string │ {}            │ A dictionary of  │
4352       │         │ to string      │               │ key/value pairs  │
4353       │         │                │               │ with user data.  │
4354       │         │                │               │ This data is     │
4355       │         │                │               │ ignored by       │
4356       │         │                │               │ NetworkManager   │
4357       │         │                │               │ and can be used  │
4358       │         │                │               │ at the users     │
4359       │         │                │               │ discretion. The  │
4360       │         │                │               │ keys only        │
4361       │         │                │               │ support a strict │
4362       │         │                │               │ ascii format,    │
4363       │         │                │               │ but the values   │
4364       │         │                │               │ can be arbitrary │
4365       │         │                │               │ UTF8 strings up  │
4366       │         │                │               │ to a certain     │
4367       │         │                │               │ length.          │
4368       └─────────┴────────────────┴───────────────┴──────────────────┘
4369
4370   vlan setting
4371       VLAN Settings.
4372
4373       ┌─────────────────────┬─────────────────┬───────────────┬───────────────────────────────┐
4374Key Name             Value Type      Default Value Value                         
4375       │                     │                 │               │ Description                   
4376       ├─────────────────────┼─────────────────┼───────────────┼───────────────────────────────┤
4377       │egress-priority-map  │ array of string │               │ For outgoing                  │
4378       │                     │                 │               │ packets, a list               │
4379       │                     │                 │               │ of mappings from              │
4380       │                     │                 │               │ Linux SKB                     │
4381       │                     │                 │               │ priorities to                 │
4382       │                     │                 │               │ 802.1p                        │
4383       │                     │                 │               │ priorities.  The              │
4384       │                     │                 │               │ mapping is given              │
4385       │                     │                 │               │ in the format                 │
4386       │                     │                 │               │ "from:to" where               │
4387       │                     │                 │               │ both "from" and               │
4388       │                     │                 │               │ "to" are                      │
4389       │                     │                 │               │ unsigned                      │
4390       │                     │                 │               │ integers, ie                  │
4391       │                     │                 │               │ "7:3".                        │
4392       ├─────────────────────┼─────────────────┼───────────────┼───────────────────────────────┤
4393       │flags                │ NMVlanFlags     │               │ One or more                   │
4394       │                     │ (uint32)        │               │ flags which                   │
4395       │                     │                 │               │ control the                   │
4396       │                     │                 │               │ behavior and                  │
4397       │                     │                 │               │ features of the               │
4398       │                     │                 │               │ VLAN interface.               │
4399       │                     │                 │               │ Flags include                 │
4400       │                     │                 │               │ NM_VLAN_FLAG_REORDER_HEADERS  │
4401       │                     │                 │               │ (0x1)                         │
4402       │                     │                 │               │ (reordering of                │
4403       │                     │                 │               │ output packet                 │
4404       │                     │                 │               │ headers),                     │
4405       │                     │                 │               │ NM_VLAN_FLAG_GVRP             │
4406       │                     │                 │               │ (0x2) (use of                 │
4407       │                     │                 │               │ the GVRP                      │
4408       │                     │                 │               │ protocol), and                │
4409       │                     │                 │               │ NM_VLAN_FLAG_LOOSE_BINDING    │
4410       │                     │                 │               │ (0x4) (loose                  │
4411       │                     │                 │               │ binding of the                │
4412       │                     │                 │               │ interface to its              │
4413       │                     │                 │               │ master device's               │
4414       │                     │                 │               │ operating                     │
4415       │                     │                 │               │ state).                       │
4416       │                     │                 │               │ NM_VLAN_FLAG_MVRP             │
4417       │                     │                 │               │ (0x8) (use of                 │
4418       │                     │                 │               │ the MVRP                      │
4419       │                     │                 │               │ protocol). The                │
4420       │                     │                 │               │ default value of              │
4421       │                     │                 │               │ this property is              │
4422       │                     │                 │               │ NM_VLAN_FLAG_REORDER_HEADERS, │
4423       │                     │                 │               │ but it used to                │
4424       │                     │                 │               │ be 0. To                      │
4425       │                     │                 │               │ preserve                      │
4426       │                     │                 │               │ backward                      │
4427       │                     │                 │               │ compatibility,                │
4428       │                     │                 │               │ the                           │
4429       │                     │                 │               │ default-value in              │
4430       │                     │                 │               │ the D-Bus API                 │
4431       │                     │                 │               │ continues to be               │
4432       │                     │                 │               │ 0 and a missing               │
4433       │                     │                 │               │ property on                   │
4434       │                     │                 │               │ D-Bus is still                │
4435       │                     │                 │               │ considered as 0.              │
4436       ├─────────────────────┼─────────────────┼───────────────┼───────────────────────────────┤
4437       │id                   │ uint32          │ 0             │ The VLAN identifier that the  │
4438       │                     │                 │               │ interface created by this     │
4439       │                     │                 │               │ connection should be          │
4440       │                     │                 │               │ assigned. The valid range is  │
4441       │                     │                 │               │ from 0 to 4094, without the   │
4442       │                     │                 │               │ reserved id 4095.             │
4443       ├─────────────────────┼─────────────────┼───────────────┼───────────────────────────────┤
4444       │ingress-priority-map │ array of string │               │ For incoming packets, a list  │
4445       │                     │                 │               │ of mappings from 802.1p       │
4446       │                     │                 │               │ priorities to Linux SKB       │
4447       │                     │                 │               │ priorities.  The mapping is   │
4448       │                     │                 │               │ given in the format "from:to" │
4449       │                     │                 │               │ where both "from" and "to"    │
4450       │                     │                 │               │ are unsigned integers, ie     │
4451       │                     │                 │               │ "7:3".                        │
4452       ├─────────────────────┼─────────────────┼───────────────┼───────────────────────────────┤
4453       │interface-name       │ string          │               │ Deprecated in favor of        │
4454       │                     │                 │               │ connection.interface-name,    │
4455       │                     │                 │               │ but can be used for           │
4456       │                     │                 │               │ backward-compatibility with   │
4457       │                     │                 │               │ older daemons, to set the     │
4458       │                     │                 │               │ vlan's interface name.        │
4459       ├─────────────────────┼─────────────────┼───────────────┼───────────────────────────────┤
4460       │parent               │ string          │               │ If given, specifies the       │
4461       │                     │                 │               │ parent interface name or      │
4462       │                     │                 │               │ parent connection UUID from   │
4463       │                     │                 │               │ which this VLAN interface     │
4464       │                     │                 │               │ should be created.  If this   │
4465       │                     │                 │               │ property is not specified,    │
4466       │                     │                 │               │ the connection must contain   │
4467       │                     │                 │               │ an "802-3-ethernet" setting   │
4468       │                     │                 │               │ with a "mac-address"          │
4469       │                     │                 │               │ property.                     │
4470       └─────────────────────┴─────────────────┴───────────────┴───────────────────────────────┘
4471
4472   vpn setting
4473       VPN Settings.
4474
4475       ┌─────────────┬────────────────┬───────────────┬─────────────────────────────────────┐
4476Key Name     Value Type     Default Value Value                               
4477       │             │                │               │ Description                         
4478       ├─────────────┼────────────────┼───────────────┼─────────────────────────────────────┤
4479       │data         │ dict of string │ {}            │ Dictionary of                       │
4480       │             │ to string      │               │ key/value pairs                     │
4481       │             │                │               │ of VPN plugin                       │
4482       │             │                │               │ specific data.                      │
4483       │             │                │               │ Both keys and                       │
4484       │             │                │               │ values must be                      │
4485       │             │                │               │ strings.                            │
4486       ├─────────────┼────────────────┼───────────────┼─────────────────────────────────────┤
4487       │persistent   │ boolean        │ FALSE         │ If the VPN                          │
4488       │             │                │               │ service supports                    │
4489       │             │                │               │ persistence, and                    │
4490       │             │                │               │ this property is                    │
4491       │             │                │               │ TRUE, the VPN                       │
4492       │             │                │               │ will attempt to                     │
4493       │             │                │               │ stay connected                      │
4494       │             │                │               │ across link                         │
4495       │             │                │               │ changes and                         │
4496       │             │                │               │ outages, until                      │
4497       │             │                │               │ explicitly                          │
4498       │             │                │               │ disconnected.                       │
4499       ├─────────────┼────────────────┼───────────────┼─────────────────────────────────────┤
4500       │secrets      │ dict of string │ {}            │ Dictionary of                       │
4501       │             │ to string      │               │ key/value pairs                     │
4502       │             │                │               │ of VPN plugin                       │
4503       │             │                │               │ specific secrets                    │
4504       │             │                │               │ like passwords                      │
4505       │             │                │               │ or private keys.                    │
4506       │             │                │               │ Both keys and                       │
4507       │             │                │               │ values must be                      │
4508       │             │                │               │ strings.                            │
4509       ├─────────────┼────────────────┼───────────────┼─────────────────────────────────────┤
4510       │service-type │ string         │               │ D-Bus service                       │
4511       │             │                │               │ name of the VPN                     │
4512       │             │                │               │ plugin that this                    │
4513       │             │                │               │ setting uses to                     │
4514       │             │                │               │ connect to its                      │
4515       │             │                │               │ network.  i.e.                      │
4516       │             │                │               │ org.freedesktop.NetworkManager.vpnc │
4517       │             │                │               │ for the vpnc                        │
4518       │             │                │               │ plugin.                             │
4519       ├─────────────┼────────────────┼───────────────┼─────────────────────────────────────┤
4520       │timeout      │ uint32         │ 0             │ Timeout for the VPN service to      │
4521       │             │                │               │ establish the connection. Some      │
4522       │             │                │               │ services may take quite a long time │
4523       │             │                │               │ to connect. Value of 0 means a      │
4524       │             │                │               │ default timeout, which is 60        │
4525       │             │                │               │ seconds (unless overridden by       │
4526       │             │                │               │ vpn.timeout in configuration file). │
4527       │             │                │               │ Values greater than zero mean       │
4528       │             │                │               │ timeout in seconds.                 │
4529       ├─────────────┼────────────────┼───────────────┼─────────────────────────────────────┤
4530       │user-name    │ string         │               │ If the VPN connection requires a    │
4531       │             │                │               │ user name for authentication, that  │
4532       │             │                │               │ name should be provided here.  If   │
4533       │             │                │               │ the connection is available to more │
4534       │             │                │               │ than one user, and the VPN requires │
4535       │             │                │               │ each user to supply a different     │
4536       │             │                │               │ name, then leave this property      │
4537       │             │                │               │ empty.  If this property is empty,  │
4538       │             │                │               │ NetworkManager will automatically   │
4539       │             │                │               │ supply the username of the user     │
4540       │             │                │               │ which requested the VPN connection. │
4541       └─────────────┴────────────────┴───────────────┴─────────────────────────────────────┘
4542
4543   vrf setting
4544       VRF settings.
4545
4546       ┌─────────┬────────────┬───────────────┬────────────────┐
4547Key Name Value Type Default Value Value          
4548       │         │            │               │ Description    
4549       ├─────────┼────────────┼───────────────┼────────────────┤
4550       │table    │ uint32     │ 0             │ The routing    │
4551       │         │            │               │ table for this │
4552       │         │            │               │ VRF.           │
4553       └─────────┴────────────┴───────────────┴────────────────┘
4554
4555   vxlan setting
4556       VXLAN Settings.
4557
4558       ┌─────────────────┬────────────┬───────────────┬──────────────────┐
4559Key Name         Value Type Default Value Value            
4560       │                 │            │               │ Description      
4561       ├─────────────────┼────────────┼───────────────┼──────────────────┤
4562       │ageing           │ uint32     │ 300           │ Specifies the    │
4563       │                 │            │               │ lifetime in      │
4564       │                 │            │               │ seconds of FDB   │
4565       │                 │            │               │ entries learnt   │
4566       │                 │            │               │ by the kernel.   │
4567       ├─────────────────┼────────────┼───────────────┼──────────────────┤
4568       │destination-port │ uint32     │ 8472          │ Specifies the    │
4569       │                 │            │               │ UDP destination  │
4570       │                 │            │               │ port to          │
4571       │                 │            │               │ communicate to   │
4572       │                 │            │               │ the remote VXLAN │
4573       │                 │            │               │ tunnel endpoint. │
4574       ├─────────────────┼────────────┼───────────────┼──────────────────┤
4575       │id               │ uint32     │ 0             │ Specifies the    │
4576       │                 │            │               │ VXLAN Network    │
4577       │                 │            │               │ Identifier (or   │
4578       │                 │            │               │ VXLAN Segment    │
4579       │                 │            │               │ Identifier) to   │
4580       │                 │            │               │ use.             │
4581       ├─────────────────┼────────────┼───────────────┼──────────────────┤
4582       │l2-miss          │ boolean    │ FALSE         │ Specifies        │
4583       │                 │            │               │ whether netlink  │
4584       │                 │            │               │ LL ADDR miss     │
4585       │                 │            │               │ notifications    │
4586       │                 │            │               │ are generated.   │
4587       ├─────────────────┼────────────┼───────────────┼──────────────────┤
4588       │l3-miss          │ boolean    │ FALSE         │ Specifies        │
4589       │                 │            │               │ whether netlink  │
4590       │                 │            │               │ IP ADDR miss     │
4591       │                 │            │               │ notifications    │
4592       │                 │            │               │ are generated.   │
4593       ├─────────────────┼────────────┼───────────────┼──────────────────┤
4594       │learning         │ boolean    │ TRUE          │ Specifies        │
4595       │                 │            │               │ whether unknown  │
4596       │                 │            │               │ source link      │
4597       │                 │            │               │ layer addresses  │
4598       │                 │            │               │ and IP addresses │
4599       │                 │            │               │ are entered into │
4600       │                 │            │               │ the VXLAN device │
4601       │                 │            │               │ forwarding       │
4602       │                 │            │               │ database.        │
4603       ├─────────────────┼────────────┼───────────────┼──────────────────┤
4604       │limit            │ uint32     │ 0             │ Specifies the    │
4605       │                 │            │               │ maximum number   │
4606       │                 │            │               │ of FDB entries.  │
4607       │                 │            │               │ A value of zero  │
4608       │                 │            │               │ means that the   │
4609       │                 │            │               │ kernel will      │
4610       │                 │            │               │ store unlimited  │
4611       │                 │            │               │ entries.         │
4612       ├─────────────────┼────────────┼───────────────┼──────────────────┤
4613       │local            │ string     │               │ If given,        │
4614       │                 │            │               │ specifies the    │
4615       │                 │            │               │ source IP        │
4616       │                 │            │               │ address to use   │
4617       │                 │            │               │ in outgoing      │
4618       │                 │            │               │ packets.         │
4619       ├─────────────────┼────────────┼───────────────┼──────────────────┤
4620       │parent           │ string     │               │ If given,        │
4621       │                 │            │               │ specifies the    │
4622       │                 │            │               │ parent interface │
4623       │                 │            │               │ name or parent   │
4624       │                 │            │               │ connection UUID. │
4625       ├─────────────────┼────────────┼───────────────┼──────────────────┤
4626       │proxy            │ boolean    │ FALSE         │ Specifies        │
4627       │                 │            │               │ whether ARP      │
4628       │                 │            │               │ proxy is turned  │
4629       │                 │            │               │ on.              │
4630       ├─────────────────┼────────────┼───────────────┼──────────────────┤
4631       │remote           │ string     │               │ Specifies the    │
4632       │                 │            │               │ unicast          │
4633       │                 │            │               │ destination IP   │
4634       │                 │            │               │ address to use   │
4635       │                 │            │               │ in outgoing      │
4636       │                 │            │               │ packets when the │
4637       │                 │            │               │ destination link │
4638       │                 │            │               │ layer address is │
4639       │                 │            │               │ not known in the │
4640       │                 │            │               │ VXLAN device     │
4641       │                 │            │               │ forwarding       │
4642       │                 │            │               │ database, or the │
4643       │                 │            │               │ multicast IP     │
4644       │                 │            │               │ address to join. │
4645       ├─────────────────┼────────────┼───────────────┼──────────────────┤
4646       │rsc              │ boolean    │ FALSE         │ Specifies        │
4647       │                 │            │               │ whether route    │
4648       │                 │            │               │ short circuit is │
4649       │                 │            │               │ turned on.       │
4650       ├─────────────────┼────────────┼───────────────┼──────────────────┤
4651       │source-port-max  │ uint32     │ 0             │ Specifies the    │
4652       │                 │            │               │ maximum UDP      │
4653       │                 │            │               │ source port to   │
4654       │                 │            │               │ communicate to   │
4655       │                 │            │               │ the remote VXLAN │
4656       │                 │            │               │ tunnel endpoint. │
4657       ├─────────────────┼────────────┼───────────────┼──────────────────┤
4658       │source-port-min  │ uint32     │ 0             │ Specifies the    │
4659       │                 │            │               │ minimum UDP      │
4660       │                 │            │               │ source port to   │
4661       │                 │            │               │ communicate to   │
4662       │                 │            │               │ the remote VXLAN │
4663       │                 │            │               │ tunnel endpoint. │
4664       ├─────────────────┼────────────┼───────────────┼──────────────────┤
4665       │tos              │ uint32     │ 0             │ Specifies the    │
4666       │                 │            │               │ TOS value to use │
4667       │                 │            │               │ in outgoing      │
4668       │                 │            │               │ packets.         │
4669       ├─────────────────┼────────────┼───────────────┼──────────────────┤
4670       │ttl              │ uint32     │ 0             │ Specifies the    │
4671       │                 │            │               │ time-to-live     │
4672       │                 │            │               │ value to use in  │
4673       │                 │            │               │ outgoing         │
4674       │                 │            │               │ packets.         │
4675       └─────────────────┴────────────┴───────────────┴──────────────────┘
4676
4677   wifi-p2p setting
4678       Wi-Fi P2P Settings.
4679
4680       ┌───────────┬────────────┬───────────────┬──────────────────┐
4681Key Name   Value Type Default Value Value            
4682       │           │            │               │ Description      
4683       ├───────────┼────────────┼───────────────┼──────────────────┤
4684       │peer       │ string     │               │ The P2P device   │
4685       │           │            │               │ that should be   │
4686       │           │            │               │ connected to.    │
4687       │           │            │               │ Currently, this  │
4688       │           │            │               │ is the only way  │
4689       │           │            │               │ to create or     │
4690       │           │            │               │ join a group.    │
4691       ├───────────┼────────────┼───────────────┼──────────────────┤
4692       │wfd-ies    │ byte array │               │ The Wi-Fi        │
4693       │           │            │               │ Display (WFD)    │
4694       │           │            │               │ Information      │
4695       │           │            │               │ Elements (IEs)   │
4696       │           │            │               │ to set. Wi-Fi    │
4697       │           │            │               │ Display requires │
4698       │           │            │               │ a protocol       │
4699       │           │            │               │ specific         │
4700       │           │            │               │ information      │
4701       │           │            │               │ element to be    │
4702       │           │            │               │ set in certain   │
4703       │           │            │               │ Wi-Fi frames.    │
4704       │           │            │               │ These can be     │
4705       │           │            │               │ specified here   │
4706       │           │            │               │ for the purpose  │
4707       │           │            │               │ of establishing  │
4708       │           │            │               │ a connection.    │
4709       │           │            │               │ This setting is  │
4710       │           │            │               │ only useful when │
4711       │           │            │               │ implementing a   │
4712       │           │            │               │ Wi-Fi Display    │
4713       │           │            │               │ client.          │
4714       ├───────────┼────────────┼───────────────┼──────────────────┤
4715       │wps-method │ uint32     │ 0             │ Flags indicating │
4716       │           │            │               │ which mode of    │
4717       │           │            │               │ WPS is to be     │
4718       │           │            │               │ used. There's    │
4719       │           │            │               │ little point in  │
4720       │           │            │               │ changing the     │
4721       │           │            │               │ default setting  │
4722       │           │            │               │ as               │
4723       │           │            │               │ NetworkManager   │
4724       │           │            │               │ will             │
4725       │           │            │               │ automatically    │
4726       │           │            │               │ determine the    │
4727       │           │            │               │ best method to   │
4728       │           │            │               │ use.             │
4729       └───────────┴────────────┴───────────────┴──────────────────┘
4730
4731   wimax setting
4732       WiMax Settings.
4733
4734       ┌─────────────┬────────────┬───────────────┬──────────────────┐
4735Key Name     Value Type Default Value Value            
4736       │             │            │               │ Description      
4737       ├─────────────┼────────────┼───────────────┼──────────────────┤
4738       │mac-address  │ byte array │               │ If specified,    │
4739       │             │            │               │ this connection  │
4740       │             │            │               │ will only apply  │
4741       │             │            │               │ to the WiMAX     │
4742       │             │            │               │ device whose MAC │
4743       │             │            │               │ address matches. │
4744       │             │            │               │ This property    │
4745       │             │            │               │ does not change  │
4746       │             │            │               │ the MAC address  │
4747       │             │            │               │ of the device    │
4748       │             │            │               │ (known as MAC    │
4749       │             │            │               │ spoofing).       │
4750       │             │            │               │ Deprecated: 1    │
4751       ├─────────────┼────────────┼───────────────┼──────────────────┤
4752       │network-name │ string     │               │ Network Service  │
4753       │             │            │               │ Provider (NSP)   │
4754       │             │            │               │ name of the      │
4755       │             │            │               │ WiMAX network    │
4756       │             │            │               │ this connection  │
4757       │             │            │               │ should use.      │
4758       │             │            │               │ Deprecated: 1    │
4759       └─────────────┴────────────┴───────────────┴──────────────────┘
4760
4761   802-3-ethernet setting
4762       Wired Ethernet Settings.
4763
4764       ┌──────────────────────────┬─────────────────┬───────────────┬────────────────────────────────────────┐
4765Key Name                  Value Type      Default Value Value                                  
4766       │                          │                 │               │ Description                            
4767       ├──────────────────────────┼─────────────────┼───────────────┼────────────────────────────────────────┤
4768       │accept-all-mac-addresses  │ NMTernary       │               │ When TRUE, setup                       │
4769       │                          │ (int32)         │               │ the interface to                       │
4770       │                          │                 │               │ accept packets                         │
4771       │                          │                 │               │ for all MAC                            │
4772       │                          │                 │               │ addresses. This                        │
4773       │                          │                 │               │ is enabling the                        │
4774       │                          │                 │               │ kernel interface                       │
4775       │                          │                 │               │ flag                                   │
4776       │                          │                 │               │ IFF_PROMISC.                           │
4777       │                          │                 │               │ When FALSE, the                        │
4778       │                          │                 │               │ interface will                         │
4779       │                          │                 │               │ only accept the                        │
4780       │                          │                 │               │ packets with the                       │
4781       │                          │                 │               │ interface                              │
4782       │                          │                 │               │ destination mac                        │
4783       │                          │                 │               │ address or                             │
4784       │                          │                 │               │ broadcast.                             │
4785       ├──────────────────────────┼─────────────────┼───────────────┼────────────────────────────────────────┤
4786       │assigned-mac-address      │ string          │               │ The new field                          │
4787       │                          │                 │               │ for the cloned                         │
4788       │                          │                 │               │ MAC address. It                        │
4789       │                          │                 │               │ can be either a                        │
4790       │                          │                 │               │ hardware address                       │
4791       │                          │                 │               │ in ASCII                               │
4792       │                          │                 │               │ representation,                        │
4793       │                          │                 │               │ or one of the                          │
4794       │                          │                 │               │ special values                         │
4795       │                          │                 │               │ "preserve",                            │
4796       │                          │                 │               │ "permanent",                           │
4797       │                          │                 │               │ "random" or                            │
4798       │                          │                 │               │ "stable". This                         │
4799       │                          │                 │               │ field replaces                         │
4800       │                          │                 │               │ the deprecated                         │
4801       │                          │                 │               │ "cloned-mac-address"                   │
4802       │                          │                 │               │ on D-Bus, which                        │
4803       │                          │                 │               │ can only contain                       │
4804       │                          │                 │               │ explicit                               │
4805       │                          │                 │               │ hardware                               │
4806       │                          │                 │               │ addresses. Note                        │
4807       │                          │                 │               │ that this                              │
4808       │                          │                 │               │ property only                          │
4809       │                          │                 │               │ exists in D-Bus                        │
4810       │                          │                 │               │ API. libnm and                         │
4811       │                          │                 │               │ nmcli continue                         │
4812       │                          │                 │               │ to call this                           │
4813       │                          │                 │               │ property                               │
4814       │                          │                 │               │ "cloned-mac-address".                  │
4815       ├──────────────────────────┼─────────────────┼───────────────┼────────────────────────────────────────┤
4816       │auto-negotiate            │ boolean         │ FALSE         │ When TRUE, enforce                     │
4817       │                          │                 │               │ auto-negotiation of                    │
4818       │                          │                 │               │ speed and duplex                       │
4819       │                          │                 │               │ mode. If "speed" and                   │
4820       │                          │                 │               │ "duplex" properties                    │
4821       │                          │                 │               │ are both specified,                    │
4822       │                          │                 │               │ only that single mode                  │
4823       │                          │                 │               │ will be advertised                     │
4824       │                          │                 │               │ and accepted during                    │
4825       │                          │                 │               │ the link                               │
4826       │                          │                 │               │ auto-negotiation                       │
4827       │                          │                 │               │ process: this works                    │
4828       │                          │                 │               │ only for BASE-T 802.3                  │
4829       │                          │                 │               │ specifications and is                  │
4830       │                          │                 │               │ useful for enforcing                   │
4831       │                          │                 │               │ gigabits modes, as in                  │
4832       │                          │                 │               │ these cases link                       │
4833       │                          │                 │               │ negotiation is                         │
4834       │                          │                 │               │ mandatory. When                        │
4835       │                          │                 │               │ FALSE, "speed" and                     │
4836       │                          │                 │               │ "duplex" properties                    │
4837       │                          │                 │               │ should be both set or                  │
4838       │                          │                 │               │ link configuration                     │
4839       │                          │                 │               │ will be skipped.                       │
4840       ├──────────────────────────┼─────────────────┼───────────────┼────────────────────────────────────────┤
4841       │cloned-mac-address        │ byte array      │               │ This D-Bus field is                    │
4842       │                          │                 │               │ deprecated in favor                    │
4843       │                          │                 │               │ of                                     │
4844       │                          │                 │               │ "assigned-mac-address"                 │
4845       │                          │                 │               │ which is more                          │
4846       │                          │                 │               │ flexible and allows                    │
4847       │                          │                 │               │ specifying special                     │
4848       │                          │                 │               │ variants like                          │
4849       │                          │                 │               │ "random". For libnm                    │
4850       │                          │                 │               │ and nmcli, this field                  │
4851       │                          │                 │               │ is called                              │
4852       │                          │                 │               │ "cloned-mac-address".                  │
4853       ├──────────────────────────┼─────────────────┼───────────────┼────────────────────────────────────────┤
4854       │duplex                    │ string          │               │ When a value is set,                   │
4855       │                          │                 │               │ either "half" or                       │
4856       │                          │                 │               │ "full", configures the                 │
4857       │                          │                 │               │ device to use the                      │
4858       │                          │                 │               │ specified duplex mode.                 │
4859       │                          │                 │               │ If "auto-negotiate" is                 │
4860       │                          │                 │               │ "yes" the specified                    │
4861       │                          │                 │               │ duplex mode will be                    │
4862       │                          │                 │               │ the only one                           │
4863       │                          │                 │               │ advertised during link                 │
4864       │                          │                 │               │ negotiation: this                      │
4865       │                          │                 │               │ works only for BASE-T                  │
4866       │                          │                 │               │ 802.3 specifications                   │
4867       │                          │                 │               │ and is useful for                      │
4868       │                          │                 │               │ enforcing gigabits                     │
4869       │                          │                 │               │ modes, as in these                     │
4870       │                          │                 │               │ cases link negotiation                 │
4871       │                          │                 │               │ is mandatory. If the                   │
4872       │                          │                 │               │ value is unset (the                    │
4873       │                          │                 │               │ default), the link                     │
4874       │                          │                 │               │ configuration will be                  │
4875       │                          │                 │               │ either skipped (if                     │
4876       │                          │                 │               │ "auto-negotiate" is                    │
4877       │                          │                 │               │ "no", the default) or                  │
4878       │                          │                 │               │ will be                                │
4879       │                          │                 │               │ auto-negotiated (if                    │
4880       │                          │                 │               │ "auto-negotiate" is                    │
4881       │                          │                 │               │ "yes") and the local                   │
4882       │                          │                 │               │ device will advertise                  │
4883       │                          │                 │               │ all the supported                      │
4884       │                          │                 │               │ duplex modes. Must be                  │
4885       │                          │                 │               │ set together with the                  │
4886       │                          │                 │               │ "speed" property if                    │
4887       │                          │                 │               │ specified. Before                      │
4888       │                          │                 │               │ specifying a duplex                    │
4889       │                          │                 │               │ mode be sure your                      │
4890       │                          │                 │               │ device supports it.                    │
4891       ├──────────────────────────┼─────────────────┼───────────────┼────────────────────────────────────────┤
4892       │generate-mac-address-mask │ string          │               │ With                                   │
4893       │                          │                 │               │ "cloned-mac-address"                   │
4894       │                          │                 │               │ setting "random" or                    │
4895       │                          │                 │               │ "stable", by default                   │
4896       │                          │                 │               │ all bits of the MAC                    │
4897       │                          │                 │               │ address are scrambled                  │
4898       │                          │                 │               │ and a                                  │
4899       │                          │                 │               │ locally-administered,                  │
4900       │                          │                 │               │ unicast MAC address is                 │
4901       │                          │                 │               │ created. This property                 │
4902       │                          │                 │               │ allows to specify that                 │
4903       │                          │                 │               │ certain bits are                       │
4904       │                          │                 │               │ fixed. Note that the                   │
4905       │                          │                 │               │ least significant bit                  │
4906       │                          │                 │               │ of the first MAC                       │
4907       │                          │                 │               │ address will always be                 │
4908       │                          │                 │               │ unset to create a                      │
4909       │                          │                 │               │ unicast MAC address.                   │
4910       │                          │                 │               │ If the property is                     │
4911       │                          │                 │               │ NULL, it is eligible                   │
4912       │                          │                 │               │ to be overwritten by a                 │
4913       │                          │                 │               │ default connection                     │
4914       │                          │                 │               │ setting. If the value                  │
4915       │                          │                 │               │ is still NULL or an                    │
4916       │                          │                 │               │ empty string, the                      │
4917       │                          │                 │               │ default is to create a                 │
4918       │                          │                 │               │ locally-administered,                  │
4919       │                          │                 │               │ unicast MAC address.                   │
4920       │                          │                 │               │ If the value contains                  │
4921       │                          │                 │               │ one MAC address, this                  │
4922       │                          │                 │               │ address is used as                     │
4923       │                          │                 │               │ mask. The set bits of                  │
4924       │                          │                 │               │ the mask are to be                     │
4925       │                          │                 │               │ filled with the                        │
4926       │                          │                 │               │ current MAC address of                 │
4927       │                          │                 │               │ the device, while the                  │
4928       │                          │                 │               │ unset bits are subject                 │
4929       │                          │                 │               │ to randomization.                      │
4930       │                          │                 │               │ Setting                                │
4931       │                          │                 │               │ "FE:FF:FF:00:00:00"                    │
4932       │                          │                 │               │ means to preserve the                  │
4933       │                          │                 │               │ OUI of the current MAC                 │
4934       │                          │                 │               │ address and only                       │
4935       │                          │                 │               │ randomize the lower 3                  │
4936       │                          │                 │               │ bytes using the                        │
4937       │                          │                 │               │ "random" or "stable"                   │
4938       │                          │                 │               │ algorithm. If the                      │
4939       │                          │                 │               │ value contains one                     │
4940       │                          │                 │               │ additional MAC address                 │
4941       │                          │                 │               │ after the mask, this                   │
4942       │                          │                 │               │ address is used                        │
4943       │                          │                 │               │ instead of the current                 │
4944       │                          │                 │               │ MAC address to fill                    │
4945       │                          │                 │               │ the bits that shall                    │
4946       │                          │                 │               │ not be randomized. For                 │
4947       │                          │                 │               │ example, a value of                    │
4948       │                          │                 │               │ "FE:FF:FF:00:00:00                     │
4949       │                          │                 │               │ 68:F7:28:00:00:00"                     │
4950       │                          │                 │               │ will set the OUI of                    │
4951       │                          │                 │               │ the MAC address to                     │
4952       │                          │                 │               │ 68:F7:28, while the                    │
4953       │                          │                 │               │ lower bits are                         │
4954       │                          │                 │               │ randomized. A value of                 │
4955       │                          │                 │               │ "02:00:00:00:00:00                     │
4956       │                          │                 │               │ 00:00:00:00:00:00"                     │
4957       │                          │                 │               │ will create a fully                    │
4958       │                          │                 │               │ scrambled                              │
4959       │                          │                 │               │ globally-administered,                 │
4960       │                          │                 │               │ burned-in MAC address.                 │
4961       │                          │                 │               │ If the value contains                  │
4962       │                          │                 │               │ more than one                          │
4963       │                          │                 │               │ additional MAC                         │
4964       │                          │                 │               │ addresses, one of them                 │
4965       │                          │                 │               │ is chosen randomly.                    │
4966       │                          │                 │               │ For example,                           │
4967       │                          │                 │               │ "02:00:00:00:00:00                     │
4968       │                          │                 │               │ 00:00:00:00:00:00                      │
4969       │                          │                 │               │ 02:00:00:00:00:00"                     │
4970       │                          │                 │               │ will create a fully                    │
4971       │                          │                 │               │ scrambled MAC address,                 │
4972       │                          │                 │               │ randomly locally or                    │
4973       │                          │                 │               │ globally administered.                 │
4974       ├──────────────────────────┼─────────────────┼───────────────┼────────────────────────────────────────┤
4975       │mac-address               │ byte array      │               │ If specified, this                     │
4976       │                          │                 │               │ connection will only                   │
4977       │                          │                 │               │ apply to the Ethernet                  │
4978       │                          │                 │               │ device whose permanent                 │
4979       │                          │                 │               │ MAC address matches.                   │
4980       │                          │                 │               │ This property does not                 │
4981       │                          │                 │               │ change the MAC address                 │
4982       │                          │                 │               │ of the device (i.e.                    │
4983       │                          │                 │               │ MAC spoofing).                         │
4984       ├──────────────────────────┼─────────────────┼───────────────┼────────────────────────────────────────┤
4985       │mac-address-blacklist     │ array of string │               │ If specified, this                     │
4986       │                          │                 │               │ connection will never                  │
4987       │                          │                 │               │ apply to the Ethernet                  │
4988       │                          │                 │               │ device whose permanent                 │
4989       │                          │                 │               │ MAC address matches an                 │
4990       │                          │                 │               │ address in the list.                   │
4991       │                          │                 │               │ Each MAC address is in                 │
4992       │                          │                 │               │ the standard                           │
4993       │                          │                 │               │ hex-digits-and-colons                  │
4994       │                          │                 │               │ notation                               │
4995       │                          │                 │               │ (00:11:22:33:44:55).                   │
4996       ├──────────────────────────┼─────────────────┼───────────────┼────────────────────────────────────────┤
4997       │mtu                       │ uint32          │ 0             │ If non-zero, only                      │
4998       │                          │                 │               │ transmit packets of                    │
4999       │                          │                 │               │ the specified size or                  │
5000       │                          │                 │               │ smaller, breaking                      │
5001       │                          │                 │               │ larger packets up into                 │
5002       │                          │                 │               │ multiple Ethernet                      │
5003       │                          │                 │               │ frames.                                │
5004       ├──────────────────────────┼─────────────────┼───────────────┼────────────────────────────────────────┤
5005       │port                      │ string          │               │ Specific port type to                  │
5006       │                          │                 │               │ use if the device                      │
5007       │                          │                 │               │ supports multiple                      │
5008       │                          │                 │               │ attachment methods.                    │
5009       │                          │                 │               │ One of "tp" (Twisted                   │
5010       │                          │                 │               │ Pair), "aui"                           │
5011       │                          │                 │               │ (Attachment Unit                       │
5012       │                          │                 │               │ Interface), "bnc"                      │
5013       │                          │                 │               │ (Thin Ethernet) or                     │
5014       │                          │                 │               │ "mii" (Media                           │
5015       │                          │                 │               │ Independent                            │
5016       │                          │                 │               │ Interface). If the                     │
5017       │                          │                 │               │ device supports only                   │
5018       │                          │                 │               │ one port type, this                    │
5019       │                          │                 │               │ setting is ignored.                    │
5020       ├──────────────────────────┼─────────────────┼───────────────┼────────────────────────────────────────┤
5021       │s390-nettype              │ string          │               │ s390 network device                    │
5022       │                          │                 │               │ type; one of "qeth",                   │
5023       │                          │                 │               │ "lcs", or "ctc",                       │
5024       │                          │                 │               │ representing the                       │
5025       │                          │                 │               │ different types of                     │
5026       │                          │                 │               │ virtual network                        │
5027       │                          │                 │               │ devices available on                   │
5028       │                          │                 │               │ s390 systems.                          │
5029       ├──────────────────────────┼─────────────────┼───────────────┼────────────────────────────────────────┤
5030       │s390-options              │ dict of string  │ {}            │ Dictionary of                          │
5031       │                          │ to string       │               │ key/value pairs of                     │
5032       │                          │                 │               │ s390-specific device                   │
5033       │                          │                 │               │ options.  Both keys                    │
5034       │                          │                 │               │ and values must be                     │
5035       │                          │                 │               │ strings.  Allowed keys                 │
5036       │                          │                 │               │ include "portno",                      │
5037       │                          │                 │               │ "layer2", "portname",                  │
5038       │                          │                 │               │ "protocol", among                      │
5039       │                          │                 │               │ others.  Key names                     │
5040       │                          │                 │               │ must contain only                      │
5041       │                          │                 │               │ alphanumeric                           │
5042       │                          │                 │               │ characters (ie,                        │
5043       │                          │                 │               │ [a-zA-Z0-9]).                          │
5044       ├──────────────────────────┼─────────────────┼───────────────┼────────────────────────────────────────┤
5045       │s390-subchannels          │ array of string │               │ Identifies specific                    │
5046       │                          │                 │               │ subchannels that this                  │
5047       │                          │                 │               │ network device uses                    │
5048       │                          │                 │               │ for communication with                 │
5049       │                          │                 │               │ z/VM or s390 host.                     │
5050       │                          │                 │               │ Like the "mac-address"                 │
5051       │                          │                 │               │ property for non-z/VM                  │
5052       │                          │                 │               │ devices, this property                 │
5053       │                          │                 │               │ can be used to ensure                  │
5054       │                          │                 │               │ this connection only                   │
5055       │                          │                 │               │ applies to the network                 │
5056       │                          │                 │               │ device that uses these                 │
5057       │                          │                 │               │ subchannels.  The list                 │
5058       │                          │                 │               │ should contain exactly                 │
5059       │                          │                 │               │ 3 strings, and each                    │
5060       │                          │                 │               │ string may only be                     │
5061       │                          │                 │               │ composed of                            │
5062       │                          │                 │               │ hexadecimal characters                 │
5063       │                          │                 │               │ and the period (.)                     │
5064       │                          │                 │               │ character.                             │
5065       ├──────────────────────────┼─────────────────┼───────────────┼────────────────────────────────────────┤
5066       │speed                     │ uint32          │ 0             │ When a value greater                   │
5067       │                          │                 │               │ than 0 is set,                         │
5068       │                          │                 │               │ configures the device                  │
5069       │                          │                 │               │ to use the specified                   │
5070       │                          │                 │               │ speed. If                              │
5071       │                          │                 │               │ "auto-negotiate" is                    │
5072       │                          │                 │               │ "yes" the specified                    │
5073       │                          │                 │               │ speed will be the only                 │
5074       │                          │                 │               │ one advertised during                  │
5075       │                          │                 │               │ link negotiation: this                 │
5076       │                          │                 │               │ works only for BASE-T                  │
5077       │                          │                 │               │ 802.3 specifications                   │
5078       │                          │                 │               │ and is useful for                      │
5079       │                          │                 │               │ enforcing gigabit                      │
5080       │                          │                 │               │ speeds, as in this                     │
5081       │                          │                 │               │ case link negotiation                  │
5082       │                          │                 │               │ is mandatory. If the                   │
5083       │                          │                 │               │ value is unset (0, the                 │
5084       │                          │                 │               │ default), the link                     │
5085       │                          │                 │               │ configuration will be                  │
5086       │                          │                 │               │ either skipped (if                     │
5087       │                          │                 │               │ "auto-negotiate" is                    │
5088       │                          │                 │               │ "no", the default) or                  │
5089       │                          │                 │               │ will be                                │
5090       │                          │                 │               │ auto-negotiated (if                    │
5091       │                          │                 │               │ "auto-negotiate" is                    │
5092       │                          │                 │               │ "yes") and the local                   │
5093       │                          │                 │               │ device will advertise                  │
5094       │                          │                 │               │ all the supported                      │
5095       │                          │                 │               │ speeds. In Mbit/s, ie                  │
5096       │                          │                 │               │ 100 == 100Mbit/s. Must                 │
5097       │                          │                 │               │ be set together with                   │
5098       │                          │                 │               │ the "duplex" property                  │
5099       │                          │                 │               │ when non-zero. Before                  │
5100       │                          │                 │               │ specifying a speed                     │
5101       │                          │                 │               │ value be sure your                     │
5102       │                          │                 │               │ device supports it.                    │
5103       ├──────────────────────────┼─────────────────┼───────────────┼────────────────────────────────────────┤
5104       │wake-on-lan               │ uint32          │ 1             │ The                                    │
5105       │                          │                 │               │ NMSettingWiredWakeOnLan                │
5106       │                          │                 │               │ options to enable. Not                 │
5107       │                          │                 │               │ all devices support                    │
5108       │                          │                 │               │ all options. May be                    │
5109       │                          │                 │               │ any combination of                     │
5110       │                          │                 │               │ NM_SETTING_WIRED_WAKE_ON_LAN_PHY       │
5111       │                          │                 │               │ (0x2),                                 │
5112       │                          │                 │               │ NM_SETTING_WIRED_WAKE_ON_LAN_UNICAST   │
5113       │                          │                 │               │ (0x4),                                 │
5114       │                          │                 │               │ NM_SETTING_WIRED_WAKE_ON_LAN_MULTICAST │
5115       │                          │                 │               │ (0x8),                                 │
5116       │                          │                 │               │ NM_SETTING_WIRED_WAKE_ON_LAN_BROADCAST │
5117       │                          │                 │               │ (0x10),                                │
5118       │                          │                 │               │ NM_SETTING_WIRED_WAKE_ON_LAN_ARP       │
5119       │                          │                 │               │ (0x20),                                │
5120       │                          │                 │               │ NM_SETTING_WIRED_WAKE_ON_LAN_MAGIC     │
5121       │                          │                 │               │ (0x40) or the special                  │
5122       │                          │                 │               │ values                                 │
5123       │                          │                 │               │ NM_SETTING_WIRED_WAKE_ON_LAN_DEFAULT   │
5124       │                          │                 │               │ (0x1) (to use global                   │
5125       │                          │                 │               │ settings) and                          │
5126       │                          │                 │               │ NM_SETTING_WIRED_WAKE_ON_LAN_IGNORE    │
5127       │                          │                 │               │ (0x8000) (to disable                   │
5128       │                          │                 │               │ management of                          │
5129       │                          │                 │               │ Wake-on-LAN in                         │
5130       │                          │                 │               │ NetworkManager).                       │
5131       ├──────────────────────────┼─────────────────┼───────────────┼────────────────────────────────────────┤
5132       │wake-on-lan-password      │ string          │               │ If specified, the password used with   │
5133       │                          │                 │               │ magic-packet-based Wake-on-LAN,        │
5134       │                          │                 │               │ represented as an Ethernet MAC         │
5135       │                          │                 │               │ address.  If NULL, no password will be │
5136       │                          │                 │               │ required.                              │
5137       └──────────────────────────┴─────────────────┴───────────────┴────────────────────────────────────────┘
5138
5139   wireguard setting
5140       WireGuard Settings.
5141
5142       ┌───────────────────────┬──────────────────────┬───────────────┬──────────────────────────┐
5143Key Name               Value Type           Default Value Value                    
5144       │                       │                      │               │ Description              
5145       ├───────────────────────┼──────────────────────┼───────────────┼──────────────────────────┤
5146       │fwmark                 │ uint32               │ 0             │ The use of               │
5147       │                       │                      │               │ fwmark is                │
5148       │                       │                      │               │ optional and is          │
5149       │                       │                      │               │ by default off.          │
5150       │                       │                      │               │ Setting it to 0          │
5151       │                       │                      │               │ disables it.             │
5152       │                       │                      │               │ Otherwise, it is         │
5153       │                       │                      │               │ a 32-bit fwmark          │
5154       │                       │                      │               │ for outgoing             │
5155       │                       │                      │               │ packets. Note            │
5156       │                       │                      │               │ that                     │
5157       │                       │                      │               │ "ip4-auto-default-route" │
5158       │                       │                      │               │ or                       │
5159       │                       │                      │               │ "ip6-auto-default-route" │
5160       │                       │                      │               │ enabled, implies         │
5161       │                       │                      │               │ to automatically         │
5162       │                       │                      │               │ choose a fwmark.         │
5163       ├───────────────────────┼──────────────────────┼───────────────┼──────────────────────────┤
5164       │ip4-auto-default-route │ NMTernary            │               │ Whether to enable        │
5165       │                       │ (int32)              │               │ special handling of the  │
5166       │                       │                      │               │ IPv4 default route. If   │
5167       │                       │                      │               │ enabled, the IPv4        │
5168       │                       │                      │               │ default route from       │
5169       │                       │                      │               │ wireguard.peer-routes    │
5170       │                       │                      │               │ will be placed to a      │
5171       │                       │                      │               │ dedicated routing-table  │
5172       │                       │                      │               │ and two policy routing   │
5173       │                       │                      │               │ rules will be added. The │
5174       │                       │                      │               │ fwmark number is also    │
5175       │                       │                      │               │ used as routing-table    │
5176       │                       │                      │               │ for the default-route,   │
5177       │                       │                      │               │ and if fwmark is zero,   │
5178       │                       │                      │               │ an unused fwmark/table   │
5179       │                       │                      │               │ is chosen automatically. │
5180       │                       │                      │               │ This corresponds to what │
5181       │                       │                      │               │ wg-quick does with       │
5182       │                       │                      │               │ Table=auto and what      │
5183       │                       │                      │               │ WireGuard calls          │
5184       │                       │                      │               │ "Improved Rule-based     │
5185       │                       │                      │               │ Routing". Note that for  │
5186       │                       │                      │               │ this automatism to work, │
5187       │                       │                      │               │ you usually don't want   │
5188       │                       │                      │               │ to set ipv4.gateway,     │
5189       │                       │                      │               │ because that will result │
5190       │                       │                      │               │ in a conflicting default │
5191       │                       │                      │               │ route. Leaving this at   │
5192       │                       │                      │               │ the default will enable  │
5193       │                       │                      │               │ this option              │
5194       │                       │                      │               │ automatically if         │
5195       │                       │                      │               │ ipv4.never-default is    │
5196       │                       │                      │               │ not set and there are    │
5197       │                       │                      │               │ any peers that use a     │
5198       │                       │                      │               │ default-route as         │
5199       │                       │                      │               │ allowed-ips.             │
5200       ├───────────────────────┼──────────────────────┼───────────────┼──────────────────────────┤
5201       │ip6-auto-default-route │ NMTernary            │               │ Like                     │
5202       │                       │ (int32)              │               │ ip4-auto-default-route,  │
5203       │                       │                      │               │ but for the IPv6 default │
5204       │                       │                      │               │ route.                   │
5205       ├───────────────────────┼──────────────────────┼───────────────┼──────────────────────────┤
5206       │listen-port            │ uint32               │ 0             │ The listen-port. If      │
5207       │                       │                      │               │ listen-port is not       │
5208       │                       │                      │               │ specified, the port will │
5209       │                       │                      │               │ be chosen randomly when  │
5210       │                       │                      │               │ the interface comes up.  │
5211       ├───────────────────────┼──────────────────────┼───────────────┼──────────────────────────┤
5212       │mtu                    │ uint32               │ 0             │ If non-zero, only        │
5213       │                       │                      │               │ transmit packets of the  │
5214       │                       │                      │               │ specified size or        │
5215       │                       │                      │               │ smaller, breaking larger │
5216       │                       │                      │               │ packets up into multiple │
5217       │                       │                      │               │ fragments. If zero a     │
5218       │                       │                      │               │ default MTU is used.     │
5219       │                       │                      │               │ Note that contrary to    │
5220       │                       │                      │               │ wg-quick's MTU setting,  │
5221       │                       │                      │               │ this does not take into  │
5222       │                       │                      │               │ account the current      │
5223       │                       │                      │               │ routes at the time of    │
5224       │                       │                      │               │ activation.              │
5225       ├───────────────────────┼──────────────────────┼───────────────┼──────────────────────────┤
5226       │peer-routes            │ boolean              │ TRUE          │ Whether to automatically │
5227       │                       │                      │               │ add routes for the       │
5228       │                       │                      │               │ AllowedIPs ranges of the │
5229       │                       │                      │               │ peers. If TRUE (the      │
5230       │                       │                      │               │ default), NetworkManager │
5231       │                       │                      │               │ will automatically add   │
5232       │                       │                      │               │ routes in the routing    │
5233       │                       │                      │               │ tables according to      │
5234       │                       │                      │               │ ipv4.route-table and     │
5235       │                       │                      │               │ ipv6.route-table.        │
5236       │                       │                      │               │ Usually you want this    │
5237       │                       │                      │               │ automatism enabled. If   │
5238       │                       │                      │               │ FALSE, no such routes    │
5239       │                       │                      │               │ are added automatically. │
5240       │                       │                      │               │ In this case, the user   │
5241       │                       │                      │               │ may want to configure    │
5242       │                       │                      │               │ static routes in         │
5243       │                       │                      │               │ ipv4.routes and          │
5244       │                       │                      │               │ ipv6.routes,             │
5245       │                       │                      │               │ respectively. Note that  │
5246       │                       │                      │               │ if the peer's AllowedIPs │
5247       │                       │                      │               │ is "0.0.0.0/0" or "::/0" │
5248       │                       │                      │               │ and the profile's        │
5249       │                       │                      │               │ ipv4.never-default or    │
5250       │                       │                      │               │ ipv6.never-default       │
5251       │                       │                      │               │ setting is enabled, the  │
5252       │                       │                      │               │ peer route for this peer │
5253       │                       │                      │               │ won't be added           │
5254       │                       │                      │               │ automatically.           │
5255       ├───────────────────────┼──────────────────────┼───────────────┼──────────────────────────┤
5256       │peers                  │ array of 'a{sv}'     │               │ Array of dictionaries    │
5257       │                       │                      │               │ for the WireGuard peers. │
5258       ├───────────────────────┼──────────────────────┼───────────────┼──────────────────────────┤
5259       │private-key            │ string               │               │ The 256 bit private-key  │
5260       │                       │                      │               │ in base64 encoding.      │
5261       ├───────────────────────┼──────────────────────┼───────────────┼──────────────────────────┤
5262       │private-key-flags      │ NMSettingSecretFlags │               │ Flags indicating how to  │
5263       │                       │ (uint32)             │               │ handle the "private-key" │
5264       │                       │                      │               │ property. (see the       │
5265       │                       │                      │               │ section called “Secret   │
5266       │                       │                      │               │ flag types:” for flag    │
5267       │                       │                      │               │ values)                  │
5268       └───────────────────────┴──────────────────────┴───────────────┴──────────────────────────┘
5269
5270   802-11-wireless setting
5271       Wi-Fi Settings.
5272
5273       ┌──────────────────────────┬─────────────────┬───────────────┬───────────────────────────────────────────────────────┐
5274Key Name                  Value Type      Default Value Value                                                 
5275       │                          │                 │               │ Description                                           
5276       ├──────────────────────────┼─────────────────┼───────────────┼───────────────────────────────────────────────────────┤
5277       │ap-isolation              │ NMTernary       │               │ Configures AP                                         │
5278       │                          │ (int32)         │               │ isolation, which                                      │
5279       │                          │                 │               │ prevents                                              │
5280       │                          │                 │               │ communication                                         │
5281       │                          │                 │               │ between wireless                                      │
5282       │                          │                 │               │ devices                                               │
5283       │                          │                 │               │ connected to                                          │
5284       │                          │                 │               │ this AP. This                                         │
5285       │                          │                 │               │ property can be                                       │
5286       │                          │                 │               │ set to a value                                        │
5287       │                          │                 │               │ different from                                        │
5288       │                          │                 │               │ NM_TERNARY_DEFAULT                                    │
5289       │                          │                 │               │ (-1) only when                                        │
5290       │                          │                 │               │ the interface is                                      │
5291       │                          │                 │               │ configured in AP                                      │
5292       │                          │                 │               │ mode. If set to                                       │
5293       │                          │                 │               │ NM_TERNARY_TRUE                                       │
5294       │                          │                 │               │ (1), devices are                                      │
5295       │                          │                 │               │ not able to                                           │
5296       │                          │                 │               │ communicate with                                      │
5297       │                          │                 │               │ each other. This                                      │
5298       │                          │                 │               │ increases                                             │
5299       │                          │                 │               │ security because                                      │
5300       │                          │                 │               │ it protects                                           │
5301       │                          │                 │               │ devices against                                       │
5302       │                          │                 │               │ attacks from                                          │
5303       │                          │                 │               │ other clients in                                      │
5304       │                          │                 │               │ the network. At                                       │
5305       │                          │                 │               │ the same time,                                        │
5306       │                          │                 │               │ it prevents                                           │
5307       │                          │                 │               │ devices to                                            │
5308       │                          │                 │               │ access resources                                      │
5309       │                          │                 │               │ on the same                                           │
5310       │                          │                 │               │ wireless                                              │
5311       │                          │                 │               │ networks as file                                      │
5312       │                          │                 │               │ shares,                                               │
5313       │                          │                 │               │ printers, etc.                                        │
5314       │                          │                 │               │ If set to                                             │
5315       │                          │                 │               │ NM_TERNARY_FALSE                                      │
5316       │                          │                 │               │ (0), devices can                                      │
5317       │                          │                 │               │ talk to each                                          │
5318       │                          │                 │               │ other. When set                                       │
5319       │                          │                 │               │ to                                                    │
5320       │                          │                 │               │ NM_TERNARY_DEFAULT                                    │
5321       │                          │                 │               │ (-1), the global                                      │
5322       │                          │                 │               │ default is used;                                      │
5323       │                          │                 │               │ in case the                                           │
5324       │                          │                 │               │ global default                                        │
5325       │                          │                 │               │ is unspecified                                        │
5326       │                          │                 │               │ it is assumed to                                      │
5327       │                          │                 │               │ be                                                    │
5328       │                          │                 │               │ NM_TERNARY_FALSE                                      │
5329       │                          │                 │               │ (0).                                                  │
5330       ├──────────────────────────┼─────────────────┼───────────────┼───────────────────────────────────────────────────────┤
5331       │assigned-mac-address      │ string          │               │ The new field for                                     │
5332       │                          │                 │               │ the cloned MAC                                        │
5333       │                          │                 │               │ address. It can be                                    │
5334       │                          │                 │               │ either a hardware                                     │
5335       │                          │                 │               │ address in ASCII                                      │
5336       │                          │                 │               │ representation, or                                    │
5337       │                          │                 │               │ one of the special                                    │
5338       │                          │                 │               │ values "preserve",                                    │
5339       │                          │                 │               │ "permanent",                                          │
5340       │                          │                 │               │ "random" or                                           │
5341       │                          │                 │               │ "stable". This                                        │
5342       │                          │                 │               │ field replaces the                                    │
5343       │                          │                 │               │ deprecated                                            │
5344       │                          │                 │               │ "cloned-mac-address"                                  │
5345       │                          │                 │               │ on D-Bus, which                                       │
5346       │                          │                 │               │ can only contain                                      │
5347       │                          │                 │               │ explicit hardware                                     │
5348       │                          │                 │               │ addresses. Note                                       │
5349       │                          │                 │               │ that this property                                    │
5350       │                          │                 │               │ only exists in                                        │
5351       │                          │                 │               │ D-Bus API. libnm                                      │
5352       │                          │                 │               │ and nmcli continue                                    │
5353       │                          │                 │               │ to call this                                          │
5354       │                          │                 │               │ property                                              │
5355       │                          │                 │               │ "cloned-mac-address".                                 │
5356       ├──────────────────────────┼─────────────────┼───────────────┼───────────────────────────────────────────────────────┤
5357       │band                      │ string          │               │ 802.11 frequency band                                 │
5358       │                          │                 │               │ of the network.  One                                  │
5359       │                          │                 │               │ of "a" for 5GHz                                       │
5360       │                          │                 │               │ 802.11a or "bg" for                                   │
5361       │                          │                 │               │ 2.4GHz 802.11.  This                                  │
5362       │                          │                 │               │ will lock                                             │
5363       │                          │                 │               │ associations to the                                   │
5364       │                          │                 │               │ Wi-Fi network to the                                  │
5365       │                          │                 │               │ specific band, i.e.                                   │
5366       │                          │                 │               │ if "a" is specified,                                  │
5367       │                          │                 │               │ the device will not                                   │
5368       │                          │                 │               │ associate with the                                    │
5369       │                          │                 │               │ same network in the                                   │
5370       │                          │                 │               │ 2.4GHz band even if                                   │
5371       │                          │                 │               │ the network's                                         │
5372       │                          │                 │               │ settings are                                          │
5373       │                          │                 │               │ compatible.  This                                     │
5374       │                          │                 │               │ setting depends on                                    │
5375       │                          │                 │               │ specific driver                                       │
5376       │                          │                 │               │ capability and may                                    │
5377       │                          │                 │               │ not work with all                                     │
5378       │                          │                 │               │ drivers.                                              │
5379       ├──────────────────────────┼─────────────────┼───────────────┼───────────────────────────────────────────────────────┤
5380       │bssid                     │ byte array      │               │ If specified, directs                                 │
5381       │                          │                 │               │ the device to only                                    │
5382       │                          │                 │               │ associate with the                                    │
5383       │                          │                 │               │ given access point.                                   │
5384       │                          │                 │               │ This capability is                                    │
5385       │                          │                 │               │ highly driver                                         │
5386       │                          │                 │               │ dependent and not                                     │
5387       │                          │                 │               │ supported by all                                      │
5388       │                          │                 │               │ devices.  Note: this                                  │
5389       │                          │                 │               │ property does not                                     │
5390       │                          │                 │               │ control the BSSID                                     │
5391       │                          │                 │               │ used when creating an                                 │
5392       │                          │                 │               │ Ad-Hoc network and is                                 │
5393       │                          │                 │               │ unlikely to in the                                    │
5394       │                          │                 │               │ future.                                               │
5395       ├──────────────────────────┼─────────────────┼───────────────┼───────────────────────────────────────────────────────┤
5396       │channel                   │ uint32          │ 0             │ Wireless channel to                                   │
5397       │                          │                 │               │ use for the Wi-Fi                                     │
5398       │                          │                 │               │ connection.  The                                      │
5399       │                          │                 │               │ device will only join                                 │
5400       │                          │                 │               │ (or create for Ad-Hoc                                 │
5401       │                          │                 │               │ networks) a Wi-Fi                                     │
5402       │                          │                 │               │ network on the                                        │
5403       │                          │                 │               │ specified channel.                                    │
5404       │                          │                 │               │ Because channel                                       │
5405       │                          │                 │               │ numbers overlap                                       │
5406       │                          │                 │               │ between bands, this                                   │
5407       │                          │                 │               │ property also                                         │
5408       │                          │                 │               │ requires the "band"                                   │
5409       │                          │                 │               │ property to be set.                                   │
5410       ├──────────────────────────┼─────────────────┼───────────────┼───────────────────────────────────────────────────────┤
5411       │cloned-mac-address        │ byte array      │               │ This D-Bus field is                                   │
5412       │                          │                 │               │ deprecated in favor                                   │
5413       │                          │                 │               │ of                                                    │
5414       │                          │                 │               │ "assigned-mac-address"                                │
5415       │                          │                 │               │ which is more                                         │
5416       │                          │                 │               │ flexible and allows                                   │
5417       │                          │                 │               │ specifying special                                    │
5418       │                          │                 │               │ variants like                                         │
5419       │                          │                 │               │ "random". For libnm                                   │
5420       │                          │                 │               │ and nmcli, this field                                 │
5421       │                          │                 │               │ is called                                             │
5422       │                          │                 │               │ "cloned-mac-address".                                 │
5423       ├──────────────────────────┼─────────────────┼───────────────┼───────────────────────────────────────────────────────┤
5424       │generate-mac-address-mask │ string          │               │ With                                                  │
5425       │                          │                 │               │ "cloned-mac-address"                                  │
5426       │                          │                 │               │ setting "random" or                                   │
5427       │                          │                 │               │ "stable", by default                                  │
5428       │                          │                 │               │ all bits of the MAC                                   │
5429       │                          │                 │               │ address are scrambled                                 │
5430       │                          │                 │               │ and a                                                 │
5431       │                          │                 │               │ locally-administered,                                 │
5432       │                          │                 │               │ unicast MAC address is                                │
5433       │                          │                 │               │ created. This property                                │
5434       │                          │                 │               │ allows to specify that                                │
5435       │                          │                 │               │ certain bits are                                      │
5436       │                          │                 │               │ fixed. Note that the                                  │
5437       │                          │                 │               │ least significant bit                                 │
5438       │                          │                 │               │ of the first MAC                                      │
5439       │                          │                 │               │ address will always be                                │
5440       │                          │                 │               │ unset to create a                                     │
5441       │                          │                 │               │ unicast MAC address.                                  │
5442       │                          │                 │               │ If the property is                                    │
5443       │                          │                 │               │ NULL, it is eligible                                  │
5444       │                          │                 │               │ to be overwritten by a                                │
5445       │                          │                 │               │ default connection                                    │
5446       │                          │                 │               │ setting. If the value                                 │
5447       │                          │                 │               │ is still NULL or an                                   │
5448       │                          │                 │               │ empty string, the                                     │
5449       │                          │                 │               │ default is to create a                                │
5450       │                          │                 │               │ locally-administered,                                 │
5451       │                          │                 │               │ unicast MAC address.                                  │
5452       │                          │                 │               │ If the value contains                                 │
5453       │                          │                 │               │ one MAC address, this                                 │
5454       │                          │                 │               │ address is used as                                    │
5455       │                          │                 │               │ mask. The set bits of                                 │
5456       │                          │                 │               │ the mask are to be                                    │
5457       │                          │                 │               │ filled with the                                       │
5458       │                          │                 │               │ current MAC address of                                │
5459       │                          │                 │               │ the device, while the                                 │
5460       │                          │                 │               │ unset bits are subject                                │
5461       │                          │                 │               │ to randomization.                                     │
5462       │                          │                 │               │ Setting                                               │
5463       │                          │                 │               │ "FE:FF:FF:00:00:00"                                   │
5464       │                          │                 │               │ means to preserve the                                 │
5465       │                          │                 │               │ OUI of the current MAC                                │
5466       │                          │                 │               │ address and only                                      │
5467       │                          │                 │               │ randomize the lower 3                                 │
5468       │                          │                 │               │ bytes using the                                       │
5469       │                          │                 │               │ "random" or "stable"                                  │
5470       │                          │                 │               │ algorithm. If the                                     │
5471       │                          │                 │               │ value contains one                                    │
5472       │                          │                 │               │ additional MAC address                                │
5473       │                          │                 │               │ after the mask, this                                  │
5474       │                          │                 │               │ address is used                                       │
5475       │                          │                 │               │ instead of the current                                │
5476       │                          │                 │               │ MAC address to fill                                   │
5477       │                          │                 │               │ the bits that shall                                   │
5478       │                          │                 │               │ not be randomized. For                                │
5479       │                          │                 │               │ example, a value of                                   │
5480       │                          │                 │               │ "FE:FF:FF:00:00:00                                    │
5481       │                          │                 │               │ 68:F7:28:00:00:00"                                    │
5482       │                          │                 │               │ will set the OUI of                                   │
5483       │                          │                 │               │ the MAC address to                                    │
5484       │                          │                 │               │ 68:F7:28, while the                                   │
5485       │                          │                 │               │ lower bits are                                        │
5486       │                          │                 │               │ randomized. A value of                                │
5487       │                          │                 │               │ "02:00:00:00:00:00                                    │
5488       │                          │                 │               │ 00:00:00:00:00:00"                                    │
5489       │                          │                 │               │ will create a fully                                   │
5490       │                          │                 │               │ scrambled                                             │
5491       │                          │                 │               │ globally-administered,                                │
5492       │                          │                 │               │ burned-in MAC address.                                │
5493       │                          │                 │               │ If the value contains                                 │
5494       │                          │                 │               │ more than one                                         │
5495       │                          │                 │               │ additional MAC                                        │
5496       │                          │                 │               │ addresses, one of them                                │
5497       │                          │                 │               │ is chosen randomly.                                   │
5498       │                          │                 │               │ For example,                                          │
5499       │                          │                 │               │ "02:00:00:00:00:00                                    │
5500       │                          │                 │               │ 00:00:00:00:00:00                                     │
5501       │                          │                 │               │ 02:00:00:00:00:00"                                    │
5502       │                          │                 │               │ will create a fully                                   │
5503       │                          │                 │               │ scrambled MAC address,                                │
5504       │                          │                 │               │ randomly locally or                                   │
5505       │                          │                 │               │ globally administered.                                │
5506       ├──────────────────────────┼─────────────────┼───────────────┼───────────────────────────────────────────────────────┤
5507       │hidden                    │ boolean         │ FALSE         │ If TRUE, indicates                                    │
5508       │                          │                 │               │ that the network is a                                 │
5509       │                          │                 │               │ non-broadcasting                                      │
5510       │                          │                 │               │ network that hides its                                │
5511       │                          │                 │               │ SSID. This works both                                 │
5512       │                          │                 │               │ in infrastructure and                                 │
5513       │                          │                 │               │ AP mode. In                                           │
5514       │                          │                 │               │ infrastructure mode,                                  │
5515       │                          │                 │               │ various workarounds                                   │
5516       │                          │                 │               │ are used for a more                                   │
5517       │                          │                 │               │ reliable discovery of                                 │
5518       │                          │                 │               │ hidden networks, such                                 │
5519       │                          │                 │               │ as probe-scanning the                                 │
5520       │                          │                 │               │ SSID.  However, these                                 │
5521       │                          │                 │               │ workarounds expose                                    │
5522       │                          │                 │               │ inherent insecurities                                 │
5523       │                          │                 │               │ with hidden SSID                                      │
5524       │                          │                 │               │ networks, and thus                                    │
5525       │                          │                 │               │ hidden SSID networks                                  │
5526       │                          │                 │               │ should be used with                                   │
5527       │                          │                 │               │ caution. In AP mode,                                  │
5528       │                          │                 │               │ the created network                                   │
5529       │                          │                 │               │ does not broadcast its                                │
5530       │                          │                 │               │ SSID. Note that                                       │
5531       │                          │                 │               │ marking the network as                                │
5532       │                          │                 │               │ hidden may be a                                       │
5533       │                          │                 │               │ privacy issue for you                                 │
5534       │                          │                 │               │ (in infrastructure                                    │
5535       │                          │                 │               │ mode) or client                                       │
5536       │                          │                 │               │ stations (in AP mode),                                │
5537       │                          │                 │               │ as the explicit                                       │
5538       │                          │                 │               │ probe-scans are                                       │
5539       │                          │                 │               │ distinctly                                            │
5540       │                          │                 │               │ recognizable on the                                   │
5541       │                          │                 │               │ air.                                                  │
5542       ├──────────────────────────┼─────────────────┼───────────────┼───────────────────────────────────────────────────────┤
5543       │mac-address               │ byte array      │               │ If specified, this                                    │
5544       │                          │                 │               │ connection will only                                  │
5545       │                          │                 │               │ apply to the Wi-Fi                                    │
5546       │                          │                 │               │ device whose permanent                                │
5547       │                          │                 │               │ MAC address matches.                                  │
5548       │                          │                 │               │ This property does not                                │
5549       │                          │                 │               │ change the MAC address                                │
5550       │                          │                 │               │ of the device (i.e.                                   │
5551       │                          │                 │               │ MAC spoofing).                                        │
5552       ├──────────────────────────┼─────────────────┼───────────────┼───────────────────────────────────────────────────────┤
5553       │mac-address-blacklist     │ array of string │               │ A list of permanent                                   │
5554       │                          │                 │               │ MAC addresses of Wi-Fi                                │
5555       │                          │                 │               │ devices to which this                                 │
5556       │                          │                 │               │ connection should                                     │
5557       │                          │                 │               │ never apply.  Each MAC                                │
5558       │                          │                 │               │ address should be                                     │
5559       │                          │                 │               │ given in the standard                                 │
5560       │                          │                 │               │ hex-digits-and-colons                                 │
5561       │                          │                 │               │ notation (eg                                          │
5562       │                          │                 │               │ "00:11:22:33:44:55").                                 │
5563       ├──────────────────────────┼─────────────────┼───────────────┼───────────────────────────────────────────────────────┤
5564       │mac-address-randomization │ uint32          │ 0             │ One of                                                │
5565       │                          │                 │               │ NM_SETTING_MAC_RANDOMIZATION_DEFAULT                  │
5566       │                          │                 │               │ (0) (never randomize                                  │
5567       │                          │                 │               │ unless the user has                                   │
5568       │                          │                 │               │ set a global default                                  │
5569       │                          │                 │               │ to randomize and the                                  │
5570       │                          │                 │               │ supplicant supports                                   │
5571       │                          │                 │               │ randomization),                                       │
5572       │                          │                 │               │ NM_SETTING_MAC_RANDOMIZATION_NEVER                    │
5573       │                          │                 │               │ (1) (never randomize                                  │
5574       │                          │                 │               │ the MAC address), or                                  │
5575       │                          │                 │               │ NM_SETTING_MAC_RANDOMIZATION_ALWAYS                   │
5576       │                          │                 │               │ (2) (always randomize                                 │
5577       │                          │                 │               │ the MAC address). This                                │
5578       │                          │                 │               │ property is deprecated                                │
5579       │                          │                 │               │ for                                                   │
5580       │                          │                 │               │ 'cloned-mac-address'.                                 │
5581       │                          │                 │               │ Deprecated: 1                                         │
5582       ├──────────────────────────┼─────────────────┼───────────────┼───────────────────────────────────────────────────────┤
5583       │mode                      │ string          │               │ Wi-Fi network mode; one of                            │
5584       │                          │                 │               │ "infrastructure", "mesh", "adhoc" or                  │
5585       │                          │                 │               │ "ap".  If blank, infrastructure is                    │
5586       │                          │                 │               │ assumed.                                              │
5587       ├──────────────────────────┼─────────────────┼───────────────┼───────────────────────────────────────────────────────┤
5588       │mtu                       │ uint32          │ 0             │ If non-zero, only transmit packets                    │
5589       │                          │                 │               │ of the specified size or smaller,                     │
5590       │                          │                 │               │ breaking larger packets up into                       │
5591       │                          │                 │               │ multiple Ethernet frames.                             │
5592       ├──────────────────────────┼─────────────────┼───────────────┼───────────────────────────────────────────────────────┤
5593       │powersave                 │ uint32          │ 0             │ One of                                                │
5594       │                          │                 │               │ NM_SETTING_WIRELESS_POWERSAVE_DISABLE                 │
5595       │                          │                 │               │ (2) (disable Wi-Fi power saving),                     │
5596       │                          │                 │               │ NM_SETTING_WIRELESS_POWERSAVE_ENABLE                  │
5597       │                          │                 │               │ (3) (enable Wi-Fi power saving),                      │
5598       │                          │                 │               │ NM_SETTING_WIRELESS_POWERSAVE_IGNORE                  │
5599       │                          │                 │               │ (1) (don't touch currently configure                  │
5600       │                          │                 │               │ setting) or                                           │
5601       │                          │                 │               │ NM_SETTING_WIRELESS_POWERSAVE_DEFAULT                 │
5602       │                          │                 │               │ (0) (use the globally configured                      │
5603       │                          │                 │               │ value). All other values are                          │
5604       │                          │                 │               │ reserved.                                             │
5605       ├──────────────────────────┼─────────────────┼───────────────┼───────────────────────────────────────────────────────┤
5606       │rate                      │ uint32          │ 0             │ If non-zero, directs the device to                    │
5607       │                          │                 │               │ only use the specified bitrate for                    │
5608       │                          │                 │               │ communication with the access point.                  │
5609       │                          │                 │               │ Units are in Kb/s, ie 5500 = 5.5                      │
5610       │                          │                 │               │ Mbit/s.  This property is highly                      │
5611       │                          │                 │               │ driver dependent and not all devices                  │
5612       │                          │                 │               │ support setting a static bitrate.                     │
5613       ├──────────────────────────┼─────────────────┼───────────────┼───────────────────────────────────────────────────────┤
5614       │security                  │                 │               │ This property is deprecated, but can                  │
5615       │                          │                 │               │ be set to the value                                   │
5616       │                          │                 │               │ '802-11-wireless-security' when a                     │
5617       │                          │                 │               │ wireless security setting is also                     │
5618       │                          │                 │               │ present in the connection dictionary,                 │
5619       │                          │                 │               │ for compatibility with very old                       │
5620       │                          │                 │               │ NetworkManager daemons.                               │
5621       ├──────────────────────────┼─────────────────┼───────────────┼───────────────────────────────────────────────────────┤
5622       │seen-bssids               │ array of string │               │ A list of BSSIDs (each BSSID                          │
5623       │                          │                 │               │ formatted as a MAC address like                       │
5624       │                          │                 │               │ "00:11:22:33:44:55") that have been                   │
5625       │                          │                 │               │ detected as part of the Wi-Fi                         │
5626       │                          │                 │               │ network.  NetworkManager internally                   │
5627       │                          │                 │               │ tracks previously seen BSSIDs. The                    │
5628       │                          │                 │               │ property is only meant for reading                    │
5629       │                          │                 │               │ and reflects the BSSID list of                        │
5630       │                          │                 │               │ NetworkManager. The changes you make                  │
5631       │                          │                 │               │ to this property will not be                          │
5632       │                          │                 │               │ preserved.                                            │
5633       ├──────────────────────────┼─────────────────┼───────────────┼───────────────────────────────────────────────────────┤
5634       │ssid                      │ byte array      │               │ SSID of the Wi-Fi network. Must be                    │
5635       │                          │                 │               │ specified.                                            │
5636       ├──────────────────────────┼─────────────────┼───────────────┼───────────────────────────────────────────────────────┤
5637       │tx-power                  │ uint32          │ 0             │ If non-zero, directs the device to                    │
5638       │                          │                 │               │ use the specified transmit power.                     │
5639       │                          │                 │               │ Units are dBm.  This property is                      │
5640       │                          │                 │               │ highly driver dependent and not all                   │
5641       │                          │                 │               │ devices support setting a static                      │
5642       │                          │                 │               │ transmit power.                                       │
5643       ├──────────────────────────┼─────────────────┼───────────────┼───────────────────────────────────────────────────────┤
5644       │wake-on-wlan              │ uint32          │ 1             │ The NMSettingWirelessWakeOnWLan                       │
5645       │                          │                 │               │ options to enable. Not all devices                    │
5646       │                          │                 │               │ support all options. May be any                       │
5647       │                          │                 │               │ combination of                                        │
5648       │                          │                 │               │ NM_SETTING_WIRELESS_WAKE_ON_WLAN_ANY                  │
5649       │                          │                 │               │ (0x2),                                                │
5650       │                          │                 │               │ NM_SETTING_WIRELESS_WAKE_ON_WLAN_DISCONNECT           │
5651       │                          │                 │               │ (0x4),                                                │
5652       │                          │                 │               │ NM_SETTING_WIRELESS_WAKE_ON_WLAN_MAGIC                │
5653       │                          │                 │               │ (0x8),                                                │
5654       │                          │                 │               │ NM_SETTING_WIRELESS_WAKE_ON_WLAN_GTK_REKEY_FAILURE    │
5655       │                          │                 │               │ (0x10),                                               │
5656       │                          │                 │               │ NM_SETTING_WIRELESS_WAKE_ON_WLAN_EAP_IDENTITY_REQUEST │
5657       │                          │                 │               │ (0x20),                                               │
5658       │                          │                 │               │ NM_SETTING_WIRELESS_WAKE_ON_WLAN_4WAY_HANDSHAKE       │
5659       │                          │                 │               │ (0x40),                                               │
5660       │                          │                 │               │ NM_SETTING_WIRELESS_WAKE_ON_WLAN_RFKILL_RELEASE       │
5661       │                          │                 │               │ (0x80),                                               │
5662       │                          │                 │               │ NM_SETTING_WIRELESS_WAKE_ON_WLAN_TCP                  │
5663       │                          │                 │               │ (0x100) or the special values                         │
5664       │                          │                 │               │ NM_SETTING_WIRELESS_WAKE_ON_WLAN_DEFAULT              │
5665       │                          │                 │               │ (0x1) (to use global settings) and                    │
5666       │                          │                 │               │ NM_SETTING_WIRELESS_WAKE_ON_WLAN_IGNORE               │
5667       │                          │                 │               │ (0x8000) (to disable management of                    │
5668       │                          │                 │               │ Wake-on-LAN in NetworkManager).                       │
5669       └──────────────────────────┴─────────────────┴───────────────┴───────────────────────────────────────────────────────┘
5670
5671   802-11-wireless-security setting
5672       Wi-Fi Security Settings.
5673
5674       ┌────────────────────┬──────────────────────┬───────────────┬────────────────────────────────────────────┐
5675Key Name            Value Type           Default Value Value                                      
5676       │                    │                      │               │ Description                                
5677       ├────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
5678       │auth-alg            │ string               │               │ When WEP is used                           │
5679       │                    │                      │               │ (ie, key-mgmt =                            │
5680       │                    │                      │               │ "none" or                                  │
5681       │                    │                      │               │ "ieee8021x")                               │
5682       │                    │                      │               │ indicate the                               │
5683       │                    │                      │               │ 802.11                                     │
5684       │                    │                      │               │ authentication                             │
5685       │                    │                      │               │ algorithm                                  │
5686       │                    │                      │               │ required by the                            │
5687       │                    │                      │               │ AP here.  One of                           │
5688       │                    │                      │               │ "open" for Open                            │
5689       │                    │                      │               │ System, "shared"                           │
5690       │                    │                      │               │ for Shared Key,                            │
5691       │                    │                      │               │ or "leap" for                              │
5692       │                    │                      │               │ Cisco LEAP.                                │
5693       │                    │                      │               │ When using Cisco                           │
5694       │                    │                      │               │ LEAP (ie,                                  │
5695       │                    │                      │               │ key-mgmt =                                 │
5696       │                    │                      │               │ "ieee8021x" and                            │
5697       │                    │                      │               │ auth-alg =                                 │
5698       │                    │                      │               │ "leap") the                                │
5699       │                    │                      │               │ "leap-username"                            │
5700       │                    │                      │               │ and                                        │
5701       │                    │                      │               │ "leap-password"                            │
5702       │                    │                      │               │ properties must                            │
5703       │                    │                      │               │ be specified.                              │
5704       ├────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
5705       │fils                │ int32                │ 0             │ Indicates                                  │
5706       │                    │                      │               │ whether Fast                               │
5707       │                    │                      │               │ Initial Link                               │
5708       │                    │                      │               │ Setup (802.11ai)                           │
5709       │                    │                      │               │ must be enabled                            │
5710       │                    │                      │               │ for the                                    │
5711       │                    │                      │               │ connection.  One                           │
5712       │                    │                      │               │ of                                         │
5713       │                    │                      │               │ NM_SETTING_WIRELESS_SECURITY_FILS_DEFAULT  │
5714       │                    │                      │               │ (0) (use global                            │
5715       │                    │                      │               │ default value),                            │
5716       │                    │                      │               │ NM_SETTING_WIRELESS_SECURITY_FILS_DISABLE  │
5717       │                    │                      │               │ (1) (disable                               │
5718       │                    │                      │               │ FILS),                                     │
5719       │                    │                      │               │ NM_SETTING_WIRELESS_SECURITY_FILS_OPTIONAL │
5720       │                    │                      │               │ (2) (enable FILS                           │
5721       │                    │                      │               │ if the                                     │
5722       │                    │                      │               │ supplicant and                             │
5723       │                    │                      │               │ the access point                           │
5724       │                    │                      │               │ support it) or                             │
5725       │                    │                      │               │ NM_SETTING_WIRELESS_SECURITY_FILS_REQUIRED │
5726       │                    │                      │               │ (3) (enable FILS                           │
5727       │                    │                      │               │ and fail if not                            │
5728       │                    │                      │               │ supported).                                │
5729       │                    │                      │               │ When set to                                │
5730       │                    │                      │               │ NM_SETTING_WIRELESS_SECURITY_FILS_DEFAULT  │
5731       │                    │                      │               │ (0) and no                                 │
5732       │                    │                      │               │ global default                             │
5733       │                    │                      │               │ is set, FILS                               │
5734       │                    │                      │               │ will be                                    │
5735       │                    │                      │               │ optionally                                 │
5736       │                    │                      │               │ enabled.                                   │
5737       ├────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
5738       │group               │ array of string      │               │ A list of group/broadcast encryption       │
5739       │                    │                      │               │ algorithms which prevents connections to   │
5740       │                    │                      │               │ Wi-Fi networks that do not utilize one of  │
5741       │                    │                      │               │ the algorithms in the list.  For maximum   │
5742       │                    │                      │               │ compatibility leave this property empty.   │
5743       │                    │                      │               │ Each list element may be one of "wep40",   │
5744       │                    │                      │               │ "wep104", "tkip", or "ccmp".               │
5745       ├────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
5746       │key-mgmt            │ string               │               │ Key management used for the connection.    │
5747       │                    │                      │               │ One of "none" (WEP or no password          │
5748       │                    │                      │               │ protection), "ieee8021x" (Dynamic WEP),    │
5749       │                    │                      │               │ "owe" (Opportunistic Wireless Encryption), │
5750       │                    │                      │               │ "wpa-psk" (WPA2 + WPA3 personal), "sae"    │
5751       │                    │                      │               │ (WPA3 personal only), "wpa-eap" (WPA2 +    │
5752       │                    │                      │               │ WPA3 enterprise) or "wpa-eap-suite-b-192"  │
5753       │                    │                      │               │ (WPA3 enterprise only). This property must │
5754       │                    │                      │               │ be set for any Wi-Fi connection that uses  │
5755       │                    │                      │               │ security.                                  │
5756       ├────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
5757       │leap-password       │ string               │               │ The login password for legacy LEAP         │
5758       │                    │                      │               │ connections (ie, key-mgmt = "ieee8021x"    │
5759       │                    │                      │               │ and auth-alg = "leap").                    │
5760       ├────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
5761       │leap-password-flags │ NMSettingSecretFlags │               │ Flags indicating how to handle the         │
5762       │                    │ (uint32)             │               │ "leap-password" property. (see the section │
5763       │                    │                      │               │ called “Secret flag types:” for flag       │
5764       │                    │                      │               │ values)                                    │
5765       ├────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
5766       │leap-username       │ string               │               │ The login username for legacy LEAP         │
5767       │                    │                      │               │ connections (ie, key-mgmt = "ieee8021x"    │
5768       │                    │                      │               │ and auth-alg = "leap").                    │
5769       ├────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
5770       │pairwise            │ array of string      │               │ A list of pairwise encryption algorithms   │
5771       │                    │                      │               │ which prevents connections to Wi-Fi        │
5772       │                    │                      │               │ networks that do not utilize one of the    │
5773       │                    │                      │               │ algorithms in the list. For maximum        │
5774       │                    │                      │               │ compatibility leave this property empty.   │
5775       │                    │                      │               │ Each list element may be one of "tkip" or  │
5776       │                    │                      │               │ "ccmp".                                    │
5777       ├────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
5778       │pmf                 │ int32                │ 0             │ Indicates whether Protected Management     │
5779       │                    │                      │               │ Frames (802.11w) must be enabled for the   │
5780       │                    │                      │               │ connection.  One of                        │
5781       │                    │                      │               │ NM_SETTING_WIRELESS_SECURITY_PMF_DEFAULT   │
5782       │                    │                      │               │ (0) (use global default value),            │
5783       │                    │                      │               │ NM_SETTING_WIRELESS_SECURITY_PMF_DISABLE   │
5784       │                    │                      │               │ (1) (disable PMF),                         │
5785       │                    │                      │               │ NM_SETTING_WIRELESS_SECURITY_PMF_OPTIONAL  │
5786       │                    │                      │               │ (2) (enable PMF if the supplicant and the  │
5787       │                    │                      │               │ access point support it) or                │
5788       │                    │                      │               │ NM_SETTING_WIRELESS_SECURITY_PMF_REQUIRED  │
5789       │                    │                      │               │ (3) (enable PMF and fail if not            │
5790       │                    │                      │               │ supported).  When set to                   │
5791       │                    │                      │               │ NM_SETTING_WIRELESS_SECURITY_PMF_DEFAULT   │
5792       │                    │                      │               │ (0) and no global default is set, PMF will │
5793       │                    │                      │               │ be optionally enabled.                     │
5794       ├────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
5795       │proto               │ array of string      │               │ List of strings specifying the allowed WPA │
5796       │                    │                      │               │ protocol versions to use. Each element may │
5797       │                    │                      │               │ be one "wpa" (allow WPA) or "rsn" (allow   │
5798       │                    │                      │               │ WPA2/RSN).  If not specified, both WPA and │
5799       │                    │                      │               │ RSN connections are allowed.               │
5800       ├────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
5801       │psk                 │ string               │               │ Pre-Shared-Key for WPA networks. For       │
5802       │                    │                      │               │ WPA-PSK, it's either an ASCII passphrase   │
5803       │                    │                      │               │ of 8 to 63 characters that is (as          │
5804       │                    │                      │               │ specified in the 802.11i standard) hashed  │
5805       │                    │                      │               │ to derive the actual key, or the key in    │
5806       │                    │                      │               │ form of 64 hexadecimal character. The      │
5807       │                    │                      │               │ WPA3-Personal networks use a passphrase of │
5808       │                    │                      │               │ any length for SAE authentication.         │
5809       ├────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
5810       │psk-flags           │ NMSettingSecretFlags │               │ Flags indicating how to handle the "psk"   │
5811       │                    │ (uint32)             │               │ property. (see the section called “Secret  │
5812       │                    │                      │               │ flag types:” for flag values)              │
5813       ├────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
5814       │wep-key-flags       │ NMSettingSecretFlags │               │ Flags indicating how to handle the         │
5815       │                    │ (uint32)             │               │ "wep-key0", "wep-key1", "wep-key2", and    │
5816       │                    │                      │               │ "wep-key3" properties. (see the section    │
5817       │                    │                      │               │ called “Secret flag types:” for flag       │
5818       │                    │                      │               │ values)                                    │
5819       ├────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
5820       │wep-key-type        │ NMWepKeyType         │               │ Controls the interpretation of WEP keys.   │
5821       │                    │ (uint32)             │               │ Allowed values are NM_WEP_KEY_TYPE_KEY     │
5822       │                    │                      │               │ (1), in which case the key is either a 10- │
5823       │                    │                      │               │ or 26-character hexadecimal string, or a   │
5824       │                    │                      │               │ 5- or 13-character ASCII password; or      │
5825       │                    │                      │               │ NM_WEP_KEY_TYPE_PASSPHRASE (2), in which   │
5826       │                    │                      │               │ case the passphrase is provided as a       │
5827       │                    │                      │               │ string and will be hashed using the        │
5828       │                    │                      │               │ de-facto MD5 method to derive the actual   │
5829       │                    │                      │               │ WEP key.                                   │
5830       ├────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
5831       │wep-key0            │ string               │               │ Index 0 WEP key.  This is the WEP key used │
5832       │                    │                      │               │ in most networks.  See the "wep-key-type"  │
5833       │                    │                      │               │ property for a description of how this key │
5834       │                    │                      │               │ is interpreted.                            │
5835       ├────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
5836       │wep-key1            │ string               │               │ Index 1 WEP key.  This WEP index is not    │
5837       │                    │                      │               │ used by most networks.  See the            │
5838       │                    │                      │               │ "wep-key-type" property for a description  │
5839       │                    │                      │               │ of how this key is interpreted.            │
5840       ├────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
5841       │wep-key2            │ string               │               │ Index 2 WEP key.  This WEP index is not    │
5842       │                    │                      │               │ used by most networks.  See the            │
5843       │                    │                      │               │ "wep-key-type" property for a description  │
5844       │                    │                      │               │ of how this key is interpreted.            │
5845       ├────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
5846       │wep-key3            │ string               │               │ Index 3 WEP key.  This WEP index is not    │
5847       │                    │                      │               │ used by most networks.  See the            │
5848       │                    │                      │               │ "wep-key-type" property for a description  │
5849       │                    │                      │               │ of how this key is interpreted.            │
5850       ├────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
5851       │wep-tx-keyidx       │ uint32               │ 0             │ When static WEP is used (ie, key-mgmt =    │
5852       │                    │                      │               │ "none") and a non-default WEP key index is │
5853       │                    │                      │               │ used by the AP, put that WEP key index     │
5854       │                    │                      │               │ here.  Valid values are 0 (default key)    │
5855       │                    │                      │               │ through 3.  Note that some consumer access │
5856       │                    │                      │               │ points (like the Linksys WRT54G) number    │
5857       │                    │                      │               │ the keys 1 - 4.                            │
5858       ├────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
5859       │wps-method          │ uint32               │ 0             │ Flags indicating which mode of WPS is to   │
5860       │                    │                      │               │ be used if any. There's little point in    │
5861       │                    │                      │               │ changing the default setting as            │
5862       │                    │                      │               │ NetworkManager will automatically          │
5863       │                    │                      │               │ determine whether it's feasible to start   │
5864       │                    │                      │               │ WPS enrollment from the Access Point       │
5865       │                    │                      │               │ capabilities. WPS can be disabled by       │
5866       │                    │                      │               │ setting this property to a value of 1.     │
5867       └────────────────────┴──────────────────────┴───────────────┴────────────────────────────────────────────┘
5868
5869   wpan setting
5870       IEEE 802.15.4 (WPAN) MAC Settings.
5871
5872       ┌──────────────┬────────────┬───────────────┬──────────────────┐
5873Key Name      Value Type Default Value Value            
5874       │              │            │               │ Description      
5875       ├──────────────┼────────────┼───────────────┼──────────────────┤
5876       │channel       │ int32      │ -1            │ IEEE 802.15.4    │
5877       │              │            │               │ channel. A       │
5878       │              │            │               │ positive integer │
5879       │              │            │               │ or -1, meaning   │
5880       │              │            │               │ "do not set, use │
5881       │              │            │               │ whatever the     │
5882       │              │            │               │ device is        │
5883       │              │            │               │ already set to". │
5884       ├──────────────┼────────────┼───────────────┼──────────────────┤
5885       │mac-address   │ string     │               │ If specified,    │
5886       │              │            │               │ this connection  │
5887       │              │            │               │ will only apply  │
5888       │              │            │               │ to the IEEE      │
5889       │              │            │               │ 802.15.4 (WPAN)  │
5890       │              │            │               │ MAC layer device │
5891       │              │            │               │ whose permanent  │
5892       │              │            │               │ MAC address      │
5893       │              │            │               │ matches.         │
5894       ├──────────────┼────────────┼───────────────┼──────────────────┤
5895       │page          │ int32      │ -1            │ IEEE 802.15.4    │
5896       │              │            │               │ channel page. A  │
5897       │              │            │               │ positive integer │
5898       │              │            │               │ or -1, meaning   │
5899       │              │            │               │ "do not set, use │
5900       │              │            │               │ whatever the     │
5901       │              │            │               │ device is        │
5902       │              │            │               │ already set to". │
5903       ├──────────────┼────────────┼───────────────┼──────────────────┤
5904       │pan-id        │ uint32     │ 65535         │ IEEE 802.15.4    │
5905       │              │            │               │ Personal Area    │
5906       │              │            │               │ Network (PAN)    │
5907       │              │            │               │ identifier.      │
5908       ├──────────────┼────────────┼───────────────┼──────────────────┤
5909       │short-address │ uint32     │ 65535         │ Short IEEE       │
5910       │              │            │               │ 802.15.4 address │
5911       │              │            │               │ to be used       │
5912       │              │            │               │ within a         │
5913       │              │            │               │ restricted       │
5914       │              │            │               │ environment.     │
5915       └──────────────┴────────────┴───────────────┴──────────────────┘
5916
5917   hostname setting
5918       Hostname settings.
5919
5920       ┌──────────────────┬────────────┬───────────────┬────────────────────┐
5921Key Name          Value Type Default Value Value              
5922       │                  │            │               │ Description        
5923       ├──────────────────┼────────────┼───────────────┼────────────────────┤
5924       │from-dhcp         │ NMTernary  │               │ Whether the        │
5925       │                  │ (int32)    │               │ system hostname    │
5926       │                  │            │               │ can be             │
5927       │                  │            │               │ determined from    │
5928       │                  │            │               │ DHCP on this       │
5929       │                  │            │               │ connection. When   │
5930       │                  │            │               │ set to             │
5931       │                  │            │               │ NM_TERNARY_DEFAULT │
5932       │                  │            │               │ (-1), the value    │
5933       │                  │            │               │ from global        │
5934       │                  │            │               │ configuration is   │
5935       │                  │            │               │ used. If the       │
5936       │                  │            │               │ property doesn't   │
5937       │                  │            │               │ have a value in    │
5938       │                  │            │               │ the global         │
5939       │                  │            │               │ configuration,     │
5940       │                  │            │               │ NetworkManager     │
5941       │                  │            │               │ assumes the        │
5942       │                  │            │               │ value to be        │
5943       │                  │            │               │ NM_TERNARY_TRUE    │
5944       │                  │            │               │ (1).               │
5945       ├──────────────────┼────────────┼───────────────┼────────────────────┤
5946       │from-dns-lookup   │ NMTernary  │               │ Whether the system │
5947       │                  │ (int32)    │               │ hostname can be    │
5948       │                  │            │               │ determined from    │
5949       │                  │            │               │ reverse DNS lookup │
5950       │                  │            │               │ of addresses on    │
5951       │                  │            │               │ this device. When  │
5952       │                  │            │               │ set to             │
5953       │                  │            │               │ NM_TERNARY_DEFAULT │
5954       │                  │            │               │ (-1), the value    │
5955       │                  │            │               │ from global        │
5956       │                  │            │               │ configuration is   │
5957       │                  │            │               │ used. If the       │
5958       │                  │            │               │ property doesn't   │
5959       │                  │            │               │ have a value in    │
5960       │                  │            │               │ the global         │
5961       │                  │            │               │ configuration,     │
5962       │                  │            │               │ NetworkManager     │
5963       │                  │            │               │ assumes the value  │
5964       │                  │            │               │ to be              │
5965       │                  │            │               │ NM_TERNARY_TRUE    │
5966       │                  │            │               │ (1).               │
5967       ├──────────────────┼────────────┼───────────────┼────────────────────┤
5968       │only-from-default │ NMTernary  │               │ If set to          │
5969       │                  │ (int32)    │               │ NM_TERNARY_TRUE    │
5970       │                  │            │               │ (1),               │
5971       │                  │            │               │ NetworkManager     │
5972       │                  │            │               │ attempts to get    │
5973       │                  │            │               │ the hostname via   │
5974       │                  │            │               │ DHCPv4/DHCPv6 or   │
5975       │                  │            │               │ reverse DNS lookup │
5976       │                  │            │               │ on this device     │
5977       │                  │            │               │ only when the      │
5978       │                  │            │               │ device has the     │
5979       │                  │            │               │ default route for  │
5980       │                  │            │               │ the given address  │
5981       │                  │            │               │ family             │
5982       │                  │            │               │ (IPv4/IPv6). If    │
5983       │                  │            │               │ set to             │
5984       │                  │            │               │ NM_TERNARY_FALSE   │
5985       │                  │            │               │ (0), the hostname  │
5986       │                  │            │               │ can be set from    │
5987       │                  │            │               │ this device even   │
5988       │                  │            │               │ if it doesn't have │
5989       │                  │            │               │ the default route. │
5990       │                  │            │               │ When set to        │
5991       │                  │            │               │ NM_TERNARY_DEFAULT │
5992       │                  │            │               │ (-1), the value    │
5993       │                  │            │               │ from global        │
5994       │                  │            │               │ configuration is   │
5995       │                  │            │               │ used. If the       │
5996       │                  │            │               │ property doesn't   │
5997       │                  │            │               │ have a value in    │
5998       │                  │            │               │ the global         │
5999       │                  │            │               │ configuration,     │
6000       │                  │            │               │ NetworkManager     │
6001       │                  │            │               │ assumes the value  │
6002       │                  │            │               │ to be              │
6003       │                  │            │               │ NM_TERNARY_FALSE   │
6004       │                  │            │               │ (0).               │
6005       ├──────────────────┼────────────┼───────────────┼────────────────────┤
6006       │priority          │ int32      │ 0             │ The relative       │
6007       │                  │            │               │ priority of this   │
6008       │                  │            │               │ connection to      │
6009       │                  │            │               │ determine the      │
6010       │                  │            │               │ system hostname. A │
6011       │                  │            │               │ lower numerical    │
6012       │                  │            │               │ value is better    │
6013       │                  │            │               │ (higher priority). │
6014       │                  │            │               │ A connection with  │
6015       │                  │            │               │ higher priority is │
6016       │                  │            │               │ considered before  │
6017       │                  │            │               │ connections with   │
6018       │                  │            │               │ lower priority. If │
6019       │                  │            │               │ the value is zero, │
6020       │                  │            │               │ it can be          │
6021       │                  │            │               │ overridden by a    │
6022       │                  │            │               │ global value from  │
6023       │                  │            │               │ NetworkManager     │
6024       │                  │            │               │ configuration. If  │
6025       │                  │            │               │ the property       │
6026       │                  │            │               │ doesn't have a     │
6027       │                  │            │               │ value in the       │
6028       │                  │            │               │ global             │
6029       │                  │            │               │ configuration, the │
6030       │                  │            │               │ value is assumed   │
6031       │                  │            │               │ to be 100.         │
6032       │                  │            │               │ Negative values    │
6033       │                  │            │               │ have the special   │
6034       │                  │            │               │ effect of          │
6035       │                  │            │               │ excluding other    │
6036       │                  │            │               │ connections with a │
6037       │                  │            │               │ greater numerical  │
6038       │                  │            │               │ priority value; so │
6039       │                  │            │               │ in presence of at  │
6040       │                  │            │               │ least one negative │
6041       │                  │            │               │ priority, only     │
6042       │                  │            │               │ connections with   │
6043       │                  │            │               │ the lowest         │
6044       │                  │            │               │ priority value     │
6045       │                  │            │               │ will be used to    │
6046       │                  │            │               │ determine the      │
6047       │                  │            │               │ hostname.          │
6048       └──────────────────┴────────────┴───────────────┴────────────────────┘
6049
6050   ovs-external-ids setting
6051       OVS External IDs Settings.
6052
6053       ┌─────────┬────────────────┬───────────────┬──────────────────┐
6054Key Name Value Type     Default Value Value            
6055       │         │                │               │ Description      
6056       ├─────────┼────────────────┼───────────────┼──────────────────┤
6057       │data     │ dict of string │ {}            │ A dictionary of  │
6058       │         │ to string      │               │ key/value pairs  │
6059       │         │                │               │ with exernal-ids │
6060       │         │                │               │ for OVS.         │
6061       └─────────┴────────────────┴───────────────┴──────────────────┘
6062
6063   veth setting
6064       Veth Settings.
6065
6066       ┌─────────┬────────────┬───────────────┬────────────────┐
6067Key Name Value Type Default Value Value          
6068       │         │            │               │ Description    
6069       ├─────────┼────────────┼───────────────┼────────────────┤
6070       │peer     │ string     │               │ This property  │
6071       │         │            │               │ specifies the  │
6072       │         │            │               │ peer interface │
6073       │         │            │               │ name of the    │
6074       │         │            │               │ veth. This     │
6075       │         │            │               │ property is    │
6076       │         │            │               │ mandatory.     │
6077       └─────────┴────────────┴───────────────┴────────────────┘
6078
6079   Secret flag types:
6080       Each password or secret property in a setting has an associated flags
6081       property that describes how to handle that secret. The flags property
6082       is a bitfield that contains zero or more of the following values
6083       logically OR-ed together.
6084
6085       •   0x0 (none) - the system is responsible for providing and storing
6086           this secret. This may be required so that secrets are already
6087           available before the user logs in. It also commonly means that the
6088           secret will be stored in plain text on disk, accessible to root
6089           only. For example via the keyfile settings plugin as described in
6090           the "PLUGINS" section in NetworkManager.conf(5).
6091
6092       •   0x1 (agent-owned) - a user-session secret agent is responsible for
6093           providing and storing this secret; when it is required, agents will
6094           be asked to provide it.
6095
6096       •   0x2 (not-saved) - this secret should not be saved but should be
6097           requested from the user each time it is required. This flag should
6098           be used for One-Time-Pad secrets, PIN codes from hardware tokens,
6099           or if the user simply does not want to save the secret.
6100
6101       •   0x4 (not-required) - in some situations it cannot be automatically
6102           determined that a secret is required or not. This flag hints that
6103           the secret is not required and should not be requested from the
6104           user.
6105

FILES

6107       /etc/NetworkManager/system-connections or distro plugin-specific
6108       location
6109

SEE ALSO

6111       nm-settings-nmcli(5), nm-settings-keyfile(5), NetworkManager(8),
6112       nmcli(1), nmcli-examples(7), NetworkManager.conf(5)
6113
6114
6115
6116NetworkManager 1.32.12                                     NM-SETTINGS-DBUS(5)
Impressum