neutron/neutron/tests/unit/plugins/ml2/drivers/ovn/mech_driver/ovsdb
Lucas Alvares Gomes 6aede40966 [OVN] Set send_periodic to False on provider networks
This patch adds a check prior to setting the send_periodic configuration
option for the LRP's ipv6_ra_configs to see if the network the LRP is
connected to is a provider network and the port is a gateway port.

In case it is a provider network and the port is a gateway port,
send_periodic should be set to False to avoid leaking the RAs generated
by ovn-controller to the tenant networks onto the provider network.

Closes-Bug: #1919347
Change-Id: I4e1ffb3a1eea147a750def245f869aca9e036b88
Signed-off-by: Lucas Alvares Gomes <lucasagomes@gmail.com>
(cherry picked from commit 1f68336b79)
2021-03-22 09:01:20 +00:00
..
extensions [OVN] Fix logic issue while deleting port with QoS 2020-07-22 06:14:21 +00:00
schemas [OVN] Import ovsdb related code (part 2) 2019-12-09 10:07:28 +00:00
__init__.py [OVN] Import ovsdb related code 2019-12-04 13:18:50 +00:00
test_commands.py Remove some unnecessary usages of verify() 2020-07-22 18:15:13 +00:00
test_impl_idl_ovn.py Ensure ovsdb_probe_interval set before connect() 2021-01-04 14:31:58 +00:00
test_maintenance.py [OVN] Set mcast_flood_reports on LSPs 2021-03-10 10:33:58 +00:00
test_ovn_db_sync.py [OVN] Set send_periodic to False on provider networks 2021-03-22 09:01:20 +00:00
test_ovsdb_monitor.py Change reference to OvnDbNotifyHandler._watched_events 2020-10-03 09:05:12 +00:00