summaryrefslogtreecommitdiff
path: root/lib/command_match.c
diff options
context:
space:
mode:
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 d7c2222ce6..dd68ca477e 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 *);