summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_open.c
Commit message (Collapse)AuthorAgeFilesLines
* Applying quagga-cvs20070307-as4-v05.patchquagga-cvs20070307-as4-v05.patchJuergen Kammer2007-04-091-0/+134
|
* 2005-06-28 Paul Jakma <paul.jakma@sun.com>paul2005-06-281-7/+7
| | | | | | | | | | * (global) The great bgpd extern and static'ification. * bgp_routemap.c: remove unused ROUTE_MATCH_ASPATH_OLD code (route_set_metric_compile) fix u_int32_t to ULONG_MAX comparison warnings. * bgp_route.h: (bgp_process, bgp_withdraw, bgp_update) export these used by various files which had their own private declarations, in the case of mplsvpn - incorrect.
* 2005-02-09 Paul Jakma <paul.jakma@sun.com>paul2005-02-091-7/+7
| | | | | | | | | | | | | * (global) Update code to match stream.h changes. stream_get_putp effectively replaced with stream_get_endp. stream_forward renamed to stream_forward_getp. stream_forward_endp introduced to replace some previous setting/manual twiddling of putp by daemons. * lib/stream.h: Remove putp. Update reference to putp with endp. Add stream_forward_endp, which daemons were doing manually. Rename stream_forward to stream_forward_getp. lib/stream.c: Remove/update references to putp. introduce stream_forward_endp.
* * bgp_fsm.c, bgp_open.c, bgp_packet.c, bgp_route.[ch], bgp_vty.c,hasso2005-02-021-8/+8
| | | | | | | | | bgpd.[ch]: Add BGP_INFO_STALE flag and end-of-rib support. "bgp graceful-restart" commands added. Show numbers of individual messages in "show ip bgp neighbor" command. Final pieces of graceful restart. [merge from GNU Zebra]
* * bgp_open.c, bgp_packet.c, bgp_vty.c, bgpd.[ch]: Remove "no neighborhasso2005-02-011-29/+9
| | | | | | | capability route-refresh" commands. Route refresh capability is sent anyway now. Preserve dummy deprecated commands. [merge from GNU Zebra]
* 2004-12-08 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2004-12-081-15/+15
| | | | * *.c: Change level of debug messages to LOG_DEBUG.
* 2004-06-04 Paul Jakma <paul@dishone.st>paul2004-06-041-2/+2
| | | | * type mismatch fixes
* Merge graceful restart capability display and some small fixes from Zebrahasso2004-05-211-3/+86
| | | | repository by Rivo Nurges.
* Initial revisionpaul2002-12-131-0/+793