diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2010-02-20 00:03:31 +0100 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2010-02-20 00:08:07 +0100 |
commit | e304fd4bcf5813b581a39078a25a5cf6916b9f29 (patch) | |
tree | d32f60be5488cc53543bcdece93cdedbd0ad8a8a /conf/confbase.Y | |
parent | dfd48621d1a54f2beb461fe3847fc4b2a535675e (diff) |
Implements pattern match for 'show protocols' command.
And generally consolidates protocol commands.
Diffstat (limited to 'conf/confbase.Y')
-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 b65d6087..2d95a0d3 100644 --- a/conf/confbase.Y +++ b/conf/confbase.Y @@ -42,6 +42,7 @@ CF_DECLS void *g; bird_clock_t time; struct prefix px; + struct proto_spec ps; struct timeformat *tf; } |