radvd
radvd copied to clipboard
netlink: cleanup interfaces upon removal
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
@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?