From 8e24b345c5217c0030c0ca9d02a7ecdca2aca881 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 30 Oct 2023 18:05:42 +0100 Subject: [PATCH] man: document the new ip=link-local kernel cmdline option --- man/systemd-network-generator.service.xml | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) diff --git a/man/systemd-network-generator.service.xml b/man/systemd-network-generator.service.xml index 0eb98a96354..53d559edbf1 100644 --- a/man/systemd-network-generator.service.xml +++ b/man/systemd-network-generator.service.xml @@ -30,7 +30,7 @@ Description systemd-network-generator.service is a system service that translates - ip= and the related settings on the kernel command line (see below) into + ip= and related settings on the kernel command line (see below) into systemd.network5, systemd.netdev5, and systemd.link5 @@ -59,8 +59,15 @@ rd.route= rd.peerdns= - — translated into - systemd.network5 files. + Translated into + systemd.network5 + files. + + In addition to the parameters dracut.cmdline7 + defines the ip= option accepts the special value + link-local. If selected, the network interfaces will be configured for + link-local addressing (IPv4LL, IPv6LL) only, DHCP or IPv6RA will not be enabled. @@ -70,8 +77,9 @@ ifname= net.ifname-policy= - — translated into - systemd.link5 files. + Translated into + systemd.link5 + files. @@ -83,8 +91,9 @@ bridge= bootdev= - — translated into - systemd.netdev5 files. + Translated into + systemd.netdev5 + files.