summaryrefslogtreecommitdiff
path: root/zebra/zebra_vty.c
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2017-09-03 17:59:14 -0400
committerGitHub <noreply@github.com>2017-09-03 17:59:14 -0400
commit650e74d71a2faa6536de4d3043aebe306ee3db1d (patch)
treeef920bad56027acd8e6a0cfe2b88123694e6e1e4 /zebra/zebra_vty.c
parentd8ed14299c2dc24245c7251c53d6b12335da3a4b (diff)
parent5f20552d51647a7ab672b9e7dbdf7de757c9fb29 (diff)
Merge pull request #1090 from opensourcerouting/rib_issues
RIB issues
Diffstat (limited to 'zebra/zebra_vty.c')
-rw-r--r--zebra/zebra_vty.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/zebra/zebra_vty.c b/zebra/zebra_vty.c
index 98ce985344..95ba19b1f6 100644
--- a/zebra/zebra_vty.c
+++ b/zebra/zebra_vty.c
@@ -402,8 +402,6 @@ static void vty_show_ip_route_detail(struct vty *vty, struct route_node *rn,
}
if (CHECK_FLAG(re->flags, ZEBRA_FLAG_SELECTED))
vty_out(vty, ", best");
- if (re->refcnt)
- vty_out(vty, ", refcnt %ld", re->refcnt);
vty_out(vty, "\n");
if (re->type == ZEBRA_ROUTE_RIP || re->type == ZEBRA_ROUTE_OSPF