]> git.proxmox.com Git - mirror_frr.git/commit - bgpd/bgp_rpki.c
bgpd: fix rpki exit command
authorQuentin Young <qlyoung@cumulusnetworks.com>
Wed, 22 Aug 2018 20:05:04 +0000 (20:05 +0000)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Thu, 23 Aug 2018 16:10:12 +0000 (16:10 +0000)
commit61a484a90a4a7c0ddfabc5425261c1ed76976c5c
tree8cebc274354cab8a40a6f575547ee893fabc8c0c
parentff7f6cd82999cd674a98232c7073937da84bd27c
bgpd: fix rpki exit command

If a command returns a nonzero exit status and VTYSH has a corresponding
command, VTYSH will skip executing its own version. If this happens in a
command that changes CLI nodes we get node desynchronization.

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
bgpd/bgp_rpki.c
vtysh/vtysh.c