X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsystemd.network.xml;h=ea278c70d7c2d13475edee67674fe8155a712647;hp=c9c946c00a5163dadcc0623ef0c469f2faf48dab;hb=ce43e484465050c619ea9a1991d49b3d6215028b;hpb=e1853b00ef7cb56cafd908327dd44b3ab48b402c diff --git a/man/systemd.network.xml b/man/systemd.network.xml index c9c946c00..ea278c70d 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -179,6 +179,30 @@ + + [Link] Section Options + + The [Link] section accepts the following keys: + + + + MACAddress= + + The hardware address. + + + + MTUBytes= + + The maximum transmission unit in bytes to + set for the device. The usual suffixes K, M, G, + are supported and are understood to the base of + 1024. + + + + + [Network] Section Options @@ -233,6 +257,13 @@ announcement. Defaults to true. + + LLDP= + + A boolean. When true, enables LLDP link receive support. + + + Address= @@ -405,7 +436,7 @@ Gateway= - As in the [Network] section. This key is mandatory. + As in the [Network] section. @@ -415,6 +446,13 @@ prefixlength. If omitted, a full-length host route is assumed. + + Source= + + The source prefix of the route. Possibly followed by a slash and the + prefixlength. If omitted, a full-length host route is assumed. + + Metric= @@ -505,8 +543,8 @@ - [BridgePort] Section Options - The [BridgePort] section accepts the following keys. + [Bridge] Section Options + The [Bridge] section accepts the following keys. Cost= @@ -517,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