summaryrefslogtreecommitdiffstats
path: root/nest/route.h
diff options
context:
space:
mode:
authorOndrej Filip <feela@majklik.network.cz>2009-05-11 02:01:11 +0200
committerOndrej Filip <feela@majklik.network.cz>2009-05-11 02:01:11 +0200
commit4d176e14509c71823a539b3c8b6103e254296d4f (patch)
tree55d9403fefa8dae863e07f24001a637844d87978 /nest/route.h
parentef9c9ab9b64a6f3b5154e5340ffdcd1d211ec4c5 (diff)
downloadbird-4d176e14509c71823a539b3c8b6103e254296d4f.tar
bird-4d176e14509c71823a539b3c8b6103e254296d4f.zip
'show route protocol <p>' added to CLI.
Diffstat (limited to 'nest/route.h')
-rw-r--r--nest/route.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/nest/route.h b/nest/route.h
index 0de0e0f..08df881 100644
--- a/nest/route.h
+++ b/nest/route.h
@@ -211,6 +211,7 @@ struct rt_show_data {
struct filter *filter;
int verbose;
struct fib_iterator fit;
+ struct proto *show_protocol;
struct proto *import_protocol;
int import_mode, primary_only;
struct config *running_on_config;