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

Packetfilter: add support for IPV6 #3253

Merged
merged 3 commits into from
Jan 12, 2025

Conversation

yboaron
Copy link
Contributor

@yboaron yboaron commented Jan 2, 2025

iptables is used for IPv4 and ip6tables is used for IPv6. Both iptables and ip6tables have similar syntax, but some options are specific to either IPv4 or IPv6 while nftables provides a unified API for both IPv4/IPv6.

This PR updates packetfilter to provide also IPV6 driver.

@submariner-bot
Copy link
Contributor

🤖 Created branch: z_pr3253/yboaron/pfilter_v6
🚀 Full E2E won't run until the "ready-to-test" label is applied. I will add it automatically once the PR has 2 approvals, or you can add it manually.

@yboaron yboaron force-pushed the pfilter_v6 branch 3 times, most recently from de5d76f to c5af399 Compare January 5, 2025 16:16
@yboaron yboaron added the ready-to-test When a PR is ready for full E2E testing label Jan 5, 2025
iptables is used for IPv4 and ip6tables is used for IPv6.
Both iptables and ip6tables have similar syntax, but some options are
specific to either IPv4 or IPv6 while nftables provides a
unified API for both IPv4/IPv6.

This PR updates packetfilter to provide also IPV6 driver.

Signed-off-by: Yossi Boaron <[email protected]>
@sridhargaddam sridhargaddam enabled auto-merge (rebase) January 11, 2025 18:57
@sridhargaddam sridhargaddam merged commit e1c58ae into submariner-io:devel Jan 12, 2025
39 checks passed
@submariner-bot
Copy link
Contributor

🤖 Closed branches: [z_pr3253/yboaron/pfilter_v6]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-to-test When a PR is ready for full E2E testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants