]> git.proxmox.com Git - mirror_frr.git/commit - bgpd/bgp_routemap.c
*: support keywords that begin with uppercase letter
authorDaniel Walton <dwalton@cumulusnetworks.com>
Thu, 14 Sep 2017 18:07:30 +0000 (18:07 +0000)
committerDaniel Walton <dwalton@cumulusnetworks.com>
Thu, 14 Sep 2017 18:07:30 +0000 (18:07 +0000)
commitd114b977e90d09fdfe228fa7feee5a1aadec8903
tree61a7795b833ec7a99db050c84d3dd0d533532fce
parent461b76e4ed82f3bb3f71499cfb2025959affca9b
*: support keywords that begin with uppercase letter

Signed-off-by: Daniel Walton <dwalton@cumulusnetworks.com>
VARIABLE tokens must be all uppercase, this allows us to support WORD
tokens that begin with an uppercase letter.  The "Null0" keyword is an
example of where this is needed.

The only VARIABLE we had that wasn't already all uppercase was
ASN:nn_or_IP-address:nn
bgpd/bgp_evpn_vty.c
bgpd/bgp_mplsvpn.c
bgpd/bgp_route.c
bgpd/bgp_routemap.c
bgpd/bgp_vty.c
bgpd/rfapi/bgp_rfapi_cfg.c
bgpd/rfapi/rfapi_vty.c
lib/command_lex.l
lib/command_match.c