neutron/neutron/plugins/ml2/drivers
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 Remove usage of six.add_metaclass 2020-05-21 14:41:18 -04:00
l2pop Remove usage of six.add_metaclass 2020-05-21 14:41:18 -04:00
linuxbridge Flush ebtables arp protect chains before deleting them 2020-12-21 10:13:14 +00:00
macvtap Merge "Set process name for agents" 2020-07-08 13:40:10 +00:00
mech_sriov [SR-IOV] Do not fail if ip-link vf "min_tx_rate" is not supported 2021-03-11 15:43:46 +00:00
openvswitch Fix migration failed due TypeError of new_vlan_tag 2021-04-25 04:12:47 +00:00
ovn [OVN] Fix: Disabling snat after it was enabled 2021-05-21 09:19:04 +01:00
__init__.py Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
helpers.py Relocate _delete_expired_default_network_segment_ranges 2020-07-02 17:26:10 +00:00
mech_agent.py Improve terminology in the Neutron tree 2020-08-19 16:47:53 -04:00
type_flat.py Use network segment ranges for segment allocation 2019-03-09 22:04:20 +00:00
type_geneve.py Use network segment ranges for segment allocation 2019-03-09 22:04:20 +00:00
type_gre.py Use network segment ranges for segment allocation 2019-03-09 22:04:20 +00:00
type_local.py Use network segment ranges for segment allocation 2019-03-09 22:04:20 +00:00
type_tunnel.py Remove "six" library 2020-07-28 16:55:52 +00:00
type_vlan.py Relocate _delete_expired_default_network_segment_ranges 2020-07-02 17:26:10 +00:00
type_vxlan.py Use network segment ranges for segment allocation 2019-03-09 22:04:20 +00:00