diff options
| author | Michael Biebl <biebl@debian.org> | 2019-04-21 21:09:51 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2019-04-21 21:09:51 +0200 |
| commit | 85563b7fc7ec2cd21e38debb9b28db342e2e8e7c (patch) | |
| tree | cce7b0b02d28fae2df9fdf2c1804cacd1500f2d7 /docs/api/html/settings-bridge-port.html | |
| parent | 9a6dcbf895f9da01768e64b73cec88c16157d91e (diff) | |
New upstream version 1.18.0 upstream/1.18.0
Diffstat (limited to 'docs/api/html/settings-bridge-port.html')
| -rw-r--r-- | docs/api/html/settings-bridge-port.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/api/html/settings-bridge-port.html b/docs/api/html/settings-bridge-port.html index 9de7bc09..4f4eaa45 100644 --- a/docs/api/html/settings-bridge-port.html +++ b/docs/api/html/settings-bridge-port.html @@ -71,6 +71,12 @@ <td><pre class="screen">32</pre></td> <td>The Spanning Tree Protocol (STP) priority of this bridge port.</td> </tr> +<tr> +<td><pre class="screen">vlans</pre></td> +<td><pre class="screen">array of vardict</pre></td> +<td><pre class="screen">[]</pre></td> +<td>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.</td> +</tr> </tbody> </table></div> </div> |