diff options
author | Tom Gundersen <teg@jklm.no> | 2014-02-25 21:16:17 +0100 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2014-02-25 21:19:08 +0100 |
commit | fe6b2d55bcb379d01664ed28cea40634cb6b52e3 (patch) | |
tree | 330da49ab0f895c7c1618a36b4439f41a04d9472 /man/systemd.network.xml | |
parent | e3ab0c0e19227efdf15237dd9136fc6fc7f3839d (diff) |
networkd: add basic support for MACVLANs
Diffstat (limited to 'man/systemd.network.xml')
-rw-r--r-- | man/systemd.network.xml | 7 |
1 files changed, 7 insertions, 0 deletions
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.</para> </listitem> </varlistentry> + <varlistentry> + <term><varname>MACVLAN=</varname></term> + <listitem> + <para>The name of a MACVLAN to create on the link. This option + may be specified more than once.</para> + </listitem> + </varlistentry> </variablelist> <para>An <literal>[Address]</literal> section accepts the following keys. |