-
Notifications
You must be signed in to change notification settings - Fork 786
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
portmap nftables backend invalid rules (dnat from input hook + invalid ipv6 rules) #1115
Comments
The ip6 rules are also invalid,
|
|
hm... I had tested all of this at one point... I must have made a "minor fix" at some point and broken it
need to think about this and compare with iptables portmap and nftables kube-proxy rules...
probably I copied from somewhere else and simplified/rewrote and didn't notice it ended up having unnecessary clauses in the end. |
Trying the new nftables backend, it fails on EL 9.4
conf
Error
Using strace, the rules are:
I think instead of
we should use
(and rename input to prerouting)
The text was updated successfully, but these errors were encountered: