diff options
author | Tom Gundersen <teg@jklm.no> | 2015-01-19 22:24:32 +0100 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2015-01-19 23:25:16 +0100 |
commit | c4a5ddc9f29cf910fac9d814cd898b4cc2bd79b1 (patch) | |
tree | e5e0b2423d42bce30fec01c42c00bb75a241ebae /man/systemd.netdev.xml | |
parent | 250ba6647bce6099b6cc029a63d43231b4fa3261 (diff) |
networkd: netdev - add ipvlan support
Diffstat (limited to 'man/systemd.netdev.xml')
-rw-r--r-- | man/systemd.netdev.xml | 23 |
1 files changed, 22 insertions, 1 deletions
diff --git a/man/systemd.netdev.xml b/man/systemd.netdev.xml index 9e9d3e848f..03b0940716 100644 --- a/man/systemd.netdev.xml +++ b/man/systemd.netdev.xml @@ -163,7 +163,8 @@ <listitem> <para>The netdev kind. Currently, <literal>bridge</literal>, <literal>bond</literal>, <literal>vlan</literal>, - <literal>macvlan</literal>, <literal>vxlan</literal>, + <literal>macvlan</literal>, + <literal>ipvlan</literal>, <literal>vxlan</literal>, <literal>ipip</literal>, <literal>gre</literal>, <literal>sit</literal>, <literal>vti</literal>, <literal>veth</literal>, <literal>tun</literal>, @@ -233,6 +234,26 @@ </variablelist> </refsect1> + + <refsect1> + <title>[IPVLAN] Section Options</title> + + <para>The <literal>[IPVLAN]</literal> section only applies for netdevs of kind + <literal>ipvlan</literal>, and accepts the following key:</para> + + <variablelist class='network-directives'> + <varlistentry> + <term><varname>Mode=</varname></term> + <listitem> + <para>The IPVLAN mode to use. The supported options are + <literal>L2</literal> and <literal>L3</literal>. + </para> + </listitem> + </varlistentry> + </variablelist> + + </refsect1> + <refsect1> <title>[VXLAN] Section Options</title> <para>The <literal>[VXLAN]</literal> section only applies for netdevs of kind |