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