mirror of
https://github.com/systemd/systemd.git
synced 2024-11-07 09:56:51 +03:00
The systemd System and Service Manager
76c3246d8d
When receiving one or more prefixes with variable length, assign a 64 bit long prefix for each link that has been configured for DHCPv6 prefix delegation and is not using DHCPv6 to fetch IPv6 adresses. Keep assigning prefixes with length 64 from each prefix received via DHCPv6 as long as there are prefixes left. If the number of prefixes available from a prefix received via DHCPv6 is smaller than the number of links, continue with the next delegated prefix, if any. Remember the prefixes used for each link by storing them in a hash and checking the hash each time a prefix is to be delegated. If an error occurs when assigning a prefix to a link, try assigning the prefix to another link. If the error occurs while updating the prefix, log the situation and continue delegating the rest of the prefixes. |
||
---|---|---|
.github | ||
.mkosi | ||
catalog | ||
coccinelle | ||
docs | ||
factory/etc | ||
hwdb | ||
man | ||
modprobe.d | ||
network | ||
po | ||
presets | ||
rules | ||
shell-completion | ||
src | ||
sysctl.d | ||
sysusers.d | ||
test | ||
tmpfiles.d | ||
tools | ||
units | ||
xorg | ||
.dir-locals.el | ||
.editorconfig | ||
.gitattributes | ||
.gitignore | ||
.mailmap | ||
.travis.yml | ||
.vimrc | ||
.ycm_extra_conf.py | ||
CODING_STYLE | ||
configure | ||
DISTRO_PORTING | ||
ENVIRONMENT.md | ||
HACKING | ||
LICENSE.GPL2 | ||
LICENSE.LGPL2.1 | ||
Makefile | ||
meson_options.txt | ||
meson.build | ||
mkosi.build | ||
mkosi.default | ||
NEWS | ||
README | ||
README.md | ||
TODO | ||
TRANSIENT-SETTINGS.md | ||
UIDS-GIDS.md |
systemd - System and Service Manager
Details
General information about systemd can be found in the systemd Wiki.
Information about build requirements are 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 file for information 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.