]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: Add a bit of debug to give us data about how an update group is formed 11149/head
authorDonald Sharp <sharpd@nvidia.com>
Thu, 5 May 2022 15:21:20 +0000 (11:21 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Fri, 13 May 2022 12:48:32 +0000 (08:48 -0400)
commit34d8aff15b62138288903f6d37d3e2d5231f2040
treedd5a45f622d3723a0f57447dda846149e238240c
parentd032ddcedc421eb20e77cc008055a01ac66b3ff4
bgpd: Add a bit of debug to give us data about how an update group is formed

The creation of the update group is a tiny bit of a black box and is hard
to figure out by hand if it is correct.  Add a bit of code so that FRR
operators/developers can determine if the update group categorization
makes us happy.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
bgpd/bgp_updgrp.c