diff options
| author | Michael Biebl <biebl@debian.org> | 2024-05-17 11:39:03 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2024-05-17 11:39:03 +0200 |
| commit | 146def28f0a5091106d0ff88ea132dbedaaa43b5 (patch) | |
| tree | 0470e2d82f4b33a666e78b5899dca2c7214a0f40 /man/NetworkManager.conf.5 | |
| parent | 8b8525beb835e65d924f04fadf5e7f0430f09d02 (diff) | |
| parent | 88625ab09bf9c6d8f0d5042fcde398a5abfd1da6 (diff) | |
Update upstream source from tag 'upstream/1.47.91'
Update to upstream version '1.47.91' with Debian dir dc71510ce71b3da10634784151be7618296191c7
Diffstat (limited to 'man/NetworkManager.conf.5')
| -rw-r--r-- | man/NetworkManager.conf.5 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/man/NetworkManager.conf.5 b/man/NetworkManager.conf.5 index 19474f38..479198fa 100644 --- a/man/NetworkManager.conf.5 +++ b/man/NetworkManager.conf.5 @@ -2,12 +2,12 @@ .\" Title: NetworkManager.conf .\" Author: .\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/> -.\" Date: 05/03/2024 +.\" Date: 05/16/2024 .\" Manual: Configuration -.\" Source: NetworkManager 1.47.90 +.\" Source: NetworkManager 1.47.91 .\" Language: English .\" -.TH "NETWORKMANAGER\&.CONF" "5" "" "NetworkManager 1\&.47\&.90" "Configuration" +.TH "NETWORKMANAGER\&.CONF" "5" "" "NetworkManager 1\&.47\&.91" "Configuration" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -984,21 +984,21 @@ If unspecified or zero, use 50 for VPN profiles and 100 for other profiles\&. .RS 4 If ipv6\&.ip6\-privacy -is unset, fall back to the original value of "/proc/sys/net/ipv6/conf/<iface>/use_tempaddr" from before NetworkManager started\&. +is unset, use the content of "/proc/sys/net/ipv6/conf/default/use_tempaddr" as last fallback\&. .RE .PP \fIipv6\&.temp\-valid\-lifetime\fR .RS 4 If ipv6\&.temp\-valid\-lifetime -is unset, fall back to the original value of "/proc/sys/net/ipv6/conf/<iface>/temp_valid_lft" from before NetworkManager started\&. +is unset, use the content of "/proc/sys/net/ipv6/conf/default/temp_valid_lft" as last fallback\&. .RE .PP \fIipv6\&.temp\-preferred\-lifetime\fR .RS 4 If ipv6\&.temp\-preferred\-lifetime -is unset, fall back to the original value of "/proc/sys/net/ipv6/conf/<iface>/temp_prefered_lft" from before NetworkManager started\&. +is unset, use the content of "/proc/sys/net/ipv6/conf/default/temp_prefered_lft" as last fallback\&. .RE .PP \fIipv6\&.required\-timeout\fR |