mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-02-15 05:57:26 +03:00
The DHCPv6 client will set its state to DHCP6_STATE_STOPPED if an error occurs or when receiving an Information Reply DHCPv6 message. Once in DHCP6_STATE_STOPPED, the DHCPv6 client needs to be restarted by calling sd_dhcp6_client_start(). As of pull request #7796 client_reset() no longer closes the network socket, thus a call to sd_dhcp6_client_start() needs to check whether the file descriptor already exists in order not to create a new one. Likewise, a call to sd_dhcp6_client_unref() must now close the network socket as client_reset() is not closing it. Reported by asavah and Yu Watanabe.
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.
Description
Languages
C
89.4%
Python
5.8%
Shell
2.1%
Meson
1.3%
HTML
0.9%
Other
0.4%