summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_route.c
Commit message (Collapse)AuthorAgeFilesLines
...
* 2003-10-24 Jose Luis Rubio Guivernau <jrubio@dit.upm.es>paul2003-10-241-94/+578
| | | | | | | | | | | | | | | | | * 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-10-13 Jay Fenlason <fenlason@redhat.com>paul2003-10-131-1/+1
| | | | | | | | | * lib/zebra.h: define UINT32_MAX for those systems which do not provide it. * bgp_attr.h: define BGP_MED_MAX. * bgp_route.c: update defines/constants to BGP_MED_MAX. * bgp_routemap.c: ditto. clean up route_match_metric_compile slightly to avoid unneccesary XMALLOC.
* 2003-08-27 Kunihiro Ishiguro <kunihiro@zebra.org>paul2003-08-271-2/+1
| | | | | * bgpd/bgp_route.c: Unrevert the revert of the possible first fix for maximum-prefix.
* 2003-08-27 Kunihiro Ishiguro <kunihiro@zebra.org>paul2003-08-271-24/+27
| | | | * bgpd/bgp_route.c: More work on bgp maximum prefix support
* 2003-08-26 Kunihiro <kunihiro@zebra.org>paul2003-08-261-1/+1
| | | | * bgpd/bgp_route.c: fix maximum prefix comparison
* 2003-08-11 kunihiro <kunihiro@zebra.orgpaul2003-08-121-1/+10
| | | | | * bgp_route{,map}.c: Extend 'set ip next-hop' in route-maps with ability to specify 'peer-address' rather than IP.
* 2003-08-07 kunihiro <kunihiro@zebra.org>paul2003-08-081-16/+23
| | | | | * bgpd/bgp_route.c: route server passes routes which may have no-export community
* Initial revisionpaul2002-12-131-0/+9053