summaryrefslogtreecommitdiffstats
path: root/lib/command_match.c
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2016-09-21 03:17:34 +0200
committerDonald Sharp <sharpd@cumulusnetworks.com>2016-09-21 03:17:34 +0200
commit460a768914822df062bc1282296e6bf6a3c6f725 (patch)
tree5997cc60a574e56f4960103caa9d9f35a36bc4e2 /lib/command_match.c
parentMerge branch 'cmaster-next' into vtysh-grammar (diff)
parentbgpd: Additional Show Commands (diff)
downloadfrr-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.c3
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 *);