summaryrefslogtreecommitdiff
path: root/man/nm-settings.5
blob: 144c9ab9aba7c8e2672f5d91a5f0888f2d5dcb23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
'\" t
.\"     Title: nm-settings
.\"    Author: [see the "AUTHOR" section]
.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
.\"      Date: 27 August 2015
.\"    Manual: Configuration
.\"    Source: NetworkManager 1.0.6
.\"  Language: English
.\"
.TH "NM\-SETTINGS" "5" "" "NetworkManager 1\&.0\&.6" "Configuration"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.\" http://bugs.debian.org/507673
.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.ie \n(.g .ds Aq \(aq
.el       .ds Aq '
.\" -----------------------------------------------------------------
.\" * set default formatting
.\" -----------------------------------------------------------------
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
.ad l
.\" -----------------------------------------------------------------
.\" * MAIN CONTENT STARTS HERE *
.\" -----------------------------------------------------------------
.SH "NAME"
nm-settings \- Description of settings and properties of NetworkManager connection profiles
.SH "DESCRIPTION"
.PP
NetworkManager is based on a concept of connection profiles, sometimes referred to as connections only\&. These connection profiles contain a network configuration\&. When NetworkManager activates a connection profile on a network device the configuration will be applied and an active network connection will be established\&. Users are free to create as many connection profiles as they see fit\&. Thus they are flexible in having various network configurations for different networking needs\&. The connection profiles are handled by NetworkManager via
\fIsettings service\fR
and are exported on D\-Bus (\fI/org/freedesktop/NetworkManager/Settings/<num>\fR
objects)\&. The conceptual objects can be described as follows:
.PP
Connection (profile)
.RS 4
A specific, encapsulated, independent group of settings describing all the configuration required to connect to a specific network\&. It is referred to by a unique identifier called the UUID\&. A connection is tied to a one specific device type, but not necessarily a specific hardware device\&. It is composed of one or more
\fISettings\fR
objects\&.
.RE
.PP
Setting
.RS 4
A group of related key/value pairs describing a specific piece of a
\fIConnection (profile)\fR\&. Settings keys and allowed values are described in the tables below\&. Keys are also reffered to as properties\&. Developers can find the setting objects and their properties in the libnm\-util sources\&. Look for the
\fBclass_init\fR
functions near the bottom of each setting source file\&.
.RE
.PP
The settings and properties shown in tables below list all available connection configuration options\&. However, note that not all settings are applicable to all connection types\&. NetworkManager provides a command\-line tool
\fInmcli\fR
that allows direct configuration of the settings and properties according to a connection profile type\&.
\fInmcli\fR
connection editor has also a built\-in
\fIdescribe\fR
command that can display description of particular settings and properties of this page\&.
.sp
.it 1 an-trap
.nr an-no-space-flag 1
.nr an-break-flag 1
.br
.B Table\ \&1.\ \&802-1x setting
.TS
allbox tab(:);
lB lB lB lB.
T{
Key Name
T}:T{
Value Type
T}:T{
Default Value
T}:T{
Value Description
T}
.T&
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l.
T{
altsubject\-matches
T}:T{
array of string
T}:T{
[]
T}:T{
List of strings to be matched against the altSubjectName of the certificate presented by the authentication server\&. If the list is empty, no verification of the server certificate\*(Aqs altSubjectName is performed\&.
T}
T{
anonymous\-identity
T}:T{
string
T}:T{
\ \&
T}:T{
Anonymous identity string for EAP authentication methods\&.  Used as the unencrypted identity with EAP types that support different tunneled identity like EAP\-TTLS\&.
T}
T{
ca\-cert
T}:T{
byte array
T}:T{
\ \&
T}:T{
Contains the CA certificate if used by the EAP method specified in the "eap" property\&. Certificate data is specified using a "scheme"; two are currently supported: blob and path\&. When using the blob scheme (which is backwards compatible with NM 0\&.7\&.x) this property should be set to the certificate\*(Aqs DER encoded data\&. When using the path scheme, this property should be set to the full UTF\-8 encoded path of the certificate, prefixed with the string "file://" and ending with a terminating NUL byte\&. This property can be unset even if the EAP method supports CA certificates, but this allows man\-in\-the\-middle attacks and is NOT recommended\&.
T}
T{
ca\-path
T}:T{
string
T}:T{
\ \&
T}:T{
UTF\-8 encoded path to a directory containing PEM or DER formatted certificates to be added to the verification chain in addition to the certificate specified in the "ca\-cert" property\&.
T}
T{
client\-cert
T}:T{
byte array
T}:T{
\ \&
T}:T{
Contains the client certificate if used by the EAP method specified in the "eap" property\&. Certificate data is specified using a "scheme"; two are currently supported: blob and path\&. When using the blob scheme (which is backwards compatible with NM 0\&.7\&.x) this property should be set to the certificate\*(Aqs DER encoded data\&. When using the path scheme, this property should be set to the full UTF\-8 encoded path of the certificate, prefixed with the string "file://" and ending with a terminating NUL byte\&.
T}
T{
eap
T}:T{
array of string
T}:T{
[]
T}:T{
The allowed EAP method to be used when authenticating to the network with 802\&.1x\&.  Valid methods are: "leap", "md5", "tls", "peap", "ttls", "pwd", and "fast"\&.  Each method requires different configuration using the properties of this setting; refer to wpa_supplicant documentation for the allowed combinations\&.
T}
T{
identity
T}:T{
string
T}:T{
\ \&
T}:T{
Identity string for EAP authentication methods\&.  Often the user\*(Aqs user or login name\&.
T}
T{
name
T}:T{
string
T}:T{
802\-1x
T}:T{
The setting\*(Aqs name, which uniquely identifies the setting within the connection\&.  Each setting type has a name unique to that type, for example "ppp" or "wireless" or "wired"\&.
T}
T{
pac\-file
T}:T{
string
T}:T{
\ \&
T}:T{
UTF\-8 encoded file path containing PAC for EAP\-FAST\&.
T}
T{
password
T}:T{
string
T}:T{
\ \&
T}:T{
UTF\-8 encoded password used for EAP authentication methods\&. If both the "password" property and the "password\-raw" property are specified, "password" is preferred\&.
T}
T{
password\-flags
T}:T{
NMSettingSecretFlags (uint32)
T}:T{
\ \&
T}:T{
Flags indicating how to handle the "password" property\&. (see the section called \(lqSecret flag types:\(rq for flag values)
T}
T{
password\-raw
T}:T{
byte array
T}:T{
\ \&
T}:T{
Password used for EAP authentication methods, given as a byte array to allow passwords in other encodings than UTF\-8 to be used\&. If both the "password" property and the "password\-raw" property are specified, "password" is preferred\&.
T}
T{
password\-raw\-flags
T}:T{
NMSettingSecretFlags (uint32)
T}:T{
\ \&
T}:T{
Flags indicating how to handle the "password\-raw" property\&. (see the section called \(lqSecret flag types:\(rq for flag values)
T}
T{
phase1\-fast\-provisioning
T}:T{
string
T}:T{
\ \&
T}:T{
Enables or disables in\-line provisioning of EAP\-FAST credentials when FAST is specified as the EAP method in the "eap" property\&. Recognized values are "0" (disabled), "1" (allow unauthenticated provisioning), "2" (allow authenticated provisioning), and "3" (allow both authenticated and unauthenticated provisioning)\&.  See the wpa_supplicant documentation for more details\&.
T}
T{
phase1\-peaplabel
T}:T{
string
T}:T{
\ \&
T}:T{
Forces use of the new PEAP label during key derivation\&.  Some RADIUS servers may require forcing the new PEAP label to interoperate with PEAPv1\&.  Set to "1" to force use of the new PEAP label\&.  See the wpa_supplicant documentation for more details\&.
T}
T{
phase1\-peapver
T}:T{
string
T}:T{
\ \&
T}:T{
Forces which PEAP version is used when PEAP is set as the EAP method in the "eap" property\&.  When unset, the version reported by the server will be used\&.  Sometimes when using older RADIUS servers, it is necessary to force the client to use a particular PEAP version\&.  To do so, this property may be set to "0" or "1" to force that specific PEAP version\&.
T}
T{
phase2\-altsubject\-matches
T}:T{
array of string
T}:T{
[]
T}:T{
List of strings to be matched against the altSubjectName of the certificate presented by the authentication server during the inner "phase 2" authentication\&. If the list is empty, no verification of the server certificate\*(Aqs altSubjectName is performed\&.
T}
T{
phase2\-auth
T}:T{
string
T}:T{
\ \&
T}:T{
Specifies the allowed "phase 2" inner non\-EAP authentication methods when an EAP method that uses an inner TLS tunnel is specified in the "eap" property\&.  Recognized non\-EAP "phase 2" methods are "pap", "chap", "mschap", "mschapv2", "gtc", "otp", "md5", and "tls"\&. Each "phase 2" inner method requires specific parameters for successful authentication; see the wpa_supplicant documentation for more details\&.
T}
T{
phase2\-autheap
T}:T{
string
T}:T{
\ \&
T}:T{
Specifies the allowed "phase 2" inner EAP\-based authentication methods when an EAP method that uses an inner TLS tunnel is specified in the "eap" property\&.  Recognized EAP\-based "phase 2" methods are "md5", "mschapv2", "otp", "gtc", and "tls"\&. Each "phase 2" inner method requires specific parameters for successful authentication; see the wpa_supplicant documentation for more details\&.
T}
T{
phase2\-ca\-cert
T}:T{
byte array
T}:T{
\ \&
T}:T{
Contains the "phase 2" CA certificate if used by the EAP method specified in the "phase2\-auth" or "phase2\-autheap" properties\&. Certificate data is specified using a "scheme"; two are currently supported: blob and path\&. When using the blob scheme (which is backwards compatible with NM 0\&.7\&.x) this property should be set to the certificate\*(Aqs DER encoded data\&. When using the path scheme, this property should be set to the full UTF\-8 encoded path of the certificate, prefixed with the string "file://" and ending with a terminating NUL byte\&. This property can be unset even if the EAP method supports CA certificates, but this allows man\-in\-the\-middle attacks and is NOT recommended\&.
T}
T{
phase2\-ca\-path
T}:T{
string
T}:T{
\ \&
T}:T{
UTF\-8 encoded path to a directory containing PEM or DER formatted certificates to be added to the verification chain in addition to the certificate specified in the "phase2\-ca\-cert" property\&.
T}
T{
phase2\-client\-cert
T}:T{
byte array
T}:T{
\ \&
T}:T{
Contains the "phase 2" client certificate if used by the EAP method specified in the "phase2\-auth" or "phase2\-autheap" properties\&. Certificate data is specified using a "scheme"; two are currently supported: blob and path\&. When using the blob scheme (which is backwards compatible with NM 0\&.7\&.x) this property should be set to the certificate\*(Aqs DER encoded data\&. When using the path scheme, this property should be set to the full UTF\-8 encoded path of the certificate, prefixed with the string "file://" and ending with a terminating NUL byte\&. This property can be unset even if the EAP method supports CA certificates, but this allows man\-in\-the\-middle attacks and is NOT recommended\&.
T}
T{
phase2\-private\-key
T}:T{
byte array
T}:T{
\ \&
T}:T{
Contains the "phase 2" inner private key when the "phase2\-auth" or "phase2\-autheap" property is set to "tls"\&. Key data is specified using a "scheme"; two are currently supported: blob and path\&. When using the blob scheme and private keys, this property should be set to the key\*(Aqs encrypted PEM encoded data\&. When using private keys with the path scheme, this property should be set to the full UTF\-8 encoded path of the key, prefixed with the string "file://" and ending with a terminating NUL byte\&. When using PKCS#12 format private keys and the blob scheme, this property should be set to the PKCS#12 data and the "phase2\-private\-key\-password" property must be set to password used to decrypt the PKCS#12 certificate and key\&. When using PKCS#12 files and the path scheme, this property should be set to the full UTF\-8 encoded path of the key, prefixed with the string "file://" and and ending with a terminating NUL byte, and as with the blob scheme the "phase2\-private\-key\-password" property must be set to the password used to decode the PKCS#12 private key and certificate\&.
T}
T{
phase2\-private\-key\-password
T}:T{
string
T}:T{
\ \&
T}:T{
The password used to decrypt the "phase 2" private key specified in the "phase2\-private\-key" property when the private key either uses the path scheme, or is a PKCS#12 format key\&.
T}
T{
phase2\-private\-key\-password\-flags
T}:T{
NMSettingSecretFlags (uint32)
T}:T{
\ \&
T}:T{
Flags indicating how to handle the "phase2\-private\-key\-password" property\&. (see the section called \(lqSecret flag types:\(rq for flag values)
T}
T{
phase2\-subject\-match
T}:T{
string
T}:T{
\ \&
T}:T{
Substring to be matched against the subject of the certificate presented by the authentication server during the inner "phase 2" authentication\&. When unset, no verification of the authentication server certificate\*(Aqs subject is performed\&.
T}
T{
pin
T}:T{
string
T}:T{
\ \&
T}:T{
PIN used for EAP authentication methods\&.
T}
T{
pin\-flags
T}:T{
NMSettingSecretFlags (uint32)
T}:T{
\ \&
T}:T{
Flags indicating how to handle the "pin" property\&. (see the section called \(lqSecret flag types:\(rq for flag values)
T}
T{
private\-key
T}:T{
byte array
T}:T{
\ \&
T}:T{
Contains the private key when the "eap" property is set to "tls"\&. Key data is specified using a "scheme"; two are currently supported: blob and path\&. When using the blob scheme and private keys, this property should be set to the key\*(Aqs encrypted PEM encoded data\&. When using private keys with the path scheme, this property should be set to the full UTF\-8 encoded path of the key, prefixed with the string "file://" and ending with a terminating NUL byte\&. When using PKCS#12 format private keys and the blob scheme, this property should be set to the PKCS#12 data and the "private\-key\-password" property must be set to password used to decrypt the PKCS#12 certificate and key\&. When using PKCS#12 files and the path scheme, this property should be set to the full UTF\-8 encoded path of the key, prefixed with the string "file://" and and ending with a terminating NUL byte, and as with the blob scheme the "private\-key\-password" property must be set to the password used to decode the PKCS#12 private key and certificate\&. WARNING: "private\-key" is not a "secret" property, and thus unencrypted private key data using the BLOB scheme may be readable by unprivileged users\&.  Private keys should always be encrypted with a private key password to prevent unauthorized access to unencrypted private key data\&.
T}
T{
private\-key\-password
T}:T{
string
T}:T{
\ \&
T}:T{
The password used to decrypt the private key specified in the "private\-key" property when the private key either uses the path scheme, or if the private key is a PKCS#12 format key\&.
T}
T{
private\-key\-password\-flags
T}:T{
NMSettingSecretFlags (uint32)
T}:T{
\ \&
T}:T{
Flags indicating how to handle the "private\-key\-password" property\&. (see the section called \(lqSecret flag types:\(rq for flag values)
T}
T{
subject\-match
T}:T{
string
T}:T{
\ \&
T}:T{
Substring to be matched against the subject of the certificate presented by the authentication server\&. When unset, no verification of the authentication server certificate\*(Aqs subject is performed\&.
T}
T{
system\-ca\-certs
T}:T{
boolean
T}:T{
FALSE
T}:T{
When TRUE, overrides the "ca\-path" and "phase2\-ca\-path" properties using the system CA directory specified at configure time with the \-\-system\-ca\-path switch\&.  The certificates in this directory are added to the verification chain in addition to any certificates specified by the "ca\-cert" and "phase2\-ca\-cert" properties\&. If the path provided with \-\-system\-ca\-path is rather a file name (bundle of trusted CA certificates), it overrides "ca\-cert" and "phase2\-ca\-cert" properties instead (sets ca_cert/ca_cert2 options for wpa_supplicant)\&.
T}
.TE
.sp 1
.sp
.it 1 an-trap
.nr an-no-space-flag 1
.nr an-break-flag 1
.br
.B Table\ \&2.\ \&adsl setting
.TS
allbox tab(:);
lB lB lB lB.
T{
Key Name
T}:T{
Value Type
T}:T{
Default Value
T}:T{
Value Description
T}
.T&
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l.
T{
encapsulation
T}:T{
string
T}:T{
\ \&
T}:T{
Encapsulation of ADSL connection\&.  Can be "vcmux" or "llc"\&.
T}
T{
name
T}:T{
string
T}:T{
adsl
T}:T{
The setting\*(Aqs name, which uniquely identifies the setting within the connection\&.  Each setting type has a name unique to that type, for example "ppp" or "wireless" or "wired"\&.
T}
T{
password
T}:T{
string
T}:T{
\ \&
T}:T{
Password used to authenticate with the ADSL service\&.
T}
T{
password\-flags
T}:T{
NMSettingSecretFlags (uint32)
T}:T{
\ \&
T}:T{
Flags indicating how to handle the "password" property\&. (see the section called \(lqSecret flag types:\(rq for flag values)
T}
T{
protocol
T}:T{
string
T}:T{
\ \&
T}:T{
ADSL connection protocol\&.  Can be "pppoa", "pppoe" or "ipoatm"\&.
T}
T{
username
T}:T{
string
T}:T{
\ \&
T}:T{
Username used to authenticate with the ADSL service\&.
T}
T{
vci
T}:T{
uint32
T}:T{
0
T}:T{
VCI of ADSL connection
T}
T{
vpi
T}:T{
uint32
T}:T{
0
T}:T{
VPI of ADSL connection
T}
.TE
.sp 1
.sp
.it 1 an-trap
.nr an-no-space-flag 1
.nr an-break-flag 1
.br
.B Table\ \&3.\ \&bluetooth setting
.TS
allbox tab(:);
lB lB lB lB.
T{
Key Name
T}:T{
Value Type
T}:T{
Default Value
T}:T{
Value Description
T}
.T&
l l l l
l l l l
l l l l.
T{
bdaddr
T}:T{
byte array
T}:T{
\ \&
T}:T{
The Bluetooth address of the device\&.
T}
T{
name
T}:T{
string
T}:T{
bluetooth
T}:T{
The setting\*(Aqs name, which uniquely identifies the setting within the connection\&.  Each setting type has a name unique to that type, for example "ppp" or "wireless" or "wired"\&.
T}
T{
type
T}:T{
string
T}:T{
\ \&
T}:T{
Either "dun" for Dial\-Up Networking connections or "panu" for Personal Area Networking connections to devices supporting the NAP profile\&.
T}
.TE
.sp 1
.sp
.it 1 an-trap
.nr an-no-space-flag 1
.nr an-break-flag 1
.br
.B Table\ \&4.\ \&bond setting
.TS
allbox tab(:);
lB lB lB lB.
T{
Key Name
T}:T{
Value Type
T}:T{
Default Value
T}:T{
Value Description
T}
.T&
l l l l
l l l l
l l l l.
T{
interface\-name
T}:T{
string
T}:T{
\ \&
T}:T{
Deprecated in favor of connection\&.interface\-name, but can be used for backward\-compatibility with older daemons, to set the bond\*(Aqs interface name\&.
T}
T{
name
T}:T{
string
T}:T{
bond
T}:T{
The setting\*(Aqs name, which uniquely identifies the setting within the connection\&.  Each setting type has a name unique to that type, for example "ppp" or "wireless" or "wired"\&.
T}
T{
options
T}:T{
dict of string to string
T}:T{
{\*(Aqmode\*(Aq: \*(Aqbalance\-rr\*(Aq}
T}:T{
Dictionary of key/value pairs of bonding options\&.  Both keys and values must be strings\&. Option names must contain only alphanumeric characters (ie, [a\-zA\-Z0\-9])\&.
T}
.TE
.sp 1
.sp
.it 1 an-trap
.nr an-no-space-flag 1
.nr an-break-flag 1
.br
.B Table\ \&5.\ \&bridge setting
.TS
allbox tab(:);
lB lB lB lB.
T{
Key Name
T}:T{
Value Type
T}:T{
Default Value
T}:T{
Value Description
T}
.T&
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l.
T{
ageing\-time
T}:T{
uint32
T}:T{
300
T}:T{
The Ethernet MAC address aging time, in seconds\&.
T}
T{
forward\-delay
T}:T{
uint32
T}:T{
15
T}:T{
The Spanning Tree Protocol (STP) forwarding delay, in seconds\&.
T}
T{
hello\-time
T}:T{
uint32
T}:T{
2
T}:T{
The Spanning Tree Protocol (STP) hello time, in seconds\&.
T}
T{
interface\-name
T}:T{
string
T}:T{
\ \&
T}:T{
Deprecated in favor of connection\&.interface\-name, but can be used for backward\-compatibility with older daemons, to set the bridge\*(Aqs interface name\&.
T}
T{
mac\-address
T}:T{
byte array
T}:T{
\ \&
T}:T{
If specified, the MAC address of bridge\&. When creating a new bridge, this MAC address will be set\&. When matching an existing (outside NetworkManager created) bridge, this MAC address must match\&.
T}
T{
max\-age
T}:T{
uint32
T}:T{
20
T}:T{
The Spanning Tree Protocol (STP) maximum message age, in seconds\&.
T}
T{
name
T}:T{
string
T}:T{
bridge
T}:T{
The setting\*(Aqs name, which uniquely identifies the setting within the connection\&.  Each setting type has a name unique to that type, for example "ppp" or "wireless" or "wired"\&.
T}
T{
priority
T}:T{
uint32
T}:T{
32768
T}:T{
Sets the Spanning Tree Protocol (STP) priority for this bridge\&.  Lower values are "better"; the lowest priority bridge will be elected the root bridge\&.
T}
T{
stp
T}:T{
boolean
T}:T{
TRUE
T}:T{
Controls whether Spanning Tree Protocol (STP) is enabled for this bridge\&.
T}
.TE
.sp 1
.sp
.it 1 an-trap
.nr an-no-space-flag 1
.nr an-break-flag 1
.br
.B Table\ \&6.\ \&bridge-port setting
.TS
allbox tab(:);
lB lB lB lB.
T{
Key Name
T}:T{
Value Type
T}:T{
Default Value
T}:T{
Value Description
T}
.T&
l l l l
l l l l
l l l l
l l l l.
T{
hairpin\-mode
T}:T{
boolean
T}:T{
FALSE
T}:T{
Enables or disabled "hairpin mode" for the port, which allows frames to be sent back out through the port the frame was received on\&.
T}
T{
name
T}:T{
string
T}:T{
bridge\-port
T}:T{
The setting\*(Aqs name, which uniquely identifies the setting within the connection\&.  Each setting type has a name unique to that type, for example "ppp" or "wireless" or "wired"\&.
T}
T{
path\-cost
T}:T{
uint32
T}:T{
100
T}:T{
The Spanning Tree Protocol (STP) port cost for destinations via this port\&.
T}
T{
priority
T}:T{
uint32
T}:T{
32
T}:T{
The Spanning Tree Protocol (STP) priority of this bridge port\&.
T}
.TE
.sp 1
.sp
.it 1 an-trap
.nr an-no-space-flag 1
.nr an-break-flag 1
.br
.B Table\ \&7.\ \&cdma setting
.TS
allbox tab(:);
lB lB lB lB.
T{
Key Name
T}:T{
Value Type
T}:T{
Default Value
T}:T{
Value Description
T}
.T&
l l l l
l l l l
l l l l
l l l l
l l l l.
T{
name
T}:T{
string
T}:T{
cdma
T}:T{
The setting\*(Aqs name, which uniquely identifies the setting within the connection\&.  Each setting type has a name unique to that type, for example "ppp" or "wireless" or "wired"\&.
T}
T{
number
T}:T{
string
T}:T{
\ \&
T}:T{
The number to dial to establish the connection to the CDMA\-based mobile broadband network, if any\&.  If not specified, the default number (#777) is used when required\&.
T}
T{
password
T}:T{
string
T}:T{
\ \&
T}:T{
The password used to authenticate with the network, if required\&.  Many providers do not require a password, or accept any password\&.  But if a password is required, it is specified here\&.
T}
T{
password\-flags
T}:T{
NMSettingSecretFlags (uint32)
T}:T{
\ \&
T}:T{
Flags indicating how to handle the "password" property\&. (see the section called \(lqSecret flag types:\(rq for flag values)
T}
T{
username
T}:T{
string
T}:T{
\ \&
T}:T{
The username used to authenticate with the network, if required\&.  Many providers do not require a username, or accept any username\&.  But if a username is required, it is specified here\&.
T}
.TE
.sp 1
.sp
.it 1 an-trap
.nr an-no-space-flag 1
.nr an-break-flag 1
.br
.B Table\ \&8.\ \&connection setting
.TS
allbox tab(:);
lB lB lB lB.
T{
Key Name
T}:T{
Value Type
T}:T{
Default Value
T}:T{
Value Description
T}
.T&
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l.
T{
autoconnect
T}:T{
boolean
T}:T{
TRUE
T}:T{
Whether or not the connection should be automatically connected by NetworkManager when the resources for the connection are available\&. TRUE to automatically activate the connection, FALSE to require manual intervention to activate the connection\&.
T}
T{
autoconnect\-priority
T}:T{
int32
T}:T{
0
T}:T{
The autoconnect priority\&. If the connection is set to autoconnect, connections with higher priority will be preferred\&. Defaults to 0\&. The higher number means higher priority\&.
T}
T{
autoconnect\-slaves
T}:T{
NMSettingConnectionAutoconnectSlaves (int32)
T}:T{
\ \&
T}:T{
Whether or not slaves of this connection should be automatically brought up when NetworkManager activates this connection\&. This only has a real effect for master connections\&. The permitted values are: 0: leave slave connections untouched, 1: activate all the slave connections with this connection, \-1: default\&. If \-1 (default) is set, global connection\&.autoconnect\-slaves is read to determine the real value\&. If it is default as well, this fallbacks to 0\&.
T}
T{
gateway\-ping\-timeout
T}:T{
uint32
T}:T{
0
T}:T{
If greater than zero, delay success of IP addressing until either the timeout is reached, or an IP gateway replies to a ping\&.
T}
T{
id
T}:T{
string
T}:T{
\ \&
T}:T{
A human readable unique identifier for the connection, like "Work Wi\-Fi" or "T\-Mobile 3G"\&.
T}
T{
interface\-name
T}:T{
string
T}:T{
\ \&
T}:T{
The name of the network interface this connection is bound to\&. If not set, then the connection can be attached to any interface of the appropriate type (subject to restrictions imposed by other settings)\&. For software devices this specifies the name of the created device\&. For connection types where interface names cannot easily be made persistent (e\&.g\&. mobile broadband or USB Ethernet), this property should not be used\&. Setting this property restricts the interfaces a connection can be used with, and if interface names change or are reordered the connection may be applied to the wrong interface\&.
T}
T{
master
T}:T{
string
T}:T{
\ \&
T}:T{
Interface name of the master device or UUID of the master connection\&.
T}
T{
metered
T}:T{
NMMetered (int32)
T}:T{
\ \&
T}:T{
Whether the connection is metered\&.
T}
T{
name
T}:T{
string
T}:T{
connection
T}:T{
The setting\*(Aqs name, which uniquely identifies the setting within the connection\&.  Each setting type has a name unique to that type, for example "ppp" or "wireless" or "wired"\&.
T}
T{
permissions
T}:T{
array of string
T}:T{
[]
T}:T{
An array of strings defining what access a given user has to this connection\&.  If this is NULL or empty, all users are allowed to access this connection\&.  Otherwise a user is allowed to access this connection if and only if they are in this list\&. Each entry is of the form "[type]:[id]:[reserved]"; for example, "user:dcbw:blah"\&. At this time only the "user" [type] is allowed\&.  Any other values are ignored and reserved for future use\&.  [id] is the username that this permission refers to, which may not contain the ":" character\&. Any [reserved] information present must be ignored and is reserved for future use\&.  All of [type], [id], and [reserved] must be valid UTF\-8\&.
T}
T{
read\-only
T}:T{
boolean
T}:T{
FALSE
T}:T{
FALSE if the connection can be modified using the provided settings service\*(Aqs D\-Bus interface with the right privileges, or TRUE if the connection is read\-only and cannot be modified\&.
T}
T{
secondaries
T}:T{
array of string
T}:T{
[]
T}:T{
List of connection UUIDs that should be activated when the base connection itself is activated\&. Currently only VPN connections are supported\&.
T}
T{
slave\-type
T}:T{
string
T}:T{
\ \&
T}:T{
Setting name of the device type of this slave\*(Aqs master connection (eg, "bond"), or NULL if this connection is not a slave\&.
T}
T{
timestamp
T}:T{
uint64
T}:T{
0
T}:T{
The time, in seconds since the Unix Epoch, that the connection was last _successfully_ fully activated\&. NetworkManager updates the connection timestamp periodically when the connection is active to ensure that an active connection has the latest timestamp\&. The property is only meant for reading (changes to this property will not be preserved)\&.
T}
T{
type
T}:T{
string
T}:T{
\ \&
T}:T{
Base type of the connection\&. For hardware\-dependent connections, should contain the setting name of the hardware\-type specific setting (ie, "802\-3\-ethernet" or "802\-11\-wireless" or "bluetooth", etc), and for non\-hardware dependent connections like VPN or otherwise, should contain the setting name of that setting type (ie, "vpn" or "bridge", etc)\&.
T}
T{
uuid
T}:T{
string
T}:T{
\ \&
T}:T{
A universally unique identifier for the connection, for example generated with libuuid\&.  It should be assigned when the connection is created, and never changed as long as the connection still applies to the same network\&.  For example, it should not be changed when the "id" property or NMSettingIP4Config changes, but might need to be re\-created when the Wi\-Fi SSID, mobile broadband network provider, or "type" property changes\&. The UUID must be in the format "2815492f\-7e56\-435e\-b2e9\-246bd7cdc664" (ie, contains only hexadecimal characters and "\-")\&.
T}
T{
zone
T}:T{
string
T}:T{
\ \&
T}:T{
The trust level of a the connection\&.  Free form case\-insensitive string (for example "Home", "Work", "Public")\&.  NULL or unspecified zone means the connection will be placed in the default zone as defined by the firewall\&.
T}
.TE
.sp 1
.sp
.it 1 an-trap
.nr an-no-space-flag 1
.nr an-break-flag 1
.br
.B Table\ \&9.\ \&dcb setting
.TS
allbox tab(:);
lB lB lB lB.
T{
Key Name
T}:T{
Value Type
T}:T{
Default Value
T}:T{
Value Description
T}
.T&
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l.
T{
app\-fcoe\-flags
T}:T{
NMSettingDcbFlags (uint32)
T}:T{
\ \&
T}:T{
Specifies the NMSettingDcbFlags for the DCB FCoE application\&.  Flags may be any combination of NM_SETTING_DCB_FLAG_ENABLE (0x1), NM_SETTING_DCB_FLAG_ADVERTISE (0x2), and NM_SETTING_DCB_FLAG_WILLING (0x4)\&.
T}
T{
app\-fcoe\-mode
T}:T{
string
T}:T{
"fabric"
T}:T{
The FCoE controller mode; either "fabric" (default) or "vn2vn"\&.
T}
T{
app\-fcoe\-priority
T}:T{
int32
T}:T{
\-1
T}:T{
The highest User Priority (0 \- 7) which FCoE frames should use, or \-1 for default priority\&.  Only used when the "app\-fcoe\-flags" property includes the NM_SETTING_DCB_FLAG_ENABLE (0x1) flag\&.
T}
T{
app\-fip\-flags
T}:T{
NMSettingDcbFlags (uint32)
T}:T{
\ \&
T}:T{
Specifies the NMSettingDcbFlags for the DCB FIP application\&.  Flags may be any combination of NM_SETTING_DCB_FLAG_ENABLE (0x1), NM_SETTING_DCB_FLAG_ADVERTISE (0x2), and NM_SETTING_DCB_FLAG_WILLING (0x4)\&.
T}
T{
app\-fip\-priority
T}:T{
int32
T}:T{
\-1
T}:T{
The highest User Priority (0 \- 7) which FIP frames should use, or \-1 for default priority\&.  Only used when the "app\-fip\-flags" property includes the NM_SETTING_DCB_FLAG_ENABLE (0x1) flag\&.
T}
T{
app\-iscsi\-flags
T}:T{
NMSettingDcbFlags (uint32)
T}:T{
\ \&
T}:T{
Specifies the NMSettingDcbFlags for the DCB iSCSI application\&.  Flags may be any combination of NM_SETTING_DCB_FLAG_ENABLE (0x1), NM_SETTING_DCB_FLAG_ADVERTISE (0x2), and NM_SETTING_DCB_FLAG_WILLING (0x4)\&.
T}
T{
app\-iscsi\-priority
T}:T{
int32
T}:T{
\-1
T}:T{
The highest User Priority (0 \- 7) which iSCSI frames should use, or \-1 for default priority\&. Only used when the "app\-iscsi\-flags" property includes the NM_SETTING_DCB_FLAG_ENABLE (0x1) flag\&.
T}
T{
name
T}:T{
string
T}:T{
dcb
T}:T{
The setting\*(Aqs name, which uniquely identifies the setting within the connection\&.  Each setting type has a name unique to that type, for example "ppp" or "wireless" or "wired"\&.
T}
T{
priority\-bandwidth
T}:T{
array of uint32
T}:T{
[0, 0, 0, 0, 0, 0, 0, 0]
T}:T{
An array of 8 uint values, where the array index corresponds to the User Priority (0 \- 7) and the value indicates the percentage of bandwidth of the priority\*(Aqs assigned group that the priority may use\&.  The sum of all percentages for priorities which belong to the same group must total 100 percent\&.
T}
T{
priority\-flow\-control
T}:T{
array of uint32
T}:T{
[0, 0, 0, 0, 0, 0, 0, 0]
T}:T{
An array of 8 boolean values, where the array index corresponds to the User Priority (0 \- 7) and the value indicates whether or not the corresponding priority should transmit priority pause\&.
T}
T{
priority\-flow\-control\-flags
T}:T{
NMSettingDcbFlags (uint32)
T}:T{
\ \&
T}:T{
Specifies the NMSettingDcbFlags for DCB Priority Flow Control (PFC)\&. Flags may be any combination of NM_SETTING_DCB_FLAG_ENABLE (0x1), NM_SETTING_DCB_FLAG_ADVERTISE (0x2), and NM_SETTING_DCB_FLAG_WILLING (0x4)\&.
T}
T{
priority\-group\-bandwidth
T}:T{
array of uint32
T}:T{
[0, 0, 0, 0, 0, 0, 0, 0]
T}:T{
An array of 8 uint values, where the array index corresponds to the Priority Group ID (0 \- 7) and the value indicates the percentage of link bandwidth allocated to that group\&.  Allowed values are 0 \- 100, and the sum of all values must total 100 percent\&.
T}
T{
priority\-group\-flags
T}:T{
NMSettingDcbFlags (uint32)
T}:T{
\ \&
T}:T{
Specifies the NMSettingDcbFlags for DCB Priority Groups\&.  Flags may be any combination of NM_SETTING_DCB_FLAG_ENABLE (0x1), NM_SETTING_DCB_FLAG_ADVERTISE (0x2), and NM_SETTING_DCB_FLAG_WILLING (0x4)\&.
T}
T{
priority\-group\-id
T}:T{
array of uint32
T}:T{
[0, 0, 0, 0, 0, 0, 0, 0]
T}:T{
An array of 8 uint values, where the array index corresponds to the User Priority (0 \- 7) and the value indicates the Priority Group ID\&.  Allowed Priority Group ID values are 0 \- 7 or 15 for the unrestricted group\&.
T}
T{
priority\-strict\-bandwidth
T}:T{
array of uint32
T}:T{
[0, 0, 0, 0, 0, 0, 0, 0]
T}:T{
An array of 8 boolean values, where the array index corresponds to the User Priority (0 \- 7) and the value indicates whether or not the priority may use all of the bandwidth allocated to its assigned group\&.
T}
T{
priority\-traffic\-class
T}:T{
array of uint32
T}:T{
[0, 0, 0, 0, 0, 0, 0, 0]
T}:T{
An array of 8 uint values, where the array index corresponds to the User Priority (0 \- 7) and the value indicates the traffic class (0 \- 7) to which the priority is mapped\&.
T}
.TE
.sp 1
.sp
.it 1 an-trap
.nr an-no-space-flag 1
.nr an-break-flag 1
.br
.B Table\ \&10.\ \&generic setting
.TS
allbox tab(:);
lB lB lB lB.
T{
Key Name
T}:T{
Value Type
T}:T{
Default Value
T}:T{
Value Description
T}
.T&
l l l l.
T{
name
T}:T{
string
T}:T{
generic
T}:T{
The setting\*(Aqs name, which uniquely identifies the setting within the connection\&.  Each setting type has a name unique to that type, for example "ppp" or "wireless" or "wired"\&.
T}
.TE
.sp 1
.sp
.it 1 an-trap
.nr an-no-space-flag 1
.nr an-break-flag 1
.br
.B Table\ \&11.\ \&gsm setting
.TS
allbox tab(:);
lB lB lB lB.
T{
Key Name
T}:T{
Value Type
T}:T{
Default Value
T}:T{
Value Description
T}
.T&
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l.
T{
apn
T}:T{
string
T}:T{
\ \&
T}:T{
The GPRS Access Point Name specifying the APN used when establishing a data session with the GSM\-based network\&.  The APN often determines how the user will be billed for their network usage and whether the user has access to the Internet or just a provider\-specific walled\-garden, so it is important to use the correct APN for the user\*(Aqs mobile broadband plan\&. The APN may only be composed of the characters a\-z, 0\-9, \&., and \- per GSM 03\&.60 Section 14\&.9\&.
T}
T{
home\-only
T}:T{
boolean
T}:T{
FALSE
T}:T{
When TRUE, only connections to the home network will be allowed\&. Connections to roaming networks will not be made\&.
T}
T{
name
T}:T{
string
T}:T{
gsm
T}:T{
The setting\*(Aqs name, which uniquely identifies the setting within the connection\&.  Each setting type has a name unique to that type, for example "ppp" or "wireless" or "wired"\&.
T}
T{
network\-id
T}:T{
string
T}:T{
\ \&
T}:T{
The Network ID (GSM LAI format, ie MCC\-MNC) to force specific network registration\&.  If the Network ID is specified, NetworkManager will attempt to force the device to register only on the specified network\&. This can be used to ensure that the device does not roam when direct roaming control of the device is not otherwise possible\&.
T}
T{
number
T}:T{
string
T}:T{
\ \&
T}:T{
Number to dial when establishing a PPP data session with the GSM\-based mobile broadband network\&.  Many modems do not require PPP for connections to the mobile network and thus this property should be left blank, which allows NetworkManager to select the appropriate settings automatically\&.
T}
T{
password
T}:T{
string
T}:T{
\ \&
T}:T{
The password used to authenticate with the network, if required\&.  Many providers do not require a password, or accept any password\&.  But if a password is required, it is specified here\&.
T}
T{
password\-flags
T}:T{
NMSettingSecretFlags (uint32)
T}:T{
\ \&
T}:T{
Flags indicating how to handle the "password" property\&. (see the section called \(lqSecret flag types:\(rq for flag values)
T}
T{
pin
T}:T{
string
T}:T{
\ \&
T}:T{
If the SIM is locked with a PIN it must be unlocked before any other operations are requested\&.  Specify the PIN here to allow operation of the device\&.
T}
T{
pin\-flags
T}:T{
NMSettingSecretFlags (uint32)
T}:T{
\ \&
T}:T{
Flags indicating how to handle the "pin" property\&. (see the section called \(lqSecret flag types:\(rq for flag values)
T}
T{
username
T}:T{
string
T}:T{
\ \&
T}:T{
The username used to authenticate with the network, if required\&.  Many providers do not require a username, or accept any username\&.  But if a username is required, it is specified here\&.
T}
.TE
.sp 1
.sp
.it 1 an-trap
.nr an-no-space-flag 1
.nr an-break-flag 1
.br
.B Table\ \&12.\ \&infiniband setting
.TS
allbox tab(:);
lB lB lB lB.
T{
Key Name
T}:T{
Value Type
T}:T{
Default Value
T}:T{
Value Description
T}
.T&
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l.
T{
mac\-address
T}:T{
byte array
T}:T{
\ \&
T}:T{
If specified, this connection will only apply to the IPoIB device whose permanent MAC address matches\&. This property does not change the MAC address of the device (i\&.e\&. MAC spoofing)\&.
T}
T{
mtu
T}:T{
uint32
T}:T{
0
T}:T{
If non\-zero, only transmit packets of the specified size or smaller, breaking larger packets up into multiple frames\&.
T}
T{
name
T}:T{
string
T}:T{
infiniband
T}:T{
The setting\*(Aqs name, which uniquely identifies the setting within the connection\&.  Each setting type has a name unique to that type, for example "ppp" or "wireless" or "wired"\&.
T}
T{
p\-key
T}:T{
int32
T}:T{
\-1
T}:T{
The InfiniBand P_Key to use for this device\&. A value of \-1 means to use the default P_Key (aka "the P_Key at index 0")\&.  Otherwise it is a 16\-bit unsigned integer, whose high bit is set if it is a "full membership" P_Key\&.
T}
T{
parent
T}:T{
string
T}:T{
\ \&
T}:T{
The interface name of the parent device of this device\&. Normally NULL, but if the "p_key" property is set, then you must specify the base device by setting either this property or "mac\-address"\&.
T}
T{
transport\-mode
T}:T{
string
T}:T{
\ \&
T}:T{
The IP\-over\-InfiniBand transport mode\&. Either "datagram" or "connected"\&.
T}
.TE
.sp 1
.sp
.it 1 an-trap
.nr an-no-space-flag 1
.nr an-break-flag 1
.br
.B Table\ \&13.\ \&ipv4 setting
.TS
allbox tab(:);
lB lB lB lB.
T{
Key Name
T}:T{
Value Type
T}:T{
Default Value
T}:T{
Value Description
T}
.T&
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l.
T{
address\-data
T}:T{
array of vardict
T}:T{
\ \&
T}:T{
Array of IPv4 addresses\&. Each address dictionary contains at least \*(Aqaddress\*(Aq and \*(Aqprefix\*(Aq entries, containing the IP address as a string, and the prefix length as a uint32\&. Additional attributes may also exist on some addresses\&.
T}
T{
addresses
T}:T{
array of array of uint32
T}:T{
[]
T}:T{
Deprecated in favor of the \*(Aqaddress\-data\*(Aq and \*(Aqgateway\*(Aq properties, but this can be used for backward\-compatibility with older daemons\&. Note that if you send this property the daemon will ignore \*(Aqaddress\-data\*(Aq and \*(Aqgateway\*(Aq\&.  Array of IPv4 address structures\&.  Each IPv4 address structure is composed of 3 32\-bit values; the first being the IPv4 address (network byte order), the second the prefix (1 \- 32), and last the IPv4 gateway (network byte order)\&. The gateway may be left as 0 if no gateway exists for that subnet\&.
T}
T{
dhcp\-client\-id
T}:T{
string
T}:T{
\ \&
T}:T{
A string sent to the DHCP server to identify the local machine which the DHCP server may use to customize the DHCP lease and options\&.
T}
T{
dhcp\-hostname
T}:T{
string
T}:T{
\ \&
T}:T{
If the "dhcp\-send\-hostname" property is TRUE, then the specified name will be sent to the DHCP server when acquiring a lease\&.
T}
T{
dhcp\-send\-hostname
T}:T{
boolean
T}:T{
TRUE
T}:T{
If TRUE, a hostname is sent to the DHCP server when acquiring a lease\&. Some DHCP servers use this hostname to update DNS databases, essentially providing a static hostname for the computer\&.  If the "dhcp\-hostname" property is NULL and this property is TRUE, the current persistent hostname of the computer is sent\&.
T}
T{
dns
T}:T{
array of uint32
T}:T{
[]
T}:T{
Array of IP addresses of DNS servers (as network\-byte\-order integers)
T}
T{
dns\-search
T}:T{
array of string
T}:T{
[]
T}:T{
Array of DNS search domains\&.
T}
T{
gateway
T}:T{
string
T}:T{
\ \&
T}:T{
The gateway associated with this configuration\&. This is only meaningful if "addresses" is also set\&.
T}
T{
ignore\-auto\-dns
T}:T{
boolean
T}:T{
FALSE
T}:T{
When "method" is set to "auto" and this property to TRUE, automatically configured nameservers and search domains are ignored and only nameservers and search domains specified in the "dns" and "dns\-search" properties, if any, are used\&.
T}
T{
ignore\-auto\-routes
T}:T{
boolean
T}:T{
FALSE
T}:T{
When "method" is set to "auto" and this property to TRUE, automatically configured routes are ignored and only routes specified in the "routes" property, if any, are used\&.
T}
T{
may\-fail
T}:T{
boolean
T}:T{
TRUE
T}:T{
If TRUE, allow overall network configuration to proceed even if the configuration specified by this property times out\&.  Note that at least one IP configuration must succeed or overall network configuration will still fail\&.  For example, in IPv6\-only networks, setting this property to TRUE on the NMSettingIP4Config allows the overall network configuration to succeed if IPv4 configuration fails but IPv6 configuration completes successfully\&.
T}
T{
method
T}:T{
string
T}:T{
\ \&
T}:T{
IP configuration method\&. NMSettingIP4Config and NMSettingIP6Config both support "auto", "manual", and "link\-local"\&. See the subclass\-specific documentation for other values\&. In general, for the "auto" method, properties such as "dns" and "routes" specify information that is added on to the information returned from automatic configuration\&.  The "ignore\-auto\-routes" and "ignore\-auto\-dns" properties modify this behavior\&. For methods that imply no upstream network, such as "shared" or "link\-local", these properties must be empty\&.
T}
T{
name
T}:T{
string
T}:T{
ipv4
T}:T{
The setting\*(Aqs name, which uniquely identifies the setting within the connection\&.  Each setting type has a name unique to that type, for example "ppp" or "wireless" or "wired"\&.
T}
T{
never\-default
T}:T{
boolean
T}:T{
FALSE
T}:T{
If TRUE, this connection will never be the default connection for this IP type, meaning it will never be assigned the default route by NetworkManager\&.
T}
T{
route\-data
T}:T{
array of vardict
T}:T{
\ \&
T}:T{
Array of IPv4 routes\&. Each route dictionary contains at least \*(Aqdest\*(Aq and \*(Aqprefix\*(Aq entries, containing the destination IP address as a string, and the prefix length as a uint32\&. Most routes will also have a \*(Aqgateway\*(Aq entry, containing the gateway IP address as a string\&. If the route has a \*(Aqmetric\*(Aq entry (containing a uint32), that will be used as the metric for the route (otherwise NM will pick a default value appropriate to the device)\&. Additional attributes may also exist on some routes\&.
T}
T{
route\-metric
T}:T{
int64
T}:T{
\-1
T}:T{
The default metric for routes that don\*(Aqt explicitly specify a metric\&. The default value \-1 means that the metric is choosen automatically based on the device type\&. The metric applies to dynamic routes, manual (static) routes that don\*(Aqt have an explicit metric setting, address prefix routes, and the default route\&. Note that for IPv6, the kernel accepts zero (0) but coerces it to 1024 (user default)\&. Hence, setting this property to zero effectively mean setting it to 1024\&. For IPv4, zero is a regular value for the metric\&.
T}
T{
routes
T}:T{
array of array of uint32
T}:T{
[]
T}:T{
Deprecated in favor of the \*(Aqroute\-data\*(Aq property, but this can be used for backward\-compatibility with older daemons\&. Note that if you send this property the daemon will ignore \*(Aqroute\-data\*(Aq\&.  Array of IPv4 route structures\&.  Each IPv4 route structure is composed of 4 32\-bit values; the first being the destination IPv4 network or address (network byte order), the second the destination network or address prefix (1 \- 32), the third being the next\-hop (network byte order) if any, and the fourth being the route metric\&. If the metric is 0, NM will choose an appropriate default metric for the device\&. (There is no way to explicitly specify an actual metric of 0 with this property\&.)
T}
.TE
.sp 1
.sp
.it 1 an-trap
.nr an-no-space-flag 1
.nr an-break-flag 1
.br
.B Table\ \&14.\ \&ipv6 setting
.TS
allbox tab(:);
lB lB lB lB.
T{
Key Name
T}:T{
Value Type
T}:T{
Default Value
T}:T{
Value Description
T}
.T&
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l.
T{
address\-data
T}:T{
array of vardict
T}:T{
\ \&
T}:T{
Array of IPv6 addresses\&. Each address dictionary contains at least \*(Aqaddress\*(Aq and \*(Aqprefix\*(Aq entries, containing the IP address as a string, and the prefix length as a uint32\&. Additional attributes may also exist on some addresses\&.
T}
T{
addresses
T}:T{
array of legacy IPv6 address struct (a(ayuay))
T}:T{
[]
T}:T{
Deprecated in favor of the \*(Aqaddress\-data\*(Aq and \*(Aqgateway\*(Aq properties, but this can be used for backward\-compatibility with older daemons\&. Note that if you send this property the daemon will ignore \*(Aqaddress\-data\*(Aq and \*(Aqgateway\*(Aq\&.  Array of IPv6 address structures\&.  Each IPv6 address structure is composed of an IPv6 address, a prefix length (1 \- 128), and an IPv6 gateway address\&. The gateway may be zeroed out if no gateway exists for that subnet\&.
T}
T{
dhcp\-hostname
T}:T{
string
T}:T{
\ \&
T}:T{
If the "dhcp\-send\-hostname" property is TRUE, then the specified name will be sent to the DHCP server when acquiring a lease\&.
T}
T{
dhcp\-send\-hostname
T}:T{
boolean
T}:T{
TRUE
T}:T{
If TRUE, a hostname is sent to the DHCP server when acquiring a lease\&. Some DHCP servers use this hostname to update DNS databases, essentially providing a static hostname for the computer\&.  If the "dhcp\-hostname" property is NULL and this property is TRUE, the current persistent hostname of the computer is sent\&.
T}
T{
dns
T}:T{
array of byte array
T}:T{
[]
T}:T{
Array of IP addresses of DNS servers (in network byte order)
T}
T{
dns\-search
T}:T{
array of string
T}:T{
[]
T}:T{
Array of DNS search domains\&.
T}
T{
gateway
T}:T{
string
T}:T{
\ \&
T}:T{
The gateway associated with this configuration\&. This is only meaningful if "addresses" is also set\&.
T}
T{
ignore\-auto\-dns
T}:T{
boolean
T}:T{
FALSE
T}:T{
When "method" is set to "auto" and this property to TRUE, automatically configured nameservers and search domains are ignored and only nameservers and search domains specified in the "dns" and "dns\-search" properties, if any, are used\&.
T}
T{
ignore\-auto\-routes
T}:T{
boolean
T}:T{
FALSE
T}:T{
When "method" is set to "auto" and this property to TRUE, automatically configured routes are ignored and only routes specified in the "routes" property, if any, are used\&.
T}
T{
ip6\-privacy
T}:T{
NMSettingIP6ConfigPrivacy (int32)
T}:T{
\ \&
T}:T{
Configure IPv6 Privacy Extensions for SLAAC, described in RFC4941\&.  If enabled, it makes the kernel generate a temporary IPv6 address in addition to the public one generated from MAC address via modified EUI\-64\&.  This enhances privacy, but could cause problems in some applications, on the other hand\&.  The permitted values are: \-1: unknown, 0: disabled, 1: enabled (prefer public address), 2: enabled (prefer temporary addresses)\&. Having a per\-connection setting set to "\-1" (unknown) means fallback to global configuration "ipv6\&.ip6\-privacy"\&. If also global configuration is unspecified or set to "\-1", fallback to read "/proc/sys/net/ipv6/conf/default/use_tempaddr"\&.
T}
T{
may\-fail
T}:T{
boolean
T}:T{
TRUE
T}:T{
If TRUE, allow overall network configuration to proceed even if the configuration specified by this property times out\&.  Note that at least one IP configuration must succeed or overall network configuration will still fail\&.  For example, in IPv6\-only networks, setting this property to TRUE on the NMSettingIP4Config allows the overall network configuration to succeed if IPv4 configuration fails but IPv6 configuration completes successfully\&.
T}
T{
method
T}:T{
string
T}:T{
\ \&
T}:T{
IP configuration method\&. NMSettingIP4Config and NMSettingIP6Config both support "auto", "manual", and "link\-local"\&. See the subclass\-specific documentation for other values\&. In general, for the "auto" method, properties such as "dns" and "routes" specify information that is added on to the information returned from automatic configuration\&.  The "ignore\-auto\-routes" and "ignore\-auto\-dns" properties modify this behavior\&. For methods that imply no upstream network, such as "shared" or "link\-local", these properties must be empty\&.
T}
T{
name
T}:T{
string
T}:T{
ipv6
T}:T{
The setting\*(Aqs name, which uniquely identifies the setting within the connection\&.  Each setting type has a name unique to that type, for example "ppp" or "wireless" or "wired"\&.
T}
T{
never\-default
T}:T{
boolean
T}:T{
FALSE
T}:T{
If TRUE, this connection will never be the default connection for this IP type, meaning it will never be assigned the default route by NetworkManager\&.
T}
T{
route\-data
T}:T{
array of vardict
T}:T{
\ \&
T}:T{
Array of IPv6 routes\&. Each route dictionary contains at least \*(Aqdest\*(Aq and \*(Aqprefix\*(Aq entries, containing the destination IP address as a string, and the prefix length as a uint32\&. Most routes will also have a \*(Aqnext\-hop\*(Aq entry, containing the next hop IP address as a string\&. If the route has a \*(Aqmetric\*(Aq entry (containing a uint32), that will be used as the metric for the route (otherwise NM will pick a default value appropriate to the device)\&. Additional attributes may also exist on some routes\&.
T}
T{
route\-metric
T}:T{
int64
T}:T{
\-1
T}:T{
The default metric for routes that don\*(Aqt explicitly specify a metric\&. The default value \-1 means that the metric is choosen automatically based on the device type\&. The metric applies to dynamic routes, manual (static) routes that don\*(Aqt have an explicit metric setting, address prefix routes, and the default route\&. Note that for IPv6, the kernel accepts zero (0) but coerces it to 1024 (user default)\&. Hence, setting this property to zero effectively mean setting it to 1024\&. For IPv4, zero is a regular value for the metric\&.
T}
T{
routes
T}:T{
array of legacy IPv6 route struct (a(ayuayu))
T}:T{
[]
T}:T{
Deprecated in favor of the \*(Aqroute\-data\*(Aq property, but this can be used for backward\-compatibility with older daemons\&. Note that if you send this property the daemon will ignore \*(Aqroute\-data\*(Aq\&.  Array of IPv6 route structures\&.  Each IPv6 route structure is composed of an IPv6 address, a prefix length (1 \- 128), an IPv6 next hop address (which may be zeroed out if there is no next hop), and a metric\&. If the metric is 0, NM will choose an appropriate default metric for the device\&.
T}
.TE
.sp 1
.sp
.it 1 an-trap
.nr an-no-space-flag 1
.nr an-break-flag 1
.br
.B Table\ \&15.\ \&802-11-olpc-mesh setting
.TS
allbox tab(:);
lB lB lB lB.
T{
Key Name
T}:T{
Value Type
T}:T{
Default Value
T}:T{
Value Description
T}
.T&
l l l l
l l l l
l l l l
l l l l.
T{
channel
T}:T{
uint32
T}:T{
0
T}:T{
Channel on which the mesh network to join is located\&.
T}
T{
dhcp\-anycast\-address
T}:T{
byte array
T}:T{
\ \&
T}:T{
Anycast DHCP MAC address used when requesting an IP address via DHCP\&. The specific anycast address used determines which DHCP server class answers the request\&.
T}
T{
name
T}:T{
string
T}:T{
802\-11\-olpc\-mesh
T}:T{
The setting\*(Aqs name, which uniquely identifies the setting within the connection\&.  Each setting type has a name unique to that type, for example "ppp" or "wireless" or "wired"\&.
T}
T{
ssid
T}:T{
byte array
T}:T{
\ \&
T}:T{
SSID of the mesh network to join\&.
T}
.TE
.sp 1
.sp
.it 1 an-trap
.nr an-no-space-flag 1
.nr an-break-flag 1
.br
.B Table\ \&16.\ \&ppp setting
.TS
allbox tab(:);
lB lB lB lB.
T{
Key Name
T}:T{
Value Type
T}:T{
Default Value
T}:T{
Value Description
T}
.T&
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l.
T{
baud
T}:T{
uint32
T}:T{
0
T}:T{
If non\-zero, instruct pppd to set the serial port to the specified baudrate\&.  This value should normally be left as 0 to automatically choose the speed\&.
T}
T{
crtscts
T}:T{
boolean
T}:T{
FALSE
T}:T{
If TRUE, specify that pppd should set the serial port to use hardware flow control with RTS and CTS signals\&.  This value should normally be set to FALSE\&.
T}
T{
lcp\-echo\-failure
T}:T{
uint32
T}:T{
0
T}:T{
If non\-zero, instruct pppd to presume the connection to the peer has failed if the specified number of LCP echo\-requests go unanswered by the peer\&.  The "lcp\-echo\-interval" property must also be set to a non\-zero value if this property is used\&.
T}
T{
lcp\-echo\-interval
T}:T{
uint32
T}:T{
0
T}:T{
If non\-zero, instruct pppd to send an LCP echo\-request frame to the peer every n seconds (where n is the specified value)\&.  Note that some PPP peers will respond to echo requests and some will not, and it is not possible to autodetect this\&.
T}
T{
mppe\-stateful
T}:T{
boolean
T}:T{
FALSE
T}:T{
If TRUE, stateful MPPE is used\&.  See pppd documentation for more information on stateful MPPE\&.
T}
T{
mru
T}:T{
uint32
T}:T{
0
T}:T{
If non\-zero, instruct pppd to request that the peer send packets no larger than the specified size\&.  If non\-zero, the MRU should be between 128 and 16384\&.
T}
T{
mtu
T}:T{
uint32
T}:T{
0
T}:T{
If non\-zero, instruct pppd to send packets no larger than the specified size\&.
T}
T{
name
T}:T{
string
T}:T{
ppp
T}:T{
The setting\*(Aqs name, which uniquely identifies the setting within the connection\&.  Each setting type has a name unique to that type, for example "ppp" or "wireless" or "wired"\&.
T}
T{
no\-vj\-comp
T}:T{
boolean
T}:T{
FALSE
T}:T{
If TRUE, Van Jacobsen TCP header compression will not be requested\&.
T}
T{
noauth
T}:T{
boolean
T}:T{
TRUE
T}:T{
If TRUE, do not require the other side (usually the PPP server) to authenticate itself to the client\&.  If FALSE, require authentication from the remote side\&.  In almost all cases, this should be TRUE\&.
T}
T{
nobsdcomp
T}:T{
boolean
T}:T{
FALSE
T}:T{
If TRUE, BSD compression will not be requested\&.
T}
T{
nodeflate
T}:T{
boolean
T}:T{
FALSE
T}:T{
If TRUE, "deflate" compression will not be requested\&.
T}
T{
refuse\-chap
T}:T{
boolean
T}:T{
FALSE
T}:T{
If TRUE, the CHAP authentication method will not be used\&.
T}
T{
refuse\-eap
T}:T{
boolean
T}:T{
FALSE
T}:T{
If TRUE, the EAP authentication method will not be used\&.
T}
T{
refuse\-mschap
T}:T{
boolean
T}:T{
FALSE
T}:T{
If TRUE, the MSCHAP authentication method will not be used\&.
T}
T{
refuse\-mschapv2
T}:T{
boolean
T}:T{
FALSE
T}:T{
If TRUE, the MSCHAPv2 authentication method will not be used\&.
T}
T{
refuse\-pap
T}:T{
boolean
T}:T{
FALSE
T}:T{
If TRUE, the PAP authentication method will not be used\&.
T}
T{
require\-mppe
T}:T{
boolean
T}:T{
FALSE
T}:T{
If TRUE, MPPE (Microsoft Point\-to\-Point Encrpytion) will be required for the PPP session\&.  If either 64\-bit or 128\-bit MPPE is not available the session will fail\&.  Note that MPPE is not used on mobile broadband connections\&.
T}
T{
require\-mppe\-128
T}:T{
boolean
T}:T{
FALSE
T}:T{
If TRUE, 128\-bit MPPE (Microsoft Point\-to\-Point Encrpytion) will be required for the PPP session, and the "require\-mppe" property must also be set to TRUE\&.  If 128\-bit MPPE is not available the session will fail\&.
T}
.TE
.sp 1
.sp
.it 1 an-trap
.nr an-no-space-flag 1
.nr an-break-flag 1
.br
.B Table\ \&17.\ \&pppoe setting
.TS
allbox tab(:);
lB lB lB lB.
T{
Key Name
T}:T{
Value Type
T}:T{
Default Value
T}:T{
Value Description
T}
.T&
l l l l
l l l l
l l l l
l l l l
l l l l.
T{
name
T}:T{
string
T}:T{
pppoe
T}:T{
The setting\*(Aqs name, which uniquely identifies the setting within the connection\&.  Each setting type has a name unique to that type, for example "ppp" or "wireless" or "wired"\&.
T}
T{
password
T}:T{
string
T}:T{
\ \&
T}:T{
Password used to authenticate with the PPPoE service\&.
T}
T{
password\-flags
T}:T{
NMSettingSecretFlags (uint32)
T}:T{
\ \&
T}:T{
Flags indicating how to handle the "password" property\&. (see the section called \(lqSecret flag types:\(rq for flag values)
T}
T{
service
T}:T{
string
T}:T{
\ \&
T}:T{
If specified, instruct PPPoE to only initiate sessions with access concentrators that provide the specified service\&.  For most providers, this should be left blank\&.  It is only required if there are multiple access concentrators or a specific service is known to be required\&.
T}
T{
username
T}:T{
string
T}:T{
\ \&
T}:T{
Username used to authenticate with the PPPoE service\&.
T}
.TE
.sp 1
.sp
.it 1 an-trap
.nr an-no-space-flag 1
.nr an-break-flag 1
.br
.B Table\ \&18.\ \&serial setting
.TS
allbox tab(:);
lB lB lB lB.
T{
Key Name
T}:T{
Value Type
T}:T{
Default Value
T}:T{
Value Description
T}
.T&
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l.
T{
baud
T}:T{
uint32
T}:T{
57600
T}:T{
Speed to use for communication over the serial port\&.  Note that this value usually has no effect for mobile broadband modems as they generally ignore speed settings and use the highest available speed\&.
T}
T{
bits
T}:T{
uint32
T}:T{
8
T}:T{
Byte\-width of the serial communication\&. The 8 in "8n1" for example\&.
T}
T{
name
T}:T{
string
T}:T{
serial
T}:T{
The setting\*(Aqs name, which uniquely identifies the setting within the connection\&.  Each setting type has a name unique to that type, for example "ppp" or "wireless" or "wired"\&.
T}
T{
parity
T}:T{
byte
T}:T{
\ \&
T}:T{
The connection parity: 69 (ASCII \*(AqE\*(Aq) for even parity, 111 (ASCII \*(Aqo\*(Aq) for odd, 110 (ASCII \*(Aqn\*(Aq) for none\&.
T}
T{
send\-delay
T}:T{
uint64
T}:T{
0
T}:T{
Time to delay between each byte sent to the modem, in microseconds\&.
T}
T{
stopbits
T}:T{
uint32
T}:T{
1
T}:T{
Number of stop bits for communication on the serial port\&.  Either 1 or 2\&. The 1 in "8n1" for example\&.
T}
.TE
.sp 1
.sp
.it 1 an-trap
.nr an-no-space-flag 1
.nr an-break-flag 1
.br
.B Table\ \&19.\ \&team setting
.TS
allbox tab(:);
lB lB lB lB.
T{
Key Name
T}:T{
Value Type
T}:T{
Default Value
T}:T{
Value Description
T}
.T&
l l l l
l l l l
l l l l.
T{
config
T}:T{
string
T}:T{
\ \&
T}:T{
The JSON configuration for the team network interface\&.  The property should contain raw JSON configuration data suitable for teamd, because the value is passed directly to teamd\&. If not specified, the default configuration is used\&.  See man teamd\&.conf for the format details\&.
T}
T{
interface\-name
T}:T{
string
T}:T{
\ \&
T}:T{
Deprecated in favor of connection\&.interface\-name, but can be used for backward\-compatibility with older daemons, to set the team\*(Aqs interface name\&.
T}
T{
name
T}:T{
string
T}:T{
team
T}:T{
The setting\*(Aqs name, which uniquely identifies the setting within the connection\&.  Each setting type has a name unique to that type, for example "ppp" or "wireless" or "wired"\&.
T}
.TE
.sp 1
.sp
.it 1 an-trap
.nr an-no-space-flag 1
.nr an-break-flag 1
.br
.B Table\ \&20.\ \&team-port setting
.TS
allbox tab(:);
lB lB lB lB.
T{
Key Name
T}:T{
Value Type
T}:T{
Default Value
T}:T{
Value Description
T}
.T&
l l l l
l l l l.
T{
config
T}:T{
string
T}:T{
\ \&
T}:T{
The JSON configuration for the team port\&. The property should contain raw JSON configuration data suitable for teamd, because the value is passed directly to teamd\&. If not specified, the default configuration is used\&. See man teamd\&.conf for the format details\&.
T}
T{
name
T}:T{
string
T}:T{
team\-port
T}:T{
The setting\*(Aqs name, which uniquely identifies the setting within the connection\&.  Each setting type has a name unique to that type, for example "ppp" or "wireless" or "wired"\&.
T}
.TE
.sp 1
.sp
.it 1 an-trap
.nr an-no-space-flag 1
.nr an-break-flag 1
.br
.B Table\ \&21.\ \&vlan setting
.TS
allbox tab(:);
lB lB lB lB.
T{
Key Name
T}:T{
Value Type
T}:T{
Default Value
T}:T{
Value Description
T}
.T&
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l.
T{
egress\-priority\-map
T}:T{
array of string
T}:T{
[]
T}:T{
For outgoing packets, a list of mappings from Linux SKB priorities to 802\&.1p priorities\&.  The mapping is given in the format "from:to" where both "from" and "to" are unsigned integers, ie "7:3"\&.
T}
T{
flags
T}:T{
NMVlanFlags (uint32)
T}:T{
\ \&
T}:T{
One or more flags which control the behavior and features of the VLAN interface\&.  Flags include NM_VLAN_FLAG_REORDER_HEADERS (0x1) (reordering of output packet headers), NM_VLAN_FLAG_GVRP (0x2) (use of the GVRP protocol), and NM_VLAN_FLAG_LOOSE_BINDING (0x4) (loose binding of the interface to its master device\*(Aqs operating state)\&.
T}
T{
id
T}:T{
uint32
T}:T{
0
T}:T{
The VLAN identifier that the interface created by this connection should be assigned\&.
T}
T{
ingress\-priority\-map
T}:T{
array of string
T}:T{
[]
T}:T{
For incoming packets, a list of mappings from 802\&.1p priorities to Linux SKB priorities\&.  The mapping is given in the format "from:to" where both "from" and "to" are unsigned integers, ie "7:3"\&.
T}
T{
interface\-name
T}:T{
string
T}:T{
\ \&
T}:T{
Deprecated in favor of connection\&.interface\-name, but can be used for backward\-compatibility with older daemons, to set the vlan\*(Aqs interface name\&.
T}
T{
name
T}:T{
string
T}:T{
vlan
T}:T{
The setting\*(Aqs name, which uniquely identifies the setting within the connection\&.  Each setting type has a name unique to that type, for example "ppp" or "wireless" or "wired"\&.
T}
T{
parent
T}:T{
string
T}:T{
\ \&
T}:T{
If given, specifies the parent interface name or parent connection UUID from which this VLAN interface should be created\&.  If this property is not specified, the connection must contain an "802\-3\-ethernet" setting with a "mac\-address" property\&.
T}
.TE
.sp 1
.sp
.it 1 an-trap
.nr an-no-space-flag 1
.nr an-break-flag 1
.br
.B Table\ \&22.\ \&vpn setting
.TS
allbox tab(:);
lB lB lB lB.
T{
Key Name
T}:T{
Value Type
T}:T{
Default Value
T}:T{
Value Description
T}
.T&
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l.
T{
data
T}:T{
dict of string to string
T}:T{
{}
T}:T{
Dictionary of key/value pairs of VPN plugin specific data\&.  Both keys and values must be strings\&.
T}
T{
name
T}:T{
string
T}:T{
vpn
T}:T{
The setting\*(Aqs name, which uniquely identifies the setting within the connection\&.  Each setting type has a name unique to that type, for example "ppp" or "wireless" or "wired"\&.
T}
T{
persistent
T}:T{
boolean
T}:T{
FALSE
T}:T{
If the VPN service supports persistence, and this property is TRUE, the VPN will attempt to stay connected across link changes and outages, until explicitly disconnected\&.
T}
T{
secrets
T}:T{
dict of string to string
T}:T{
{}
T}:T{
Dictionary of key/value pairs of VPN plugin specific secrets like passwords or private keys\&.  Both keys and values must be strings\&.
T}
T{
service\-type
T}:T{
string
T}:T{
\ \&
T}:T{
D\-Bus service name of the VPN plugin that this setting uses to connect to its network\&.  i\&.e\&. org\&.freedesktop\&.NetworkManager\&.vpnc for the vpnc plugin\&.
T}
T{
user\-name
T}:T{
string
T}:T{
\ \&
T}:T{
If the VPN connection requires a user name for authentication, that name should be provided here\&.  If the connection is available to more than one user, and the VPN requires each user to supply a different name, then leave this property empty\&.  If this property is empty, NetworkManager will automatically supply the username of the user which requested the VPN connection\&.
T}
.TE
.sp 1
.sp
.it 1 an-trap
.nr an-no-space-flag 1
.nr an-break-flag 1
.br
.B Table\ \&23.\ \&wimax setting
.TS
allbox tab(:);
lB lB lB lB.
T{
Key Name
T}:T{
Value Type
T}:T{
Default Value
T}:T{
Value Description
T}
.T&
l l l l
l l l l
l l l l.
T{
mac\-address
T}:T{
byte array
T}:T{
\ \&
T}:T{
If specified, this connection will only apply to the WiMAX device whose MAC address matches\&. This property does not change the MAC address of the device (known as MAC spoofing)\&.
T}
T{
name
T}:T{
string
T}:T{
wimax
T}:T{
The setting\*(Aqs name, which uniquely identifies the setting within the connection\&.  Each setting type has a name unique to that type, for example "ppp" or "wireless" or "wired"\&.
T}
T{
network\-name
T}:T{
string
T}:T{
\ \&
T}:T{
Network Service Provider (NSP) name of the WiMAX network this connection should use\&.
T}
.TE
.sp 1
.sp
.it 1 an-trap
.nr an-no-space-flag 1
.nr an-break-flag 1
.br
.B Table\ \&24.\ \&802-3-ethernet setting
.TS
allbox tab(:);
lB lB lB lB.
T{
Key Name
T}:T{
Value Type
T}:T{
Default Value
T}:T{
Value Description
T}
.T&
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l.
T{
auto\-negotiate
T}:T{
boolean
T}:T{
TRUE
T}:T{
If TRUE, allow auto\-negotiation of port speed and duplex mode\&.  If FALSE, do not allow auto\-negotiation, in which case the "speed" and "duplex" properties should be set\&.
T}
T{
cloned\-mac\-address
T}:T{
byte array
T}:T{
\ \&
T}:T{
If specified, request that the device use this MAC address instead of its permanent MAC address\&.  This is known as MAC cloning or spoofing\&.
T}
T{
duplex
T}:T{
string
T}:T{
\ \&
T}:T{
If specified, request that the device only use the specified duplex mode\&. Either "half" or "full"\&.
T}
T{
mac\-address
T}:T{
byte array
T}:T{
\ \&
T}:T{
If specified, this connection will only apply to the Ethernet device whose permanent MAC address matches\&. This property does not change the MAC address of the device (i\&.e\&. MAC spoofing)\&.
T}
T{
mac\-address\-blacklist
T}:T{
array of string
T}:T{
[]
T}:T{
If specified, this connection will never apply to the Ethernet device whose permanent MAC address matches an address in the list\&.  Each MAC address is in the standard hex\-digits\-and\-colons notation (00:11:22:33:44:55)\&.
T}
T{
mtu
T}:T{
uint32
T}:T{
0
T}:T{
If non\-zero, only transmit packets of the specified size or smaller, breaking larger packets up into multiple Ethernet frames\&.
T}
T{
name
T}:T{
string
T}:T{
802\-3\-ethernet
T}:T{
The setting\*(Aqs name, which uniquely identifies the setting within the connection\&.  Each setting type has a name unique to that type, for example "ppp" or "wireless" or "wired"\&.
T}
T{
port
T}:T{
string
T}:T{
\ \&
T}:T{
Specific port type to use if multiple the device supports multiple attachment methods\&.  One of "tp" (Twisted Pair), "aui" (Attachment Unit Interface), "bnc" (Thin Ethernet) or "mii" (Media Independent Interface\&. If the device supports only one port type, this setting is ignored\&.
T}
T{
s390\-nettype
T}:T{
string
T}:T{
\ \&
T}:T{
s390 network device type; one of "qeth", "lcs", or "ctc", representing the different types of virtual network devices available on s390 systems\&.
T}
T{
s390\-options
T}:T{
dict of string to string
T}:T{
{}
T}:T{
Dictionary of key/value pairs of s390\-specific device options\&.  Both keys and values must be strings\&.  Allowed keys include "portno", "layer2", "portname", "protocol", among others\&.  Key names must contain only alphanumeric characters (ie, [a\-zA\-Z0\-9])\&.
T}
T{
s390\-subchannels
T}:T{
array of string
T}:T{
[]
T}:T{
Identifies specific subchannels that this network device uses for communication with z/VM or s390 host\&.  Like the "mac\-address" property for non\-z/VM devices, this property can be used to ensure this connection only applies to the network device that uses these subchannels\&.  The list should contain exactly 3 strings, and each string may only be composed of hexadecimal characters and the period (\&.) character\&.
T}
T{
speed
T}:T{
uint32
T}:T{
0
T}:T{
If non\-zero, request that the device use only the specified speed\&.  In Mbit/s, ie 100 == 100Mbit/s\&.
T}
T{
wake\-on\-lan
T}:T{
uint32
T}:T{
1
T}:T{
The NMSettingWiredWakeOnLan options to enable\&. Not all devices support all options\&. May be any combination of NM_SETTING_WIRED_WAKE_ON_LAN_PHY (0x2), NM_SETTING_WIRED_WAKE_ON_LAN_UNICAST (0x4), NM_SETTING_WIRED_WAKE_ON_LAN_MULTICAST (0x8), NM_SETTING_WIRED_WAKE_ON_LAN_BROADCAST (0x10), NM_SETTING_WIRED_WAKE_ON_LAN_ARP (0x20), NM_SETTING_WIRED_WAKE_ON_LAN_MAGIC (0x40)\&.
T}
T{
wake\-on\-lan\-password
T}:T{
string
T}:T{
\ \&
T}:T{
If specified, the password used with magic\-packet\-based Wake\-on\-LAN, represented as an Ethernet MAC address\&.  If NULL, no password will be required\&.
T}
.TE
.sp 1
.sp
.it 1 an-trap
.nr an-no-space-flag 1
.nr an-break-flag 1
.br
.B Table\ \&25.\ \&802-11-wireless setting
.TS
allbox tab(:);
lB lB lB lB.
T{
Key Name
T}:T{
Value Type
T}:T{
Default Value
T}:T{
Value Description
T}
.T&
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l.
T{
band
T}:T{
string
T}:T{
\ \&
T}:T{
802\&.11 frequency band of the network\&.  One of "a" for 5GHz 802\&.11a or "bg" for 2\&.4GHz 802\&.11\&.  This will lock associations to the Wi\-Fi network to the specific band, i\&.e\&. if "a" is specified, the device will not associate with the same network in the 2\&.4GHz band even if the network\*(Aqs settings are compatible\&.  This setting depends on specific driver capability and may not work with all drivers\&.
T}
T{
bssid
T}:T{
byte array
T}:T{
\ \&
T}:T{
If specified, directs the device to only associate with the given access point\&.  This capability is highly driver dependent and not supported by all devices\&.  Note: this property does not control the BSSID used when creating an Ad\-Hoc network and is unlikely to in the future\&.
T}
T{
channel
T}:T{
uint32
T}:T{
0
T}:T{
Wireless channel to use for the Wi\-Fi connection\&.  The device will only join (or create for Ad\-Hoc networks) a Wi\-Fi network on the specified channel\&.  Because channel numbers overlap between bands, this property also requires the "band" property to be set\&.
T}
T{
cloned\-mac\-address
T}:T{
byte array
T}:T{
\ \&
T}:T{
If specified, request that the Wi\-Fi device use this MAC address instead of its permanent MAC address\&.  This is known as MAC cloning or spoofing\&.
T}
T{
hidden
T}:T{
boolean
T}:T{
FALSE
T}:T{
If TRUE, indicates this network is a non\-broadcasting network that hides its SSID\&.  In this case various workarounds may take place, such as probe\-scanning the SSID for more reliable network discovery\&.  However, these workarounds expose inherent insecurities with hidden SSID networks, and thus hidden SSID networks should be used with caution\&.
T}
T{
mac\-address
T}:T{
byte array
T}:T{
\ \&
T}:T{
If specified, this connection will only apply to the Wi\-Fi device whose permanent MAC address matches\&. This property does not change the MAC address of the device (i\&.e\&. MAC spoofing)\&.
T}
T{
mac\-address\-blacklist
T}:T{
array of string
T}:T{
[]
T}:T{
A list of permanent MAC addresses of Wi\-Fi devices to which this connection should never apply\&.  Each MAC address should be given in the standard hex\-digits\-and\-colons notation (eg "00:11:22:33:44:55")\&.
T}
T{
mode
T}:T{
string
T}:T{
\ \&
T}:T{
Wi\-Fi network mode; one of "infrastructure", "adhoc" or "ap"\&.  If blank, infrastructure is assumed\&.
T}
T{
mtu
T}:T{
uint32
T}:T{
0
T}:T{
If non\-zero, only transmit packets of the specified size or smaller, breaking larger packets up into multiple Ethernet frames\&.
T}
T{
name
T}:T{
string
T}:T{
802\-11\-wireless
T}:T{
The setting\*(Aqs name, which uniquely identifies the setting within the connection\&.  Each setting type has a name unique to that type, for example "ppp" or "wireless" or "wired"\&.
T}
T{
rate
T}:T{
uint32
T}:T{
0
T}:T{
If non\-zero, directs the device to only use the specified bitrate for communication with the access point\&.  Units are in Kb/s, ie 5500 = 5\&.5 Mbit/s\&.  This property is highly driver dependent and not all devices support setting a static bitrate\&.
T}
T{
security
T}:T{
None
T}:T{
\ \&
T}:T{
This property is deprecated, but can be set to the value \*(Aq802\-11\-wireless\-security\*(Aq when a wireless security setting is also present in the connection dictionary, for compatibility with very old NetworkManager daemons\&.
T}
T{
seen\-bssids
T}:T{
array of string
T}:T{
[]
T}:T{
A list of BSSIDs (each BSSID formatted as a MAC address like "00:11:22:33:44:55") that have been detected as part of the Wi\-Fi network\&.  NetworkManager internally tracks previously seen BSSIDs\&. The property is only meant for reading and reflects the BSSID list of NetworkManager\&. The changes you make to this property will not be preserved\&.
T}
T{
ssid
T}:T{
byte array
T}:T{
\ \&
T}:T{
SSID of the Wi\-Fi network\&. Must be specified\&.
T}
T{
tx\-power
T}:T{
uint32
T}:T{
0
T}:T{
If non\-zero, directs the device to use the specified transmit power\&. Units are dBm\&.  This property is highly driver dependent and not all devices support setting a static transmit power\&.
T}
.TE
.sp 1
.sp
.it 1 an-trap
.nr an-no-space-flag 1
.nr an-break-flag 1
.br
.B Table\ \&26.\ \&802-11-wireless-security setting
.TS
allbox tab(:);
lB lB lB lB.
T{
Key Name
T}:T{
Value Type
T}:T{
Default Value
T}:T{
Value Description
T}
.T&
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l
l l l l.
T{
auth\-alg
T}:T{
string
T}:T{
\ \&
T}:T{
When WEP is used (ie, key\-mgmt = "none" or "ieee8021x") indicate the 802\&.11 authentication algorithm required by the AP here\&.  One of "open" for Open System, "shared" for Shared Key, or "leap" for Cisco LEAP\&.  When using Cisco LEAP (ie, key\-mgmt = "ieee8021x" and auth\-alg = "leap") the "leap\-username" and "leap\-password" properties must be specified\&.
T}
T{
group
T}:T{
array of string
T}:T{
[]
T}:T{
A list of group/broadcast encryption algorithms which prevents connections to Wi\-Fi networks that do not utilize one of the algorithms in the list\&.  For maximum compatibility leave this property empty\&.  Each list element may be one of "wep40", "wep104", "tkip", or "ccmp"\&.
T}
T{
key\-mgmt
T}:T{
string
T}:T{
\ \&
T}:T{
Key management used for the connection\&.  One of "none" (WEP), "ieee8021x" (Dynamic WEP), "wpa\-none" (Ad\-Hoc WPA\-PSK), "wpa\-psk" (infrastructure WPA\-PSK), or "wpa\-eap" (WPA\-Enterprise)\&.  This property must be set for any Wi\-Fi connection that uses security\&.
T}
T{
leap\-password
T}:T{
string
T}:T{
\ \&
T}:T{
The login password for legacy LEAP connections (ie, key\-mgmt = "ieee8021x" and auth\-alg = "leap")\&.
T}
T{
leap\-password\-flags
T}:T{
NMSettingSecretFlags (uint32)
T}:T{
\ \&
T}:T{
Flags indicating how to handle the "leap\-password" property\&. (see the section called \(lqSecret flag types:\(rq for flag values)
T}
T{
leap\-username
T}:T{
string
T}:T{
\ \&
T}:T{
The login username for legacy LEAP connections (ie, key\-mgmt = "ieee8021x" and auth\-alg = "leap")\&.
T}
T{
name
T}:T{
string
T}:T{
802\-11\-wireless\-security
T}:T{
The setting\*(Aqs name, which uniquely identifies the setting within the connection\&.  Each setting type has a name unique to that type, for example "ppp" or "wireless" or "wired"\&.
T}
T{
pairwise
T}:T{
array of string
T}:T{
[]
T}:T{
A list of pairwise encryption algorithms which prevents connections to Wi\-Fi networks that do not utilize one of the algorithms in the list\&. For maximum compatibility leave this property empty\&.  Each list element may be one of "tkip" or "ccmp"\&.
T}
T{
proto
T}:T{
array of string
T}:T{
[]
T}:T{
List of strings specifying the allowed WPA protocol versions to use\&. Each element may be one "wpa" (allow WPA) or "rsn" (allow WPA2/RSN)\&.  If not specified, both WPA and RSN connections are allowed\&.
T}
T{
psk
T}:T{
string
T}:T{
\ \&
T}:T{
Pre\-Shared\-Key for WPA networks\&.  If the key is 64\-characters long, it must contain only hexadecimal characters and is interpreted as a hexadecimal WPA key\&.  Otherwise, the key must be between 8 and 63 ASCII characters (as specified in the 802\&.11i standard) and is interpreted as a WPA passphrase, and is hashed to derive the actual WPA\-PSK used when connecting to the Wi\-Fi network\&.
T}
T{
psk\-flags
T}:T{
NMSettingSecretFlags (uint32)
T}:T{
\ \&
T}:T{
Flags indicating how to handle the "psk" property\&. (see the section called \(lqSecret flag types:\(rq for flag values)
T}
T{
wep\-key\-flags
T}:T{
NMSettingSecretFlags (uint32)
T}:T{
\ \&
T}:T{
Flags indicating how to handle the "wep\-key0", "wep\-key1", "wep\-key2", and "wep\-key3" properties\&. (see the section called \(lqSecret flag types:\(rq for flag values)
T}
T{
wep\-key\-type
T}:T{
NMWepKeyType (uint32)
T}:T{
\ \&
T}:T{
Controls the interpretation of WEP keys\&.  Allowed values are NM_WEP_KEY_TYPE_KEY (1), in which case the key is either a 10\- or 26\-character hexadecimal string, or a 5\- or 13\-character ASCII password; or NM_WEP_KEY_TYPE_PASSPHRASE (2), in which case the passphrase is provided as a string and will be hashed using the de\-facto MD5 method to derive the actual WEP key\&.
T}
T{
wep\-key0
T}:T{
string
T}:T{
\ \&
T}:T{
Index 0 WEP key\&.  This is the WEP key used in most networks\&.  See the "wep\-key\-type" property for a description of how this key is interpreted\&.
T}
T{
wep\-key1
T}:T{
string
T}:T{
\ \&
T}:T{
Index 1 WEP key\&.  This WEP index is not used by most networks\&.  See the "wep\-key\-type" property for a description of how this key is interpreted\&.
T}
T{
wep\-key2
T}:T{
string
T}:T{
\ \&
T}:T{
Index 2 WEP key\&.  This WEP index is not used by most networks\&.  See the "wep\-key\-type" property for a description of how this key is interpreted\&.
T}
T{
wep\-key3
T}:T{
string
T}:T{
\ \&
T}:T{
Index 3 WEP key\&.  This WEP index is not used by most networks\&.  See the "wep\-key\-type" property for a description of how this key is interpreted\&.
T}
T{
wep\-tx\-keyidx
T}:T{
uint32
T}:T{
0
T}:T{
When static WEP is used (ie, key\-mgmt = "none") and a non\-default WEP key index is used by the AP, put that WEP key index here\&.  Valid values are 0 (default key) through 3\&.  Note that some consumer access points (like the Linksys WRT54G) number the keys 1 \- 4\&.
T}
.TE
.sp 1
.SS "Secret flag types:"
.PP
Each secret property in a setting has an associated
\fIflags\fR
property that describes how to handle that secret\&. The
\fIflags\fR
property is a bitfield that contains zero or more of the following values logically OR\-ed together\&.
.sp
.RS 4
.ie n \{\
\h'-04'\(bu\h'+03'\c
.\}
.el \{\
.sp -1
.IP \(bu 2.3
.\}
0x0 (none) \- the system is responsible for providing and storing this secret\&.
.RE
.sp
.RS 4
.ie n \{\
\h'-04'\(bu\h'+03'\c
.\}
.el \{\
.sp -1
.IP \(bu 2.3
.\}
0x1 (agent\-owned) \- a user\-session secret agent is responsible for providing and storing this secret; when it is required, agents will be asked to provide it\&.
.RE
.sp
.RS 4
.ie n \{\
\h'-04'\(bu\h'+03'\c
.\}
.el \{\
.sp -1
.IP \(bu 2.3
.\}
0x2 (not\-saved) \- this secret should not be saved but should be requested from the user each time it is required\&. This flag should be used for One\-Time\-Pad secrets, PIN codes from hardware tokens, or if the user simply does not want to save the secret\&.
.RE
.sp
.RS 4
.ie n \{\
\h'-04'\(bu\h'+03'\c
.\}
.el \{\
.sp -1
.IP \(bu 2.3
.\}
0x4 (not\-required) \- in some situations it cannot be automatically determined that a secret is required or not\&. This flag hints that the secret is not required and should not be requested from the user\&.
.RE
.SH "AUTHOR"
.PP
NetworkManager developers
.SH "FILES"
.PP
/etc/NetworkManager/system\-connections
.PP
or distro plugin\-specific location
.SH "SEE ALSO"
.PP
https://wiki\&.gnome\&.org/Projects/NetworkManager/ConfigurationSpecification
.PP
NetworkManager(8), nmcli(1), nmcli\-examples(5), NetworkManager\&.conf(5)