From 85563b7fc7ec2cd21e38debb9b28db342e2e8e7c Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Sun, 21 Apr 2019 21:09:51 +0200 Subject: New upstream version 1.18.0 --- docs/api/html/nm-settings.html | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'docs/api/html/nm-settings.html') diff --git a/docs/api/html/nm-settings.html b/docs/api/html/nm-settings.html index 57ffab77..6ee39655 100644 --- a/docs/api/html/nm-settings.html +++ b/docs/api/html/nm-settings.html @@ -857,6 +857,27 @@ TRUE Controls whether Spanning Tree Protocol (STP) is enabled for this bridge. + + +vlan-default-pvid +uint32 +1 +The default PVID for the ports of the bridge, that is the VLAN id assigned to incoming untagged frames. + + + +vlan-filtering +boolean +FALSE +Control whether VLAN filtering is enabled on the bridge. + + + +vlans +array of vardict +[] +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. + @@ -899,6 +920,13 @@ 32 The Spanning Tree Protocol (STP) priority of this bridge port. + + +vlans +array of vardict +[] +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. + -- cgit 1.3.0-6-gf8a5