From bba2e4b4de668db525cbfdfc35292e5a0b51671a Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Thu, 22 Feb 2024 17:21:11 +0100 Subject: New upstream version 1.46.0 --- man/nm-settings-nmcli.xml | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) (limited to 'man/nm-settings-nmcli.xml') diff --git a/man/nm-settings-nmcli.xml b/man/nm-settings-nmcli.xml index 1a18a20c..89130b99 100644 --- a/man/nm-settings-nmcli.xml +++ b/man/nm-settings-nmcli.xml @@ -1,6 +1,6 @@ -nm-settings-nmcliNetworkManager developersnm-settings-nmcli5NetworkManagerConfiguration1.45.91nm-settings-nmcliDescription of settings and properties of NetworkManager connection profiles for nmcliDescription +nm-settings-nmcliNetworkManager developersnm-settings-nmcli5NetworkManagerConfiguration1.46.0nm-settings-nmcliDescription of settings and properties of NetworkManager connection profiles for nmcliDescription 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 @@ -503,7 +503,10 @@ Format: integer Valid values: 0 - 4294967295 Format: integer - Valid values: 0 - 4294967295gsm settingGSM-based Mobile Broadband Settings. + Valid values: 0 - 4294967295generic settingGeneric Link Settings. + Properties: + Name of the device handler that will be invoked to add and delete the device for this connection. The name can only contain ASCII alphanumeric characters and '-', '_', '.'. It cannot start with '.'.See the NetworkManager-dispatcher(8) man page for more details about how to write the device handler.By setting this property the generic connection becomes "virtual", meaning that it can be activated without an existing device; the device will be created at the time the connection is started by invoking the device-handler. + Format: stringgsm settingGSM-based Mobile Broadband Settings. Properties: Alias: apnThe 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's mobile broadband plan. The APN may only be composed of the characters a-z, 0-9, ., and - per GSM 03.60 Section 14.9.If the APN is unset (the default) then it may be detected based on "auto-config" setting. The property can be explicitly set to the empty string to prevent that and use no APN. @@ -925,7 +928,9 @@ Example: priority 5 from 1:2:3::5/128 table 45 Format: string Alias: modeSpecifies how the CAK (Connectivity Association Key) for MKA (MACsec Key Agreement) is obtained. Format: choice (NMSettingMacsecMode) - Valid values: psk (0), eap (1) + Valid values: psk (0), eap (1)Specifies the MACsec offload mode."off" (0) disables MACsec offload."phy" (1) and "mac" (2) request offload respectively to the PHY or to the MAC; if the selected mode is not available, the connection will fail."default" (-1) uses the global default value specified in NetworkManager configuration; if no global default is defined, the built-in default is "off" (0). + Format: choice (NMSettingMacsecOffload) + Valid values: default (-1), off (0), phy (1), mac (2) Alias: devIf given, specifies the parent interface name or parent connection UUID from which this MACSEC interface should be created. If this property is not specified, the connection must contain an "802-3-ethernet" setting with a "mac-address" property. Format: string Alias: portThe port component of the SCI (Secure Channel Identifier), between 1 and 65534. @@ -1085,7 +1090,13 @@ Example: priority 5 from 1:2:3::5/128 table 45 Properties: Whether to autoprobe virtual functions by a compatible driver.If set to "true" (1), the kernel will try to bind VFs to a compatible driver and if this succeeds a new network interface will be instantiated for each VF.If set to "false" (0), VFs will not be claimed and no network interfaces will be created for them.When set to "default" (-1), the global default is used; in case the global default is unspecified it is assumed to be "true" (1). Format: ternary - Valid values: true/yes/on, false/no/off, default/unknownThe total number of virtual functions to create.Note that when the sriov setting is present NetworkManager enforces the number of virtual functions on the interface (also when it is zero) during activation and resets it upon deactivation. To prevent any changes to SR-IOV parameters don't add a sriov setting to the connection. + Valid values: true/yes/on, false/no/off, default/unknownSelect the eswitch encapsulation support.Currently it's only supported for PCI PF devices, and only if the eswitch device is managed from the same PCI address than the PF.If set to "preserve" (-1) (default) the eswitch encap-mode won't be modified by NetworkManager. + Format: choice (NMSriovEswitchEncapMode) + Valid values: preserve (-1), none (0), basic (1)Select the eswitch inline-mode of the device. Some HWs need the VF driver to put part of the packet headers on the TX descriptor so the e-switch can do proper matching and steering.Currently it's only supported for PCI PF devices, and only if the eswitch device is managed from the same PCI address than the PF.If set to "preserve" (-1) (default) the eswitch inline-mode won't be modified by NetworkManager. + Format: choice (NMSriovEswitchInlineMode) + Valid values: preserve (-1), none (0), link (1), network (2), transport (3)Select the eswitch mode of the device. Currently it's only supported for PCI PF devices, and only if the eswitch device is managed from the same PCI address than the PF.If set to "preserve" (-1) (default) the eswitch mode won't be modified by NetworkManager. + Format: choice (NMSriovEswitchMode) + Valid values: preserve (-1), legacy (0), switchdev (1)The total number of virtual functions to create.Note that when the sriov setting is present NetworkManager enforces the number of virtual functions on the interface (also when it is zero) during activation and resets it upon deactivation. To prevent any changes to SR-IOV parameters don't add a sriov setting to the connection. Format: integer Valid values: 0 - 4294967295Array of virtual function descriptors.Each VF descriptor is a dictionary mapping attribute names to GVariant values. The 'index' entry is mandatory for each VF.When represented as string a VF is in the form:"INDEX [ATTR=VALUE[ ATTR=VALUE]...]".for example:"2 mac=00:11:22:33:44:55 spoof-check=true".Multiple VFs can be specified using a comma as separator. Currently, the following attributes are supported: mac, spoof-check, trust, min-tx-rate, max-tx-rate, vlans.The "vlans" attribute is represented as a semicolon-separated list of VLAN descriptors, where each descriptor has the form"ID[.PRIORITY[.PROTO]]".PROTO can be either 'q' for 802.1Q (the default) or 'ad' for 802.1ad. Format: list of sriov.vfs objectstc settingLinux Traffic Control Settings. -- cgit 1.3.0-6-gf8a5