diff options
author | paul <paul> | 2004-07-09 17:48:53 +0000 |
---|---|---|
committer | paul <paul> | 2004-07-09 17:48:53 +0000 |
commit | e01f9cbb87123217ac6d88c12ddb784fca9cc5b7 (patch) | |
tree | edf78b44ec8c5979afe0abdeefa8b33572e67ef7 /bgpd/ChangeLog | |
parent | b9790b34c825e390c818044f6666f73beee1d373 (diff) |
2004-07-09 Paul Jakma <paul@dishone.st>
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.
Diffstat (limited to 'bgpd/ChangeLog')
-rw-r--r-- | bgpd/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/bgpd/ChangeLog b/bgpd/ChangeLog index 0e81fc08..0aac403f 100644 --- a/bgpd/ChangeLog +++ b/bgpd/ChangeLog @@ -1,3 +1,12 @@ +2004-07-09 Paul Jakma <paul@dishone.st> + + * 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> * bgp_packet.c: (bgp_collision_detect) Send NOTIFY on new socket |