Branch: refs/heads/master Home: https://github.com/openSUSE/wicked Commit: 995c21c29dbe33995aacb5f37463016047015bfc https://github.com/openSUSE/wicked/commit/995c21c29dbe33995aacb5f37463016047... Author: Marius Tomaschewski <mt@suse.com> Date: 2023-11-21 (Tue, 21 Nov 2023) Changed paths: M src/dhcp6/protocol.c Log Message: ----------- dhcp6: omit the SO_REUSEPORT option (bsc#1215692) Setting the SO_REUSEPORT socket option causes that replies are delivered to the first process/socket bound to an [ip%dev]:port with the effect that `wicked test dhcp6 ...` does not receive it's replies, but the wickedd-dhcp6 (service) active on the same interface (bsc#1215692). Commit: e10b705bffb510c4dad5c946ffe24180fe75d05c https://github.com/openSUSE/wicked/commit/e10b705bffb510c4dad5c946ffe24180fe... Author: cfconrad <cfamullaconrad@suse.com> Date: 2023-11-27 (Mon, 27 Nov 2023) Changed paths: M src/dhcp6/protocol.c Log Message: ----------- Merge pull request https://github.com/openSUSE/wicked/pull/993 dhcp6: omit the SO_REUSEPORT option (bsc#1215692) Compare: https://github.com/openSUSE/wicked/compare/f1340c47ac80...e10b705bffb5