]> git.puffer.fish Git - matthieu/frr.git/commit
frr-reload: rpki context exiting uses exit and not end
authorRunar Borge <runar@borge.nu>
Fri, 22 Jan 2021 23:15:41 +0000 (00:15 +0100)
committerIgor Ryzhov <iryzhov@nfware.com>
Fri, 26 Feb 2021 11:37:08 +0000 (14:37 +0300)
commitc2e463478ce784844ae2ac9c21420da50ee5b9cb
tree77f49b2df5d131e3992483ee43fc0b1511fa7355
parentf11db16986c2df0db702abcfc76e7046436504a5
frr-reload: rpki context exiting uses exit and not end

Issue:
The rpki subcontext uses exit instead of end to exit.
This makes issues with frr-reload in the way that frr-reload never exits
rpki context until it reaches the next end statement. this also happens when
parsing the configuration from vtysh.

Fixes: #7887
Signed-off-by: Runar Borge <runar@borge.nu>
tools/frr-reload.py