blob: 33608b136fa5b146866d39936601f6ae874e4ca2 [file] [log] [blame]
hasso13c48f72004-09-10 21:19:13 +000012004-09-10 LIU Xin <lx at ns.6test.edu.cn>
2
3 * isis_pdu.c: Goto out only if no adjacency exist.
4 * isis_circuit.c: Don't crash while executing "isis circuit-type"
5 command if circuit exists, but circuit->area is still NULL.
6 * isis_lsp.c: Set pointers to thread to NULL before initiating new
7 thread in lsp_l1_refresh_pseudo(), lsp_l2_refresh_pseudo() and
8 lsp_tick() functions.
9
hasso00995cf2004-05-19 13:43:50 +0000102004-05-19 Laurent Rabret <laurent.rabret at francetelecom.com>
11
12 * isis_constants.h: change the ISIS Hello interval from 1 to 10 (cisco's
13 default value).
14 * isis_main.c: suppress a bad "#if 0 #endif" block for isis to be
15 activated on startup.
16 * isis_tlv.[c|h]: LSP recognition of the ISIS Graceful Restart LSP (not
17 implemented yet).
18
hasso37da8c02004-05-19 11:38:40 +0000192004-05-19 Rivo Nurges <rix at estpak.ee>
20
21 * *.c: Removing many useless net/ethernet.h includes and some tiny
22 fixes to make it compile on NetBSD and OpenBSD.
23
paul0a589352004-05-08 11:48:26 +0000242004-05-08 Paul Jakma <paul@dishone.st>
25
26 * isis_zebra.c: Sync with zclient changes.
27
hassod70f99e2004-02-11 20:26:31 +0000282004-02-11 Hasso Tepper <hasso@estpak.ee>
29 * many *.c files: Replace thread_add_xxx() and thread_cancel() with
30 THREAD_XXX_ON and THREAD_XXX_OFF macros.
31
hasso54301ce2004-01-27 10:07:34 +0000322004-01-27 Hasso Tepper <hasso@estpak.ee>
33 * isis_circuit.c: Commented out "(no) ip address" commands so it doesn't
34 confuse vtysh.
35
hassoefc1e722003-12-31 20:33:23 +0000362003-12-31 Hasso Tepper <hasso@estpak.ee>
37 * isis_dr.c: Fix some threads related bugs.
38
hasso2097cd82003-12-23 11:51:08 +0000392003-12-23 Hasso Tepper <hasso@estpak.ee>
40 Some fixes done by me and Cougar <cougar@random.ee>.
41 * isis_adjacency.c: Two bugfixes by Cougar:
42 After down state neigbour was deleted but not removed from neighbours list.
43 Don't show random expire time during neighbour initialisation.
44 * isis_circuit.c: Don't show interface addresses in config by Cougar.
45 * isis_constants.h, isis_misc.c: Show other well-known NLPID names as well
46 by Cougar.
47 * isisd.c: Two tiny CLI fixes by me.
48 * isis_lsp.c: Bugfix in lsp_print_detail() by Cougar.
49 Show IPv4 external and IPv6 TLV's in "show isis database detail" by me.
50 * isis_misc.c: Net address format fix by Cougar.
51 * isis_spf.c: Dead loop fix in isis_spf_preload_tent() by Cougar
52 * isis_zebra.c: Ignore distance when adding route to zebra for now by me.
53 * isis_tlv.c: Parse external IPv4 TLV's correctly by me.
54
jardineb5d44e2003-12-23 08:09:43 +000055Version 0.0.7 to 0.0.8
56======================
57
58o A bug in handling of other ISs fragments fixed
59o hello interval now specified in *seconds*
60o replaced the adj->ipv[46]_addr tables with linked lists
61
62Version 0.0.6 to 0.0.7 (Oct 29 2002)
63======================
64
65o changed to zebra-0.93b
66o fixed a seg in SPF
67o handling/generation of LSP fragments
68o domain/area/circuit password
69
70Version 0.0.5 to 0.0.6 (Jul 4 2002)
71======================
72
73o lots of changes to SPF
74 - runs the SPF for IPv4 and IPv6 separately
75 - a number of bugs fixed
76 - simplified the implementation
77 - "7.2.7 Removal of excess paths" implemented
78o ported to freebsd (tested in 4.5-STABLE and 4.6-STABLE)
79o moved to zebra-0.93-pre2
80o "show isis topology" command added
81o "show (ip|ipv6) route isis commands added to zebra
82o a number of fixes and additions (e.g. checksum calculation and DIS state
83change event) by BeomSeok Gwak added
84
85Version 0.0.4 to 0.0.5 (Apr 26 2002)
86======================
87
88o changed to zebra-0.93-pre1
89o number of memory leaks + small bugs fixed
90o a bug related to processing of neigbors when installing routes fixed
91
92Version 0.0.3 to 0.0.4 (Feb 27 2002)
93======================
94
95o initial version of SPT algorithm
96o installing routes though zebrad
97o isis debug commands
98o work on IS-IS events (e.g. circuit state change)
99
100Version 0.0.2 to 0.0.3 (Jan 17 2002)
101======================
102
103o LSP handling improved
104o generation of pseudonode LSPs
105o DR election enhanced
106o support for p2p interfaces
107o support for topology simulation
108o more detailed output for show commands
109
110Version 0.0.1 to 0.0.2 (Dec 13 2001)
111======================
112
113o circuit state machine (isis_csm.[ch]) added
114o lot of work on LSP generation
115o ISO checksum
116o uses DGRAM sockets instead of RAW
117o gets IP(v6) addresses from zebra
118o debug can be controlled with "debug isis" command
119o read support for TE tlvs
120o work started on p2p interfaces
121o work started on isis events
122
123