diff options
author | Josef Miegl <josef@miegl.cz> | 2023-03-04 22:18:34 +0100 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2023-03-06 21:58:30 +0100 |
commit | 417283c5c3bc0441526a96cd7e616b900919da75 (patch) | |
tree | fd0a4f47495d952c00195e53177616cb74750d20 /man/systemd.netdev.xml | |
parent | base-filesystem: Support Arch-style multilib (diff) | |
download | systemd-417283c5c3bc0441526a96cd7e616b900919da75.tar.xz systemd-417283c5c3bc0441526a96cd7e616b900919da75.zip |
network: geneve: add InheritInnerProtocol flag
Diffstat (limited to 'man/systemd.netdev.xml')
-rw-r--r-- | man/systemd.netdev.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/man/systemd.netdev.xml b/man/systemd.netdev.xml index 266ad52df2..b71cedfa26 100644 --- a/man/systemd.netdev.xml +++ b/man/systemd.netdev.xml @@ -826,6 +826,13 @@ <para>Accepts the same key as in [VXLAN] section.</para> </listitem> </varlistentry> + <varlistentry> + <term><varname>InheritInnerProtocol=</varname></term> + <listitem> + <para>Takes a boolean. When true, inner Layer 3 protcol is set as Protocol Type in the GENEVE + header instead of Ethernet. Defaults to false.</para> + </listitem> + </varlistentry> </variablelist> </refsect1> |