blob: 262f53c09c335f3f121539d897531f791c21c6fe [file] [log] [blame]
hassoa211d652004-09-20 14:55:29 +000012004-09-20 LIU Xin <lx at ns.6test.edu.cn>
2
3 * isis_dr.c, isis_events.c: Remove hello multiplier usage while
4 scheduling DIS election.
5 * isis_pdu.c: Don't call isis_event_dis_status_change() whenever
6 l[1|2]_desig_is is different from hdr.lan_id.
7
hasso12a5cae2004-09-19 19:39:26 +000082004-09-19 Hasso Tepper <hasso at quagga.net>
9
10 * isis_spf.h: Renamed t_spf_periodic to t_spf as it's not used to
11 store pointer to periodic SPF thread only.
12 * isis_spf.c: Cleaned up SPF threads schedule code. IPv4 and IPv6
13 threads are independant now. Used macros wherever possible.
14 * isis_lsp.c: Fixed bug in scheduling LSP regeneration.
15
hassobf731012004-09-17 07:59:57 +0000162004-09-17 LIU Xin <lx at ns.6test.edu.cn>
17
18 * isis_circuit.c: According to RFC1142 the first DIS election will be
19 started 2 * HelloTimer seconds after the initialization.
20
hasso53c997c2004-09-15 16:21:59 +0000212004-09-15 Laurent Rabret <laurent.rabret at francetelecom.com>
22
23 * isis_pdu.c: Fix error in same subnet comparison. The previous
24 algorithm only worked when netmask % 8 == 0.
25 * isisd.c: Show domain and area passwords in configuration.
26 * iso_checksum.c: Fixed error in the checksum calculation. The previous
27 algorithm could produce a bad checksum if the 2 complement's vs 1
28 complement's adaptation was required.
29 * isis_pdu.c: Authentication in LSPs does not mean authentication in
30 SNPs.
31 * isis_tlv.c: Fix errors in password checking.
32
hassof891f442004-09-14 13:54:30 +0000332004-09-14 Hasso Tepper <hasso at quagga.net>
34
35 * isis_circuit.c: Mostly cosmetical changes in isis_circuit_add_addr()
36 and add calls to isis_event_int_reach_change(). Implement
37 isis_circuit_del_addr(). Cancel t_run_dr threads is circuit goes
38 down.
39 * isis_events.c: Implement isis_event_int_reach_change(). I'm not sure
40 yet how this stuff should work, but it allows be to start debug
41 threads which act very weird at the moment.
42 * isis_tlv.c: Much less verbose by default.
43 * isis_zebra.c: Added extreme debugging output. Call connected_free()
44 after isis_circuit_del_addr, not before.
45 * isisd.conf.sample: Update it a little bit. 10000 seconds hello time
46 was certainly too much IMHO.
47
hasso64a7afd2004-09-14 11:05:13 +0000482004-09-14 LIU Xin <lx at ns.6test.edu.cn>
49
50 * isis_pdu.c: Update l1_desig_is only if neighbor really is DIS.
51
hasso13c48f72004-09-10 21:19:13 +0000522004-09-10 LIU Xin <lx at ns.6test.edu.cn>
53
54 * isis_pdu.c: Goto out only if no adjacency exist.
55 * isis_circuit.c: Don't crash while executing "isis circuit-type"
56 command if circuit exists, but circuit->area is still NULL.
57 * isis_lsp.c: Set pointers to thread to NULL before initiating new
58 thread in lsp_l1_refresh_pseudo(), lsp_l2_refresh_pseudo() and
59 lsp_tick() functions.
60
hasso00995cf2004-05-19 13:43:50 +0000612004-05-19 Laurent Rabret <laurent.rabret at francetelecom.com>
62
63 * isis_constants.h: change the ISIS Hello interval from 1 to 10 (cisco's
64 default value).
65 * isis_main.c: suppress a bad "#if 0 #endif" block for isis to be
66 activated on startup.
67 * isis_tlv.[c|h]: LSP recognition of the ISIS Graceful Restart LSP (not
68 implemented yet).
69
hasso37da8c02004-05-19 11:38:40 +0000702004-05-19 Rivo Nurges <rix at estpak.ee>
71
72 * *.c: Removing many useless net/ethernet.h includes and some tiny
73 fixes to make it compile on NetBSD and OpenBSD.
74
paul0a589352004-05-08 11:48:26 +0000752004-05-08 Paul Jakma <paul@dishone.st>
76
77 * isis_zebra.c: Sync with zclient changes.
78
hassod70f99e2004-02-11 20:26:31 +0000792004-02-11 Hasso Tepper <hasso@estpak.ee>
80 * many *.c files: Replace thread_add_xxx() and thread_cancel() with
81 THREAD_XXX_ON and THREAD_XXX_OFF macros.
82
hasso54301ce2004-01-27 10:07:34 +0000832004-01-27 Hasso Tepper <hasso@estpak.ee>
84 * isis_circuit.c: Commented out "(no) ip address" commands so it doesn't
85 confuse vtysh.
86
hassoefc1e722003-12-31 20:33:23 +0000872003-12-31 Hasso Tepper <hasso@estpak.ee>
88 * isis_dr.c: Fix some threads related bugs.
89
hasso2097cd82003-12-23 11:51:08 +0000902003-12-23 Hasso Tepper <hasso@estpak.ee>
91 Some fixes done by me and Cougar <cougar@random.ee>.
92 * isis_adjacency.c: Two bugfixes by Cougar:
93 After down state neigbour was deleted but not removed from neighbours list.
94 Don't show random expire time during neighbour initialisation.
95 * isis_circuit.c: Don't show interface addresses in config by Cougar.
96 * isis_constants.h, isis_misc.c: Show other well-known NLPID names as well
97 by Cougar.
98 * isisd.c: Two tiny CLI fixes by me.
99 * isis_lsp.c: Bugfix in lsp_print_detail() by Cougar.
100 Show IPv4 external and IPv6 TLV's in "show isis database detail" by me.
101 * isis_misc.c: Net address format fix by Cougar.
102 * isis_spf.c: Dead loop fix in isis_spf_preload_tent() by Cougar
103 * isis_zebra.c: Ignore distance when adding route to zebra for now by me.
104 * isis_tlv.c: Parse external IPv4 TLV's correctly by me.
105
jardineb5d44e2003-12-23 08:09:43 +0000106Version 0.0.7 to 0.0.8
107======================
108
109o A bug in handling of other ISs fragments fixed
110o hello interval now specified in *seconds*
111o replaced the adj->ipv[46]_addr tables with linked lists
112
113Version 0.0.6 to 0.0.7 (Oct 29 2002)
114======================
115
116o changed to zebra-0.93b
117o fixed a seg in SPF
118o handling/generation of LSP fragments
119o domain/area/circuit password
120
121Version 0.0.5 to 0.0.6 (Jul 4 2002)
122======================
123
124o lots of changes to SPF
125 - runs the SPF for IPv4 and IPv6 separately
126 - a number of bugs fixed
127 - simplified the implementation
128 - "7.2.7 Removal of excess paths" implemented
129o ported to freebsd (tested in 4.5-STABLE and 4.6-STABLE)
130o moved to zebra-0.93-pre2
131o "show isis topology" command added
132o "show (ip|ipv6) route isis commands added to zebra
133o a number of fixes and additions (e.g. checksum calculation and DIS state
134change event) by BeomSeok Gwak added
135
136Version 0.0.4 to 0.0.5 (Apr 26 2002)
137======================
138
139o changed to zebra-0.93-pre1
140o number of memory leaks + small bugs fixed
141o a bug related to processing of neigbors when installing routes fixed
142
143Version 0.0.3 to 0.0.4 (Feb 27 2002)
144======================
145
146o initial version of SPT algorithm
147o installing routes though zebrad
148o isis debug commands
149o work on IS-IS events (e.g. circuit state change)
150
151Version 0.0.2 to 0.0.3 (Jan 17 2002)
152======================
153
154o LSP handling improved
155o generation of pseudonode LSPs
156o DR election enhanced
157o support for p2p interfaces
158o support for topology simulation
159o more detailed output for show commands
160
161Version 0.0.1 to 0.0.2 (Dec 13 2001)
162======================
163
164o circuit state machine (isis_csm.[ch]) added
165o lot of work on LSP generation
166o ISO checksum
167o uses DGRAM sockets instead of RAW
168o gets IP(v6) addresses from zebra
169o debug can be controlled with "debug isis" command
170o read support for TE tlvs
171o work started on p2p interfaces
172o work started on isis events
173
174