-
Notifications
You must be signed in to change notification settings - Fork 13
/
ChangeLog
59 lines (37 loc) · 1.85 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
2004-06-16 Richard Mortier <mort@cantab.net>
* (ospf.py) now have OSPF listener too; incomplete (hence v2.9)
until I can test against a router, but parsing code seems to be
done.
* (mrtd.py, mutils.py) bug fixes (int2bin() partic.), also more
robust to existence/non-existence of modules and features
* new release: 2.9
2002-05-05 Richard Mortier <mort@ieee.org>
* (bgp.py) extended length attributes actually didn't work; now
they do (tickled by parsing recent RouteViews data where
MP_REACH_NLRI and MP_UNREACH_NLRI fields are to be found)
* (bgp.py) also fixed situations when NLRI field was prematurely
truncated (I believe this relates to a Zebra bug in
bgpd/bgp_dump.c where the allocated buffer doesn't allow space
for the type specific header in addition to max. packet size and
common header; gets tickled by UPDATES which are close to max
packet size)
* new release: 2.5
2002-02-25 Richard Mortier <mort@sprintlabs.com>
* finished table-dump.py, few bug fixes
* failure detection scripts + matlab; weight change scripts
* new release: 2.4
2002-02-05 Richard Mortier <mort@sprintlabs.com>
* new release: 2.3
* (table-dump.py) added table-dump.py enabling creation of RIB
dumps from (single) UPDATE streams
* (splice.py) ditto
* (mrtd.py) realised that timestamping is confused -- MRT
packet timestamps are seconds-since-UTC, filenames are
localtime; henceforth, all shall be based on
seconds-since-UTC.
* ChangeLog begins! released version is 2.2
=====================================================================
PyRT: Python Routeing Toolkit
ChangeLog
Copyright (C) 2001 Sprint ATL. All Rights Reserved.
=====================================================================