Files
ovn-bgp-agent/releasenotes/notes/enable_arp_ndp_for_vlans-6c306601aba68cb4.yaml
Dmitriy Rabotyagov fd029f985d Ensure that ARP/NDP is enabled for vlan devices
In case VLAN networks are being used in neutron for providing external
connectivity they will be assinged an IP address as well in order to
get ARP/NDP proxying to work.

With that VRF exposure method was relying on broken behaviour, as it
never needed/expected ARP/NDP to be enabled var a vlan rather then bridge
as well as vlan device to exist at all. So skipping vlan_id for evpn makes
sense in this case, as only offload is important.

Closes-Bug: #2088558
Change-Id: Ibffda84801150a18ee8c441b4396afc900d8bc36
2025-05-08 12:15:12 +00:00

11 lines
348 B
YAML

---
upgrade:
- |
Loopback IP addresses for provider bridge interfaces will be changed
with upgrade. This should have no impact on environments.
fixes:
- |
ARP/NDP are now will be enabled not only for the provider bridge itself,
but also for VLAN interfaces in case VLANs are being used as provider
networks instead of FLAT.