summaryrefslogtreecommitdiff
path: root/lib/command_graph.h
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@users.noreply.github.com>2021-09-09 12:22:53 -0400
committerGitHub <noreply@github.com>2021-09-09 12:22:53 -0400
commit32acb4a7adc4e7fcd72b36a124e8ec3929d79e10 (patch)
tree59036d4eb3c66e713097fac4308da117011c37d4 /lib/command_graph.h
parentf334c88ed9675eab624728ecd6eaaff3a9b41255 (diff)
parent3be280bb8c48de8bb71ad8b193a83a0b4eec4b62 (diff)
Merge pull request #9497 from opensourcerouting/cli-better-no
Diffstat (limited to 'lib/command_graph.h')
-rw-r--r--lib/command_graph.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/command_graph.h b/lib/command_graph.h
index 2754dca67d..c20c9874c2 100644
--- a/lib/command_graph.h
+++ b/lib/command_graph.h
@@ -64,6 +64,7 @@ enum cmd_token_type {
JOIN_TKN, // marks subgraph end
START_TKN, // first token in line
END_TKN, // last token in line
+ NEG_ONLY_TKN, // filter token, match if "no ..." command
SPECIAL_TKN = FORK_TKN,
};