mirror of
https://github.com/FRRouting/frr.git
synced 2025-04-30 13:37:17 +02:00
Merge pull request #17654 from mjstapp/remove_bgp_pRN
bgpd: remove unneeded printfrr reg for pRN
This commit is contained in:
commit
6c3e1e4fd6
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue