neutron/neutron/common
Slawek Kaplonski 9e699c3743 [ovn] Use normalized remote prefix IPs in OVN driver
OVN firewall driver can't silently normalize CIRDs given in
the security group rule's "remote_ip_prefix".
Because of that if user created rule with not normalized CIDR, it
wasn't applied by the OVN driver.
Now OVN driver will normalize such rules before applying them.

The OVN driver will now also check if SG rules with same normalized
and same direction, port range, protocol and ethertype already exists in
the SG. If so, it will not add or remove rule in the OVN.
Rule will be added or removed only if there is no other same rules in
the SG.

Change-Id: I0d9295545384844e81b0ffe3aa7483324f9a9ae5
Related-Bug: #1869129
(cherry picked from commit 17f2ba3afb)
2020-07-29 20:59:44 +00:00
..
ovn [ovn] Use normalized remote prefix IPs in OVN driver 2020-07-29 20:59:44 +00:00
__init__.py Update License Headers to replace Nicira with VMware 2014-02-27 08:11:15 +00:00
_constants.py Auto-delete dhcp ports on segment delete 2020-07-13 12:40:18 +02:00
_deprecate.py Fix flake8 N534 untranslated exception message 2018-10-19 15:46:04 -04:00
cache_utils.py Fix return correct cache when reusing port 2020-03-27 16:48:57 +04:00
config.py Enable ovsdb debug messages in functional and fullstack 2020-01-29 17:11:44 +00:00
coordination.py Add a generic coordination lock mechanism 2019-06-06 09:56:58 +08:00
eventlet_utils.py Monkey patch original current_thread _active 2020-05-05 15:50:41 +00:00
ipv6_utils.py Adding check for IPv6 address in setup_controllers 2019-10-29 15:10:25 +00:00
profiler.py Make code follow log translation guideline 2017-08-14 02:01:48 +00:00
test_lib.py Revert "Removed test_lib module" 2015-06-29 08:27:41 +00:00
utils.py Add trunk subports to be one of dvr serviced device owners 2020-03-31 20:39:13 +02:00