-
Notifications
You must be signed in to change notification settings - Fork 16
Make dockerd work #88
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
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR enables IPv6 netfilter/iptables kernel modules required for Docker daemon to function properly with IPv6 networking. The changes ensure that the kernel configurations for both x86_64 and arm64 architectures have matching IPv6 netfilter capabilities as their IPv4 counterparts.
Changes:
- Enabled CONFIG_BRIDGE_NETFILTER for bridge network filtering
- Enabled comprehensive IPv6 iptables support (IP6_NF_IPTABLES and related match/target modules)
- Added IPv6 NAT, filtering, mangling, and security modules to mirror existing IPv4 capabilities
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| kernel/config-6.12.44-x86_64 | Enables IPv6 netfilter modules and bridge netfilter for x86_64 architecture |
| kernel/config-6.12.44-arm64 | Enables IPv6 netfilter modules and bridge netfilter for arm64 architecture |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Needed for dockerd Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
896c8ee to
eb65603
Compare
eb65603 to
34dbcba
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Add nftables and iptables modules