From 90e8691111889a7b5f3c812f5a41f15a8a058913 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Tue, 7 Nov 2017 00:14:39 +0100 Subject: New upstream version 1.9.90 --- docs/api/html/nm-settings-ifcfg-rh.html | 229 ++++++++++++++++++++++++++------ 1 file changed, 189 insertions(+), 40 deletions(-) (limited to 'docs/api/html/nm-settings-ifcfg-rh.html') diff --git a/docs/api/html/nm-settings-ifcfg-rh.html b/docs/api/html/nm-settings-ifcfg-rh.html index 97cf944a..8c6484d7 100644 --- a/docs/api/html/nm-settings-ifcfg-rh.html +++ b/docs/api/html/nm-settings-ifcfg-rh.html @@ -252,7 +252,7 @@ DEVICETYPE=TeamPort are NetworkManager specific extensions not understood by traditional initscripts.

-

Table 33. 802-1x setting

+

Table 34. 802-1x setting

@@ -462,9 +462,12 @@ Example: IEEE_8021X_INNER_CLIENT_CERT=/home/joe/mycert.crt - + - + @@ -545,7 +548,7 @@ Example: IEEE_8021X_PRIVATE_KEY=/home/joe/mykey.p12
password-raw(none)IEEE_8021X_PASSWORD_RAW(+) +  The property is not handled by ifcfg-rh plugin.password used for EAP, encoded as a hexadecimal string. It can also go to "key-" lookaside file. + +Example: IEEE_8021X_PASSWORD_RAW=041c8320083aa4bf
password-raw-flags

-

Table 34. bond setting

+

Table 35. bond setting

@@ -570,7 +573,7 @@ Example: BONDING_OPTS="miimon=100 mode=broadcast"

-

Table 35. bridge-port setting

+

Table 36. bridge-port setting

@@ -611,7 +614,7 @@ Allowed values: 1 - 65535

-

Table 36. bridge setting

+

Table 37. bridge setting

@@ -691,7 +694,7 @@ Allowed values: 0 or 1

-

Table 37. connection setting

+

Table 38. connection setting

@@ -846,11 +849,18 @@ Example: LLDP=no Allowed values: boolean value or 'rx' + + + + + +
auth-retriesAUTH_RETRIES(+) +0Number of retries for authentication.

-

Table 38. dcb setting

+

Table 39. dcb setting

@@ -985,25 +995,7 @@ Example: DCB_PG_UP2TC=01623701 used explicitly to enable DCB so that the rest of the DCB_* variables can apply.

-

Table 39. dummy setting

-
------ - - - - - - - -
PropertyIfcfg-rh VariableDefaultDescription
-
-
-

Table 40. infiniband setting

+

Table 40. infiniband setting

@@ -1058,7 +1050,7 @@ Example: PHYSDEV=ib0

-

Table 41. ipv4 setting

+

Table 41. ipv4 setting

@@ -1164,6 +1156,13 @@ Example: GATEWAY=10.5.5.1 + + + + + + @@ -1210,7 +1209,7 @@ Example: DHCP_FQDN=foo.bar.com
IPV4_ROUTE_METRIC is the default IPv4 metric for routes on this connection. If set to -1, a default metric based on the device type is used.
route-tableIPV4_ROUTE_TABLE(+) +0IPV4_ROUTE_TABLE enables policy-routing and sets the default routing table.
dns-priority IPV4_DNS_PRIORITY(+)

-

Table 42. ipv6 setting

+

Table 42. ipv6 setting

@@ -1306,6 +1305,13 @@ Example: IPV6_DEFAULTGW=abbe::1 + + + + + + @@ -1347,8 +1353,8 @@ Example: IPV6_TOKEN=::53
IPV6_ROUTE_METRIC is the default IPv6 metric for routes on this connection. If set to -1, a default metric based on the device type is used.
route-tableIPV6_ROUTE_TABLE(+) +0IPV6_ROUTE_TABLE enables policy-routing and sets the default routing table.
dns-priority IPV6_DNS_PRIORITY(+)

-

Table 43. macsec setting

-
+

Table 43. ovs-bridge setting

+
@@ -1365,7 +1371,61 @@ Example: IPV6_TOKEN=::53

-

Table 44. proxy setting

+

Table 44. ovs-interface setting

+
++++++ + + + + + + + +
PropertyIfcfg-rh VariableDefaultDescription
+
+
+

