diff options
author | Tom Gundersen <teg@jklm.no> | 2015-01-20 00:18:28 +0100 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2015-01-20 00:46:13 +0100 |
commit | 4bbfe7ad22b0666e82719e39e40be1c6cbb5cc91 (patch) | |
tree | 51639a684ff5d23cd6fb048f6d3bb4102c87aec7 /man/systemd-nspawn.xml | |
parent | c4a5ddc9f29cf910fac9d814cd898b4cc2bd79b1 (diff) |
nspawn: add ipvlan support
Diffstat (limited to 'man/systemd-nspawn.xml')
-rw-r--r-- | man/systemd-nspawn.xml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/man/systemd-nspawn.xml b/man/systemd-nspawn.xml index 0c6fb00289..b7f3be923d 100644 --- a/man/systemd-nspawn.xml +++ b/man/systemd-nspawn.xml @@ -410,6 +410,30 @@ </varlistentry> <varlistentry> + <term><option>--network-ipvlan=</option></term> + + <listitem><para>Create a + <literal>ipvlan</literal> interface + of the specified Ethernet network + interface and add it to the + container. An + <literal>ipvlan</literal> interface + is a virtual interface, similar to a + <literal>macvlan</literal> interface, which + uses the same MAC address as the underlying + interface. The interface + in the container will be named after + the interface on the host, prefixed + with <literal>iv-</literal>. Note that + <option>--network-ipvlan=</option> + implies + <option>--private-network</option>. This + option may be used more than once to + add multiple network interfaces to the + container.</para></listitem> + </varlistentry> + + <varlistentry> <term><option>-n</option></term> <term><option>--network-veth</option></term> |