octavia/releasenotes/notes/Fix-ifup-on-member-create-5b405d98eb036718.yaml
Michael Johnson 23a411413f Fix ifup failures on member interfaces with IPv6
When an older version of ifup is used, there are cases where bringing
up an IPv6 address on an interface will fail with "RTNETLINK answers:
File exists"
This patch corrects this issue by bringing the interface up and
flushing the existing addresses prior to the ifup.
This returns a previous behavior of the ifdown/ifup commands.

Change-Id: I0dbb145ab9a0bb8f831c1db28cabd262f9394e7e
Story: 2005320
Task: 30248
2019-03-28 11:45:19 -07:00

5 lines
84 B
YAML

---
fixes:
- |
Fixed an issue creating members on networks with IPv6 subnets.