]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: Add code to output expire and retry interval for rpki 9402/head
authorDonald Sharp <sharpd@nvidia.com>
Mon, 16 Aug 2021 14:59:20 +0000 (10:59 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Mon, 16 Aug 2021 15:04:06 +0000 (11:04 -0400)
commit9a65115329b6bb77ef08f8be72f114a210c3daec
treefa9791fb2d3280d8d0f20079252f718f49c47740
parent73261b4759130e57d050327f2094dc8ab9ed51a2
bgpd: Add code to output expire and retry interval for rpki

The code to output during a `show run` is missing for both
the expire_interval and the retry_interval in rpki.
Let's add it in so the end user can see what they
are set to if not set to the default.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
bgpd/bgp_rpki.c