X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsystemd.netdev.xml;h=c4df0b7f9954fb5feef63d9ca8525447eff62afc;hb=d44efb621acfbd09973b7e63246536fd53405d4e;hp=ba212ec065b9667642d5bc1488343004ec241619;hpb=227cdf2c7ca0ab10af60674f929c4beeedb1ae67;p=elogind.git diff --git a/man/systemd.netdev.xml b/man/systemd.netdev.xml index ba212ec06..c4df0b7f9 100644 --- a/man/systemd.netdev.xml +++ b/man/systemd.netdev.xml @@ -163,11 +163,13 @@ The netdev kind. Currently, bridge, bond, vlan, - macvlan, vxlan, + macvlan, + ipvlan, vxlan, ipip, gre, - sit, vti, - veth, tun, - tap and dummy + gretap, sit, + vti, veth, + tun, tap and + dummy are supported. This option is compulsory. @@ -177,7 +179,9 @@ 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. + 1024. This key is not currently suported for + tun or tap devices. + @@ -187,6 +191,7 @@ If none is given, one is generated based on the interface name and the machine-id5. + This key is not currently suported for tun or tap devices. @@ -230,6 +235,26 @@ + + + [IPVLAN] Section Options + + The [IPVLAN] section only applies for netdevs of kind + ipvlan, and accepts the following key: + + + + Mode= + + The IPVLAN mode to use. The supported options are + L2 and L3. + + + + + + + [VXLAN] Section Options The [VXLAN] section only applies for netdevs of kind @@ -269,14 +294,45 @@ to discover remote MAC addresses. + + FDBAgeingSec= + + The lifetime of Forwarding Database entry learnt by the kernel in seconds. + + + + ARPProxy= + + A boolean. When true, enables ARP proxy. + + + + L2MissNotification= + + A boolean. When true, enables netlink LLADDR miss notifications. + + + + L3MissNotification= + + A boolean. When true, enables netlink IP ADDR miss notifications. + + + + RouteShortCircuit= + + A boolean. When true route short circuit is turned on. + + [Tunnel] Section Options The [Tunnel] section only applies for netdevs of kind - ipip, sit, gre and - vti and accepts the following keys: + ipip, sit, gre, gretap, + ip6gre, ip6gretap, vti and ip6tnl + and accepts the following keys: @@ -318,6 +374,23 @@ A boolean. When true, enables Path MTU Discovery on the tunnel. + + Mode= + + IPv6 tunnels can have three modes: + ip6ip6, + ip4ipv6, + any + + + + + + Mode= + + The mode specifies the ip6 tunnel protocol. Supported type are + + @@ -408,14 +481,15 @@ Mode= - Specifies one of the bonding policies. The default is balance-rr (round robin). - balance-rr - active-backup - balance-xor - broadcast - 802.3ad - balance-tlb - balance-alb + Specifies one of the bonding policies. The default is + balance-rr (round robin). Possible values are + balance-rr, + active-backup, + balance-xor, + broadcast, + 802.3ad, + balance-tlb, and + balance-alb. @@ -424,17 +498,57 @@ TransmitHashPolicy= Selects the transmit hash policy to use for slave selection in - balance-xor, 802.3ad, and tlb modes. - layer2 - layer3+4 - layer2+3 - encap2+3 - 802.3ad - encap3+4 + balance-xor, 802.3ad, and tlb modes. Possible values are + layer2, + layer3+4, + layer2+3, + encap2+3, + 802.3ad, and + encap3+4. + + LACPTransmitRate= + + Specifies the rate with which link partner + transmits Link Aggregation Control Protocol Data Unit packets + in 802.3ad mode. Possible values are + slow, which requests partner to transmit LACPDUs every 30 seconds, and + fast, which requests partner to transmit LACPDUs every second. + The default value is slow. + + + + + MIIMonitorSec= + + Specifies the frequency that Media Independent Interface link + monitoring will occur. A value of zero disables MII link monitoring. + This values is rounded down to the nearest millisecond. The default + value is 0. + + + + + UpDelaySec= + + Specifies the delay before a link is enabled after a link up + status has been detected. This value is rounded down to a multiple of + MIIMonitorSec. The default value is 0. + + + + + DownDelaySec= + + Specifies the delay before a link is disabled after a link down + status has been detected. This value is rounded down to a multiple of + MIIMonitorSec. The default value is 0. + + + @@ -544,6 +658,7 @@ MACAddress=12:34:56:78:9a:bc systemd1, systemd-networkd8, + systemd.link5, systemd.network5