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/cf-lex.l | |
parent | dfd48621d1a54f2beb461fe3847fc4b2a535675e (diff) |
Implements pattern match for 'show protocols' command.
And generally consolidates protocol commands.
Diffstat (limited to 'conf/cf-lex.l')
-rw-r--r-- | conf/cf-lex.l | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/cf-lex.l b/conf/cf-lex.l index 04b0c604..3fe3c2e6 100644 --- a/conf/cf-lex.l +++ b/conf/cf-lex.l @@ -33,6 +33,7 @@ #include "nest/bird.h" #include "nest/route.h" +#include "nest/protocol.h" #include "filter/filter.h" #include "conf/conf.h" #include "conf/cf-parse.tab.h" |