[OVN] Floating IP <=> Floating IP across subnets
Bug #2038978 reported by
Mohammed Naser
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
neutron |
In Progress
|
High
|
Mohammed Naser |
Bug Description
When using OVN, if you have a virtual router with a gateway that is in subnet A, and has a port that has a floating IP attached to it from subnet B, they seem to not be reachable.
https:/
There was a fix brought into OVN with this not long ago, it introduces an option called `options:add_route` to `true`.
see: https:/
I think we should do this in order to mirror the same behaviour in ML2/OVS since we install scope link routes.
summary: |
- [OVN] ARP + Floating IP issues + [OVN] Floating IP <=> Floating IP across subnets |
tags: | added: ovn |
Changed in neutron: | |
importance: | Undecided → High |
assignee: | nobody → Mohammed Naser (mnaser) |
To post a comment you must log in.
I've confirmed this together with dpawlik in an environment where this is broken, adding add_route has indeed fixed this issue for that nat record.
now the trick would be to add_route only if the subnet doesnt match the connected one, similar to how we can onlink routes