Open xdbob opened 9 months ago
@robbat2 did you have time to look ? as a side-note the code is running on multiple thousand of machines since late February without issue yet
@reubenhwk: What do you think?
I've look over the change and I agree that it is correct. It should be merged.
Why did the CI not run for the PR?
Previously, when an interface was removed radvd did not release it's multicast membership leaking kernel resources leading to a potential out of memory failure of the
setsockopt([...], IPV6_ADD_MEMBERSHIP, [...])
call.Fixes #228