Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pull in upstream kernel_setup_interface
This pulls the latest version of the kernel_setup_interface function in from upstream with the hope that it fixes some obscure issues we're having. setsockopt(IPV6_JOIN_GROUP): Out of memory setsockopt(IPV6_LEAVE_GROUP): Address not available Warning: cannot restore old configuration for wgA. Warning: cannot save old configuration for wgB. We keep seeing these sorts of error messages on long running production nodes, presumably due to the race condition outlined here sudomesh/bugs#24 Obviously it would be best if we could recover from these errors in Babel rather than having to try and reduce them on the side of the interfacing application. That being said this isn't a well consdiered change, it may be that we have to cleanup old_if in this error case in a way upstream has not considered.
- Loading branch information