]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: Prevent crash when issuing a show rpki connections
authorDonald Sharp <donaldsharp72@gmail.com>
Sat, 12 Apr 2025 20:56:30 +0000 (16:56 -0400)
committerDonald Sharp <donaldsharp72@gmail.com>
Sat, 12 Apr 2025 20:59:56 +0000 (16:59 -0400)
commitdcf43ae009ffecf206fb8cf8896eb5cd616ba4e5
tree153b1baebb23354c67489d4466d7e74366cf0749
parentbd8ee74b49424e0e137d13d62e989892004ce027
bgpd: Prevent crash when issuing a show rpki connections

When attempting to check rpki status and the connection
has been turned off, let's check to see if we are connected
before we ask the rpki subsystem, else we will get a crash
in the rpki library.

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