summaryrefslogtreecommitdiffstats
path: root/nest/rt-table.c
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2000-05-08 16:58:00 +0200
committerMartin Mares <mj@ucw.cz>2000-05-08 16:58:00 +0200
commit33a368ad594822239bfbaa2eab50c76171e09b9e (patch)
treee148b7bb0af78a0473520f1672e54721c3b80a4c /nest/rt-table.c
parent0c3588bf5e43936ea0f1e630dea500912b598c60 (diff)
downloadbird-33a368ad594822239bfbaa2eab50c76171e09b9e.tar
bird-33a368ad594822239bfbaa2eab50c76171e09b9e.zip
Implemented `show route count' which is `show route stats' with
exception that it doesn't print the routes themselves.
Diffstat (limited to 'nest/rt-table.c')
-rw-r--r--nest/rt-table.c3
1 files changed, 2 insertions, 1 deletions
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)