From d4d8b2b91f7ba000d97a8b2aab48c85000c11314 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Wed, 4 Oct 2023 11:44:49 +0200 Subject: New upstream version 1.44.2 --- docs/api/html/NetworkManager.conf.html | 2 +- docs/api/html/index.html | 2 +- docs/api/html/nm-settings-dbus.html | 2 +- docs/api/html/nm-settings-nmcli.html | 6 +++--- docs/api/html/nmcli.html | 5 +++-- docs/api/html/settings-ip-tunnel.html | 2 +- 6 files changed, 10 insertions(+), 9 deletions(-) (limited to 'docs/api/html') diff --git a/docs/api/html/NetworkManager.conf.html b/docs/api/html/NetworkManager.conf.html index abd47cea..42c5b4b6 100644 --- a/docs/api/html/NetworkManager.conf.html +++ b/docs/api/html/NetworkManager.conf.html @@ -1182,7 +1182,7 @@ managed=1

Specify the timeout for waiting for carrier in milliseconds. - The default is 5000 milliseconds. + The default is 6000 milliseconds. This setting exists because certain drivers/hardware can take a long time to detect whether the cable is plugged in.

diff --git a/docs/api/html/index.html b/docs/api/html/index.html index 7f6ebb52..929c65da 100644 --- a/docs/api/html/index.html +++ b/docs/api/html/index.html @@ -16,7 +16,7 @@

- for NetworkManager 1.44.0 + for NetworkManager 1.44.2 The latest version of this documentation can be found on-line at https://networkmanager.dev/docs/api/latest/. diff --git a/docs/api/html/nm-settings-dbus.html b/docs/api/html/nm-settings-dbus.html index ee13ceaf..9810171f 100644 --- a/docs/api/html/nm-settings-dbus.html +++ b/docs/api/html/nm-settings-dbus.html @@ -2410,7 +2410,7 @@ When set, the token is used as IPv6 interface identifier instead of the hardware mode uint32 0 -The tunneling mode, for example NM_IP_TUNNEL_MODE_IPIP (1) or NM_IP_TUNNEL_MODE_GRE (2). +The tunneling mode. Valid values: NM_IP_TUNNEL_MODE_IPIP (1), NM_IP_TUNNEL_MODE_GRE (2), NM_IP_TUNNEL_MODE_SIT (3), NM_IP_TUNNEL_MODE_ISATAP (4), NM_IP_TUNNEL_MODE_VTI (5), NM_IP_TUNNEL_MODE_IP6IP6 (6), NM_IP_TUNNEL_MODE_IPIP6 (7), NM_IP_TUNNEL_MODE_IP6GRE (8), NM_IP_TUNNEL_MODE_VTI6 (9), NM_IP_TUNNEL_MODE_GRETAP (10) and NM_IP_TUNNEL_MODE_IP6GRETAP (11) diff --git a/docs/api/html/nm-settings-nmcli.html b/docs/api/html/nm-settings-nmcli.html index 9e45cfc6..40cf154e 100644 --- a/docs/api/html/nm-settings-nmcli.html +++ b/docs/api/html/nm-settings-nmcli.html @@ -2803,7 +2803,7 @@ Example: priority 5 from 1:2:3::5/128 table 45

ip-tunnel.encapsulation-limit

-

How many additional levels of encapsulation are permitted to be prepended to packets. This property applies only to IPv6 tunnels. To disable this option, add NM_IP_TUNNEL_FLAG_IP6_IGN_ENCAP_LIMIT (0x1) to ip-tunnel flags.

+

How many additional levels of encapsulation are permitted to be prepended to packets. This property applies only to IPv6 tunnels. To disable this option, add 0x1 (ip6-ign-encap-limit) to ip-tunnel flags.

Format: uint32

@@ -2811,7 +2811,7 @@ Example: priority 5 from 1:2:3::5/128 table 45

ip-tunnel.flags

-

Tunnel flags. Currently, the following values are supported: NM_IP_TUNNEL_FLAG_IP6_IGN_ENCAP_LIMIT (0x1), NM_IP_TUNNEL_FLAG_IP6_USE_ORIG_TCLASS (0x2), NM_IP_TUNNEL_FLAG_IP6_USE_ORIG_FLOWLABEL (0x4), NM_IP_TUNNEL_FLAG_IP6_MIP6_DEV (0x8), NM_IP_TUNNEL_FLAG_IP6_RCV_DSCP_COPY (0x10), NM_IP_TUNNEL_FLAG_IP6_USE_ORIG_FWMARK (0x20). They are valid only for IPv6 tunnels.

+

Tunnel flags. Currently, the following values are supported: 0x1 (ip6-ign-encap-limit), 0x2 (ip6-use-orig-tclass), 0x4 (ip6-use-orig-flowlabel), 0x8 (ip6-mip6-dev), 0x10 (ip6-rcv-dscp-copy) and 0x20 (ip6-use-orig-fwmark). They are valid only for IPv6 tunnels.

Format: uint32

@@ -2855,7 +2855,7 @@ Example: priority 5 from 1:2:3::5/128 table 45

Alias: mode

-

The tunneling mode, for example NM_IP_TUNNEL_MODE_IPIP (1) or NM_IP_TUNNEL_MODE_GRE (2).

+

The tunneling mode. Valid values: ipip (1), gre (2), sit (3), isatap (4), vti (5), ip6ip6 (6), ipip6 (7), ip6gre (8), vti6 (9), gretap (10) and ip6gretap (11)

Format: uint32

diff --git a/docs/api/html/nmcli.html b/docs/api/html/nmcli.html index 8443d500..1672c5dc 100644 --- a/docs/api/html/nmcli.html +++ b/docs/api/html/nmcli.html @@ -82,8 +82,9 @@ terminal-colors.d(5). Please refer to the Colors section for a list of color names supported by nmcli.

-

If the environment variable NO_COLOR is set (to any value), - then coloring is disabled with mode "auto". Explicitly enabling coloring overrides +

If the environment variable NO_COLOR is set (to any non-empty value), + then coloring is disabled with mode "auto". If the environment variable CLICOLOR_FORCE + is set (to any non-empty value), then coloring is enabled with mode "auto". Explicitly enabling coloring overrides the environment variable.

diff --git a/docs/api/html/settings-ip-tunnel.html b/docs/api/html/settings-ip-tunnel.html index a012de37..25615224 100644 --- a/docs/api/html/settings-ip-tunnel.html +++ b/docs/api/html/settings-ip-tunnel.html @@ -93,7 +93,7 @@
mode
uint32
0
-The tunneling mode, for example NM_IP_TUNNEL_MODE_IPIP (1) or NM_IP_TUNNEL_MODE_GRE (2). +The tunneling mode. Valid values: NM_IP_TUNNEL_MODE_IPIP (1), NM_IP_TUNNEL_MODE_GRE (2), NM_IP_TUNNEL_MODE_SIT (3), NM_IP_TUNNEL_MODE_ISATAP (4), NM_IP_TUNNEL_MODE_VTI (5), NM_IP_TUNNEL_MODE_IP6IP6 (6), NM_IP_TUNNEL_MODE_IPIP6 (7), NM_IP_TUNNEL_MODE_IP6GRE (8), NM_IP_TUNNEL_MODE_VTI6 (9), NM_IP_TUNNEL_MODE_GRETAP (10) and NM_IP_TUNNEL_MODE_IP6GRETAP (11)
mtu
-- cgit 1.3.0-6-gf8a5