]> git.proxmox.com Git - mirror_frr.git/commit
bgpd: convert a couple of debug strings in rpki to prefix2str
authorDonald Sharp <sharpd@cumulusnetworks.com>
Mon, 27 May 2019 01:51:59 +0000 (21:51 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Mon, 27 May 2019 01:51:59 +0000 (21:51 -0400)
commit7c3f09506cb421e1073fae7a32cda7220f3b7168
tree347f265a3f4c79267ce5f4940bdace6ebb927019
parentd78978e49f090139bfa5cb77a5e07ecd7953f7d9
bgpd: convert a couple of debug strings in rpki to prefix2str

Was getting a couple of compile errors with newer compilers
when compiling rpki around the prefix length.  Convert
them over to prefix2str as that is all it is doing.

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