]> git.proxmox.com Git - mirror_frr.git/commit
bgpd: Remove usage of prefix2str and use builtin in bgp_zebra.c
authorDonald Sharp <sharpd@nvidia.com>
Sat, 24 Apr 2021 01:37:03 +0000 (21:37 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Wed, 12 May 2021 11:33:08 +0000 (07:33 -0400)
commit70492deafc51977923b24a2cf5c4371e1b8d574f
tree688e1c48b36e28b1f3fe7527cc12b146588e5766
parentdb1fcc98dadd679de004c3468b3af8494a122e60
bgpd: Remove usage of prefix2str and use builtin in bgp_zebra.c

Convert over from prefix2str explicit call and use the builtin
%pFX we have now.

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