From e152ec7bf4ba252ff9d3eb13eabd417b931dac9a Mon Sep 17 00:00:00 2001 From: Iain Lane Date: Mon, 24 Sep 2018 09:29:55 +0100 Subject: Import Upstream version 1.12.2 --- man/nm-settings-ifcfg-rh.xml | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) (limited to 'man/nm-settings-ifcfg-rh.xml') diff --git a/man/nm-settings-ifcfg-rh.xml b/man/nm-settings-ifcfg-rh.xml index 06dcf4e7..a4578756 100644 --- a/man/nm-settings-ifcfg-rh.xml +++ b/man/nm-settings-ifcfg-rh.xml @@ -1,6 +1,6 @@ -nm-settings-ifcfg-rhNetworkManager developersnm-settings-ifcfg-rh5NetworkManagerConfiguration1.10.8nm-settings-ifcfg-rhDescription of ifcfg-rh settings pluginDescription +nm-settings-ifcfg-rhNetworkManager developersnm-settings-ifcfg-rh5NetworkManagerConfiguration1.12.2nm-settings-ifcfg-rhDescription of ifcfg-rh settings pluginDescription NetworkManager is based on the concept of connection profiles that contain network configuration (see nm-settings5 for details). The profiles can be stored in various formats. NetworkManager uses plugins for reading and writing @@ -257,7 +257,11 @@ Allowed values: yes,no,unknown Example: LLDP=no -Allowed values: boolean value or 'rx'auth-retriesAUTH_RETRIES(+)0Number of retries for authentication.dcb settingPropertyIfcfg-rh VariableDefaultDescriptionapp-fcoe-flagsDCB_APP_FCOE_ENABLE, DCB_APP_FCOE_ADVERTISE, DCB_APP_FCOE_WILLINGnoFCOE flags. +Allowed values: boolean value or 'rx'auth-retriesAUTH_RETRIES(+)0Number of retries for authentication.mdnsCONNECTION_MDNS(+)missing variable means global defaultWhether or not mDNS is enabled for the connection + +Example: CONNECTION_MDNS=yes + +Allowed values: yes,no,resolve
dcb settingPropertyIfcfg-rh VariableDefaultDescriptionapp-fcoe-flagsDCB_APP_FCOE_ENABLE, DCB_APP_FCOE_ADVERTISE, DCB_APP_FCOE_WILLINGnoFCOE flags. Example: DCB_APP_FCOE_ENABLE=yes DCB_APP_FCOE_ADVERTISE=yesapp-fcoe-priorityDCB_APP_FCOE_PRIORITYPriority of FCoE frames. @@ -302,9 +306,9 @@ Example: RES_OPTIONS=ndots:2 timeout:3IPV4_DNS_PRIORITY=20dhcp-client-idDHCP_CLIENT_ID(+)A string sent to the DHCP server to identify the local machine. A binary value can be specified using hex notation ('aa:bb:cc'). -Example: DHCP_CLIENT_ID=ax-srv-1; DHCP_CLIENT_ID=01:44:44:44:44:44:44"dad-timeoutARPING_WAITmissing variable means global default (config override or 3)Timeout (in seconds) for performing DAD before configuring IPv4 addresses. 0 turns off the DAD completely, -1 means default value. +Example: DHCP_CLIENT_ID=ax-srv-1; DHCP_CLIENT_ID=01:44:44:44:44:44:44dad-timeoutACD_TIMEOUT, ARPING_WAITmissing variable means global default (config override or zero)Timeout (in milliseconds for ACD_TIMEOUT or in seconds for ARPING_WAIT) for address conflict detection before configuring IPv4 addresses. 0 turns off the ACD completely, -1 means default value. -Example: ARPING_WAIT=2dhcp-timeoutIPV4_DHCP_TIMEOUT(+)A timeout after which the DHCP transaction fails in case of no response. +Example: ACD_TIMEOUT=2000 or ARPING_WAIT=2dhcp-timeoutIPV4_DHCP_TIMEOUT(+)A timeout after which the DHCP transaction fails in case of no response. Example: IPV4_DHCP_TIMEOUT=10dhcp-fqdnDHCP_FQDNFQDN to send to the DHCP server. When both DHCP_HOSTNAME and DHCP_FQDN are specified only the latter is used. @@ -326,7 +330,9 @@ Example: IPV6_ADDR_GEN_MODE=stable-privacy Allowed values: IPV6_ADDR_GEN_MODE: eui64, stable-privacytokenIPV6_TOKENThe IPv6 tokenized interface identifier token -Example: IPV6_TOKEN=::53
ovs-bridge settingPropertyIfcfg-rh VariableDefaultDescription
ovs-interface settingPropertyIfcfg-rh VariableDefaultDescription
ovs-patch settingPropertyIfcfg-rh VariableDefaultDescription
ovs-port settingPropertyIfcfg-rh VariableDefaultDescription
proxy settingPropertyIfcfg-rh VariableDefaultDescriptionmethodPROXY_METHOD(+)noneMethod for proxy configuration. For "auto", WPAD is used for proxy configuration, or set the PAC file via PAC_URL or PAC_SCRIPT. +Example: IPV6_TOKEN=::53dhcp-duidDHCPV6_DUID(+)A string sent to the DHCPv6 server to identify the local machine. Apart from the special values "lease", "stable-llt", "stable-ll", "stable-uuid", "llt" and "ll" a binary value in hex format is expected. An hex string where each octet is separated by a colon is also accepted. + +Example: DHCPV6_DUID=LL; DHCPV6_DUID=0301deadbeef0001; DHCPV6_DUID=03:01:de:ad:be:ef:00:01
ovs-bridge settingPropertyIfcfg-rh VariableDefaultDescription
ovs-interface settingPropertyIfcfg-rh VariableDefaultDescription
ovs-patch settingPropertyIfcfg-rh VariableDefaultDescription
ovs-port settingPropertyIfcfg-rh VariableDefaultDescription
proxy settingPropertyIfcfg-rh VariableDefaultDescriptionmethodPROXY_METHOD(+)noneMethod for proxy configuration. For "auto", WPAD is used for proxy configuration, or set the PAC file via PAC_URL or PAC_SCRIPT. Allowed values: none, autobrowser-onlyBROWSER_ONLY(+)noWhether the proxy configuration is for browser only.pac-urlPAC_URL(+)URL for PAC file. @@ -376,7 +382,11 @@ Example: WPA_PSK_FLAGS=userlea Example: KEY1=s:ahoj, KEY1=0a1c45bc02, KEY_PASSPHRASE1=mysupersecretkeywps-methodWPS_METHODUsed 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"
802-11-wireless settingPropertyIfcfg-rh VariableDefaultDescriptionssidESSIDSSID of Wi-Fi network. +Example: WPS_METHOD=disabled, WPS_METHOD="pin pbc"filsFILS(+)Enables or disables FILS (802.11ai) + +Example: FILS=required + +Allowed values: default, disable, optional, required
802-11-wireless settingPropertyIfcfg-rh VariableDefaultDescriptionssidESSIDSSID of Wi-Fi network. Example: ESSID="Quick Net"modeMODEWi-Fi network mode. -- cgit 1.3.0-6-gf8a5