- filters: user defined attributes?
- cli: show tables?
-- cli: show route count (like stats, but doesn't print the routes)
- cli: show where is routed given IP address?
- client: Ctrl-R eats one more enter
CF_KEYWORDS(ROUTER, ID, PROTOCOL, PREFERENCE, DISABLED, DEBUG, ALL, OFF, DIRECT)
CF_KEYWORDS(INTERFACE, IMPORT, EXPORT, FILTER, NONE, TABLE, STATES, ROUTES, FILTERS)
CF_KEYWORDS(PASSWORD, FROM, PASSIVE, TO, ID, EVENTS, PACKETS, PROTOCOLS, INTERFACES)
-CF_KEYWORDS(PRIMARY, STATS)
+CF_KEYWORDS(PRIMARY, STATS, COUNT)
CF_ENUM(T_ENUM_RTS, RTS_, DUMMY, STATIC, INHERIT, DEVICE, STATIC_DEVICE, REDIRECT,
RIP, OSPF, OSPF_EXT, OSPF_IA, OSPF_BOUNDARY, BGP, PIPE)
$$ = $1;
$$->stats = 1;
}
+ | r_args COUNT {
+ $$ = $1;
+ $$->stats = 2;
+ }
;
import_or_proto:
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)