diff options
author | Tom Gundersen <teg@jklm.no> | 2015-11-13 02:11:50 +0100 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2015-11-13 02:11:50 +0100 |
commit | 87fde73e185fabc346ee4d9c9befe972e3502dc3 (patch) | |
tree | 6f4c08c369281ae8f748ff9440c6a90320d0a543 /man/systemd.nspawn.xml | |
parent | 76e0779b5c7e85c7b69b2fffe5acaa7e9f12adbc (diff) | |
parent | 63fdeeb7df4bc9494a656cd25f9f1b92105b44eb (diff) |
Merge pull request #1871 from poettering/nspawn-veth-extra
nspawn: add ability to define additional, arbitrary veth links between host and container
Diffstat (limited to 'man/systemd.nspawn.xml')
-rw-r--r-- | man/systemd.nspawn.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/man/systemd.nspawn.xml b/man/systemd.nspawn.xml index c2b7a40ec1..e952688331 100644 --- a/man/systemd.nspawn.xml +++ b/man/systemd.nspawn.xml @@ -324,6 +324,23 @@ </varlistentry> <varlistentry> + <term><varname>VirtualEthernetExtra=</varname></term> + + <listitem><para>Takes a colon-separated pair of interface + names. Configures an additional virtual Ethernet connection + (<literal>veth</literal>) between host and the container. The + first specified name is the interface name on the host, the + second the interface name in the container. The latter may be + omitted in which case it is set to the same name as the host + side interface. This setting implies + <varname>Private=yes</varname>. This setting corresponds to + the <option>--network-veth-extra=</option> command line + switch, and maybe be used multiple times. It is independent of + <varname>VirtualEthernet=</varname>. This option is privileged + (see above).</para></listitem> + </varlistentry> + + <varlistentry> <term><varname>Interface=</varname></term> <listitem><para>Takes a space-separated list of interfaces to |