diff options
| author | Mark Stapp <mjs@cisco.com> | 2024-12-16 15:35:29 -0500 |
|---|---|---|
| committer | Mark Stapp <mjs@cisco.com> | 2024-12-16 15:35:29 -0500 |
| commit | b94e7204804aa5fc843c7f37f67e579d507d9f09 (patch) | |
| tree | a1f726198cf7c5a514876a7dba25430ef2c4bd80 /bgpd/bgp_table.h | |
| parent | 3bebb7be9204a51f194317438aa883f1b10c8646 (diff) | |
bgpd: remove unneeded printfrr reg for pRN
Remove a printfrr registration for pRN from bgpd.
Signed-off-by: Mark Stapp <mjs@cisco.com>
Diffstat (limited to 'bgpd/bgp_table.h')
| -rw-r--r-- | bgpd/bgp_table.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bgpd/bgp_table.h b/bgpd/bgp_table.h index 130f5ca749..782b5354fa 100644 --- a/bgpd/bgp_table.h +++ b/bgpd/bgp_table.h @@ -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 |
