From 33a368ad594822239bfbaa2eab50c76171e09b9e Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Mon, 8 May 2000 14:58:00 +0000 Subject: Implemented `show route count' which is `show route stats' with exception that it doesn't print the routes themselves. --- nest/rt-table.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'nest/rt-table.c') diff --git a/nest/rt-table.c b/nest/rt-table.c index 975874a..cf87a70 100644 --- a/nest/rt-table.c +++ b/nest/rt-table.c @@ -749,7 +749,8 @@ rt_show_net(struct cli *c, net *n, struct rt_show_data *d) if (ok) { d->show_counter++; - rt_show_rte(c, ia, e, d, tmpa); + if (d->stats < 2) + rt_show_rte(c, ia, e, d, tmpa); ia[0] = 0; } if (e != ee) -- cgit v1.2.3