neutron/neutron/plugins/ml2/drivers/ovn
Lucas Alvares Gomes 749d9d6fca [OVN] Fix: Disabling snat after it was enabled
This patch removes a conditional check in the update_router() method
which was verifying if snat was enabled in order to update the nat
rules. This check does not make sense in the update method as if snat
was disabled we should still call update_nat_rules() which will then
remove the NAT entry from the OVN NB DB.

Change-Id: Ice20d22365acaf33ee211b1e38b7d0bc151c1ba8
Closes-Bug: #1922089
Signed-off-by: Lucas Alvares Gomes <lucasagomes@gmail.com>
(cherry picked from commit ddc8e625f7)
2021-05-21 09:19:04 +01:00
..
agent Rename networking-ovn-metadata-agent to neutron-ovn-metadata-agent 2020-09-01 10:06:32 -04:00
mech_driver [OVN] Fix: Disabling snat after it was enabled 2021-05-21 09:19:04 +01:00
__init__.py [OVN] Import ovsdb related code 2019-12-04 13:18:50 +00:00