Skip to content

Conversation

mxyns
Copy link
Contributor

@mxyns mxyns commented Nov 21, 2023

Global:

  • added peer type for all monitored ribs
  • added peer distinguisher for all monitored ribs
  • include mpls labels (when possible, no adj-in-pre)

Add support for Adj-RIB-Out monitoring in BMP:

  • pre- and post-policy
  • config knobs
  • sync
  • incremental updates
  • stats (when possible)
  • no timestamp (currently not recorded in adj-out)

Add ECMP support in BMP:

  • include addpath id in bmp in adj-in pre/post, loc-rib and adj-out pre/post
  • monitoring on all ecmp selected path (BGP_PATH_SELECTED | BGP_PATH_MULTIPATH)

Add Loc-RIB missing features:

  • peer up/down on vrf state update
  • missing stats

Missing:

  • ?

@frrbot frrbot bot added the bgp label Nov 21, 2023
@frrbot frrbot bot added the tests Topotests, make check, etc label Nov 24, 2023
@github-actions github-actions bot added rebase PR needs rebase labels Nov 24, 2023
@mxyns mxyns force-pushed the pr-bmp-riboutmon branch 4 times, most recently from 98a978c to c4572c5 Compare November 27, 2023 16:46
@frrbot frrbot bot added the documentation label Nov 28, 2023
@mxyns mxyns force-pushed the pr-bmp-riboutmon branch 5 times, most recently from 7ab2e3a to 4234476 Compare November 28, 2023 17:31
@mxyns
Copy link
Contributor Author

mxyns commented Nov 28, 2023

ci:rerun

Copy link

This pull request has conflicts, please resolve those before we can evaluate the pull request.

@mxyns mxyns force-pushed the pr-bmp-riboutmon branch 2 times, most recently from 2597d3f to 4e8dca8 Compare November 29, 2023 10:17
@mxyns mxyns force-pushed the pr-bmp-riboutmon branch 3 times, most recently from 72ca5f7 to c0c8458 Compare December 1, 2023 15:35
@mxyns mxyns marked this pull request as ready for review December 2, 2023 10:58
@mxyns mxyns changed the title (WIP) BMP Adj-RIB-Out (RFC8671), ECMP Support and Loc-RIB missing features BMP Adj-RIB-Out (RFC8671), ECMP Support and Loc-RIB missing features Dec 2, 2023
@riw777 riw777 self-requested a review December 5, 2023 16:46
@ton31337 ton31337 self-requested a review December 5, 2023 16:52
lsang6WIND pushed a commit to lsang6WIND/frr that referenced this pull request Jun 16, 2025
Link: FRRouting#14847
Signed-off-by: Maxence Younsi <mx.yns@outlook.fr>
Signed-off-by: Loïc Sang <loic.sang@6wind.com>
lsang6WIND pushed a commit to lsang6WIND/frr that referenced this pull request Jun 16, 2025
Link: FRRouting#14847
Signed-off-by: Maxence Younsi <mx.yns@outlook.fr>
Signed-off-by: Loïc Sang <loic.sang@6wind.com>
lsang6WIND pushed a commit to lsang6WIND/frr that referenced this pull request Jun 24, 2025
bgpd: changed bmp config to include bmp monitor rib-out
bgpd: added rib-out pre-policy & post-policy monitoring
bgpd: bmp sync for rib-out pre and post
bgpd: added missing out-pre hook bump bmp sessions on bmp reconfigure to run sync immediately
lib, bgpd: added pullwr_timeout, added bmp startup-delay command
bgpd: bmp added bmp session state to bmp show
doc: bmp updated documentation with new commands
bgpd: bmp add rib-out post-policy stats
bgpd: bmp add adj-rib-in per afi/safi stats
bgpd: bmp add loc-rib per afi/safi stats

bgpd: bmp multipath support for adj-rib-in pre-policy
bgpd: bmp multipath support for adj-rib-out post-policy
bgpd: bmp multipath support for adj-rib-in post-policy
bgpd: bmp multipath support for loc-rib
bgpd: bmp multipath support for rib-out-pre
bgpd: bmp add multipath syncing, fix startup-delay cmd
bgpd: bmp simplify bpi locking system, add show bmp locked
bgpd: remove locked path in bqe, fix withdraw flag, fix lbpi hash & cmp
bgpd: no addpath id in mpls vpn case
bgpd: peer types and peer distinguisher in all bmp messages

