diff options
author | Susant Sahani <ssahani@redhat.com> | 2019-05-07 00:40:57 +0530 |
---|---|---|
committer | Susant Sahani <ssahani@redhat.com> | 2019-05-08 06:52:42 +0530 |
commit | 4cc0fd7531bd761f5fc4415b95bcc1dcd9d72e6f (patch) | |
tree | edfe6217aa9502d72353dc4b5d724dc78f52990d /man/systemd.netdev.xml | |
parent | 76fbd4d73d8f941a1c9c1a0166dcf3d7eb62fc38 (diff) | |
download | systemd-4cc0fd7531bd761f5fc4415b95bcc1dcd9d72e6f.tar.gz |
networkd: VXLAN add support to configure Generic Protocol Extension
See https://tools.ietf.org/html/draft-ietf-nvo3-vxlan-gpe-07
Diffstat (limited to 'man/systemd.netdev.xml')
-rw-r--r-- | man/systemd.netdev.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/man/systemd.netdev.xml b/man/systemd.netdev.xml index 1f2f4bd9c8..7fddedf6e8 100644 --- a/man/systemd.netdev.xml +++ b/man/systemd.netdev.xml @@ -656,6 +656,15 @@ </listitem> </varlistentry> <varlistentry> + <term><varname>GenericProtocolExtension=</varname></term> + <listitem> + <para>Takes a boolean. When true, Generic Protocol Extension extends the existing VXLAN protocol + to provide protocol typing, OAM, and versioning capabilities. For details about the VXLAN GPE + Header, see the <ulink url="https://tools.ietf.org/html/draft-ietf-nvo3-vxlan-gpe-07"> + Generic Protocol Extension for VXLAN </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. |