diff options
author | paul <paul> | 2004-07-09 17:48:53 +0000 |
---|---|---|
committer | paul <paul> | 2004-07-09 17:48:53 +0000 |
commit | 9f8c866e8fb9913a76cb0c0e2ec9db0720341dfc (patch) | |
tree | 9eff7d5bb784e7e7a19e75951834ef2434d83271 /bgpd/bgp_debug.h | |
parent | ca5f0efe3083a5f6209cb98cae29657670cf7e89 (diff) | |
download | quagga-9f8c866e8fb9913a76cb0c0e2ec9db0720341dfc.tar.bz2 quagga-9f8c866e8fb9913a76cb0c0e2ec9db0720341dfc.tar.xz |
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 06ba0757..14a8c5fe 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[]; |