]> git.proxmox.com Git - mirror_frr.git/commit - bgpd/bgp_rpki.c
bgpd: Show which RPKI server we are connected to
authorDonatas Abraitis <donatas@opensourcerouting.org>
Tue, 3 May 2022 14:47:10 +0000 (17:47 +0300)
committerDonatas Abraitis <donatas@opensourcerouting.org>
Tue, 3 May 2022 19:09:04 +0000 (22:09 +0300)
commitc1a68b6245865923bce5c15a65ca08a8de9f0926
tree2b37efcda304563140f17a3fe9c0cd8347feb420
parent8f14ae47c1948bf8ae26bcc74b9ee5f3b7835675
bgpd: Show which RPKI server we are connected to

Before we just showed always the first server which is wrong.

Now we have:

```
spine1-debian-11# show rpki cache-connection
Connected to group 1
rpki tcp cache 192.168.10.17 8283 pref 1
rpki tcp cache 192.168.10.17 8282 pref 2 (connected)
```

Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
bgpd/bgp_rpki.c