21b4cc2cf7
for the ipv6 subnet with ipv6_ra_mode is slaac or dhcpv6-stateless, we don't need the configure the ip route for the nic in these subnet. otherwise, docker daemon may returns error: failed to set IPv6 gateway while updating gateway: file exists. refer to: https://docs.openstack.org/neutron/latest/admin/config-ipv6.html Change-Id: Id7f537039615479e03dcd546b7d738ca32f740db
6 lines
195 B
YAML
6 lines
195 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Fix a bug where docker daemon occasionally returns error:
|
|
`failed to set IPv6 gateway while updating gateway: file exists: unknown`
|
|
when network_isolation is enabled. |