Merge pull request #17654 from mjstapp/remove_bgp_pRN

bgpd: remove unneeded printfrr reg for pRN
This commit is contained in:
Donald Sharp 2024-12-17 14:44:18 -05:00 committed by GitHub
commit 6c3e1e4fd6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -419,7 +419,6 @@ static inline unsigned int bgp_dest_get_lock_count(const struct bgp_dest *dest)
}
#ifdef _FRR_ATTRIBUTE_PRINTFRR
#pragma FRR printfrr_ext "%pRN" (struct bgp_node *)
#pragma FRR printfrr_ext "%pBD" (struct bgp_dest *)
#endif