trove/releasenotes/notes/fix-ipv6-route-exists-b5f07569270b6066.yaml
wu.chunyang 21b4cc2cf7 Don't configure ip route for slaac ipv6 subnet
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
2023-12-11 10:11:52 +08:00

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.