systemd/src
Thierry Martin 2f091b1b49 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
2023-04-12 14:28:43 +02:00
..
ac-power
activate tree-wide: reset optind to 0 when GNU extensions in optstring are used 2023-03-29 10:34:41 +09:00
analyze Merge pull request #25608 from poettering/dissect-moar 2023-04-12 13:46:08 +02:00
ask-password Merge pull request #26887 from yuwata/proc-cmdline-filter-arguments 2023-04-07 10:55:30 +02:00
backlight
basic user-util: Add default_root_shell_at() 2023-04-11 15:21:51 +02:00
binfmt
boot Merge pull request #25608 from poettering/dissect-moar 2023-04-12 13:46:08 +02:00
busctl busctl: add --xml-interface to the help message 2023-04-11 11:45:26 +09:00
cgls tree-wide: reset optind to 0 when GNU extensions in optstring are used 2023-03-29 10:34:41 +09:00
cgroups-agent
cgtop cgtop: drop counterproductive bitfields 2023-03-14 18:00:08 +01:00
core Merge pull request #25608 from poettering/dissect-moar 2023-04-12 13:46:08 +02:00
coredump tree-wide: hook up image dissection policy logic everywhere 2023-04-05 20:45:30 +02:00
creds various: simplify calls to parse_boolean_argument() 2023-04-05 13:06:26 +08:00
cryptenroll various: simplify calls to parse_boolean_argument() 2023-04-05 13:06:26 +08:00
cryptsetup cryptsetup: fix build without TPM2 2023-04-04 22:35:04 +01:00
debug-generator
delta chase-symlinks: Rename chase_symlinks() to chase() 2023-03-24 13:43:51 +01:00
detect-virt
dissect dissect: disallow empty partition tables 2023-04-05 20:49:48 +02:00
environment-d-generator
escape
firstboot Merge pull request #25608 from poettering/dissect-moar 2023-04-12 13:46:08 +02:00
fsck src: changed instances of sd_bus_call_method() to bus_call_method() (#26819) 2023-03-15 00:12:57 +00:00
fstab-generator fstab-generator: don't propagate ignored errno 2023-04-06 10:26:47 +02:00
fundamental tree-wide: simplify x ? x : y to x ?: y where applicable 2023-03-18 14:23:11 +01:00
fuzz compress: replace compress_blob() with compress_blob_explicit() 2023-04-11 09:14:34 +02:00
getty-generator
gpt-auto-generator tree-wide: hook up image dissection policy logic everywhere 2023-04-05 20:45:30 +02:00
hibernate-resume
home various: simplify calls to parse_boolean_argument() 2023-04-05 13:06:26 +08:00
hostname
hwdb
id128
import import: use truncate_nl() where appropriate 2023-03-24 18:33:59 +01:00
initctl src: changed instances of sd_bus_call_method() to bus_call_method() (#26819) 2023-03-15 00:12:57 +00:00
integritysetup
journal Merge pull request #25608 from poettering/dissect-moar 2023-04-12 13:46:08 +02:00
journal-remote journal-remote: make specified output file absolute 2023-03-28 02:29:19 +09:00
kernel-install test-kernel-install: several cleanups 2023-03-30 09:23:07 +02:00
libsystemd Merge pull request #27220 from yuwata/sd-device-follow-ups-for-devlink 2023-04-12 11:49:08 +02:00
libsystemd-network tree-wide: simplify x ? x : y to x ?: y where applicable 2023-03-18 14:23:11 +01:00
libudev
locale localed: fix invalid free after shifting pointers using strstrip 2023-04-08 00:08:43 +08:00
login tree-wide: reset optind to 0 when GNU extensions in optstring are used 2023-03-29 10:34:41 +09:00
machine Merge pull request #25608 from poettering/dissect-moar 2023-04-12 13:46:08 +02:00
machine-id-setup tree-wide: hook up image dissection policy logic everywhere 2023-04-05 20:45:30 +02:00
modules-load
mount chase-symlinks: Rename chase_symlinks() to chase() 2023-03-24 13:43:51 +01:00
network src: changed usage of basename() to path_extract_filename(). 2023-04-04 00:10:22 +01:00
notify notify: add support for sending fds with notification messages 2023-03-29 19:09:10 +02:00
nspawn nspawn: container network interface naming 2023-04-12 14:28:43 +02:00
nss-myhostname
nss-mymachines
nss-resolve
nss-systemd
oom oomd: add inline comments with param names 2023-03-27 10:18:55 +02:00
partition Merge pull request #25608 from poettering/dissect-moar 2023-04-12 13:46:08 +02:00
path
portable Merge pull request #25608 from poettering/dissect-moar 2023-04-12 13:46:08 +02:00
pstore copy: Move chattr arguments to full function signatures 2023-03-21 20:53:09 +01:00
quotacheck
random-seed
rc-local-generator
remount-fs
reply-password
resolve resolve: change DNS_PACKET_UNICAST_SIZE_LARGE_MAX to 1232 (#27171) 2023-04-07 09:52:52 +02:00
rfkill
rpm
run tree-wide: reset optind to 0 when GNU extensions in optstring are used 2023-03-29 10:34:41 +09:00
run-generator
shared Merge pull request #25608 from poettering/dissect-moar 2023-04-12 13:46:08 +02:00
shutdown proc-cmdline: filter PID1 arguments when we are running in a container 2023-03-29 10:34:41 +09:00
sleep sleep: fix default values unmatched with manual 2023-03-18 02:28:22 +08:00
socket-proxy
stdio-bridge
sulogin-shell
sysctl
sysext Merge pull request #25608 from poettering/dissect-moar 2023-04-12 13:46:08 +02:00
system-update-generator
systemctl Merge pull request #25608 from poettering/dissect-moar 2023-04-12 13:46:08 +02:00
systemd sd-bus: use macros for standard bus error names consistently 2023-04-04 15:18:00 +02:00
sysupdate tree-wide: hook up image dissection policy logic everywhere 2023-04-05 20:45:30 +02:00
sysusers tree-wide: hook up image dissection policy logic everywhere 2023-04-05 20:45:30 +02:00
sysv-generator
test Merge pull request #25608 from poettering/dissect-moar 2023-04-12 13:46:08 +02:00
timedate
timesync
tmpfiles tree-wide: hook up image dissection policy logic everywhere 2023-04-05 20:45:30 +02:00
tty-ask-password-agent
udev Merge pull request #27169 from yuwata/udev-rule-refuse-unsafe-path 2023-04-11 14:43:50 +02:00
ukify ukify: Strip symbol/string table for old stubs 2023-04-01 14:31:22 +02:00
update-done
update-utmp
user-sessions user-sessions: do not remove /etc/nologin 2023-04-03 12:32:56 +02:00
userdb tree-wide: reset optind to 0 when GNU extensions in optstring are used 2023-03-29 10:34:41 +09:00
vconsole vconsole: introduce context_get_config() helper function 2023-03-24 15:07:58 +09:00
veritysetup
version
volatile-root chase-symlinks: Rename chase_symlinks() to chase() 2023-03-24 13:43:51 +01:00
xdg-autostart-generator xdg-autostart-generator: do not warn about unknown fields 2023-03-25 13:38:39 +09:00