Link: FRRouting#14847
Signed-off-by: Maxence Younsi <mx.yns@outlook.fr>
Signed-off-by: Loïc Sang <loic.sang@6wind.com>
lsang6WIND pushed a commit to lsang6WIND/frr that referenced this pull request Jun 24, 2025
Update bmp doc for adj-ri-out, ecmp and loc-rib.

Link: FRRouting#14847
Signed-off-by: Maxence Younsi <mx.yns@outlook.fr>
Signed-off-by: Loïc Sang <loic.sang@6wind.com>
lsang6WIND pushed a commit to lsang6WIND/frr that referenced this pull request Jun 24, 2025
bgpd: changed bmp config to include bmp monitor rib-out
bgpd: added rib-out pre-policy & post-policy monitoring
bgpd: bmp sync for rib-out pre and post
bgpd: added missing out-pre hook bump bmp sessions on bmp reconfigure to run sync immediately
lib, bgpd: added pullwr_timeout, added bmp startup-delay command
bgpd: bmp added bmp session state to bmp show
doc: bmp updated documentation with new commands
bgpd: bmp add rib-out post-policy stats
bgpd: bmp add adj-rib-in per afi/safi stats
bgpd: bmp add loc-rib per afi/safi stats

bgpd: bmp multipath support for adj-rib-in pre-policy
bgpd: bmp multipath support for adj-rib-out post-policy
bgpd: bmp multipath support for adj-rib-in post-policy
bgpd: bmp multipath support for loc-rib
bgpd: bmp multipath support for rib-out-pre
bgpd: bmp add multipath syncing, fix startup-delay cmd
bgpd: bmp simplify bpi locking system, add show bmp locked
bgpd: remove locked path in bqe, fix withdraw flag, fix lbpi hash & cmp
bgpd: no addpath id in mpls vpn case
bgpd: peer types and peer distinguisher in all bmp messages

Link: FRRouting#14847
Signed-off-by: Maxence Younsi <mx.yns@outlook.fr>
Signed-off-by: Loïc Sang <loic.sang@6wind.com>
lsang6WIND pushed a commit to lsang6WIND/frr that referenced this pull request Jun 24, 2025
Update bmp doc for adj-ri-out, ecmp and loc-rib.

Link: FRRouting#14847
Signed-off-by: Maxence Younsi <mx.yns@outlook.fr>
Signed-off-by: Loïc Sang <loic.sang@6wind.com>
lsang6WIND pushed a commit to lsang6WIND/frr that referenced this pull request Jun 24, 2025
bgpd: changed bmp config to include bmp monitor rib-out
bgpd: added rib-out pre-policy & post-policy monitoring
bgpd: bmp sync for rib-out pre and post
bgpd: added missing out-pre hook bump bmp sessions on bmp reconfigure to run sync immediately
lib, bgpd: added pullwr_timeout, added bmp startup-delay command
bgpd: bmp added bmp session state to bmp show
doc: bmp updated documentation with new commands
bgpd: bmp add rib-out post-policy stats
bgpd: bmp add adj-rib-in per afi/safi stats
bgpd: bmp add loc-rib per afi/safi stats

bgpd: bmp multipath support for adj-rib-in pre-policy
bgpd: bmp multipath support for adj-rib-out post-policy
bgpd: bmp multipath support for adj-rib-in post-policy
bgpd: bmp multipath support for loc-rib
bgpd: bmp multipath support for rib-out-pre
bgpd: bmp add multipath syncing, fix startup-delay cmd
bgpd: bmp simplify bpi locking system, add show bmp locked
bgpd: remove locked path in bqe, fix withdraw flag, fix lbpi hash & cmp
bgpd: no addpath id in mpls vpn case
bgpd: peer types and peer distinguisher in all bmp messages

Link: FRRouting#14847
Signed-off-by: Maxence Younsi <mx.yns@outlook.fr>
Signed-off-by: Loïc Sang <loic.sang@6wind.com>
lsang6WIND pushed a commit to lsang6WIND/frr that referenced this pull request Jun 24, 2025
Update bmp doc for adj-ri-out, ecmp and loc-rib.

