Optional
ageingSpecifies the lifetime in seconds of FDB entries learned by the kernel.
Optional
devSpecifies the physical device to use for tunnel endpoint communication.
Optional
dfSpecifies the usage of the Don't Fragment flag (DF) bit in outgoing packets with IPv4 headers.
The value DontFragmentFlagValues.Inherit causes the bit to be copied from the original IP header. The values DontFragmentFlagValues.Unset and DontFragmentFlagValues.Set cause the bit to be always unset or always set, respectively. By default, the bit is not set.
Optional
dstportSpecifies the UDP destination port to communicate to the remote VXLAN tunnel endpoint.
Optional
externalSpecifies whether an external control plane (e.g., ip route encap) or the internal FDB should be used.
Optional
flowlabelSpecifies the flow label to use in outgoing packets.
Optional
gbpEnables the Group Policy extension (VXLAN-GBP).
Allows to transport group policy context across VXLAN network peers. If enabled, includes the mark of a packet in the VXLAN header for outgoing packets and fills the packet mark based on the information found in the VXLAN header for incoming packets.
Format of upper 16 bits of packet mark (flags);
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ |-|-|-|-|-|-|-|-|-|D|-|-|A|-|-|-| +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
D := Don't Learn bit. When set, this bit indicates that the egress VTEP MUST NOT learn the source address of the encapsulated frame.
A := Indicates that the group policy has already been applied to this packet. Policies MUST NOT be applied by devices when the A bit is set.
Format of lower 16 bits of packet mark (policy ID):
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Group Policy ID | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Example: iptables -A OUTPUT [...] -j MARK --set-mark 0x800FF
Optional
gpeEnables the Generic Protocol extension (VXLAN-GPE). Currently, this is only supported together with the external keyword.
Optional
groupSpecifies the multicast IP address to join. This parameter cannot be specified with the remote parameter.
Specifies the VXLAN Network Identifier (or VXLAN Segment Identifier) to use.
Optional
l2missSpecifies if netlink LLADDR miss notifications are generated.
Optional
l3missSpecifies if netlink IP ADDR miss notifications are generated.
Optional
learningSpecifies if unknown source link layer addresses and IP addresses are entered into the VXLAN device forwarding database.
Optional
localSpecifies the source IP address to use in outgoing packets.
Optional
maxaddressSpecifies the maximum number of FDB entries.
Optional
noexternalOptional
nol2missOptional
nol3missOptional
nolearningOptional
noproxyOptional
norscOptional
noudp6zerocsumrxOptional
noudp6zerocsumtxOptional
noudpcsumOptional
proxySpecifies if ARP proxy is turned on.
Optional
remoteSpecifies the unicast destination IP address to use in outgoing packets when the destination link layer address is not known in the VXLAN device forwarding database.
This parameter cannot be specified with the group parameter.
Optional
rscSpecifies if route short circuit is turned on.
Optional
srcportSpecifies the range of port numbers to use as UDP source ports to communicate to the remote VXLAN tunnel endpoint.
Format: [min, max]
Optional
tosSpecifies the TOS value to use in outgoing packets.
Optional
ttlSpecifies the TTL value to use in outgoing packets.
Optional
udp6zerocsumrxAllow incoming UDP packets over IPv6 with zero checksum field.
Optional
udp6zerocsumtxSkip UDP checksum calculation for transmitted packets over IPv6.
Optional
udpcsumSpecifies if UDP checksum is calculated for transmitted packets over IPv4.
Generated using TypeDoc
Add link vxlan type arguments.