mirror of
https://github.com/systemd/systemd.git
synced 2025-03-09 12:58:26 +03:00
Instead of setting many small unreachable routes for each of the /64 subnets that were not distributed between the links requesting delegated prefixes, set one unreachable route for the size of the delegated prefix. Each subnet asssigned to a downstream link will add a routable subnet for that link, and as the subnet assigned to the downstream link has a longer prefix than the whole delegated prefix, the downstream link subnet routes are preferred over the unroutable delegated one. The unreachable route is not added when the delegated prefix is exactly a /64 as the prefix size cannot be used to sort out the order of routing into a bigger blocking subnet with the smaller /64 punching routable "holes" into it. When stopping the DHCPv6 client, the unroutable delegated prefix is removed before the downstream link prefixes are unassigned.
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.
Stable branches with backported patches are available in the stable repo.
Languages
C
89.2%
Python
5.3%
Shell
4.1%
Meson
1.2%