X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsystemd.network.xml;h=ea278c70d7c2d13475edee67674fe8155a712647;hb=e7a2419a2ae2a8f56a3e2840f8d623d2a449277a;hp=1edaa0b2df8e1b90471bc7ff5db15da4e37d3d47;hpb=8c12bb073d43b0e985cc2ced0650950ea59113c9;p=elogind.git diff --git a/man/systemd.network.xml b/man/systemd.network.xml index 1edaa0b2d..ea278c70d 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -257,6 +257,13 @@ announcement. Defaults to true. + + LLDP= + + A boolean. When true, enables LLDP link receive support. + + + Address= @@ -536,8 +543,8 @@ - [BridgePort] Section Options - The [BridgePort] section accepts the following keys. + [Bridge] Section Options + The [Bridge] section accepts the following keys. Cost= @@ -548,6 +555,28 @@ + + [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. + + + + VLANId= + + The VLAN Id for the new static MAC table entry. + If omitted, no VLAN Id info is appended to the new static MAC table entry. + + + + + Example