Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hybridnet-daemon does not release netlink sockets that watches vxlan dev neighbors and links #422

Open
PixelPixel00 opened this issue Sep 5, 2024 · 0 comments

Comments

@PixelPixel00
Copy link

The hybridnet-daemon uses a netlink socket (with the NETLINK_ROUTE family) to monitor the neighbors of created VXLAN devices and the status of other links. However, if an individual watch operation fails (e.g., due to no available socket buffer space), the socket is not closed, and a new socket is created by the daemon to continue monitoring. The kernel may attempt to send related netlink messages to all of these sockets, resulting in significant overhead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant