summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2016-01-27 01:17:52 +0100
committerTom Gundersen <teg@jklm.no>2016-01-27 01:17:52 +0100
commit1cdc94482302cca88e0a7282bbc161c1d77c381c (patch)
treef15fe3b92fa43b6b8f96fdfb3e443256fa53d839 /man
parent47889a8367aa791efc9e83b619ec1fec53e218b0 (diff)
parentea0288d17c0713eea601ea6c7715a649842d229d (diff)
Merge pull request #1975 from ssahani/vxlan2
networkd: Add support to configure VXLAN Port
Diffstat (limited to 'man')
-rw-r--r--man/systemd.netdev.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/man/systemd.netdev.xml b/man/systemd.netdev.xml
index 16e41e05b3..b697d0c9a6 100644
--- a/man/systemd.netdev.xml
+++ b/man/systemd.netdev.xml
@@ -493,6 +493,25 @@
VXLAN Group Policy </ulink> document. Defaults to false.</para>
</listitem>
</varlistentry>
+ <varlistentry>
+ <term><varname>DestinationPort=</varname></term>
+ <listitem>
+ <para>Configures the default destination UDP port on a per-device basis.
+ If destination port is not specified then Linux kernel default will be used.
+ Set destination port 4789 to get the IANA assigned value,
+ and destination port 0 to get default values.</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><varname>PortRange=</varname></term>
+ <listitem>
+ <para>Configures VXLAN port range. VXLAN bases source
+ UDP port based on flow to help the receiver to be able
+ to load balance based on outer header flow. It
+ restricts the port range to the normal UDP local
+ ports, and allows overriding via configuration.</para>
+ </listitem>
+ </varlistentry>
</variablelist>
</refsect1>
<refsect1>