From 4bbfe7ad22b0666e82719e39e40be1c6cbb5cc91 Mon Sep 17 00:00:00 2001 From: Tom Gundersen Date: Tue, 20 Jan 2015 00:18:28 +0100 Subject: nspawn: add ipvlan support --- man/systemd-nspawn.xml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'man/systemd-nspawn.xml') 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 @@ -409,6 +409,30 @@ container. + + + + Create a + ipvlan interface + of the specified Ethernet network + interface and add it to the + container. An + ipvlan interface + is a virtual interface, similar to a + macvlan 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 iv-. Note that + + implies + . This + option may be used more than once to + add multiple network interfaces to the + container. + + -- cgit v1.2.3-54-g00ecf