]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: add "show ip bgp scan detail" command
authorDenis Ovsienko <infrastation@yandex.ru>
Fri, 5 Aug 2011 17:47:08 +0000 (21:47 +0400)
committerDenis Ovsienko <infrastation@yandex.ru>
Fri, 5 Aug 2011 17:47:08 +0000 (21:47 +0400)
commit5990281d4e91e40e0e3cc9149e73c887a7119415
tree05dc2cc5ac4adabe86174ab9efb9ea9e852f1722
parent5c98c5a7b1d3d71ff40b477b246b859cd22ddeed
bgpd: add "show ip bgp scan detail" command

* bgp_nexthop.c: (show_ip_bgp_scan) transform into
  show_ip_bgp_scan_tables(), which uses inet_ntop() and can dump
  nexthops on request; (show_ip_bgp_scan_detail_cmd) new function
bgpd/bgp_nexthop.c