diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-09-21 03:17:34 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-09-21 03:17:34 +0200 |
commit | 460a768914822df062bc1282296e6bf6a3c6f725 (patch) | |
tree | 5997cc60a574e56f4960103caa9d9f35a36bc4e2 /lib/command_match.c | |
parent | Merge branch 'cmaster-next' into vtysh-grammar (diff) | |
parent | bgpd: Additional Show Commands (diff) | |
download | frr-460a768914822df062bc1282296e6bf6a3c6f725.tar.xz frr-460a768914822df062bc1282296e6bf6a3c6f725.zip |
Merge remote-tracking branch 'origin/cmaster-next' into vtysh-grammar
Diffstat (limited to 'lib/command_match.c')
-rw-r--r-- | lib/command_match.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/command_match.c b/lib/command_match.c index d7c2222ce..dd68ca477 100644 --- a/lib/command_match.c +++ b/lib/command_match.c @@ -23,10 +23,13 @@ */ #include <zebra.h> + #include "command_match.h" #include "command_parse.h" #include "memory.h" +DEFINE_MTYPE_STATIC(LIB, CMD_TOKENS, "Command Tokens") + /* matcher helper prototypes */ static int add_nexthops (struct list *, struct graph_node *); |