Link: FRRouting#14847
Signed-off-by: Maxence Younsi <mx.yns@outlook.fr>
Signed-off-by: Loïc Sang <loic.sang@6wind.com>
lsang6WIND pushed a commit to lsang6WIND/frr that referenced this pull request Jun 24, 2025
bgpd: changed bmp config to include bmp monitor rib-out
bgpd: added rib-out pre-policy & post-policy monitoring
bgpd: bmp sync for rib-out pre and post
bgpd: added missing out-pre hook bump bmp sessions on bmp reconfigure to run sync immediately
lib, bgpd: added pullwr_timeout, added bmp startup-delay command
bgpd: bmp added bmp session state to bmp show
doc: bmp updated documentation with new commands
bgpd: bmp add rib-out post-policy stats
bgpd: bmp add adj-rib-in per afi/safi stats
bgpd: bmp add loc-rib per afi/safi stats

bgpd: bmp multipath support for adj-rib-in pre-policy
bgpd: bmp multipath support for adj-rib-out post-policy
bgpd: bmp multipath support for adj-rib-in post-policy
bgpd: bmp multipath support for loc-rib
bgpd: bmp multipath support for rib-out-pre
bgpd: bmp add multipath syncing, fix startup-delay cmd
bgpd: bmp simplify bpi locking system, add show bmp locked
bgpd: remove locked path in bqe, fix withdraw flag, fix lbpi hash & cmp
bgpd: no addpath id in mpls vpn case
bgpd: peer types and peer distinguisher in all bmp messages

Link: FRRouting#14847
Signed-off-by: Maxence Younsi <mx.yns@outlook.fr>
Signed-off-by: Loïc Sang <loic.sang@6wind.com>
lsang6WIND pushed a commit to lsang6WIND/frr that referenced this pull request Jun 24, 2025
Update bmp doc for adj-ri-out, ecmp and loc-rib.

Link: FRRouting#14847
Signed-off-by: Maxence Younsi <mx.yns@outlook.fr>
Signed-off-by: Loïc Sang <loic.sang@6wind.com>
lsang6WIND pushed a commit to lsang6WIND/frr that referenced this pull request Jun 24, 2025
bgpd: changed bmp config to include bmp monitor rib-out
bgpd: added rib-out pre-policy & post-policy monitoring
bgpd: bmp sync for rib-out pre and post
bgpd: added missing out-pre hook bump bmp sessions on bmp reconfigure to run sync immediately
lib, bgpd: added pullwr_timeout, added bmp startup-delay command
bgpd: bmp added bmp session state to bmp show
doc: bmp updated documentation with new commands
bgpd: bmp add rib-out post-policy stats
bgpd: bmp add adj-rib-in per afi/safi stats
bgpd: bmp add loc-rib per afi/safi stats

bgpd: bmp multipath support for adj-rib-in pre-policy
bgpd: bmp multipath support for adj-rib-out post-policy
bgpd: bmp multipath support for adj-rib-in post-policy
bgpd: bmp multipath support for loc-rib
bgpd: bmp multipath support for rib-out-pre
bgpd: bmp add multipath syncing, fix startup-delay cmd
bgpd: bmp simplify bpi locking system, add show bmp locked
bgpd: remove locked path in bqe, fix withdraw flag, fix lbpi hash & cmp
bgpd: no addpath id in mpls vpn case
bgpd: peer types and peer distinguisher in all bmp messages

Link: FRRouting#14847
Signed-off-by: Maxence Younsi <mx.yns@outlook.fr>
Signed-off-by: Loïc Sang <loic.sang@6wind.com>
lsang6WIND pushed a commit to lsang6WIND/frr that referenced this pull request Jun 24, 2025
Update bmp doc for adj-ri-out, ecmp and loc-rib.

Link: FRRouting#14847
Signed-off-by: Maxence Younsi <mx.yns@outlook.fr>
Signed-off-by: Loïc Sang <loic.sang@6wind.com>
lsang6WIND pushed a commit to lsang6WIND/frr that referenced this pull request Jun 26, 2025
bgpd: changed bmp config to include bmp monitor rib-out
bgpd: added rib-out pre-policy & post-policy monitoring
bgpd: bmp sync for rib-out pre and post
bgpd: added missing out-pre hook bump bmp sessions on bmp reconfigure to run sync immediately
lib, bgpd: added pullwr_timeout, added bmp startup-delay command
bgpd: bmp added bmp session state to bmp show
doc: bmp updated documentation with new commands
bgpd: bmp add rib-out post-policy stats
bgpd: bmp add adj-rib-in per afi/safi stats
bgpd: bmp add loc-rib per afi/safi stats

