]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd, zebra: Fix format for some metric outputs
authorJorge Boncompte [DTI2] <jorge@dti2.net>
Fri, 13 Apr 2012 11:46:07 +0000 (13:46 +0200)
committerDavid Lamparter <equinox@diac24.net>
Wed, 2 May 2012 15:03:21 +0000 (17:03 +0200)
commitddc943dec3c017583f81cce388c7d453293156c7
treea36d2bca91b1f3a7545a135b3bafccc40d0ca47b
parent8794e8d229dc9fe29ea31424883433d4880ef408
bgpd, zebra: Fix format for some metric outputs

Metrics are unsigned values.

  * bgpd/bgp_{debug,route,vty}.c,
  * zebra/zebra_vty.c: replace %d with %u for metrics & distances

Signed-off-by: Jorge Boncompte [DTI2] <jorge@dti2.net>
[reworded commit message]
Signed-off-by: David Lamparter <equinox@diac24.net>
bgpd/bgp_debug.c
bgpd/bgp_route.c
bgpd/bgp_vty.c
zebra/zebra_vty.c