Skip to content

Commit

Permalink
Merge pull request #6334 from ton31337/fix/labeled_unicast_table_scount
Browse files Browse the repository at this point in the history
bgpd: Set a proper SAFI for labaled-unicast when looking for scount
  • Loading branch information
srimohans authored May 12, 2020
2 parents cc94d66 + d55811c commit 02b89bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bgpd/bgp_vty.c
Original file line number Diff line number Diff line change
Expand Up @@ -9087,7 +9087,7 @@ static int bgp_show_summary(struct vty *vty, struct bgp *bgp, int afi, int safi,
}
}

paf = peer_af_find(peer, afi, pfx_rcd_safi);
paf = peer_af_find(peer, afi, safi);
filter = &peer->filter[afi][safi];

count++;
Expand Down

0 comments on commit 02b89bd

Please sign in to comment.