neutron/neutron/tests/functional/agent/l3
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
..
bin Replace "ip monitor" command with Pyroute2 implementation 2020-04-16 09:35:25 +00:00
extensions Agent - Conntrack Helper 2019-08-29 10:41:13 +02:00
__init__.py Replace keepalived notifier bash script with Python ip monitor 2015-03-18 18:59:33 -04:00
framework.py Delete HA metadata proxy PID and config with elevated privileges 2021-03-03 08:38:24 +00:00
test_dvr_router.py [DVR] Send allowed address pairs info to the L3 agents 2021-05-24 11:10:46 +02:00
test_ha_router.py Delay HA router transition from "backup" to "master" 2019-08-27 16:47:00 +00:00
test_keepalived_state_change.py "keepalived_state_change" needs to use threading to send arping 2020-04-17 09:43:30 +00:00
test_legacy_router.py "ping"/"ping6" command support in rootwrap filters 2020-09-29 10:26:50 +00:00
test_metadata_proxy.py Remove _migrate_python_ns_metadata_proxy_if_needed method 2018-08-04 09:53:00 +02:00
test_namespace_manager.py Change ip_lib network namespace code to use pyroute2 2017-10-04 21:09:28 +00:00