-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathChangeLog
186 lines (151 loc) · 7.37 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
===============================================
The current maintainer of this library is the
RIPE NCC information services department.
You can reach us at [email protected].
PLEASE DO NOT E-MAIL INDIVIDUAL DEVELOPERS ABOUT
ISSUES, AS YOUR E-MAIL MAY BE LOST
===============================================
2010-09-03 Devin Bayer <[email protected]>
* Fix parsing of IPv6 NEXT_HOP attributes
* Add clearer command-line options
* Add logging to STDERR
* Add dumping to files instead of STDOUT
* Add regression test suite
2009-11-24 Roman Kalyakin <[email protected]>
* Fixed incorrect output when running with -m which was introduced by a change in one of the previous versions.
(issue IS-439)
2009-10-13 Ruben van Staveren <[email protected]>
* Fix segfaults with empty AS path on -m/-M
(issue IS-292)
Patch contributed by Lorenzo Colitti <[email protected]>
2009-07-29 Erik Romijn <[email protected]>
* Fixing incorrect as path length count in case of AS_(CONFED_)SEQUENCE
(issue IS-141)
Patch contributed by Toby Ehrenkranz <[email protected]>
* Added support for the ORIGINATOR_ID and CLUSTER_LIST attributes
(issue IS-181)
Patch contributed by Maurizio Pizzonia <[email protected]>
* Fixed signedness of MED and localpref (issue IS-180)
Patch contributed by Steve Hill <[email protected]>
* Implemented conditional checking for compression libraries (issue IS-179)
Patch contributed by Steve Hill <[email protected]>
2009-07-27 Ruben van Staveren <[email protected]>
* Enabled extra compiler warnings
* Fixed some potentially unsafe constructs (pointer arithmetic,
signed/unsigned comparisons, shadowed variables)
2009-07-22 Ruben van Staveren <[email protected]>
* Fixed a case where during -M dumps aspaths where printed for entries that
did not have their BGP_ATTR_AS_PATH flag set. Such entries will now print
an empty field. Reported by many people.
* Changed -fpic to -fPIC: newer gccs coerce -fpic to -fPIC any way.
difference is that with -fpic the global offset table has a maximum size
* Fixed nit in getopt handling
* Added distclean target
* In bgpdump_free_mp_info(), set pointers to NULL after freeing them.
Reported by Robert Kisteleki <[email protected]>
* Default output for 32bit ASN numbers is now ASPLAIN
2008-02-01 Erik Romijn <[email protected]>
* Fixed a few memleaks based on a patch from
Antony Antony <[email protected]>
(Ticket NCC#2007064868)
* Fixed compiling with --disable-ipv6 based on a patch
from Haniff Rahbari <[email protected]>
(Ticket NCC#2007111325)
* Fixed a few warnings, mostly based on a patch from
Bruno Quoitin <[email protected]>
(Ticket NCC#2007123069)
* Made bgpdump's usage message nicer
2007-06-21 Erik Romijn <[email protected]>
* Fixed incorrect dump time display for some cases
2007-06-06 Erik Romijn <[email protected]>
* Set proper compile options to work on Mac OS X 10.4
2007-06-01 Erik Romijn <[email protected]>
* Fixed several bugs in 64-bit PC support and added
bzip2 support, credit goes to
Bernhard Tellenbach <[email protected]>
for providing patches.
* Fixed incorrect IPv6 nexthops in -M/-m output
2007-03-29 Erik Romijn <[email protected]>
* Fixed a serious segfault in the insertion of update dumps
2007-03-28 Erik Romijn <[email protected]>
* Fixed a large memory leak in TABLE_DUMP_V2 processing
2007-03-27 Erik Romijn <[email protected]>
* Fixed a bug causing segfaults on processing some MP_REACH_NLRI's
2007-03-09 Erik Romijn <[email protected]>
* Updated TABLE_DUMP_V2 support to comply with draft-ietf-grow-mrt-04
2007-03-07 Erik Romijn <[email protected]>
* Built in TABLE_DUMP_V2 support
* Rename ..MESSAGE32 to ..MESSAGE_AS4
* Fixed bug where -M always crashed
2007-02-01 Erik Romijn <[email protected]>
* Minor fix in ASN32 support
2006-10-20 Lorenzo Colitti <[email protected]>
* Implement ASN32 support
2005-11-08 Young Hyun <[email protected]>
* IPv6 prefixes were not printed properly by bgpdump.
2004-02-10 Lorenzo Colitti <[email protected]>
* Fix a stupid crash when reading truncated prefixes.
2004-02-09 Lorenzo Colitti <[email protected]>
* Decode unknown attributes properly.
* Fix a crash when reading truncated prefixes.
2004-02-04 Hong-wei Kong <[email protected]>
* Add a new option (-t dump|change) to bgpdump. If '-t dump' is
specified, then the decoding result with '-m' / '-M' option will
show the timestamp when these routes are dumped. If '-t change' is
specified, then the decoding result with '-m' / '-M' option will
show the timestamp when the routes were last time changed. This
option only works with routing table dumps.
2004-01-16 Lorenzo Colitti <[email protected]>
* Fix compile errors under cygwin (only IPv4 works though)
2003-12-18 Hong-Wei Kong <[email protected]>
* Added support for dumping BGP routing table entries in
machine-readable format (-m). Previously -m was only supported
for BGP messages
2003-12-16 Shufu Mao <[email protected]>
* Revised the decoding of BGP routing table dump to make the result
identical to route_btoa
2003-12-15 Lorenzo Colitti <[email protected]>
* Proper autoconf support: check for features instead of target
systems, remove extra .h files and only use configure.in, use
Makefile.in instead of Make.include, link both static and
shared library, check for ar and ranlib, etc.
* Changed INET6 to BGPDUMP_HAVE_IPV6
(N.B. Docs are not updated yet)
* Fixed possible endianness issues on Sparc.
* Fixed a crash while decoding NOTIFICATION messages
2003-11-26 Shufu Mao <[email protected]>
* Workaround for zebra "NOIP" bug
* Preliminary autoconf support (./configure; make)
* Added option to disable IPv6. If this option is specified to
./configure, the library is compiled without IPv6 support.
The default is to turn on IPv6 if the necessary headers are
available.
2003-11-25 Lorenzo Colitti <[email protected]>
* Added support for OPEN and NOTIFICATION messages.
* Better workarounds for corrupt data produced by zebra/quagga bugs.
* The library now keeps track of how many records were parsed and how
many were successfully parsed.
* Better error reporting. Now an error will be logged through syslog
whenever a record cannot be decoded.
* Agilent Labs contributed bgpdump, a tool which emulates route_btoa
using libbgpdump. This should be a drop-in replacement for people
currently using route_btoa and supports IPv6 on all platforms.
2003-10-15 Lorenzo Colitti <[email protected]>
* 1.3.1 beta released
* Added support for reading from gzipped input files and gzipped stdin.
NOTE: this means you must now link with zlib!
* Changed Makefile to build a shared library by default.
* Renamed test program from test2 to testbgpdump.
2003-10-15 Lorenzo Colitti <[email protected]>
* 1.3 beta released
* Added IPv6 support. Note that this changes some interfaces!
See README.ipv6 for details.
* Set announce and withdraw arrays to NULL to avoid segfaults if there
is a parse error.
* Change mstream behaviour so it always returns zero bytes if reading
past the end of a packet. This eliminates non-deterministic
behaviour (random segfaults, infinite loops, ...) when parsing
corrupt data, including the consequences of the zebra "update packet
truncated at 4096 bytes" bug.
* Other fixes to handle corrupt data better.
* Other miscellaneous fixes.