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>2020-06-28 18:58:14 +0200
committerMichael Biebl <biebl@debian.org>2020-06-28 18:58:14 +0200
commita54ac63bbf9b2c71026ac9028a8ffaf186cf3c82 (patch)
tree6a32883bd916c4096357b35298beff6db8bcd0b5 /docs/api/html/settings-bridge.html
parent45e8e1149027529194982212c804c0468aa01d98 (diff)
New upstream version 1.25.90 upstream/1.25.90
Diffstat (limited to 'docs/api/html/settings-bridge.html')
-rw-r--r--docs/api/html/settings-bridge.html58
1 files changed, 56 insertions, 2 deletions
diff --git a/docs/api/html/settings-bridge.html b/docs/api/html/settings-bridge.html
index 85f8122a..e4f26f5f 100644
--- a/docs/api/html/settings-bridge.html
+++ b/docs/api/html/settings-bridge.html
@@ -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 75. </b></p>
+<a name="id-1.3.3.8.2.2.1"></a><p class="title"><b>Table 48. </b></p>
 <div class="table-contents"><table class="table" border="1">
 <colgroup>
 <col>
@@ -102,12 +102,54 @@
 <td>The Spanning Tree Protocol (STP) maximum message age, in seconds.</td>
 </tr>
 <tr>
+<td><pre class="screen">multicast-hash-max</pre></td>
+<td><pre class="screen">uint32</pre></td>
+<td><pre class="screen">4096</pre></td>
+<td>Set maximum size of multicast hash table (value must be a power of 2).</td>
+</tr>
+<tr>
+<td><pre class="screen">multicast-last-member-count</pre></td>
+<td><pre class="screen">uint32</pre></td>
+<td><pre class="screen">2</pre></td>
+<td>Set the number of queries the bridge will send before stopping forwarding a multicast group after a "leave" message has been received.</td>
+</tr>
+<tr>
+<td><pre class="screen">multicast-last-member-interval</pre></td>
+<td><pre class="screen">uint64</pre></td>
+<td><pre class="screen">100</pre></td>
+<td>Set interval (in deciseconds) between queries to find remaining members of a group, after a "leave" message is received.</td>
+</tr>
+<tr>
+<td><pre class="screen">multicast-membership-interval</pre></td>
+<td><pre class="screen">uint64</pre></td>
+<td><pre class="screen">26000</pre></td>
+<td>Set delay (in deciseconds) after which the bridge will leave a group, if no membership reports for this group are received.</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-querier-interval</pre></td>
+<td><pre class="screen">uint64</pre></td>
+<td><pre class="screen">25500</pre></td>
+<td>If no queries are seen after this delay (in deciseconds) has passed, the bridge will start to send its own queries.</td>
+</tr>
+<tr>
+<td><pre class="screen">multicast-query-interval</pre></td>
+<td><pre class="screen">uint64</pre></td>
+<td><pre class="screen">12500</pre></td>
+<td>Interval (in deciseconds) between queries sent by the bridge after the end of the startup phase.</td>
+</tr>
+<tr>
+<td><pre class="screen">multicast-query-response-interval</pre></td>
+<td><pre class="screen">uint64</pre></td>
+<td><pre class="screen">1000</pre></td>
+<td>Set the Max Response Time/Max Response Delay (in deciseconds) for IGMP/MLD queries sent by the bridge.</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>
@@ -117,7 +159,7 @@
 <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>
+<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>
@@ -126,6 +168,18 @@
 <td>Controls whether IGMP snooping is enabled for this bridge. Note that if snooping was automatically disabled due to hash collisions, the system may refuse to enable the feature until the collisions are resolved.</td>
 </tr>
 <tr>
+<td><pre class="screen">multicast-startup-query-count</pre></td>
+<td><pre class="screen">uint32</pre></td>
+<td><pre class="screen">2</pre></td>
+<td>Set the number of IGMP queries to send during startup phase.</td>
+</tr>
+<tr>
+<td><pre class="screen">multicast-startup-query-interval</pre></td>
+<td><pre class="screen">uint64</pre></td>
+<td><pre class="screen">3125</pre></td>
+<td>Sets the time (in deciseconds) between queries sent out at startup to determine membership information.</td>
+</tr>
+<tr>
 <td><pre class="screen">priority</pre></td>
 <td><pre class="screen">uint32</pre></td>
 <td><pre class="screen">32768</pre></td>