From 55944e5e40b1be2afc4855d8d2baf4b73d1876b5 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 10 Apr 2024 22:49:52 +0200 Subject: Adding upstream version 255.4. Signed-off-by: Daniel Baumann --- man/systemd-network-generator.service.xml | 129 ++++++++++++++++++++++++++++++ 1 file changed, 129 insertions(+) create mode 100644 man/systemd-network-generator.service.xml (limited to 'man/systemd-network-generator.service.xml') diff --git a/man/systemd-network-generator.service.xml b/man/systemd-network-generator.service.xml new file mode 100644 index 0000000..c01f701 --- /dev/null +++ b/man/systemd-network-generator.service.xml @@ -0,0 +1,129 @@ + + + + + + + + systemd-network-generator.service + systemd + + + + systemd-network-generator.service + 8 + + + + systemd-network-generator.service + systemd-network-generator + Generate network configuration from the kernel command line + + + + systemd-network-generator.service + /usr/lib/systemd/systemd-network-generator + + + + Description + + systemd-network-generator.service is a system service that translates + ip= and related settings on the kernel command line (see below) into + systemd.network5, + systemd.netdev5, and + systemd.link5 + configuration files understood by + systemd-networkd.service8 + and + systemd-udevd.service8. + + + Files are generated in /run/systemd/network/. + + Note: despite the name, this generator executes as a normal systemd service and is + not an implementation of the + systemd.generator7 + concept. + + + + Kernel command line options + + This tool understands the following options: + + + + ip= + nameserver= + rd.route= + rd.peerdns= + + 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. + + + + + + + ifname= + net.ifname-policy= + + Translated into + systemd.link5 + files. + + + + + + + vlan= + bond= + bridge= + bootdev= + + Translated into + systemd.netdev5 + files. + + + + + + + + + See + dracut.cmdline7 + and + systemd-udevd.service8 + for option syntax and details. + + + + See Also + + systemd1, + systemd-networkd.service8, + dracut8 + + + + -- cgit v1.2.3