mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-05 13:21:22 +00:00
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:
parent
8aa03a655e
commit
57692f125e
@ -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": {},
|
||||
|
Loading…
Reference in New Issue
Block a user