Introduce an ANYTOKEN token which can be used instead of NOTOKEN to allow
authorclaudio <claudio@openbsd.org>
Sat, 15 Apr 2023 10:36:59 +0000 (10:36 +0000)
committerclaudio <claudio@openbsd.org>
Sat, 15 Apr 2023 10:36:59 +0000 (10:36 +0000)
commitd1d4129202059a05ee1b64ebbfb235451112109d
tree40852459c164d90d88fc4dcee78b790bc3130506
parente28026edd40423b99cb9a55002cf1cb246d06631
Introduce an ANYTOKEN token which can be used instead of NOTOKEN to allow
to fall back to another table if no other element in the current table
matched. ANYTOKEN needs to be the last element in a table.

With this 'bgpctl show rib 192.0.2.1 detail' works.
OK tb@
usr.sbin/bgpctl/parser.c