]> git.proxmox.com Git - mirror_frr.git/commit - bgpd/bgp_rpki.c
bgpd: Use bgp pointer instead of peer pointer
authorDonald Sharp <sharpd@nvidia.com>
Tue, 8 Nov 2022 12:16:53 +0000 (07:16 -0500)
committerDonald Sharp <sharpd@nvidia.com>
Tue, 8 Nov 2022 13:11:52 +0000 (08:11 -0500)
commit802ca11f1076e94c23923fd835ac928ef300f80d
tree1573569c4c9e6a31a3ed5d23ceb611b2f16e5285
parent89c73443e8cfd3d6809e8a036151849c3bcf518c
bgpd: Use bgp pointer instead of peer pointer

When looking up a table, use the bgp pointer that we
have.  Code cleanliness and all that.

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