neutron-dynamic-routing/neutron_dynamic_routing/db
LIU Yulong 0980985b2f Let the bgp_plugin to query floating IP bgp next_hop
When a dvr floating IP is associated to a port, the bgp plugin
`floatingip_update_callback` will immediately send a notification
`start_route_advertisements` to DR agent, there is a new floating
IP bgp route.
But this bgp route is not correct, its next_hop is set to dvr router
snat gateway IP address. And then after `periodic_interval` seconds,
the DR agent will resync that DVR fip route with new next_hop to the
correct FIP namespace fg-device IP address.

This patch will let the bgp_plugin to handle the floating IP bgp route
next_hop query.

Change-Id: Ic6bb7f4263c6e2da315178be2ed041eb7020c905
Closes-bug: #1615919
2016-11-30 18:28:02 +00:00
..
migration Merge "Switch to using neutron-lib's model_base" 2016-11-24 18:07:44 +00:00
__init__.py Added alembic DB migration framework 2016-05-03 15:50:51 +00:00
bgp_db.py Let the bgp_plugin to query floating IP bgp next_hop 2016-11-30 18:28:02 +00:00
bgp_dragentscheduler_db.py Use model_base from neutron-lib 2016-09-06 01:58:20 -07:00