bgpd: bmp multipath support for adj-rib-in pre-policy
bgpd: bmp multipath support for adj-rib-out post-policy
bgpd: bmp multipath support for adj-rib-in post-policy
bgpd: bmp multipath support for loc-rib
bgpd: bmp multipath support for rib-out-pre
bgpd: bmp add multipath syncing, fix startup-delay cmd
bgpd: bmp simplify bpi locking system, add show bmp locked
bgpd: remove locked path in bqe, fix withdraw flag, fix lbpi hash & cmp
bgpd: no addpath id in mpls vpn case
bgpd: peer types and peer distinguisher in all bmp messages

Link: FRRouting#14847
Signed-off-by: Maxence Younsi <mx.yns@outlook.fr>
Signed-off-by: Loïc Sang <loic.sang@6wind.com>
lsang6WIND pushed a commit to lsang6WIND/frr that referenced this pull request Jun 26, 2025
Update bmp doc for adj-ri-out, ecmp and loc-rib.

Link: FRRouting#14847
Signed-off-by: Maxence Younsi <mx.yns@outlook.fr>
Signed-off-by: Loïc Sang <loic.sang@6wind.com>
@lsang6WIND lsang6WIND mentioned this pull request Jun 26, 2025
lsang6WIND pushed a commit to lsang6WIND/frr that referenced this pull request Jun 26, 2025
bgpd: changed bmp config to include bmp monitor rib-out
bgpd: added rib-out pre-policy & post-policy monitoring
bgpd: bmp sync for rib-out pre and post
bgpd: added missing out-pre hook bump bmp sessions on bmp reconfigure to run sync immediately
lib, bgpd: added pullwr_timeout, added bmp startup-delay command
bgpd: bmp added bmp session state to bmp show
doc: bmp updated documentation with new commands
bgpd: bmp add rib-out post-policy stats
bgpd: bmp add adj-rib-in per afi/safi stats
bgpd: bmp add loc-rib per afi/safi stats

bgpd: bmp multipath support for adj-rib-in pre-policy
bgpd: bmp multipath support for adj-rib-out post-policy
bgpd: bmp multipath support for adj-rib-in post-policy
bgpd: bmp multipath support for loc-rib
bgpd: bmp multipath support for rib-out-pre
bgpd: bmp add multipath syncing, fix startup-delay cmd
bgpd: bmp simplify bpi locking system, add show bmp locked
bgpd: remove locked path in bqe, fix withdraw flag, fix lbpi hash & cmp
bgpd: no addpath id in mpls vpn case
bgpd: peer types and peer distinguisher in all bmp messages

Link: FRRouting#14847
Signed-off-by: Maxence Younsi <mx.yns@outlook.fr>
Signed-off-by: Loïc Sang <loic.sang@6wind.com>
lsang6WIND pushed a commit to lsang6WIND/frr that referenced this pull request Jun 26, 2025
Update bmp doc for adj-ri-out, ecmp and loc-rib.

Link: FRRouting#14847
Signed-off-by: Maxence Younsi <mx.yns@outlook.fr>
Signed-off-by: Loïc Sang <loic.sang@6wind.com>
lsang6WIND pushed a commit to lsang6WIND/frr that referenced this pull request Jun 30, 2025
Update bmp doc for adj-ri-out, ecmp and loc-rib.

Link: FRRouting#14847
Signed-off-by: Maxence Younsi <mx.yns@outlook.fr>
Signed-off-by: Loïc Sang <loic.sang@6wind.com>
lsang6WIND pushed a commit to lsang6WIND/frr that referenced this pull request Jun 30, 2025
bgpd: changed bmp config to include bmp monitor rib-out
bgpd: added rib-out pre-policy & post-policy monitoring
bgpd: bmp sync for rib-out pre and post
bgpd: added missing out-pre hook bump bmp sessions on bmp reconfigure to run sync immediately
lib, bgpd: added pullwr_timeout, added bmp startup-delay command
bgpd: bmp added bmp session state to bmp show
doc: bmp updated documentation with new commands
bgpd: bmp add rib-out post-policy stats
bgpd: bmp add adj-rib-in per afi/safi stats
bgpd: bmp add loc-rib per afi/safi stats

