summaryrefslogtreecommitdiffstats
path: root/bgpd/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
...
* OK. Here it is - PtP patch from Andrew J. Schorr. No problems with ospfd,hasso2004-10-191-0/+6
| | | | ripd might need some more testing though.
* Make dump configuration appear in vtysh.hasso2004-10-131-0/+4
|
* Ladies and Gentlemens. This file is dead for years, from 1999 to be exact.hasso2004-10-131-0/+1
|
* Make initializing smux connection configurable - "smux peer OID" commandhasso2004-10-131-0/+5
| | | | | initializes connection, and "no smux peer" command terminates it. Fixes bugzilla #47 and #112.
* 2004-10-13 Paul Jakma <paul@dishone.st>paul2004-10-131-0/+11
| | | | | | | | | | | * (global) more const'ification and fixups of types to clean up code. * bgp_mplsvpn.{c,h}: (str2tag) fix abuse. Still not perfect, should use something like the VTY_GET_INTEGER macro, but without the vty_out bits.. * bgp_routemap.c: (set_aggregator_as) use VTY_GET_INTEGER_RANGE (no_set_aggregator_as) ditto. * bgpd.c: (peer_uptime) fix unlikely bug, where no buffer is returned, add comments about troublesome return value.
* Common router id.hasso2004-10-031-0/+8
|
* Compiler warnings fixes.hasso2004-09-261-0/+4
|
* Remove usage of evil list and listnode typedefs.hasso2004-09-231-0/+4
|
* 2004-07-09 Paul Jakma <paul@dishone.st>paul2004-07-091-0/+9
| | | | | | | | | | Merge of GNU Zebra cvs2svn changesets r799, r800 and r807. * bgp_dump.c: (bgp_dump_attr) cleanup. return status code. check attributes present before printing. * bgp_dump.c: update bgp_dump_attr prototype. * bgp_packet.c: (bgp_update_receive) init attrstr. check status of bgp_dump_attr. Log end-of-rib UPDATEs.
* 2004-07-09 Sowmini Varadhan <sowmini.varadhan@sun.com>paul2004-07-091-0/+7
| | | | | | | * 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-0/+4
| | | | * type mismatch fixes
* Merge graceful restart capability display and some small fixes from Zebrahasso2004-05-211-0/+5
| | | | repository by Rivo Nurges.
* Merge bgpd changeset 1185 from Zebra repository by Rivo Nurges.hasso2004-05-201-0/+4
|
* Merge bgpd changeset 1184 from Zebra repository by Rivo Nurges.hasso2004-05-201-0/+5
|
* Merge bgpd changeset 1176 from Zebra repository by Rivo Nurges.hasso2004-05-201-0/+5
|
* 2004-05-08 Paul Jakma <paul@dishone.st>paul2004-05-081-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * bgp_zebra.c: (bgp_interface_address_add) sync to zclient changes (bgp_interface_address_delete) ditto. (bgp_zebra_announce) ditto. (bgp_zebra_withdraw) ditto. * isis_zebra.c: Sync with zclient changes. * zclient.c (zapi_ipv4_route) Follow Sowmini's lead and describe message format. * ospf6_zebra.c: Sync to zclient changes * ospf_zebra.c: Sync with lib/zclient changes * rip_zebra.c: sync with zclient changes. * rip_interface.c: ditto. * ripng_{interface,zebra}.c: sync with zclient changes 2004-05-08 Sowmini Varadhan <sowmini.varadhan@sun.com> * zclient.c: (zapi_ipv4_add) collapsed into zapi_ipv4_route (zapi_ipv4_delete) ditto. (zapi_ipv4_route) add/delete a route by way of cmd arg. (zapi_ipv6_add) collapsed into zapi_ipv6_route. (zapi_ipv6_delete) ditto. (zapi_ipv6_route) add/delete a route by way of cmd arg. (zebra_interface_address_delete_read) collapsed into zebra_interface_address_read. (zebra_interface_address_delete_read) ditto. (zebra_interface_address_read) read address add/delete messages by way of type argument. Describe command message format. (zebra_interface_add_read) Unconditionally read new ifmtu6 field. Describe command message format. (zebra_interface_state_read) Unconditionally read new ifmtu6 field. (zclient_redistribute_set) Collapsed into zclient_redistribute (zclient_redistribute_unset) ditto (zclient_redistribute) set/unset redistribution. (zclient_redistribute_default_set) Collapsed into zclient_redistribute_default. (zclient_redistribute_default_unset) ditto. (zclient_redistribute_default) Redistribute default set/unset. * zclient.h: delete zapi_ipv{4,6}_add, zapi_ipv{4,6}_delete. Add zapi_ipv{4,6}_route. delete zclient_redistribute_set/unset. Add zclient_redistribute. Ditto for zclient_redistribute_default_{set/unset}.
* 2004-05-03 Daniel Roesen <dr@cluenet.de>paul2004-05-031-0/+6
| | | | | | * bgp_fsm.c: (bgp_stop) Reset uptime only on transition from Established so that it reflects true downtime (rather time since last transition, eg Active->Idle)
* 2004-05-01 rivo nurges <rix@estpak.ee>paul2004-05-011-0/+4
| | | | * bgp_route.c: fix UNH IOL BGP-4.1.12f
* 2004-05-01 Paul Jakma <paul@dishone.st>paul2004-05-011-0/+5
| | | | | * Revert the attempted clean-up of the dummy peer hack, reverts patchsets 435 (see 2004-02-17 below) and 456.
* Update cease codes in bgp_debug.c file as well. Just update to patch fromhasso2004-04-201-1/+2
| | | | Rivo.
* 2004-04-16 rivo nurges <rix@estpak.ee>paul2004-04-201-0/+5
| | | | | * 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/+18
| | | | | | | | | | | | | | | | | * 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-12-23 Krzysztof Oledzki <oleq@ans.pl>gdt2003-12-231-0/+4
| | | | | | * bgp_network.c: drop privs on error cases (from [quagga-dev 438])
* 2003-08-11 kunihiro <kunihiro@zebra.orgpaul2003-08-121-0/+5
| | | | | * bgp_route{,map}.c: Extend 'set ip next-hop' in route-maps with ability to specify 'peer-address' rather than IP.
* 2003-06-11 Paul Jakma <paul@dishone.st>paul2003-06-111-0/+4
| | | | * bgpd/ChangeLog: Update (wasnt commited with the fix)
* Update Changelogspaul2003-05-161-0/+9
|
* Initial revisionpaul2002-12-131-0/+2368