]> git.ipfire.org Git - thirdparty/systemd.git/commit
nspawn: container network interface naming
authorThierry Martin <tmartin@haproxy.com>
Mon, 5 Sep 2022 13:02:06 +0000 (15:02 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 12 Apr 2023 12:28:43 +0000 (14:28 +0200)
commit2f091b1b49543aade4aad9ec3b35b3665abac3e7
tree9fc428bbdeec30c3870c4f7ea771486aa1668009
parent3af48a86d99b3117a44bc22258ab4d34d0ba7655
nspawn: container network interface naming

systemd-nspawn now optionally supports colon-separated pair of
host interface name and container interface name for --network-macvlan, --network-ipvlan and --network-interface options.
Also supported in .nspawn configuration files (i.e Interface=, MACVLAN=, IPVLAN= parameters).

man page changed for ntwk interface naming
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