cabe57119f
The configuration of networkd has a DHCPv6Client setting in its [IPv6AcceptRA] section, which, according to the man page, can be a boolean, or the special value "always". The man page states that "true" is the default. The default value is implemented in src/network/networkd-network.c by setting field ipv6_accept_ra_start_dhcp6_client of network to true. However, this field is not a boolean, but an enum type IPv6AcceptRAStartDHCP6Client (src/network/networkd-ndisc.h). Setting ipv6_accept_ra_start_dhcp6_client to true effectively corresponds to the enum value IPV6_ACCEPT_RA_START_DHCP6_CLIENT_ALWAYS, resulting in the DHCPv6Client setting having the default value "always". This patch changes the initialisation to the correct enum value IPV6_ACCEPT_RA_START_DHCP6_CLIENT_YES. |
||
---|---|---|
.github | ||
.lgtm/cpp-queries | ||
.mkosi | ||
catalog | ||
coccinelle | ||
docs | ||
factory/etc | ||
hwdb.d | ||
man | ||
modprobe.d | ||
network | ||
po | ||
presets | ||
rules.d | ||
semaphoreci | ||
shell-completion | ||
src | ||
sysctl.d | ||
sysusers.d | ||
test | ||
tmpfiles.d | ||
tools | ||
travis-ci | ||
units | ||
xorg | ||
.clang-format | ||
.ctags | ||
.dir-locals.el | ||
.editorconfig | ||
.gitattributes | ||
.gitignore | ||
.lgtm.yml | ||
.mailmap | ||
.travis.yml | ||
.vimrc | ||
.ycm_extra_conf.py | ||
azure-pipelines.yml | ||
configure | ||
LICENSE.GPL2 | ||
LICENSE.LGPL2.1 | ||
Makefile | ||
meson_options.txt | ||
meson.build | ||
mkosi.build | ||
NEWS | ||
README | ||
README.md | ||
TODO | ||
zanata.xml |
System and Service Manager
Details
Most documentation is available on systemd's web site.
Assorted, older, general information about systemd can be found in the systemd Wiki.
Information about build requirements is provided in the README file.
Consult our NEWS file for information about what's new in the most recent systemd versions.
Please see the Hacking guide for information on how to hack on systemd and test your modifications.
Please see our Contribution Guidelines for more information about filing GitHub Issues and posting GitHub Pull Requests.
When preparing patches for systemd, please follow our Coding Style Guidelines.
If you are looking for support, please contact our mailing list or join our IRC channel.
Stable branches with backported patches are available in the stable repo.