From fe6b2d55bcb379d01664ed28cea40634cb6b52e3 Mon Sep 17 00:00:00 2001 From: Tom Gundersen Date: Tue, 25 Feb 2014 21:16:17 +0100 Subject: networkd: add basic support for MACVLANs --- man/systemd.netdev.xml | 20 ++++++++++++++++++-- man/systemd.network.xml | 7 +++++++ 2 files changed, 25 insertions(+), 2 deletions(-) (limited to 'man') diff --git a/man/systemd.netdev.xml b/man/systemd.netdev.xml index 26cc6158c9..5d8b41a3bc 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. + + + + + diff --git a/man/systemd.network.xml b/man/systemd.network.xml index 1ba4f4a971..fcf48c6d46 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -235,6 +235,13 @@ may be specified more than once. + + MACVLAN= + + The name of a MACVLAN to create on the link. This option + may be specified more than once. + + An [Address] section accepts the following keys. -- cgit v1.2.3-54-g00ecf