diff options
| author | Sebastien Bacher <seb128@ubuntu.com> | 2020-05-19 16:38:51 +0200 |
|---|---|---|
| committer | Sebastien Bacher <seb128@ubuntu.com> | 2020-05-19 16:38:51 +0200 |
| commit | 96642ebde58e1eea692aea6a92d33f45452fa9c0 (patch) | |
| tree | 106ddfa2180b3997e8965787b5cb122982ebab9d /docs/api/html/settings-bridge.html | |
| parent | 8f6881ac06714ef99cc470a03e7ac0ce1af49a16 (diff) | |
| parent | d460892bbfece74fb6d3cd846bf6ef548290be41 (diff) | |
Merge branch 'upstream/latest' of https://salsa.debian.org/utopia-team/network-manager into upstream/latestt pu
Diffstat (limited to 'docs/api/html/settings-bridge.html')
| -rw-r--r-- | docs/api/html/settings-bridge.html | 42 |
1 files changed, 39 insertions, 3 deletions
diff --git a/docs/api/html/settings-bridge.html b/docs/api/html/settings-bridge.html index 555125a4..85f8122a 100644 --- a/docs/api/html/settings-bridge.html +++ b/docs/api/html/settings-bridge.html @@ -8,7 +8,7 @@ <link rel="up" href="ch01.html" title="Configuration Settings"> <link rel="prev" href="settings-bond.html" title="bond"> <link rel="next" href="settings-bridge-port.html" title="bridge-port"> -<meta name="generator" content="GTK-Doc V1.29 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.32 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -38,7 +38,7 @@ Properties </h2> <div class="table"> -<a name="id-1.3.3.8.2.2.1"></a><p class="title"><b>Table 74. </b></p> +<a name="id-1.3.3.8.2.2.1"></a><p class="title"><b>Table 75. </b></p> <div class="table-contents"><table class="table" border="1"> <colgroup> <col> @@ -66,6 +66,12 @@ <td>The Spanning Tree Protocol (STP) forwarding delay, in seconds.</td> </tr> <tr> +<td><pre class="screen">group-address</pre></td> +<td><pre class="screen">byte array</pre></td> +<td><pre class="screen"></pre></td> +<td>If specified, The MAC address of the multicast group this bridge uses for STP. The address must be a link-local address in standard Ethernet MAC address format, ie an address of the form 01:80:C2:00:00:0X, with X in [0, 4..F]. If not specified the default value is 01:80:C2:00:00:00.</td> +</tr> +<tr> <td><pre class="screen">group-forward-mask</pre></td> <td><pre class="screen">uint32</pre></td> <td><pre class="screen">0</pre></td> @@ -96,6 +102,24 @@ <td>The Spanning Tree Protocol (STP) maximum message age, in seconds.</td> </tr> <tr> +<td><pre class="screen">multicast-querier</pre></td> +<td><pre class="screen">boolean</pre></td> +<td><pre class="screen">FALSE</pre></td> +<td>Enable or disable sending of multicast queries by the bridge. If not specified the option is disabled.</td> +</tr> +<tr> +<td><pre class="screen">multicast-query-use-ifaddr</pre></td> +<td><pre class="screen">boolean</pre></td> +<td><pre class="screen">FALSE</pre></td> +<td>If enabled the bridge's own IP address is used as the source address for IGMP queries otherwise the default of 0.0.0.0 is used.</td> +</tr> +<tr> +<td><pre class="screen">multicast-router</pre></td> +<td><pre class="screen">string</pre></td> +<td><pre class="screen"></pre></td> +<td>Sets bridge's multicast router. multicast-snooping must be enabled for this option to work. Supported values are: 'auto', 'disabled', 'enabled'. If not specified the default value is 'auto'.</td> +</tr> +<tr> <td><pre class="screen">multicast-snooping</pre></td> <td><pre class="screen">boolean</pre></td> <td><pre class="screen">TRUE</pre></td> @@ -126,6 +150,18 @@ <td>Control whether VLAN filtering is enabled on the bridge.</td> </tr> <tr> +<td><pre class="screen">vlan-protocol</pre></td> +<td><pre class="screen">string</pre></td> +<td><pre class="screen"></pre></td> +<td>If specified, the protocol used for VLAN filtering. Supported values are: '802.1Q', '802.1ad'. If not specified the default value is '802.1Q'.</td> +</tr> +<tr> +<td><pre class="screen">vlan-stats-enabled</pre></td> +<td><pre class="screen">boolean</pre></td> +<td><pre class="screen">FALSE</pre></td> +<td>Controls whether per-VLAN stats accounting is enabled.</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> @@ -138,6 +174,6 @@ </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.29</div> +<hr>Generated by GTK-Doc V1.32</div> </body> </html> \ No newline at end of file |