From 23693958aa95edf5baaeaa5baa55725dc4895681 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 7 May 2000 11:28:59 +0000 Subject: Implemented `show route <...> stats'. --- nest/route.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nest/route.h') diff --git a/nest/route.h b/nest/route.h index 1e6fd64..c36cde6 100644 --- a/nest/route.h +++ b/nest/route.h @@ -209,6 +209,8 @@ struct rt_show_data { struct proto *import_protocol; int import_mode, primary_only; struct config *running_on_config; + int net_counter, rt_counter, show_counter; + int stats; }; void rt_show(struct rt_show_data *); -- cgit v1.2.3