octavia/releasenotes/notes/members-subnet-ip-advertisements-af2264844079ef6b.yaml
Gregory Thiemonge e0f7a14502 Send IP advertisements when plugging a new member subnet
When plugging a new subnet, the amphora sends a packet advertising the
IP address of the port. In case previously deallocated IP addresses are
re-used, it helps the other resources on the same L2 network to flush
the old ARP entries.

Closes-Bug: #2015572

Conflicts:
	octavia/amphorae/backends/agent/api_server/plug.py

Change-Id: Iecedb9e9c8f293cd4c067900e1696f5050769ee8
(cherry picked from commit 18cd1f34c8a918ab6f969a3271ac74132c4ac736)
(cherry picked from commit f03a2df9aa10f6901020292b2f2f4eaa912c4cb8)
(cherry picked from commit 6a380e3775e10485f1ded67d12bab3725225c8bb)
2023-04-24 08:13:29 +00:00

7 lines
237 B
YAML

---
fixes:
- |
When plugging a new member subnet, the amphora sends an IP advertisement of
the newly allocated IP. It allows the servers on the same L2 network to
flush the ARP entries of a previously allocated IP address.