From: Igor Ryzhov Date: Wed, 9 Feb 2022 23:51:49 +0000 (+0300) Subject: tools: fix frr-reload context keywords X-Git-Tag: pim6-testing-20220430~334^2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=refs%2Fpull%2F10552%2Fhead;p=mirror%2Ffrr.git 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 --- diff --git a/tools/frr-reload.py b/tools/frr-reload.py index 2be8653519..2b76c43f7b 100755 --- a/tools/frr-reload.py +++ b/tools/frr-reload.py @@ -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": {},