Skip to content

Commit

Permalink
Merge pull request #2494 from pacovn/s5.0_NoNeg
Browse files Browse the repository at this point in the history
bgpd: Actually display labeled unicast routes received
  • Loading branch information
louberger committed Jun 19, 2018
2 parents 088dc39 + 8416ede commit f0adaee
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 @@ -7935,7 +7935,7 @@ static int bgp_show_summary(struct vty *vty, struct bgp *bgp, int afi, int safi,
BGP_UPTIME_LEN, 0, NULL));

if (peer->status == Established)
if (peer->afc_recv[afi][pfx_rcd_safi])
if (peer->afc_recv[afi][safi])
vty_out(vty, " %12ld",
peer->pcount[afi]
[pfx_rcd_safi]);
Expand Down

0 comments on commit f0adaee

Please sign in to comment.