diff options
| author | Michael Biebl <biebl@debian.org> | 2024-02-22 17:21:11 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2024-02-22 17:21:11 +0100 |
| commit | bba2e4b4de668db525cbfdfc35292e5a0b51671a (patch) | |
| tree | 38d20cddfcc6f71572b9e169deefab5fa96e8d0c /man/nm-settings-dbus.5 | |
| parent | 6681f77b757bbc42ce5c8868ee9142b7ebc8c059 (diff) | |
New upstream version 1.46.0 upstream/1.46.0
Diffstat (limited to 'man/nm-settings-dbus.5')
| -rw-r--r-- | man/nm-settings-dbus.5 | 81 |
1 files changed, 75 insertions, 6 deletions
diff --git a/man/nm-settings-dbus.5 b/man/nm-settings-dbus.5 index 480ccc0e..f586b00d 100644 --- a/man/nm-settings-dbus.5 +++ b/man/nm-settings-dbus.5 @@ -2,12 +2,12 @@ .\" Title: nm-settings-dbus .\" Author: .\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/> -.\" Date: 02/09/2024 +.\" Date: 02/22/2024 .\" Manual: Configuration -.\" Source: NetworkManager 1.45.91 +.\" Source: NetworkManager 1.46.0 .\" Language: English .\" -.TH "NM\-SETTINGS\-DBUS" "5" "" "NetworkManager 1\&.45\&.91" "Configuration" +.TH "NM\-SETTINGS\-DBUS" "5" "" "NetworkManager 1\&.46\&.0" "Configuration" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -136,9 +136,9 @@ T} T{ autoconnect\-ports T}:T{ -NMTernary (int32) +int32 T}:T{ -\ \& +\-1 T}:T{ Whether or not ports of this connection should be automatically brought up when NetworkManager activates this connection\&. This only has a real effect for controller connections\&. The properties "autoconnect", "autoconnect\-priority" and "autoconnect\-retries" are unrelated to this setting\&. The permitted values are: 0: leave port connections untouched, 1: activate all the port connections with this connection, \-1: default\&. If \-1 (default) is set, global connection\&.autoconnect\-ports is read to determine the real value\&. If it is default as well, this fallbacks to 0\&. T} @@ -1836,7 +1836,20 @@ T}:T{ Value Description T} .T& -. +l l l l. +T{ +device\-handler +T}:T{ +string +T}:T{ +\ \& +T}:T{ +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 \*(Aq\-\*(Aq, \*(Aq_\*(Aq, \*(Aq\&.\*(Aq\&. It cannot start with \*(Aq\&.\*(Aq\&. + +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\&. +T} .TE .sp 1 .SS "gsm setting" @@ -3197,6 +3210,7 @@ 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{ encrypt @@ -3244,6 +3258,21 @@ T}:T{ Specifies how the CAK (Connectivity Association Key) for MKA (MACsec Key Agreement) is obtained\&. T} T{ +offload +T}:T{ +int32 +T}:T{ +\-1 +T}:T{ +Specifies the MACsec offload mode\&. + +0 (off) disables MACsec offload\&. + +1 (phy) and 2 (mac) request offload respectively to the PHY or to the MAC; if the selected mode is not available, the connection will fail\&. + +\-1 (default) uses the global default value specified in NetworkManager configuration; if no global default is defined, the built\-in default is 0 (off)\&. +T} +T{ parent T}:T{ string @@ -4153,6 +4182,9 @@ 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{ autoprobe\-drivers @@ -4170,6 +4202,43 @@ If set to 0 (false), VFs will not be claimed and no network interfaces will be c When set to \-1 (default), the global default is used; in case the global default is unspecified it is assumed to be 1 (true)\&. T} T{ +eswitch\-encap\-mode +T}:T{ +int32 +T}:T{ +\-1 +T}:T{ +Select the eswitch encapsulation support\&. + +Currently it\*(Aqs 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 \-1 (preserve) (default) the eswitch encap\-mode won\*(Aqt be modified by NetworkManager\&. +T} +T{ +eswitch\-inline\-mode +T}:T{ +int32 +T}:T{ +\-1 +T}:T{ +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\*(Aqs 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 \-1 (preserve) (default) the eswitch inline\-mode won\*(Aqt be modified by NetworkManager\&. +T} +T{ +eswitch\-mode +T}:T{ +int32 +T}:T{ +\-1 +T}:T{ +Select the eswitch mode of the device\&. Currently it\*(Aqs 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 \-1 (preserve) (default) the eswitch mode won\*(Aqt be modified by NetworkManager\&. +T} +T{ total\-vfs T}:T{ uint32 |