osrg / bgperf

Apache License 2.0
86 stars 30 forks source link

use state to get bgp status and the number of accepted routes #4

Closed yokoi-h closed 7 years ago

yokoi-h commented 7 years ago

bgperf cannot get a peer status and the number of accepted routes. This is because the latest GoBGP locates them under "state" object in json that "gobgp neighbor -j" command returns. This patch enables bgperf to get them from the "state" object.

ishidawataru commented 7 years ago

merged. thanks