diff options
author | paul <paul> | 2004-07-09 19:48:53 +0200 |
---|---|---|
committer | paul <paul> | 2004-07-09 19:48:53 +0200 |
commit | e01f9cbb87123217ac6d88c12ddb784fca9cc5b7 (patch) | |
tree | edf78b44ec8c5979afe0abdeefa8b33572e67ef7 /bgpd/bgp_debug.h | |
parent | 2004-07-09 Paul Jakma <paul@dishone.st> (diff) | |
download | frr-e01f9cbb87123217ac6d88c12ddb784fca9cc5b7.tar.xz frr-e01f9cbb87123217ac6d88c12ddb784fca9cc5b7.zip |
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/bgp_debug.h')
-rw-r--r-- | bgpd/bgp_debug.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bgpd/bgp_debug.h b/bgpd/bgp_debug.h index 06ba07578..14a8c5fe6 100644 --- a/bgpd/bgp_debug.h +++ b/bgpd/bgp_debug.h @@ -106,7 +106,7 @@ extern unsigned long term_bgp_debug_normal; extern char *bgp_type_str[]; -void bgp_dump_attr (struct peer *, struct attr *, char *, size_t); +int bgp_dump_attr (struct peer *, struct attr *, char *, size_t); void bgp_notify_print (struct peer *, struct bgp_notify *, char *); extern struct message bgp_status_msg[]; |