]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: Fix display of unsigned attributes
authorWataru Tanitsu <wataru@ate-mahoroba.jp>
Fri, 10 Sep 2010 16:47:56 +0000 (09:47 -0700)
committerPaul Jakma <paul@quagga.net>
Mon, 21 Mar 2011 13:15:32 +0000 (13:15 +0000)
commitc099baf6f0a6509d70fb62a8d6341432abb50d91
tree2fb2449dbf00789ca69cbd6a9dd9bb3f65d5bc1f
parent7badc26301c8063dc2c6f171c11f9af4f3d0df20
bgpd: Fix display of unsigned attributes

* bgp_route.c: (route_vty_out*) The local prefix, metric and weight values
  are all stored as uint32_t.  Change the format to %u so that large values
  are not displayed as negative integers.
bgpd/bgp_route.c