Table 45. ovs-patch setting

+
++++++ + + + + + + + +
PropertyIfcfg-rh VariableDefaultDescription
+
+
+

Table 46. ovs-port setting

+
++++++ + + + + + + + +
PropertyIfcfg-rh VariableDefaultDescription
+
+
+

Table 47. proxy setting

@@ -1418,7 +1478,7 @@ Example: PAC_SCRIPT=/home/joe/proxy.pac

-

Table 45. team-port setting

+

Table 48. team-port setting

@@ -1441,7 +1501,7 @@ Example: PAC_SCRIPT=/home/joe/proxy.pac

-

Table 46. team setting

+

Table 49. team setting

@@ -1464,7 +1524,7 @@ Example: PAC_SCRIPT=/home/joe/proxy.pac

-

Table 47. user setting

+

Table 50. user setting

@@ -1478,11 +1538,81 @@ Example: PAC_SCRIPT=/home/joe/proxy.pac - + + + + + + +
Default Description
dataNM_USER_* each key/value pair is stored as a separate variable with name composed by concatenating NM_USER_ with the encoded key. The key is encoded by substituting lowercase letters with uppercase and prepending uppercase letters with an underscore. A dot is encoded as a double underscore. Remaining characters are encoded as underscore followed by a 3 digit octal representation of the character. + +Example: NM_USER_FOO__BAR=something
+
+
+

Table 51. vlan setting

+
++++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
PropertyIfcfg-rh VariableDefaultDescription
parentDEVICE or PHYSDEV Parent interface of the VLAN.
idVLAN_ID or DEVICE VLAN identifier.
flagsGVRP, MVRP, VLAN_FLAGS VLAN flags. + +Allowed values: "yes or "no" for GVRP and MVRP; "LOOSE_BINDING" and "NO_REORDER_HDR" for VLAN_FLAGS
ingress-priority-mapVLAN_INGRESS_PRIORITY_MAP Ingress priority mapping. + +Example: VLAN_INGRESS_PRIORITY_MAP=4:2,3:5
egress-priority-mapVLAN_EGRESS_PRIORITY_MAP Egress priority mapping. + +Example: VLAN_EGRESS_PRIORITY_MAP=5:4,4:1,3:7
interface-namePHYSDEV and VLAN_ID, or DEVICE VLAN interface name. If all variables are set, parent device from PHYSDEV takes precedence over DEVICE, but VLAN id from DEVICE takes precedence over VLAN_ID. + +Example: PHYSDEV=eth0, VLAN_ID=12; or DEVICE=eth0.12

-

Table 48. 802-3-ethernet setting

+

Table 52. 802-3-ethernet setting

@@ -1583,7 +1713,7 @@ Allowed values: "qeth", "lcs" or "ctc"

-

Table 49. 802-11-wireless-security setting

+

Table 53. 802-11-wireless-security setting

@@ -1652,6 +1782,17 @@ Allowed values: CCMP, TKIP Allowed values: CCMP, TKIP, WEP40, WEP104 + + + + + + @@ -1731,11 +1872,19 @@ Example: WPA_PSK_FLAGS=user Example: KEY1=s:ahoj, KEY1=0a1c45bc02, KEY_PASSPHRASE1=mysupersecretkey + + + + + +
pmfPMF(+) + Enables or disables PMF (802.11w) + +Example: PMF=required + +Allowed values: default, disable, optional, required
leap-username IEEE_8021X_IDENTITY(+)
wps-methodWPS_METHOD Used to control the WPS methods to be used Valid values are "default", "auto", "disabled", "pin" and "pbc". If omitted, whatver the AP announces is used. + +Example: WPS_METHOD=disabled, WPS_METHOD="pin pbc"

-

Table 50. 802-11-wireless setting

+

Table 54. 802-11-wireless setting

@@ -1883,7 +2032,7 @@ Allowed values: default, never, always

The following settings are not supported by ifcfg-rh plugin:

-

adsl, bluetooth, ppp, pppoe, serial, generic, gsm, cdma, 802-11-olpc-mesh, wimax, vpn, macvlan, vxlan, tun, ip-tunnel

+

802-11-olpc-mesh, adsl, bluetooth, cdma, dummy, generic, gsm, ip-tunnel, macsec, macvlan, ppp, pppoe, serial, tun, vpn, vxlan, wimax

Secret flags

-- cgit 1.3.0-6-gf8a5