Skip to content

Commit

Permalink
Merge pull request FRRouting#7447 from donaldsharp/table_stats
Browse files Browse the repository at this point in the history
bgpd: Allow 1 prefix to generate statistics
  • Loading branch information
ton31337 authored Nov 4, 2020
2 parents dc7b85a + 2b6b4a5 commit 626d165
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions bgpd/bgp_route.c
Original file line number Diff line number Diff line change
Expand Up @@ -12110,9 +12110,6 @@ static void bgp_table_stats_rn(struct bgp_dest *dest, struct bgp_dest *top,
struct bgp_path_info *pi;
const struct prefix *rn_p;

if (dest == top)
return;

if (!bgp_dest_has_bgp_path_info_data(dest))
return;

Expand Down

0 comments on commit 626d165

Please sign in to comment.