mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-21 23:25:43 +00:00
bgpd: Add rpki reset
to ENABLE node
`rpki stop` and `rpki start` were already, let's add `rpki reset` as well. Instead of going into configure mode. Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
This commit is contained in:
parent
0e3d96bf4b
commit
8f14ae47c1
@ -1450,6 +1450,7 @@ static void install_cli_commands(void)
|
|||||||
install_element(ENABLE_NODE, &bgp_rpki_stop_cmd);
|
install_element(ENABLE_NODE, &bgp_rpki_stop_cmd);
|
||||||
|
|
||||||
/* Install rpki reset command */
|
/* Install rpki reset command */
|
||||||
|
install_element(ENABLE_NODE, &rpki_reset_cmd);
|
||||||
install_element(RPKI_NODE, &rpki_reset_cmd);
|
install_element(RPKI_NODE, &rpki_reset_cmd);
|
||||||
|
|
||||||
/* Install rpki polling period commands */
|
/* Install rpki polling period commands */
|
||||||
|
Loading…
Reference in New Issue
Block a user