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

ipv6 support for default-address-pools #38811

Open
genofire opened this issue Feb 28, 2019 · 0 comments
Open

ipv6 support for default-address-pools #38811

genofire opened this issue Feb 28, 2019 · 0 comments
Labels
area/networking/ipv6 Issues related to ipv6 kind/enhancement Enhancements are not bugs or new features but can improve usability or performance.

Comments

@genofire
Copy link

It would be really useful if there is multiple subnet support by default.
IPv6 has ULA IP ranges for privacy use ...b

{
  "ipv6": true,
  "fixed-cidr-v6": "2a01::/80", 
  "dns": ["85.214.20.141","2a01:238:42f6:ac00:2a29:4f7f:b6d:ef46"],
  "default-address-pools":[{"scope":"local","base":"fd42:d0ce::/80","size":64}],
}

journald:

Feb 28 18:45:25 server dockerd[868]: time="2019-02-28T18:45:25.397005833+01:00" level=info msg="Loading containers: start."
Feb 28 18:45:25 server dockerd[868]: time="2019-02-28T18:45:25.844677858+01:00" level=info msg="Default bridge (docker0) is assigned with an IP address fd42:d0ce::/80. Daemon option --bip can be used to set a preferred IP addre>
Feb 28 18:45:25 server dockerd[868]: time="2019-02-28T18:45:25.845451299+01:00" level=info msg="stopping event stream following graceful shutdown" error="<nil>" module=libcontainerd namespace=moby
Feb 28 18:45:25 server dockerd[868]: time="2019-02-28T18:45:25.846009422+01:00" level=info msg="stopping healthcheck following graceful shutdown" module=libcontainerd
Feb 28 18:45:25 server dockerd[868]: time="2019-02-28T18:45:25.846021643+01:00" level=info msg="stopping event stream following graceful shutdown" error="context canceled" module=libcontainerd namespace=plugins.moby
Feb 28 18:45:25 server dockerd[868]: time="2019-02-28T18:45:25.846535294+01:00" level=info msg="pickfirstBalancer: HandleSubConnStateChange: 0xc0006fee30, TRANSIENT_FAILURE" module=grpc
Feb 28 18:45:25 server dockerd[868]: time="2019-02-28T18:45:25.848417068+01:00" level=info msg="pickfirstBalancer: HandleSubConnStateChange: 0xc0006fee30, CONNECTING" module=grpc
Feb 28 18:45:26 server dockerd[868]: Error starting daemon: Error initializing network controller: Error creating default "bridge" network: failed to add IPv4 address fd42:d0ce::1/80 to bridge: file exists
@thaJeztah thaJeztah added the area/networking/ipv6 Issues related to ipv6 label Sep 17, 2023
@akerouanton akerouanton added the kind/enhancement Enhancements are not bugs or new features but can improve usability or performance. label Apr 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/networking/ipv6 Issues related to ipv6 kind/enhancement Enhancements are not bugs or new features but can improve usability or performance.
Projects
None yet
Development

No branches or pull requests

3 participants