summaryrefslogtreecommitdiffstats
path: root/lib/command.c
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@users.noreply.github.com>2021-09-09 18:22:53 +0200
committerGitHub <noreply@github.com>2021-09-09 18:22:53 +0200
commit32acb4a7adc4e7fcd72b36a124e8ec3929d79e10 (patch)
tree59036d4eb3c66e713097fac4308da117011c37d4 /lib/command.c
parentMerge pull request #9581 from idryzhov/rpki-source-move (diff)
parentlib: fix indentation trainwreck in command_py (diff)
downloadfrr-32acb4a7adc4e7fcd72b36a124e8ec3929d79e10.tar.xz
frr-32acb4a7adc4e7fcd72b36a124e8ec3929d79e10.zip
Merge pull request #9497 from opensourcerouting/cli-better-no
Diffstat (limited to 'lib/command.c')
-rw-r--r--lib/command.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/command.c b/lib/command.c
index fcaf466c6..53aa06470 100644
--- a/lib/command.c
+++ b/lib/command.c
@@ -74,6 +74,7 @@ const struct message tokennames[] = {
item(JOIN_TKN),
item(START_TKN),
item(END_TKN),
+ item(NEG_ONLY_TKN),
{0},
};
/* clang-format on */