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