конфигурация сети (Network configuration)
[BRIDGEFDB] SECTION OPTIONS
The [BridgeFDB] section manages the forwarding database table of
a port and accepts the following keys. Specify several
[BridgeFDB] sections to configure several static MAC table
entries.
MACAddress=
As in the [Network] section. This key is mandatory.
Destination=
Takes an IP address of the destination VXLAN tunnel endpoint.
VLANId=
The VLAN ID for the new static MAC table entry. If omitted,
no VLAN ID information is appended to the new static MAC
table entry.
VNI=
The VXLAN Network Identifier (or VXLAN Segment ID) to use to
connect to the remote VXLAN tunnel endpoint. Takes a number
in the range 1...16777215. Defaults to unset.
AssociatedWith=
Specifies where the address is associated with. Takes one of
"use", "self", "master" or "router". "use" means the address
is in use. User space can use this option to indicate to the
kernel that the fdb entry is in use. "self" means the
address is associated with the port drivers fdb. Usually
hardware. "master" means the address is associated with
master devices fdb. "router" means the destination address
is associated with a router. Note that it's valid if the
referenced device is a VXLAN type device and has route
shortcircuit enabled. Defaults to "self".
OutgoingInterface=
Specifies the name or index of the outgoing interface for the
VXLAN device driver to reach the remote VXLAN tunnel
endpoint. Defaults to unset.