конфигурация виртуального сетевого устройства (Virtual Network Device configuration)
[GENEVE] SECTION OPTIONS
The [GENEVE] section only applies for netdevs of kind "geneve",
and accepts the following keys:
Id=
Specifies the Virtual Network Identifier (VNI) to use, a
number between 0 and 16777215. This field is mandatory.
Remote=
Specifies the unicast destination IP address to use in
outgoing packets.
TOS=
Specifies the TOS value to use in outgoing packets. Takes a
number between 1 and 255.
TTL=
Accepts the same values as in the [VXLAN] section, except
that when unset or set to 0, the kernel's default will be
used, meaning that packet TTL will be set from
/proc/sys/net/ipv4/ip_default_ttl.
UDPChecksum=
Takes a boolean. When true, specifies that UDP checksum is
calculated for transmitted packets over IPv4.
UDP6ZeroChecksumTx=
Takes a boolean. When true, skip UDP checksum calculation for
transmitted packets over IPv6.
UDP6ZeroChecksumRx=
Takes a boolean. When true, allows incoming UDP packets over
IPv6 with zero checksum field.
DestinationPort=
Specifies destination port. Defaults to 6081. If not set or
assigned the empty string, the default port of 6081 is used.
FlowLabel=
Specifies the flow label to use in outgoing packets.
IPDoNotFragment=
Accepts the same key as in [VXLAN] section.
Independent=
Takes a boolean. When true, the vxlan interface is created
without any underlying network interface. Defaults to false,
which means that a .network file that requests this tunnel
using Tunnel= is required for the tunnel to be created.