bgpd: bmp multipath support for adj-rib-in pre-policy
bgpd: bmp multipath support for adj-rib-out post-policy
bgpd: bmp multipath support for adj-rib-in post-policy
bgpd: bmp multipath support for loc-rib
bgpd: bmp multipath support for rib-out-pre
bgpd: bmp add multipath syncing, fix startup-delay cmd
bgpd: bmp simplify bpi locking system, add show bmp locked
bgpd: remove locked path in bqe, fix withdraw flag, fix lbpi hash & cmp
bgpd: no addpath id in mpls vpn case
bgpd: peer types and peer distinguisher in all bmp messages

Link: FRRouting#14847
Signed-off-by: Maxence Younsi <mx.yns@outlook.fr>
Signed-off-by: Loïc Sang <loic.sang@6wind.com>
lsang6WIND pushed a commit to lsang6WIND/frr that referenced this pull request Jun 30, 2025
Update bmp doc for adj-ri-out, ecmp and loc-rib.

Link: FRRouting#14847
Signed-off-by: Maxence Younsi <mx.yns@outlook.fr>
Signed-off-by: Loïc Sang <loic.sang@6wind.com>
lsang6WIND pushed a commit to lsang6WIND/frr that referenced this pull request Jun 30, 2025
bgpd: changed bmp config to include bmp monitor rib-out
bgpd: added rib-out pre-policy & post-policy monitoring
bgpd: bmp sync for rib-out pre and post
bgpd: added missing out-pre hook bump bmp sessions on bmp reconfigure to run sync immediately
lib, bgpd: added pullwr_timeout, added bmp startup-delay command
bgpd: bmp added bmp session state to bmp show
doc: bmp updated documentation with new commands
bgpd: bmp add rib-out post-policy stats
bgpd: bmp add adj-rib-in per afi/safi stats
bgpd: bmp add loc-rib per afi/safi stats

bgpd: bmp multipath support for adj-rib-in pre-policy
bgpd: bmp multipath support for adj-rib-out post-policy
bgpd: bmp multipath support for adj-rib-in post-policy
bgpd: bmp multipath support for loc-rib
bgpd: bmp multipath support for rib-out-pre
bgpd: bmp add multipath syncing, fix startup-delay cmd
bgpd: bmp simplify bpi locking system, add show bmp locked
bgpd: remove locked path in bqe, fix withdraw flag, fix lbpi hash & cmp
bgpd: no addpath id in mpls vpn case
bgpd: peer types and peer distinguisher in all bmp messages

Link: FRRouting#14847
Signed-off-by: Maxence Younsi <mx.yns@outlook.fr>
Signed-off-by: Loïc Sang <loic.sang@6wind.com>
lsang6WIND pushed a commit to lsang6WIND/frr that referenced this pull request Jun 30, 2025
Update bmp doc for adj-ri-out, ecmp and loc-rib.

Link: FRRouting#14847
Signed-off-by: Maxence Younsi <mx.yns@outlook.fr>
Signed-off-by: Loïc Sang <loic.sang@6wind.com>
lsang6WIND pushed a commit to lsang6WIND/frr that referenced this pull request Jul 1, 2025
bgpd: changed bmp config to include bmp monitor rib-out
bgpd: added rib-out pre-policy & post-policy monitoring
bgpd: bmp sync for rib-out pre and post
bgpd: added missing out-pre hook bump bmp sessions on bmp reconfigure to run sync immediately
lib, bgpd: added pullwr_timeout, added bmp startup-delay command
bgpd: bmp added bmp session state to bmp show
doc: bmp updated documentation with new commands
bgpd: bmp add rib-out post-policy stats
bgpd: bmp add adj-rib-in per afi/safi stats
bgpd: bmp add loc-rib per afi/safi stats

bgpd: bmp multipath support for adj-rib-in pre-policy
bgpd: bmp multipath support for adj-rib-out post-policy
bgpd: bmp multipath support for adj-rib-in post-policy
bgpd: bmp multipath support for loc-rib
bgpd: bmp multipath support for rib-out-pre
bgpd: bmp add multipath syncing, fix startup-delay cmd
bgpd: bmp simplify bpi locking system, add show bmp locked
bgpd: remove locked path in bqe, fix withdraw flag, fix lbpi hash & cmp
bgpd: no addpath id in mpls vpn case
bgpd: peer types and peer distinguisher in all bmp messages

