CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/04/15 04:36:59
Modified files:
usr.sbin/bgpctl: parser.c
Log message:
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@
