X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsystemd.network.xml;h=ea278c70d7c2d13475edee67674fe8155a712647;hb=13790add4bf648fed816361794d8277a75253410;hp=11b4370a6ec083c2d9102e8a35ea4ba094aa4573;hpb=c106cc36b9b8e8998eb95299b02f1db9c1209122;p=elogind.git diff --git a/man/systemd.network.xml b/man/systemd.network.xml index 11b4370a6..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= @@ -429,7 +436,7 @@ Gateway= - As in the [Network] section. This key is mandatory. + As in the [Network] section. @@ -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