about summary refs log tree commit diff
path: root/docs/api/html/settings-bridge.html
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2019-04-21 21:10:42 +0200
committerMichael Biebl <biebl@debian.org>2019-04-21 21:10:42 +0200
commit1761e93f84aba1f3a2f0ebc3d753303f27395fed (patch)
tree2a0aa70159a57641294d4aee7aee061bc25c0a7b /docs/api/html/settings-bridge.html
parent6cbf8459e4602877369dbf20c6597708725758c6 (diff)
parent85563b7fc7ec2cd21e38debb9b28db342e2e8e7c (diff)
Update upstream source from tag 'upstream/1.18.0'
Update to upstream version '1.18.0'
with Debian dir c79ce54aa2bd35bd9bd13eb01cf8687eaae2c0c1
Diffstat (limited to 'docs/api/html/settings-bridge.html')
-rw-r--r--docs/api/html/settings-bridge.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/api/html/settings-bridge.html b/docs/api/html/settings-bridge.html
index d5657511..f137d4e9 100644
--- a/docs/api/html/settings-bridge.html
+++ b/docs/api/html/settings-bridge.html
@@ -113,6 +113,24 @@
 <td><pre class="screen">TRUE</pre></td>
 <td>Controls whether Spanning Tree Protocol (STP) is enabled for this bridge.</td>
 </tr>
+<tr>
+<td><pre class="screen">vlan-default-pvid</pre></td>
+<td><pre class="screen">uint32</pre></td>
+<td><pre class="screen">1</pre></td>
+<td>The default PVID for the ports of the bridge, that is the VLAN id assigned to incoming untagged frames.</td>
+</tr>
+<tr>
+<td><pre class="screen">vlan-filtering</pre></td>
+<td><pre class="screen">boolean</pre></td>
+<td><pre class="screen">FALSE</pre></td>
+<td>Control whether VLAN filtering is enabled on the bridge.</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 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.</td>
+</tr>
 </tbody>
 </table></div>
 </div>