summaryrefslogtreecommitdiffstats
path: root/src/scanner.l
diff options
context:
space:
mode:
Diffstat (limited to 'src/scanner.l')
-rw-r--r--src/scanner.l1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/scanner.l b/src/scanner.l
index 38e92db0..ab10738b 100644
--- a/src/scanner.l
+++ b/src/scanner.l
@@ -274,6 +274,7 @@ addrstring ({macaddr}|{ip4addr}|{ip6addr})
"create" { return CREATE; }
"insert" { return INSERT; }
"delete" { return DELETE; }
+"get" { return GET; }
"list" { return LIST; }
"reset" { return RESET; }
"flush" { return FLUSH; }