summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_route.c
Commit message (Collapse)AuthorAgeFilesLines
...
* 2004-07-09 Sowmini Varadhan <sowmini.varadhan@sun.com>paul2004-07-091-3/+8
| | | | | | | * bgp_packet.c: (bgp_collision_detect) Send NOTIFY on new socket if that is connection we're closing. (bgp_read) invalid marker check applies to KEEPALIVE too. * bgp_route.c: Ignore multicast NRLI, dont send NOTIFY.
* 2004-06-04 Paul Jakma <paul@dishone.st>paul2004-06-041-14/+15
| | | | * type mismatch fixes
* Merge bgpd changeset 1176 from Zebra repository by Rivo Nurges.hasso2004-05-201-32/+54
|
* 2004-05-01 rivo nurges <rix@estpak.ee>paul2004-05-011-0/+10
| | | | * bgp_route.c: fix UNH IOL BGP-4.1.12f
* 2004-05-01 Paul Jakma <paul@dishone.st>paul2004-05-011-2/+1
| | | | | * Revert the attempted clean-up of the dummy peer hack, reverts patchsets 435 (see 2004-02-17 below) and 456.
* 2004-04-16 rivo nurges <rix@estpak.ee>paul2004-04-201-1/+1
| | | | | * bgpd.h: update cease subcodes to draft-ietf-idr-cease-subcode-05 * bgpd.h, bgpd.c, bgp_route.c, bgp_route.h: fix UNH IOL BGP-4.1.6a
* 2004-02-17 Paul Jakma <paul@dishone.st>paul2004-02-171-1/+2
| | | | | | | | | | | | | | | | | * bgpd.h: (bgp_peer) add fd_local and fd_accept file descriptor's, fd becomes a pointer to one of these. * bgpd.c: (global) adjust for fact that fd is now a pointer. (peer_create_accept) removed. * bgp_route.c: (global) adjust for change of peer fd to pointer * bgp_packet.c: (bgp_collision_detect) adjust and remove the "replace with other peer" hack. * bgp_network.c: (bgp_accept) Remove the dummy peer hack. Update peer->fd_accept instead. (global) Adjust fd references - now a pointer. * bgp_fsm.c: (global) adjust peer fd to pointer. (bgp_connection_stop) new function, to stop connection. (global) adjust everything which closed peer fd to use bgp_connection_stop().
* 2003-11-03 Paul Jakma <paul@dishone.st>paul2003-11-031-1/+1
| | | | | * bgpd/bgp_route.c: Delete some extraneous whitespace. Credit to a person on #quagga whose name I unfortunately can not recall.
* 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