Skip to content

Commit

Permalink
Merge pull request #17654 from mjstapp/remove_bgp_pRN
Browse files Browse the repository at this point in the history
bgpd: remove unneeded printfrr reg for pRN
  • Loading branch information
donaldsharp authored Dec 17, 2024
2 parents 76e0c84 + b94e720 commit 6c3e1e4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bgpd/bgp_table.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6c3e1e4

Please sign in to comment.