neutron/neutron/tests/functional/agent
Slawek Kaplonski e8e38d67b2 [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:13:17 +02:00
..
common Fix multicast traffic with IGMP snooping enabled 2021-03-08 16:01:25 +00:00
l2 Add "igmp_snooping_enable" config option for OVS agent 2020-06-12 15:03:05 +00:00
l3 [DVR] Send allowed address pairs info to the L3 agents 2021-05-24 11:13:17 +02:00
linux Add some wait time between stopping and starting again ovsdb monitor 2021-03-05 09:37:30 +00:00
ovsdb Remove polling from test_create_bridges 2018-12-19 17:05:18 +00: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-05 14:39:15 +00:00
test_firewall.py Revert "[Security] fix allowed-address-pair 0.0.0.0/0 issue" 2020-11-17 14:33:58 +00: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 Stop OVS agent before starting it again 2019-06-25 05:39:59 +00:00
test_ovs_flows.py Remove deprecated vsctl ovsdb_interface api 2018-10-11 14:59:34 -04:00
test_ovs_lib.py Fix multicast traffic with IGMP snooping enabled 2021-03-08 16:01:25 +00:00