[RFE] BFD for BGP Dynamic Routing
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
neutron |
Confirmed
|
Wishlist
|
Unassigned |
Bug Description
#Problem Description
Improve network convergence for the BGP Control Plane .
#Proposed Change
To improve network convergence for the BGP Control Plane, the proposal is to integrate BFD-Service with the BGP dynamic routing. To achieve this, APIs available from bfd-as-a-service initiative [1] will be leveraged, and BFD-Monitors created using these APIs will be used while configuring BGP-Peering for BGPSpeakers.
Use-cases)
~~~~~~~~~~~~~
1.Provide the ability to configure bfd-monitoring when configuring BGP peering, to enable BFD monitoring of BGP-Peering-Link between the BGP Speaker and the BGP Peer
2.Provide the ability to unconfigure bfd-monitor from an existing BGP peering
* Modify the following APIs to Neutron:
1. POST /v2.0/bgp-peers/
{
"bgp_peer":{
}
}
2. PUT /v2.0/bgp-
Remove bfd_monitor_id and update
{
"bgp_peer":{
}
}
#Dependency
bug 1907089
bug 1921461
[1] https:/
description: | updated |
description: | updated |
description: | updated |
Changed in neutron: | |
importance: | Undecided → Wishlist |
status: | New → Confirmed |
It looks like it depends on bug 1907089. If so, could you mention it as its dependency?