diff options
author | Donatas Abraitis <donatas@opensourcerouting.org> | 2022-08-25 12:53:30 +0200 |
---|---|---|
committer | Donatas Abraitis <donatas@opensourcerouting.org> | 2022-08-25 13:35:28 +0200 |
commit | 036f482fced6143a5493a8733f58364869d98576 (patch) | |
tree | e38a6d1fcb0e7d9d07ee04a208ad79ba97c921e1 /bgpd/bgp_nexthop.h | |
parent | bgpd: Convert prefix2str to %pFX (diff) | |
download | frr-036f482fced6143a5493a8733f58364869d98576.tar.xz frr-036f482fced6143a5493a8733f58364869d98576.zip |
bgpd: Drop bnc_str() function
Reuse %pFX -> prefix2str()
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
Diffstat (limited to 'bgpd/bgp_nexthop.h')
-rw-r--r-- | bgpd/bgp_nexthop.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bgpd/bgp_nexthop.h b/bgpd/bgp_nexthop.h index 9d653ef4d..efad906d0 100644 --- a/bgpd/bgp_nexthop.h +++ b/bgpd/bgp_nexthop.h @@ -161,7 +161,6 @@ extern struct bgp_nexthop_cache *bnc_find(struct bgp_nexthop_cache_head *tree, uint32_t srte_color, ifindex_t ifindex); extern void bnc_nexthop_free(struct bgp_nexthop_cache *bnc); -extern const char *bnc_str(struct bgp_nexthop_cache *bnc, char *buf, int size); extern void bgp_scan_init(struct bgp *bgp); extern void bgp_scan_finish(struct bgp *bgp); extern void bgp_scan_vty_init(void); |