network: netdev - BareUDP Add support for srcportmin

Allows to configure the lowest value of the UDP tunnel source port range.
This commit is contained in:
Susant Sahani
2024-08-14 23:18:20 +05:30
parent c2d9b477ef
commit 7918894302
4 changed files with 19 additions and 0 deletions

View File

@@ -1017,6 +1017,17 @@
<xi:include href="version-info.xml" xpointer="v247"/>
</listitem>
</varlistentry>
<varlistentry>
<term><varname>MinSourcePort=</varname></term>
<listitem>
<para>Specifies the lowest value of the UDP tunnel source UDP port (in range 1…65535).
Defaults to unset.</para>
<xi:include href="version-info.xml" xpointer="v257"/>
</listitem>
</varlistentry>
</variablelist>
</refsect1>