-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Static IPv6 address and --ip6 #7511
Comments
From #6114 (comment) this may already be in progress @mheon ? |
I want to work on this issue ! |
Sure, let me assign it to you. This should mostly involve adding the flag to the command line and passing it through into Libpod, similar to how the existing |
Welcome @apoos-maximus. Looking forward to what you come up with. |
@rhatdan sure ! |
A friendly reminder that this issue had no activity for 30 days. |
Hi Is there any progress on this issue?
When I start the container on my dualstack macvlan network with IPv4 set statically, it allocates a both address types (just the IPv6 address is dynamic):
|
Not yet. We want to look into Podman and IPv6 compatibility, but we haven't found the time to do so properly yet. |
@mheon Some IPv6 code just got merged, did that fix this issue or move us closer? |
No - there are still some pretty fundamental issues with IPv6 and CNI. |
A friendly reminder that this issue had no activity for 30 days. |
I believe there is a duplicate issue to this one in existence, one of them should be closed. |
A friendly reminder that this issue had no activity for 30 days. |
Bump |
@apoos-maximus Did you ever work on this? |
A friendly reminder that this issue had no activity for 30 days. |
@mheon PTAL |
Hello! i am sorry I am not getting enough time to work on the issue, deepest apologies !. |
A friendly reminder that this issue had no activity for 30 days. |
Hello! I realy need that in our project. Docker have static IPv6 but I like cri-o in production |
Podman and CRI-O are different projects - if you need support in CRI-O, please open an issue over there. This is something we are targeting for the network rework in Podman 4.0. |
we use podman to run containers. When are you going to release Podman 4.0 ? |
Current target is early next year. |
Any ways the community can chip in and help? I'm not super familiar with podman CNIs yet but I'm going to read up a bit tonight |
Testing netavark, our new network stack, once it becomes available (we're starting to get close to done, functionality-wise) will be extremely helpful - we'll put out a post once it's ready for testing. The new network code lives at https://github.com/containers/netavark - we're accepting contributions there, but it's still changing rapidly as things come together. |
Should I add the flag or do we only want to support the |
We should add the flag for Docker compat's sake |
ack, should be simple to add now |
Add the --ipv6 flag to podman create/run and pod create. We support the --network name:ip6=<ip> syntax now but for docker compat we should also support the --ip6 flag. Note that there is no validation if the ip is actually a v6 or v4 address because the backend does not care either. Fixes containers#7511 Signed-off-by: Paul Holzinger <[email protected]>
/kind feature
Description
We need to start containers with a static IPv6 address: the
--ip6
option topodman run
. These containers may or may not also have a static IPv4 address (--ip
).This has been mentioned in tickets and comments before, but extracted to this ticket for visibility:
#7265 (comment)
#6114 (comment)
Have you tested with the latest version of Podman and have you checked the Podman Troubleshooting Guide?
Yes, checked HEAD on master.
The text was updated successfully, but these errors were encountered: