neutron/neutron/tests/functional/agent
Slawek Kaplonski 888ab6a2fc [DVR] Send allowed address pairs info to the L3 agents
When new dvr router is going to be created on the node, L3 agent
asks server for list of ports plugged to the subnets, to populate
arp entries for all fixed IPs from those ports.
There was missing info about allowed address pairs there, so those
IPs were not populated in the qrouter namespace.
Now it's added and L3 agent can add those arp entries to the qrouter
namespaces too.

Conflicts:
    neutron/agent/l3/dvr_local_router.py
    neutron/objects/port/extensions/allowedaddresspairs.py
    neutron/tests/unit/db/test_l3_dvr_db.py

Closes-Bug: #1928466
Change-Id: I5d6c72c271ff450d9e43b3e33a99dd59d727882d
(cherry picked from commit 7b59b5069b)
2021-05-24 11:10:46 +02:00
..
common Fix multicast traffic with IGMP snooping enabled 2021-03-08 15:59:57 +00:00
l2 Add "igmp_snooping_enable" config option for OVS agent 2020-06-12 15:02:39 +00:00
l3 [DVR] Send allowed address pairs info to the L3 agents 2021-05-24 11:10:46 +02:00
linux Add some wait time between stopping and starting again ovsdb monitor 2021-03-05 09:33:51 +00:00
ovsdb Switch test cases to sudo dependent 2019-07-19 21:48:09 -05:00
windows All functional tests logs results now 2018-11-21 19:58:18 +00:00
__init__.py Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
test_dhcp_agent.py Add kill hooks for external processes 2019-06-03 14:39:51 +02:00
test_firewall.py Revert "[Security] fix allowed-address-pair 0.0.0.0/0 issue" 2021-01-20 17:02:06 +01:00
test_l2_lb_agent.py LB Trunk: Stop matching MAC of subport to port model 2017-03-01 14:10:00 +00:00
test_l2_ovs_agent.py Merge "Stop OVS agent before starting it again" 2019-05-30 09:03:49 +00:00
test_ovs_flows.py Make DVR router support FLAT network for ovs-agent 2020-08-26 09:41:47 +00:00
test_ovs_lib.py Fix multicast traffic with IGMP snooping enabled 2021-03-08 15:59:57 +00:00