Link: FRRouting#14847
Signed-off-by: Maxence Younsi <mx.yns@outlook.fr>
Signed-off-by: Loïc Sang <loic.sang@6wind.com>
lsang6WIND pushed a commit to lsang6WIND/frr that referenced this pull request Jul 1, 2025
Update bmp doc for adj-ri-out, ecmp and loc-rib.

Link: FRRouting#14847
Signed-off-by: Maxence Younsi <mx.yns@outlook.fr>
Signed-off-by: Loïc Sang <loic.sang@6wind.com>
lsang6WIND pushed a commit to lsang6WIND/frr that referenced this pull request Jul 2, 2025
bgpd: changed bmp config to include bmp monitor rib-out
bgpd: added rib-out pre-policy & post-policy monitoring
bgpd: bmp sync for rib-out pre and post
bgpd: added missing out-pre hook bump bmp sessions on bmp reconfigure to run sync immediately
lib, bgpd: added pullwr_timeout, added bmp startup-delay command
bgpd: bmp added bmp session state to bmp show
doc: bmp updated documentation with new commands
bgpd: bmp add rib-out post-policy stats
bgpd: bmp add adj-rib-in per afi/safi stats
bgpd: bmp add loc-rib per afi/safi stats

bgpd: bmp multipath support for adj-rib-in pre-policy
bgpd: bmp multipath support for adj-rib-out post-policy
bgpd: bmp multipath support for adj-rib-in post-policy
bgpd: bmp multipath support for loc-rib
bgpd: bmp multipath support for rib-out-pre
bgpd: bmp add multipath syncing, fix startup-delay cmd
bgpd: bmp simplify bpi locking system, add show bmp locked
bgpd: remove locked path in bqe, fix withdraw flag, fix lbpi hash & cmp
bgpd: no addpath id in mpls vpn case
bgpd: peer types and peer distinguisher in all bmp messages

Link: FRRouting#14847
Signed-off-by: Maxence Younsi <mx.yns@outlook.fr>
Signed-off-by: Loïc Sang <loic.sang@6wind.com>
lsang6WIND pushed a commit to lsang6WIND/frr that referenced this pull request Jul 2, 2025
Update bmp doc for adj-ri-out, ecmp and loc-rib.

Link: FRRouting#14847
Signed-off-by: Maxence Younsi <mx.yns@outlook.fr>
Signed-off-by: Loïc Sang <loic.sang@6wind.com>
lsang6WIND pushed a commit to lsang6WIND/frr that referenced this pull request Jul 10, 2025
bgpd: changed bmp config to include bmp monitor rib-out
bgpd: added rib-out pre-policy & post-policy monitoring
bgpd: bmp sync for rib-out pre and post
bgpd: added missing out-pre hook bump bmp sessions on bmp reconfigure to run sync immediately
lib, bgpd: added pullwr_timeout, added bmp startup-delay command
bgpd: bmp added bmp session state to bmp show
doc: bmp updated documentation with new commands
bgpd: bmp add rib-out post-policy stats
bgpd: bmp add adj-rib-in per afi/safi stats
bgpd: bmp add loc-rib per afi/safi stats

bgpd: bmp multipath support for adj-rib-in pre-policy
bgpd: bmp multipath support for adj-rib-out post-policy
bgpd: bmp multipath support for adj-rib-in post-policy
bgpd: bmp multipath support for loc-rib
bgpd: bmp multipath support for rib-out-pre
bgpd: bmp add multipath syncing, fix startup-delay cmd
bgpd: bmp simplify bpi locking system, add show bmp locked
bgpd: remove locked path in bqe, fix withdraw flag, fix lbpi hash & cmp
bgpd: no addpath id in mpls vpn case
bgpd: peer types and peer distinguisher in all bmp messages

Link: FRRouting#14847
Signed-off-by: Maxence Younsi <mx.yns@outlook.fr>
Signed-off-by: Loïc Sang <loic.sang@6wind.com>
lsang6WIND pushed a commit to lsang6WIND/frr that referenced this pull request Jul 10, 2025
Update bmp doc for adj-ri-out, ecmp and loc-rib.

Link: FRRouting#14847
Signed-off-by: Maxence Younsi <mx.yns@outlook.fr>
Signed-off-by: Loïc Sang <loic.sang@6wind.com>
@mxyns
Copy link
Contributor Author

mxyns commented Jul 19, 2025

continued in #18719

@mxyns mxyns closed this Jul 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants