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