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
I've got a warning
Skipping unparsable iptables rule: keys (5) and values (6) count mismatch on line: -A CILIUM_PRE_mangle -m socket --transparent -m comment --comment "cilium: any->pod redirect proxied traffic to host proxy" -j MARK --set-xmark 0x200/0xffffffff
because the socket module's --transparent option is not parsed correctly.
--transparent
According to the documentation there are two options: --transparent and --nowildcard
--nowildcard
Please add support for parsing and using the socket's module parameters
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Use Case
I've got a warning
because the socket module's
--transparent
option is not parsed correctly.According to the documentation
there are two options:
--transparent
and--nowildcard
Describe the Solution You Would Like
Please add support for parsing and using the socket's module parameters
The text was updated successfully, but these errors were encountered: