@@ -1263,7 +1268,7 @@ Example: DCB_PG_UP2TC=01623701
used explicitly to enable DCB so that the rest of the DCB_* variables can apply.
-
Table 18. ethtool setting
+
Table 18. ethtool setting
@@ -1281,7 +1286,7 @@ Example: DCB_PG_UP2TC=01623701
-
Table 19. hostname setting
+
Table 19. hostname setting
@@ -1336,7 +1341,7 @@ Example: HOSTNAME_ONLY_FROM_DEFAULT=0,1
-
Table 20. infiniband setting
+
Table 20. infiniband setting
@@ -1391,7 +1396,7 @@ Example: PHYSDEV=ib0
-
Table 21. ipv4 setting
+
Table 21. ipv4 setting
@@ -1568,7 +1573,7 @@ Example: DHCP_VENDOR_CLASS_IDENTIFIER=foo
-
Table 22. ipv6 setting
+
Table 22. ipv6 setting
@@ -1654,12 +1659,18 @@ Example: IPV6_DEFAULTGW=abbe::1
Example: IPV6_DHCP_TIMEOUT=10
+| dhcp-hostname-flags |
+DHCPV6_HOSTNAME_FLAGS |
+ |
+flags for the DHCP hostname property
+
+Example: DHCPV6_HOSTNAME_FLAGS=5 |
+
+
| never-default |
IPV6_DEFROUTE(+), (and IPV6_DEFAULTGW, IPV6_DEFAULTDEV in /etc/sysconfig/network) |
IPV6_DEFROUTE=yes (when no variable specified) |
-IPV6_DEFROUTE=no tells NetworkManager that this connection should not be assigned the default IPv6 route. IPV6_DEFROUTE has the opposite meaning as 'never-default' property.
-
-Example: DHCPV6_HOSTNAME_FLAGS=5 */ |
+IPV6_DEFROUTE=no tells NetworkManager that this connection should not be assigned the default IPv6 route. IPV6_DEFROUTE has the opposite meaning as 'never-default' property. |
| may-fail |
@@ -1751,7 +1762,7 @@ Example: DHCPV6_DUID=LL; DHCPV6_DUID=0301deadbeef0001; DHCPV6_DU
-
Table 23. match setting
+
Table 23. match setting
@@ -1776,7 +1787,7 @@ Example: MATCH_PATH="pci-0000:01:00.0 pci-0000:0c:00.0"
-
Table 24. ovs-bridge setting
+
Table 24. ovs-bridge setting
@@ -1794,7 +1805,7 @@ Example: MATCH_PATH="pci-0000:01:00.0 pci-0000:0c:00.0"
-
Table 25. ovs-dpdk setting
+
Table 25. ovs-dpdk setting
@@ -1812,7 +1823,7 @@ Example: MATCH_PATH="pci-0000:01:00.0 pci-0000:0c:00.0"
-
Table 26. ovs-external-ids setting
+
Table 26. ovs-external-ids setting
@@ -1830,7 +1841,7 @@ Example: MATCH_PATH="pci-0000:01:00.0 pci-0000:0c:00.0"
-
Table 27. ovs-interface setting
+
Table 27. ovs-interface setting
@@ -1848,7 +1859,7 @@ Example: MATCH_PATH="pci-0000:01:00.0 pci-0000:0c:00.0"
-
Table 28. ovs-patch setting
+
Table 28. ovs-patch setting
@@ -1866,7 +1877,7 @@ Example: MATCH_PATH="pci-0000:01:00.0 pci-0000:0c:00.0"
-
Table 29. ovs-port setting
+
Table 29. ovs-port setting
@@ -1884,7 +1895,7 @@ Example: MATCH_PATH="pci-0000:01:00.0 pci-0000:0c:00.0"
-
Table 30. proxy setting
+
Table 30. proxy setting
@@ -1937,7 +1948,7 @@ Example: PAC_SCRIPT=/home/joe/proxy.pac
-
Table 31. sriov setting
+
Table 31. sriov setting
@@ -1982,7 +1993,7 @@ Example: SRIOV_AUTOPROBE_DRIVERS=0,1
-
Table 32. tc setting
+
Table 32. tc setting
@@ -1999,17 +2010,19 @@ Example: SRIOV_AUTOPROBE_DRIVERS=0,1
| qdiscs |
-QDISC1(+), QDISC2(+), ... |
+QDISC1(+), QDISC2(+), ..., TC_COMMIT(+)
+ |
|
-Queueing disciplines
+| Queueing disciplines to set on the interface. When no QDISC1, QDISC2, ..., FILTER1, FILTER2, ... keys are present, NetworkManager doesn't touch qdiscs and filters present on the interface, unless TC_COMMIT is set to 'yes'.
Example: QDISC1=ingress, QDISC2="root handle 1234: fq_codel" |
|
| qdiscs |
-FILTER1(+), FILTER2(+), ... |
+FILTER1(+), FILTER2(+), ..., TC_COMMIT(+)
+ |
|
-Traffic filters
+| Traffic filters to set on the interface. When no QDISC1, QDISC2, ..., FILTER1, FILTER2, ... keys are present, NetworkManager doesn't touch qdiscs and filters present on the interface, unless TC_COMMIT is set to 'yes'.
Example: FILTER1="parent ffff: matchall action simple sdata Input", ... |
|
@@ -2017,7 +2030,7 @@ Example: FILTER1="parent ffff: matchall action simple sdata Inpu
-
Table 33. team-port setting
+
Table 33. team-port setting
@@ -2040,7 +2053,7 @@ Example: FILTER1="parent ffff: matchall action simple sdata Inpu
-
Table 34. team setting
+
Table 34. team setting
@@ -2063,7 +2076,7 @@ Example: FILTER1="parent ffff: matchall action simple sdata Inpu
-
Table 35. user setting
+
Table 35. user setting
@@ -2088,7 +2101,7 @@ Example: NM_USER_FOO__BAR=something
-
Table 36. veth setting
+
Table 36. veth setting
@@ -2106,7 +2119,7 @@ Example: NM_USER_FOO__BAR=something
-
Table 37. vlan setting
+
Table 37. vlan setting
@@ -2129,9 +2142,9 @@ Example: NM_USER_FOO__BAR=something
| id |
-VLAN_ID or DEVICE |
+VLAN_ID, DEVICE. |
|
-VLAN identifier. |
+VLAN identifier. If VLAN_ID is not set, it is attempted to be detected from the suffix of DEVICE=. Note that older versions of NetworkManager had a bug where they would prefer the detected ID from the DEVICE over VLAN_ID. |
| flags |
@@ -2169,7 +2182,7 @@ Example: PHYSDEV=eth0, VLAN_ID=12; or DEVICE=eth0.12
-
Table 38. vrf setting
+
Table 38. vrf setting
@@ -2187,7 +2200,7 @@ Example: PHYSDEV=eth0, VLAN_ID=12; or DEVICE=eth0.12
-
Table 39. wifi-p2p setting
+
Table 39. wifi-p2p setting
@@ -2205,7 +2218,7 @@ Example: PHYSDEV=eth0, VLAN_ID=12; or DEVICE=eth0.12
-
Table 40. 802-3-ethernet setting
+
Table 40. 802-3-ethernet setting
@@ -2302,11 +2315,31 @@ Allowed values: "qeth", "lcs" or "ctc"
| |
S390 device options. All options go to OPTIONS, except for "portname" and "ctcprot" that have their own variables. |
+
+| wake-on-lan |
+ETHTOOL_OPTS, ETHTOOL_WAKE_ON_LAN |
+ |
+Wake on Lan mode for ethernet. The setting "ignore" is expressed with "ETHTOOL_WAKE_ON_LAN=ignore". Otherwise, the "ETHTOOL_OPTS" variable is set with the value "wol" and several of the characters "p|u|m|b|a|g|s|f|d" as explained in the ethtool manual page. |
+
+
+| wake-on-lan-password |
+ETHTOOL_OPTS |
+ |
+Password for secure-on based Wake-on-Lan. It is added as "sopass" parameter in the ETHTOOL_OPTS variable.
+
+Example: ETHTOOL_OPTS="wol gs sopass 00:11:22:33:44:55" |
+
+
+| accept-all-mac-addresses |
+ACCEPT_ALL_MAC_ADDRESSES |
+ |
+Enforce the interface to accept all the packets. |
+
-
Table 41. wireguard setting
+
Table 41. wireguard setting
@@ -2324,7 +2357,7 @@ Allowed values: "qeth", "lcs" or "ctc"
-
Table 42. 802-11-wireless-security setting
+
Table 42. 802-11-wireless-security setting
@@ -2344,9 +2377,9 @@ Allowed values: "qeth", "lcs" or "ctc"
| KEY_MGMT(+)
|
|
-Key management menthod.
+| Key management method.
-Allowed values: IEEE8021X, WPA-PSK, WPA-EAP, WPA-EAP-SUITE-B-192 |
+Allowed values: none, ieee8021x, owe, wpa-psk, sae, wpa-eap, wpa-eap-suite-b-192 |
| wep-tx-keyidx |
@@ -2506,7 +2539,7 @@ Allowed values: default, disable, optional, required
-
Table 43. 802-11-wireless setting
+
Table 43. 802-11-wireless setting
@@ -2663,7 +2696,7 @@ Allowed values: "yes", "no"
-
Table 44. wpan setting
+
Table 44. wpan setting