libnetwork icon indicating copy to clipboard operation
libnetwork copied to clipboard

docker throws error when adding IPv6 route

Open bephinix opened this issue 5 years ago • 2 comments

If I create a new docker bridge network and enable IPv6 with an IPv6 subnet, dockerd will throw the following error:

dockerd[950]: time="2019-08-14T21:42:37.959110928+02:00" level=error msg="Could not add route to IPv6 network fddd:0:0:1234::/64 via device dnetTest"

The route itself was created and it is working fine.

bephinix avatar Aug 14 '19 19:08 bephinix

related to #2444 with that change you might see the underlying error now. There has not been a release since May 2016 though...

cebe avatar Jun 30 '20 16:06 cebe

I'm experiencing this problem as well. Is there any kind of workaround?

fira42073 avatar Apr 07 '23 08:04 fira42073