mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-11-01 12:47:16 +00:00
bgpd: missing rpki expire-interval in show running-config
a missing command expire-interval was not present in show running-config. append it. Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
This commit is contained in:
parent
f9dea02e96
commit
416d0484c0
@ -917,6 +917,7 @@ static int config_write(struct vty *vty)
|
||||
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);
|
||||
vty_out(vty, " rpki expire_interval %d\n", expire_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