We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
At the moment only iptables are supported and it would be nice if nftables were supported as well.
The text was updated successfully, but these errors were encountered:
@DasSkelett maybe we can switch to use netlink for nftables programming that's even possible on machines which don't have nftables binaries.
https://github.com/google/nftables
Sorry, something went wrong.
Yeah I tried adding nftables support with that library in the past, but in the end the rule building was too low-level for my liking, see for example: https://github.com/siderolabs/talos/blob/dea17d72340b1deddea2215b556a4f193d1feb7f/internal/app/machined/pkg/controllers/kubespan/nftables.go#L181-L223
I might give it another triy, but it will definitely decrease maintainability and expandability of this part of the code.
fbuetler
No branches or pull requests
At the moment only iptables are supported and it would be nice if nftables were supported as well.
The text was updated successfully, but these errors were encountered: