diff options
| author | Michael Biebl <biebl@debian.org> | 2023-08-09 21:55:35 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2023-08-09 21:55:35 +0200 |
| commit | 05e4a733f2141995181a551854d5df929f084adf (patch) | |
| tree | 83bb937740a6667525ba0df046748ecaa829c269 /docs/api/html/settings-vxlan.html | |
| parent | 14b0f3a9dc9ea90d60a3b057350fd4d637dc021a (diff) | |
New upstream version 1.44.0 upstream/1.44.0
Diffstat (limited to 'docs/api/html/settings-vxlan.html')
| -rw-r--r-- | docs/api/html/settings-vxlan.html | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/docs/api/html/settings-vxlan.html b/docs/api/html/settings-vxlan.html index c00e3c0d..be0edb5a 100644 --- a/docs/api/html/settings-vxlan.html +++ b/docs/api/html/settings-vxlan.html @@ -38,7 +38,7 @@ Properties </h2> <div class="table"> -<a name="id-1.3.3.42.2.2.1"></a><p class="title"><b>Table 88. </b></p> +<a name="id-1.3.3.42.2.2.1"></a><p class="title"><b>Table 76. </b></p> <div class="table-contents"><table class="table" border="1"> <colgroup> <col> @@ -57,97 +57,97 @@ <td><pre class="screen">ageing</pre></td> <td><pre class="screen">uint32</pre></td> <td><pre class="screen">300</pre></td> -<td> </td> +<td>Specifies the lifetime in seconds of FDB entries learnt by the kernel.</td> </tr> <tr> <td><pre class="screen">destination-port</pre></td> <td><pre class="screen">uint32</pre></td> <td><pre class="screen">8472</pre></td> -<td> </td> +<td>Specifies the UDP destination port to communicate to the remote VXLAN tunnel endpoint.</td> </tr> <tr> <td><pre class="screen">id</pre></td> <td><pre class="screen">uint32</pre></td> <td><pre class="screen">0</pre></td> -<td> </td> +<td>Specifies the VXLAN Network Identifier (or VXLAN Segment Identifier) to use.</td> </tr> <tr> <td><pre class="screen">l2-miss</pre></td> <td><pre class="screen">boolean</pre></td> <td><pre class="screen">FALSE</pre></td> -<td> </td> +<td>Specifies whether netlink LL ADDR miss notifications are generated.</td> </tr> <tr> <td><pre class="screen">l3-miss</pre></td> <td><pre class="screen">boolean</pre></td> <td><pre class="screen">FALSE</pre></td> -<td> </td> +<td>Specifies whether netlink IP ADDR miss notifications are generated.</td> </tr> <tr> <td><pre class="screen">learning</pre></td> <td><pre class="screen">boolean</pre></td> <td><pre class="screen">TRUE</pre></td> -<td> </td> +<td>Specifies whether unknown source link layer addresses and IP addresses are entered into the VXLAN device forwarding database.</td> </tr> <tr> <td><pre class="screen">limit</pre></td> <td><pre class="screen">uint32</pre></td> <td><pre class="screen">0</pre></td> -<td> </td> +<td>Specifies the maximum number of FDB entries. A value of zero means that the kernel will store unlimited entries.</td> </tr> <tr> <td><pre class="screen">local</pre></td> <td><pre class="screen">string</pre></td> <td><pre class="screen"></pre></td> -<td> </td> +<td>If given, specifies the source IP address to use in outgoing packets.</td> </tr> <tr> <td><pre class="screen">parent</pre></td> <td><pre class="screen">string</pre></td> <td><pre class="screen"></pre></td> -<td> </td> +<td>If given, specifies the parent interface name or parent connection UUID.</td> </tr> <tr> <td><pre class="screen">proxy</pre></td> <td><pre class="screen">boolean</pre></td> <td><pre class="screen">FALSE</pre></td> -<td> </td> +<td>Specifies whether ARP proxy is turned on.</td> </tr> <tr> <td><pre class="screen">remote</pre></td> <td><pre class="screen">string</pre></td> <td><pre class="screen"></pre></td> -<td> </td> +<td>Specifies the unicast destination IP address to use in outgoing packets when the destination link layer address is not known in the VXLAN device forwarding database, or the multicast IP address to join.</td> </tr> <tr> <td><pre class="screen">rsc</pre></td> <td><pre class="screen">boolean</pre></td> <td><pre class="screen">FALSE</pre></td> -<td> </td> +<td>Specifies whether route short circuit is turned on.</td> </tr> <tr> <td><pre class="screen">source-port-max</pre></td> <td><pre class="screen">uint32</pre></td> <td><pre class="screen">0</pre></td> -<td> </td> +<td>Specifies the maximum UDP source port to communicate to the remote VXLAN tunnel endpoint.</td> </tr> <tr> <td><pre class="screen">source-port-min</pre></td> <td><pre class="screen">uint32</pre></td> <td><pre class="screen">0</pre></td> -<td> </td> +<td>Specifies the minimum UDP source port to communicate to the remote VXLAN tunnel endpoint.</td> </tr> <tr> <td><pre class="screen">tos</pre></td> <td><pre class="screen">uint32</pre></td> <td><pre class="screen">0</pre></td> -<td> </td> +<td>Specifies the TOS value to use in outgoing packets.</td> </tr> <tr> <td><pre class="screen">ttl</pre></td> <td><pre class="screen">uint32</pre></td> <td><pre class="screen">0</pre></td> -<td> </td> +<td>Specifies the time-to-live value to use in outgoing packets.</td> </tr> </tbody> </table></div> |