From c74e630d0ce4b1ace116e8211f3b6eb472efa7e3 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 25 Feb 2014 02:27:39 +0100 Subject: nspawn: add new switch --network-macvlan= to add a macvlan device to the container --- man/systemd-nspawn.xml | 30 +++++++++++++++++++++++++++--- 1 file changed, 27 insertions(+), 3 deletions(-) (limited to 'man/systemd-nspawn.xml') diff --git a/man/systemd-nspawn.xml b/man/systemd-nspawn.xml index 0a661c925..a4f222c34 100644 --- a/man/systemd-nspawn.xml +++ b/man/systemd-nspawn.xml @@ -260,7 +260,7 @@ Assign the specified network interface to the - container. This will move the + container. This will remove the specified interface from the calling namespace and place it in the container. When the container @@ -274,12 +274,36 @@ container. + + + + Create a + macvlan interface + of the specified Ethernet network + interface and add it to the + container. A + macvlan interface + is a virtual interface that adds a + second MAC address to an existing + physical Ethernet link. The interface + in the container will be named after + the interface on the host, prefixed + with mv-. Note that + + implies + . This + option may be used more than once to + add multiple network interfaces to the + container. + + Create a virtual - Ethernet link between host and - container. The host side of the + Ethernet link + (veth) between host + and container. The host side of the Ethernet link will be available as a network interface named after the container's name (as specified with -- cgit v1.2.3