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 the          │
246       │                     │                                      │               │ setting has no effect. One             │
247       │                     │                                      │               │ 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 VPN          │
353       │                     │                                      │               │ connections are supported.             │
354       ├─────────────────────┼──────────────────────────────────────┼───────────────┼────────────────────────────────────────┤
355       │slave-type           │ string                               │               │ Setting name of the device             │
356       │                     │                                      │               │ type of this slave's master            │
357       │                     │                                      │               │ connection (eg, "bond"), or            │
358       │                     │                                      │               │ NULL if this connection is             │
359       │                     │                                      │               │ not a slave.                           │
360       ├─────────────────────┼──────────────────────────────────────┼───────────────┼────────────────────────────────────────┤
361       │stable-id            │ string                               │               │ This represents the identity           │
362       │                     │                                      │               │ of the connection used for             │
363       │                     │                                      │               │ various purposes. It allows            │
364       │                     │                                      │               │ to configure multiple                  │
365       │                     │                                      │               │ profiles to share the                  │
366       │                     │                                      │               │ identity. Also, the stable-id          │
367       │                     │                                      │               │ can contain placeholders that          │
368       │                     │                                      │               │ are substituted dynamically            │
369       │                     │                                      │               │ and deterministically                  │
370       │                     │                                      │               │ depending on the context. The          │
371       │                     │                                      │               │ stable-id is used for                  │
372       │                     │                                      │               │ generating IPv6 stable                 │
373       │                     │                                      │               │ private addresses with                 │
374       │                     │                                      │               │ ipv6.addr-gen-mode=stable-privacy.     │
375       │                     │                                      │               │ It is also used to seed the            │
376       │                     │                                      │               │ generated cloned MAC address           │
377       │                     │                                      │               │ for                                    │
378       │                     │                                      │               │ ethernet.cloned-mac-address=stable     │
379       │                     │                                      │               │ and                                    │
380       │                     │                                      │               │ wifi.cloned-mac-address=stable.        │
381       │                     │                                      │               │ It is also used as DHCP                │
382       │                     │                                      │               │ client identifier with                 │
383       │                     │                                      │               │ ipv4.dhcp-client-id=stable             │
384       │                     │                                      │               │ and to derive the DHCP DUID            │
385       │                     │                                      │               │ with                                   │
386       │                     │                                      │               │ ipv6.dhcp-duid=stable-[llt,ll,uuid].   │
387       │                     │                                      │               │ Note that depending on the             │
388       │                     │                                      │               │ context where it is used,              │
389       │                     │                                      │               │ other parameters are also              │
390       │                     │                                      │               │ seeded into the generation             │
391       │                     │                                      │               │ algorithm. For example, a              │
392       │                     │                                      │               │ per-host key is commonly also          │
393       │                     │                                      │               │ included, so that different            │
394       │                     │                                      │               │ systems end up generating              │
395       │                     │                                      │               │ different IDs. Or with                 │
396       │                     │                                      │               │ ipv6.addr-gen-mode=stable-privacy,     │
397       │                     │                                      │               │ also the device's name is              │
398       │                     │                                      │               │ included, so that different            │
399       │                     │                                      │               │ interfaces yield different             │
400       │                     │                                      │               │ addresses. The '$' character           │
401       │                     │                                      │               │ is treated special to perform          │
402       │                     │                                      │               │ dynamic substitutions at               │
403       │                     │                                      │               │ runtime. Currently supported           │
404       │                     │                                      │               │ are "${CONNECTION}",                   │
405       │                     │                                      │               │ "${DEVICE}", "${MAC}",                 │
406       │                     │                                      │               │ "${BOOT}", "${RANDOM}". These          │
407       │                     │                                      │               │ effectively create unique IDs          │
408       │                     │                                      │               │ per-connection, per-device,            │
409       │                     │                                      │               │ per-boot, or every time. Note          │
410       │                     │                                      │               │ that "${DEVICE}" corresponds           │
411       │                     │                                      │               │ to the interface name of the           │
412       │                     │                                      │               │ device and "${MAC}" is the             │
413       │                     │                                      │               │ permanent MAC address of the           │
414       │                     │                                      │               │ device. Any unrecognized               │
415       │                     │                                      │               │ patterns following '$' are             │
416       │                     │                                      │               │ treated verbatim, however are          │
417       │                     │                                      │               │ reserved for future use. You           │
418       │                     │                                      │               │ are thus advised to avoid '$'          │
419       │                     │                                      │               │ or escape it as "$$". For              │
420       │                     │                                      │               │ example, set it to                     │
421       │                     │                                      │               │ "${CONNECTION}-${BOOT}-${DEVICE}"      │
422       │                     │                                      │               │ to create a unique id for              │
423       │                     │                                      │               │ this connection that changes           │
424       │                     │                                      │               │ with every reboot and differs          │
425       │                     │                                      │               │ depending on the interface             │
426       │                     │                                      │               │ where the profile activates.           │
427       │                     │                                      │               │ If the value is unset, a               │
428       │                     │                                      │               │ global connection default is           │
429       │                     │                                      │               │ consulted. If the value is             │
430       │                     │                                      │               │ still unset, the default is            │
431       │                     │                                      │               │ similar to "${CONNECTION}"             │
432       │                     │                                      │               │ and uses a unique, fixed ID            │
433       │                     │                                      │               │ for the connection.                    │
434       ├─────────────────────┼──────────────────────────────────────┼───────────────┼────────────────────────────────────────┤
435       │timestamp            │ uint64                               │ 0             │ The time, in seconds since the Unix    │
436       │                     │                                      │               │ Epoch, that the connection was last    │
437       │                     │                                      │               │ _successfully_ fully activated.        │
438       │                     │                                      │               │ NetworkManager updates the             │
439       │                     │                                      │               │ connection timestamp periodically      │
440       │                     │                                      │               │ when the connection is active to       │
441       │                     │                                      │               │ ensure that an active connection has   │
442       │                     │                                      │               │ the latest timestamp. The property     │
443       │                     │                                      │               │ is only meant for reading (changes     │
444       │                     │                                      │               │ to this property will not be           │
445       │                     │                                      │               │ preserved).                            │
446       ├─────────────────────┼──────────────────────────────────────┼───────────────┼────────────────────────────────────────┤
447       │type                 │ string                               │               │ Base type of the connection. For       │
448       │                     │                                      │               │ hardware-dependent connections,        │
449       │                     │                                      │               │ should contain the setting name of     │
450       │                     │                                      │               │ the hardware-type specific setting     │
451       │                     │                                      │               │ (ie, "802-3-ethernet" or               │
452       │                     │                                      │               │ "802-11-wireless" or "bluetooth",      │
453       │                     │                                      │               │ etc), and for non-hardware dependent   │
454       │                     │                                      │               │ connections like VPN or otherwise,     │
455       │                     │                                      │               │ should contain the setting name of     │
456       │                     │                                      │               │ that setting type (ie, "vpn" or        │
457       │                     │                                      │               │ "bridge", etc).                        │
458       ├─────────────────────┼──────────────────────────────────────┼───────────────┼────────────────────────────────────────┤
459       │uuid                 │ string                               │               │ A universally unique identifier for    │
460       │                     │                                      │               │ the connection, for example            │
461       │                     │                                      │               │ generated with libuuid.  It should     │
462       │                     │                                      │               │ be assigned when the connection is     │
463       │                     │                                      │               │ created, and never changed as long     │
464       │                     │                                      │               │ as the connection still applies to     │
465       │                     │                                      │               │ the same network.  For example, it     │
466       │                     │                                      │               │ should not be changed when the "id"    │
467       │                     │                                      │               │ property or NMSettingIP4Config         │
468       │                     │                                      │               │ changes, but might need to be          │
469       │                     │                                      │               │ re-created when the Wi-Fi SSID,        │
470       │                     │                                      │               │ mobile broadband network provider,     │
471       │                     │                                      │               │ or "type" property changes. The UUID   │
472       │                     │                                      │               │ must be in the format                  │
473       │                     │                                      │               │ "2815492f-7e56-435e-b2e9-246bd7cdc664" │
474       │                     │                                      │               │ (ie, contains only hexadecimal         │
475       │                     │                                      │               │ characters and "-").                   │
476       ├─────────────────────┼──────────────────────────────────────┼───────────────┼────────────────────────────────────────┤
477       │wait-device-timeout  │ int32                                │ -1            │ Timeout in milliseconds to wait for    │
478       │                     │                                      │               │ device at startup. During boot,        │
479       │                     │                                      │               │ devices may take a while to be         │
480       │                     │                                      │               │ detected by the driver. This property  │
481       │                     │                                      │               │ will cause to delay                    │
482       │                     │                                      │               │ NetworkManager-wait-online.service and │
483       │                     │                                      │               │ nm-online to give the device a chance  │
484       │                     │                                      │               │ to appear. This works by waiting for   │
485       │                     │                                      │               │ the given timeout until a compatible   │
486       │                     │                                      │               │ device for the profile is available    │
487       │                     │                                      │               │ and managed. The value 0 means no wait │
488       │                     │                                      │               │ time. The default value is -1, which   │
489       │                     │                                      │               │ currently has the same meaning as no   │
490       │                     │                                      │               │ wait time.                             │
491       ├─────────────────────┼──────────────────────────────────────┼───────────────┼────────────────────────────────────────┤
492       │zone                 │ string                               │               │ The trust level of a the connection.   │
493       │                     │                                      │               │ Free form case-insensitive string (for │
494       │                     │                                      │               │ example "Home", "Work", "Public").     │
495       │                     │                                      │               │ NULL or unspecified zone means the     │
496       │                     │                                      │               │ connection will be placed in the       │
497       │                     │                                      │               │ default zone as defined by the         │
498       │                     │                                      │               │ firewall. When updating this property  │
499       │                     │                                      │               │ on a currently activated connection,   │
500       │                     │                                      │               │ the change takes effect immediately.   │
501       └─────────────────────┴──────────────────────────────────────┴───────────────┴────────────────────────────────────────┘
502
503   6lowpan setting
504       6LoWPAN Settings.
505
506       ┌─────────┬────────────┬───────────────┬──────────────────┐
507Key Name Value Type Default Value Value            
508       │         │            │               │ Description      
509       ├─────────┼────────────┼───────────────┼──────────────────┤
510       │parent   │ string     │               │ If given,        │
511       │         │            │               │ specifies the    │
512       │         │            │               │ parent interface │
513       │         │            │               │ name or parent   │
514       │         │            │               │ connection UUID  │
515       │         │            │               │ from which this  │
516       │         │            │               │ 6LowPAN          │
517       │         │            │               │ interface should │
518       │         │            │               │ be created.      │
519       └─────────┴────────────┴───────────────┴──────────────────┘
520
521   802-1x setting
522       IEEE 802.1x Authentication Settings.
523
524       ┌──────────────────────────────────┬──────────────────────┬───────────────┬────────────────────────────────────────────┐
525Key Name                          Value Type           Default Value Value                                      
526       │                                  │                      │               │ Description                                
527       ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
528       │altsubject-matches                │ array of string      │               │ List of strings                            │
529       │                                  │                      │               │ to be matched                              │
530       │                                  │                      │               │ against the                                │
531       │                                  │                      │               │ altSubjectName                             │
532       │                                  │                      │               │ of the                                     │
533       │                                  │                      │               │ certificate                                │
534       │                                  │                      │               │ presented by the                           │
535       │                                  │                      │               │ authentication                             │
536       │                                  │                      │               │ server. If the                             │
537       │                                  │                      │               │ list is empty,                             │
538       │                                  │                      │               │ no verification                            │
539       │                                  │                      │               │ of the server                              │
540       │                                  │                      │               │ certificate's                              │
541       │                                  │                      │               │ altSubjectName                             │
542       │                                  │                      │               │ is performed.                              │
543       ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
544       │anonymous-identity                │ string               │               │ Anonymous                                  │
545       │                                  │                      │               │ identity string                            │
546       │                                  │                      │               │ for EAP                                    │
547       │                                  │                      │               │ authentication                             │
548       │                                  │                      │               │ methods.  Used                             │
549       │                                  │                      │               │ as the                                     │
550       │                                  │                      │               │ unencrypted                                │
551       │                                  │                      │               │ identity with                              │
552       │                                  │                      │               │ EAP types that                             │
553       │                                  │                      │               │ support                                    │
554       │                                  │                      │               │ different                                  │
555       │                                  │                      │               │ tunneled                                   │
556       │                                  │                      │               │ identity like                              │
557       │                                  │                      │               │ EAP-TTLS.                                  │
558       ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
559       │auth-timeout                      │ int32                │ 0             │ A timeout for                              │
560       │                                  │                      │               │ the                                        │
561       │                                  │                      │               │ authentication.                            │
562       │                                  │                      │               │ Zero means the                             │
563       │                                  │                      │               │ global default;                            │
564       │                                  │                      │               │ if the global                              │
565       │                                  │                      │               │ default is not                             │
566       │                                  │                      │               │ set, the                                   │
567       │                                  │                      │               │ authentication                             │
568       │                                  │                      │               │ timeout is 25                              │
569       │                                  │                      │               │ seconds.                                   │
570       ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
571       │ca-cert                           │ byte array           │               │ Contains the CA                            │
572       │                                  │                      │               │ certificate if                             │
573       │                                  │                      │               │ used by the EAP                            │
574       │                                  │                      │               │ method specified                           │
575       │                                  │                      │               │ in the "eap"                               │
576       │                                  │                      │               │ property.                                  │
577       │                                  │                      │               │ Certificate data                           │
578       │                                  │                      │               │ is specified                               │
579       │                                  │                      │               │ using a                                    │
580       │                                  │                      │               │ "scheme"; three                            │
581       │                                  │                      │               │ are currently                              │
582       │                                  │                      │               │ supported: blob,                           │
583       │                                  │                      │               │ path and pkcs#11                           │
584       │                                  │                      │               │ URL. When using                            │
585       │                                  │                      │               │ the blob scheme                            │
586       │                                  │                      │               │ this property                              │
587       │                                  │                      │               │ should be set to                           │
588       │                                  │                      │               │ the                                        │
589       │                                  │                      │               │ certificate's                              │
590       │                                  │                      │               │ DER encoded                                │
591       │                                  │                      │               │ data. When using                           │
592       │                                  │                      │               │ the path scheme,                           │
593       │                                  │                      │               │ this property                              │
594       │                                  │                      │               │ should be set to                           │
595       │                                  │                      │               │ the full UTF-8                             │
596       │                                  │                      │               │ encoded path of                            │
597       │                                  │                      │               │ the certificate,                           │
598       │                                  │                      │               │ prefixed with                              │
599       │                                  │                      │               │ the string                                 │
600       │                                  │                      │               │ "file://" and                              │
601       │                                  │                      │               │ ending with a                              │
602       │                                  │                      │               │ terminating NUL                            │
603       │                                  │                      │               │ byte. This                                 │
604       │                                  │                      │               │ property can be                            │
605       │                                  │                      │               │ unset even if                              │
606       │                                  │                      │               │ the EAP method                             │
607       │                                  │                      │               │ supports CA                                │
608       │                                  │                      │               │ certificates,                              │
609       │                                  │                      │               │ but this allows                            │
610       │                                  │                      │               │ man-in-the-middle                          │
611       │                                  │                      │               │ attacks and is                             │
612       │                                  │                      │               │ NOT recommended.                           │
613       │                                  │                      │               │ Note that                                  │
614       │                                  │                      │               │ enabling                                   │
615       │                                  │                      │               │ NMSetting8021x:system-ca-certs             │
616       │                                  │                      │               │ will override                              │
617       │                                  │                      │               │ this setting to                            │
618       │                                  │                      │               │ use the built-in                           │
619       │                                  │                      │               │ path, if the                               │
620       │                                  │                      │               │ built-in path is                           │
621       │                                  │                      │               │ not a directory.                           │
622       ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
623       │ca-cert-password                  │ string               │               │ The password used to access                │
624       │                                  │                      │               │ the CA certificate stored in               │
625       │                                  │                      │               │ "ca-cert" property. Only makes             │
626       │                                  │                      │               │ sense if the certificate is                │
627       │                                  │                      │               │ stored on a PKCS#11 token that             │
628       │                                  │                      │               │ requires a login.                          │
629       ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
630       │ca-cert-password-flags            │ NMSettingSecretFlags │               │ Flags indicating how to handle             │
631       │                                  │ (uint32)             │               │ the "ca-cert-password"                     │
632       │                                  │                      │               │ property. (see the section                 │
633       │                                  │                      │               │ called “Secret flag types:”                │
634       │                                  │                      │               │ for flag values)                           │
635       ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
636       │ca-path                           │ string               │               │ UTF-8 encoded path to a                    │
637       │                                  │                      │               │ directory containing PEM or                │
638       │                                  │                      │               │ DER formatted certificates to              │
639       │                                  │                      │               │ be added to the verification               │
640       │                                  │                      │               │ chain in addition to the                   │
641       │                                  │                      │               │ certificate specified in the               │
642       │                                  │                      │               │ "ca-cert" property. If                     │
643       │                                  │                      │               │ NMSetting8021x:system-ca-certs             │
644       │                                  │                      │               │ is enabled and the built-in CA             │
645       │                                  │                      │               │ path is an existing directory,             │
646       │                                  │                      │               │ then this setting is ignored.              │
647       ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
648       │client-cert                       │ byte array           │               │ Contains the client                        │
649       │                                  │                      │               │ certificate if used by the EAP             │
650       │                                  │                      │               │ method specified in the "eap"              │
651       │                                  │                      │               │ property. Certificate data is              │
652       │                                  │                      │               │ specified using a "scheme";                │
653       │                                  │                      │               │ two are currently supported:               │
654       │                                  │                      │               │ blob and path. When using the              │
655       │                                  │                      │               │ blob scheme (which is                      │
656       │                                  │                      │               │ backwards compatible with NM               │
657       │                                  │                      │               │ 0.7.x) this property should be             │
658       │                                  │                      │               │ set to the certificate's DER               │
659       │                                  │                      │               │ encoded data. When using the               │
660       │                                  │                      │               │ path scheme, this property                 │
661       │                                  │                      │               │ should be set to the full                  │
662       │                                  │                      │               │ UTF-8 encoded path of the                  │
663       │                                  │                      │               │ certificate, prefixed with the             │
664       │                                  │                      │               │ string "file://" and ending                │
665       │                                  │                      │               │ with a terminating NUL byte.               │
666       ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
667       │client-cert-password              │ string               │               │ The password used to access                │
668       │                                  │                      │               │ the client certificate stored              │
669       │                                  │                      │               │ in "client-cert" property.                 │
670       │                                  │                      │               │ Only makes sense if the                    │
671       │                                  │                      │               │ certificate is stored on a                 │
672       │                                  │                      │               │ PKCS#11 token that requires a              │
673       │                                  │                      │               │ login.                                     │
674       ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
675       │client-cert-password-flags        │ NMSettingSecretFlags │               │ Flags indicating how to handle             │
676       │                                  │ (uint32)             │               │ the "client-cert-password"                 │
677       │                                  │                      │               │ property. (see the section                 │
678       │                                  │                      │               │ called “Secret flag types:”                │
679       │                                  │                      │               │ for flag values)                           │
680       ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
681       │domain-match                      │ string               │               │ Constraint for server domain               │
682       │                                  │                      │               │ name. If set, this list of                 │
683       │                                  │                      │               │ FQDNs is used as a match                   │
684       │                                  │                      │               │ requirement for dNSName                    │
685       │                                  │                      │               │ element(s) of the certificate              │
686       │                                  │                      │               │ presented by the                           │
687       │                                  │                      │               │ authentication server.  If a               │
688       │                                  │                      │               │ matching dNSName is found,                 │
689       │                                  │                      │               │ this constraint is met.  If no             │
690       │                                  │                      │               │ dNSName values are present,                │
691       │                                  │                      │               │ this constraint is matched                 │
692       │                                  │                      │               │ against SubjectName CN using               │
693       │                                  │                      │               │ the same comparison. Multiple              │
694       │                                  │                      │               │ valid FQDNs can be passed as a             │
695       │                                  │                      │               │ ";" delimited list.                        │
696       ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
697       │domain-suffix-match               │ string               │               │ Constraint for server domain               │
698       │                                  │                      │               │ name. If set, this FQDN is                 │
699       │                                  │                      │               │ used as a suffix match                     │
700       │                                  │                      │               │ requirement for dNSName                    │
701       │                                  │                      │               │ element(s) of the certificate              │
702       │                                  │                      │               │ presented by the                           │
703       │                                  │                      │               │ authentication server.  If a               │
704       │                                  │                      │               │ matching dNSName is found,                 │
705       │                                  │                      │               │ this constraint is met.  If no             │
706       │                                  │                      │               │ dNSName values are present,                │
707       │                                  │                      │               │ this constraint is matched                 │
708       │                                  │                      │               │ against SubjectName CN using               │
709       │                                  │                      │               │ same suffix match comparison.              │
710       │                                  │                      │               │ Since version 1.24, multiple               │
711       │                                  │                      │               │ valid FQDNs can be passed as a             │
712       │                                  │                      │               │ ";" delimited list.                        │
713       ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
714       │eap                               │ array of string      │               │ The allowed EAP method to be               │
715       │                                  │                      │               │ used when authenticating to                │
716       │                                  │                      │               │ the network with 802.1x.                   │
717       │                                  │                      │               │ Valid methods are: "leap",                 │
718       │                                  │                      │               │ "md5", "tls", "peap", "ttls",              │
719       │                                  │                      │               │ "pwd", and "fast".  Each                   │
720       │                                  │                      │               │ method requires different                  │
721       │                                  │                      │               │ configuration using the                    │
722       │                                  │                      │               │ properties of this setting;                │
723       │                                  │                      │               │ refer to wpa_supplicant                    │
724       │                                  │                      │               │ documentation for the allowed              │
725       │                                  │                      │               │ combinations.                              │
726       ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
727       │identity                          │ string               │               │ Identity string for EAP                    │
728       │                                  │                      │               │ authentication methods.  Often             │
729       │                                  │                      │               │ the user's user or login name.             │
730       ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
731       │optional                          │ boolean              │ FALSE         │ Whether the 802.1X                         │
732       │                                  │                      │               │ authentication is optional. If             │
733       │                                  │                      │               │ TRUE, the activation will                  │
734       │                                  │                      │               │ continue even after a timeout              │
735       │                                  │                      │               │ or an authentication failure.              │
736       │                                  │                      │               │ Setting the property to TRUE               │
737       │                                  │                      │               │ is currently allowed only for              │
738       │                                  │                      │               │ Ethernet connections. If set               │
739       │                                  │                      │               │ to FALSE, the activation can               │
740       │                                  │                      │               │ continue only after a                      │
741       │                                  │                      │               │ successful authentication.                 │
742       ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
743       │pac-file                          │ string               │               │ UTF-8 encoded file path                    │
744       │                                  │                      │               │ containing PAC for EAP-FAST.               │
745       ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
746       │password                          │ string               │               │ UTF-8 encoded password used                │
747       │                                  │                      │               │ for EAP authentication                     │
748       │                                  │                      │               │ methods. If both the                       │
749       │                                  │                      │               │ "password" property and the                │
750       │                                  │                      │               │ "password-raw" property are                │
751       │                                  │                      │               │ specified, "password" is                   │
752       │                                  │                      │               │ preferred.                                 │
753       ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
754       │password-flags                    │ NMSettingSecretFlags │               │ Flags indicating how to handle             │
755       │                                  │ (uint32)             │               │ the "password" property. (see              │
756       │                                  │                      │               │ the section called “Secret                 │
757       │                                  │                      │               │ flag types:” for flag values)              │
758       ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
759       │password-raw                      │ byte array           │               │ Password used for EAP                      │
760       │                                  │                      │               │ authentication methods, given              │
761       │                                  │                      │               │ as a byte array to allow                   │
762       │                                  │                      │               │ passwords in other encodings               │
763       │                                  │                      │               │ than UTF-8 to be used. If both             │
764       │                                  │                      │               │ the "password" property and                │
765       │                                  │                      │               │ the "password-raw" property                │
766       │                                  │                      │               │ are specified, "password" is               │
767       │                                  │                      │               │ preferred.                                 │
768       ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
769       │password-raw-flags                │ NMSettingSecretFlags │               │ Flags indicating how to handle             │
770       │                                  │ (uint32)             │               │ the "password-raw" property.               │
771       │                                  │                      │               │ (see the section called                    │
772       │                                  │                      │               │ “Secret flag types:” for flag              │
773       │                                  │                      │               │ values)                                    │
774       ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
775       │phase1-auth-flags                 │ uint32               │ 0             │ Specifies authentication flags             │
776       │                                  │                      │               │ to use in "phase 1" outer                  │
777       │                                  │                      │               │ authentication using                       │
778       │                                  │                      │               │ NMSetting8021xAuthFlags                    │
779       │                                  │                      │               │ options. The individual TLS                │
780       │                                  │                      │               │ versions can be explicitly                 │
781       │                                  │                      │               │ disabled. If a certain TLS                 │
782       │                                  │                      │               │ disable flag is not set, it is             │
783       │                                  │                      │               │ up to the supplicant to allow              │
784       │                                  │                      │               │ or forbid it. The TLS options              │
785       │                                  │                      │               │ map to tls_disable_tlsv1_x                 │
786       │                                  │                      │               │ settings. See the                          │
787       │                                  │                      │               │ wpa_supplicant documentation               │
788       │                                  │                      │               │ for more details.                          │
789       ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
790       │phase1-fast-provisioning          │ string               │               │ Enables or disables in-line                │
791       │                                  │                      │               │ provisioning of EAP-FAST                   │
792       │                                  │                      │               │ credentials when FAST is                   │
793       │                                  │                      │               │ specified as the EAP method in             │
794       │                                  │                      │               │ the "eap" property. Recognized             │
795       │                                  │                      │               │ values are "0" (disabled), "1"             │
796       │                                  │                      │               │ (allow unauthenticated                     │
797       │                                  │                      │               │ provisioning), "2" (allow                  │
798       │                                  │                      │               │ authenticated provisioning),               │
799       │                                  │                      │               │ and "3" (allow both                        │
800       │                                  │                      │               │ authenticated and                          │
801       │                                  │                      │               │ unauthenticated provisioning).             │
802       │                                  │                      │               │ See the wpa_supplicant                     │
803       │                                  │                      │               │ documentation for more                     │
804       │                                  │                      │               │ details.                                   │
805       ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
806       │phase1-peaplabel                  │ string               │               │ Forces use of the new PEAP                 │
807       │                                  │                      │               │ label during key derivation.               │
808       │                                  │                      │               │ Some RADIUS servers may                    │
809       │                                  │                      │               │ require forcing the new PEAP               │
810       │                                  │                      │               │ label to interoperate with                 │
811       │                                  │                      │               │ PEAPv1.  Set to "1" to force               │
812       │                                  │                      │               │ use of the new PEAP label.                 │
813       │                                  │                      │               │ See the wpa_supplicant                     │
814       │                                  │                      │               │ documentation for more                     │
815       │                                  │                      │               │ details.                                   │
816       ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
817       │phase1-peapver                    │ string               │               │ Forces which PEAP version is               │
818       │                                  │                      │               │ used when PEAP is set as the               │
819       │                                  │                      │               │ EAP method in the "eap"                    │
820       │                                  │                      │               │ property.  When unset, the                 │
821       │                                  │                      │               │ version reported by the server             │
822       │                                  │                      │               │ will be used.  Sometimes when              │
823       │                                  │                      │               │ using older RADIUS servers, it             │
824       │                                  │                      │               │ is necessary to force the                  │
825       │                                  │                      │               │ client to use a particular                 │
826       │                                  │                      │               │ PEAP version.  To do so, this              │
827       │                                  │                      │               │ property may be set to "0" or              │
828       │                                  │                      │               │ "1" to force that specific                 │
829       │                                  │                      │               │ PEAP version.                              │
830       ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
831       │phase2-altsubject-matches         │ array of string      │               │ List of strings to be matched              │
832       │                                  │                      │               │ against the altSubjectName of              │
833       │                                  │                      │               │ the certificate presented by               │
834       │                                  │                      │               │ the authentication server                  │
835       │                                  │                      │               │ during the inner "phase 2"                 │
836       │                                  │                      │               │ authentication. If the list is             │
837       │                                  │                      │               │ empty, no verification of the              │
838       │                                  │                      │               │ server certificate's                       │
839       │                                  │                      │               │ altSubjectName is performed.               │
840       ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
841       │phase2-auth                       │ string               │               │ Specifies the allowed "phase               │
842       │                                  │                      │               │ 2" inner non-EAP                           │
843       │                                  │                      │               │ authentication method when an              │
844       │                                  │                      │               │ EAP method that uses an inner              │
845       │                                  │                      │               │ TLS tunnel is specified in the             │
846       │                                  │                      │               │ "eap" property.  Recognized                │
847       │                                  │                      │               │ non-EAP "phase 2" methods are              │
848       │                                  │                      │               │ "pap", "chap", "mschap",                   │
849       │                                  │                      │               │ "mschapv2", "gtc", "otp",                  │
850       │                                  │                      │               │ "md5", and "tls". Each "phase              │
851       │                                  │                      │               │ 2" inner method requires                   │
852       │                                  │                      │               │ specific parameters for                    │
853       │                                  │                      │               │ successful authentication; see             │
854       │                                  │                      │               │ the wpa_supplicant                         │
855       │                                  │                      │               │ documentation for more                     │
856       │                                  │                      │               │ details.                                   │
857       ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
858       │phase2-autheap                    │ string               │               │ Specifies the allowed "phase               │
859       │                                  │                      │               │ 2" inner EAP-based                         │
860       │                                  │                      │               │ authentication method when an              │
861       │                                  │                      │               │ EAP method that uses an inner              │
862       │                                  │                      │               │ TLS tunnel is specified in the             │
863       │                                  │                      │               │ "eap" property.  Recognized                │
864       │                                  │                      │               │ EAP-based "phase 2" methods                │
865       │                                  │                      │               │ are "md5", "mschapv2", "otp",              │
866       │                                  │                      │               │ "gtc", and "tls". Each "phase              │
867       │                                  │                      │               │ 2" inner method requires                   │
868       │                                  │                      │               │ specific parameters for                    │
869       │                                  │                      │               │ successful authentication; see             │
870       │                                  │                      │               │ the wpa_supplicant                         │
871       │                                  │                      │               │ documentation for more                     │
872       │                                  │                      │               │ details.                                   │
873       ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
874       │phase2-ca-cert                    │ byte array           │               │ Contains the "phase 2" CA                  │
875       │                                  │                      │               │ certificate if used by the EAP             │
876       │                                  │                      │               │ method specified in the                    │
877       │                                  │                      │               │ "phase2-auth" or                           │
878       │                                  │                      │               │ "phase2-autheap" properties.               │
879       │                                  │                      │               │ Certificate data is specified              │
880       │                                  │                      │               │ using a "scheme"; three are                │
881       │                                  │                      │               │ currently supported: blob,                 │
882       │                                  │                      │               │ path and pkcs#11 URL. When                 │
883       │                                  │                      │               │ using the blob scheme this                 │
884       │                                  │                      │               │ property should be set to the              │
885       │                                  │                      │               │ certificate's DER encoded                  │
886       │                                  │                      │               │ data. When using the path                  │
887       │                                  │                      │               │ scheme, this property should               │
888       │                                  │                      │               │ be set to the full UTF-8                   │
889       │                                  │                      │               │ encoded path of the                        │
890       │                                  │                      │               │ certificate, prefixed with the             │
891       │                                  │                      │               │ string "file://" and ending                │
892       │                                  │                      │               │ with a terminating NUL byte.               │
893       │                                  │                      │               │ This property can be unset                 │
894       │                                  │                      │               │ even if the EAP method                     │
895       │                                  │                      │               │ supports CA certificates, but              │
896       │                                  │                      │               │ this allows man-in-the-middle              │
897       │                                  │                      │               │ attacks and is NOT                         │
898       │                                  │                      │               │ recommended. Note that                     │
899       │                                  │                      │               │ enabling                                   │
900       │                                  │                      │               │ NMSetting8021x:system-ca-certs             │
901       │                                  │                      │               │ will override this setting to              │
902       │                                  │                      │               │ use the built-in path, if the              │
903       │                                  │                      │               │ built-in path is not a                     │
904       │                                  │                      │               │ directory.                                 │
905       ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
906       │phase2-ca-cert-password           │ string               │               │ The password used to access                │
907       │                                  │                      │               │ the "phase2" CA certificate                │
908       │                                  │                      │               │ stored in "phase2-ca-cert"                 │
909       │                                  │                      │               │ property. Only makes sense if              │
910       │                                  │                      │               │ the certificate is stored on a             │
911       │                                  │                      │               │ PKCS#11 token that requires a              │
912       │                                  │                      │               │ login.                                     │
913       ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
914       │phase2-ca-cert-password-flags     │ NMSettingSecretFlags │               │ Flags indicating how to handle             │
915       │                                  │ (uint32)             │               │ the "phase2-ca-cert-password"              │
916       │                                  │                      │               │ property. (see the section                 │
917       │                                  │                      │               │ called “Secret flag types:”                │
918       │                                  │                      │               │ for flag values)                           │
919       ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
920       │phase2-ca-path                    │ string               │               │ UTF-8 encoded path to a                    │
921       │                                  │                      │               │ directory containing PEM or                │
922       │                                  │                      │               │ DER formatted certificates to              │
923       │                                  │                      │               │ be added to the verification               │
924       │                                  │                      │               │ chain in addition to the                   │
925       │                                  │                      │               │ certificate specified in the               │
926       │                                  │                      │               │ "phase2-ca-cert" property. If              │
927       │                                  │                      │               │ NMSetting8021x:system-ca-certs             │
928       │                                  │                      │               │ is enabled and the built-in CA             │
929       │                                  │                      │               │ path is an existing directory,             │
930       │                                  │                      │               │ then this setting is ignored.              │
931       ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
932       │phase2-client-cert                │ byte array           │               │ Contains the "phase 2" client              │
933       │                                  │                      │               │ certificate if used by the EAP             │
934       │                                  │                      │               │ method specified in the                    │
935       │                                  │                      │               │ "phase2-auth" or                           │
936       │                                  │                      │               │ "phase2-autheap" properties.               │
937       │                                  │                      │               │ Certificate data is specified              │
938       │                                  │                      │               │ using a "scheme"; two are                  │
939       │                                  │                      │               │ currently supported: blob and              │
940       │                                  │                      │               │ path. When using the blob                  │
941       │                                  │                      │               │ scheme (which is backwards                 │
942       │                                  │                      │               │ compatible with NM 0.7.x) this             │
943       │                                  │                      │               │ property should be set to the              │
944       │                                  │                      │               │ certificate's DER encoded                  │
945       │                                  │                      │               │ data. When using the path                  │
946       │                                  │                      │               │ scheme, this property should               │
947       │                                  │                      │               │ be set to the full UTF-8                   │
948       │                                  │                      │               │ encoded path of the                        │
949       │                                  │                      │               │ certificate, prefixed with the             │
950       │                                  │                      │               │ string "file://" and ending                │
951       │                                  │                      │               │ with a terminating NUL byte.               │
952       │                                  │                      │               │ This property can be unset                 │
953       │                                  │                      │               │ even if the EAP method                     │
954       │                                  │                      │               │ supports CA certificates, but              │
955       │                                  │                      │               │ this allows man-in-the-middle              │
956       │                                  │                      │               │ attacks and is NOT                         │
957       │                                  │                      │               │ recommended.                               │
958       ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
959       │phase2-client-cert-password       │ string               │               │ The password used to access                │
960       │                                  │                      │               │ the "phase2" client                        │
961       │                                  │                      │               │ certificate stored in                      │
962       │                                  │                      │               │ "phase2-client-cert" property.             │
963       │                                  │                      │               │ Only makes sense if the                    │
964       │                                  │                      │               │ certificate is stored on a                 │
965       │                                  │                      │               │ PKCS#11 token that requires a              │
966       │                                  │                      │               │ login.                                     │
967       ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
968       │phase2-client-cert-password-flags │ NMSettingSecretFlags │               │ Flags indicating how to handle             │
969       │                                  │ (uint32)             │               │ the                                        │
970       │                                  │                      │               │ "phase2-client-cert-password"              │
971       │                                  │                      │               │ property. (see the section                 │
972       │                                  │                      │               │ called “Secret flag types:”                │
973       │                                  │                      │               │ for flag values)                           │
974       ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
975       │phase2-domain-match               │ string               │               │ Constraint for server domain               │
976       │                                  │                      │               │ name. If set, this list of                 │
977       │                                  │                      │               │ FQDNs is used as a match                   │
978       │                                  │                      │               │ requirement for dNSName                    │
979       │                                  │                      │               │ element(s) of the certificate              │
980       │                                  │                      │               │ presented by the                           │
981       │                                  │                      │               │ authentication server during               │
982       │                                  │                      │               │ the inner "phase 2"                        │
983       │                                  │                      │               │ authentication. If a matching              │
984       │                                  │                      │               │ dNSName is found, this                     │
985       │                                  │                      │               │ constraint is met.  If no                  │
986       │                                  │                      │               │ dNSName values are present,                │
987       │                                  │                      │               │ this constraint is matched                 │
988       │                                  │                      │               │ against SubjectName CN using               │
989       │                                  │                      │               │ the same comparison. Multiple              │
990       │                                  │                      │               │ valid FQDNs can be passed as a             │
991       │                                  │                      │               │ ";" delimited list.                        │
992       ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
993       │phase2-domain-suffix-match        │ string               │               │ Constraint for server domain               │
994       │                                  │                      │               │ name. If set, this FQDN is                 │
995       │                                  │                      │               │ used as a suffix match                     │
996       │                                  │                      │               │ requirement for dNSName                    │
997       │                                  │                      │               │ element(s) of the certificate              │
998       │                                  │                      │               │ presented by the                           │
999       │                                  │                      │               │ authentication server during               │
1000       │                                  │                      │               │ the inner "phase 2"                        │
1001       │                                  │                      │               │ authentication.  If a matching             │
1002       │                                  │                      │               │ dNSName is found, this                     │
1003       │                                  │                      │               │ constraint is met.  If no                  │
1004       │                                  │                      │               │ dNSName values are present,                │
1005       │                                  │                      │               │ this constraint is matched                 │
1006       │                                  │                      │               │ against SubjectName CN using               │
1007       │                                  │                      │               │ same suffix match comparison.              │
1008       │                                  │                      │               │ Since version 1.24, multiple               │
1009       │                                  │                      │               │ valid FQDNs can be passed as a             │
1010       │                                  │                      │               │ ";" delimited list.                        │
1011       ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
1012       │phase2-private-key                │ byte array           │               │ Contains the "phase 2" inner               │
1013       │                                  │                      │               │ private key when the                       │
1014       │                                  │                      │               │ "phase2-auth" or                           │
1015       │                                  │                      │               │ "phase2-autheap" property is               │
1016       │                                  │                      │               │ set to "tls". Key data is                  │
1017       │                                  │                      │               │ specified using a "scheme";                │
1018       │                                  │                      │               │ two are currently supported:               │
1019       │                                  │                      │               │ blob and path. When using the              │
1020       │                                  │                      │               │ blob scheme and private keys,              │
1021       │                                  │                      │               │ this property should be set to             │
1022       │                                  │                      │               │ the key's encrypted PEM                    │
1023       │                                  │                      │               │ encoded data. When using                   │
1024       │                                  │                      │               │ private keys with the path                 │
1025       │                                  │                      │               │ scheme, this property should               │
1026       │                                  │                      │               │ be set to the full UTF-8                   │
1027       │                                  │                      │               │ encoded path of the key,                   │
1028       │                                  │                      │               │ prefixed with the string                   │
1029       │                                  │                      │               │ "file://" and ending with a                │
1030       │                                  │                      │               │ terminating NUL byte. When                 │
1031       │                                  │                      │               │ using PKCS#12 format private               │
1032       │                                  │                      │               │ keys and the blob scheme, this             │
1033       │                                  │                      │               │ property should be set to the              │
1034       │                                  │                      │               │ PKCS#12 data and the                       │
1035       │                                  │                      │               │ "phase2-private-key-password"              │
1036       │                                  │                      │               │ property must be set to                    │
1037       │                                  │                      │               │ password used to decrypt the               │
1038       │                                  │                      │               │ PKCS#12 certificate and key.               │
1039       │                                  │                      │               │ When using PKCS#12 files and               │
1040       │                                  │                      │               │ the path scheme, this property             │
1041       │                                  │                      │               │ should be set to the full                  │
1042       │                                  │                      │               │ UTF-8 encoded path of the key,             │
1043       │                                  │                      │               │ prefixed with the string                   │
1044       │                                  │                      │               │ "file://" and ending with a                │
1045       │                                  │                      │               │ terminating NUL byte, and as               │
1046       │                                  │                      │               │ with the blob scheme the                   │
1047       │                                  │                      │               │ "phase2-private-key-password"              │
1048       │                                  │                      │               │ property must be set to the                │
1049       │                                  │                      │               │ password used to decode the                │
1050       │                                  │                      │               │ PKCS#12 private key and                    │
1051       │                                  │                      │               │ certificate.                               │
1052       ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
1053       │phase2-private-key-password       │ string               │               │ The password used to decrypt               │
1054       │                                  │                      │               │ the "phase 2" private key                  │
1055       │                                  │                      │               │ specified in the                           │
1056       │                                  │                      │               │ "phase2-private-key" property              │
1057       │                                  │                      │               │ when the private key either                │
1058       │                                  │                      │               │ uses the path scheme, or is a              │
1059       │                                  │                      │               │ PKCS#12 format key.                        │
1060       ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
1061       │phase2-private-key-password-flags │ NMSettingSecretFlags │               │ Flags indicating how to handle             │
1062       │                                  │ (uint32)             │               │ the                                        │
1063       │                                  │                      │               │ "phase2-private-key-password"              │
1064       │                                  │                      │               │ property. (see the section                 │
1065       │                                  │                      │               │ called “Secret flag types:”                │
1066       │                                  │                      │               │ for flag values)                           │
1067       ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
1068       │phase2-subject-match              │ string               │               │ Substring to be matched                    │
1069       │                                  │                      │               │ against the subject of the                 │
1070       │                                  │                      │               │ certificate presented by the               │
1071       │                                  │                      │               │ authentication server during               │
1072       │                                  │                      │               │ the inner "phase 2"                        │
1073       │                                  │                      │               │ authentication. When unset, no             │
1074       │                                  │                      │               │ verification of the                        │
1075       │                                  │                      │               │ authentication server                      │
1076       │                                  │                      │               │ certificate's subject is                   │
1077       │                                  │                      │               │ performed.  This property                  │
1078       │                                  │                      │               │ provides little security, if               │
1079       │                                  │                      │               │ any, and its use is deprecated             │
1080       │                                  │                      │               │ in favor of                                │
1081       │                                  │                      │               │ NMSetting8021x:phase2-domain-suffix-match. │
1082       ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
1083       │pin                               │ string               │               │ PIN used for EAP authentication methods.   │
1084       ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
1085       │pin-flags                         │ NMSettingSecretFlags │               │ Flags indicating how to handle the "pin"   │
1086       │                                  │ (uint32)             │               │ property. (see the section called “Secret  │
1087       │                                  │                      │               │ flag types:” for flag values)              │
1088       ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
1089       │private-key                       │ byte array           │               │ Contains the private key when the "eap"    │
1090       │                                  │                      │               │ property is set to "tls". Key data is      │
1091       │                                  │                      │               │ specified using a "scheme"; two are        │
1092       │                                  │                      │               │ currently supported: blob and path. When   │
1093       │                                  │                      │               │ using the blob scheme and private keys,    │
1094       │                                  │                      │               │ this property should be set to the key's   │
1095       │                                  │                      │               │ encrypted PEM encoded data. When using     │
1096       │                                  │                      │               │ private keys with the path scheme, this    │
1097       │                                  │                      │               │ property should be set to the full UTF-8   │
1098       │                                  │                      │               │ encoded path of the key, prefixed with the │
1099       │                                  │                      │               │ string "file://" and ending with a         │
1100       │                                  │                      │               │ terminating NUL byte. When using PKCS#12   │
1101       │                                  │                      │               │ format private keys and the blob scheme,   │
1102       │                                  │                      │               │ this property should be set to the PKCS#12 │
1103       │                                  │                      │               │ data and the "private-key-password"        │
1104       │                                  │                      │               │ property must be set to password used to   │
1105       │                                  │                      │               │ decrypt the PKCS#12 certificate and key.   │
1106       │                                  │                      │               │ When using PKCS#12 files and the path      │
1107       │                                  │                      │               │ scheme, this property should be set to the │
1108       │                                  │                      │               │ full UTF-8 encoded path of the key,        │
1109       │                                  │                      │               │ prefixed with the string "file://" and     │
1110       │                                  │                      │               │ ending with a terminating NUL byte, and as │
1111       │                                  │                      │               │ with the blob scheme the                   │
1112       │                                  │                      │               │ "private-key-password" property must be    │
1113       │                                  │                      │               │ set to the password used to decode the     │
1114       │                                  │                      │               │ PKCS#12 private key and certificate.       │
1115       │                                  │                      │               │ WARNING: "private-key" is not a "secret"   │
1116       │                                  │                      │               │ property, and thus unencrypted private key │
1117       │                                  │                      │               │ data using the BLOB scheme may be readable │
1118       │                                  │                      │               │ by unprivileged users.  Private keys       │
1119       │                                  │                      │               │ should always be encrypted with a private  │
1120       │                                  │                      │               │ key password to prevent unauthorized       │
1121       │                                  │                      │               │ access to unencrypted private key data.    │
1122       ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
1123       │private-key-password              │ string               │               │ The password used to decrypt the private   │
1124       │                                  │                      │               │ key specified in the "private-key"         │
1125       │                                  │                      │               │ property when the private key either uses  │
1126       │                                  │                      │               │ the path scheme, or if the private key is  │
1127       │                                  │                      │               │ a PKCS#12 format key.                      │
1128       ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
1129       │private-key-password-flags        │ NMSettingSecretFlags │               │ Flags indicating how to handle the         │
1130       │                                  │ (uint32)             │               │ "private-key-password" property. (see the  │
1131       │                                  │                      │               │ section called “Secret flag types:” for    │
1132       │                                  │                      │               │ flag values)                               │
1133       ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
1134       │subject-match                     │ string               │               │ Substring to be matched against the        │
1135       │                                  │                      │               │ subject of the certificate presented by    │
1136       │                                  │                      │               │ the authentication server. When unset, no  │
1137       │                                  │                      │               │ verification of the authentication server  │
1138       │                                  │                      │               │ certificate's subject is performed.  This  │
1139       │                                  │                      │               │ property provides little security, if any, │
1140       │                                  │                      │               │ and its use is deprecated in favor of      │
1141       │                                  │                      │               │ NMSetting8021x:domain-suffix-match.        │
1142       ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
1143       │system-ca-certs                   │ boolean              │ FALSE         │ When TRUE, overrides the "ca-path" and     │
1144       │                                  │                      │               │ "phase2-ca-path" properties using the      │
1145       │                                  │                      │               │ system CA directory specified at configure │
1146       │                                  │                      │               │ time with the --system-ca-path switch.     │
1147       │                                  │                      │               │ The certificates in this directory are     │
1148       │                                  │                      │               │ added to the verification chain in         │
1149       │                                  │                      │               │ addition to any certificates specified by  │
1150       │                                  │                      │               │ the "ca-cert" and "phase2-ca-cert"         │
1151       │                                  │                      │               │ properties. If the path provided with      │
1152       │                                  │                      │               │ --system-ca-path is rather a file name     │
1153       │                                  │                      │               │ (bundle of trusted CA certificates), it    │
1154       │                                  │                      │               │ overrides "ca-cert" and "phase2-ca-cert"   │
1155       │                                  │                      │               │ properties instead (sets ca_cert/ca_cert2  │
1156       │                                  │                      │               │ options for wpa_supplicant).               │
1157       └──────────────────────────────────┴──────────────────────┴───────────────┴────────────────────────────────────────────┘
1158
1159   adsl setting
1160       ADSL Settings.
1161
1162       ┌───────────────┬──────────────────────┬───────────────┬──────────────────┐
1163Key Name       Value Type           Default Value Value            
1164       │               │                      │               │ Description      
1165       ├───────────────┼──────────────────────┼───────────────┼──────────────────┤
1166       │encapsulation  │ string               │               │ Encapsulation of │
1167       │               │                      │               │ ADSL connection. │
1168       │               │                      │               │ Can be "vcmux"   │
1169       │               │                      │               │ or "llc".        │
1170       ├───────────────┼──────────────────────┼───────────────┼──────────────────┤
1171       │password       │ string               │               │ Password used to │
1172       │               │                      │               │ authenticate     │
1173       │               │                      │               │ with the ADSL    │
1174       │               │                      │               │ service.         │
1175       ├───────────────┼──────────────────────┼───────────────┼──────────────────┤
1176       │password-flags │ NMSettingSecretFlags │               │ Flags indicating │
1177       │               │ (uint32)             │               │ how to handle    │
1178       │               │                      │               │ the "password"   │
1179       │               │                      │               │ property. (see   │
1180       │               │                      │               │ the section      │
1181       │               │                      │               │ called “Secret   │
1182       │               │                      │               │ flag types:” for │
1183       │               │                      │               │ flag values)     │
1184       ├───────────────┼──────────────────────┼───────────────┼──────────────────┤
1185       │protocol       │ string               │               │ ADSL connection  │
1186       │               │                      │               │ protocol.  Can   │
1187       │               │                      │               │ be "pppoa",      │
1188       │               │                      │               │ "pppoe" or       │
1189       │               │                      │               │ "ipoatm".        │
1190       ├───────────────┼──────────────────────┼───────────────┼──────────────────┤
1191       │username       │ string               │               │ Username used to │
1192       │               │                      │               │ authenticate     │
1193       │               │                      │               │ with the ADSL    │
1194       │               │                      │               │ service.         │
1195       ├───────────────┼──────────────────────┼───────────────┼──────────────────┤
1196       │vci            │ uint32               │ 0             │ VCI of ADSL      │
1197       │               │                      │               │ connection       │
1198       ├───────────────┼──────────────────────┼───────────────┼──────────────────┤
1199       │vpi            │ uint32               │ 0             │ VPI of ADSL      │
1200       │               │                      │               │ connection       │
1201       └───────────────┴──────────────────────┴───────────────┴──────────────────┘
1202
1203   bluetooth setting
1204       Bluetooth Settings.
1205
1206       ┌─────────┬────────────┬───────────────┬──────────────────┐
1207Key Name Value Type Default Value Value            
1208       │         │            │               │ Description      
1209       ├─────────┼────────────┼───────────────┼──────────────────┤
1210       │bdaddr   │ byte array │               │ The Bluetooth    │
1211       │         │            │               │ address of the   │
1212       │         │            │               │ device.          │
1213       ├─────────┼────────────┼───────────────┼──────────────────┤
1214       │type     │ string     │               │ Either "dun" for │
1215       │         │            │               │ Dial-Up          │
1216       │         │            │               │ Networking       │
1217       │         │            │               │ connections or   │
1218       │         │            │               │ "panu" for       │
1219       │         │            │               │ Personal Area    │
1220       │         │            │               │ Networking       │
1221       │         │            │               │ connections to   │
1222       │         │            │               │ devices          │
1223       │         │            │               │ supporting the   │
1224       │         │            │               │ NAP profile.     │
1225       └─────────┴────────────┴───────────────┴──────────────────┘
1226
1227   bond setting
1228       Bonding Settings.
1229
1230       ┌───────────────┬────────────────┬───────────────┬────────────────────────────┐
1231Key Name       Value Type     Default Value Value                      
1232       │               │                │               │ Description                
1233       ├───────────────┼────────────────┼───────────────┼────────────────────────────┤
1234       │interface-name │ string         │               │ Deprecated in              │
1235       │               │                │               │ favor of                   │
1236       │               │                │               │ connection.interface-name, │
1237       │               │                │               │ but can be used            │
1238       │               │                │               │ for                        │
1239       │               │                │               │ backward-compatibility     │
1240       │               │                │               │ with older                 │
1241       │               │                │               │ daemons, to set            │
1242       │               │                │               │ the bond's                 │
1243       │               │                │               │ interface name.            │
1244       ├───────────────┼────────────────┼───────────────┼────────────────────────────┤
1245       │options        │ dict of string │ {'mode':      │ Dictionary of key/value    │
1246       │               │ to string      │ 'balance-rr'} │ pairs of bonding options.  │
1247       │               │                │               │ Both keys and values must  │
1248       │               │                │               │ be strings. Option names   │
1249       │               │                │               │ must contain only          │
1250       │               │                │               │ alphanumeric characters    │
1251       │               │                │               │ (ie, [a-zA-Z0-9]).         │
1252       └───────────────┴────────────────┴───────────────┴────────────────────────────┘
1253
1254   bridge setting
1255       Bridging Settings.
1256
1257       ┌──────────────────────────────────┬──────────────────┬───────────────┬───────────────────────────────┐
1258Key Name                          Value Type       Default Value Value                         
1259       │                                  │                  │               │ Description                   
1260       ├──────────────────────────────────┼──────────────────┼───────────────┼───────────────────────────────┤
1261       │ageing-time                       │ uint32           │ 300           │ The Ethernet MAC              │
1262       │                                  │                  │               │ address aging                 │
1263       │                                  │                  │               │ time, in                      │
1264       │                                  │                  │               │ seconds.                      │
1265       ├──────────────────────────────────┼──────────────────┼───────────────┼───────────────────────────────┤
1266       │forward-delay                     │ uint32           │ 15            │ The Spanning                  │
1267       │                                  │                  │               │ Tree Protocol                 │
1268       │                                  │                  │               │ (STP) forwarding              │
1269       │                                  │                  │               │ delay, in                     │
1270       │                                  │                  │               │ seconds.                      │
1271       ├──────────────────────────────────┼──────────────────┼───────────────┼───────────────────────────────┤
1272       │group-address                     │ byte array       │               │ If specified,                 │
1273       │                                  │                  │               │ The MAC address               │
1274       │                                  │                  │               │ of the multicast              │
1275       │                                  │                  │               │ group this                    │
1276       │                                  │                  │               │ bridge uses for               │
1277       │                                  │                  │               │ STP. The address              │
1278       │                                  │                  │               │ must be a                     │
1279       │                                  │                  │               │ link-local                    │
1280       │                                  │                  │               │ address in                    │
1281       │                                  │                  │               │ standard                      │
1282       │                                  │                  │               │ Ethernet MAC                  │
1283       │                                  │                  │               │ address format,               │
1284       │                                  │                  │               │ ie an address of              │
1285       │                                  │                  │               │ the form                      │
1286       │                                  │                  │               │ 01:80:C2:00:00:0X,            │
1287       │                                  │                  │               │ with X in [0,                 │
1288       │                                  │                  │               │ 4..F]. If not                 │
1289       │                                  │                  │               │ specified the                 │
1290       │                                  │                  │               │ default value is              │
1291       │                                  │                  │               │ 01:80:C2:00:00:00.            │
1292       ├──────────────────────────────────┼──────────────────┼───────────────┼───────────────────────────────┤
1293       │group-forward-mask                │ uint32           │ 0             │ A mask of group               │
1294       │                                  │                  │               │ addresses to                  │
1295       │                                  │                  │               │ forward. Usually,             │
1296       │                                  │                  │               │ group addresses in            │
1297       │                                  │                  │               │ the range from                │
1298       │                                  │                  │               │ 01:80:C2:00:00:00             │
1299       │                                  │                  │               │ to                            │
1300       │                                  │                  │               │ 01:80:C2:00:00:0F             │
1301       │                                  │                  │               │ are not forwarded             │
1302       │                                  │                  │               │ according to                  │
1303       │                                  │                  │               │ standards. This               │
1304       │                                  │                  │               │ property is a mask            │
1305       │                                  │                  │               │ of 16 bits, each              │
1306       │                                  │                  │               │ corresponding to a            │
1307       │                                  │                  │               │ group address in              │
1308       │                                  │                  │               │ that range that               │
1309       │                                  │                  │               │ must be forwarded.            │
1310       │                                  │                  │               │ The mask can't                │
1311       │                                  │                  │               │ have bits 0, 1 or             │
1312       │                                  │                  │               │ 2 set because they            │
1313       │                                  │                  │               │ are used for STP,             │
1314       │                                  │                  │               │ MAC pause frames              │
1315       │                                  │                  │               │ and LACP.                     │
1316       ├──────────────────────────────────┼──────────────────┼───────────────┼───────────────────────────────┤
1317       │hello-time                        │ uint32           │ 2             │ The Spanning Tree             │
1318       │                                  │                  │               │ Protocol (STP)                │
1319       │                                  │                  │               │ hello time, in                │
1320       │                                  │                  │               │ seconds.                      │
1321       ├──────────────────────────────────┼──────────────────┼───────────────┼───────────────────────────────┤
1322       │interface-name                    │ string           │               │ Deprecated in                 │
1323       │                                  │                  │               │ favor of                      │
1324       │                                  │                  │               │ connection.interface-name,    │
1325       │                                  │                  │               │ but can be used               │
1326       │                                  │                  │               │ for                           │
1327       │                                  │                  │               │ backward-compatibility        │
1328       │                                  │                  │               │ with older                    │
1329       │                                  │                  │               │ daemons, to set               │
1330       │                                  │                  │               │ the bridge's                  │
1331       │                                  │                  │               │ interface name.               │
1332       ├──────────────────────────────────┼──────────────────┼───────────────┼───────────────────────────────┤
1333       │mac-address                       │ byte array       │               │ If specified, the MAC         │
1334       │                                  │                  │               │ address of bridge. When       │
1335       │                                  │                  │               │ creating a new bridge,        │
1336       │                                  │                  │               │ this MAC address will be      │
1337       │                                  │                  │               │ set. If this field is left    │
1338       │                                  │                  │               │ unspecified, the              │
1339       │                                  │                  │               │ "ethernet.cloned-mac-address" │
1340       │                                  │                  │               │ is referred instead to        │
1341       │                                  │                  │               │ generate the initial MAC      │
1342       │                                  │                  │               │ address. Note that setting    │
1343       │                                  │                  │               │ "ethernet.cloned-mac-address" │
1344       │                                  │                  │               │ anyway overwrites the MAC     │
1345       │                                  │                  │               │ address of the bridge         │
1346       │                                  │                  │               │ later while activating the    │
1347       │                                  │                  │               │ bridge. Hence, this           │
1348       │                                  │                  │               │ property is deprecated.       │
1349       │                                  │                  │               │ Deprecated: 1                 │
1350       ├──────────────────────────────────┼──────────────────┼───────────────┼───────────────────────────────┤
1351       │max-age                           │ uint32           │ 20            │ The Spanning Tree Protocol    │
1352       │                                  │                  │               │ (STP) maximum message age, in │
1353       │                                  │                  │               │ seconds.                      │
1354       ├──────────────────────────────────┼──────────────────┼───────────────┼───────────────────────────────┤
1355       │multicast-hash-max                │ uint32           │ 4096          │ Set maximum size of multicast │
1356       │                                  │                  │               │ hash table (value must be a   │
1357       │                                  │                  │               │ power of 2).                  │
1358       ├──────────────────────────────────┼──────────────────┼───────────────┼───────────────────────────────┤
1359       │multicast-last-member-count       │ uint32           │ 2             │ Set the number of queries the │
1360       │                                  │                  │               │ bridge will send before       │
1361       │                                  │                  │               │ stopping forwarding a         │
1362       │                                  │                  │               │ multicast group after a       │
1363       │                                  │                  │               │ "leave" message has been      │
1364       │                                  │                  │               │ received.                     │
1365       ├──────────────────────────────────┼──────────────────┼───────────────┼───────────────────────────────┤
1366       │multicast-last-member-interval    │ uint64           │ 100           │ Set interval (in deciseconds) │
1367       │                                  │                  │               │ between queries to find       │
1368       │                                  │                  │               │ remaining members of a group, │
1369       │                                  │                  │               │ after a "leave" message is    │
1370       │                                  │                  │               │ received.                     │
1371       ├──────────────────────────────────┼──────────────────┼───────────────┼───────────────────────────────┤
1372       │multicast-membership-interval     │ uint64           │ 26000         │ Set delay (in deciseconds)    │
1373       │                                  │                  │               │ after which the bridge will   │
1374       │                                  │                  │               │ leave a group, if no          │
1375       │                                  │                  │               │ membership reports for this   │
1376       │                                  │                  │               │ group are received.           │
1377       ├──────────────────────────────────┼──────────────────┼───────────────┼───────────────────────────────┤
1378       │multicast-querier                 │ boolean          │ FALSE         │ Enable or disable sending of  │
1379       │                                  │                  │               │ multicast queries by the      │
1380       │                                  │                  │               │ bridge. If not specified the  │
1381       │                                  │                  │               │ option is disabled.           │
1382       ├──────────────────────────────────┼──────────────────┼───────────────┼───────────────────────────────┤
1383       │multicast-querier-interval        │ uint64           │ 25500         │ If no queries are seen after  │
1384       │                                  │                  │               │ this delay (in deciseconds)   │
1385       │                                  │                  │               │ has passed, the bridge will   │
1386       │                                  │                  │               │ start to send its own         │
1387       │                                  │                  │               │ queries.                      │
1388       ├──────────────────────────────────┼──────────────────┼───────────────┼───────────────────────────────┤
1389       │multicast-query-interval          │ uint64           │ 12500         │ Interval (in deciseconds)     │
1390       │                                  │                  │               │ between queries sent by the   │
1391       │                                  │                  │               │ bridge after the end of the   │
1392       │                                  │                  │               │ startup phase.                │
1393       ├──────────────────────────────────┼──────────────────┼───────────────┼───────────────────────────────┤
1394       │multicast-query-response-interval │ uint64           │ 1000          │ Set the Max Response Time/Max │
1395       │                                  │                  │               │ Response Delay (in            │
1396       │                                  │                  │               │ deciseconds) for IGMP/MLD     │
1397       │                                  │                  │               │ queries sent by the bridge.   │
1398       ├──────────────────────────────────┼──────────────────┼───────────────┼───────────────────────────────┤
1399       │multicast-query-use-ifaddr        │ boolean          │ FALSE         │ If enabled the bridge's own   │
1400       │                                  │                  │               │ IP address is used as the     │
1401       │                                  │                  │               │ source address for IGMP       │
1402       │                                  │                  │               │ queries otherwise the default │
1403       │                                  │                  │               │ of 0.0.0.0 is used.           │
1404       ├──────────────────────────────────┼──────────────────┼───────────────┼───────────────────────────────┤
1405       │multicast-router                  │ string           │               │ Sets bridge's multicast       │
1406       │                                  │                  │               │ router. Multicast-snooping    │
1407       │                                  │                  │               │ must be enabled for this      │
1408       │                                  │                  │               │ option to work. Supported     │
1409       │                                  │                  │               │ values are: 'auto',           │
1410       │                                  │                  │               │ 'disabled', 'enabled'. If not │
1411       │                                  │                  │               │ specified the default value   │
1412       │                                  │                  │               │ is 'auto'.                    │
1413       ├──────────────────────────────────┼──────────────────┼───────────────┼───────────────────────────────┤
1414       │multicast-snooping                │ boolean          │ TRUE          │ Controls whether IGMP         │
1415       │                                  │                  │               │ snooping is enabled for this  │
1416       │                                  │                  │               │ bridge. Note that if snooping │
1417       │                                  │                  │               │ was automatically disabled    │
1418       │                                  │                  │               │ due to hash collisions, the   │
1419       │                                  │                  │               │ system may refuse to enable   │
1420       │                                  │                  │               │ the feature until the         │
1421       │                                  │                  │               │ collisions are resolved.      │
1422       ├──────────────────────────────────┼──────────────────┼───────────────┼───────────────────────────────┤
1423       │multicast-startup-query-count     │ uint32           │ 2             │ Set the number of IGMP        │
1424       │                                  │                  │               │ queries to send during        │
1425       │                                  │                  │               │ startup phase.                │
1426       ├──────────────────────────────────┼──────────────────┼───────────────┼───────────────────────────────┤
1427       │multicast-startup-query-interval  │ uint64           │ 3125          │ Sets the time (in             │
1428       │                                  │                  │               │ deciseconds) between queries  │
1429       │                                  │                  │               │ sent out at startup to        │
1430       │                                  │                  │               │ determine membership          │
1431       │                                  │                  │               │ information.                  │
1432       ├──────────────────────────────────┼──────────────────┼───────────────┼───────────────────────────────┤
1433       │priority                          │ uint32           │ 32768         │ Sets the Spanning Tree        │
1434       │                                  │                  │               │ Protocol (STP) priority for   │
1435       │                                  │                  │               │ this bridge.  Lower values    │
1436       │                                  │                  │               │ are "better"; the lowest      │
1437       │                                  │                  │               │ priority bridge will be       │
1438       │                                  │                  │               │ elected the root bridge.      │
1439       ├──────────────────────────────────┼──────────────────┼───────────────┼───────────────────────────────┤
1440       │stp                               │ boolean          │ TRUE          │ Controls whether Spanning     │
1441       │                                  │                  │               │ Tree Protocol (STP) is        │
1442       │                                  │                  │               │ enabled for this bridge.      │
1443       ├──────────────────────────────────┼──────────────────┼───────────────┼───────────────────────────────┤
1444       │vlan-default-pvid                 │ uint32           │ 1             │ The default PVID for the      │
1445       │                                  │                  │               │ ports of the bridge, that is  │
1446       │                                  │                  │               │ the VLAN id assigned to       │
1447       │                                  │                  │               │ incoming untagged frames.     │
1448       ├──────────────────────────────────┼──────────────────┼───────────────┼───────────────────────────────┤
1449       │vlan-filtering                    │ boolean          │ FALSE         │ Control whether VLAN          │
1450       │                                  │                  │               │ filtering is enabled on the   │
1451       │                                  │                  │               │ bridge.                       │
1452       ├──────────────────────────────────┼──────────────────┼───────────────┼───────────────────────────────┤
1453       │vlan-protocol                     │ string           │               │ If specified, the protocol    │
1454       │                                  │                  │               │ used for VLAN filtering.      │
1455       │                                  │                  │               │ Supported values are:         │
1456       │                                  │                  │               │ '802.1Q', '802.1ad'. If not   │
1457       │                                  │                  │               │ specified the default value   │
1458       │                                  │                  │               │ is '802.1Q'.                  │
1459       ├──────────────────────────────────┼──────────────────┼───────────────┼───────────────────────────────┤
1460       │vlan-stats-enabled                │ boolean          │ FALSE         │ Controls whether per-VLAN     │
1461       │                                  │                  │               │ stats accounting is enabled.  │
1462       ├──────────────────────────────────┼──────────────────┼───────────────┼───────────────────────────────┤
1463       │vlans                             │ array of vardict │               │ Array of bridge VLAN objects. │
1464       │                                  │                  │               │ In addition to the VLANs      │
1465       │                                  │                  │               │ specified here, the bridge    │
1466       │                                  │                  │               │ will also have the            │
1467       │                                  │                  │               │ default-pvid VLAN configured  │
1468       │                                  │                  │               │ by the                        │
1469       │                                  │                  │               │ bridge.vlan-default-pvid      │
1470       │                                  │                  │               │ property. In nmcli the VLAN   │
1471       │                                  │                  │               │ list can be specified with    │
1472       │                                  │                  │               │ the following syntax: $vid    │
1473       │                                  │                  │               │ [pvid] [untagged] [, $vid     │
1474       │                                  │                  │               │ [pvid] [untagged]]... where   │
1475       │                                  │                  │               │ $vid is either a single id    │
1476       │                                  │                  │               │ between 1 and 4094 or a       │
1477       │                                  │                  │               │ range, represented as a       │
1478       │                                  │                  │               │ couple of ids separated by a  │
1479       │                                  │                  │               │ dash.                         │
1480       └──────────────────────────────────┴──────────────────┴───────────────┴───────────────────────────────┘
1481
1482   bridge-port setting
1483       Bridge Port Settings.
1484
1485       ┌─────────────┬──────────────────┬───────────────┬──────────────────────────┐
1486Key Name     Value Type       Default Value Value                    
1487       │             │                  │               │ Description              
1488       ├─────────────┼──────────────────┼───────────────┼──────────────────────────┤
1489       │hairpin-mode │ boolean          │ FALSE         │ Enables or               │
1490       │             │                  │               │ disables                 │
1491       │             │                  │               │ "hairpin mode"           │
1492       │             │                  │               │ for the port,            │
1493       │             │                  │               │ which allows             │
1494       │             │                  │               │ frames to be             │
1495       │             │                  │               │ sent back out            │
1496       │             │                  │               │ through the port         │
1497       │             │                  │               │ the frame was            │
1498       │             │                  │               │ received on.             │
1499       ├─────────────┼──────────────────┼───────────────┼──────────────────────────┤
1500       │path-cost    │ uint32           │ 100           │ The Spanning             │
1501       │             │                  │               │ Tree Protocol            │
1502       │             │                  │               │ (STP) port cost          │
1503       │             │                  │               │ for destinations         │
1504       │             │                  │               │ via this port.           │
1505       ├─────────────┼──────────────────┼───────────────┼──────────────────────────┤
1506       │priority     │ uint32           │ 32            │ The Spanning             │
1507       │             │                  │               │ Tree Protocol            │
1508       │             │                  │               │ (STP) priority           │
1509       │             │                  │               │ of this bridge           │
1510       │             │                  │               │ port.                    │
1511       ├─────────────┼──────────────────┼───────────────┼──────────────────────────┤
1512       │vlans        │ array of vardict │               │ Array of bridge          │
1513       │             │                  │               │ VLAN objects. In         │
1514       │             │                  │               │ addition to the          │
1515       │             │                  │               │ VLANs specified          │
1516       │             │                  │               │ here, the port           │
1517       │             │                  │               │ will also have           │
1518       │             │                  │               │ the default-pvid         │
1519       │             │                  │               │ VLAN configured          │
1520       │             │                  │               │ on the bridge by         │
1521       │             │                  │               │ the                      │
1522       │             │                  │               │ bridge.vlan-default-pvid │
1523       │             │                  │               │ property. In             │
1524       │             │                  │               │ nmcli the VLAN           │
1525       │             │                  │               │ list can be              │
1526       │             │                  │               │ specified with           │
1527       │             │                  │               │ the following            │
1528       │             │                  │               │ syntax: $vid             │
1529       │             │                  │               │ [pvid]                   │
1530       │             │                  │               │ [untagged] [,            │
1531       │             │                  │               │ $vid [pvid]              │
1532       │             │                  │               │ [untagged]]...           │
1533       │             │                  │               │ where $vid is            │
1534       │             │                  │               │ either a single          │
1535       │             │                  │               │ id between 1 and         │
1536       │             │                  │               │ 4094 or a range,         │
1537       │             │                  │               │ represented as a         │
1538       │             │                  │               │ couple of ids            │
1539       │             │                  │               │ separated by a           │
1540       │             │                  │               │ dash.                    │
1541       └─────────────┴──────────────────┴───────────────┴──────────────────────────┘
1542
1543   cdma setting
1544       CDMA-based Mobile Broadband Settings.
1545
1546       ┌───────────────┬──────────────────────┬───────────────┬──────────────────┐
1547Key Name       Value Type           Default Value Value            
1548       │               │                      │               │ Description      
1549       ├───────────────┼──────────────────────┼───────────────┼──────────────────┤
1550       │mtu            │ uint32               │ 0             │ If non-zero,     │
1551       │               │                      │               │ only transmit    │
1552       │               │                      │               │ packets of the   │
1553       │               │                      │               │ specified size   │
1554       │               │                      │               │ or smaller,      │
1555       │               │                      │               │ breaking larger  │
1556       │               │                      │               │ packets up into  │
1557       │               │                      │               │ multiple frames. │
1558       ├───────────────┼──────────────────────┼───────────────┼──────────────────┤
1559       │number         │ string               │               │ The number to    │
1560       │               │                      │               │ dial to          │
1561       │               │                      │               │ establish the    │
1562       │               │                      │               │ connection to    │
1563       │               │                      │               │ the CDMA-based   │
1564       │               │                      │               │ mobile broadband │
1565       │               │                      │               │ network, if any. │
1566       │               │                      │               │ If not           │
1567       │               │                      │               │ specified, the   │
1568       │               │                      │               │ default number   │
1569       │               │                      │               │ (#777) is used   │
1570       │               │                      │               │ when required.   │
1571       ├───────────────┼──────────────────────┼───────────────┼──────────────────┤
1572       │password       │ string               │               │ The password     │
1573       │               │                      │               │ used to          │
1574       │               │                      │               │ authenticate     │
1575       │               │                      │               │ with the         │
1576       │               │                      │               │ network, if      │
1577       │               │                      │               │ required.  Many  │
1578       │               │                      │               │ providers do not │
1579       │               │                      │               │ require a        │
1580       │               │                      │               │ password, or     │
1581       │               │                      │               │ accept any       │
1582       │               │                      │               │ password.  But   │
1583       │               │                      │               │ if a password is │
1584       │               │                      │               │ required, it is  │
1585       │               │                      │               │ specified here.  │
1586       ├───────────────┼──────────────────────┼───────────────┼──────────────────┤
1587       │password-flags │ NMSettingSecretFlags │               │ Flags indicating │
1588       │               │ (uint32)             │               │ how to handle    │
1589       │               │                      │               │ the "password"   │
1590       │               │                      │               │ property. (see   │
1591       │               │                      │               │ the section      │
1592       │               │                      │               │ called “Secret   │
1593       │               │                      │               │ flag types:” for │
1594       │               │                      │               │ flag values)     │
1595       ├───────────────┼──────────────────────┼───────────────┼──────────────────┤
1596       │username       │ string               │               │ The username     │
1597       │               │                      │               │ used to          │
1598       │               │                      │               │ authenticate     │
1599       │               │                      │               │ with the         │
1600       │               │                      │               │ network, if      │
1601       │               │                      │               │ required.  Many  │
1602       │               │                      │               │ providers do not │
1603       │               │                      │               │ require a        │
1604       │               │                      │               │ username, or     │
1605       │               │                      │               │ accept any       │
1606       │               │                      │               │ username.  But   │
1607       │               │                      │               │ if a username is │
1608       │               │                      │               │ required, it is  │
1609       │               │                      │               │ specified here.  │
1610       └───────────────┴──────────────────────┴───────────────┴──────────────────┘
1611
1612   dcb setting
1613       Data Center Bridging Settings.
1614
1615       ┌────────────────────────────┬───────────────────┬───────────────┬───────────────────────────────┐
1616Key Name                    Value Type        Default Value Value                         
1617       │                            │                   │               │ Description                   
1618       ├────────────────────────────┼───────────────────┼───────────────┼───────────────────────────────┤
1619       │app-fcoe-flags              │ NMSettingDcbFlags │               │ Specifies the                 │
1620       │                            │ (uint32)          │               │ NMSettingDcbFlags             │
1621       │                            │                   │               │ for the DCB FCoE              │
1622       │                            │                   │               │ application.                  │
1623       │                            │                   │               │ Flags may be any              │
1624       │                            │                   │               │ combination of                │
1625       │                            │                   │               │ NM_SETTING_DCB_FLAG_ENABLE    │
1626       │                            │                   │               │ (0x1),                        │
1627       │                            │                   │               │ NM_SETTING_DCB_FLAG_ADVERTISE │
1628       │                            │                   │               │ (0x2), and                    │
1629       │                            │                   │               │ NM_SETTING_DCB_FLAG_WILLING   │
1630       │                            │                   │               │ (0x4).                        │
1631       ├────────────────────────────┼───────────────────┼───────────────┼───────────────────────────────┤
1632       │app-fcoe-mode               │ string            │ "fabric"      │ The FCoE controller mode;     │
1633       │                            │                   │               │ either "fabric" (default) or  │
1634       │                            │                   │               │ "vn2vn".                      │
1635       ├────────────────────────────┼───────────────────┼───────────────┼───────────────────────────────┤
1636       │app-fcoe-priority           │ int32             │ -1            │ The highest User Priority (0  │
1637       │                            │                   │               │ - 7) which FCoE frames should │
1638       │                            │                   │               │ use, or -1 for default        │
1639       │                            │                   │               │ priority.  Only used when the │
1640       │                            │                   │               │ "app-fcoe-flags" property     │
1641       │                            │                   │               │ includes the                  │
1642       │                            │                   │               │ NM_SETTING_DCB_FLAG_ENABLE    │
1643       │                            │                   │               │ (0x1) flag.                   │
1644       ├────────────────────────────┼───────────────────┼───────────────┼───────────────────────────────┤
1645       │app-fip-flags               │ NMSettingDcbFlags │               │ Specifies the                 │
1646       │                            │ (uint32)          │               │ NMSettingDcbFlags for the DCB │
1647       │                            │                   │               │ FIP application.  Flags may   │
1648       │                            │                   │               │ be any combination of         │
1649       │                            │                   │               │ NM_SETTING_DCB_FLAG_ENABLE    │
1650       │                            │                   │               │ (0x1),                        │
1651       │                            │                   │               │ NM_SETTING_DCB_FLAG_ADVERTISE │
1652       │                            │                   │               │ (0x2), and                    │
1653       │                            │                   │               │ NM_SETTING_DCB_FLAG_WILLING   │
1654       │                            │                   │               │ (0x4).                        │
1655       ├────────────────────────────┼───────────────────┼───────────────┼───────────────────────────────┤
1656       │app-fip-priority            │ int32             │ -1            │ The highest User Priority (0  │
1657       │                            │                   │               │ - 7) which FIP frames should  │
1658       │                            │                   │               │ use, or -1 for default        │
1659       │                            │                   │               │ priority.  Only used when the │
1660       │                            │                   │               │ "app-fip-flags" property      │
1661       │                            │                   │               │ includes the                  │
1662       │                            │                   │               │ NM_SETTING_DCB_FLAG_ENABLE    │
1663       │                            │                   │               │ (0x1) flag.                   │
1664       ├────────────────────────────┼───────────────────┼───────────────┼───────────────────────────────┤
1665       │app-iscsi-flags             │ NMSettingDcbFlags │               │ Specifies the                 │
1666       │                            │ (uint32)          │               │ NMSettingDcbFlags for the DCB │
1667       │                            │                   │               │ iSCSI application.  Flags may │
1668       │                            │                   │               │ be any combination of         │
1669       │                            │                   │               │ NM_SETTING_DCB_FLAG_ENABLE    │
1670       │                            │                   │               │ (0x1),                        │
1671       │                            │                   │               │ NM_SETTING_DCB_FLAG_ADVERTISE │
1672       │                            │                   │               │ (0x2), and                    │
1673       │                            │                   │               │ NM_SETTING_DCB_FLAG_WILLING   │
1674       │                            │                   │               │ (0x4).                        │
1675       ├────────────────────────────┼───────────────────┼───────────────┼───────────────────────────────┤
1676       │app-iscsi-priority          │ int32             │ -1            │ The highest User Priority (0  │
1677       │                            │                   │               │ - 7) which iSCSI frames       │
1678       │                            │                   │               │ should use, or -1 for default │
1679       │                            │                   │               │ priority. Only used when the  │
1680       │                            │                   │               │ "app-iscsi-flags" property    │
1681       │                            │                   │               │ includes the                  │
1682       │                            │                   │               │ NM_SETTING_DCB_FLAG_ENABLE    │
1683       │                            │                   │               │ (0x1) flag.                   │
1684       ├────────────────────────────┼───────────────────┼───────────────┼───────────────────────────────┤
1685       │priority-bandwidth          │ array of uint32   │               │ An array of 8 uint values,    │
1686       │                            │                   │               │ where the array index         │
1687       │                            │                   │               │ corresponds to the User       │
1688       │                            │                   │               │ Priority (0 - 7) and the      │
1689       │                            │                   │               │ value indicates the           │
1690       │                            │                   │               │ percentage of bandwidth of    │
1691       │                            │                   │               │ the priority's assigned group │
1692       │                            │                   │               │ that the priority may use.    │
1693       │                            │                   │               │ The sum of all percentages    │
1694       │                            │                   │               │ for priorities which belong   │
1695       │                            │                   │               │ to the same group must total  │
1696       │                            │                   │               │ 100 percents.                 │
1697       ├────────────────────────────┼───────────────────┼───────────────┼───────────────────────────────┤
1698       │priority-flow-control       │ array of uint32   │               │ An array of 8 boolean values, │
1699       │                            │                   │               │ where the array index         │
1700       │                            │                   │               │ corresponds to the User       │
1701       │                            │                   │               │ Priority (0 - 7) and the      │
1702       │                            │                   │               │ value indicates whether or    │
1703       │                            │                   │               │ not the corresponding         │
1704       │                            │                   │               │ priority should transmit      │
1705       │                            │                   │               │ priority pause.               │
1706       ├────────────────────────────┼───────────────────┼───────────────┼───────────────────────────────┤
1707       │priority-flow-control-flags │ NMSettingDcbFlags │               │ Specifies the                 │
1708       │                            │ (uint32)          │               │ NMSettingDcbFlags for DCB     │
1709       │                            │                   │               │ Priority Flow Control (PFC).  │
1710       │                            │                   │               │ Flags may be any combination  │
1711       │                            │                   │               │ of NM_SETTING_DCB_FLAG_ENABLE │
1712       │                            │                   │               │ (0x1),                        │
1713       │                            │                   │               │ NM_SETTING_DCB_FLAG_ADVERTISE │
1714       │                            │                   │               │ (0x2), and                    │
1715       │                            │                   │               │ NM_SETTING_DCB_FLAG_WILLING   │
1716       │                            │                   │               │ (0x4).                        │
1717       ├────────────────────────────┼───────────────────┼───────────────┼───────────────────────────────┤
1718       │priority-group-bandwidth    │ array of uint32   │               │ An array of 8 uint values,    │
1719       │                            │                   │               │ where the array index         │
1720       │                            │                   │               │ corresponds to the Priority   │
1721       │                            │                   │               │ Group ID (0 - 7) and the      │
1722       │                            │                   │               │ value indicates the           │
1723       │                            │                   │               │ percentage of link bandwidth  │
1724       │                            │                   │               │ allocated to that group.      │
1725       │                            │                   │               │ Allowed values are 0 - 100,   │
1726       │                            │                   │               │ and the sum of all values     │
1727       │                            │                   │               │ must total 100 percents.      │
1728       ├────────────────────────────┼───────────────────┼───────────────┼───────────────────────────────┤
1729       │priority-group-flags        │ NMSettingDcbFlags │               │ Specifies the                 │
1730       │                            │ (uint32)          │               │ NMSettingDcbFlags for DCB     │
1731       │                            │                   │               │ Priority Groups.  Flags may   │
1732       │                            │                   │               │ be any combination of         │
1733       │                            │                   │               │ NM_SETTING_DCB_FLAG_ENABLE    │
1734       │                            │                   │               │ (0x1),                        │
1735       │                            │                   │               │ NM_SETTING_DCB_FLAG_ADVERTISE │
1736       │                            │                   │               │ (0x2), and                    │
1737       │                            │                   │               │ NM_SETTING_DCB_FLAG_WILLING   │
1738       │                            │                   │               │ (0x4).                        │
1739       ├────────────────────────────┼───────────────────┼───────────────┼───────────────────────────────┤
1740       │priority-group-id           │ array of uint32   │               │ An array of 8 uint values,    │
1741       │                            │                   │               │ where the array index         │
1742       │                            │                   │               │ corresponds to the User       │
1743       │                            │                   │               │ Priority (0 - 7) and the      │
1744       │                            │                   │               │ value indicates the Priority  │
1745       │                            │                   │               │ Group ID.  Allowed Priority   │
1746       │                            │                   │               │ Group ID values are 0 - 7 or  │
1747       │                            │                   │               │ 15 for the unrestricted       │
1748       │                            │                   │               │ group.                        │
1749       ├────────────────────────────┼───────────────────┼───────────────┼───────────────────────────────┤
1750       │priority-strict-bandwidth   │ array of uint32   │               │ An array of 8 boolean values, │
1751       │                            │                   │               │ where the array index         │
1752       │                            │                   │               │ corresponds to the User       │
1753       │                            │                   │               │ Priority (0 - 7) and the      │
1754       │                            │                   │               │ value indicates whether or    │
1755       │                            │                   │               │ not the priority may use all  │
1756       │                            │                   │               │ of the bandwidth allocated to │
1757       │                            │                   │               │ its assigned group.           │
1758       ├────────────────────────────┼───────────────────┼───────────────┼───────────────────────────────┤
1759       │priority-traffic-class      │ array of uint32   │               │ An array of 8 uint values,    │
1760       │                            │                   │               │ where the array index         │
1761       │                            │                   │               │ corresponds to the User       │
1762       │                            │                   │               │ Priority (0 - 7) and the      │
1763       │                            │                   │               │ value indicates the traffic   │
1764       │                            │                   │               │ class (0 - 7) to which the    │
1765       │                            │                   │               │ priority is mapped.           │
1766       └────────────────────────────┴───────────────────┴───────────────┴───────────────────────────────┘
1767
1768   dummy setting
1769       Dummy Link Settings.
1770
1771
1772
1773   ethtool setting
1774       Ethtool Ethernet Settings.
1775
1776
1777
1778   generic setting
1779       Generic Link Settings.
1780
1781
1782
1783   gsm setting
1784       GSM-based Mobile Broadband Settings.
1785
1786       ┌────────────────┬──────────────────────┬───────────────┬───────────────────┐
1787Key Name        Value Type           Default Value Value             
1788       │                │                      │               │ Description       
1789       ├────────────────┼──────────────────────┼───────────────┼───────────────────┤
1790       │apn             │ string               │               │ The GPRS Access   │
1791       │                │                      │               │ Point Name        │
1792       │                │                      │               │ specifying the    │
1793       │                │                      │               │ APN used when     │
1794       │                │                      │               │ establishing a    │
1795       │                │                      │               │ data session      │
1796       │                │                      │               │ with the          │
1797       │                │                      │               │ GSM-based         │
1798       │                │                      │               │ network.  The     │
1799       │                │                      │               │ APN often         │
1800       │                │                      │               │ determines how    │
1801       │                │                      │               │ the user will be  │
1802       │                │                      │               │ billed for their  │
1803       │                │                      │               │ network usage     │
1804       │                │                      │               │ and whether the   │
1805       │                │                      │               │ user has access   │
1806       │                │                      │               │ to the Internet   │
1807       │                │                      │               │ or just a         │
1808       │                │                      │               │ provider-specific │
1809       │                │                      │               │ walled-garden,    │
1810       │                │                      │               │ so it is          │
1811       │                │                      │               │ important to use  │
1812       │                │                      │               │ the correct APN   │
1813       │                │                      │               │ for the user's    │
1814       │                │                      │               │ mobile broadband  │
1815       │                │                      │               │ plan. The APN     │
1816       │                │                      │               │ may only be       │
1817       │                │                      │               │ composed of the   │
1818       │                │                      │               │ characters a-z,   │
1819       │                │                      │               │ 0-9, ., and -     │
1820       │                │                      │               │ per GSM 03.60     │
1821       │                │                      │               │ Section 14.9.     │
1822       ├────────────────┼──────────────────────┼───────────────┼───────────────────┤
1823       │auto-config     │ boolean              │ FALSE         │ When TRUE, the    │
1824       │                │                      │               │ settings such as  │
1825       │                │                      │               │ APN, username, or │
1826       │                │                      │               │ password will     │
1827       │                │                      │               │ default to values │
1828       │                │                      │               │ that match the    │
1829       │                │                      │               │ network the modem │
1830       │                │                      │               │ will register to  │
1831       │                │                      │               │ in the Mobile     │
1832       │                │                      │               │ Broadband         │
1833       │                │                      │               │ Provider          │
1834       │                │                      │               │ database.         │
1835       ├────────────────┼──────────────────────┼───────────────┼───────────────────┤
1836       │device-id       │ string               │               │ The device unique │
1837       │                │                      │               │ identifier (as    │
1838       │                │                      │               │ given by the WWAN │
1839       │                │                      │               │ management        │
1840       │                │                      │               │ service) which    │
1841       │                │                      │               │ this connection   │
1842       │                │                      │               │ applies to.  If   │
1843       │                │                      │               │ given, the        │
1844       │                │                      │               │ connection will   │
1845       │                │                      │               │ only apply to the │
1846       │                │                      │               │ specified device. │
1847       ├────────────────┼──────────────────────┼───────────────┼───────────────────┤
1848       │home-only       │ boolean              │ FALSE         │ When TRUE, only   │
1849       │                │                      │               │ connections to    │
1850       │                │                      │               │ the home network  │
1851       │                │                      │               │ will be allowed.  │
1852       │                │                      │               │ Connections to    │
1853       │                │                      │               │ roaming networks  │
1854       │                │                      │               │ will not be made. │
1855       ├────────────────┼──────────────────────┼───────────────┼───────────────────┤
1856       │mtu             │ uint32               │ 0             │ If non-zero, only │
1857       │                │                      │               │ transmit packets  │
1858       │                │                      │               │ of the specified  │
1859       │                │                      │               │ size or smaller,  │
1860       │                │                      │               │ breaking larger   │
1861       │                │                      │               │ packets up into   │
1862       │                │                      │               │ multiple frames.  │
1863       ├────────────────┼──────────────────────┼───────────────┼───────────────────┤
1864       │network-id      │ string               │               │ The Network ID    │
1865       │                │                      │               │ (GSM LAI format,  │
1866       │                │                      │               │ ie MCC-MNC) to    │
1867       │                │                      │               │ force specific    │
1868       │                │                      │               │ network           │
1869       │                │                      │               │ registration.  If │
1870       │                │                      │               │ the Network ID is │
1871       │                │                      │               │ specified,        │
1872       │                │                      │               │ NetworkManager    │
1873       │                │                      │               │ will attempt to   │
1874       │                │                      │               │ force the device  │
1875       │                │                      │               │ to register only  │
1876       │                │                      │               │ on the specified  │
1877       │                │                      │               │ network. This can │
1878       │                │                      │               │ be used to ensure │
1879       │                │                      │               │ that the device   │
1880       │                │                      │               │ does not roam     │
1881       │                │                      │               │ when direct       │
1882       │                │                      │               │ roaming control   │
1883       │                │                      │               │ of the device is  │
1884       │                │                      │               │ not otherwise     │
1885       │                │                      │               │ possible.         │
1886       ├────────────────┼──────────────────────┼───────────────┼───────────────────┤
1887       │number          │ string               │               │ Legacy setting    │
1888       │                │                      │               │ that used to help │
1889       │                │                      │               │ establishing PPP  │
1890       │                │                      │               │ data sessions for │
1891       │                │                      │               │ GSM-based modems. │
1892       │                │                      │               │ Deprecated: 1     │
1893       ├────────────────┼──────────────────────┼───────────────┼───────────────────┤
1894       │password        │ string               │               │ The password used │
1895       │                │                      │               │ to authenticate   │
1896       │                │                      │               │ with the network, │
1897       │                │                      │               │ if required.      │
1898       │                │                      │               │ Many providers do │
1899       │                │                      │               │ not require a     │
1900       │                │                      │               │ password, or      │
1901       │                │                      │               │ accept any        │
1902       │                │                      │               │ password.  But if │
1903       │                │                      │               │ a password is     │
1904       │                │                      │               │ required, it is   │
1905       │                │                      │               │ specified here.   │
1906       ├────────────────┼──────────────────────┼───────────────┼───────────────────┤
1907       │password-flags  │ NMSettingSecretFlags │               │ Flags indicating  │
1908       │                │ (uint32)             │               │ how to handle the │
1909       │                │                      │               │ "password"        │
1910       │                │                      │               │ property. (see    │
1911       │                │                      │               │ the section       │
1912       │                │                      │               │ called “Secret    │
1913       │                │                      │               │ flag types:” for  │
1914       │                │                      │               │ flag values)      │
1915       ├────────────────┼──────────────────────┼───────────────┼───────────────────┤
1916       │pin             │ string               │               │ If the SIM is     │
1917       │                │                      │               │ locked with a PIN │
1918       │                │                      │               │ it must be        │
1919       │                │                      │               │ unlocked before   │
1920       │                │                      │               │ any other         │
1921       │                │                      │               │ operations are    │
1922       │                │                      │               │ requested.        │
1923       │                │                      │               │ Specify the PIN   │
1924       │                │                      │               │ here to allow     │
1925       │                │                      │               │ operation of the  │
1926       │                │                      │               │ device.           │
1927       ├────────────────┼──────────────────────┼───────────────┼───────────────────┤
1928       │pin-flags       │ NMSettingSecretFlags │               │ Flags indicating  │
1929       │                │ (uint32)             │               │ how to handle the │
1930       │                │                      │               │ "pin" property.   │
1931       │                │                      │               │ (see the section  │
1932       │                │                      │               │ called “Secret    │
1933       │                │                      │               │ flag types:” for  │
1934       │                │                      │               │ flag values)      │
1935       ├────────────────┼──────────────────────┼───────────────┼───────────────────┤
1936       │sim-id          │ string               │               │ The SIM card      │
1937       │                │                      │               │ unique identifier │
1938       │                │                      │               │ (as given by the  │
1939       │                │                      │               │ WWAN management   │
1940       │                │                      │               │ service) which    │
1941       │                │                      │               │ this connection   │
1942       │                │                      │               │ applies to.  If   │
1943       │                │                      │               │ given, the        │
1944       │                │                      │               │ connection will   │
1945       │                │                      │               │ apply to any      │
1946       │                │                      │               │ device also       │
1947       │                │                      │               │ allowed by        │
1948       │                │                      │               │ "device-id" which │
1949       │                │                      │               │ contains a SIM    │
1950       │                │                      │               │ card matching the │
1951       │                │                      │               │ given identifier. │
1952       ├────────────────┼──────────────────────┼───────────────┼───────────────────┤
1953       │sim-operator-id │ string               │               │ A MCC/MNC string  │
1954       │                │                      │               │ like "310260" or  │
1955       │                │                      │               │ "21601"           │
1956       │                │                      │               │ identifying the   │
1957       │                │                      │               │ specific mobile   │
1958       │                │                      │               │ network operator  │
1959       │                │                      │               │ which this        │
1960       │                │                      │               │ connection        │
1961       │                │                      │               │ applies to.  If   │
1962       │                │                      │               │ given, the        │
1963       │                │                      │               │ connection will   │
1964       │                │                      │               │ apply to any      │
1965       │                │                      │               │ device also       │
1966       │                │                      │               │ allowed by        │
1967       │                │                      │               │ "device-id" and   │
1968       │                │                      │               │ "sim-id" which    │
1969       │                │                      │               │ contains a SIM    │
1970       │                │                      │               │ card provisioned  │
1971       │                │                      │               │ by the given      │
1972       │                │                      │               │ operator.         │
1973       ├────────────────┼──────────────────────┼───────────────┼───────────────────┤
1974       │username        │ string               │               │ The username used │
1975       │                │                      │               │ to authenticate   │
1976       │                │                      │               │ with the network, │
1977       │                │                      │               │ if required.      │
1978       │                │                      │               │ Many providers do │
1979       │                │                      │               │ not require a     │
1980       │                │                      │               │ username, or      │
1981       │                │                      │               │ accept any        │
1982       │                │                      │               │ username.  But if │
1983       │                │                      │               │ a username is     │
1984       │                │                      │               │ required, it is   │
1985       │                │                      │               │ specified here.   │
1986       └────────────────┴──────────────────────┴───────────────┴───────────────────┘
1987
1988   infiniband setting
1989       Infiniband Settings.
1990
1991       ┌───────────────┬────────────┬───────────────┬────────────────────┐
1992Key Name       Value Type Default Value Value              
1993       │               │            │               │ Description        
1994       ├───────────────┼────────────┼───────────────┼────────────────────┤
1995       │mac-address    │ byte array │               │ If specified,      │
1996       │               │            │               │ this connection    │
1997       │               │            │               │ will only apply    │
1998       │               │            │               │ to the IPoIB       │
1999       │               │            │               │ device whose       │
2000       │               │            │               │ permanent MAC      │
2001       │               │            │               │ address matches.   │
2002       │               │            │               │ This property      │
2003       │               │            │               │ does not change    │
2004       │               │            │               │ the MAC address    │
2005       │               │            │               │ of the device      │
2006       │               │            │               │ (i.e. MAC          │
2007       │               │            │               │ spoofing).         │
2008       ├───────────────┼────────────┼───────────────┼────────────────────┤
2009       │mtu            │ uint32     │ 0             │ If non-zero,       │
2010       │               │            │               │ only transmit      │
2011       │               │            │               │ packets of the     │
2012       │               │            │               │ specified size     │
2013       │               │            │               │ or smaller,        │
2014       │               │            │               │ breaking larger    │
2015       │               │            │               │ packets up into    │
2016       │               │            │               │ multiple frames.   │
2017       ├───────────────┼────────────┼───────────────┼────────────────────┤
2018       │p-key          │ int32      │ -1            │ The InfiniBand     │
2019       │               │            │               │ P_Key to use for   │
2020       │               │            │               │ this device. A     │
2021       │               │            │               │ value of -1        │
2022       │               │            │               │ means to use the   │
2023       │               │            │               │ default P_Key      │
2024       │               │            │               │ (aka "the P_Key    │
2025       │               │            │               │ at index 0").      │
2026       │               │            │               │ Otherwise it is    │
2027       │               │            │               │ a 16-bit           │
2028       │               │            │               │ unsigned           │
2029       │               │            │               │ integer, whose     │
2030       │               │            │               │ high bit is set    │
2031       │               │            │               │ if it is a "full   │
2032       │               │            │               │ membership"        │
2033       │               │            │               │ P_Key.             │
2034       ├───────────────┼────────────┼───────────────┼────────────────────┤
2035       │parent         │ string     │               │ The interface      │
2036       │               │            │               │ name of the        │
2037       │               │            │               │ parent device of   │
2038       │               │            │               │ this device.       │
2039       │               │            │               │ Normally NULL,     │
2040       │               │            │               │ but if the         │
2041       │               │            │               │ "p_key" property   │
2042       │               │            │               │ is set, then you   │
2043       │               │            │               │ must specify the   │
2044       │               │            │               │ base device by     │
2045       │               │            │               │ setting either     │
2046       │               │            │               │ this property or   │
2047       │               │            │               │ "mac-address".     │
2048       ├───────────────┼────────────┼───────────────┼────────────────────┤
2049       │transport-mode │ string     │               │ The                │
2050       │               │            │               │ IP-over-InfiniBand │
2051       │               │            │               │ transport mode.    │
2052       │               │            │               │ Either             │
2053       │               │            │               │ "datagram" or      │
2054       │               │            │               │ "connected".       │
2055       └───────────────┴────────────┴───────────────┴────────────────────┘
2056
2057   ipv4 setting
2058       IPv4 Settings.
2059
2060       ┌─────────────────────────────┬──────────────────┬───────────────┬────────────────────────────────────────┐
2061Key Name                     Value Type       Default Value Value                                  
2062       │                             │                  │               │ Description                            
2063       ├─────────────────────────────┼──────────────────┼───────────────┼────────────────────────────────────────┤
2064       │address-data                 │ array of vardict │               │ Array of IPv4                          │
2065       │                             │                  │               │ addresses. Each                        │
2066       │                             │                  │               │ address                                │
2067       │                             │                  │               │ dictionary                             │
2068       │                             │                  │               │ contains at                            │
2069       │                             │                  │               │ least 'address'                        │
2070       │                             │                  │               │ and 'prefix'                           │
2071       │                             │                  │               │ entries,                               │
2072       │                             │                  │               │ containing the                         │
2073       │                             │                  │               │ IP address as a                        │
2074       │                             │                  │               │ string, and the                        │
2075       │                             │                  │               │ prefix length as                       │
2076       │                             │                  │               │ a uint32.                              │
2077       │                             │                  │               │ Additional                             │
2078       │                             │                  │               │ attributes may                         │
2079       │                             │                  │               │ also exist on                          │
2080       │                             │                  │               │ some addresses.                        │
2081       ├─────────────────────────────┼──────────────────┼───────────────┼────────────────────────────────────────┤
2082       │addresses                    │ array of array   │               │ Deprecated in                          │
2083       │                             │ of uint32        │               │ favor of the                           │
2084       │                             │                  │               │ 'address-data'                         │
2085       │                             │                  │               │ and 'gateway'                          │
2086       │                             │                  │               │ properties, but                        │
2087       │                             │                  │               │ this can be used                       │
2088       │                             │                  │               │ for                                    │
2089       │                             │                  │               │ backward-compatibility                 │
2090       │                             │                  │               │ with older                             │
2091       │                             │                  │               │ daemons. Note                          │
2092       │                             │                  │               │ that if you send                       │
2093       │                             │                  │               │ this property                          │
2094       │                             │                  │               │ the daemon will                        │
2095       │                             │                  │               │ ignore                                 │
2096       │                             │                  │               │ 'address-data'                         │
2097       │                             │                  │               │ and 'gateway'.                         │
2098       │                             │                  │               │ Array of IPv4                          │
2099       │                             │                  │               │ address                                │
2100       │                             │                  │               │ structures.                            │
2101       │                             │                  │               │ Each IPv4                              │
2102       │                             │                  │               │ address                                │
2103       │                             │                  │               │ structure is                           │
2104       │                             │                  │               │ composed of 3                          │
2105       │                             │                  │               │ 32-bit values;                         │
2106       │                             │                  │               │ the first being                        │
2107       │                             │                  │               │ the IPv4 address                       │
2108       │                             │                  │               │ (network byte                          │
2109       │                             │                  │               │ order), the                            │
2110       │                             │                  │               │ second the                             │
2111       │                             │                  │               │ prefix (1 - 32),                       │
2112       │                             │                  │               │ and last the                           │
2113       │                             │                  │               │ IPv4 gateway                           │
2114       │                             │                  │               │ (network byte                          │
2115       │                             │                  │               │ order). The                            │
2116       │                             │                  │               │ gateway may be                         │
2117       │                             │                  │               │ left as 0 if no                        │
2118       │                             │                  │               │ gateway exists                         │
2119       │                             │                  │               │ for that subnet.                       │
2120       ├─────────────────────────────┼──────────────────┼───────────────┼────────────────────────────────────────┤
2121       │dad-timeout                  │ int32            │ -1            │ Timeout in                             │
2122       │                             │                  │               │ milliseconds used to                   │
2123       │                             │                  │               │ check for the presence                 │
2124       │                             │                  │               │ of duplicate IP                        │
2125       │                             │                  │               │ addresses on the                       │
2126       │                             │                  │               │ network.  If an                        │
2127       │                             │                  │               │ address conflict is                    │
2128       │                             │                  │               │ detected, the                          │
2129       │                             │                  │               │ activation will fail.                  │
2130       │                             │                  │               │ A zero value means                     │
2131       │                             │                  │               │ that no duplicate                      │
2132       │                             │                  │               │ address detection is                   │
2133       │                             │                  │               │ performed, -1 means                    │
2134       │                             │                  │               │ the default value                      │
2135       │                             │                  │               │ (either configuration                  │
2136       │                             │                  │               │ ipvx.dad-timeout                       │
2137       │                             │                  │               │ override or zero).  A                  │
2138       │                             │                  │               │ value greater than                     │
2139       │                             │                  │               │ zero is a timeout in                   │
2140       │                             │                  │               │ milliseconds. The                      │
2141       │                             │                  │               │ property is currently                  │
2142       │                             │                  │               │ implemented only for                   │
2143       │                             │                  │               │ IPv4.                                  │
2144       ├─────────────────────────────┼──────────────────┼───────────────┼────────────────────────────────────────┤
2145       │dhcp-client-id               │ string           │               │ A string sent to the                   │
2146       │                             │                  │               │ DHCP server to                         │
2147       │                             │                  │               │ identify the local                     │
2148       │                             │                  │               │ machine which the DHCP                 │
2149       │                             │                  │               │ server may use to                      │
2150       │                             │                  │               │ customize the DHCP                     │
2151       │                             │                  │               │ lease and options.                     │
2152       │                             │                  │               │ When the property is a                 │
2153       │                             │                  │               │ hex string                             │
2154       │                             │                  │               │ ('aa:bb:cc') it is                     │
2155       │                             │                  │               │ interpreted as a                       │
2156       │                             │                  │               │ binary client ID, in                   │
2157       │                             │                  │               │ which case the first                   │
2158       │                             │                  │               │ byte is assumed to be                  │
2159       │                             │                  │               │ the 'type' field as                    │
2160       │                             │                  │               │ per RFC 2132 section                   │
2161       │                             │                  │               │ 9.14 and the remaining                 │
2162       │                             │                  │               │ bytes may be an                        │
2163       │                             │                  │               │ hardware address (e.g.                 │
2164       │                             │                  │               │ '01:xx:xx:xx:xx:xx:xx'                 │
2165       │                             │                  │               │ where 1 is the                         │
2166       │                             │                  │               │ Ethernet ARP type and                  │
2167       │                             │                  │               │ the rest is a MAC                      │
2168       │                             │                  │               │ address). If the                       │
2169       │                             │                  │               │ property is not a hex                  │
2170       │                             │                  │               │ string it is                           │
2171       │                             │                  │               │ considered as a                        │
2172       │                             │                  │               │ non-hardware-address                   │
2173       │                             │                  │               │ client ID and the                      │
2174       │                             │                  │               │ 'type' field is set to                 │
2175       │                             │                  │               │ 0. The special values                  │
2176       │                             │                  │               │ "mac" and "perm-mac"                   │
2177       │                             │                  │               │ are supported, which                   │
2178       │                             │                  │               │ use the current or                     │
2179       │                             │                  │               │ permanent MAC address                  │
2180       │                             │                  │               │ of the device to                       │
2181       │                             │                  │               │ generate a client                      │
2182       │                             │                  │               │ identifier with type                   │
2183       │                             │                  │               │ ethernet (01).                         │
2184       │                             │                  │               │ Currently, these                       │
2185       │                             │                  │               │ options only work for                  │
2186       │                             │                  │               │ ethernet type of                       │
2187       │                             │                  │               │ links. The special                     │
2188       │                             │                  │               │ value "duid" generates                 │
2189       │                             │                  │               │ a RFC4361-compliant                    │
2190       │                             │                  │               │ client identifier                      │
2191       │                             │                  │               │ based on a hash of the                 │
2192       │                             │                  │               │ interface name as IAID                 │
2193       │                             │                  │               │ and /etc/machine-id.                   │
2194       │                             │                  │               │ The special value                      │
2195       │                             │                  │               │ "stable" is supported                  │
2196       │                             │                  │               │ to generate a type 0                   │
2197       │                             │                  │               │ client identifier                      │
2198       │                             │                  │               │ based on the stable-id                 │
2199       │                             │                  │               │ (see                                   │
2200       │                             │                  │               │ connection.stable-id)                  │
2201       │                             │                  │               │ and a per-host key. If                 │
2202       │                             │                  │               │ you set the stable-id,                 │
2203       │                             │                  │               │ you may want to                        │
2204       │                             │                  │               │ include the                            │
2205       │                             │                  │               │ "${DEVICE}" or                         │
2206       │                             │                  │               │ "${MAC}" specifier to                  │
2207       │                             │                  │               │ get a per-device key.                  │
2208       │                             │                  │               │ If unset, a globally                   │
2209       │                             │                  │               │ configured default is                  │
2210       │                             │                  │               │ used. If still unset,                  │
2211       │                             │                  │               │ the default depends on                 │
2212       │                             │                  │               │ the DHCP plugin.                       │
2213       ├─────────────────────────────┼──────────────────┼───────────────┼────────────────────────────────────────┤
2214       │dhcp-fqdn                    │ string           │               │ If the                                 │
2215       │                             │                  │               │ "dhcp-send-hostname"                   │
2216       │                             │                  │               │ property is TRUE, then                 │
2217       │                             │                  │               │ the specified FQDN                     │
2218       │                             │                  │               │ will be sent to the                    │
2219       │                             │                  │               │ DHCP server when                       │
2220       │                             │                  │               │ acquiring a lease.                     │
2221       │                             │                  │               │ This property and                      │
2222       │                             │                  │               │ "dhcp-hostname" are                    │
2223       │                             │                  │               │ mutually exclusive and                 │
2224       │                             │                  │               │ cannot be set at the                   │
2225       │                             │                  │               │ same time.                             │
2226       ├─────────────────────────────┼──────────────────┼───────────────┼────────────────────────────────────────┤
2227       │dhcp-hostname                │ string           │               │ If the                                 │
2228       │                             │                  │               │ "dhcp-send-hostname"                   │
2229       │                             │                  │               │ property is TRUE, then                 │
2230       │                             │                  │               │ the specified name                     │
2231       │                             │                  │               │ will be sent to the                    │
2232       │                             │                  │               │ DHCP server when                       │
2233       │                             │                  │               │ acquiring a lease.                     │
2234       │                             │                  │               │ This property and                      │
2235       │                             │                  │               │ "dhcp-fqdn" are                        │
2236       │                             │                  │               │ mutually exclusive and                 │
2237       │                             │                  │               │ cannot be set at the                   │
2238       │                             │                  │               │ same time.                             │
2239       ├─────────────────────────────┼──────────────────┼───────────────┼────────────────────────────────────────┤
2240       │dhcp-hostname-flags          │ uint32           │ 0             │ Flags for the DHCP                     │
2241       │                             │                  │               │ hostname and FQDN.                     │
2242       │                             │                  │               │ Currently this                         │
2243       │                             │                  │               │ property only includes                 │
2244       │                             │                  │               │ flags to control the                   │
2245       │                             │                  │               │ FQDN flags set in the                  │
2246       │                             │                  │               │ DHCP FQDN option.                      │
2247       │                             │                  │               │ Supported FQDN flags                   │
2248       │                             │                  │               │ are                                    │
2249       │                             │                  │               │ NM_DHCP_HOSTNAME_FLAG_FQDN_SERV_UPDATE │
2250       │                             │                  │               │ (0x1),                                 │
2251       │                             │                  │               │ NM_DHCP_HOSTNAME_FLAG_FQDN_ENCODED     │
2252       │                             │                  │               │ (0x2) and                              │
2253       │                             │                  │               │ NM_DHCP_HOSTNAME_FLAG_FQDN_NO_UPDATE   │
2254       │                             │                  │               │ (0x4).  When no FQDN                   │
2255       │                             │                  │               │ flag is set and                        │
2256       │                             │                  │               │ NM_DHCP_HOSTNAME_FLAG_FQDN_CLEAR_FLAGS │
2257       │                             │                  │               │ (0x8) is set, the DHCP                 │
2258       │                             │                  │               │ FQDN option will                       │
2259       │                             │                  │               │ contain no flag.                       │
2260       │                             │                  │               │ Otherwise, if no FQDN                  │
2261       │                             │                  │               │ flag is set and                        │
2262       │                             │                  │               │ NM_DHCP_HOSTNAME_FLAG_FQDN_CLEAR_FLAGS │
2263       │                             │                  │               │ (0x8) is not set, the                  │
2264       │                             │                  │               │ standard FQDN flags                    │
2265       │                             │                  │               │ are set in the                         │
2266       │                             │                  │               │ request:                               │
2267       │                             │                  │               │ NM_DHCP_HOSTNAME_FLAG_FQDN_SERV_UPDATE │
2268       │                             │                  │               │ (0x1),                                 │
2269       │                             │                  │               │ NM_DHCP_HOSTNAME_FLAG_FQDN_ENCODED     │
2270       │                             │                  │               │ (0x2) for IPv4 and                     │
2271       │                             │                  │               │ NM_DHCP_HOSTNAME_FLAG_FQDN_SERV_UPDATE │
2272       │                             │                  │               │ (0x1) for IPv6. When                   │
2273       │                             │                  │               │ this property is set                   │
2274       │                             │                  │               │ to the default value                   │
2275       │                             │                  │               │ NM_DHCP_HOSTNAME_FLAG_NONE             │
2276       │                             │                  │               │ (0x0), a global                        │
2277       │                             │                  │               │ default is looked up                   │
2278       │                             │                  │               │ in NetworkManager                      │
2279       │                             │                  │               │ configuration. If that                 │
2280       │                             │                  │               │ value is unset or also                 │
2281       │                             │                  │               │ NM_DHCP_HOSTNAME_FLAG_NONE             │
2282       │                             │                  │               │ (0x0), then the                        │
2283       │                             │                  │               │ standard FQDN flags                    │
2284       │                             │                  │               │ described above are                    │
2285       │                             │                  │               │ sent in the DHCP                       │
2286       │                             │                  │               │ requests.                              │
2287       ├─────────────────────────────┼──────────────────┼───────────────┼────────────────────────────────────────┤
2288       │dhcp-iaid                    │ string           │               │ A string containing the "Identity      │
2289       │                             │                  │               │ Association Identifier" (IAID) used by │
2290       │                             │                  │               │ the DHCP client. The property is a     │
2291       │                             │                  │               │ 32-bit decimal value or a special      │
2292       │                             │                  │               │ value among "mac", "perm-mac",         │
2293       │                             │                  │               │ "ifname" and "stable". When set to     │
2294       │                             │                  │               │ "mac" (or "perm-mac"), the last 4      │
2295       │                             │                  │               │ bytes of the current (or permanent)    │
2296       │                             │                  │               │ MAC address are used as IAID. When set │
2297       │                             │                  │               │ to "ifname", the IAID is computed by   │
2298       │                             │                  │               │ hashing the interface name. The        │
2299       │                             │                  │               │ special value "stable" can be used to  │
2300       │                             │                  │               │ generate an IAID based on the          │
2301       │                             │                  │               │ stable-id (see connection.stable-id),  │
2302       │                             │                  │               │ a per-host key and the interface name. │
2303       │                             │                  │               │ When the property is unset, the value  │
2304       │                             │                  │               │ from global configuration is used; if  │
2305       │                             │                  │               │ no global default is set then the IAID │
2306       │                             │                  │               │ is assumed to be "ifname". Note that   │
2307       │                             │                  │               │ at the moment this property is ignored │
2308       │                             │                  │               │ for IPv6 by dhclient, which always     │
2309       │                             │                  │               │ derives the IAID from the MAC address. │
2310       ├─────────────────────────────┼──────────────────┼───────────────┼────────────────────────────────────────┤
2311       │dhcp-send-hostname           │ boolean          │ TRUE          │ If TRUE, a hostname is sent to the     │
2312       │                             │                  │               │ DHCP server when acquiring a lease.    │
2313       │                             │                  │               │ Some DHCP servers use this hostname to │
2314       │                             │                  │               │ update DNS databases, essentially      │
2315       │                             │                  │               │ providing a static hostname for the    │
2316       │                             │                  │               │ computer.  If the "dhcp-hostname"      │
2317       │                             │                  │               │ property is NULL and this property is  │
2318       │                             │                  │               │ TRUE, the current persistent hostname  │
2319       │                             │                  │               │ of the computer is sent.               │
2320       ├─────────────────────────────┼──────────────────┼───────────────┼────────────────────────────────────────┤
2321       │dhcp-timeout                 │ int32            │ 0             │ A timeout for a DHCP transaction in    │
2322       │                             │                  │               │ seconds. If zero (the default), a      │
2323       │                             │                  │               │ globally configured default is used.   │
2324       │                             │                  │               │ If still unspecified, a device         │
2325       │                             │                  │               │ specific timeout is used (usually 45   │
2326       │                             │                  │               │ seconds). Set to 2147483647 (MAXINT32) │
2327       │                             │                  │               │ for infinity.                          │
2328       ├─────────────────────────────┼──────────────────┼───────────────┼────────────────────────────────────────┤
2329       │dhcp-vendor-class-identifier │ string           │               │ The Vendor Class Identifier DHCP       │
2330       │                             │                  │               │ option (60). Special characters in the │
2331       │                             │                  │               │ data string may be escaped using       │
2332       │                             │                  │               │ C-style escapes, nevertheless this     │
2333       │                             │                  │               │ property cannot contain nul bytes. If  │
2334       │                             │                  │               │ the per-profile value is unspecified   │
2335       │                             │                  │               │ (the default), a global connection     │
2336       │                             │                  │               │ default gets consulted. If still       │
2337       │                             │                  │               │ unspecified, the DHCP option is not    │
2338       │                             │                  │               │ sent to the server. Since 1.28, 1.26.4 │
2339       ├─────────────────────────────┼──────────────────┼───────────────┼────────────────────────────────────────┤
2340       │dns                          │ array of uint32  │               │ Array of IP addresses of DNS servers   │
2341       │                             │                  │               │ (as network-byte-order integers)       │
2342       ├─────────────────────────────┼──────────────────┼───────────────┼────────────────────────────────────────┤
2343       │dns-options                  │ array of string  │               │ Array of DNS options as described in   │
2344       │                             │                  │               │ man 5 resolv.conf. NULL means that the │
2345       │                             │                  │               │ options are unset and left at the      │
2346       │                             │                  │               │ default. In this case NetworkManager   │
2347       │                             │                  │               │ will use default options. This is      │
2348       │                             │                  │               │ distinct from an empty list of         │
2349       │                             │                  │               │ properties. The currently supported    │
2350       │                             │                  │               │ options are "attempts", "debug",       │
2351       │                             │                  │               │ "edns0", "inet6", "ip6-bytestring",    │
2352       │                             │                  │               │ "ip6-dotint", "ndots",                 │
2353       │                             │                  │               │ "no-check-names", "no-ip6-dotint",     │
2354       │                             │                  │               │ "no-reload", "no-tld-query", "rotate", │
2355       │                             │                  │               │ "single-request",                      │
2356       │                             │                  │               │ "single-request-reopen", "timeout",    │
2357       │                             │                  │               │ "trust-ad", "use-vc". The "trust-ad"   │
2358       │                             │                  │               │ setting is only honored if the profile │
2359       │                             │                  │               │ contributes name servers to            │
2360       │                             │                  │               │ resolv.conf, and if all contributing   │
2361       │                             │                  │               │ profiles have "trust-ad" enabled.      │
2362       ├─────────────────────────────┼──────────────────┼───────────────┼────────────────────────────────────────┤
2363       │dns-priority                 │ int32            │ 0             │ DNS servers priority. The relative     │
2364       │                             │                  │               │ priority for DNS servers specified by  │
2365       │                             │                  │               │ this setting.  A lower value is better │
2366       │                             │                  │               │ (higher priority). Zero selects a      │
2367       │                             │                  │               │ globally configured default value. If  │
2368       │                             │                  │               │ the latter is missing or zero too, it  │
2369       │                             │                  │               │ defaults to 50 for VPNs (including     │
2370       │                             │                  │               │ WireGuard) and 100 for other           │
2371       │                             │                  │               │ connections. Note that the priority is │
2372       │                             │                  │               │ to order DNS settings for multiple     │
2373       │                             │                  │               │ active connections.  It does not       │
2374       │                             │                  │               │ disambiguate multiple DNS servers      │
2375       │                             │                  │               │ within the same connection profile.    │
2376       │                             │                  │               │ When using dns=default, servers with   │
2377       │                             │                  │               │ higher priority will be on top of      │
2378       │                             │                  │               │ resolv.conf.  To prioritize a given    │
2379       │                             │                  │               │ server over another one within the     │
2380       │                             │                  │               │ same connection, just specify them in  │
2381       │                             │                  │               │ the desired order.  When multiple      │
2382       │                             │                  │               │ devices have configurations with the   │
2383       │                             │                  │               │ same priority, VPNs will be considered │
2384       │                             │                  │               │ first, then devices with the best      │
2385       │                             │                  │               │ (lowest metric) default route and then │
2386       │                             │                  │               │ all other devices.  Negative values    │
2387       │                             │                  │               │ have the special effect of excluding   │
2388       │                             │                  │               │ other configurations with a greater    │
2389       │                             │                  │               │ priority value; so in presence of at   │
2390       │                             │                  │               │ least one negative priority, only DNS  │
2391       │                             │                  │               │ servers from connections with the      │
2392       │                             │                  │               │ lowest priority value will be used.    │
2393       │                             │                  │               │ When using a DNS resolver that         │
2394       │                             │                  │               │ supports Conditional Forwarding as     │
2395       │                             │                  │               │ dns=dnsmasq or dns=systemd-resolved,   │
2396       │                             │                  │               │ each connection is used to query       │
2397       │                             │                  │               │ domains in its search list.  Queries   │
2398       │                             │                  │               │ for domains not present in any search  │
2399       │                             │                  │               │ list are routed through connections    │
2400       │                             │                  │               │ having the '~.' special wildcard       │
2401       │                             │                  │               │ domain, which is added automatically   │
2402       │                             │                  │               │ to connections with the default route  │
2403       │                             │                  │               │ (or can be added manually).  When      │
2404       │                             │                  │               │ multiple connections specify the same  │
2405       │                             │                  │               │ domain, the one with the highest       │
2406       │                             │                  │               │ priority (lowest numerical value)      │
2407       │                             │                  │               │ wins.  If a connection specifies a     │
2408       │                             │                  │               │ domain which is subdomain of another   │
2409       │                             │                  │               │ domain with a negative DNS priority    │
2410       │                             │                  │               │ value, the subdomain is ignored.       │
2411       ├─────────────────────────────┼──────────────────┼───────────────┼────────────────────────────────────────┤
2412       │dns-search                   │ array of string  │               │ Array of DNS search domains. Domains   │
2413       │                             │                  │               │ starting with a tilde ('~') are        │
2414       │                             │                  │               │ considered 'routing' domains and are   │
2415       │                             │                  │               │ used only to decide the interface over │
2416       │                             │                  │               │ which a query must be forwarded; they  │
2417       │                             │                  │               │ are not used to complete unqualified   │
2418       │                             │                  │               │ host names.                            │
2419       ├─────────────────────────────┼──────────────────┼───────────────┼────────────────────────────────────────┤
2420       │gateway                      │ string           │               │ The gateway associated with this       │
2421       │                             │                  │               │ configuration. This is only meaningful │
2422       │                             │                  │               │ if "addresses" is also set. The        │
2423       │                             │                  │               │ gateway's main purpose is to control   │
2424       │                             │                  │               │ the next hop of the standard default   │
2425       │                             │                  │               │ route on the device. Hence, the        │
2426       │                             │                  │               │ gateway property conflicts with        │
2427       │                             │                  │               │ "never-default" and will be            │
2428       │                             │                  │               │ automatically dropped if the IP        │
2429       │                             │                  │               │ configuration is set to never-default. │
2430       │                             │                  │               │ As an alternative to set the gateway,  │
2431       │                             │                  │               │ configure a static default route with  │
2432       │                             │                  │               │ /0 as prefix length.                   │
2433       ├─────────────────────────────┼──────────────────┼───────────────┼────────────────────────────────────────┤
2434       │ignore-auto-dns              │ boolean          │ FALSE         │ When "method" is set to "auto" and     │
2435       │                             │                  │               │ this property to TRUE, automatically   │
2436       │                             │                  │               │ configured nameservers and search      │
2437       │                             │                  │               │ domains are ignored and only           │
2438       │                             │                  │               │ nameservers and search domains         │
2439       │                             │                  │               │ specified in the "dns" and             │
2440       │                             │                  │               │ "dns-search" properties, if any, are   │
2441       │                             │                  │               │ used.                                  │
2442       ├─────────────────────────────┼──────────────────┼───────────────┼────────────────────────────────────────┤
2443       │ignore-auto-routes           │ boolean          │ FALSE         │ When "method" is set to "auto" and     │
2444       │                             │                  │               │ this property to TRUE, automatically   │
2445       │                             │                  │               │ configured routes are ignored and only │
2446       │                             │                  │               │ routes specified in the "routes"       │
2447       │                             │                  │               │ property, if any, are used.            │
2448       ├─────────────────────────────┼──────────────────┼───────────────┼────────────────────────────────────────┤
2449       │may-fail                     │ boolean          │ TRUE          │ If TRUE, allow overall network         │
2450       │                             │                  │               │ configuration to proceed even if the   │
2451       │                             │                  │               │ configuration specified by this        │
2452       │                             │                  │               │ property times out.  Note that at      │
2453       │                             │                  │               │ least one IP configuration must        │
2454       │                             │                  │               │ succeed or overall network             │
2455       │                             │                  │               │ configuration will still fail.  For    │
2456       │                             │                  │               │ example, in IPv6-only networks,        │
2457       │                             │                  │               │ setting this property to TRUE on the   │
2458       │                             │                  │               │ NMSettingIP4Config allows the overall  │
2459       │                             │                  │               │ network configuration to succeed if    │
2460       │                             │                  │               │ IPv4 configuration fails but IPv6      │
2461       │                             │                  │               │ configuration completes successfully.  │
2462       ├─────────────────────────────┼──────────────────┼───────────────┼────────────────────────────────────────┤
2463       │method                       │ string           │               │ IP configuration method.               │
2464       │                             │                  │               │ NMSettingIP4Config and                 │
2465       │                             │                  │               │ NMSettingIP6Config both support        │
2466       │                             │                  │               │ "disabled", "auto", "manual", and      │
2467       │                             │                  │               │ "link-local". See the                  │
2468       │                             │                  │               │ subclass-specific documentation for    │
2469       │                             │                  │               │ other values. In general, for the      │
2470       │                             │                  │               │ "auto" method, properties such as      │
2471       │                             │                  │               │ "dns" and "routes" specify information │
2472       │                             │                  │               │ that is added on to the information    │
2473       │                             │                  │               │ returned from automatic configuration. │
2474       │                             │                  │               │ The "ignore-auto-routes" and           │
2475       │                             │                  │               │ "ignore-auto-dns" properties modify    │
2476       │                             │                  │               │ this behavior. For methods that imply  │
2477       │                             │                  │               │ no upstream network, such as "shared"  │
2478       │                             │                  │               │ or "link-local", these properties must │
2479       │                             │                  │               │ be empty. For IPv4 method "shared",    │
2480       │                             │                  │               │ the IP subnet can be configured by     │
2481       │                             │                  │               │ adding one manual IPv4 address or      │
2482       │                             │                  │               │ otherwise 10.42.x.0/24 is chosen. Note │
2483       │                             │                  │               │ that the shared method must be         │
2484       │                             │                  │               │ configured on the interface which      │
2485       │                             │                  │               │ shares the internet to a subnet, not   │
2486       │                             │                  │               │ on the uplink which is shared.         │
2487       ├─────────────────────────────┼──────────────────┼───────────────┼────────────────────────────────────────┤
2488       │never-default                │ boolean          │ FALSE         │ If TRUE, this connection will never be │
2489       │                             │                  │               │ the default connection for this IP     │
2490       │                             │                  │               │ type, meaning it will never be         │
2491       │                             │                  │               │ assigned the default route by          │
2492       │                             │                  │               │ NetworkManager.                        │
2493       ├─────────────────────────────┼──────────────────┼───────────────┼────────────────────────────────────────┤
2494       │route-data                   │ array of vardict │               │ Array of IPv4 routes. Each route       │
2495       │                             │                  │               │ dictionary contains at least 'dest'    │
2496       │                             │                  │               │ and 'prefix' entries, containing the   │
2497       │                             │                  │               │ destination IP address as a string,    │
2498       │                             │                  │               │ and the prefix length as a uint32.     │
2499       │                             │                  │               │ Most routes will also have a 'gateway' │
2500       │                             │                  │               │ entry, containing the gateway IP       │
2501       │                             │                  │               │ address as a string. If the route has  │
2502       │                             │                  │               │ a 'metric' entry (containing a         │
2503       │                             │                  │               │ uint32), that will be used as the      │
2504       │                             │                  │               │ metric for the route (otherwise NM     │
2505       │                             │                  │               │ will pick a default value appropriate  │
2506       │                             │                  │               │ to the device). Additional attributes  │
2507       │                             │                  │               │ may also exist on some routes.         │
2508       ├─────────────────────────────┼──────────────────┼───────────────┼────────────────────────────────────────┤
2509       │route-metric                 │ int64            │ -1            │ The default metric for routes that     │
2510       │                             │                  │               │ don't explicitly specify a metric. The │
2511       │                             │                  │               │ default value -1 means that the metric │
2512       │                             │                  │               │ is chosen automatically based on the   │
2513       │                             │                  │               │ device type. The metric applies to     │
2514       │                             │                  │               │ dynamic routes, manual (static) routes │
2515       │                             │                  │               │ that don't have an explicit metric     │
2516       │                             │                  │               │ setting, address prefix routes, and    │
2517       │                             │                  │               │ the default route. Note that for IPv6, │
2518       │                             │                  │               │ the kernel accepts zero (0) but        │
2519       │                             │                  │               │ coerces it to 1024 (user default).     │
2520       │                             │                  │               │ Hence, setting this property to zero   │
2521       │                             │                  │               │ effectively mean setting it to 1024.   │
2522       │                             │                  │               │ For IPv4, zero is a regular value for  │
2523       │                             │                  │               │ the metric.                            │
2524       ├─────────────────────────────┼──────────────────┼───────────────┼────────────────────────────────────────┤
2525       │route-table                  │ uint32           │ 0             │ Enable policy routing (source routing) │
2526       │                             │                  │               │ and set the routing table used when    │
2527       │                             │                  │               │ adding routes. This affects all        │
2528       │                             │                  │               │ routes, including device-routes,       │
2529       │                             │                  │               │ IPv4LL, DHCP, SLAAC, default-routes    │
2530       │                             │                  │               │ and static routes. But note that       │
2531       │                             │                  │               │ static routes can individually         │
2532       │                             │                  │               │ overwrite the setting by explicitly    │
2533       │                             │                  │               │ specifying a non-zero routing table.   │
2534       │                             │                  │               │ If the table setting is left at zero,  │
2535       │                             │                  │               │ it is eligible to be overwritten via   │
2536       │                             │                  │               │ global configuration. If the property  │
2537       │                             │                  │               │ is zero even after applying the global │
2538       │                             │                  │               │ configuration value, policy routing is │
2539       │                             │                  │               │ disabled for the address family of     │
2540       │                             │                  │               │ this connection. Policy routing        │
2541       │                             │                  │               │ disabled means that NetworkManager     │
2542       │                             │                  │               │ will add all routes to the main table  │
2543       │                             │                  │               │ (except static routes that explicitly  │
2544       │                             │                  │               │ configure a different table).          │
2545       │                             │                  │               │ Additionally, NetworkManager will not  │
2546       │                             │                  │               │ delete any extraneous routes from      │
2547       │                             │                  │               │ tables except the main table. This is  │
2548       │                             │                  │               │ to preserve backward compatibility for │
2549       │                             │                  │               │ users who manage routing tables        │
2550       │                             │                  │               │ outside of NetworkManager.             │
2551       ├─────────────────────────────┼──────────────────┼───────────────┼────────────────────────────────────────┤
2552       │routes                       │ array of array   │               │ Deprecated in favor of the             │
2553       │                             │ of uint32        │               │ 'route-data' property, but this can be │
2554       │                             │                  │               │ used for backward-compatibility with   │
2555       │                             │                  │               │ older daemons. Note that if you send   │
2556       │                             │                  │               │ this property the daemon will ignore   │
2557       │                             │                  │               │ 'route-data'.  Array of IPv4 route     │
2558       │                             │                  │               │ structures.  Each IPv4 route structure │
2559       │                             │                  │               │ is composed of 4 32-bit values; the    │
2560       │                             │                  │               │ first being the destination IPv4       │
2561       │                             │                  │               │ network or address (network byte       │
2562       │                             │                  │               │ order), the second the destination     │
2563       │                             │                  │               │ network or address prefix (1 - 32),    │
2564       │                             │                  │               │ the third being the next-hop (network  │
2565       │                             │                  │               │ byte order) if any, and the fourth     │
2566       │                             │                  │               │ being the route metric. If the metric  │
2567       │                             │                  │               │ is 0, NM will choose an appropriate    │
2568       │                             │                  │               │ default metric for the device. (There  │
2569       │                             │                  │               │ is no way to explicitly specify an     │
2570       │                             │                  │               │ actual metric of 0 with this           │
2571       │                             │                  │               │ property.)                             │
2572       └─────────────────────────────┴──────────────────┴───────────────┴────────────────────────────────────────┘
2573
2574   ipv6 setting
2575       IPv6 Settings.
2576
2577       ┌────────────────────┬───────────────────────────┬───────────────┬────────────────────────────────────────────────────┐
2578Key Name            Value Type                Default Value Value                                              
2579       │                    │                           │               │ Description                                        
2580       ├────────────────────┼───────────────────────────┼───────────────┼────────────────────────────────────────────────────┤
2581       │addr-gen-mode       │ int32                     │ 1             │ Configure method                                   │
2582       │                    │                           │               │ for creating the                                   │
2583       │                    │                           │               │ address for use                                    │
2584       │                    │                           │               │ with RFC4862                                       │
2585       │                    │                           │               │ IPv6 Stateless                                     │
2586       │                    │                           │               │ Address                                            │
2587       │                    │                           │               │ Autoconfiguration.                                 │
2588       │                    │                           │               │ The permitted                                      │
2589       │                    │                           │               │ values are:                                        │
2590       │                    │                           │               │ NM_SETTING_IP6_CONFIG_ADDR_GEN_MODE_EUI64          │
2591       │                    │                           │               │ (0) or                                             │
2592       │                    │                           │               │ NM_SETTING_IP6_CONFIG_ADDR_GEN_MODE_STABLE_PRIVACY │
2593       │                    │                           │               │ (1). If the                                        │
2594       │                    │                           │               │ property is set                                    │
2595       │                    │                           │               │ to EUI64, the                                      │
2596       │                    │                           │               │ addresses will                                     │
2597       │                    │                           │               │ be generated                                       │
2598       │                    │                           │               │ using the                                          │
2599       │                    │                           │               │ interface tokens                                   │
2600       │                    │                           │               │ derived from                                       │
2601       │                    │                           │               │ hardware                                           │
2602       │                    │                           │               │ address. This                                      │
2603       │                    │                           │               │ makes the host                                     │
2604       │                    │                           │               │ part of the                                        │
2605       │                    │                           │               │ address to stay                                    │
2606       │                    │                           │               │ constant, making                                   │
2607       │                    │                           │               │ it possible to                                     │
2608       │                    │                           │               │ track host's                                       │
2609       │                    │                           │               │ presence when it                                   │
2610       │                    │                           │               │ changes                                            │
2611       │                    │                           │               │ networks. The                                      │
2612       │                    │                           │               │ address changes                                    │
2613       │                    │                           │               │ when the                                           │
2614       │                    │                           │               │ interface                                          │
2615       │                    │                           │               │ hardware is                                        │
2616       │                    │                           │               │ replaced. The                                      │
2617       │                    │                           │               │ value of                                           │
2618       │                    │                           │               │ stable-privacy                                     │
2619       │                    │                           │               │ enables use of                                     │
2620       │                    │                           │               │ cryptographically                                  │
2621       │                    │                           │               │ secure hash of a                                   │
2622       │                    │                           │               │ secret                                             │
2623       │                    │                           │               │ host-specific                                      │
2624       │                    │                           │               │ key along with                                     │
2625       │                    │                           │               │ the connection's                                   │
2626       │                    │                           │               │ stable-id and                                      │
2627       │                    │                           │               │ the network                                        │
2628       │                    │                           │               │ address as                                         │
2629       │                    │                           │               │ specified by                                       │
2630       │                    │                           │               │ RFC7217. This                                      │
2631       │                    │                           │               │ makes it                                           │
2632       │                    │                           │               │ impossible to                                      │
2633       │                    │                           │               │ use the address                                    │
2634       │                    │                           │               │ track host's                                       │
2635       │                    │                           │               │ presence, and                                      │
2636       │                    │                           │               │ makes the                                          │
2637       │                    │                           │               │ address stable                                     │
2638       │                    │                           │               │ when the network                                   │
2639       │                    │                           │               │ interface                                          │
2640       │                    │                           │               │ hardware is                                        │
2641       │                    │                           │               │ replaced. On                                       │
2642       │                    │                           │               │ D-Bus, the                                         │
2643       │                    │                           │               │ absence of an                                      │
2644       │                    │                           │               │ addr-gen-mode                                      │
2645       │                    │                           │               │ setting equals                                     │
2646       │                    │                           │               │ enabling                                           │
2647       │                    │                           │               │ stable-privacy.                                    │
2648       │                    │                           │               │ For keyfile                                        │
2649       │                    │                           │               │ plugin, the                                        │
2650       │                    │                           │               │ absence of the                                     │
2651       │                    │                           │               │ setting on disk                                    │
2652       │                    │                           │               │ means EUI64 so                                     │
2653       │                    │                           │               │ that the                                           │
2654       │                    │                           │               │ property doesn't                                   │
2655       │                    │                           │               │ change on                                          │
2656       │                    │                           │               │ upgrade from                                       │
2657       │                    │                           │               │ older versions.                                    │
2658       │                    │                           │               │ Note that this                                     │
2659       │                    │                           │               │ setting is                                         │
2660       │                    │                           │               │ distinct from                                      │
2661       │                    │                           │               │ the Privacy                                        │
2662       │                    │                           │               │ Extensions as                                      │
2663       │                    │                           │               │ configured by                                      │
2664       │                    │                           │               │ "ip6-privacy"                                      │
2665       │                    │                           │               │ property and it                                    │
2666       │                    │                           │               │ does not affect                                    │
2667       │                    │                           │               │ the temporary                                      │
2668       │                    │                           │               │ addresses                                          │
2669       │                    │                           │               │ configured with                                    │
2670       │                    │                           │               │ this option.                                       │
2671       ├────────────────────┼───────────────────────────┼───────────────┼────────────────────────────────────────────────────┤
2672       │address-data        │ array of vardict          │               │ Array of IPv6 addresses. Each address dictionary   │
2673       │                    │                           │               │ contains at least 'address' and 'prefix' entries,  │
2674       │                    │                           │               │ containing the IP address as a string, and the     │
2675       │                    │                           │               │ prefix length as a uint32. Additional attributes   │
2676       │                    │                           │               │ may also exist on some addresses.                  │
2677       ├────────────────────┼───────────────────────────┼───────────────┼────────────────────────────────────────────────────┤
2678       │addresses           │ array of legacy           │               │ Deprecated in favor of the 'address-data' and      │
2679       │                    │ IPv6 address              │               │ 'gateway' properties, but this can be used for     │
2680       │                    │ struct                    │               │ backward-compatibility with older daemons. Note    │
2681       │                    │ (a(ayuay))                │               │ that if you send this property the daemon will     │
2682       │                    │                           │               │ ignore 'address-data' and 'gateway'.  Array of     │
2683       │                    │                           │               │ IPv6 address structures.  Each IPv6 address        │
2684       │                    │                           │               │ structure is composed of an IPv6 address, a prefix │
2685       │                    │                           │               │ length (1 - 128), and an IPv6 gateway address. The │
2686       │                    │                           │               │ gateway may be zeroed out if no gateway exists for │
2687       │                    │                           │               │ that subnet.                                       │
2688       ├────────────────────┼───────────────────────────┼───────────────┼────────────────────────────────────────────────────┤
2689       │dad-timeout         │ int32                     │ -1            │ Timeout in milliseconds used to check for the      │
2690       │                    │                           │               │ presence of duplicate IP addresses on the network. │
2691       │                    │                           │               │ If an address conflict is detected, the activation │
2692       │                    │                           │               │ will fail.  A zero value means that no duplicate   │
2693       │                    │                           │               │ address detection is performed, -1 means the       │
2694       │                    │                           │               │ default value (either configuration                │
2695       │                    │                           │               │ ipvx.dad-timeout override or zero).  A value       │
2696       │                    │                           │               │ greater than zero is a timeout in milliseconds.    │
2697       │                    │                           │               │ The property is currently implemented only for     │
2698       │                    │                           │               │ IPv4.                                              │
2699       ├────────────────────┼───────────────────────────┼───────────────┼────────────────────────────────────────────────────┤
2700       │dhcp-duid           │ string                    │               │ A string containing the DHCPv6 Unique Identifier   │
2701       │                    │                           │               │ (DUID) used by the dhcp client to identify itself  │
2702       │                    │                           │               │ to DHCPv6 servers (RFC 3315). The DUID is carried  │
2703       │                    │                           │               │ in the Client Identifier option. If the property   │
2704       │                    │                           │               │ is a hex string ('aa:bb:cc') it is interpreted as  │
2705       │                    │                           │               │ a binary DUID and filled as an opaque value in the │
2706       │                    │                           │               │ Client Identifier option. The special value        │
2707       │                    │                           │               │ "lease" will retrieve the DUID previously used     │
2708       │                    │                           │               │ from the lease file belonging to the connection.   │
2709       │                    │                           │               │ If no DUID is found and "dhclient" is the          │
2710       │                    │                           │               │ configured dhcp client, the DUID is searched in    │
2711       │                    │                           │               │ the system-wide dhclient lease file. If still no   │
2712       │                    │                           │               │ DUID is found, or another dhcp client is used, a   │
2713       │                    │                           │               │ global and permanent DUID-UUID (RFC 6355) will be  │
2714       │                    │                           │               │ generated based on the machine-id. The special     │
2715       │                    │                           │               │ values "llt" and "ll" will generate a DUID of type │
2716       │                    │                           │               │ LLT or LL (see RFC 3315) based on the current MAC  │
2717       │                    │                           │               │ address of the device. In order to try providing a │
2718       │                    │                           │               │ stable DUID-LLT, the time field will contain a     │
2719       │                    │                           │               │ constant timestamp that is used globally (for all  │
2720       │                    │                           │               │ profiles) and persisted to disk. The special       │
2721       │                    │                           │               │ values "stable-llt", "stable-ll" and "stable-uuid" │
2722       │                    │                           │               │ will generate a DUID of the corresponding type,    │
2723       │                    │                           │               │ derived from the connection's stable-id and a      │
2724       │                    │                           │               │ per-host unique key. You may want to include the   │
2725       │                    │                           │               │ "${DEVICE}" or "${MAC}" specifier in the           │
2726       │                    │                           │               │ stable-id, in case this profile gets activated on  │
2727       │                    │                           │               │ multiple devices. So, the link-layer address of    │
2728       │                    │                           │               │ "stable-ll" and "stable-llt" will be a generated   │
2729       │                    │                           │               │ address derived from the stable id. The DUID-LLT   │
2730       │                    │                           │               │ time value in the "stable-llt" option will be      │
2731       │                    │                           │               │ picked among a static timespan of three years (the │
2732       │                    │                           │               │ upper bound of the interval is the same constant   │
2733       │                    │                           │               │ timestamp used in "llt"). When the property is     │
2734       │                    │                           │               │ unset, the global value provided for               │
2735       │                    │                           │               │ "ipv6.dhcp-duid" is used. If no global value is    │
2736       │                    │                           │               │ provided, the default "lease" value is assumed.    │
2737       ├────────────────────┼───────────────────────────┼───────────────┼────────────────────────────────────────────────────┤
2738       │dhcp-hostname       │ string                    │               │ If the "dhcp-send-hostname" property is TRUE, then │
2739       │                    │                           │               │ the specified name will be sent to the DHCP server │
2740       │                    │                           │               │ when acquiring a lease. This property and          │
2741       │                    │                           │               │ "dhcp-fqdn" are mutually exclusive and cannot be   │
2742       │                    │                           │               │ set at the same time.                              │
2743       ├────────────────────┼───────────────────────────┼───────────────┼────────────────────────────────────────────────────┤
2744       │dhcp-hostname-flags │ uint32                    │ 0             │ Flags for the DHCP hostname and FQDN. Currently    │
2745       │                    │                           │               │ this property only includes flags to control the   │
2746       │                    │                           │               │ FQDN flags set in the DHCP FQDN option. Supported  │
2747       │                    │                           │               │ FQDN flags are                                     │
2748       │                    │                           │               │ NM_DHCP_HOSTNAME_FLAG_FQDN_SERV_UPDATE (0x1),      │
2749       │                    │                           │               │ NM_DHCP_HOSTNAME_FLAG_FQDN_ENCODED (0x2) and       │
2750       │                    │                           │               │ NM_DHCP_HOSTNAME_FLAG_FQDN_NO_UPDATE (0x4).  When  │
2751       │                    │                           │               │ no FQDN flag is set and                            │
2752       │                    │                           │               │ NM_DHCP_HOSTNAME_FLAG_FQDN_CLEAR_FLAGS (0x8) is    │
2753       │                    │                           │               │ set, the DHCP FQDN option will contain no flag.    │
2754       │                    │                           │               │ Otherwise, if no FQDN flag is set and              │
2755       │                    │                           │               │ NM_DHCP_HOSTNAME_FLAG_FQDN_CLEAR_FLAGS (0x8) is    │
2756       │                    │                           │               │ not set, the standard FQDN flags are set in the    │
2757       │                    │                           │               │ request: NM_DHCP_HOSTNAME_FLAG_FQDN_SERV_UPDATE    │
2758       │                    │                           │               │ (0x1), NM_DHCP_HOSTNAME_FLAG_FQDN_ENCODED (0x2)    │
2759       │                    │                           │               │ for IPv4 and                                       │
2760       │                    │                           │               │ NM_DHCP_HOSTNAME_FLAG_FQDN_SERV_UPDATE (0x1) for   │
2761       │                    │                           │               │ IPv6. When this property is set to the default     │
2762       │                    │                           │               │ value NM_DHCP_HOSTNAME_FLAG_NONE (0x0), a global   │
2763       │                    │                           │               │ default is looked up in NetworkManager             │
2764       │                    │                           │               │ configuration. If that value is unset or also      │
2765       │                    │                           │               │ NM_DHCP_HOSTNAME_FLAG_NONE (0x0), then the         │
2766       │                    │                           │               │ standard FQDN flags described above are sent in    │
2767       │                    │                           │               │ the DHCP requests.                                 │
2768       ├────────────────────┼───────────────────────────┼───────────────┼────────────────────────────────────────────────────┤
2769       │dhcp-iaid           │ string                    │               │ A string containing the "Identity Association      │
2770       │                    │                           │               │ Identifier" (IAID) used by the DHCP client. The    │
2771       │                    │                           │               │ property is a 32-bit decimal value or a special    │
2772       │                    │                           │               │ value among "mac", "perm-mac", "ifname" and        │
2773       │                    │                           │               │ "stable". When set to "mac" (or "perm-mac"), the   │
2774       │                    │                           │               │ last 4 bytes of the current (or permanent) MAC     │
2775       │                    │                           │               │ address are used as IAID. When set to "ifname",    │
2776       │                    │                           │               │ the IAID is computed by hashing the interface      │
2777       │                    │                           │               │ name. The special value "stable" can be used to    │
2778       │                    │                           │               │ generate an IAID based on the stable-id (see       │
2779       │                    │                           │               │ connection.stable-id), a per-host key and the      │
2780       │                    │                           │               │ interface name. When the property is unset, the    │
2781       │                    │                           │               │ value from global configuration is used; if no     │
2782       │                    │                           │               │ global default is set then the IAID is assumed to  │
2783       │                    │                           │               │ be "ifname". Note that at the moment this property │
2784       │                    │                           │               │ is ignored for IPv6 by dhclient, which always      │
2785       │                    │                           │               │ derives the IAID from the MAC address.             │
2786       ├────────────────────┼───────────────────────────┼───────────────┼────────────────────────────────────────────────────┤
2787       │dhcp-send-hostname  │ boolean                   │ TRUE          │ If TRUE, a hostname is sent to the DHCP server     │
2788       │                    │                           │               │ when acquiring a lease. Some DHCP servers use this │
2789       │                    │                           │               │ hostname to update DNS databases, essentially      │
2790       │                    │                           │               │ providing a static hostname for the computer.  If  │
2791       │                    │                           │               │ the "dhcp-hostname" property is NULL and this      │
2792       │                    │                           │               │ property is TRUE, the current persistent hostname  │
2793       │                    │                           │               │ of the computer is sent.                           │
2794       ├────────────────────┼───────────────────────────┼───────────────┼────────────────────────────────────────────────────┤
2795       │dhcp-timeout        │ int32                     │ 0             │ A timeout for a DHCP transaction in seconds. If    │
2796       │                    │                           │               │ zero (the default), a globally configured default  │
2797       │                    │                           │               │ is used. If still unspecified, a device specific   │
2798       │                    │                           │               │ timeout is used (usually 45 seconds). Set to       │
2799       │                    │                           │               │ 2147483647 (MAXINT32) for infinity.                │
2800       ├────────────────────┼───────────────────────────┼───────────────┼────────────────────────────────────────────────────┤
2801       │dns                 │ array of byte             │               │ Array of IP addresses of DNS servers (in network   │
2802       │                    │ array                     │               │ byte order)                                        │
2803       ├────────────────────┼───────────────────────────┼───────────────┼────────────────────────────────────────────────────┤
2804       │dns-options         │ array of string           │               │ Array of DNS options as described in man 5         │
2805       │                    │                           │               │ resolv.conf. NULL means that the options are unset │
2806       │                    │                           │               │ and left at the default. In this case              │
2807       │                    │                           │               │ NetworkManager will use default options. This is   │
2808       │                    │                           │               │ distinct from an empty list of properties. The     │
2809       │                    │                           │               │ currently supported options are "attempts",        │
2810       │                    │                           │               │ "debug", "edns0", "inet6", "ip6-bytestring",       │
2811       │                    │                           │               │ "ip6-dotint", "ndots", "no-check-names",           │
2812       │                    │                           │               │ "no-ip6-dotint", "no-reload", "no-tld-query",      │
2813       │                    │                           │               │ "rotate", "single-request",                        │
2814       │                    │                           │               │ "single-request-reopen", "timeout", "trust-ad",    │
2815       │                    │                           │               │ "use-vc". The "trust-ad" setting is only honored   │
2816       │                    │                           │               │ if the profile contributes name servers to         │
2817       │                    │                           │               │ resolv.conf, and if all contributing profiles have │
2818       │                    │                           │               │ "trust-ad" enabled.                                │
2819       ├────────────────────┼───────────────────────────┼───────────────┼────────────────────────────────────────────────────┤
2820       │dns-priority        │ int32                     │ 0             │ DNS servers priority. The relative priority for    │
2821       │                    │                           │               │ DNS servers specified by this setting.  A lower    │
2822       │                    │                           │               │ value is better (higher priority). Zero selects a  │
2823       │                    │                           │               │ globally configured default value. If the latter   │
2824       │                    │                           │               │ is missing or zero too, it defaults to 50 for VPNs │
2825       │                    │                           │               │ (including WireGuard) and 100 for other            │
2826       │                    │                           │               │ connections. Note that the priority is to order    │
2827       │                    │                           │               │ DNS settings for multiple active connections.  It  │
2828       │                    │                           │               │ does not disambiguate multiple DNS servers within  │
2829       │                    │                           │               │ the same connection profile. When using            │
2830       │                    │                           │               │ dns=default, servers with higher priority will be  │
2831       │                    │                           │               │ on top of resolv.conf.  To prioritize a given      │
2832       │                    │                           │               │ server over another one within the same            │
2833       │                    │                           │               │ connection, just specify them in the desired       │
2834       │                    │                           │               │ order.  When multiple devices have configurations  │
2835       │                    │                           │               │ with the same priority, VPNs will be considered    │
2836       │                    │                           │               │ first, then devices with the best (lowest metric)  │
2837       │                    │                           │               │ default route and then all other devices.          │
2838       │                    │                           │               │ Negative values have the special effect of         │
2839       │                    │                           │               │ excluding other configurations with a greater      │
2840       │                    │                           │               │ priority value; so in presence of at least one     │
2841       │                    │                           │               │ negative priority, only DNS servers from           │
2842       │                    │                           │               │ connections with the lowest priority value will be │
2843       │                    │                           │               │ used. When using a DNS resolver that supports      │
2844       │                    │                           │               │ Conditional Forwarding as dns=dnsmasq or           │
2845       │                    │                           │               │ dns=systemd-resolved, each connection is used to   │
2846       │                    │                           │               │ query domains in its search list.  Queries for     │
2847       │                    │                           │               │ domains not present in any search list are routed  │
2848       │                    │                           │               │ through connections having the '~.' special        │
2849       │                    │                           │               │ wildcard domain, which is added automatically to   │
2850       │                    │                           │               │ connections with the default route (or can be      │
2851       │                    │                           │               │ added manually).  When multiple connections        │
2852       │                    │                           │               │ specify the same domain, the one with the highest  │
2853       │                    │                           │               │ priority (lowest numerical value) wins.  If a      │
2854       │                    │                           │               │ connection specifies a domain which is subdomain   │
2855       │                    │                           │               │ of another domain with a negative DNS priority     │
2856       │                    │                           │               │ value, the subdomain is ignored.                   │
2857       ├────────────────────┼───────────────────────────┼───────────────┼────────────────────────────────────────────────────┤
2858       │dns-search          │ array of string           │               │ Array of DNS search domains. Domains starting with │
2859       │                    │                           │               │ a tilde ('~') are considered 'routing' domains and │
2860       │                    │                           │               │ are used only to decide the interface over which a │
2861       │                    │                           │               │ query must be forwarded; they are not used to      │
2862       │                    │                           │               │ complete unqualified host names.                   │
2863       ├────────────────────┼───────────────────────────┼───────────────┼────────────────────────────────────────────────────┤
2864       │gateway             │ string                    │               │ The gateway associated with this configuration.    │
2865       │                    │                           │               │ This is only meaningful if "addresses" is also     │
2866       │                    │                           │               │ set. The gateway's main purpose is to control the  │
2867       │                    │                           │               │ next hop of the standard default route on the      │
2868       │                    │                           │               │ device. Hence, the gateway property conflicts with │
2869       │                    │                           │               │ "never-default" and will be automatically dropped  │
2870       │                    │                           │               │ if the IP configuration is set to never-default.   │
2871       │                    │                           │               │ As an alternative to set the gateway, configure a  │
2872       │                    │                           │               │ static default route with /0 as prefix length.     │
2873       ├────────────────────┼───────────────────────────┼───────────────┼────────────────────────────────────────────────────┤
2874       │ignore-auto-dns     │ boolean                   │ FALSE         │ When "method" is set to "auto" and this property   │
2875       │                    │                           │               │ to TRUE, automatically configured nameservers and  │
2876       │                    │                           │               │ search domains are ignored and only nameservers    │
2877       │                    │                           │               │ and search domains specified in the "dns" and      │
2878       │                    │                           │               │ "dns-search" properties, if any, are used.         │
2879       ├────────────────────┼───────────────────────────┼───────────────┼────────────────────────────────────────────────────┤
2880       │ignore-auto-routes  │ boolean                   │ FALSE         │ When "method" is set to "auto" and this property   │
2881       │                    │                           │               │ to TRUE, automatically configured routes are       │
2882       │                    │                           │               │ ignored and only routes specified in the "routes"  │
2883       │                    │                           │               │ property, if any, are used.                        │
2884       ├────────────────────┼───────────────────────────┼───────────────┼────────────────────────────────────────────────────┤
2885       │ip6-privacy         │ NMSettingIP6ConfigPrivacy │               │ Configure IPv6 Privacy Extensions for SLAAC,       │
2886       │                    │ (int32)                   │               │ described in RFC4941.  If enabled, it makes the    │
2887       │                    │                           │               │ kernel generate a temporary IPv6 address in        │
2888       │                    │                           │               │ addition to the public one generated from MAC      │
2889       │                    │                           │               │ address via modified EUI-64.  This enhances        │
2890       │                    │                           │               │ privacy, but could cause problems in some          │
2891       │                    │                           │               │ applications, on the other hand.  The permitted    │
2892       │                    │                           │               │ values are: -1: unknown, 0: disabled, 1: enabled   │
2893       │                    │                           │               │ (prefer public address), 2: enabled (prefer        │
2894       │                    │                           │               │ temporary addresses). Having a per-connection      │
2895       │                    │                           │               │ setting set to "-1" (unknown) means fallback to    │
2896       │                    │                           │               │ global configuration "ipv6.ip6-privacy". If also   │
2897       │                    │                           │               │ global configuration is unspecified or set to      │
2898       │                    │                           │               │ "-1", fallback to read                             │
2899       │                    │                           │               │ "/proc/sys/net/ipv6/conf/default/use_tempaddr".    │
2900       │                    │                           │               │ Note that this setting is distinct from the Stable │
2901       │                    │                           │               │ Privacy addresses that can be enabled with the     │
2902       │                    │                           │               │ "addr-gen-mode" property's "stable-privacy"        │
2903       │                    │                           │               │ setting as another way of avoiding host tracking   │
2904       │                    │                           │               │ with IPv6 addresses.                               │
2905       ├────────────────────┼───────────────────────────┼───────────────┼────────────────────────────────────────────────────┤
2906       │may-fail            │ boolean                   │ TRUE          │ If TRUE, allow overall network configuration to    │
2907       │                    │                           │               │ proceed even if the configuration specified by     │
2908       │                    │                           │               │ this property times out.  Note that at least one   │
2909       │                    │                           │               │ IP configuration must succeed or overall network   │
2910       │                    │                           │               │ configuration will still fail.  For example, in    │
2911       │                    │                           │               │ IPv6-only networks, setting this property to TRUE  │
2912       │                    │                           │               │ on the NMSettingIP4Config allows the overall       │
2913       │                    │                           │               │ network configuration to succeed if IPv4           │
2914       │                    │                           │               │ configuration fails but IPv6 configuration         │
2915       │                    │                           │               │ completes successfully.                            │
2916       ├────────────────────┼───────────────────────────┼───────────────┼────────────────────────────────────────────────────┤
2917       │method              │ string                    │               │ IP configuration method. NMSettingIP4Config and    │
2918       │                    │                           │               │ NMSettingIP6Config both support "disabled",        │
2919       │                    │                           │               │ "auto", "manual", and "link-local". See the        │
2920       │                    │                           │               │ subclass-specific documentation for other values.  │
2921       │                    │                           │               │ In general, for the "auto" method, properties such │
2922       │                    │                           │               │ as "dns" and "routes" specify information that is  │
2923       │                    │                           │               │ added on to the information returned from          │
2924       │                    │                           │               │ automatic configuration.  The "ignore-auto-routes" │
2925       │                    │                           │               │ and "ignore-auto-dns" properties modify this       │
2926       │                    │                           │               │ behavior. For methods that imply no upstream       │
2927       │                    │                           │               │ network, such as "shared" or "link-local", these   │
2928       │                    │                           │               │ properties must be empty. For IPv4 method          │
2929       │                    │                           │               │ "shared", the IP subnet can be configured by       │
2930       │                    │                           │               │ adding one manual IPv4 address or otherwise        │
2931       │                    │                           │               │ 10.42.x.0/24 is chosen. Note that the shared       │
2932       │                    │                           │               │ method must be configured on the interface which   │
2933       │                    │                           │               │ shares the internet to a subnet, not on the uplink │
2934       │                    │                           │               │ which is shared.                                   │
2935       ├────────────────────┼───────────────────────────┼───────────────┼────────────────────────────────────────────────────┤
2936       │never-default       │ boolean                   │ FALSE         │ If TRUE, this connection will never be the default │
2937       │                    │                           │               │ connection for this IP type, meaning it will never │
2938       │                    │                           │               │ be assigned the default route by NetworkManager.   │
2939       ├────────────────────┼───────────────────────────┼───────────────┼────────────────────────────────────────────────────┤
2940       │ra-timeout          │ int32                     │ 0             │ A timeout for waiting Router Advertisements in     │
2941       │                    │                           │               │ seconds. If zero (the default), a globally         │
2942       │                    │                           │               │ configured default is used. If still unspecified,  │
2943       │                    │                           │               │ the timeout depends on the sysctl settings of the  │
2944       │                    │                           │               │ device. Set to 2147483647 (MAXINT32) for infinity. │
2945       ├────────────────────┼───────────────────────────┼───────────────┼────────────────────────────────────────────────────┤
2946       │route-data          │ array of vardict          │               │ Array of IPv6 routes. Each route dictionary        │
2947       │                    │                           │               │ contains at least 'dest' and 'prefix' entries,     │
2948       │                    │                           │               │ containing the destination IP address as a string, │
2949       │                    │                           │               │ and the prefix length as a uint32. Most routes     │
2950       │                    │                           │               │ will also have a 'next-hop' entry, containing the  │
2951       │                    │                           │               │ next hop IP address as a string. If the route has  │
2952       │                    │                           │               │ a 'metric' entry (containing a uint32), that will  │
2953       │                    │                           │               │ be used as the metric for the route (otherwise NM  │
2954       │                    │                           │               │ will pick a default value appropriate to the       │
2955       │                    │                           │               │ device). Additional attributes may also exist on   │
2956       │                    │                           │               │ some routes.                                       │
2957       ├────────────────────┼───────────────────────────┼───────────────┼────────────────────────────────────────────────────┤
2958       │route-metric        │ int64                     │ -1            │ The default metric for routes that don't           │
2959       │                    │                           │               │ explicitly specify a metric. The default value -1  │
2960       │                    │                           │               │ means that the metric is chosen automatically      │
2961       │                    │                           │               │ based on the device type. The metric applies to    │
2962       │                    │                           │               │ dynamic routes, manual (static) routes that don't  │
2963       │                    │                           │               │ have an explicit metric setting, address prefix    │
2964       │                    │                           │               │ routes, and the default route. Note that for IPv6, │
2965       │                    │                           │               │ the kernel accepts zero (0) but coerces it to 1024 │
2966       │                    │                           │               │ (user default). Hence, setting this property to    │
2967       │                    │                           │               │ zero effectively mean setting it to 1024. For      │
2968       │                    │                           │               │ IPv4, zero is a regular value for the metric.      │
2969       ├────────────────────┼───────────────────────────┼───────────────┼────────────────────────────────────────────────────┤
2970       │route-table         │ uint32                    │ 0             │ Enable policy routing (source routing) and set the │
2971       │                    │                           │               │ routing table used when adding routes. This        │
2972       │                    │                           │               │ affects all routes, including device-routes,       │
2973       │                    │                           │               │ IPv4LL, DHCP, SLAAC, default-routes and static     │
2974       │                    │                           │               │ routes. But note that static routes can            │
2975       │                    │                           │               │ individually overwrite the setting by explicitly   │
2976       │                    │                           │               │ specifying a non-zero routing table. If the table  │
2977       │                    │                           │               │ setting is left at zero, it is eligible to be      │
2978       │                    │                           │               │ overwritten via global configuration. If the       │
2979       │                    │                           │               │ property is zero even after applying the global    │
2980       │                    │                           │               │ configuration value, policy routing is disabled    │
2981       │                    │                           │               │ for the address family of this connection. Policy  │
2982       │                    │                           │               │ routing disabled means that NetworkManager will    │
2983       │                    │                           │               │ add all routes to the main table (except static    │
2984       │                    │                           │               │ routes that explicitly configure a different       │
2985       │                    │                           │               │ table). Additionally, NetworkManager will not      │
2986       │                    │                           │               │ delete any extraneous routes from tables except    │
2987       │                    │                           │               │ the main table. This is to preserve backward       │
2988       │                    │                           │               │ compatibility for users who manage routing tables  │
2989       │                    │                           │               │ outside of NetworkManager.                         │
2990       ├────────────────────┼───────────────────────────┼───────────────┼────────────────────────────────────────────────────┤
2991       │routes              │ array of legacy IPv6      │               │ Deprecated in favor of the 'route-data' property,  │
2992       │                    │ route struct (a(ayuayu))  │               │ but this can be used for backward-compatibility    │
2993       │                    │                           │               │ with older daemons. Note that if you send this     │
2994       │                    │                           │               │ property the daemon will ignore 'route-data'.      │
2995       │                    │                           │               │ Array of IPv6 route structures.  Each IPv6 route   │
2996       │                    │                           │               │ structure is composed of an IPv6 address, a prefix │
2997       │                    │                           │               │ length (1 - 128), an IPv6 next hop address (which  │
2998       │                    │                           │               │ may be zeroed out if there is no next hop), and a  │
2999       │                    │                           │               │ metric. If the metric is 0, NM will choose an      │
3000       │                    │                           │               │ appropriate default metric for the device.         │
3001       ├────────────────────┼───────────────────────────┼───────────────┼────────────────────────────────────────────────────┤
3002       │token               │ string                    │               │ Configure the token for                            │
3003       │                    │                           │               │ draft-chown-6man-tokenised-ipv6-identifiers-02     │
3004       │                    │                           │               │ IPv6 tokenized interface identifiers. Useful with  │
3005       │                    │                           │               │ eui64 addr-gen-mode.                               │
3006       └────────────────────┴───────────────────────────┴───────────────┴────────────────────────────────────────────────────┘
3007
3008   ip-tunnel setting
3009       IP Tunneling Settings.
3010
3011       ┌────────────────────┬────────────┬───────────────┬──────────────────────────────────────────┐
3012Key Name            Value Type Default Value Value                                    
3013       │                    │            │               │ Description                              
3014       ├────────────────────┼────────────┼───────────────┼──────────────────────────────────────────┤
3015       │encapsulation-limit │ uint32     │ 0             │ How many                                 │
3016       │                    │            │               │ additional                               │
3017       │                    │            │               │ levels of                                │
3018       │                    │            │               │ encapsulation                            │
3019       │                    │            │               │ are permitted to                         │
3020       │                    │            │               │ be prepended to                          │
3021       │                    │            │               │ packets. This                            │
3022       │                    │            │               │ property applies                         │
3023       │                    │            │               │ only to IPv6                             │
3024       │                    │            │               │ tunnels.                                 │
3025       ├────────────────────┼────────────┼───────────────┼──────────────────────────────────────────┤
3026       │flags               │ uint32     │ 0             │ Tunnel flags.                            │
3027       │                    │            │               │ Currently the                            │
3028       │                    │            │               │ following values                         │
3029       │                    │            │               │ are supported:                           │
3030       │                    │            │               │ NM_IP_TUNNEL_FLAG_IP6_IGN_ENCAP_LIMIT    │
3031       │                    │            │               │ (0x1),                                   │
3032       │                    │            │               │ NM_IP_TUNNEL_FLAG_IP6_USE_ORIG_TCLASS    │
3033       │                    │            │               │ (0x2),                                   │
3034       │                    │            │               │ NM_IP_TUNNEL_FLAG_IP6_USE_ORIG_FLOWLABEL │
3035       │                    │            │               │ (0x4),                                   │
3036       │                    │            │               │ NM_IP_TUNNEL_FLAG_IP6_MIP6_DEV           │
3037       │                    │            │               │ (0x8),                                   │
3038       │                    │            │               │ NM_IP_TUNNEL_FLAG_IP6_RCV_DSCP_COPY      │
3039       │                    │            │               │ (0x10),                                  │
3040       │                    │            │               │ NM_IP_TUNNEL_FLAG_IP6_USE_ORIG_FWMARK    │
3041       │                    │            │               │ (0x20). They are                         │
3042       │                    │            │               │ valid only for                           │
3043       │                    │            │               │ IPv6 tunnels.                            │
3044       ├────────────────────┼────────────┼───────────────┼──────────────────────────────────────────┤
3045       │flow-label          │ uint32     │ 0             │ The flow label to assign to tunnel       │
3046       │                    │            │               │ packets. This property applies only to   │
3047       │                    │            │               │ IPv6 tunnels.                            │
3048       ├────────────────────┼────────────┼───────────────┼──────────────────────────────────────────┤
3049       │input-key           │ string     │               │ The key used for tunnel input packets;   │
3050       │                    │            │               │ the property is valid only for certain   │
3051       │                    │            │               │ tunnel modes (GRE, IP6GRE). If empty, no │
3052       │                    │            │               │ key is used.                             │
3053       ├────────────────────┼────────────┼───────────────┼──────────────────────────────────────────┤
3054       │local               │ string     │               │ The local endpoint of the tunnel; the    │
3055       │                    │            │               │ value can be empty, otherwise it must    │
3056       │                    │            │               │ contain an IPv4 or IPv6 address.         │
3057       ├────────────────────┼────────────┼───────────────┼──────────────────────────────────────────┤
3058       │mode                │ uint32     │ 0             │ The tunneling mode, for example          │
3059       │                    │            │               │ NM_IP_TUNNEL_MODE_IPIP (1) or            │
3060       │                    │            │               │ NM_IP_TUNNEL_MODE_GRE (2).               │
3061       ├────────────────────┼────────────┼───────────────┼──────────────────────────────────────────┤
3062       │mtu                 │ uint32     │ 0             │ If non-zero, only transmit packets of    │
3063       │                    │            │               │ the specified size or smaller, breaking  │
3064       │                    │            │               │ larger packets up into multiple          │
3065       │                    │            │               │ fragments.                               │
3066       ├────────────────────┼────────────┼───────────────┼──────────────────────────────────────────┤
3067       │output-key          │ string     │               │ The key used for tunnel output packets;  │
3068       │                    │            │               │ the property is valid only for certain   │
3069       │                    │            │               │ tunnel modes (GRE, IP6GRE). If empty, no │
3070       │                    │            │               │ key is used.                             │
3071       ├────────────────────┼────────────┼───────────────┼──────────────────────────────────────────┤
3072       │parent              │ string     │               │ If given, specifies the parent interface │
3073       │                    │            │               │ name or parent connection UUID the new   │
3074       │                    │            │               │ device will be bound to so that tunneled │
3075       │                    │            │               │ packets will only be routed via that     │
3076       │                    │            │               │ interface.                               │
3077       ├────────────────────┼────────────┼───────────────┼──────────────────────────────────────────┤
3078       │path-mtu-discovery  │ boolean    │ TRUE          │ Whether to enable Path MTU Discovery on  │
3079       │                    │            │               │ this tunnel.                             │
3080       ├────────────────────┼────────────┼───────────────┼──────────────────────────────────────────┤
3081       │remote              │ string     │               │ The remote endpoint of the tunnel; the   │
3082       │                    │            │               │ value must contain an IPv4 or IPv6       │
3083       │                    │            │               │ address.                                 │
3084       ├────────────────────┼────────────┼───────────────┼──────────────────────────────────────────┤
3085       │tos                 │ uint32     │ 0             │ The type of service (IPv4) or traffic    │
3086       │                    │            │               │ class (IPv6) field to be set on tunneled │
3087       │                    │            │               │ packets.                                 │
3088       ├────────────────────┼────────────┼───────────────┼──────────────────────────────────────────┤
3089       │ttl                 │ uint32     │ 0             │ The TTL to assign to tunneled packets. 0 │
3090       │                    │            │               │ is a special value meaning that packets  │
3091       │                    │            │               │ inherit the TTL value.                   │
3092       └────────────────────┴────────────┴───────────────┴──────────────────────────────────────────┘
3093
3094   macsec setting
3095       MACSec Settings.
3096
3097       ┌──────────────┬──────────────────────┬───────────────┬───────────────────────────┐
3098Key Name      Value Type           Default Value Value                     
3099       │              │                      │               │ Description               
3100       ├──────────────┼──────────────────────┼───────────────┼───────────────────────────┤
3101       │encrypt       │ boolean              │ TRUE          │ Whether the               │
3102       │              │                      │               │ transmitted               │
3103       │              │                      │               │ traffic must be           │
3104       │              │                      │               │ encrypted.                │
3105       ├──────────────┼──────────────────────┼───────────────┼───────────────────────────┤
3106       │mka-cak       │ string               │               │ The pre-shared            │
3107       │              │                      │               │ CAK                       │
3108       │              │                      │               │ (Connectivity             │
3109       │              │                      │               │ Association Key)          │
3110       │              │                      │               │ for MACsec Key            │
3111       │              │                      │               │ Agreement.                │
3112       ├──────────────┼──────────────────────┼───────────────┼───────────────────────────┤
3113       │mka-cak-flags │ NMSettingSecretFlags │               │ Flags indicating          │
3114       │              │ (uint32)             │               │ how to handle             │
3115       │              │                      │               │ the "mka-cak"             │
3116       │              │                      │               │ property. (see            │
3117       │              │                      │               │ the section               │
3118       │              │                      │               │ called “Secret            │
3119       │              │                      │               │ flag types:” for          │
3120       │              │                      │               │ flag values)              │
3121       ├──────────────┼──────────────────────┼───────────────┼───────────────────────────┤
3122       │mka-ckn       │ string               │               │ The pre-shared            │
3123       │              │                      │               │ CKN                       │
3124       │              │                      │               │ (Connectivity-association │
3125       │              │                      │               │ Key Name) for             │
3126       │              │                      │               │ MACsec Key                │
3127       │              │                      │               │ Agreement.                │
3128       ├──────────────┼──────────────────────┼───────────────┼───────────────────────────┤
3129       │mode          │ int32                │ 0             │ Specifies how the CAK     │
3130       │              │                      │               │ (Connectivity Association │
3131       │              │                      │               │ Key) for MKA (MACsec Key  │
3132       │              │                      │               │ Agreement) is obtained.   │
3133       ├──────────────┼──────────────────────┼───────────────┼───────────────────────────┤
3134       │parent        │ string               │               │ If given, specifies the   │
3135       │              │                      │               │ parent interface name or  │
3136       │              │                      │               │ parent connection UUID    │
3137       │              │                      │               │ from which this MACSEC    │
3138       │              │                      │               │ interface should be       │
3139       │              │                      │               │ created.  If this         │
3140       │              │                      │               │ property is not           │
3141       │              │                      │               │ specified, the connection │
3142       │              │                      │               │ must contain an           │
3143       │              │                      │               │ "802-3-ethernet" setting  │
3144       │              │                      │               │ with a "mac-address"      │
3145       │              │                      │               │ property.                 │
3146       ├──────────────┼──────────────────────┼───────────────┼───────────────────────────┤
3147       │port          │ int32                │ 1             │ The port component of the │
3148       │              │                      │               │ SCI (Secure Channel       │
3149       │              │                      │               │ Identifier), between 1    │
3150       │              │                      │               │ and 65534.                │
3151       ├──────────────┼──────────────────────┼───────────────┼───────────────────────────┤
3152       │send-sci      │ boolean              │ TRUE          │ Specifies whether the SCI │
3153       │              │                      │               │ (Secure Channel           │
3154       │              │                      │               │ Identifier) is included   │
3155       │              │                      │               │ in every packet.          │
3156       ├──────────────┼──────────────────────┼───────────────┼───────────────────────────┤
3157       │validation    │ int32                │ 2             │ Specifies the validation  │
3158       │              │                      │               │ mode for incoming frames. │
3159       └──────────────┴──────────────────────┴───────────────┴───────────────────────────┘
3160
3161   macvlan setting
3162       MAC VLAN Settings.
3163
3164       ┌────────────┬────────────┬───────────────┬──────────────────┐
3165Key Name    Value Type Default Value Value            
3166       │            │            │               │ Description      
3167       ├────────────┼────────────┼───────────────┼──────────────────┤
3168       │mode        │ uint32     │ 0             │ The macvlan      │
3169       │            │            │               │ mode, which      │
3170       │            │            │               │ specifies the    │
3171       │            │            │               │ communication    │
3172       │            │            │               │ mechanism        │
3173       │            │            │               │ between multiple │
3174       │            │            │               │ macvlans on the  │
3175       │            │            │               │ same lower       │
3176       │            │            │               │ device.          │
3177       ├────────────┼────────────┼───────────────┼──────────────────┤
3178       │parent      │ string     │               │ If given,        │
3179       │            │            │               │ specifies the    │
3180       │            │            │               │ parent interface │
3181       │            │            │               │ name or parent   │
3182       │            │            │               │ connection UUID  │
3183       │            │            │               │ from which this  │
3184       │            │            │               │ MAC-VLAN         │
3185       │            │            │               │ interface should │
3186       │            │            │               │ be created.  If  │
3187       │            │            │               │ this property is │
3188       │            │            │               │ not specified,   │
3189       │            │            │               │ the connection   │
3190       │            │            │               │ must contain an  │
3191       │            │            │               │ "802-3-ethernet" │
3192       │            │            │               │ setting with a   │
3193       │            │            │               │ "mac-address"    │
3194       │            │            │               │ property.        │
3195       ├────────────┼────────────┼───────────────┼──────────────────┤
3196       │promiscuous │ boolean    │ TRUE          │ Whether the      │
3197       │            │            │               │ interface should │
3198       │            │            │               │ be put in        │
3199       │            │            │               │ promiscuous      │
3200       │            │            │               │ mode.            │
3201       ├────────────┼────────────┼───────────────┼──────────────────┤
3202       │tap         │ boolean    │ FALSE         │ Whether the      │
3203       │            │            │               │ interface should │
3204       │            │            │               │ be a MACVTAP.    │
3205       └────────────┴────────────┴───────────────┴──────────────────┘
3206
3207   match setting
3208       Match settings.
3209
3210       ┌────────────────────┬─────────────────┬───────────────┬───────────────────────────────────────┐
3211Key Name            Value Type      Default Value Value                                 
3212       │                    │                 │               │ Description                           
3213       ├────────────────────┼─────────────────┼───────────────┼───────────────────────────────────────┤
3214       │driver              │ array of string │               │ A list of driver                      │
3215       │                    │                 │               │ names to match.                       │
3216       │                    │                 │               │ Each element is                       │
3217       │                    │                 │               │ a shell wildcard                      │
3218       │                    │                 │               │ pattern. See                          │
3219       │                    │                 │               │ NMSettingMatch:interface-name         │
3220       │                    │                 │               │ for how special                       │
3221       │                    │                 │               │ characters '|',                       │
3222       │                    │                 │               │ '&', '!' and                          │
3223       │                    │                 │               │ '\\' are used                         │
3224       │                    │                 │               │ for optional and                      │
3225       │                    │                 │               │ mandatory                             │
3226       │                    │                 │               │ matches and                           │
3227       │                    │                 │               │ inverting the                         │
3228       │                    │                 │               │ pattern.                              │
3229       ├────────────────────┼─────────────────┼───────────────┼───────────────────────────────────────┤
3230       │interface-name      │ array of string │               │ A list of interface names to          │
3231       │                    │                 │               │ match. Each element is a              │
3232       │                    │                 │               │ shell wildcard pattern. An            │
3233       │                    │                 │               │ element can be prefixed with          │
3234       │                    │                 │               │ a pipe symbol (|) or an               │
3235       │                    │                 │               │ ampersand (&). The former             │
3236       │                    │                 │               │ means that the element is             │
3237       │                    │                 │               │ optional and the latter means         │
3238       │                    │                 │               │ that it is mandatory. If              │
3239       │                    │                 │               │ there are any optional                │
3240       │                    │                 │               │ elements, than the match              │
3241       │                    │                 │               │ evaluates to true if at least         │
3242       │                    │                 │               │ one of the optional element           │
3243       │                    │                 │               │ matches (logical OR). If              │
3244       │                    │                 │               │ there are any mandatory               │
3245       │                    │                 │               │ elements, then they all must          │
3246       │                    │                 │               │ match (logical AND). By               │
3247       │                    │                 │               │ default, an element is                │
3248       │                    │                 │               │ optional. This means that an          │
3249       │                    │                 │               │ element "foo" behaves the             │
3250       │                    │                 │               │ same as "|foo". An element            │
3251       │                    │                 │               │ can also be inverted with             │
3252       │                    │                 │               │ exclamation mark (!) between          │
3253       │                    │                 │               │ the pipe symbol (or the               │
3254       │                    │                 │               │ ampersand) and before the             │
3255       │                    │                 │               │ pattern. Note that "!foo" is          │
3256       │                    │                 │               │ a shortcut for the mandatory          │
3257       │                    │                 │               │ match "&!foo". Finally, a             │
3258       │                    │                 │               │ backslash can be used at the          │
3259       │                    │                 │               │ beginning of the element              │
3260       │                    │                 │               │ (after the optional special           │
3261       │                    │                 │               │ characters) to escape the             │
3262       │                    │                 │               │ start of the pattern. For             │
3263       │                    │                 │               │ example, "&\\!a" is an                │
3264       │                    │                 │               │ mandatory match for literally         │
3265       │                    │                 │               │ "!a".                                 │
3266       ├────────────────────┼─────────────────┼───────────────┼───────────────────────────────────────┤
3267       │kernel-command-line │ array of string │               │ A list of kernel command line         │
3268       │                    │                 │               │ arguments to match. This may          │
3269       │                    │                 │               │ be used to check whether a            │
3270       │                    │                 │               │ specific kernel command line          │
3271       │                    │                 │               │ option is set (or if prefixed         │
3272       │                    │                 │               │ with the exclamation mark             │
3273       │                    │                 │               │ unset). The argument must             │
3274       │                    │                 │               │ either be a single word, or           │
3275       │                    │                 │               │ an assignment (i.e. two               │
3276       │                    │                 │               │ words, separated "="). In the         │
3277       │                    │                 │               │ former case the kernel                │
3278       │                    │                 │               │ command line is searched for          │
3279       │                    │                 │               │ the word appearing as is, or          │
3280       │                    │                 │               │ as left hand side of an               │
3281       │                    │                 │               │ assignment. In the latter             │
3282       │                    │                 │               │ case, the exact assignment is         │
3283       │                    │                 │               │ looked for with right and             │
3284       │                    │                 │               │ left hand side matching. See          │
3285       │                    │                 │               │ NMSettingMatch:interface-name         │
3286       │                    │                 │               │ for how special characters            │
3287       │                    │                 │               │ '|', '&', '!' and '\\' are            │
3288       │                    │                 │               │ used for optional and                 │
3289       │                    │                 │               │ mandatory matches and                 │
3290       │                    │                 │               │ inverting the pattern.                │
3291       ├────────────────────┼─────────────────┼───────────────┼───────────────────────────────────────┤
3292       │path                │ array of string │               │ A list of paths to match              │
3293       │                    │                 │               │ against the ID_PATH udev              │
3294       │                    │                 │               │ property of devices. ID_PATH          │
3295       │                    │                 │               │ represents the topological            │
3296       │                    │                 │               │ persistent path of a device.          │
3297       │                    │                 │               │ It typically contains a               │
3298       │                    │                 │               │ subsystem string (pci, usb,           │
3299       │                    │                 │               │ platform, etc.) and a                 │
3300       │                    │                 │               │ subsystem-specific                    │
3301       │                    │                 │               │ identifier. For PCI devices           │
3302       │                    │                 │               │ the path has the form                 │
3303       │                    │                 │               │ "pci-$domain:$bus:$device.$function", │
3304       │                    │                 │               │ where each variable is an             │
3305       │                    │                 │               │ hexadecimal value; for                │
3306       │                    │                 │               │ example "pci-0000:0a:00.0".           │
3307       │                    │                 │               │ The path of a device can be           │
3308       │                    │                 │               │ obtained with "udevadm info           │
3309       │                    │                 │               │ /sys/class/net/$dev | grep            │
3310       │                    │                 │               │ ID_PATH=" or by looking at            │
3311       │                    │                 │               │ the "path" property exported          │
3312       │                    │                 │               │ by NetworkManager ("nmcli -f          │
3313       │                    │                 │               │ general.path device show              │
3314       │                    │                 │               │ $dev"). Each element of the           │
3315       │                    │                 │               │ list is a shell wildcard              │
3316       │                    │                 │               │ pattern. See                          │
3317       │                    │                 │               │ NMSettingMatch:interface-name         │
3318       │                    │                 │               │ for how special characters            │
3319       │                    │                 │               │ '|', '&', '!' and '\\' are            │
3320       │                    │                 │               │ used for optional and                 │
3321       │                    │                 │               │ mandatory matches and                 │
3322       │                    │                 │               │ inverting the pattern.                │
3323       └────────────────────┴─────────────────┴───────────────┴───────────────────────────────────────┘
3324
3325   802-11-olpc-mesh setting
3326       OLPC Wireless Mesh Settings.
3327
3328       ┌─────────────────────┬────────────┬───────────────┬──────────────────┐
3329Key Name             Value Type Default Value Value            
3330       │                     │            │               │ Description      
3331       ├─────────────────────┼────────────┼───────────────┼──────────────────┤
3332       │channel              │ uint32     │ 0             │ Channel on which │
3333       │                     │            │               │ the mesh network │
3334       │                     │            │               │ to join is       │
3335       │                     │            │               │ located.         │
3336       ├─────────────────────┼────────────┼───────────────┼──────────────────┤
3337       │dhcp-anycast-address │ byte array │               │ Anycast DHCP MAC │
3338       │                     │            │               │ address used     │
3339       │                     │            │               │ when requesting  │
3340       │                     │            │               │ an IP address    │
3341       │                     │            │               │ via DHCP. The    │
3342       │                     │            │               │ specific anycast │
3343       │                     │            │               │ address used     │
3344       │                     │            │               │ determines which │
3345       │                     │            │               │ DHCP server      │
3346       │                     │            │               │ class answers    │
3347       │                     │            │               │ the request.     │
3348       ├─────────────────────┼────────────┼───────────────┼──────────────────┤
3349       │ssid                 │ byte array │               │ SSID of the mesh │
3350       │                     │            │               │ network to join. │
3351       └─────────────────────┴────────────┴───────────────┴──────────────────┘
3352
3353   ovs-bridge setting
3354       OvsBridge Link Settings.
3355
3356       ┌──────────────────────┬────────────┬───────────────┬──────────────────┐
3357Key Name              Value Type Default Value Value            
3358       │                      │            │               │ Description      
3359       ├──────────────────────┼────────────┼───────────────┼──────────────────┤
3360       │datapath-type         │ string     │               │ The data path    │
3361       │                      │            │               │ type. One of     │
3362       │                      │            │               │ "system",        │
3363       │                      │            │               │ "netdev" or      │
3364       │                      │            │               │ empty.           │
3365       ├──────────────────────┼────────────┼───────────────┼──────────────────┤
3366       │fail-mode             │ string     │               │ The bridge       │
3367       │                      │            │               │ failure mode.    │
3368       │                      │            │               │ One of "secure", │
3369       │                      │            │               │ "standalone" or  │
3370       │                      │            │               │ empty.           │
3371       ├──────────────────────┼────────────┼───────────────┼──────────────────┤
3372       │mcast-snooping-enable │ boolean    │ FALSE         │ Enable or        │
3373       │                      │            │               │ disable          │
3374       │                      │            │               │ multicast        │
3375       │                      │            │               │ snooping.        │
3376       ├──────────────────────┼────────────┼───────────────┼──────────────────┤
3377       │rstp-enable           │ boolean    │ FALSE         │ Enable or        │
3378       │                      │            │               │ disable RSTP.    │
3379       ├──────────────────────┼────────────┼───────────────┼──────────────────┤
3380       │stp-enable            │ boolean    │ FALSE         │ Enable or        │
3381       │                      │            │               │ disable STP.     │
3382       └──────────────────────┴────────────┴───────────────┴──────────────────┘
3383
3384   ovs-dpdk setting
3385       OvsDpdk Link Settings.
3386
3387       ┌─────────┬────────────┬───────────────┬──────────────┐
3388Key Name Value Type Default Value Value        
3389       │         │            │               │ Description  
3390       ├─────────┼────────────┼───────────────┼──────────────┤
3391       │devargs  │ string     │               │ Open vSwitch │
3392       │         │            │               │ DPDK device  │
3393       │         │            │               │ arguments.   │
3394       └─────────┴────────────┴───────────────┴──────────────┘
3395
3396   ovs-interface setting
3397       Open vSwitch Interface Settings.
3398
3399       ┌─────────┬────────────┬───────────────┬──────────────────┐
3400Key Name Value Type Default Value Value            
3401       │         │            │               │ Description      
3402       ├─────────┼────────────┼───────────────┼──────────────────┤
3403       │type     │ string     │               │ The interface    │
3404       │         │            │               │ type. Either     │
3405       │         │            │               │ "internal",      │
3406       │         │            │               │ "system",        │
3407       │         │            │               │ "patch", "dpdk", │
3408       │         │            │               │ or empty.        │
3409       └─────────┴────────────┴───────────────┴──────────────────┘
3410
3411   ovs-patch setting
3412       OvsPatch Link Settings.
3413
3414       ┌─────────┬────────────┬───────────────┬──────────────────┐
3415Key Name Value Type Default Value Value            
3416       │         │            │               │ Description      
3417       ├─────────┼────────────┼───────────────┼──────────────────┤
3418       │peer     │ string     │               │ Specifies the    │
3419       │         │            │               │ name of the      │
3420       │         │            │               │ interface for    │
3421       │         │            │               │ the other side   │
3422       │         │            │               │ of the patch.    │
3423       │         │            │               │ The patch on the │
3424       │         │            │               │ other side must  │
3425       │         │            │               │ also set this    │
3426       │         │            │               │ interface as     │
3427       │         │            │               │ peer.            │
3428       └─────────┴────────────┴───────────────┴──────────────────┘
3429
3430   ovs-port setting
3431       OvsPort Link Settings.
3432
3433       ┌───────────────┬────────────┬───────────────┬────────────────────┐
3434Key Name       Value Type Default Value Value              
3435       │               │            │               │ Description        
3436       ├───────────────┼────────────┼───────────────┼────────────────────┤
3437       │bond-downdelay │ uint32     │ 0             │ The time port      │
3438       │               │            │               │ must be inactive   │
3439       │               │            │               │ in order to be     │
3440       │               │            │               │ considered down.   │
3441       ├───────────────┼────────────┼───────────────┼────────────────────┤
3442       │bond-mode      │ string     │               │ Bonding mode.      │
3443       │               │            │               │ One of             │
3444       │               │            │               │ "active-backup",   │
3445       │               │            │               │ "balance-slb",     │
3446       │               │            │               │ or                 │
3447       │               │            │               │ "balance-tcp".     │
3448       ├───────────────┼────────────┼───────────────┼────────────────────┤
3449       │bond-updelay   │ uint32     │ 0             │ The time port      │
3450       │               │            │               │ must be active     │
3451       │               │            │               │ before it starts   │
3452       │               │            │               │ forwarding         │
3453       │               │            │               │ traffic.           │
3454       ├───────────────┼────────────┼───────────────┼────────────────────┤
3455       │lacp           │ string     │               │ LACP mode. One     │
3456       │               │            │               │ of "active",       │
3457       │               │            │               │ "off", or          │
3458       │               │            │               │ "passive".         │
3459       ├───────────────┼────────────┼───────────────┼────────────────────┤
3460       │tag            │ uint32     │ 0             │ The VLAN tag in    │
3461       │               │            │               │ the range          │
3462       │               │            │               │ 0-4095.            │
3463       ├───────────────┼────────────┼───────────────┼────────────────────┤
3464       │vlan-mode      │ string     │               │ The VLAN mode.     │
3465       │               │            │               │ One of "access",   │
3466       │               │            │               │ "native-tagged",   │
3467       │               │            │               │ "native-untagged", │
3468       │               │            │               │ "trunk" or         │
3469       │               │            │               │ unset.             │
3470       └───────────────┴────────────┴───────────────┴────────────────────┘
3471
3472   ppp setting
3473       Point-to-Point Protocol Settings.
3474
3475       ┌──────────────────┬────────────┬───────────────┬─────────────────────┐
3476Key Name          Value Type Default Value Value               
3477       │                  │            │               │ Description         
3478       ├──────────────────┼────────────┼───────────────┼─────────────────────┤
3479       │baud              │ uint32     │ 0             │ If non-zero,        │
3480       │                  │            │               │ instruct pppd to    │
3481       │                  │            │               │ set the serial      │
3482       │                  │            │               │ port to the         │
3483       │                  │            │               │ specified           │
3484       │                  │            │               │ baudrate.  This     │
3485       │                  │            │               │ value should        │
3486       │                  │            │               │ normally be left    │
3487       │                  │            │               │ as 0 to             │
3488       │                  │            │               │ automatically       │
3489       │                  │            │               │ choose the          │
3490       │                  │            │               │ speed.              │
3491       ├──────────────────┼────────────┼───────────────┼─────────────────────┤
3492       │crtscts           │ boolean    │ FALSE         │ If TRUE, specify    │
3493       │                  │            │               │ that pppd should    │
3494       │                  │            │               │ set the serial      │
3495       │                  │            │               │ port to use         │
3496       │                  │            │               │ hardware flow       │
3497       │                  │            │               │ control with RTS    │
3498       │                  │            │               │ and CTS signals.    │
3499       │                  │            │               │ This value          │
3500       │                  │            │               │ should normally     │
3501       │                  │            │               │ be set to FALSE.    │
3502       ├──────────────────┼────────────┼───────────────┼─────────────────────┤
3503       │lcp-echo-failure  │ uint32     │ 0             │ If non-zero,        │
3504       │                  │            │               │ instruct pppd to    │
3505       │                  │            │               │ presume the         │
3506       │                  │            │               │ connection to       │
3507       │                  │            │               │ the peer has        │
3508       │                  │            │               │ failed if the       │
3509       │                  │            │               │ specified number    │
3510       │                  │            │               │ of LCP              │
3511       │                  │            │               │ echo-requests go    │
3512       │                  │            │               │ unanswered by       │
3513       │                  │            │               │ the peer.  The      │
3514       │                  │            │               │ "lcp-echo-interval" │
3515       │                  │            │               │ property must       │
3516       │                  │            │               │ also be set to a    │
3517       │                  │            │               │ non-zero value      │
3518       │                  │            │               │ if this property    │
3519       │                  │            │               │ is used.            │
3520       ├──────────────────┼────────────┼───────────────┼─────────────────────┤
3521       │lcp-echo-interval │ uint32     │ 0             │ If non-zero,        │
3522       │                  │            │               │ instruct pppd to    │
3523       │                  │            │               │ send an LCP         │
3524       │                  │            │               │ echo-request frame  │
3525       │                  │            │               │ to the peer every n │
3526       │                  │            │               │ seconds (where n is │
3527       │                  │            │               │ the specified       │
3528       │                  │            │               │ value).  Note that  │
3529       │                  │            │               │ some PPP peers will │
3530       │                  │            │               │ respond to echo     │
3531       │                  │            │               │ requests and some   │
3532       │                  │            │               │ will not, and it is │
3533       │                  │            │               │ not possible to     │
3534       │                  │            │               │ autodetect this.    │
3535       ├──────────────────┼────────────┼───────────────┼─────────────────────┤
3536       │mppe-stateful     │ boolean    │ FALSE         │ If TRUE, stateful   │
3537       │                  │            │               │ MPPE is used.  See  │
3538       │                  │            │               │ pppd documentation  │
3539       │                  │            │               │ for more            │
3540       │                  │            │               │ information on      │
3541       │                  │            │               │ stateful MPPE.      │
3542       ├──────────────────┼────────────┼───────────────┼─────────────────────┤
3543       │mru               │ uint32     │ 0             │ If non-zero,        │
3544       │                  │            │               │ instruct pppd to    │
3545       │                  │            │               │ request that the    │
3546       │                  │            │               │ peer send packets   │
3547       │                  │            │               │ no larger than the  │
3548       │                  │            │               │ specified size.  If │
3549       │                  │            │               │ non-zero, the MRU   │
3550       │                  │            │               │ should be between   │
3551       │                  │            │               │ 128 and 16384.      │
3552       ├──────────────────┼────────────┼───────────────┼─────────────────────┤
3553       │mtu               │ uint32     │ 0             │ If non-zero,        │
3554       │                  │            │               │ instruct pppd to    │
3555       │                  │            │               │ send packets no     │
3556       │                  │            │               │ larger than the     │
3557       │                  │            │               │ specified size.     │
3558       ├──────────────────┼────────────┼───────────────┼─────────────────────┤
3559       │no-vj-comp        │ boolean    │ FALSE         │ If TRUE, Van        │
3560       │                  │            │               │ Jacobsen TCP header │
3561       │                  │            │               │ compression will    │
3562       │                  │            │               │ not be requested.   │
3563       ├──────────────────┼────────────┼───────────────┼─────────────────────┤
3564       │noauth            │ boolean    │ TRUE          │ If TRUE, do not     │
3565       │                  │            │               │ require the other   │
3566       │                  │            │               │ side (usually the   │
3567       │                  │            │               │ PPP server) to      │
3568       │                  │            │               │ authenticate itself │
3569       │                  │            │               │ to the client.  If  │
3570       │                  │            │               │ FALSE, require      │
3571       │                  │            │               │ authentication from │
3572       │                  │            │               │ the remote side.    │
3573       │                  │            │               │ In almost all       │
3574       │                  │            │               │ cases, this should  │
3575       │                  │            │               │ be TRUE.            │
3576       ├──────────────────┼────────────┼───────────────┼─────────────────────┤
3577       │nobsdcomp         │ boolean    │ FALSE         │ If TRUE, BSD        │
3578       │                  │            │               │ compression will    │
3579       │                  │            │               │ not be requested.   │
3580       ├──────────────────┼────────────┼───────────────┼─────────────────────┤
3581       │nodeflate         │ boolean    │ FALSE         │ If TRUE, "deflate"  │
3582       │                  │            │               │ compression will    │
3583       │                  │            │               │ not be requested.   │
3584       ├──────────────────┼────────────┼───────────────┼─────────────────────┤
3585       │refuse-chap       │ boolean    │ FALSE         │ If TRUE, the CHAP   │
3586       │                  │            │               │ authentication      │
3587       │                  │            │               │ method will not be  │
3588       │                  │            │               │ used.               │
3589       ├──────────────────┼────────────┼───────────────┼─────────────────────┤
3590       │refuse-eap        │ boolean    │ FALSE         │ If TRUE, the EAP    │
3591       │                  │            │               │ authentication      │
3592       │                  │            │               │ method will not be  │
3593       │                  │            │               │ used.               │
3594       ├──────────────────┼────────────┼───────────────┼─────────────────────┤
3595       │refuse-mschap     │ boolean    │ FALSE         │ If TRUE, the MSCHAP │
3596       │                  │            │               │ authentication      │
3597       │                  │            │               │ method will not be  │
3598       │                  │            │               │ used.               │
3599       ├──────────────────┼────────────┼───────────────┼─────────────────────┤
3600       │refuse-mschapv2   │ boolean    │ FALSE         │ If TRUE, the        │
3601       │                  │            │               │ MSCHAPv2            │
3602       │                  │            │               │ authentication      │
3603       │                  │            │               │ method will not be  │
3604       │                  │            │               │ used.               │
3605       ├──────────────────┼────────────┼───────────────┼─────────────────────┤
3606       │refuse-pap        │ boolean    │ FALSE         │ If TRUE, the PAP    │
3607       │                  │            │               │ authentication      │
3608       │                  │            │               │ method will not be  │
3609       │                  │            │               │ used.               │
3610       ├──────────────────┼────────────┼───────────────┼─────────────────────┤
3611       │require-mppe      │ boolean    │ FALSE         │ If TRUE, MPPE       │
3612       │                  │            │               │ (Microsoft          │
3613       │                  │            │               │ Point-to-Point      │
3614       │                  │            │               │ Encryption) will be │
3615       │                  │            │               │ required for the    │
3616       │                  │            │               │ PPP session.  If    │
3617       │                  │            │               │ either 64-bit or    │
3618       │                  │            │               │ 128-bit MPPE is not │
3619       │                  │            │               │ available the       │
3620       │                  │            │               │ session will fail.  │
3621       │                  │            │               │ Note that MPPE is   │
3622       │                  │            │               │ not used on mobile  │
3623       │                  │            │               │ broadband           │
3624       │                  │            │               │ connections.        │
3625       ├──────────────────┼────────────┼───────────────┼─────────────────────┤
3626       │require-mppe-128  │ boolean    │ FALSE         │ If TRUE, 128-bit    │
3627       │                  │            │               │ MPPE (Microsoft     │
3628       │                  │            │               │ Point-to-Point      │
3629       │                  │            │               │ Encryption) will be │
3630       │                  │            │               │ required for the    │
3631       │                  │            │               │ PPP session, and    │
3632       │                  │            │               │ the "require-mppe"  │
3633       │                  │            │               │ property must also  │
3634       │                  │            │               │ be set to TRUE.  If │
3635       │                  │            │               │ 128-bit MPPE is not │
3636       │                  │            │               │ available the       │
3637       │                  │            │               │ session will fail.  │
3638       └──────────────────┴────────────┴───────────────┴─────────────────────┘
3639
3640   pppoe setting
3641       PPP-over-Ethernet Settings.
3642
3643       ┌───────────────┬──────────────────────┬───────────────┬──────────────────────┐
3644Key Name       Value Type           Default Value Value                
3645       │               │                      │               │ Description          
3646       ├───────────────┼──────────────────────┼───────────────┼──────────────────────┤
3647       │parent         │ string               │               │ If given,            │
3648       │               │                      │               │ specifies the        │
3649       │               │                      │               │ parent interface     │
3650       │               │                      │               │ name on which        │
3651       │               │                      │               │ this PPPoE           │
3652       │               │                      │               │ connection           │
3653       │               │                      │               │ should be            │
3654       │               │                      │               │ created.  If         │
3655       │               │                      │               │ this property is     │
3656       │               │                      │               │ not specified,       │
3657       │               │                      │               │ the connection       │
3658       │               │                      │               │ is activated on      │
3659       │               │                      │               │ the interface        │
3660       │               │                      │               │ specified in         │
3661       │               │                      │               │ "interface-name"     │
3662       │               │                      │               │ of                   │
3663       │               │                      │               │ NMSettingConnection. │
3664       ├───────────────┼──────────────────────┼───────────────┼──────────────────────┤
3665       │password       │ string               │               │ Password used to     │
3666       │               │                      │               │ authenticate with    │
3667       │               │                      │               │ the PPPoE service.   │
3668       ├───────────────┼──────────────────────┼───────────────┼──────────────────────┤
3669       │password-flags │ NMSettingSecretFlags │               │ Flags indicating how │
3670       │               │ (uint32)             │               │ to handle the        │
3671       │               │                      │               │ "password" property. │
3672       │               │                      │               │ (see the section     │
3673       │               │                      │               │ called “Secret flag  │
3674       │               │                      │               │ types:” for flag     │
3675       │               │                      │               │ values)              │
3676       ├───────────────┼──────────────────────┼───────────────┼──────────────────────┤
3677       │service        │ string               │               │ If specified,        │
3678       │               │                      │               │ instruct PPPoE to    │
3679       │               │                      │               │ only initiate        │
3680       │               │                      │               │ sessions with access │
3681       │               │                      │               │ concentrators that   │
3682       │               │                      │               │ provide the          │
3683       │               │                      │               │ specified service.   │
3684       │               │                      │               │ For most providers,  │
3685       │               │                      │               │ this should be left  │
3686       │               │                      │               │ blank.  It is only   │
3687       │               │                      │               │ required if there    │
3688       │               │                      │               │ are multiple access  │
3689       │               │                      │               │ concentrators or a   │
3690       │               │                      │               │ specific service is  │
3691       │               │                      │               │ known to be          │
3692       │               │                      │               │ required.            │
3693       ├───────────────┼──────────────────────┼───────────────┼──────────────────────┤
3694       │username       │ string               │               │ Username used to     │
3695       │               │                      │               │ authenticate with    │
3696       │               │                      │               │ the PPPoE service.   │
3697       └───────────────┴──────────────────────┴───────────────┴──────────────────────┘
3698
3699   proxy setting
3700       WWW Proxy Settings.
3701
3702       ┌─────────────┬────────────┬───────────────┬──────────────────────────────┐
3703Key Name     Value Type Default Value Value                        
3704       │             │            │               │ Description                  
3705       ├─────────────┼────────────┼───────────────┼──────────────────────────────┤
3706       │browser-only │ boolean    │ FALSE         │ Whether the                  │
3707       │             │            │               │ proxy                        │
3708       │             │            │               │ configuration is             │
3709       │             │            │               │ for browser                  │
3710       │             │            │               │ only.                        │
3711       ├─────────────┼────────────┼───────────────┼──────────────────────────────┤
3712       │method       │ int32      │ 0             │ Method for proxy             │
3713       │             │            │               │ configuration,               │
3714       │             │            │               │ Default is                   │
3715       │             │            │               │ NM_SETTING_PROXY_METHOD_NONE │
3716       │             │            │               │ (0)                          │
3717       ├─────────────┼────────────┼───────────────┼──────────────────────────────┤
3718       │pac-script   │ string     │               │ PAC script for the           │
3719       │             │            │               │ connection.                  │
3720       ├─────────────┼────────────┼───────────────┼──────────────────────────────┤
3721       │pac-url      │ string     │               │ PAC URL for obtaining PAC    │
3722       │             │            │               │ file.                        │
3723       └─────────────┴────────────┴───────────────┴──────────────────────────────┘
3724
3725   serial setting
3726       Serial Link Settings.
3727
3728       ┌───────────┬────────────┬───────────────┬──────────────────┐
3729Key Name   Value Type Default Value Value            
3730       │           │            │               │ Description      
3731       ├───────────┼────────────┼───────────────┼──────────────────┤
3732       │baud       │ uint32     │ 57600         │ Speed to use for │
3733       │           │            │               │ communication    │
3734       │           │            │               │ over the serial  │
3735       │           │            │               │ port.  Note that │
3736       │           │            │               │ this value       │
3737       │           │            │               │ usually has no   │
3738       │           │            │               │ effect for       │
3739       │           │            │               │ mobile broadband │
3740       │           │            │               │ modems as they   │
3741       │           │            │               │ generally ignore │
3742       │           │            │               │ speed settings   │
3743       │           │            │               │ and use the      │
3744       │           │            │               │ highest          │
3745       │           │            │               │ available speed. │
3746       ├───────────┼────────────┼───────────────┼──────────────────┤
3747       │bits       │ uint32     │ 8             │ Byte-width of    │
3748       │           │            │               │ the serial       │
3749       │           │            │               │ communication.   │
3750       │           │            │               │ The 8 in "8n1"   │
3751       │           │            │               │ for example.     │
3752       ├───────────┼────────────┼───────────────┼──────────────────┤
3753       │parity     │ byte       │               │ The connection   │
3754       │           │            │               │ parity: 69       │
3755       │           │            │               │ (ASCII 'E') for  │
3756       │           │            │               │ even parity, 111 │
3757       │           │            │               │ (ASCII 'o') for  │
3758       │           │            │               │ odd, 110 (ASCII  │
3759       │           │            │               │ 'n') for none.   │
3760       ├───────────┼────────────┼───────────────┼──────────────────┤
3761       │send-delay │ uint64     │ 0             │ Time to delay    │
3762       │           │            │               │ between each     │
3763       │           │            │               │ byte sent to the │
3764       │           │            │               │ modem, in        │
3765       │           │            │               │ microseconds.    │
3766       ├───────────┼────────────┼───────────────┼──────────────────┤
3767       │stopbits   │ uint32     │ 1             │ Number of stop   │
3768       │           │            │               │ bits for         │
3769       │           │            │               │ communication on │
3770       │           │            │               │ the serial port. │
3771       │           │            │               │ Either 1 or 2.   │
3772       │           │            │               │ The 1 in "8n1"   │
3773       │           │            │               │ for example.     │
3774       └───────────┴────────────┴───────────────┴──────────────────┘
3775
3776   sriov setting
3777       SR-IOV settings.
3778
3779       ┌──────────────────┬──────────────────┬───────────────┬──────────────────────────┐
3780Key Name          Value Type       Default Value Value                    
3781       │                  │                  │               │ Description              
3782       ├──────────────────┼──────────────────┼───────────────┼──────────────────────────┤
3783       │autoprobe-drivers │ NMTernary        │               │ Whether to               │
3784       │                  │ (int32)          │               │ autoprobe                │
3785       │                  │                  │               │ virtual                  │
3786       │                  │                  │               │ functions by a           │
3787       │                  │                  │               │ compatible               │
3788       │                  │                  │               │ driver. If set           │
3789       │                  │                  │               │ to                       │
3790       │                  │                  │               │ NM_TERNARY_TRUE          │
3791       │                  │                  │               │ (1), the kernel          │
3792       │                  │                  │               │ will try to bind         │
3793       │                  │                  │               │ VFs to a                 │
3794       │                  │                  │               │ compatible               │
3795       │                  │                  │               │ driver and if            │
3796       │                  │                  │               │ this succeeds a          │
3797       │                  │                  │               │ new network              │
3798       │                  │                  │               │ interface will           │
3799       │                  │                  │               │ be instantiated          │
3800       │                  │                  │               │ for each VF. If          │
3801       │                  │                  │               │ set to                   │
3802       │                  │                  │               │ NM_TERNARY_FALSE         │
3803       │                  │                  │               │ (0), VFs will            │
3804       │                  │                  │               │ not be claimed           │
3805       │                  │                  │               │ and no network           │
3806       │                  │                  │               │ interfaces will          │
3807       │                  │                  │               │ be created for           │
3808       │                  │                  │               │ them. When set           │
3809       │                  │                  │               │ to                       │
3810       │                  │                  │               │ NM_TERNARY_DEFAULT       │
3811       │                  │                  │               │ (-1), the global         │
3812       │                  │                  │               │ default is used;         │
3813       │                  │                  │               │ in case the              │
3814       │                  │                  │               │ global default           │
3815       │                  │                  │               │ is unspecified           │
3816       │                  │                  │               │ it is assumed to         │
3817       │                  │                  │               │ be                       │
3818       │                  │                  │               │ NM_TERNARY_TRUE          │
3819       │                  │                  │               │ (1).                     │
3820       ├──────────────────┼──────────────────┼───────────────┼──────────────────────────┤
3821       │total-vfs         │ uint32           │ 0             │ The total number         │
3822       │                  │                  │               │ of virtual               │
3823       │                  │                  │               │ functions to             │
3824       │                  │                  │               │ create. Note that        │
3825       │                  │                  │               │ when the sriov           │
3826       │                  │                  │               │ setting is present       │
3827       │                  │                  │               │ NetworkManager           │
3828       │                  │                  │               │ enforces the             │
3829       │                  │                  │               │ number of virtual        │
3830       │                  │                  │               │ functions on the         │
3831       │                  │                  │               │ interface (also          │
3832       │                  │                  │               │ when it is zero)         │
3833       │                  │                  │               │ during activation        │
3834       │                  │                  │               │ and resets it upon       │
3835       │                  │                  │               │ deactivation. To         │
3836       │                  │                  │               │ prevent any              │
3837       │                  │                  │               │ changes to SR-IOV        │
3838       │                  │                  │               │ parameters don't         │
3839       │                  │                  │               │ add a sriov              │
3840       │                  │                  │               │ setting to the           │
3841       │                  │                  │               │ connection.              │
3842       ├──────────────────┼──────────────────┼───────────────┼──────────────────────────┤
3843       │vfs               │ array of vardict │               │ Array of virtual         │
3844       │                  │                  │               │ function                 │
3845       │                  │                  │               │ descriptors. Each        │
3846       │                  │                  │               │ VF descriptor is a       │
3847       │                  │                  │               │ dictionary mapping       │
3848       │                  │                  │               │ attribute names to       │
3849       │                  │                  │               │ GVariant values.         │
3850       │                  │                  │               │ The 'index' entry        │
3851       │                  │                  │               │ is mandatory for         │
3852       │                  │                  │               │ each VF. When            │
3853       │                  │                  │               │ represented as           │
3854       │                  │                  │               │ string a VF is in        │
3855       │                  │                  │               │ the form: "INDEX         │
3856       │                  │                  │               │ [ATTR=VALUE[             │
3857       │                  │                  │               │ ATTR=VALUE]...]".        │
3858       │                  │                  │               │ for example: "2          │
3859       │                  │                  │               │ mac=00:11:22:33:44:55    │
3860       │                  │                  │               │ spoof-check=true".       │
3861       │                  │                  │               │ Multiple VFs can         │
3862       │                  │                  │               │ be specified using       │
3863       │                  │                  │               │ a comma as               │
3864       │                  │                  │               │ separator.               │
3865       │                  │                  │               │ Currently the            │
3866       │                  │                  │               │ following                │
3867       │                  │                  │               │ attributes are           │
3868       │                  │                  │               │ supported: mac,          │
3869       │                  │                  │               │ spoof-check,             │
3870       │                  │                  │               │ trust,                   │
3871       │                  │                  │               │ min-tx-rate,             │
3872       │                  │                  │               │ max-tx-rate,             │
3873       │                  │                  │               │ vlans. The "vlans"       │
3874       │                  │                  │               │ attribute is             │
3875       │                  │                  │               │ represented as a         │
3876       │                  │                  │               │ semicolon-separated      │
3877       │                  │                  │               │ list of VLAN             │
3878       │                  │                  │               │ descriptors, where       │
3879       │                  │                  │               │ each descriptor          │
3880       │                  │                  │               │ has the form             │
3881       │                  │                  │               │ "ID[.PRIORITY[.PROTO]]". │
3882       │                  │                  │               │ PROTO can be             │
3883       │                  │                  │               │ either 'q' for           │
3884       │                  │                  │               │ 802.1Q (the              │
3885       │                  │                  │               │ default) or 'ad'         │
3886       │                  │                  │               │ for 802.1ad.             │
3887       └──────────────────┴──────────────────┴───────────────┴──────────────────────────┘
3888
3889   tc setting
3890       Linux Traffic Control Settings.
3891
3892       ┌─────────┬──────────────────┬───────────────┬──────────────────┐
3893Key Name Value Type       Default Value Value            
3894       │         │                  │               │ Description      
3895       ├─────────┼──────────────────┼───────────────┼──────────────────┤
3896       │qdiscs   │ array of vardict │               │ Array of TC      │
3897       │         │                  │               │ queueing         │
3898       │         │                  │               │ disciplines.     │
3899       ├─────────┼──────────────────┼───────────────┼──────────────────┤
3900       │tfilters │ array of vardict │               │ Array of TC      │
3901       │         │                  │               │ traffic filters. │
3902       └─────────┴──────────────────┴───────────────┴──────────────────┘
3903
3904   team setting
3905       Teaming Settings.
3906
3907       ┌────────────────────────────┬──────────────────┬───────────────┬──────────────────────────────┐
3908Key Name                    Value Type       Default Value Value                        
3909       │                            │                  │               │ Description                  
3910       ├────────────────────────────┼──────────────────┼───────────────┼──────────────────────────────┤
3911       │config                      │ string           │               │ The JSON                     │
3912       │                            │                  │               │ configuration                │
3913       │                            │                  │               │ for the team                 │
3914       │                            │                  │               │ network                      │
3915       │                            │                  │               │ interface.  The              │
3916       │                            │                  │               │ property should              │
3917       │                            │                  │               │ contain raw JSON             │
3918       │                            │                  │               │ configuration                │
3919       │                            │                  │               │ data suitable                │
3920       │                            │                  │               │ for teamd,                   │
3921       │                            │                  │               │ because the                  │
3922       │                            │                  │               │ value is passed              │
3923       │                            │                  │               │ directly to                  │
3924       │                            │                  │               │ teamd. If not                │
3925       │                            │                  │               │ specified, the               │
3926       │                            │                  │               │ default                      │
3927       │                            │                  │               │ configuration is             │
3928       │                            │                  │               │ used.  See man               │
3929       │                            │                  │               │ teamd.conf for               │
3930       │                            │                  │               │ the format                   │
3931       │                            │                  │               │ details.                     │
3932       ├────────────────────────────┼──────────────────┼───────────────┼──────────────────────────────┤
3933       │interface-name              │ string           │               │ Deprecated in                │
3934       │                            │                  │               │ favor of                     │
3935       │                            │                  │               │ connection.interface-name,   │
3936       │                            │                  │               │ but can be used              │
3937       │                            │                  │               │ for                          │
3938       │                            │                  │               │ backward-compatibility       │
3939       │                            │                  │               │ with older                   │
3940       │                            │                  │               │ daemons, to set              │
3941       │                            │                  │               │ the team's                   │
3942       │                            │                  │               │ interface name.              │
3943       ├────────────────────────────┼──────────────────┼───────────────┼──────────────────────────────┤
3944       │link-watchers               │ array of vardict │               │ Link watchers                │
3945       │                            │                  │               │ configuration for the        │
3946       │                            │                  │               │ connection: each link        │
3947       │                            │                  │               │ watcher is defined by a      │
3948       │                            │                  │               │ dictionary, whose keys       │
3949       │                            │                  │               │ depend upon the selected     │
3950       │                            │                  │               │ link watcher. Available      │
3951       │                            │                  │               │ link watchers are            │
3952       │                            │                  │               │ 'ethtool', 'nsna_ping' and   │
3953       │                            │                  │               │ 'arp_ping' and it is         │
3954       │                            │                  │               │ specified in the             │
3955       │                            │                  │               │ dictionary with the key      │
3956       │                            │                  │               │ 'name'. Available keys       │
3957       │                            │                  │               │ are:   ethtool:              │
3958       │                            │                  │               │ 'delay-up', 'delay-down',    │
3959       │                            │                  │               │ 'init-wait'; nsna_ping:      │
3960       │                            │                  │               │ 'init-wait', 'interval',     │
3961       │                            │                  │               │ 'missed-max',                │
3962       │                            │                  │               │ 'target-host'; arp_ping:     │
3963       │                            │                  │               │ all the ones in nsna_ping    │
3964       │                            │                  │               │ and 'source-host',           │
3965       │                            │                  │               │ 'validate-active',           │
3966       │                            │                  │               │ 'validate-inactive',         │
3967       │                            │                  │               │ 'send-always'. See           │
3968       │                            │                  │               │ teamd.conf man for more      │
3969       │                            │                  │               │ details.                     │
3970       ├────────────────────────────┼──────────────────┼───────────────┼──────────────────────────────┤
3971       │mcast-rejoin-count          │ int32            │ -1            │ Corresponds to the teamd     │
3972       │                            │                  │               │ mcast_rejoin.count.          │
3973       ├────────────────────────────┼──────────────────┼───────────────┼──────────────────────────────┤
3974       │mcast-rejoin-interval       │ int32            │ -1            │ Corresponds to the teamd     │
3975       │                            │                  │               │ mcast_rejoin.interval.       │
3976       ├────────────────────────────┼──────────────────┼───────────────┼──────────────────────────────┤
3977       │notify-peers-count          │ int32            │ -1            │ Corresponds to the teamd     │
3978       │                            │                  │               │ notify_peers.count.          │
3979       ├────────────────────────────┼──────────────────┼───────────────┼──────────────────────────────┤
3980       │notify-peers-interval       │ int32            │ -1            │ Corresponds to the teamd     │
3981       │                            │                  │               │ notify_peers.interval.       │
3982       ├────────────────────────────┼──────────────────┼───────────────┼──────────────────────────────┤
3983       │runner                      │ string           │               │ Corresponds to the teamd     │
3984       │                            │                  │               │ runner.name. Permitted       │
3985       │                            │                  │               │ values are: "roundrobin",    │
3986       │                            │                  │               │ "broadcast",                 │
3987       │                            │                  │               │ "activebackup",              │
3988       │                            │                  │               │ "loadbalance", "lacp",       │
3989       │                            │                  │               │ "random".                    │
3990       ├────────────────────────────┼──────────────────┼───────────────┼──────────────────────────────┤
3991       │runner-active               │ boolean          │ TRUE          │ Corresponds to the teamd     │
3992       │                            │                  │               │ runner.active.               │
3993       ├────────────────────────────┼──────────────────┼───────────────┼──────────────────────────────┤
3994       │runner-agg-select-policy    │ string           │               │ Corresponds to the teamd     │
3995       │                            │                  │               │ runner.agg_select_policy.    │
3996       ├────────────────────────────┼──────────────────┼───────────────┼──────────────────────────────┤
3997       │runner-fast-rate            │ boolean          │ FALSE         │ Corresponds to the teamd     │
3998       │                            │                  │               │ runner.fast_rate.            │
3999       ├────────────────────────────┼──────────────────┼───────────────┼──────────────────────────────┤
4000       │runner-hwaddr-policy        │ string           │               │ Corresponds to the teamd     │
4001       │                            │                  │               │ runner.hwaddr_policy.        │
4002       ├────────────────────────────┼──────────────────┼───────────────┼──────────────────────────────┤
4003       │runner-min-ports            │ int32            │ -1            │ Corresponds to the teamd     │
4004       │                            │                  │               │ runner.min_ports.            │
4005       ├────────────────────────────┼──────────────────┼───────────────┼──────────────────────────────┤
4006       │runner-sys-prio             │ int32            │ -1            │ Corresponds to the teamd     │
4007       │                            │                  │               │ runner.sys_prio.             │
4008       ├────────────────────────────┼──────────────────┼───────────────┼──────────────────────────────┤
4009       │runner-tx-balancer          │ string           │               │ Corresponds to the teamd     │
4010       │                            │                  │               │ runner.tx_balancer.name.     │
4011       ├────────────────────────────┼──────────────────┼───────────────┼──────────────────────────────┤
4012       │runner-tx-balancer-interval │ int32            │ -1            │ Corresponds to the teamd     │
4013       │                            │                  │               │ runner.tx_balancer.interval. │
4014       ├────────────────────────────┼──────────────────┼───────────────┼──────────────────────────────┤
4015       │runner-tx-hash              │ array of string  │               │ Corresponds to the teamd     │
4016       │                            │                  │               │ runner.tx_hash.              │
4017       └────────────────────────────┴──────────────────┴───────────────┴──────────────────────────────┘
4018
4019   team-port setting
4020       Team Port Settings.
4021
4022       ┌──────────────┬──────────────────┬───────────────┬─────────────────────────────┐
4023Key Name      Value Type       Default Value Value                       
4024       │              │                  │               │ Description                 
4025       ├──────────────┼──────────────────┼───────────────┼─────────────────────────────┤
4026       │config        │ string           │               │ The JSON                    │
4027       │              │                  │               │ configuration               │
4028       │              │                  │               │ for the team                │
4029       │              │                  │               │ port. The                   │
4030       │              │                  │               │ property should             │
4031       │              │                  │               │ contain raw JSON            │
4032       │              │                  │               │ configuration               │
4033       │              │                  │               │ data suitable               │
4034       │              │                  │               │ for teamd,                  │
4035       │              │                  │               │ because the                 │
4036       │              │                  │               │ value is passed             │
4037       │              │                  │               │ directly to                 │
4038       │              │                  │               │ teamd. If not               │
4039       │              │                  │               │ specified, the              │
4040       │              │                  │               │ default                     │
4041       │              │                  │               │ configuration is            │
4042       │              │                  │               │ used. See man               │
4043       │              │                  │               │ teamd.conf for              │
4044       │              │                  │               │ the format                  │
4045       │              │                  │               │ details.                    │
4046       ├──────────────┼──────────────────┼───────────────┼─────────────────────────────┤
4047       │lacp-key      │ int32            │ -1            │ Corresponds to              │
4048       │              │                  │               │ the teamd                   │
4049       │              │                  │               │ ports.PORTIFNAME.lacp_key.  │
4050       ├──────────────┼──────────────────┼───────────────┼─────────────────────────────┤
4051       │lacp-prio     │ int32            │ -1            │ Corresponds to the teamd    │
4052       │              │                  │               │ ports.PORTIFNAME.lacp_prio. │
4053       ├──────────────┼──────────────────┼───────────────┼─────────────────────────────┤
4054       │link-watchers │ array of vardict │               │ Link watchers configuration │
4055       │              │                  │               │ for the connection: each    │
4056       │              │                  │               │ link watcher is defined by  │
4057       │              │                  │               │ a dictionary, whose keys    │
4058       │              │                  │               │ depend upon the selected    │
4059       │              │                  │               │ link watcher. Available     │
4060       │              │                  │               │ link watchers are           │
4061       │              │                  │               │ 'ethtool', 'nsna_ping' and  │
4062       │              │                  │               │ 'arp_ping' and it is        │
4063       │              │                  │               │ specified in the dictionary │
4064       │              │                  │               │ with the key 'name'.        │
4065       │              │                  │               │ Available keys are:         │
4066       │              │                  │               │ ethtool: 'delay-up',        │
4067       │              │                  │               │ 'delay-down', 'init-wait';  │
4068       │              │                  │               │ nsna_ping: 'init-wait',     │
4069       │              │                  │               │ 'interval', 'missed-max',   │
4070       │              │                  │               │ 'target-host'; arp_ping:    │
4071       │              │                  │               │ all the ones in nsna_ping   │
4072       │              │                  │               │ and 'source-host',          │
4073       │              │                  │               │ 'validate-active',          │
4074       │              │                  │               │ 'validate-inactive',        │
4075       │              │                  │               │ 'send-always'. See          │
4076       │              │                  │               │ teamd.conf man for more     │
4077       │              │                  │               │ details.                    │
4078       ├──────────────┼──────────────────┼───────────────┼─────────────────────────────┤
4079       │prio          │ int32            │ 0             │ Corresponds to the teamd    │
4080       │              │                  │               │ ports.PORTIFNAME.prio.      │
4081       ├──────────────┼──────────────────┼───────────────┼─────────────────────────────┤
4082       │queue-id      │ int32            │ -1            │ Corresponds to the teamd    │
4083       │              │                  │               │ ports.PORTIFNAME.queue_id.  │
4084       │              │                  │               │ When set to -1 means the    │
4085       │              │                  │               │ parameter is skipped from   │
4086       │              │                  │               │ the json config.            │
4087       ├──────────────┼──────────────────┼───────────────┼─────────────────────────────┤
4088       │sticky        │ boolean          │ FALSE         │ Corresponds to the teamd    │
4089       │              │                  │               │ ports.PORTIFNAME.sticky.    │
4090       └──────────────┴──────────────────┴───────────────┴─────────────────────────────┘
4091
4092   tun setting
4093       Tunnel Settings.
4094
4095       ┌────────────┬────────────┬───────────────┬─────────────────────────┐
4096Key Name    Value Type Default Value Value                   
4097       │            │            │               │ Description             
4098       ├────────────┼────────────┼───────────────┼─────────────────────────┤
4099       │group       │ string     │               │ The group ID            │
4100       │            │            │               │ which will own          │
4101       │            │            │               │ the device. If          │
4102       │            │            │               │ set to NULL             │
4103       │            │            │               │ everyone will be        │
4104       │            │            │               │ able to use the         │
4105       │            │            │               │ device.                 │
4106       ├────────────┼────────────┼───────────────┼─────────────────────────┤
4107       │mode        │ uint32     │ 1             │ The operating           │
4108       │            │            │               │ mode of the             │
4109       │            │            │               │ virtual device.         │
4110       │            │            │               │ Allowed values          │
4111       │            │            │               │ are                     │
4112       │            │            │               │ NM_SETTING_TUN_MODE_TUN │
4113       │            │            │               │ (1) to create a         │
4114       │            │            │               │ layer 3 device          │
4115       │            │            │               │ and                     │
4116       │            │            │               │ NM_SETTING_TUN_MODE_TAP │
4117       │            │            │               │ (2) to create an        │
4118       │            │            │               │ Ethernet-like           │
4119       │            │            │               │ layer 2 one.            │
4120       ├────────────┼────────────┼───────────────┼─────────────────────────┤
4121       │multi-queue │ boolean    │ FALSE         │ If the property is set  │
4122       │            │            │               │ to TRUE, the interface  │
4123       │            │            │               │ will support multiple   │
4124       │            │            │               │ file descriptors        │
4125       │            │            │               │ (queues) to parallelize │
4126       │            │            │               │ packet sending or       │
4127       │            │            │               │ receiving. Otherwise,   │
4128       │            │            │               │ the interface will only │
4129       │            │            │               │ support a single queue. │
4130       ├────────────┼────────────┼───────────────┼─────────────────────────┤
4131       │owner       │ string     │               │ The user ID which will  │
4132       │            │            │               │ own the device. If set  │
4133       │            │            │               │ to NULL everyone will   │
4134       │            │            │               │ be able to use the      │
4135       │            │            │               │ device.                 │
4136       ├────────────┼────────────┼───────────────┼─────────────────────────┤
4137       │pi          │ boolean    │ FALSE         │ If TRUE the interface   │
4138       │            │            │               │ will prepend a 4 byte   │
4139       │            │            │               │ header describing the   │
4140       │            │            │               │ physical interface to   │
4141       │            │            │               │ the packets.            │
4142       ├────────────┼────────────┼───────────────┼─────────────────────────┤
4143       │vnet-hdr    │ boolean    │ FALSE         │ If TRUE the             │
4144       │            │            │               │ IFF_VNET_HDR the tunnel │
4145       │            │            │               │ packets will include a  │
4146       │            │            │               │ virtio network header.  │
4147       └────────────┴────────────┴───────────────┴─────────────────────────┘
4148
4149   user setting
4150       General User Profile Settings.
4151
4152       ┌─────────┬────────────────┬───────────────┬──────────────────┐
4153Key Name Value Type     Default Value Value            
4154       │         │                │               │ Description      
4155       ├─────────┼────────────────┼───────────────┼──────────────────┤
4156       │data     │ dict of string │ {}            │ A dictionary of  │
4157       │         │ to string      │               │ key/value pairs  │
4158       │         │                │               │ with user data.  │
4159       │         │                │               │ This data is     │
4160       │         │                │               │ ignored by       │
4161       │         │                │               │ NetworkManager   │
4162       │         │                │               │ and can be used  │
4163       │         │                │               │ at the users     │
4164       │         │                │               │ discretion. The  │
4165       │         │                │               │ keys only        │
4166       │         │                │               │ support a strict │
4167       │         │                │               │ ascii format,    │
4168       │         │                │               │ but the values   │
4169       │         │                │               │ can be arbitrary │
4170       │         │                │               │ UTF8 strings up  │
4171       │         │                │               │ to a certain     │
4172       │         │                │               │ length.          │
4173       └─────────┴────────────────┴───────────────┴──────────────────┘
4174
4175   vlan setting
4176       VLAN Settings.
4177
4178       ┌─────────────────────┬─────────────────┬───────────────┬───────────────────────────────┐
4179Key Name             Value Type      Default Value Value                         
4180       │                     │                 │               │ Description                   
4181       ├─────────────────────┼─────────────────┼───────────────┼───────────────────────────────┤
4182       │egress-priority-map  │ array of string │               │ For outgoing                  │
4183       │                     │                 │               │ packets, a list               │
4184       │                     │                 │               │ of mappings from              │
4185       │                     │                 │               │ Linux SKB                     │
4186       │                     │                 │               │ priorities to                 │
4187       │                     │                 │               │ 802.1p                        │
4188       │                     │                 │               │ priorities.  The              │
4189       │                     │                 │               │ mapping is given              │
4190       │                     │                 │               │ in the format                 │
4191       │                     │                 │               │ "from:to" where               │
4192       │                     │                 │               │ both "from" and               │
4193       │                     │                 │               │ "to" are                      │
4194       │                     │                 │               │ unsigned                      │
4195       │                     │                 │               │ integers, ie                  │
4196       │                     │                 │               │ "7:3".                        │
4197       ├─────────────────────┼─────────────────┼───────────────┼───────────────────────────────┤
4198       │flags                │ NMVlanFlags     │               │ One or more                   │
4199       │                     │ (uint32)        │               │ flags which                   │
4200       │                     │                 │               │ control the                   │
4201       │                     │                 │               │ behavior and                  │
4202       │                     │                 │               │ features of the               │
4203       │                     │                 │               │ VLAN interface.               │
4204       │                     │                 │               │ Flags include                 │
4205       │                     │                 │               │ NM_VLAN_FLAG_REORDER_HEADERS  │
4206       │                     │                 │               │ (0x1)                         │
4207       │                     │                 │               │ (reordering of                │
4208       │                     │                 │               │ output packet                 │
4209       │                     │                 │               │ headers),                     │
4210       │                     │                 │               │ NM_VLAN_FLAG_GVRP             │
4211       │                     │                 │               │ (0x2) (use of                 │
4212       │                     │                 │               │ the GVRP                      │
4213       │                     │                 │               │ protocol), and                │
4214       │                     │                 │               │ NM_VLAN_FLAG_LOOSE_BINDING    │
4215       │                     │                 │               │ (0x4) (loose                  │
4216       │                     │                 │               │ binding of the                │
4217       │                     │                 │               │ interface to its              │
4218       │                     │                 │               │ master device's               │
4219       │                     │                 │               │ operating                     │
4220       │                     │                 │               │ state).                       │
4221       │                     │                 │               │ NM_VLAN_FLAG_MVRP             │
4222       │                     │                 │               │ (0x8) (use of                 │
4223       │                     │                 │               │ the MVRP                      │
4224       │                     │                 │               │ protocol). The                │
4225       │                     │                 │               │ default value of              │
4226       │                     │                 │               │ this property is              │
4227       │                     │                 │               │ NM_VLAN_FLAG_REORDER_HEADERS, │
4228       │                     │                 │               │ but it used to                │
4229       │                     │                 │               │ be 0. To                      │
4230       │                     │                 │               │ preserve                      │
4231       │                     │                 │               │ backward                      │
4232       │                     │                 │               │ compatibility,                │
4233       │                     │                 │               │ the                           │
4234       │                     │                 │               │ default-value in              │
4235       │                     │                 │               │ the D-Bus API                 │
4236       │                     │                 │               │ continues to be               │
4237       │                     │                 │               │ 0 and a missing               │
4238       │                     │                 │               │ property on                   │
4239       │                     │                 │               │ D-Bus is still                │
4240       │                     │                 │               │ considered as 0.              │
4241       ├─────────────────────┼─────────────────┼───────────────┼───────────────────────────────┤
4242       │id                   │ uint32          │ 0             │ The VLAN identifier that the  │
4243       │                     │                 │               │ interface created by this     │
4244       │                     │                 │               │ connection should be          │
4245       │                     │                 │               │ assigned. The valid range is  │
4246       │                     │                 │               │ from 0 to 4094, without the   │
4247       │                     │                 │               │ reserved id 4095.             │
4248       ├─────────────────────┼─────────────────┼───────────────┼───────────────────────────────┤
4249       │ingress-priority-map │ array of string │               │ For incoming packets, a list  │
4250       │                     │                 │               │ of mappings from 802.1p       │
4251       │                     │                 │               │ priorities to Linux SKB       │
4252       │                     │                 │               │ priorities.  The mapping is   │
4253       │                     │                 │               │ given in the format "from:to" │
4254       │                     │                 │               │ where both "from" and "to"    │
4255       │                     │                 │               │ are unsigned integers, ie     │
4256       │                     │                 │               │ "7:3".                        │
4257       ├─────────────────────┼─────────────────┼───────────────┼───────────────────────────────┤
4258       │interface-name       │ string          │               │ Deprecated in favor of        │
4259       │                     │                 │               │ connection.interface-name,    │
4260       │                     │                 │               │ but can be used for           │
4261       │                     │                 │               │ backward-compatibility with   │
4262       │                     │                 │               │ older daemons, to set the     │
4263       │                     │                 │               │ vlan's interface name.        │
4264       ├─────────────────────┼─────────────────┼───────────────┼───────────────────────────────┤
4265       │parent               │ string          │               │ If given, specifies the       │
4266       │                     │                 │               │ parent interface name or      │
4267       │                     │                 │               │ parent connection UUID from   │
4268       │                     │                 │               │ which this VLAN interface     │
4269       │                     │                 │               │ should be created.  If this   │
4270       │                     │                 │               │ property is not specified,    │
4271       │                     │                 │               │ the connection must contain   │
4272       │                     │                 │               │ an "802-3-ethernet" setting   │
4273       │                     │                 │               │ with a "mac-address"          │
4274       │                     │                 │               │ property.                     │
4275       └─────────────────────┴─────────────────┴───────────────┴───────────────────────────────┘
4276
4277   vpn setting
4278       VPN Settings.
4279
4280       ┌─────────────┬────────────────┬───────────────┬─────────────────────────────────────┐
4281Key Name     Value Type     Default Value Value                               
4282       │             │                │               │ Description                         
4283       ├─────────────┼────────────────┼───────────────┼─────────────────────────────────────┤
4284       │data         │ dict of string │ {}            │ Dictionary of                       │
4285       │             │ to string      │               │ key/value pairs                     │
4286       │             │                │               │ of VPN plugin                       │
4287       │             │                │               │ specific data.                      │
4288       │             │                │               │ Both keys and                       │
4289       │             │                │               │ values must be                      │
4290       │             │                │               │ strings.                            │
4291       ├─────────────┼────────────────┼───────────────┼─────────────────────────────────────┤
4292       │persistent   │ boolean        │ FALSE         │ If the VPN                          │
4293       │             │                │               │ service supports                    │
4294       │             │                │               │ persistence, and                    │
4295       │             │                │               │ this property is                    │
4296       │             │                │               │ TRUE, the VPN                       │
4297       │             │                │               │ will attempt to                     │
4298       │             │                │               │ stay connected                      │
4299       │             │                │               │ across link                         │
4300       │             │                │               │ changes and                         │
4301       │             │                │               │ outages, until                      │
4302       │             │                │               │ explicitly                          │
4303       │             │                │               │ disconnected.                       │
4304       ├─────────────┼────────────────┼───────────────┼─────────────────────────────────────┤
4305       │secrets      │ dict of string │ {}            │ Dictionary of                       │
4306       │             │ to string      │               │ key/value pairs                     │
4307       │             │                │               │ of VPN plugin                       │
4308       │             │                │               │ specific secrets                    │
4309       │             │                │               │ like passwords                      │
4310       │             │                │               │ or private keys.                    │
4311       │             │                │               │ Both keys and                       │
4312       │             │                │               │ values must be                      │
4313       │             │                │               │ strings.                            │
4314       ├─────────────┼────────────────┼───────────────┼─────────────────────────────────────┤
4315       │service-type │ string         │               │ D-Bus service                       │
4316       │             │                │               │ name of the VPN                     │
4317       │             │                │               │ plugin that this                    │
4318       │             │                │               │ setting uses to                     │
4319       │             │                │               │ connect to its                      │
4320       │             │                │               │ network.  i.e.                      │
4321       │             │                │               │ org.freedesktop.NetworkManager.vpnc │
4322       │             │                │               │ for the vpnc                        │
4323       │             │                │               │ plugin.                             │
4324       ├─────────────┼────────────────┼───────────────┼─────────────────────────────────────┤
4325       │timeout      │ uint32         │ 0             │ Timeout for the VPN service to      │
4326       │             │                │               │ establish the connection. Some      │
4327       │             │                │               │ services may take quite a long time │
4328       │             │                │               │ to connect. Value of 0 means a      │
4329       │             │                │               │ default timeout, which is 60        │
4330       │             │                │               │ seconds (unless overridden by       │
4331       │             │                │               │ vpn.timeout in configuration file). │
4332       │             │                │               │ Values greater than zero mean       │
4333       │             │                │               │ timeout in seconds.                 │
4334       ├─────────────┼────────────────┼───────────────┼─────────────────────────────────────┤
4335       │user-name    │ string         │               │ If the VPN connection requires a    │
4336       │             │                │               │ user name for authentication, that  │
4337       │             │                │               │ name should be provided here.  If   │
4338       │             │                │               │ the connection is available to more │
4339       │             │                │               │ than one user, and the VPN requires │
4340       │             │                │               │ each user to supply a different     │
4341       │             │                │               │ name, then leave this property      │
4342       │             │                │               │ empty.  If this property is empty,  │
4343       │             │                │               │ NetworkManager will automatically   │
4344       │             │                │               │ supply the username of the user     │
4345       │             │                │               │ which requested the VPN connection. │
4346       └─────────────┴────────────────┴───────────────┴─────────────────────────────────────┘
4347
4348   vrf setting
4349       VRF settings.
4350
4351       ┌─────────┬────────────┬───────────────┬────────────────┐
4352Key Name Value Type Default Value Value          
4353       │         │            │               │ Description    
4354       ├─────────┼────────────┼───────────────┼────────────────┤
4355       │table    │ uint32     │ 0             │ The routing    │
4356       │         │            │               │ table for this │
4357       │         │            │               │ VRF.           │
4358       └─────────┴────────────┴───────────────┴────────────────┘
4359
4360   vxlan setting
4361       VXLAN Settings.
4362
4363       ┌─────────────────┬────────────┬───────────────┬──────────────────┐
4364Key Name         Value Type Default Value Value            
4365       │                 │            │               │ Description      
4366       ├─────────────────┼────────────┼───────────────┼──────────────────┤
4367       │ageing           │ uint32     │ 300           │ Specifies the    │
4368       │                 │            │               │ lifetime in      │
4369       │                 │            │               │ seconds of FDB   │
4370       │                 │            │               │ entries learnt   │
4371       │                 │            │               │ by the kernel.   │
4372       ├─────────────────┼────────────┼───────────────┼──────────────────┤
4373       │destination-port │ uint32     │ 8472          │ Specifies the    │
4374       │                 │            │               │ UDP destination  │
4375       │                 │            │               │ port to          │
4376       │                 │            │               │ communicate to   │
4377       │                 │            │               │ the remote VXLAN │
4378       │                 │            │               │ tunnel endpoint. │
4379       ├─────────────────┼────────────┼───────────────┼──────────────────┤
4380       │id               │ uint32     │ 0             │ Specifies the    │
4381       │                 │            │               │ VXLAN Network    │
4382       │                 │            │               │ Identifier (or   │
4383       │                 │            │               │ VXLAN Segment    │
4384       │                 │            │               │ Identifier) to   │
4385       │                 │            │               │ use.             │
4386       ├─────────────────┼────────────┼───────────────┼──────────────────┤
4387       │l2-miss          │ boolean    │ FALSE         │ Specifies        │
4388       │                 │            │               │ whether netlink  │
4389       │                 │            │               │ LL ADDR miss     │
4390       │                 │            │               │ notifications    │
4391       │                 │            │               │ are generated.   │
4392       ├─────────────────┼────────────┼───────────────┼──────────────────┤
4393       │l3-miss          │ boolean    │ FALSE         │ Specifies        │
4394       │                 │            │               │ whether netlink  │
4395       │                 │            │               │ IP ADDR miss     │
4396       │                 │            │               │ notifications    │
4397       │                 │            │               │ are generated.   │
4398       ├─────────────────┼────────────┼───────────────┼──────────────────┤
4399       │learning         │ boolean    │ TRUE          │ Specifies        │
4400       │                 │            │               │ whether unknown  │
4401       │                 │            │               │ source link      │
4402       │                 │            │               │ layer addresses  │
4403       │                 │            │               │ and IP addresses │
4404       │                 │            │               │ are entered into │
4405       │                 │            │               │ the VXLAN device │
4406       │                 │            │               │ forwarding       │
4407       │                 │            │               │ database.        │
4408       ├─────────────────┼────────────┼───────────────┼──────────────────┤
4409       │limit            │ uint32     │ 0             │ Specifies the    │
4410       │                 │            │               │ maximum number   │
4411       │                 │            │               │ of FDB entries.  │
4412       │                 │            │               │ A value of zero  │
4413       │                 │            │               │ means that the   │
4414       │                 │            │               │ kernel will      │
4415       │                 │            │               │ store unlimited  │
4416       │                 │            │               │ entries.         │
4417       ├─────────────────┼────────────┼───────────────┼──────────────────┤
4418       │local            │ string     │               │ If given,        │
4419       │                 │            │               │ specifies the    │
4420       │                 │            │               │ source IP        │
4421       │                 │            │               │ address to use   │
4422       │                 │            │               │ in outgoing      │
4423       │                 │            │               │ packets.         │
4424       ├─────────────────┼────────────┼───────────────┼──────────────────┤
4425       │parent           │ string     │               │ If given,        │
4426       │                 │            │               │ specifies the    │
4427       │                 │            │               │ parent interface │
4428       │                 │            │               │ name or parent   │
4429       │                 │            │               │ connection UUID. │
4430       ├─────────────────┼────────────┼───────────────┼──────────────────┤
4431       │proxy            │ boolean    │ FALSE         │ Specifies        │
4432       │                 │            │               │ whether ARP      │
4433       │                 │            │               │ proxy is turned  │
4434       │                 │            │               │ on.              │
4435       ├─────────────────┼────────────┼───────────────┼──────────────────┤
4436       │remote           │ string     │               │ Specifies the    │
4437       │                 │            │               │ unicast          │
4438       │                 │            │               │ destination IP   │
4439       │                 │            │               │ address to use   │
4440       │                 │            │               │ in outgoing      │
4441       │                 │            │               │ packets when the │
4442       │                 │            │               │ destination link │
4443       │                 │            │               │ layer address is │
4444       │                 │            │               │ not known in the │
4445       │                 │            │               │ VXLAN device     │
4446       │                 │            │               │ forwarding       │
4447       │                 │            │               │ database, or the │
4448       │                 │            │               │ multicast IP     │
4449       │                 │            │               │ address to join. │
4450       ├─────────────────┼────────────┼───────────────┼──────────────────┤
4451       │rsc              │ boolean    │ FALSE         │ Specifies        │
4452       │                 │            │               │ whether route    │
4453       │                 │            │               │ short circuit is │
4454       │                 │            │               │ turned on.       │
4455       ├─────────────────┼────────────┼───────────────┼──────────────────┤
4456       │source-port-max  │ uint32     │ 0             │ Specifies the    │
4457       │                 │            │               │ maximum UDP      │
4458       │                 │            │               │ source port to   │
4459       │                 │            │               │ communicate to   │
4460       │                 │            │               │ the remote VXLAN │
4461       │                 │            │               │ tunnel endpoint. │
4462       ├─────────────────┼────────────┼───────────────┼──────────────────┤
4463       │source-port-min  │ uint32     │ 0             │ Specifies the    │
4464       │                 │            │               │ minimum UDP      │
4465       │                 │            │               │ source port to   │
4466       │                 │            │               │ communicate to   │
4467       │                 │            │               │ the remote VXLAN │
4468       │                 │            │               │ tunnel endpoint. │
4469       ├─────────────────┼────────────┼───────────────┼──────────────────┤
4470       │tos              │ uint32     │ 0             │ Specifies the    │
4471       │                 │            │               │ TOS value to use │
4472       │                 │            │               │ in outgoing      │
4473       │                 │            │               │ packets.         │
4474       ├─────────────────┼────────────┼───────────────┼──────────────────┤
4475       │ttl              │ uint32     │ 0             │ Specifies the    │
4476       │                 │            │               │ time-to-live     │
4477       │                 │            │               │ value to use in  │
4478       │                 │            │               │ outgoing         │
4479       │                 │            │               │ packets.         │
4480       └─────────────────┴────────────┴───────────────┴──────────────────┘
4481
4482   wifi-p2p setting
4483       Wi-Fi P2P Settings.
4484
4485       ┌───────────┬────────────┬───────────────┬──────────────────┐
4486Key Name   Value Type Default Value Value            
4487       │           │            │               │ Description      
4488       ├───────────┼────────────┼───────────────┼──────────────────┤
4489       │peer       │ string     │               │ The P2P device   │
4490       │           │            │               │ that should be   │
4491       │           │            │               │ connected to.    │
4492       │           │            │               │ Currently this   │
4493       │           │            │               │ is the only way  │
4494       │           │            │               │ to create or     │
4495       │           │            │               │ join a group.    │
4496       ├───────────┼────────────┼───────────────┼──────────────────┤
4497       │wfd-ies    │ byte array │               │ The Wi-Fi        │
4498       │           │            │               │ Display (WFD)    │
4499       │           │            │               │ Information      │
4500       │           │            │               │ Elements (IEs)   │
4501       │           │            │               │ to set. Wi-Fi    │
4502       │           │            │               │ Display requires │
4503       │           │            │               │ a protocol       │
4504       │           │            │               │ specific         │
4505       │           │            │               │ information      │
4506       │           │            │               │ element to be    │
4507       │           │            │               │ set in certain   │
4508       │           │            │               │ Wi-Fi frames.    │
4509       │           │            │               │ These can be     │
4510       │           │            │               │ specified here   │
4511       │           │            │               │ for the purpose  │
4512       │           │            │               │ of establishing  │
4513       │           │            │               │ a connection.    │
4514       │           │            │               │ This setting is  │
4515       │           │            │               │ only useful when │
4516       │           │            │               │ implementing a   │
4517       │           │            │               │ Wi-Fi Display    │
4518       │           │            │               │ client.          │
4519       ├───────────┼────────────┼───────────────┼──────────────────┤
4520       │wps-method │ uint32     │ 0             │ Flags indicating │
4521       │           │            │               │ which mode of    │
4522       │           │            │               │ WPS is to be     │
4523       │           │            │               │ used. There's    │
4524       │           │            │               │ little point in  │
4525       │           │            │               │ changing the     │
4526       │           │            │               │ default setting  │
4527       │           │            │               │ as               │
4528       │           │            │               │ NetworkManager   │
4529       │           │            │               │ will             │
4530       │           │            │               │ automatically    │
4531       │           │            │               │ determine the    │
4532       │           │            │               │ best method to   │
4533       │           │            │               │ use.             │
4534       └───────────┴────────────┴───────────────┴──────────────────┘
4535
4536   wimax setting
4537       WiMax Settings.
4538
4539       ┌─────────────┬────────────┬───────────────┬──────────────────┐
4540Key Name     Value Type Default Value Value            
4541       │             │            │               │ Description      
4542       ├─────────────┼────────────┼───────────────┼──────────────────┤
4543       │mac-address  │ byte array │               │ If specified,    │
4544       │             │            │               │ this connection  │
4545       │             │            │               │ will only apply  │
4546       │             │            │               │ to the WiMAX     │
4547       │             │            │               │ device whose MAC │
4548       │             │            │               │ address matches. │
4549       │             │            │               │ This property    │
4550       │             │            │               │ does not change  │
4551       │             │            │               │ the MAC address  │
4552       │             │            │               │ of the device    │
4553       │             │            │               │ (known as MAC    │
4554       │             │            │               │ spoofing).       │
4555       │             │            │               │ Deprecated: 1    │
4556       ├─────────────┼────────────┼───────────────┼──────────────────┤
4557       │network-name │ string     │               │ Network Service  │
4558       │             │            │               │ Provider (NSP)   │
4559       │             │            │               │ name of the      │
4560       │             │            │               │ WiMAX network    │
4561       │             │            │               │ this connection  │
4562       │             │            │               │ should use.      │
4563       │             │            │               │ Deprecated: 1    │
4564       └─────────────┴────────────┴───────────────┴──────────────────┘
4565
4566   802-3-ethernet setting
4567       Wired Ethernet Settings.
4568
4569       ┌──────────────────────────┬─────────────────┬───────────────┬────────────────────────────────────────┐
4570Key Name                  Value Type      Default Value Value                                  
4571       │                          │                 │               │ Description                            
4572       ├──────────────────────────┼─────────────────┼───────────────┼────────────────────────────────────────┤
4573       │assigned-mac-address      │ string          │               │ The new field                          │
4574       │                          │                 │               │ for the cloned                         │
4575       │                          │                 │               │ MAC address. It                        │
4576       │                          │                 │               │ can be either a                        │
4577       │                          │                 │               │ hardware address                       │
4578       │                          │                 │               │ in ASCII                               │
4579       │                          │                 │               │ representation,                        │
4580       │                          │                 │               │ or one of the                          │
4581       │                          │                 │               │ special values                         │
4582       │                          │                 │               │ "preserve",                            │
4583       │                          │                 │               │ "permanent",                           │
4584       │                          │                 │               │ "random" or                            │
4585       │                          │                 │               │ "stable". This                         │
4586       │                          │                 │               │ field replaces                         │
4587       │                          │                 │               │ the deprecated                         │
4588       │                          │                 │               │ "cloned-mac-address"                   │
4589       │                          │                 │               │ on D-Bus, which                        │
4590       │                          │                 │               │ can only contain                       │
4591       │                          │                 │               │ explicit                               │
4592       │                          │                 │               │ hardware                               │
4593       │                          │                 │               │ addresses. Note                        │
4594       │                          │                 │               │ that this                              │
4595       │                          │                 │               │ property only                          │
4596       │                          │                 │               │ exists in D-Bus                        │
4597       │                          │                 │               │ API. libnm and                         │
4598       │                          │                 │               │ nmcli continue                         │
4599       │                          │                 │               │ to call this                           │
4600       │                          │                 │               │ property                               │
4601       │                          │                 │               │ "cloned-mac-address".                  │
4602       ├──────────────────────────┼─────────────────┼───────────────┼────────────────────────────────────────┤
4603       │auto-negotiate            │ boolean         │ FALSE         │ When TRUE, enforce                     │
4604       │                          │                 │               │ auto-negotiation of                    │
4605       │                          │                 │               │ speed and duplex                       │
4606       │                          │                 │               │ mode. If "speed" and                   │
4607       │                          │                 │               │ "duplex" properties                    │
4608       │                          │                 │               │ are both specified,                    │
4609       │                          │                 │               │ only that single mode                  │
4610       │                          │                 │               │ will be advertised                     │
4611       │                          │                 │               │ and accepted during                    │
4612       │                          │                 │               │ the link                               │
4613       │                          │                 │               │ auto-negotiation                       │
4614       │                          │                 │               │ process: this works                    │
4615       │                          │                 │               │ only for BASE-T 802.3                  │
4616       │                          │                 │               │ specifications and is                  │
4617       │                          │                 │               │ useful for enforcing                   │
4618       │                          │                 │               │ gigabits modes, as in                  │
4619       │                          │                 │               │ these cases link                       │
4620       │                          │                 │               │ negotiation is                         │
4621       │                          │                 │               │ mandatory. When                        │
4622       │                          │                 │               │ FALSE, "speed" and                     │
4623       │                          │                 │               │ "duplex" properties                    │
4624       │                          │                 │               │ should be both set or                  │
4625       │                          │                 │               │ link configuration                     │
4626       │                          │                 │               │ will be skipped.                       │
4627       ├──────────────────────────┼─────────────────┼───────────────┼────────────────────────────────────────┤
4628       │cloned-mac-address        │ byte array      │               │ This D-Bus field is                    │
4629       │                          │                 │               │ deprecated in favor                    │
4630       │                          │                 │               │ of                                     │
4631       │                          │                 │               │ "assigned-mac-address"                 │
4632       │                          │                 │               │ which is more                          │
4633       │                          │                 │               │ flexible and allows                    │
4634       │                          │                 │               │ specifying special                     │
4635       │                          │                 │               │ variants like                          │
4636       │                          │                 │               │ "random". For libnm                    │
4637       │                          │                 │               │ and nmcli, this field                  │
4638       │                          │                 │               │ is called                              │
4639       │                          │                 │               │ "cloned-mac-address".                  │
4640       ├──────────────────────────┼─────────────────┼───────────────┼────────────────────────────────────────┤
4641       │duplex                    │ string          │               │ When a value is set,                   │
4642       │                          │                 │               │ either "half" or                       │
4643       │                          │                 │               │ "full", configures the                 │
4644       │                          │                 │               │ device to use the                      │
4645       │                          │                 │               │ specified duplex mode.                 │
4646       │                          │                 │               │ If "auto-negotiate" is                 │
4647       │                          │                 │               │ "yes" the specified                    │
4648       │                          │                 │               │ duplex mode will be                    │
4649       │                          │                 │               │ the only one                           │
4650       │                          │                 │               │ advertised during link                 │
4651       │                          │                 │               │ negotiation: this                      │
4652       │                          │                 │               │ works only for BASE-T                  │
4653       │                          │                 │               │ 802.3 specifications                   │
4654       │                          │                 │               │ and is useful for                      │
4655       │                          │                 │               │ enforcing gigabits                     │
4656       │                          │                 │               │ modes, as in these                     │
4657       │                          │                 │               │ cases link negotiation                 │
4658       │                          │                 │               │ is mandatory. If the                   │
4659       │                          │                 │               │ value is unset (the                    │
4660       │                          │                 │               │ default), the link                     │
4661       │                          │                 │               │ configuration will be                  │
4662       │                          │                 │               │ either skipped (if                     │
4663       │                          │                 │               │ "auto-negotiate" is                    │
4664       │                          │                 │               │ "no", the default) or                  │
4665       │                          │                 │               │ will be                                │
4666       │                          │                 │               │ auto-negotiated (if                    │
4667       │                          │                 │               │ "auto-negotiate" is                    │
4668       │                          │                 │               │ "yes") and the local                   │
4669       │                          │                 │               │ device will advertise                  │
4670       │                          │                 │               │ all the supported                      │
4671       │                          │                 │               │ duplex modes. Must be                  │
4672       │                          │                 │               │ set together with the                  │
4673       │                          │                 │               │ "speed" property if                    │
4674       │                          │                 │               │ specified. Before                      │
4675       │                          │                 │               │ specifying a duplex                    │
4676       │                          │                 │               │ mode be sure your                      │
4677       │                          │                 │               │ device supports it.                    │
4678       ├──────────────────────────┼─────────────────┼───────────────┼────────────────────────────────────────┤
4679       │generate-mac-address-mask │ string          │               │ With                                   │
4680       │                          │                 │               │ "cloned-mac-address"                   │
4681       │                          │                 │               │ setting "random" or                    │
4682       │                          │                 │               │ "stable", by default                   │
4683       │                          │                 │               │ all bits of the MAC                    │
4684       │                          │                 │               │ address are scrambled                  │
4685       │                          │                 │               │ and a                                  │
4686       │                          │                 │               │ locally-administered,                  │
4687       │                          │                 │               │ unicast MAC address is                 │
4688       │                          │                 │               │ created. This property                 │
4689       │                          │                 │               │ allows to specify that                 │
4690       │                          │                 │               │ certain bits are                       │
4691       │                          │                 │               │ fixed. Note that the                   │
4692       │                          │                 │               │ least significant bit                  │
4693       │                          │                 │               │ of the first MAC                       │
4694       │                          │                 │               │ address will always be                 │
4695       │                          │                 │               │ unset to create a                      │
4696       │                          │                 │               │ unicast MAC address.                   │
4697       │                          │                 │               │ If the property is                     │
4698       │                          │                 │               │ NULL, it is eligible                   │
4699       │                          │                 │               │ to be overwritten by a                 │
4700       │                          │                 │               │ default connection                     │
4701       │                          │                 │               │ setting. If the value                  │
4702       │                          │                 │               │ is still NULL or an                    │
4703       │                          │                 │               │ empty string, the                      │
4704       │                          │                 │               │ default is to create a                 │
4705       │                          │                 │               │ locally-administered,                  │
4706       │                          │                 │               │ unicast MAC address.                   │
4707       │                          │                 │               │ If the value contains                  │
4708       │                          │                 │               │ one MAC address, this                  │
4709       │                          │                 │               │ address is used as                     │
4710       │                          │                 │               │ mask. The set bits of                  │
4711       │                          │                 │               │ the mask are to be                     │
4712       │                          │                 │               │ filled with the                        │
4713       │                          │                 │               │ current MAC address of                 │
4714       │                          │                 │               │ the device, while the                  │
4715       │                          │                 │               │ unset bits are subject                 │
4716       │                          │                 │               │ to randomization.                      │
4717       │                          │                 │               │ Setting                                │
4718       │                          │                 │               │ "FE:FF:FF:00:00:00"                    │
4719       │                          │                 │               │ means to preserve the                  │
4720       │                          │                 │               │ OUI of the current MAC                 │
4721       │                          │                 │               │ address and only                       │
4722       │                          │                 │               │ randomize the lower 3                  │
4723       │                          │                 │               │ bytes using the                        │
4724       │                          │                 │               │ "random" or "stable"                   │
4725       │                          │                 │               │ algorithm. If the                      │
4726       │                          │                 │               │ value contains one                     │
4727       │                          │                 │               │ additional MAC address                 │
4728       │                          │                 │               │ after the mask, this                   │
4729       │                          │                 │               │ address is used                        │
4730       │                          │                 │               │ instead of the current                 │
4731       │                          │                 │               │ MAC address to fill                    │
4732       │                          │                 │               │ the bits that shall                    │
4733       │                          │                 │               │ not be randomized. For                 │
4734       │                          │                 │               │ example, a value of                    │
4735       │                          │                 │               │ "FE:FF:FF:00:00:00                     │
4736       │                          │                 │               │ 68:F7:28:00:00:00"                     │
4737       │                          │                 │               │ will set the OUI of                    │
4738       │                          │                 │               │ the MAC address to                     │
4739       │                          │                 │               │ 68:F7:28, while the                    │
4740       │                          │                 │               │ lower bits are                         │
4741       │                          │                 │               │ randomized. A value of                 │
4742       │                          │                 │               │ "02:00:00:00:00:00                     │
4743       │                          │                 │               │ 00:00:00:00:00:00"                     │
4744       │                          │                 │               │ will create a fully                    │
4745       │                          │                 │               │ scrambled                              │
4746       │                          │                 │               │ globally-administered,                 │
4747       │                          │                 │               │ burned-in MAC address.                 │
4748       │                          │                 │               │ If the value contains                  │
4749       │                          │                 │               │ more than one                          │
4750       │                          │                 │               │ additional MAC                         │
4751       │                          │                 │               │ addresses, one of them                 │
4752       │                          │                 │               │ is chosen randomly.                    │
4753       │                          │                 │               │ For example,                           │
4754       │                          │                 │               │ "02:00:00:00:00:00                     │
4755       │                          │                 │               │ 00:00:00:00:00:00                      │
4756       │                          │                 │               │ 02:00:00:00:00:00"                     │
4757       │                          │                 │               │ will create a fully                    │
4758       │                          │                 │               │ scrambled MAC address,                 │
4759       │                          │                 │               │ randomly locally or                    │
4760       │                          │                 │               │ globally administered.                 │
4761       ├──────────────────────────┼─────────────────┼───────────────┼────────────────────────────────────────┤
4762       │mac-address               │ byte array      │               │ If specified, this                     │
4763       │                          │                 │               │ connection will only                   │
4764       │                          │                 │               │ apply to the Ethernet                  │
4765       │                          │                 │               │ device whose permanent                 │
4766       │                          │                 │               │ MAC address matches.                   │
4767       │                          │                 │               │ This property does not                 │
4768       │                          │                 │               │ change the MAC address                 │
4769       │                          │                 │               │ of the device (i.e.                    │
4770       │                          │                 │               │ MAC spoofing).                         │
4771       ├──────────────────────────┼─────────────────┼───────────────┼────────────────────────────────────────┤
4772       │mac-address-blacklist     │ array of string │               │ If specified, this                     │
4773       │                          │                 │               │ connection will never                  │
4774       │                          │                 │               │ apply to the Ethernet                  │
4775       │                          │                 │               │ device whose permanent                 │
4776       │                          │                 │               │ MAC address matches an                 │
4777       │                          │                 │               │ address in the list.                   │
4778       │                          │                 │               │ Each MAC address is in                 │
4779       │                          │                 │               │ the standard                           │
4780       │                          │                 │               │ hex-digits-and-colons                  │
4781       │                          │                 │               │ notation                               │
4782       │                          │                 │               │ (00:11:22:33:44:55).                   │
4783       ├──────────────────────────┼─────────────────┼───────────────┼────────────────────────────────────────┤
4784       │mtu                       │ uint32          │ 0             │ If non-zero, only                      │
4785       │                          │                 │               │ transmit packets of                    │
4786       │                          │                 │               │ the specified size or                  │
4787       │                          │                 │               │ smaller, breaking                      │
4788       │                          │                 │               │ larger packets up into                 │
4789       │                          │                 │               │ multiple Ethernet                      │
4790       │                          │                 │               │ frames.                                │
4791       ├──────────────────────────┼─────────────────┼───────────────┼────────────────────────────────────────┤
4792       │port                      │ string          │               │ Specific port type to                  │
4793       │                          │                 │               │ use if the device                      │
4794       │                          │                 │               │ supports multiple                      │
4795       │                          │                 │               │ attachment methods.                    │
4796       │                          │                 │               │ One of "tp" (Twisted                   │
4797       │                          │                 │               │ Pair), "aui"                           │
4798       │                          │                 │               │ (Attachment Unit                       │
4799       │                          │                 │               │ Interface), "bnc"                      │
4800       │                          │                 │               │ (Thin Ethernet) or                     │
4801       │                          │                 │               │ "mii" (Media                           │
4802       │                          │                 │               │ Independent                            │
4803       │                          │                 │               │ Interface). If the                     │
4804       │                          │                 │               │ device supports only                   │
4805       │                          │                 │               │ one port type, this                    │
4806       │                          │                 │               │ setting is ignored.                    │
4807       ├──────────────────────────┼─────────────────┼───────────────┼────────────────────────────────────────┤
4808       │s390-nettype              │ string          │               │ s390 network device                    │
4809       │                          │                 │               │ type; one of "qeth",                   │
4810       │                          │                 │               │ "lcs", or "ctc",                       │
4811       │                          │                 │               │ representing the                       │
4812       │                          │                 │               │ different types of                     │
4813       │                          │                 │               │ virtual network                        │
4814       │                          │                 │               │ devices available on                   │
4815       │                          │                 │               │ s390 systems.                          │
4816       ├──────────────────────────┼─────────────────┼───────────────┼────────────────────────────────────────┤
4817       │s390-options              │ dict of string  │ {}            │ Dictionary of                          │
4818       │                          │ to string       │               │ key/value pairs of                     │
4819       │                          │                 │               │ s390-specific device                   │
4820       │                          │                 │               │ options.  Both keys                    │
4821       │                          │                 │               │ and values must be                     │
4822       │                          │                 │               │ strings.  Allowed keys                 │
4823       │                          │                 │               │ include "portno",                      │
4824       │                          │                 │               │ "layer2", "portname",                  │
4825       │                          │                 │               │ "protocol", among                      │
4826       │                          │                 │               │ others.  Key names                     │
4827       │                          │                 │               │ must contain only                      │
4828       │                          │                 │               │ alphanumeric                           │
4829       │                          │                 │               │ characters (ie,                        │
4830       │                          │                 │               │ [a-zA-Z0-9]).                          │
4831       ├──────────────────────────┼─────────────────┼───────────────┼────────────────────────────────────────┤
4832       │s390-subchannels          │ array of string │               │ Identifies specific                    │
4833       │                          │                 │               │ subchannels that this                  │
4834       │                          │                 │               │ network device uses                    │
4835       │                          │                 │               │ for communication with                 │
4836       │                          │                 │               │ z/VM or s390 host.                     │
4837       │                          │                 │               │ Like the "mac-address"                 │
4838       │                          │                 │               │ property for non-z/VM                  │
4839       │                          │                 │               │ devices, this property                 │
4840       │                          │                 │               │ can be used to ensure                  │
4841       │                          │                 │               │ this connection only                   │
4842       │                          │                 │               │ applies to the network                 │
4843       │                          │                 │               │ device that uses these                 │
4844       │                          │                 │               │ subchannels.  The list                 │
4845       │                          │                 │               │ should contain exactly                 │
4846       │                          │                 │               │ 3 strings, and each                    │
4847       │                          │                 │               │ string may only be                     │
4848       │                          │                 │               │ composed of                            │
4849       │                          │                 │               │ hexadecimal characters                 │
4850       │                          │                 │               │ and the period (.)                     │
4851       │                          │                 │               │ character.                             │
4852       ├──────────────────────────┼─────────────────┼───────────────┼────────────────────────────────────────┤
4853       │speed                     │ uint32          │ 0             │ When a value greater                   │
4854       │                          │                 │               │ than 0 is set,                         │
4855       │                          │                 │               │ configures the device                  │
4856       │                          │                 │               │ to use the specified                   │
4857       │                          │                 │               │ speed. If                              │
4858       │                          │                 │               │ "auto-negotiate" is                    │
4859       │                          │                 │               │ "yes" the specified                    │
4860       │                          │                 │               │ speed will be the only                 │
4861       │                          │                 │               │ one advertised during                  │
4862       │                          │                 │               │ link negotiation: this                 │
4863       │                          │                 │               │ works only for BASE-T                  │
4864       │                          │                 │               │ 802.3 specifications                   │
4865       │                          │                 │               │ and is useful for                      │
4866       │                          │                 │               │ enforcing gigabit                      │
4867       │                          │                 │               │ speeds, as in this                     │
4868       │                          │                 │               │ case link negotiation                  │
4869       │                          │                 │               │ is mandatory. If the                   │
4870       │                          │                 │               │ value is unset (0, the                 │
4871       │                          │                 │               │ default), the link                     │
4872       │                          │                 │               │ configuration will be                  │
4873       │                          │                 │               │ either skipped (if                     │
4874       │                          │                 │               │ "auto-negotiate" is                    │
4875       │                          │                 │               │ "no", the default) or                  │
4876       │                          │                 │               │ will be                                │
4877       │                          │                 │               │ auto-negotiated (if                    │
4878       │                          │                 │               │ "auto-negotiate" is                    │
4879       │                          │                 │               │ "yes") and the local                   │
4880       │                          │                 │               │ device will advertise                  │
4881       │                          │                 │               │ all the supported                      │
4882       │                          │                 │               │ speeds. In Mbit/s, ie                  │
4883       │                          │                 │               │ 100 == 100Mbit/s. Must                 │
4884       │                          │                 │               │ be set together with                   │
4885       │                          │                 │               │ the "duplex" property                  │
4886       │                          │                 │               │ when non-zero. Before                  │
4887       │                          │                 │               │ specifying a speed                     │
4888       │                          │                 │               │ value be sure your                     │
4889       │                          │                 │               │ device supports it.                    │
4890       ├──────────────────────────┼─────────────────┼───────────────┼────────────────────────────────────────┤
4891       │wake-on-lan               │ uint32          │ 1             │ The                                    │
4892       │                          │                 │               │ NMSettingWiredWakeOnLan                │
4893       │                          │                 │               │ options to enable. Not                 │
4894       │                          │                 │               │ all devices support                    │
4895       │                          │                 │               │ all options. May be                    │
4896       │                          │                 │               │ any combination of                     │
4897       │                          │                 │               │ NM_SETTING_WIRED_WAKE_ON_LAN_PHY       │
4898       │                          │                 │               │ (0x2),                                 │
4899       │                          │                 │               │ NM_SETTING_WIRED_WAKE_ON_LAN_UNICAST   │
4900       │                          │                 │               │ (0x4),                                 │
4901       │                          │                 │               │ NM_SETTING_WIRED_WAKE_ON_LAN_MULTICAST │
4902       │                          │                 │               │ (0x8),                                 │
4903       │                          │                 │               │ NM_SETTING_WIRED_WAKE_ON_LAN_BROADCAST │
4904       │                          │                 │               │ (0x10),                                │
4905       │                          │                 │               │ NM_SETTING_WIRED_WAKE_ON_LAN_ARP       │
4906       │                          │                 │               │ (0x20),                                │
4907       │                          │                 │               │ NM_SETTING_WIRED_WAKE_ON_LAN_MAGIC     │
4908       │                          │                 │               │ (0x40) or the special                  │
4909       │                          │                 │               │ values                                 │
4910       │                          │                 │               │ NM_SETTING_WIRED_WAKE_ON_LAN_DEFAULT   │
4911       │                          │                 │               │ (0x1) (to use global                   │
4912       │                          │                 │               │ settings) and                          │
4913       │                          │                 │               │ NM_SETTING_WIRED_WAKE_ON_LAN_IGNORE    │
4914       │                          │                 │               │ (0x8000) (to disable                   │
4915       │                          │                 │               │ management of                          │
4916       │                          │                 │               │ Wake-on-LAN in                         │
4917       │                          │                 │               │ NetworkManager).                       │
4918       ├──────────────────────────┼─────────────────┼───────────────┼────────────────────────────────────────┤
4919       │wake-on-lan-password      │ string          │               │ If specified, the password used with   │
4920       │                          │                 │               │ magic-packet-based Wake-on-LAN,        │
4921       │                          │                 │               │ represented as an Ethernet MAC         │
4922       │                          │                 │               │ address.  If NULL, no password will be │
4923       │                          │                 │               │ required.                              │
4924       └──────────────────────────┴─────────────────┴───────────────┴────────────────────────────────────────┘
4925
4926   wireguard setting
4927       WireGuard Settings.
4928
4929       ┌───────────────────────┬──────────────────────┬───────────────┬──────────────────────────┐
4930Key Name               Value Type           Default Value Value                    
4931       │                       │                      │               │ Description              
4932       ├───────────────────────┼──────────────────────┼───────────────┼──────────────────────────┤
4933       │fwmark                 │ uint32               │ 0             │ The use of               │
4934       │                       │                      │               │ fwmark is                │
4935       │                       │                      │               │ optional and is          │
4936       │                       │                      │               │ by default off.          │
4937       │                       │                      │               │ Setting it to 0          │
4938       │                       │                      │               │ disables it.             │
4939       │                       │                      │               │ Otherwise it is          │
4940       │                       │                      │               │ a 32-bit fwmark          │
4941       │                       │                      │               │ for outgoing             │
4942       │                       │                      │               │ packets. Note            │
4943       │                       │                      │               │ that                     │
4944       │                       │                      │               │ "ip4-auto-default-route" │
4945       │                       │                      │               │ or                       │
4946       │                       │                      │               │ "ip6-auto-default-route" │
4947       │                       │                      │               │ enabled, implies         │
4948       │                       │                      │               │ to automatically         │
4949       │                       │                      │               │ choose a fwmark.         │
4950       ├───────────────────────┼──────────────────────┼───────────────┼──────────────────────────┤
4951       │ip4-auto-default-route │ NMTernary            │               │ Whether to enable        │
4952       │                       │ (int32)              │               │ special handling of the  │
4953       │                       │                      │               │ IPv4 default route. If   │
4954       │                       │                      │               │ enabled, the IPv4        │
4955       │                       │                      │               │ default route from       │
4956       │                       │                      │               │ wireguard.peer-routes    │
4957       │                       │                      │               │ will be placed to a      │
4958       │                       │                      │               │ dedicated routing-table  │
4959       │                       │                      │               │ and two policy routing   │
4960       │                       │                      │               │ rules will be added. The │
4961       │                       │                      │               │ fwmark number is also    │
4962       │                       │                      │               │ used as routing-table    │
4963       │                       │                      │               │ for the default-route,   │
4964       │                       │                      │               │ and if fwmark is zero,   │
4965       │                       │                      │               │ an unused fwmark/table   │
4966       │                       │                      │               │ is chosen automatically. │
4967       │                       │                      │               │ This corresponds to what │
4968       │                       │                      │               │ wg-quick does with       │
4969       │                       │                      │               │ Table=auto and what      │
4970       │                       │                      │               │ WireGuard calls          │
4971       │                       │                      │               │ "Improved Rule-based     │
4972       │                       │                      │               │ Routing". Note that for  │
4973       │                       │                      │               │ this automatism to work, │
4974       │                       │                      │               │ you usually don't want   │
4975       │                       │                      │               │ to set ipv4.gateway,     │
4976       │                       │                      │               │ because that will result │
4977       │                       │                      │               │ in a conflicting default │
4978       │                       │                      │               │ route. Leaving this at   │
4979       │                       │                      │               │ the default will enable  │
4980       │                       │                      │               │ this option              │
4981       │                       │                      │               │ automatically if         │
4982       │                       │                      │               │ ipv4.never-default is    │
4983       │                       │                      │               │ not set and there are    │
4984       │                       │                      │               │ any peers that use a     │
4985       │                       │                      │               │ default-route as         │
4986       │                       │                      │               │ allowed-ips.             │
4987       ├───────────────────────┼──────────────────────┼───────────────┼──────────────────────────┤
4988       │ip6-auto-default-route │ NMTernary            │               │ Like                     │
4989       │                       │ (int32)              │               │ ip4-auto-default-route,  │
4990       │                       │                      │               │ but for the IPv6 default │
4991       │                       │                      │               │ route.                   │
4992       ├───────────────────────┼──────────────────────┼───────────────┼──────────────────────────┤
4993       │listen-port            │ uint32               │ 0             │ The listen-port. If      │
4994       │                       │                      │               │ listen-port is not       │
4995       │                       │                      │               │ specified, the port will │
4996       │                       │                      │               │ be chosen randomly when  │
4997       │                       │                      │               │ the interface comes up.  │
4998       ├───────────────────────┼──────────────────────┼───────────────┼──────────────────────────┤
4999       │mtu                    │ uint32               │ 0             │ If non-zero, only        │
5000       │                       │                      │               │ transmit packets of the  │
5001       │                       │                      │               │ specified size or        │
5002       │                       │                      │               │ smaller, breaking larger │
5003       │                       │                      │               │ packets up into multiple │
5004       │                       │                      │               │ fragments. If zero a     │
5005       │                       │                      │               │ default MTU is used.     │
5006       │                       │                      │               │ Note that contrary to    │
5007       │                       │                      │               │ wg-quick's MTU setting,  │
5008       │                       │                      │               │ this does not take into  │
5009       │                       │                      │               │ account the current      │
5010       │                       │                      │               │ routes at the time of    │
5011       │                       │                      │               │ activation.              │
5012       ├───────────────────────┼──────────────────────┼───────────────┼──────────────────────────┤
5013       │peer-routes            │ boolean              │ TRUE          │ Whether to automatically │
5014       │                       │                      │               │ add routes for the       │
5015       │                       │                      │               │ AllowedIPs ranges of the │
5016       │                       │                      │               │ peers. If TRUE (the      │
5017       │                       │                      │               │ default), NetworkManager │
5018       │                       │                      │               │ will automatically add   │
5019       │                       │                      │               │ routes in the routing    │
5020       │                       │                      │               │ tables according to      │
5021       │                       │                      │               │ ipv4.route-table and     │
5022       │                       │                      │               │ ipv6.route-table.        │
5023       │                       │                      │               │ Usually you want this    │
5024       │                       │                      │               │ automatism enabled. If   │
5025       │                       │                      │               │ FALSE, no such routes    │
5026       │                       │                      │               │ are added automatically. │
5027       │                       │                      │               │ In this case, the user   │
5028       │                       │                      │               │ may want to configure    │
5029       │                       │                      │               │ static routes in         │
5030       │                       │                      │               │ ipv4.routes and          │
5031       │                       │                      │               │ ipv6.routes,             │
5032       │                       │                      │               │ respectively. Note that  │
5033       │                       │                      │               │ if the peer's AllowedIPs │
5034       │                       │                      │               │ is "0.0.0.0/0" or "::/0" │
5035       │                       │                      │               │ and the profile's        │
5036       │                       │                      │               │ ipv4.never-default or    │
5037       │                       │                      │               │ ipv6.never-default       │
5038       │                       │                      │               │ setting is enabled, the  │
5039       │                       │                      │               │ peer route for this peer │
5040       │                       │                      │               │ won't be added           │
5041       │                       │                      │               │ automatically.           │
5042       ├───────────────────────┼──────────────────────┼───────────────┼──────────────────────────┤
5043       │peers                  │ array of 'a{sv}'     │               │ Array of dictionaries    │
5044       │                       │                      │               │ for the WireGuard peers. │
5045       ├───────────────────────┼──────────────────────┼───────────────┼──────────────────────────┤
5046       │private-key            │ string               │               │ The 256 bit private-key  │
5047       │                       │                      │               │ in base64 encoding.      │
5048       ├───────────────────────┼──────────────────────┼───────────────┼──────────────────────────┤
5049       │private-key-flags      │ NMSettingSecretFlags │               │ Flags indicating how to  │
5050       │                       │ (uint32)             │               │ handle the "private-key" │
5051       │                       │                      │               │ property. (see the       │
5052       │                       │                      │               │ section called “Secret   │
5053       │                       │                      │               │ flag types:” for flag    │
5054       │                       │                      │               │ values)                  │
5055       └───────────────────────┴──────────────────────┴───────────────┴──────────────────────────┘
5056
5057   802-11-wireless setting
5058       Wi-Fi Settings.
5059
5060       ┌──────────────────────────┬─────────────────┬───────────────┬───────────────────────────────────────────────────────┐
5061Key Name                  Value Type      Default Value Value                                                 
5062       │                          │                 │               │ Description                                           
5063       ├──────────────────────────┼─────────────────┼───────────────┼───────────────────────────────────────────────────────┤
5064       │assigned-mac-address      │ string          │               │ The new field                                         │
5065       │                          │                 │               │ for the cloned                                        │
5066       │                          │                 │               │ MAC address. It                                       │
5067       │                          │                 │               │ can be either a                                       │
5068       │                          │                 │               │ hardware address                                      │
5069       │                          │                 │               │ in ASCII                                              │
5070       │                          │                 │               │ representation,                                       │
5071       │                          │                 │               │ or one of the                                         │
5072       │                          │                 │               │ special values                                        │
5073       │                          │                 │               │ "preserve",                                           │
5074       │                          │                 │               │ "permanent",                                          │
5075       │                          │                 │               │ "random" or                                           │
5076       │                          │                 │               │ "stable". This                                        │
5077       │                          │                 │               │ field replaces                                        │
5078       │                          │                 │               │ the deprecated                                        │
5079       │                          │                 │               │ "cloned-mac-address"                                  │
5080       │                          │                 │               │ on D-Bus, which                                       │
5081       │                          │                 │               │ can only contain                                      │
5082       │                          │                 │               │ explicit                                              │
5083       │                          │                 │               │ hardware                                              │
5084       │                          │                 │               │ addresses. Note                                       │
5085       │                          │                 │               │ that this                                             │
5086       │                          │                 │               │ property only                                         │
5087       │                          │                 │               │ exists in D-Bus                                       │
5088       │                          │                 │               │ API. libnm and                                        │
5089       │                          │                 │               │ nmcli continue                                        │
5090       │                          │                 │               │ to call this                                          │
5091       │                          │                 │               │ property                                              │
5092       │                          │                 │               │ "cloned-mac-address".                                 │
5093       ├──────────────────────────┼─────────────────┼───────────────┼───────────────────────────────────────────────────────┤
5094       │band                      │ string          │               │ 802.11 frequency band                                 │
5095       │                          │                 │               │ of the network.  One                                  │
5096       │                          │                 │               │ of "a" for 5GHz                                       │
5097       │                          │                 │               │ 802.11a or "bg" for                                   │
5098       │                          │                 │               │ 2.4GHz 802.11.  This                                  │
5099       │                          │                 │               │ will lock                                             │
5100       │                          │                 │               │ associations to the                                   │
5101       │                          │                 │               │ Wi-Fi network to the                                  │
5102       │                          │                 │               │ specific band, i.e.                                   │
5103       │                          │                 │               │ if "a" is specified,                                  │
5104       │                          │                 │               │ the device will not                                   │
5105       │                          │                 │               │ associate with the                                    │
5106       │                          │                 │               │ same network in the                                   │
5107       │                          │                 │               │ 2.4GHz band even if                                   │
5108       │                          │                 │               │ the network's                                         │
5109       │                          │                 │               │ settings are                                          │
5110       │                          │                 │               │ compatible.  This                                     │
5111       │                          │                 │               │ setting depends on                                    │
5112       │                          │                 │               │ specific driver                                       │
5113       │                          │                 │               │ capability and may                                    │
5114       │                          │                 │               │ not work with all                                     │
5115       │                          │                 │               │ drivers.                                              │
5116       ├──────────────────────────┼─────────────────┼───────────────┼───────────────────────────────────────────────────────┤
5117       │bssid                     │ byte array      │               │ If specified, directs                                 │
5118       │                          │                 │               │ the device to only                                    │
5119       │                          │                 │               │ associate with the                                    │
5120       │                          │                 │               │ given access point.                                   │
5121       │                          │                 │               │ This capability is                                    │
5122       │                          │                 │               │ highly driver                                         │
5123       │                          │                 │               │ dependent and not                                     │
5124       │                          │                 │               │ supported by all                                      │
5125       │                          │                 │               │ devices.  Note: this                                  │
5126       │                          │                 │               │ property does not                                     │
5127       │                          │                 │               │ control the BSSID                                     │
5128       │                          │                 │               │ used when creating an                                 │
5129       │                          │                 │               │ Ad-Hoc network and is                                 │
5130       │                          │                 │               │ unlikely to in the                                    │
5131       │                          │                 │               │ future.                                               │
5132       ├──────────────────────────┼─────────────────┼───────────────┼───────────────────────────────────────────────────────┤
5133       │channel                   │ uint32          │ 0             │ Wireless channel to                                   │
5134       │                          │                 │               │ use for the Wi-Fi                                     │
5135       │                          │                 │               │ connection.  The                                      │
5136       │                          │                 │               │ device will only join                                 │
5137       │                          │                 │               │ (or create for Ad-Hoc                                 │
5138       │                          │                 │               │ networks) a Wi-Fi                                     │
5139       │                          │                 │               │ network on the                                        │
5140       │                          │                 │               │ specified channel.                                    │
5141       │                          │                 │               │ Because channel                                       │
5142       │                          │                 │               │ numbers overlap                                       │
5143       │                          │                 │               │ between bands, this                                   │
5144       │                          │                 │               │ property also                                         │
5145       │                          │                 │               │ requires the "band"                                   │
5146       │                          │                 │               │ property to be set.                                   │
5147       ├──────────────────────────┼─────────────────┼───────────────┼───────────────────────────────────────────────────────┤
5148       │cloned-mac-address        │ byte array      │               │ This D-Bus field is                                   │
5149       │                          │                 │               │ deprecated in favor                                   │
5150       │                          │                 │               │ of                                                    │
5151       │                          │                 │               │ "assigned-mac-address"                                │
5152       │                          │                 │               │ which is more                                         │
5153       │                          │                 │               │ flexible and allows                                   │
5154       │                          │                 │               │ specifying special                                    │
5155       │                          │                 │               │ variants like                                         │
5156       │                          │                 │               │ "random". For libnm                                   │
5157       │                          │                 │               │ and nmcli, this field                                 │
5158       │                          │                 │               │ is called                                             │
5159       │                          │                 │               │ "cloned-mac-address".                                 │
5160       ├──────────────────────────┼─────────────────┼───────────────┼───────────────────────────────────────────────────────┤
5161       │generate-mac-address-mask │ string          │               │ With                                                  │
5162       │                          │                 │               │ "cloned-mac-address"                                  │
5163       │                          │                 │               │ setting "random" or                                   │
5164       │                          │                 │               │ "stable", by default                                  │
5165       │                          │                 │               │ all bits of the MAC                                   │
5166       │                          │                 │               │ address are scrambled                                 │
5167       │                          │                 │               │ and a                                                 │
5168       │                          │                 │               │ locally-administered,                                 │
5169       │                          │                 │               │ unicast MAC address is                                │
5170       │                          │                 │               │ created. This property                                │
5171       │                          │                 │               │ allows to specify that                                │
5172       │                          │                 │               │ certain bits are                                      │
5173       │                          │                 │               │ fixed. Note that the                                  │
5174       │                          │                 │               │ least significant bit                                 │
5175       │                          │                 │               │ of the first MAC                                      │
5176       │                          │                 │               │ address will always be                                │
5177       │                          │                 │               │ unset to create a                                     │
5178       │                          │                 │               │ unicast MAC address.                                  │
5179       │                          │                 │               │ If the property is                                    │
5180       │                          │                 │               │ NULL, it is eligible                                  │
5181       │                          │                 │               │ to be overwritten by a                                │
5182       │                          │                 │               │ default connection                                    │
5183       │                          │                 │               │ setting. If the value                                 │
5184       │                          │                 │               │ is still NULL or an                                   │
5185       │                          │                 │               │ empty string, the                                     │
5186       │                          │                 │               │ default is to create a                                │
5187       │                          │                 │               │ locally-administered,                                 │
5188       │                          │                 │               │ unicast MAC address.                                  │
5189       │                          │                 │               │ If the value contains                                 │
5190       │                          │                 │               │ one MAC address, this                                 │
5191       │                          │                 │               │ address is used as                                    │
5192       │                          │                 │               │ mask. The set bits of                                 │
5193       │                          │                 │               │ the mask are to be                                    │
5194       │                          │                 │               │ filled with the                                       │
5195       │                          │                 │               │ current MAC address of                                │
5196       │                          │                 │               │ the device, while the                                 │
5197       │                          │                 │               │ unset bits are subject                                │
5198       │                          │                 │               │ to randomization.                                     │
5199       │                          │                 │               │ Setting                                               │
5200       │                          │                 │               │ "FE:FF:FF:00:00:00"                                   │
5201       │                          │                 │               │ means to preserve the                                 │
5202       │                          │                 │               │ OUI of the current MAC                                │
5203       │                          │                 │               │ address and only                                      │
5204       │                          │                 │               │ randomize the lower 3                                 │
5205       │                          │                 │               │ bytes using the                                       │
5206       │                          │                 │               │ "random" or "stable"                                  │
5207       │                          │                 │               │ algorithm. If the                                     │
5208       │                          │                 │               │ value contains one                                    │
5209       │                          │                 │               │ additional MAC address                                │
5210       │                          │                 │               │ after the mask, this                                  │
5211       │                          │                 │               │ address is used                                       │
5212       │                          │                 │               │ instead of the current                                │
5213       │                          │                 │               │ MAC address to fill                                   │
5214       │                          │                 │               │ the bits that shall                                   │
5215       │                          │                 │               │ not be randomized. For                                │
5216       │                          │                 │               │ example, a value of                                   │
5217       │                          │                 │               │ "FE:FF:FF:00:00:00                                    │
5218       │                          │                 │               │ 68:F7:28:00:00:00"                                    │
5219       │                          │                 │               │ will set the OUI of                                   │
5220       │                          │                 │               │ the MAC address to                                    │
5221       │                          │                 │               │ 68:F7:28, while the                                   │
5222       │                          │                 │               │ lower bits are                                        │
5223       │                          │                 │               │ randomized. A value of                                │
5224       │                          │                 │               │ "02:00:00:00:00:00                                    │
5225       │                          │                 │               │ 00:00:00:00:00:00"                                    │
5226       │                          │                 │               │ will create a fully                                   │
5227       │                          │                 │               │ scrambled                                             │
5228       │                          │                 │               │ globally-administered,                                │
5229       │                          │                 │               │ burned-in MAC address.                                │
5230       │                          │                 │               │ If the value contains                                 │
5231       │                          │                 │               │ more than one                                         │
5232       │                          │                 │               │ additional MAC                                        │
5233       │                          │                 │               │ addresses, one of them                                │
5234       │                          │                 │               │ is chosen randomly.                                   │
5235       │                          │                 │               │ For example,                                          │
5236       │                          │                 │               │ "02:00:00:00:00:00                                    │
5237       │                          │                 │               │ 00:00:00:00:00:00                                     │
5238       │                          │                 │               │ 02:00:00:00:00:00"                                    │
5239       │                          │                 │               │ will create a fully                                   │
5240       │                          │                 │               │ scrambled MAC address,                                │
5241       │                          │                 │               │ randomly locally or                                   │
5242       │                          │                 │               │ globally administered.                                │
5243       ├──────────────────────────┼─────────────────┼───────────────┼───────────────────────────────────────────────────────┤
5244       │hidden                    │ boolean         │ FALSE         │ If TRUE, indicates                                    │
5245       │                          │                 │               │ that the network is a                                 │
5246       │                          │                 │               │ non-broadcasting                                      │
5247       │                          │                 │               │ network that hides its                                │
5248       │                          │                 │               │ SSID. This works both                                 │
5249       │                          │                 │               │ in infrastructure and                                 │
5250       │                          │                 │               │ AP mode. In                                           │
5251       │                          │                 │               │ infrastructure mode,                                  │
5252       │                          │                 │               │ various workarounds                                   │
5253       │                          │                 │               │ are used for a more                                   │
5254       │                          │                 │               │ reliable discovery of                                 │
5255       │                          │                 │               │ hidden networks, such                                 │
5256       │                          │                 │               │ as probe-scanning the                                 │
5257       │                          │                 │               │ SSID.  However, these                                 │
5258       │                          │                 │               │ workarounds expose                                    │
5259       │                          │                 │               │ inherent insecurities                                 │
5260       │                          │                 │               │ with hidden SSID                                      │
5261       │                          │                 │               │ networks, and thus                                    │
5262       │                          │                 │               │ hidden SSID networks                                  │
5263       │                          │                 │               │ should be used with                                   │
5264       │                          │                 │               │ caution. In AP mode,                                  │
5265       │                          │                 │               │ the created network                                   │
5266       │                          │                 │               │ does not broadcast its                                │
5267       │                          │                 │               │ SSID. Note that                                       │
5268       │                          │                 │               │ marking the network as                                │
5269       │                          │                 │               │ hidden may be a                                       │
5270       │                          │                 │               │ privacy issue for you                                 │
5271       │                          │                 │               │ (in infrastructure                                    │
5272       │                          │                 │               │ mode) or client                                       │
5273       │                          │                 │               │ stations (in AP mode),                                │
5274       │                          │                 │               │ as the explicit                                       │
5275       │                          │                 │               │ probe-scans are                                       │
5276       │                          │                 │               │ distinctly                                            │
5277       │                          │                 │               │ recognizable on the                                   │
5278       │                          │                 │               │ air.                                                  │
5279       ├──────────────────────────┼─────────────────┼───────────────┼───────────────────────────────────────────────────────┤
5280       │mac-address               │ byte array      │               │ If specified, this                                    │
5281       │                          │                 │               │ connection will only                                  │
5282       │                          │                 │               │ apply to the Wi-Fi                                    │
5283       │                          │                 │               │ device whose permanent                                │
5284       │                          │                 │               │ MAC address matches.                                  │
5285       │                          │                 │               │ This property does not                                │
5286       │                          │                 │               │ change the MAC address                                │
5287       │                          │                 │               │ of the device (i.e.                                   │
5288       │                          │                 │               │ MAC spoofing).                                        │
5289       ├──────────────────────────┼─────────────────┼───────────────┼───────────────────────────────────────────────────────┤
5290       │mac-address-blacklist     │ array of string │               │ A list of permanent                                   │
5291       │                          │                 │               │ MAC addresses of Wi-Fi                                │
5292       │                          │                 │               │ devices to which this                                 │
5293       │                          │                 │               │ connection should                                     │
5294       │                          │                 │               │ never apply.  Each MAC                                │
5295       │                          │                 │               │ address should be                                     │
5296       │                          │                 │               │ given in the standard                                 │
5297       │                          │                 │               │ hex-digits-and-colons                                 │
5298       │                          │                 │               │ notation (eg                                          │
5299       │                          │                 │               │ "00:11:22:33:44:55").                                 │
5300       ├──────────────────────────┼─────────────────┼───────────────┼───────────────────────────────────────────────────────┤
5301       │mac-address-randomization │ uint32          │ 0             │ One of                                                │
5302       │                          │                 │               │ NM_SETTING_MAC_RANDOMIZATION_DEFAULT                  │
5303       │                          │                 │               │ (0) (never randomize                                  │
5304       │                          │                 │               │ unless the user has                                   │
5305       │                          │                 │               │ set a global default                                  │
5306       │                          │                 │               │ to randomize and the                                  │
5307       │                          │                 │               │ supplicant supports                                   │
5308       │                          │                 │               │ randomization),                                       │
5309       │                          │                 │               │ NM_SETTING_MAC_RANDOMIZATION_NEVER                    │
5310       │                          │                 │               │ (1) (never randomize                                  │
5311       │                          │                 │               │ the MAC address), or                                  │
5312       │                          │                 │               │ NM_SETTING_MAC_RANDOMIZATION_ALWAYS                   │
5313       │                          │                 │               │ (2) (always randomize                                 │
5314       │                          │                 │               │ the MAC address). This                                │
5315       │                          │                 │               │ property is deprecated                                │
5316       │                          │                 │               │ for                                                   │
5317       │                          │                 │               │ 'cloned-mac-address'.                                 │
5318       │                          │                 │               │ Deprecated: 1                                         │
5319       ├──────────────────────────┼─────────────────┼───────────────┼───────────────────────────────────────────────────────┤
5320       │mode                      │ string          │               │ Wi-Fi network mode; one of                            │
5321       │                          │                 │               │ "infrastructure", "mesh", "adhoc" or                  │
5322       │                          │                 │               │ "ap".  If blank, infrastructure is                    │
5323       │                          │                 │               │ assumed.                                              │
5324       ├──────────────────────────┼─────────────────┼───────────────┼───────────────────────────────────────────────────────┤
5325       │mtu                       │ uint32          │ 0             │ If non-zero, only transmit packets                    │
5326       │                          │                 │               │ of the specified size or smaller,                     │
5327       │                          │                 │               │ breaking larger packets up into                       │
5328       │                          │                 │               │ multiple Ethernet frames.                             │
5329       ├──────────────────────────┼─────────────────┼───────────────┼───────────────────────────────────────────────────────┤
5330       │powersave                 │ uint32          │ 0             │ One of                                                │
5331       │                          │                 │               │ NM_SETTING_WIRELESS_POWERSAVE_DISABLE                 │
5332       │                          │                 │               │ (2) (disable Wi-Fi power saving),                     │
5333       │                          │                 │               │ NM_SETTING_WIRELESS_POWERSAVE_ENABLE                  │
5334       │                          │                 │               │ (3) (enable Wi-Fi power saving),                      │
5335       │                          │                 │               │ NM_SETTING_WIRELESS_POWERSAVE_IGNORE                  │
5336       │                          │                 │               │ (1) (don't touch currently configure                  │
5337       │                          │                 │               │ setting) or                                           │
5338       │                          │                 │               │ NM_SETTING_WIRELESS_POWERSAVE_DEFAULT                 │
5339       │                          │                 │               │ (0) (use the globally configured                      │
5340       │                          │                 │               │ value). All other values are                          │
5341       │                          │                 │               │ reserved.                                             │
5342       ├──────────────────────────┼─────────────────┼───────────────┼───────────────────────────────────────────────────────┤
5343       │rate                      │ uint32          │ 0             │ If non-zero, directs the device to                    │
5344       │                          │                 │               │ only use the specified bitrate for                    │
5345       │                          │                 │               │ communication with the access point.                  │
5346       │                          │                 │               │ Units are in Kb/s, ie 5500 = 5.5                      │
5347       │                          │                 │               │ Mbit/s.  This property is highly                      │
5348       │                          │                 │               │ driver dependent and not all devices                  │
5349       │                          │                 │               │ support setting a static bitrate.                     │
5350       ├──────────────────────────┼─────────────────┼───────────────┼───────────────────────────────────────────────────────┤
5351       │security                  │                 │               │ This property is deprecated, but can                  │
5352       │                          │                 │               │ be set to the value                                   │
5353       │                          │                 │               │ '802-11-wireless-security' when a                     │
5354       │                          │                 │               │ wireless security setting is also                     │
5355       │                          │                 │               │ present in the connection dictionary,                 │
5356       │                          │                 │               │ for compatibility with very old                       │
5357       │                          │                 │               │ NetworkManager daemons.                               │
5358       ├──────────────────────────┼─────────────────┼───────────────┼───────────────────────────────────────────────────────┤
5359       │seen-bssids               │ array of string │               │ A list of BSSIDs (each BSSID                          │
5360       │                          │                 │               │ formatted as a MAC address like                       │
5361       │                          │                 │               │ "00:11:22:33:44:55") that have been                   │
5362       │                          │                 │               │ detected as part of the Wi-Fi                         │
5363       │                          │                 │               │ network.  NetworkManager internally                   │
5364       │                          │                 │               │ tracks previously seen BSSIDs. The                    │
5365       │                          │                 │               │ property is only meant for reading                    │
5366       │                          │                 │               │ and reflects the BSSID list of                        │
5367       │                          │                 │               │ NetworkManager. The changes you make                  │
5368       │                          │                 │               │ to this property will not be                          │
5369       │                          │                 │               │ preserved.                                            │
5370       ├──────────────────────────┼─────────────────┼───────────────┼───────────────────────────────────────────────────────┤
5371       │ssid                      │ byte array      │               │ SSID of the Wi-Fi network. Must be                    │
5372       │                          │                 │               │ specified.                                            │
5373       ├──────────────────────────┼─────────────────┼───────────────┼───────────────────────────────────────────────────────┤
5374       │tx-power                  │ uint32          │ 0             │ If non-zero, directs the device to                    │
5375       │                          │                 │               │ use the specified transmit power.                     │
5376       │                          │                 │               │ Units are dBm.  This property is                      │
5377       │                          │                 │               │ highly driver dependent and not all                   │
5378       │                          │                 │               │ devices support setting a static                      │
5379       │                          │                 │               │ transmit power.                                       │
5380       ├──────────────────────────┼─────────────────┼───────────────┼───────────────────────────────────────────────────────┤
5381       │wake-on-wlan              │ uint32          │ 1             │ The NMSettingWirelessWakeOnWLan                       │
5382       │                          │                 │               │ options to enable. Not all devices                    │
5383       │                          │                 │               │ support all options. May be any                       │
5384       │                          │                 │               │ combination of                                        │
5385       │                          │                 │               │ NM_SETTING_WIRELESS_WAKE_ON_WLAN_ANY                  │
5386       │                          │                 │               │ (0x2),                                                │
5387       │                          │                 │               │ NM_SETTING_WIRELESS_WAKE_ON_WLAN_DISCONNECT           │
5388       │                          │                 │               │ (0x4),                                                │
5389       │                          │                 │               │ NM_SETTING_WIRELESS_WAKE_ON_WLAN_MAGIC                │
5390       │                          │                 │               │ (0x8),                                                │
5391       │                          │                 │               │ NM_SETTING_WIRELESS_WAKE_ON_WLAN_GTK_REKEY_FAILURE    │
5392       │                          │                 │               │ (0x10),                                               │
5393       │                          │                 │               │ NM_SETTING_WIRELESS_WAKE_ON_WLAN_EAP_IDENTITY_REQUEST │
5394       │                          │                 │               │ (0x20),                                               │
5395       │                          │                 │               │ NM_SETTING_WIRELESS_WAKE_ON_WLAN_4WAY_HANDSHAKE       │
5396       │                          │                 │               │ (0x40),                                               │
5397       │                          │                 │               │ NM_SETTING_WIRELESS_WAKE_ON_WLAN_RFKILL_RELEASE       │
5398       │                          │                 │               │ (0x80),                                               │
5399       │                          │                 │               │ NM_SETTING_WIRELESS_WAKE_ON_WLAN_TCP                  │
5400       │                          │                 │               │ (0x100) or the special values                         │
5401       │                          │                 │               │ NM_SETTING_WIRELESS_WAKE_ON_WLAN_DEFAULT              │
5402       │                          │                 │               │ (0x1) (to use global settings) and                    │
5403       │                          │                 │               │ NM_SETTING_WIRELESS_WAKE_ON_WLAN_IGNORE               │
5404       │                          │                 │               │ (0x8000) (to disable management of                    │
5405       │                          │                 │               │ Wake-on-LAN in NetworkManager).                       │
5406       └──────────────────────────┴─────────────────┴───────────────┴───────────────────────────────────────────────────────┘
5407
5408   802-11-wireless-security setting
5409       Wi-Fi Security Settings.
5410
5411       ┌────────────────────┬──────────────────────┬───────────────┬────────────────────────────────────────────┐
5412Key Name            Value Type           Default Value Value                                      
5413       │                    │                      │               │ Description                                
5414       ├────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
5415       │auth-alg            │ string               │               │ When WEP is used                           │
5416       │                    │                      │               │ (ie, key-mgmt =                            │
5417       │                    │                      │               │ "none" or                                  │
5418       │                    │                      │               │ "ieee8021x")                               │
5419       │                    │                      │               │ indicate the                               │
5420       │                    │                      │               │ 802.11                                     │
5421       │                    │                      │               │ authentication                             │
5422       │                    │                      │               │ algorithm                                  │
5423       │                    │                      │               │ required by the                            │
5424       │                    │                      │               │ AP here.  One of                           │
5425       │                    │                      │               │ "open" for Open                            │
5426       │                    │                      │               │ System, "shared"                           │
5427       │                    │                      │               │ for Shared Key,                            │
5428       │                    │                      │               │ or "leap" for                              │
5429       │                    │                      │               │ Cisco LEAP.                                │
5430       │                    │                      │               │ When using Cisco                           │
5431       │                    │                      │               │ LEAP (ie,                                  │
5432       │                    │                      │               │ key-mgmt =                                 │
5433       │                    │                      │               │ "ieee8021x" and                            │
5434       │                    │                      │               │ auth-alg =                                 │
5435       │                    │                      │               │ "leap") the                                │
5436       │                    │                      │               │ "leap-username"                            │
5437       │                    │                      │               │ and                                        │
5438       │                    │                      │               │ "leap-password"                            │
5439       │                    │                      │               │ properties must                            │
5440       │                    │                      │               │ be specified.                              │
5441       ├────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
5442       │fils                │ int32                │ 0             │ Indicates                                  │
5443       │                    │                      │               │ whether Fast                               │
5444       │                    │                      │               │ Initial Link                               │
5445       │                    │                      │               │ Setup (802.11ai)                           │
5446       │                    │                      │               │ must be enabled                            │
5447       │                    │                      │               │ for the                                    │
5448       │                    │                      │               │ connection.  One                           │
5449       │                    │                      │               │ of                                         │
5450       │                    │                      │               │ NM_SETTING_WIRELESS_SECURITY_FILS_DEFAULT  │
5451       │                    │                      │               │ (0) (use global                            │
5452       │                    │                      │               │ default value),                            │
5453       │                    │                      │               │ NM_SETTING_WIRELESS_SECURITY_FILS_DISABLE  │
5454       │                    │                      │               │ (1) (disable                               │
5455       │                    │                      │               │ FILS),                                     │
5456       │                    │                      │               │ NM_SETTING_WIRELESS_SECURITY_FILS_OPTIONAL │
5457       │                    │                      │               │ (2) (enable FILS                           │
5458       │                    │                      │               │ if the                                     │
5459       │                    │                      │               │ supplicant and                             │
5460       │                    │                      │               │ the access point                           │
5461       │                    │                      │               │ support it) or                             │
5462       │                    │                      │               │ NM_SETTING_WIRELESS_SECURITY_FILS_REQUIRED │
5463       │                    │                      │               │ (3) (enable FILS                           │
5464       │                    │                      │               │ and fail if not                            │
5465       │                    │                      │               │ supported).                                │
5466       │                    │                      │               │ When set to                                │
5467       │                    │                      │               │ NM_SETTING_WIRELESS_SECURITY_FILS_DEFAULT  │
5468       │                    │                      │               │ (0) and no                                 │
5469       │                    │                      │               │ global default                             │
5470       │                    │                      │               │ is set, FILS                               │
5471       │                    │                      │               │ will be                                    │
5472       │                    │                      │               │ optionally                                 │
5473       │                    │                      │               │ enabled.                                   │
5474       ├────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
5475       │group               │ array of string      │               │ A list of group/broadcast encryption       │
5476       │                    │                      │               │ algorithms which prevents connections to   │
5477       │                    │                      │               │ Wi-Fi networks that do not utilize one of  │
5478       │                    │                      │               │ the algorithms in the list.  For maximum   │
5479       │                    │                      │               │ compatibility leave this property empty.   │
5480       │                    │                      │               │ Each list element may be one of "wep40",   │
5481       │                    │                      │               │ "wep104", "tkip", or "ccmp".               │
5482       ├────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
5483       │key-mgmt            │ string               │               │ Key management used for the connection.    │
5484       │                    │                      │               │ One of "none" (WEP), "ieee8021x" (Dynamic  │
5485       │                    │                      │               │ WEP), "wpa-psk" (infrastructure WPA-PSK),  │
5486       │                    │                      │               │ "sae" (SAE), "owe" (Opportunistic Wireless │
5487       │                    │                      │               │ Encryption) or "wpa-eap" (WPA-Enterprise). │
5488       │                    │                      │               │ This property must be set for any Wi-Fi    │
5489       │                    │                      │               │ connection that uses security.             │
5490       ├────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
5491       │leap-password       │ string               │               │ The login password for legacy LEAP         │
5492       │                    │                      │               │ connections (ie, key-mgmt = "ieee8021x"    │
5493       │                    │                      │               │ and auth-alg = "leap").                    │
5494       ├────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
5495       │leap-password-flags │ NMSettingSecretFlags │               │ Flags indicating how to handle the         │
5496       │                    │ (uint32)             │               │ "leap-password" property. (see the section │
5497       │                    │                      │               │ called “Secret flag types:” for flag       │
5498       │                    │                      │               │ values)                                    │
5499       ├────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
5500       │leap-username       │ string               │               │ The login username for legacy LEAP         │
5501       │                    │                      │               │ connections (ie, key-mgmt = "ieee8021x"    │
5502       │                    │                      │               │ and auth-alg = "leap").                    │
5503       ├────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
5504       │pairwise            │ array of string      │               │ A list of pairwise encryption algorithms   │
5505       │                    │                      │               │ which prevents connections to Wi-Fi        │
5506       │                    │                      │               │ networks that do not utilize one of the    │
5507       │                    │                      │               │ algorithms in the list. For maximum        │
5508       │                    │                      │               │ compatibility leave this property empty.   │
5509       │                    │                      │               │ Each list element may be one of "tkip" or  │
5510       │                    │                      │               │ "ccmp".                                    │
5511       ├────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
5512       │pmf                 │ int32                │ 0             │ Indicates whether Protected Management     │
5513       │                    │                      │               │ Frames (802.11w) must be enabled for the   │
5514       │                    │                      │               │ connection.  One of                        │
5515       │                    │                      │               │ NM_SETTING_WIRELESS_SECURITY_PMF_DEFAULT   │
5516       │                    │                      │               │ (0) (use global default value),            │
5517       │                    │                      │               │ NM_SETTING_WIRELESS_SECURITY_PMF_DISABLE   │
5518       │                    │                      │               │ (1) (disable PMF),                         │
5519       │                    │                      │               │ NM_SETTING_WIRELESS_SECURITY_PMF_OPTIONAL  │
5520       │                    │                      │               │ (2) (enable PMF if the supplicant and the  │
5521       │                    │                      │               │ access point support it) or                │
5522       │                    │                      │               │ NM_SETTING_WIRELESS_SECURITY_PMF_REQUIRED  │
5523       │                    │                      │               │ (3) (enable PMF and fail if not            │
5524       │                    │                      │               │ supported).  When set to                   │
5525       │                    │                      │               │ NM_SETTING_WIRELESS_SECURITY_PMF_DEFAULT   │
5526       │                    │                      │               │ (0) and no global default is set, PMF will │
5527       │                    │                      │               │ be optionally enabled.                     │
5528       ├────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
5529       │proto               │ array of string      │               │ List of strings specifying the allowed WPA │
5530       │                    │                      │               │ protocol versions to use. Each element may │
5531       │                    │                      │               │ be one "wpa" (allow WPA) or "rsn" (allow   │
5532       │                    │                      │               │ WPA2/RSN).  If not specified, both WPA and │
5533       │                    │                      │               │ RSN connections are allowed.               │
5534       ├────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
5535       │psk                 │ string               │               │ Pre-Shared-Key for WPA networks. For       │
5536       │                    │                      │               │ WPA-PSK, it's either an ASCII passphrase   │
5537       │                    │                      │               │ of 8 to 63 characters that is (as          │
5538       │                    │                      │               │ specified in the 802.11i standard) hashed  │
5539       │                    │                      │               │ to derive the actual key, or the key in    │
5540       │                    │                      │               │ form of 64 hexadecimal character. The      │
5541       │                    │                      │               │ WPA3-Personal networks use a passphrase of │
5542       │                    │                      │               │ any length for SAE authentication.         │
5543       ├────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
5544       │psk-flags           │ NMSettingSecretFlags │               │ Flags indicating how to handle the "psk"   │
5545       │                    │ (uint32)             │               │ property. (see the section called “Secret  │
5546       │                    │                      │               │ flag types:” for flag values)              │
5547       ├────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
5548       │wep-key-flags       │ NMSettingSecretFlags │               │ Flags indicating how to handle the         │
5549       │                    │ (uint32)             │               │ "wep-key0", "wep-key1", "wep-key2", and    │
5550       │                    │                      │               │ "wep-key3" properties. (see the section    │
5551       │                    │                      │               │ called “Secret flag types:” for flag       │
5552       │                    │                      │               │ values)                                    │
5553       ├────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
5554       │wep-key-type        │ NMWepKeyType         │               │ Controls the interpretation of WEP keys.   │
5555       │                    │ (uint32)             │               │ Allowed values are NM_WEP_KEY_TYPE_KEY     │
5556       │                    │                      │               │ (1), in which case the key is either a 10- │
5557       │                    │                      │               │ or 26-character hexadecimal string, or a   │
5558       │                    │                      │               │ 5- or 13-character ASCII password; or      │
5559       │                    │                      │               │ NM_WEP_KEY_TYPE_PASSPHRASE (2), in which   │
5560       │                    │                      │               │ case the passphrase is provided as a       │
5561       │                    │                      │               │ string and will be hashed using the        │
5562       │                    │                      │               │ de-facto MD5 method to derive the actual   │
5563       │                    │                      │               │ WEP key.                                   │
5564       ├────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
5565       │wep-key0            │ string               │               │ Index 0 WEP key.  This is the WEP key used │
5566       │                    │                      │               │ in most networks.  See the "wep-key-type"  │
5567       │                    │                      │               │ property for a description of how this key │
5568       │                    │                      │               │ is interpreted.                            │
5569       ├────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
5570       │wep-key1            │ string               │               │ Index 1 WEP key.  This WEP index is not    │
5571       │                    │                      │               │ used by most networks.  See the            │
5572       │                    │                      │               │ "wep-key-type" property for a description  │
5573       │                    │                      │               │ of how this key is interpreted.            │
5574       ├────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
5575       │wep-key2            │ string               │               │ Index 2 WEP key.  This WEP index is not    │
5576       │                    │                      │               │ used by most networks.  See the            │
5577       │                    │                      │               │ "wep-key-type" property for a description  │
5578       │                    │                      │               │ of how this key is interpreted.            │
5579       ├────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
5580       │wep-key3            │ string               │               │ Index 3 WEP key.  This WEP index is not    │
5581       │                    │                      │               │ used by most networks.  See the            │
5582       │                    │                      │               │ "wep-key-type" property for a description  │
5583       │                    │                      │               │ of how this key is interpreted.            │
5584       ├────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
5585       │wep-tx-keyidx       │ uint32               │ 0             │ When static WEP is used (ie, key-mgmt =    │
5586       │                    │                      │               │ "none") and a non-default WEP key index is │
5587       │                    │                      │               │ used by the AP, put that WEP key index     │
5588       │                    │                      │               │ here.  Valid values are 0 (default key)    │
5589       │                    │                      │               │ through 3.  Note that some consumer access │
5590       │                    │                      │               │ points (like the Linksys WRT54G) number    │
5591       │                    │                      │               │ the keys 1 - 4.                            │
5592       ├────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
5593       │wps-method          │ uint32               │ 0             │ Flags indicating which mode of WPS is to   │
5594       │                    │                      │               │ be used if any. There's little point in    │
5595       │                    │                      │               │ changing the default setting as            │
5596       │                    │                      │               │ NetworkManager will automatically          │
5597       │                    │                      │               │ determine whether it's feasible to start   │
5598       │                    │                      │               │ WPS enrollment from the Access Point       │
5599       │                    │                      │               │ capabilities. WPS can be disabled by       │
5600       │                    │                      │               │ setting this property to a value of 1.     │
5601       └────────────────────┴──────────────────────┴───────────────┴────────────────────────────────────────────┘
5602
5603   wpan setting
5604       IEEE 802.15.4 (WPAN) MAC Settings.
5605
5606       ┌──────────────┬────────────┬───────────────┬──────────────────┐
5607Key Name      Value Type Default Value Value            
5608       │              │            │               │ Description      
5609       ├──────────────┼────────────┼───────────────┼──────────────────┤
5610       │channel       │ int32      │ -1            │ IEEE 802.15.4    │
5611       │              │            │               │ channel. A       │
5612       │              │            │               │ positive integer │
5613       │              │            │               │ or -1, meaning   │
5614       │              │            │               │ "do not set, use │
5615       │              │            │               │ whatever the     │
5616       │              │            │               │ device is        │
5617       │              │            │               │ already set to". │
5618       ├──────────────┼────────────┼───────────────┼──────────────────┤
5619       │mac-address   │ string     │               │ If specified,    │
5620       │              │            │               │ this connection  │
5621       │              │            │               │ will only apply  │
5622       │              │            │               │ to the IEEE      │
5623       │              │            │               │ 802.15.4 (WPAN)  │
5624       │              │            │               │ MAC layer device │
5625       │              │            │               │ whose permanent  │
5626       │              │            │               │ MAC address      │
5627       │              │            │               │ matches.         │
5628       ├──────────────┼────────────┼───────────────┼──────────────────┤
5629       │page          │ int32      │ -1            │ IEEE 802.15.4    │
5630       │              │            │               │ channel page. A  │
5631       │              │            │               │ positive integer │
5632       │              │            │               │ or -1, meaning   │
5633       │              │            │               │ "do not set, use │
5634       │              │            │               │ whatever the     │
5635       │              │            │               │ device is        │
5636       │              │            │               │ already set to". │
5637       ├──────────────┼────────────┼───────────────┼──────────────────┤
5638       │pan-id        │ uint32     │ 65535         │ IEEE 802.15.4    │
5639       │              │            │               │ Personal Area    │
5640       │              │            │               │ Network (PAN)    │
5641       │              │            │               │ identifier.      │
5642       ├──────────────┼────────────┼───────────────┼──────────────────┤
5643       │short-address │ uint32     │ 65535         │ Short IEEE       │
5644       │              │            │               │ 802.15.4 address │
5645       │              │            │               │ to be used       │
5646       │              │            │               │ within a         │
5647       │              │            │               │ restricted       │
5648       │              │            │               │ environment.     │
5649       └──────────────┴────────────┴───────────────┴──────────────────┘
5650
5651   Secret flag types:
5652       Each password or secret property in a setting has an associated flags
5653       property that describes how to handle that secret. The flags property
5654       is a bitfield that contains zero or more of the following values
5655       logically OR-ed together.
5656
5657       ·   0x0 (none) - the system is responsible for providing and storing
5658           this secret. This may be required so that secrets are already
5659           available before the user logs in. It also commonly means that the
5660           secret will be stored in plain text on disk, accessible to root
5661           only. For example via the keyfile settings plugin as described in
5662           the "PLUGINS" section in NetworkManager.conf(5).
5663
5664       ·   0x1 (agent-owned) - a user-session secret agent is responsible for
5665           providing and storing this secret; when it is required, agents will
5666           be asked to provide it.
5667
5668       ·   0x2 (not-saved) - this secret should not be saved but should be
5669           requested from the user each time it is required. This flag should
5670           be used for One-Time-Pad secrets, PIN codes from hardware tokens,
5671           or if the user simply does not want to save the secret.
5672
5673       ·   0x4 (not-required) - in some situations it cannot be automatically
5674           determined that a secret is required or not. This flag hints that
5675           the secret is not required and should not be requested from the
5676           user.
5677

FILES

5679       /etc/NetworkManager/system-connections or distro plugin-specific
5680       location
5681

SEE ALSO

5683       nm-settings-nmcli(5), nm-settings-keyfile(5), NetworkManager(8),
5684       nmcli(1), nmcli-examples(7), NetworkManager.conf(5)
5685
5686
5687
5688NetworkManager 1.26.6                                      NM-SETTINGS-DBUS(5)
Impressum