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

Add support for parsing and using socket parameters #1196

Open
ArsenyBelorukov opened this issue Mar 13, 2024 · 0 comments
Open

Add support for parsing and using socket parameters #1196

ArsenyBelorukov opened this issue Mar 13, 2024 · 0 comments

Comments

@ArsenyBelorukov
Copy link

Use Case

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.

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

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

No branches or pull requests

2 participants