libnetwork
libnetwork copied to clipboard
docker throws error when adding IPv6 route
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.
related to #2444 with that change you might see the underlying error now. There has not been a release since May 2016 though...
I'm experiencing this problem as well. Is there any kind of workaround?