blob: 5f4eabe2a187b8064850e08999032c492cd2efc6 [file] [log] [blame]
hasso2097cd82003-12-23 11:51:08 +000012003-12-23 Hasso Tepper <hasso@estpak.ee>
2 Some fixes done by me and Cougar <cougar@random.ee>.
3 * isis_adjacency.c: Two bugfixes by Cougar:
4 After down state neigbour was deleted but not removed from neighbours list.
5 Don't show random expire time during neighbour initialisation.
6 * isis_circuit.c: Don't show interface addresses in config by Cougar.
7 * isis_constants.h, isis_misc.c: Show other well-known NLPID names as well
8 by Cougar.
9 * isisd.c: Two tiny CLI fixes by me.
10 * isis_lsp.c: Bugfix in lsp_print_detail() by Cougar.
11 Show IPv4 external and IPv6 TLV's in "show isis database detail" by me.
12 * isis_misc.c: Net address format fix by Cougar.
13 * isis_spf.c: Dead loop fix in isis_spf_preload_tent() by Cougar
14 * isis_zebra.c: Ignore distance when adding route to zebra for now by me.
15 * isis_tlv.c: Parse external IPv4 TLV's correctly by me.
16
jardineb5d44e2003-12-23 08:09:43 +000017Version 0.0.7 to 0.0.8
18======================
19
20o A bug in handling of other ISs fragments fixed
21o hello interval now specified in *seconds*
22o replaced the adj->ipv[46]_addr tables with linked lists
23
24Version 0.0.6 to 0.0.7 (Oct 29 2002)
25======================
26
27o changed to zebra-0.93b
28o fixed a seg in SPF
29o handling/generation of LSP fragments
30o domain/area/circuit password
31
32Version 0.0.5 to 0.0.6 (Jul 4 2002)
33======================
34
35o lots of changes to SPF
36 - runs the SPF for IPv4 and IPv6 separately
37 - a number of bugs fixed
38 - simplified the implementation
39 - "7.2.7 Removal of excess paths" implemented
40o ported to freebsd (tested in 4.5-STABLE and 4.6-STABLE)
41o moved to zebra-0.93-pre2
42o "show isis topology" command added
43o "show (ip|ipv6) route isis commands added to zebra
44o a number of fixes and additions (e.g. checksum calculation and DIS state
45change event) by BeomSeok Gwak added
46
47Version 0.0.4 to 0.0.5 (Apr 26 2002)
48======================
49
50o changed to zebra-0.93-pre1
51o number of memory leaks + small bugs fixed
52o a bug related to processing of neigbors when installing routes fixed
53
54Version 0.0.3 to 0.0.4 (Feb 27 2002)
55======================
56
57o initial version of SPT algorithm
58o installing routes though zebrad
59o isis debug commands
60o work on IS-IS events (e.g. circuit state change)
61
62Version 0.0.2 to 0.0.3 (Jan 17 2002)
63======================
64
65o LSP handling improved
66o generation of pseudonode LSPs
67o DR election enhanced
68o support for p2p interfaces
69o support for topology simulation
70o more detailed output for show commands
71
72Version 0.0.1 to 0.0.2 (Dec 13 2001)
73======================
74
75o circuit state machine (isis_csm.[ch]) added
76o lot of work on LSP generation
77o ISO checksum
78o uses DGRAM sockets instead of RAW
79o gets IP(v6) addresses from zebra
80o debug can be controlled with "debug isis" command
81o read support for TE tlvs
82o work started on p2p interfaces
83o work started on isis events
84
85