X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsystemd.netdev.xml;h=c17ae9eb22e919d906ea19ddbbb4a1dc7be01bf0;hp=26cc6158c95bc6fae7dda531a318a6a9a4b8a63f;hb=f47c5c47d1a7bcfa1842ff7cc52b1f7fc1d86bcf;hpb=eac684ef1c29684b1bcd27a89c38c202e568e469 diff --git a/man/systemd.netdev.xml b/man/systemd.netdev.xml index 26cc6158c..c17ae9eb2 100644 --- a/man/systemd.netdev.xml +++ b/man/systemd.netdev.xml @@ -142,8 +142,9 @@ Kind= The netdev kind. Currently, bridge, - bond and vlan - are supported. This option is compulsory. + bond, vlan and + macvlan are supported. This option + is compulsory. @@ -161,6 +162,21 @@ + The [MACVLAN] section only applies for netdevs of kind + macvlan, and accepts the following key: + + + + Mode= + + The MACVLAN mode to use. The supported options are + private, vepa, + bridge and passthru. + + + + + @@ -193,7 +209,8 @@ Id=1 See Also systemd1, - systemd-networkd8 + systemd-networkd8, + systemd.network5