mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-11-02 13:21:52 +00:00
bgpd: missing rpki retry-interval in show running-config
show running-config did not display rpki retry-interval. fixes this. Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
This commit is contained in:
parent
b5b9dcae9c
commit
f9dea02e96
@ -916,6 +916,7 @@ static int config_write(struct vty *vty)
|
||||
vty_out(vty, "!\n");
|
||||
vty_out(vty, "rpki\n");
|
||||
vty_out(vty, " rpki polling_period %d\n", polling_period);
|
||||
vty_out(vty, " rpki retry-interval %d\n", retry_interval);
|
||||
for (ALL_LIST_ELEMENTS_RO(cache_list, cache_node, cache)) {
|
||||
switch (cache->type) {
|
||||
struct tr_tcp_config *tcp_config;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user