diff options
| author | Sebastien Bacher <seb128@ubuntu.com> | 2020-01-13 16:10:30 +0100 |
|---|---|---|
| committer | Sebastien Bacher <seb128@ubuntu.com> | 2020-01-13 16:31:40 +0100 |
| commit | 5a09f7759860f4f2a9bb01471ca8099cd705bc10 (patch) | |
| tree | 3a9cffc9622d53c9196771a1c7924bceb754f118 /man/NetworkManager.conf.5 | |
| parent | 25691220fd27093630cf244e219b2f4f1f4e749e (diff) | |
| parent | ca847639aab94434daed120c874e1100c3d75dcf (diff) | |
Merge remote-tracking branch 'salsa/debian/master'
Diffstat (limited to 'man/NetworkManager.conf.5')
| -rw-r--r-- | man/NetworkManager.conf.5 | 32 |
1 files changed, 27 insertions, 5 deletions
diff --git a/man/NetworkManager.conf.5 b/man/NetworkManager.conf.5 index 6ac19e5c..3e6c009b 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: 11/06/2019 +.\" Date: 12/24/2019 .\" Manual: Configuration -.\" Source: NetworkManager 1.20.6 +.\" Source: NetworkManager 1.22.2 .\" Language: English .\" -.TH "NETWORKMANAGER\&.CONF" "5" "" "NetworkManager 1\&.20\&.6" "Configuration" +.TH "NETWORKMANAGER\&.CONF" "5" "" "NetworkManager 1\&.22\&.2" "Configuration" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -126,8 +126,10 @@ This setting is deprecated and has no effect\&. \fIauth\-polkit\fR .RS 4 Whether the system uses PolicyKit for authorization\&. If -false, all requests will be allowed\&. If -true, non\-root requests are authorized using PolicyKit\&. The default value is +true, non\-root requests are authorized using PolicyKit\&. Requests from root (user ID zero) are always granted without asking PolicyKit\&. If +false, all requests will be allowed and PolicyKit is not used\&. If set to +root\-only +PolicyKit is not used and all requests except root are denied\&. The default value is true\&. .RE .PP @@ -696,6 +698,16 @@ If configured explicitly to 0, the MTU is not reconfigured during device activat .RS 4 .RE .PP +\fIipv4\&.dhcp\-iaid\fR +.RS 4 +If left unspecified, it defaults to "ifname"\&. +.RE +.PP +\fIipv4\&.dhcp\-hostname\-flags\fR +.RS 4 +If left unspecified, the value 3 (fqdn\-encoded,fqdn\-serv\-update) is used\&. +.RE +.PP \fIipv4\&.dhcp\-timeout\fR .RS 4 If left unspecified, the default value for the interface type is used\&. @@ -720,6 +732,16 @@ If left unspecified, routes are only added to the main table\&. Note that this i If left unspecified, it defaults to "lease"\&. .RE .PP +\fIipv6\&.dhcp\-iaid\fR +.RS 4 +If left unspecified, it defaults to "ifname"\&. +.RE +.PP +\fIipv6\&.dhcp\-hostname\-flags\fR +.RS 4 +If left unspecified, the value 1 (fqdn\-serv\-update) is used\&. +.RE +.PP \fIipv6\&.dhcp\-timeout\fR .RS 4 If left unspecified, the default value for the interface type is used\&. |