]> git.proxmox.com Git - mirror_frr.git/commit
bgpd: Make bgp_debug.[ch] take `const struct peer *` and return bool
authorDonald Sharp <sharpd@nvidia.com>
Thu, 5 May 2022 15:31:33 +0000 (11:31 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Fri, 13 May 2022 12:40:41 +0000 (08:40 -0400)
commitd032ddcedc421eb20e77cc008055a01ac66b3ff4
tree018c1420ec57b7600cb9c9e1efa248455f97e1f2
parent4dc6d51122182a179a2838ad6e498038bdd9b7a5
bgpd: Make bgp_debug.[ch] take `const struct peer *` and return bool

Several functions in bgp_debug.[ch] take a const struct peer *
and also return a bool instead of an int.

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