]> git.proxmox.com 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)
committerDenis Ovsienko <infrastation@yandex.ru>
Mon, 1 Aug 2011 11:36:36 +0000 (15:36 +0400)
commitf4ac0fee73100c6268365df31096a64443bfb93b
tree81388aa90d1394d67ee5ffe61daeab19b2c3407c
parent999a305c89b12b8d059f118bf01556b9a6fd62b3
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