From: Lennart Poettering Date: Wed, 22 Apr 2020 14:42:38 +0000 (+0200) Subject: man: document that VirtualEthernetExtra= has nothing to do with Bridge= X-Git-Tag: v246-rc1~534 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=60e16d20a3eab0d3a4e0c839c76ae974bea1b8d9;p=thirdparty%2Fsystemd.git man: document that VirtualEthernetExtra= has nothing to do with Bridge= Fixes: #15402 --- diff --git a/man/systemd.nspawn.xml b/man/systemd.nspawn.xml index 11df4623b44..27eae50b517 100644 --- a/man/systemd.nspawn.xml +++ b/man/systemd.nspawn.xml @@ -469,18 +469,16 @@ VirtualEthernetExtra= - Takes a colon-separated pair of interface - names. Configures an additional virtual Ethernet connection - (veth) 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 - Private=yes. This setting corresponds to - the command line - switch, and maybe be used multiple times. It is independent of - VirtualEthernet=. This option is privileged - (see above). + Takes a colon-separated pair of interface names. Configures an additional virtual + Ethernet connection (veth) 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 Private=yes. This setting corresponds to the + command line switch, and maybe be used multiple times. It is + independent of VirtualEthernet=. Note that this option is unrelated to the + Bridge= setting below, and thus any connections created this way are not + automatically added to any bridge device on the host side. This option is privileged (see + above).