diff options
author | Ondrej Filip <feela@majklik.network.cz> | 2009-05-11 02:01:11 +0200 |
---|---|---|
committer | Ondrej Filip <feela@majklik.network.cz> | 2009-05-11 02:01:11 +0200 |
commit | 4d176e14509c71823a539b3c8b6103e254296d4f (patch) | |
tree | 55d9403fefa8dae863e07f24001a637844d87978 /nest/route.h | |
parent | ef9c9ab9b64a6f3b5154e5340ffdcd1d211ec4c5 (diff) | |
download | bird-4d176e14509c71823a539b3c8b6103e254296d4f.tar bird-4d176e14509c71823a539b3c8b6103e254296d4f.zip |
'show route protocol <p>' added to CLI.
Diffstat (limited to 'nest/route.h')
-rw-r--r-- | nest/route.h | 1 |
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; |