]> git.puffer.fish Git - matthieu/frr.git/commit
tools: fix frr-reload context keywords
authorIgor Ryzhov <iryzhov@nfware.com>
Wed, 9 Feb 2022 23:51:49 +0000 (02:51 +0300)
committerIgor Ryzhov <iryzhov@nfware.com>
Wed, 9 Feb 2022 23:51:49 +0000 (02:51 +0300)
commit57692f125e60acc5b94e5b9ab11b654cce589ad9
tree9fc6429c871785618f0c35ac595ef0ae80a31bc6
parent8aa03a655e34da1e4913eb3cc120d4e4f9863949
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>
tools/frr-reload.py