summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_vty.c
Commit message (Collapse)AuthorAgeFilesLines
* 2003-10-24 Jose Luis Rubio Guivernau <jrubio@dit.upm.es>paul2003-10-241-1/+51
| | | | | | | | | | | | | | | | | * Better 'show bgp' support for views (eg ipv6), see [quagga-dev 238] * bgpd/bgp_route.c: (bgp_show) Take a struct bgp argument instead of view string. (bgp_show_neighbor_route) Take a struct peer argument instead of ip string. (peer_adj_routes) ditto (show_adj_routes) ditto (peer_lookup_in_view) new function to return appropriate struct peer for a given view string. (misc) Fixup all calls to above to reflect new calling arguments, and use peer_lookup_in_view as needed. Additional commands installed to use expanded functionality above, existing commands modified to suit as well. * bgpd/bgp_vty.c: 2 new aliases.
* 2003-08-13 kunihiro <kunihiro@zebra.org>paul2003-08-131-0/+35
| | | | | * bgpd/bgp{_fsm.c,_vty.c,d.c,d.h}: Add support for "bgp log-neighbor-changes" command.
* 2003-07-12 Paul Jakma <paul@dishone.st>paul2003-07-121-2/+8
| | | | | | * bgp_vty.c: install the neighbor_set_peer_group_cmd, neighbor_soft_reconfiguration_cmd and neighbor_unsuppress_map_cmd family of commands into the VPNv4 address family config node.
* Initial revisionpaul2002-12-131-0/+9416