X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsystemd.network.xml;h=c072f08f61338ca7d90a226c70dc458470b419fe;hp=024509968a964be49f45959792621835757c7994;hb=b705ab6a838937f947216af7b2d1fffb00f8b0dc;hpb=b5af2aca120f1bf13cffc270803c2232918dd967 diff --git a/man/systemd.network.xml b/man/systemd.network.xml index 024509968..c072f08f6 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 @@ -196,8 +220,8 @@ DHCP= Enables DHCPv4 and/or DHCPv6 support. Accepts - both, none, - v4 or v6. + yes, no, + ipv4 or ipv6. @@ -233,6 +257,13 @@ announcement. Defaults to true. + + LLDP= + + A boolean. When true, enables LLDP link receive support. + + + Address= @@ -313,6 +344,35 @@ An NTP server address. This option may be specified more than once. + + IPForward= + Configures IP + forwarding for the network + interface. If enabled incoming + packets on the network + interface will be forwarded to + other interfaces according to + the routing table. Takes + either a boolean argument, or + the values + ipv4 or + ipv6, which + only enables IP forwarding for + the specified address + family. + + + IPMasquerade= + Configures IP + masquerading for the network + interface. If enabled packets + forwarded from the network + interface will be appear as + coming from the local + host. Takes a boolean + argument. Implies + IPForward=yes. + Bridge= @@ -405,14 +465,21 @@ Gateway= - As in the [Network] section. This key is mandatory. + As in the [Network] section. Destination= The destination prefix of the route. Possibly followed by a slash and the - prefixlength. If ommitted, a full-length host route is assumed. + 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. @@ -494,10 +561,51 @@ hand, this must not be enabled on networks where broadcasts are filtered out. + + RouteMetric= + + Set the routing metric for routes specified by the DHCP server. + + + + [Bridge] Section Options + The [Bridge] section accepts the following keys. + + + Cost= + + Each port in a bridge may have different speed. Cost is used to decide which link to use. Faster interfaces should have lower costs + + + + + + + [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 @@ -588,6 +696,7 @@ Tunnel=vti-tun systemd1, systemd-networkd8, + systemd.link5, systemd.netdev5