X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsystemd.netdev.xml;h=e278aa1a8084066d4cde915e92f93e88442a6041;hb=5fae368bda9419d9d378ea32077c8fd183dd4b81;hp=275ee528a039af2db6baaae3c887d938d1b279a4;hpb=630a4d9ea7298fb4a494662cbb4871069143ff56;p=elogind.git diff --git a/man/systemd.netdev.xml b/man/systemd.netdev.xml index 275ee528a..e278aa1a8 100644 --- a/man/systemd.netdev.xml +++ b/man/systemd.netdev.xml @@ -83,6 +83,81 @@ + + Supported netdev kinds + + The following kinds of virtual network devices may be configured in .netdev files: + + + Supported kinds of virtual network devices + + + + + + Kind + Description + + + bond + A bond device is an aggregation of all its slave devices. See Linux Ethernet Bonding Driver HOWTO for details.Local configuration + + bridge + A bridge devcie is a software switch, each of its slave devices and the bridge itself are ports of the switch. + + dummy + A dummy device drops all packets sent to it. + + gre + A Level 3 GRE tunnel over IPv4. See RFC 2784 for details. + + gretap + A Level 2 GRE tunnel over IPv4. + + ip6gre + A Level 3 GRE tunnel over IPv6. + + ip6tnl + An IPv4 or IPv6 tunnel over IPv6 + + ip6gretap + An Level 2 GRE tunnel over IPv6. + + ipip + An IPv4 over IPv4 tunnel. + + ipvlan + An ipvlan device is a stacked device which receives packets from its underlying device based on IP address filtering. + + macvlan + A macvlan device is a stacked device which receives packets from its underlying device based on MAC address filtering. + + sit + An IPv6 over IPv4 tunnel. + + tap + A persistent Level 2 tunnel between a network device and a device node. + + tun + A persistent Level 3 tunnel between a network device and a device node. + + veth + An ethernet tunnel between a pair of network devices. + + vlan + A VLAN is a stacked device which receives packets from its underlying device based on VLAN tagging. See IEEE 802.1Q for details. + + vti + An IPv4 over IPSec tunnel. + + vxlan + A virtual extensible LAN (vxlan), for connecting Cloud computing deployments. + + +
+ +
+ [Match] Section Options @@ -161,14 +236,8 @@ Kind= - The netdev kind. Currently, bridge, - bond, vlan, - macvlan, vxlan, - ipip, gre, - sit, vti, - veth, tun, - tap and dummy - are supported. This option is compulsory. + The netdev kind. This option is compulsory. See the Supported netdev kinds section + for the valid keys. @@ -233,6 +302,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 @@ -272,14 +361,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: @@ -321,6 +441,16 @@ A boolean. When true, enables Path MTU Discovery on the tunnel. + + Mode= + + An ip6tnl tunnels can have three modes + ip6ip6 for IPv6 over IPv6, + ipip6 for IPv4 over IPv6 or + any for either. + + + @@ -588,6 +718,7 @@ MACAddress=12:34:56:78:9a:bc systemd1, systemd-networkd8, + systemd.link5, systemd.network5