You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<entry>A Virtual Routing and Forwarding (<ulinkurl="https://www.kernel.org/doc/Documentation/networking/vrf.txt">VRF</ulink>) interface to create separate routing and forwarding domains.</entry></row>
174
177
@@ -621,6 +624,69 @@
621
624
</varlistentry>
622
625
</variablelist>
623
626
</refsect1>
627
+
<refsect1>
628
+
<title>[GENEVE] Section Options</title>
629
+
<para>The <literal>[GENEVE]</literal> section only applies for
630
+
netdevs of kind <literal>geneve</literal>, and accepts the
631
+
following keys:</para>
632
+
633
+
<variablelistclass='network-directives'>
634
+
<varlistentry>
635
+
<term><varname>Id=</varname></term>
636
+
<listitem>
637
+
<para>Specifies the Virtual Network Identifer (VNI) to use. Ranges [0-16777215].</para>
638
+
</listitem>
639
+
</varlistentry>
640
+
<varlistentry>
641
+
<term><varname>Remote=</varname></term>
642
+
<listitem>
643
+
<para>Specifies the unicast destination IP address to use in outgoing packets.</para>
644
+
</listitem>
645
+
</varlistentry>
646
+
<varlistentry>
647
+
<term><varname>TOS=</varname></term>
648
+
<listitem>
649
+
<para>Specifies the TOS value to use in outgoing packets. Ranges [1-255]. </para>
650
+
</listitem>
651
+
</varlistentry>
652
+
<varlistentry>
653
+
<term><varname>TTL=</varname></term>
654
+
<listitem>
655
+
<para>Specifies the TTL value to use in outgoing packets. Ranges [1-255]. </para>
656
+
</listitem>
657
+
</varlistentry>
658
+
<varlistentry>
659
+
<term><varname>UDPChecksum=</varname></term>
660
+
<listitem>
661
+
<para>A boolean. When true, specifies if UDP checksum is calculated for transmitted packets over IPv4.</para>
0 commit comments