tools: fix frr-reload context keywords

There are singline-line commands inside `router bgp` that start with
`vnc ` or `bmp `. Those commands are currently treated as node-entering
commands. We need to specify such commands more precisely.

Fixes #10548.

Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
This commit is contained in:
Igor Ryzhov 2022-02-10 02:51:49 +03:00
parent 8aa03a655e
commit 57692f125e

View File

@ -517,9 +517,11 @@ class Config(object):
"address-family ": {
"vni ": {},
},
"vnc ": {},
"vnc defaults": {},
"vnc nve-group ": {},
"vnc l2-group ": {},
"vrf-policy ": {},
"bmp ": {},
"bmp targets ": {},
"segment-routing srv6": {},
},
"router rip": {},