]> git.proxmox.com Git - mirror_frr.git/commit
lib: Convert usage of strings to %pFX and %pRN
authorDonald Sharp <sharpd@nvidia.com>
Wed, 14 Oct 2020 16:57:14 +0000 (12:57 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Sat, 17 Oct 2020 17:39:10 +0000 (13:39 -0400)
commitb219dda129be5121d154685bf9d7c961113cd70b
tree4c8d13a637bc4c1664458deb2213cb46f8cc95b7
parentc10e14e96dae32a3b52bc97ab197e58577cff709
lib: Convert usage of strings to %pFX and %pRN

Convert over to using the %pFX and %pRN modifiers
to output strings to allow us to consolidate on
one standard for printing prefixes.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
lib/if.c
lib/plist.c
lib/routemap.c