]> git.ipfire.org Git - thirdparty/systemd.git/commit - man/systemd.nspawn.xml
nspawn: add new --network-veth-extra= switch for defining additional veth links
authorLennart Poettering <lennart@poettering.net>
Thu, 12 Nov 2015 20:54:28 +0000 (21:54 +0100)
committerLennart Poettering <lennart@poettering.net>
Thu, 12 Nov 2015 21:04:49 +0000 (22:04 +0100)
commitf6d6bad1461a8f545a80955fadd7ee0c10db15bb
tree564da70bc2b76fcfeadf67cf515439a76ad482df
parent76e0779b5c7e85c7b69b2fffe5acaa7e9f12adbc
nspawn: add new --network-veth-extra= switch for defining additional veth links

The new switch operates like --network-veth, but may be specified
multiple times (to define multiple link pairs) and allows flexible
definition of the interface names.

This is an independent reimplementation of #1678, but defines different
semantics, keeping the behaviour completely independent of
--network-veth. It also comes will full hook-up for .nspawn files, and
the matching documentation.
man/systemd-nspawn.xml
man/systemd.nspawn.xml
src/nspawn/nspawn-gperf.gperf
src/nspawn/nspawn-network.c
src/nspawn/nspawn-network.h
src/nspawn/nspawn-settings.c
src/nspawn/nspawn-settings.h
src/nspawn/nspawn.c