]> git.proxmox.com Git - mirror_frr.git/commit - bgpd/bgp_rpki.c
bgpd: Fix rpki command nodes.
authorroot <root@frr.routeviews.org>
Wed, 3 Apr 2019 20:47:44 +0000 (16:47 -0400)
committerroot <root@frr.routeviews.org>
Wed, 3 Apr 2019 20:47:44 +0000 (16:47 -0400)
commit9593708de0f119e290247c779f3370250e94b356
treec395415c54d2a6bff244398f4afc08975bbc2261
parentc5dafdbf5c9320956b453701b5145faf6ede7506
bgpd: Fix rpki command nodes.

Move &rpki_cmd from VIEW to ENABLE.  A non-enabled session could
enter into the rpki command node and exit into glocalb config mode
without having to enable.

Move &show_rpki* from ENABLE to VIEW. Allow non-enabled user to
view cache state and prefix table state.

Signed-off-by: David Teach <dteach@routeviews.org>
bgpd/bgp_rpki.c