diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2012-03-16 12:12:26 +0100 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2012-03-16 12:12:26 +0100 |
commit | 20ab192beca749166e19118e987b53b5e131d0cf (patch) | |
tree | 869cc9208ddb8a02140057d30813f7532d56d35a /conf | |
parent | 0888a737b045b48106edbd28ba3cd62fcc8c191e (diff) |
Adds filtering to 'show ospf lsadb' command.
Thanks Alexander V. Chernikov for the original patch.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/confbase.Y | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/confbase.Y b/conf/confbase.Y index 14893f47..b952f314 100644 --- a/conf/confbase.Y +++ b/conf/confbase.Y @@ -50,6 +50,7 @@ CF_DECLS struct f_path_mask *h; struct password_item *p; struct rt_show_data *ra; + struct lsadb_show_data *ld; struct iface *iface; void *g; bird_clock_t time; |