]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: Add ability to dump the bgp peerhash
authorDonald Sharp <sharpd@cumulusnetworks.com>
Mon, 8 Oct 2018 00:47:42 +0000 (20:47 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Mon, 8 Oct 2018 00:55:52 +0000 (20:55 -0400)
commit825d98347d8993fb2f7debefdaa5eabbceec996c
tree1c98a7843d7d670e1771df4c4433f4e267d6ba0b
parent1c7e6ef3d8cc6ee8e1c97624e06ea0544be3842c
bgpd: Add ability to dump the bgp peerhash

The bgp->peerhash is a secretive bit of data that we use
to quickly lookup data about peers.  Unfortunately
since we had not way to look at it, we had no way
of knowing if it had gotten in or out of sync.

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