diff --git a/releasenotes/notes/Known-incompatibility-in-the-OVN-L3-with-FIP-PF-and-distributed-FIPs-config-0b4e9a92255cf4a8.yaml b/releasenotes/notes/Known-incompatibility-in-the-OVN-L3-with-FIP-PF-and-distributed-FIPs-config-0b4e9a92255cf4a8.yaml new file mode 100644 index 00000000000..75edb6ffa88 --- /dev/null +++ b/releasenotes/notes/Known-incompatibility-in-the-OVN-L3-with-FIP-PF-and-distributed-FIPs-config-0b4e9a92255cf4a8.yaml @@ -0,0 +1,13 @@ +--- +issues: + - | + When ``ML2/OVN`` backend and it's L3 service plugin (``ovn-router``) are + used together with "vlan" or "flat" network types used as tenant network + type, floating IP port forwarding (FIP PF) will not work if distributed + Floating IPs are enabled (``enable_distributed_floating_ip`` = ``True``). + To workaround this issue one of the following changes needs to be done: + + * tunnel networks ("geneve" or "vxlan") should be used as tenant network types or + * Floating IPs should be centralized (``enable_distributed_floating_ip`` = ``False``). + + For more details see `bug 2028846 `_.