diff options
| author | Michael Biebl <biebl@debian.org> | 2019-04-21 21:10:42 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2019-04-21 21:10:42 +0200 |
| commit | 1761e93f84aba1f3a2f0ebc3d753303f27395fed (patch) | |
| tree | 2a0aa70159a57641294d4aee7aee061bc25c0a7b /man/nm-settings.5 | |
| parent | 6cbf8459e4602877369dbf20c6597708725758c6 (diff) | |
| parent | 85563b7fc7ec2cd21e38debb9b28db342e2e8e7c (diff) | |
Update upstream source from tag 'upstream/1.18.0'
Update to upstream version '1.18.0' with Debian dir c79ce54aa2bd35bd9bd13eb01cf8687eaae2c0c1
Diffstat (limited to 'man/nm-settings.5')
| -rw-r--r-- | man/nm-settings.5 | 46 |
1 files changed, 43 insertions, 3 deletions
diff --git a/man/nm-settings.5 b/man/nm-settings.5 index aa08919a..364be468 100644 --- a/man/nm-settings.5 +++ b/man/nm-settings.5 @@ -2,12 +2,12 @@ .\" Title: nm-settings .\" Author: .\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/> -.\" Date: 03/15/2019 +.\" Date: 04/21/2019 .\" Manual: Configuration -.\" Source: NetworkManager 1.16.0 +.\" Source: NetworkManager 1.18.0 .\" Language: English .\" -.TH "NM\-SETTINGS" "5" "" "NetworkManager 1\&.16\&.0" "Configuration" +.TH "NM\-SETTINGS" "5" "" "NetworkManager 1\&.18\&.0" "Configuration" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -981,6 +981,9 @@ l l l l l l l l 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{ ageing\-time @@ -1072,6 +1075,33 @@ TRUE T}:T{ Controls whether Spanning Tree Protocol (STP) is enabled for this bridge\&. T} +T{ +vlan\-default\-pvid +T}:T{ +uint32 +T}:T{ +1 +T}:T{ +The default PVID for the ports of the bridge, that is the VLAN id assigned to incoming untagged frames\&. +T} +T{ +vlan\-filtering +T}:T{ +boolean +T}:T{ +FALSE +T}:T{ +Control whether VLAN filtering is enabled on the bridge\&. +T} +T{ +vlans +T}:T{ +array of vardict +T}:T{ +[] +T}:T{ +Array of bridge VLAN objects\&. In addition to the VLANs specified here, the bridge will also have the default\-pvid VLAN configured by the bridge\&.vlan\-default\-pvid property\&. In nmcli the VLAN list can be specified with the following syntax: $vid [pvid] [untagged] [, $vid [pvid] [untagged]]\&.\&.\&. where $vid is either a single id between 1 and 4094 or a range, represented as a couple of ids separated by a dash\&. +T} .TE .sp 1 .SS "bridge\-port setting" @@ -1092,6 +1122,7 @@ T} .T& l l l l l l l l +l l l l l l l l. T{ hairpin\-mode @@ -1120,6 +1151,15 @@ T}:T{ T}:T{ The Spanning Tree Protocol (STP) priority of this bridge port\&. T} +T{ +vlans +T}:T{ +array of vardict +T}:T{ +[] +T}:T{ +Array of bridge VLAN objects\&. In addition to the VLANs specified here, the port will also have the default\-pvid VLAN configured on the bridge by the bridge\&.vlan\-default\-pvid property\&. In nmcli the VLAN list can be specified with the following syntax: $vid [pvid] [untagged] [, $vid [pvid] [untagged]]\&.\&.\&. where $vid is either a single id between 1 and 4094 or a range, represented as a couple of ids separated by a dash\&. +T} .TE .sp 1 .SS "cdma setting" |