blob: 38ab2fcb57446fe82fe431e71984f872b1a5857c [file] [log] [blame]
paula8f03df2005-04-10 15:58:10 +000012005-04-10 Paul Jakma <paul@dishone.st>
2
3 * Makefile.am: topology should not be a conditional SUBDIR,
4 otherwise make dist breaks.
5 * topology/Makefile.am: remove EXTRA_DIST of files which dont
6 exist in that directory, broke make dist.
7 * isisd.c: (show_isis_generated_topology_cmd) convert LIST_LOOP
8 * isis_lsp.c: (generate_topology_lsps) ditto
9 (build_topology_lsp_data) ditto
10
ajsbd88bf42005-04-02 23:09:52 +0000112005-04-02 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
12
13 * isis_zebra.c: (isis_zebra_if_del) Must use if_lookup_by_name_len.
14
hassof695b012005-04-02 19:03:39 +0000152005-04-02 Hasso Tepper <hasso at quagga.net>
16
17 * Makefile.am: Variables to handle conditonal compiling of topology
18 generator code.
19 * isis_lsp.c: lsppdu_realloc() is used by topology generator.
20 * isisd.c: Rename show_isis_topology_cmd to not conflict the one in
21 the isis_spf.c.
22 * isisd.h: Remove TOPOLOGY_GENERATE define, it will be defined in
23 toplevel config.h if topology generator is enabled.
24 * topology/Makefile.am: Handle the libtoolized Quagga libraries.
25
ajsd2fc8892005-04-02 18:38:43 +0000262005-04-02 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
27
28 * isis_zebra.c: (isis_zebra_if_del) Call if_delete_retain instead
29 of if_delete, since it is generally not safe to remove interface
30 structures. After deleting, set ifp->ifindex to IFINDEX_INTERNAL.
31 (zebra_interface_if_lookup) Tighten up code.
32
hassoc3d26c72005-03-07 08:54:41 +0000332005-03-07 Michael Sandee <voidptr@voidptr.sboost.org>
34
35 * isis_spf.c: host.name might be NULL.
36
ajscdb6ee92005-02-23 15:48:32 +0000372005-02-23 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
38
39 * isis_main.c: (reload) Call vty_reset instead of vty_finish (both
40 functions were exactly the same).
41
hasso92365882005-01-18 13:53:33 +0000422005-01-18 Hasso Tepper <hasso at quagga.net>
43
44 * *.c: Changed many functions to static. Some commented out
45 functions and some tiny related fixes. No functional changes.
46
hasso1cbc5622005-01-01 10:29:51 +0000472005-01-01 Hasso Tepper <hasso at quagga.net>
48
49 * isis_common.h, isisd.c, isis_pdu.c: Implement authentication in
50 SNPs correctly - ie. make it conditional like it is in IOS.
51
hasso46606872004-12-29 19:34:22 +0000522004-12-29 Hasso Tepper <hasso at quagga.net>
53
54 * isis_circuit.c, isis_csm.c, isis_zebra.c: Don't crash during
55 interface up/down events. I'm not sure whether logic is correct
hassob30c5e62004-12-29 20:06:41 +000056 though. Needs rethink anyway, seems. Replace if_is_up() with
57 if_is_operative() and add some more.
hasso46606872004-12-29 19:34:22 +000058
hasso529d65b2004-12-24 00:14:50 +0000592004-12-24 Hasso Tepper <hasso at quagga.net>
60
61 * *.c: zlog_* cleanup. Mostly changed level of debug messages to
62 LOG_DEBUG.
63
ajs274a4a42004-12-07 15:39:31 +0000642004-12-07 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
65
66 * isis_main.c: (main) The 2nd argument to openzlog has been removed.
67
ajs887c44a2004-12-03 16:36:46 +0000682004-12-03 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
69
70 * isis_main.c: (sigint,sigterm) Use zlog_notice for termination message.
71 (terminate) This function should be static, not global.
72 (main) Use zlog_notice for startup announcement, and remove
73 ifdef ZEBRA_VERSION.
74
hassoc0652302004-11-25 19:33:48 +0000752004-11-25 Hasso Tepper <hasso at quagga.net>
76
77 * isis_main.c: Make group to run as configurable.
78
ajscee3df12004-11-24 17:14:49 +0000792004-11-24 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
80
81 * dict.c: Include "zassert.h" instead of <assert.h>.
82
hassoc729c652004-10-13 08:36:47 +0000832004-10-13 Hasso Tepper <hasso at quagga.net>
84
85 * isis_main.c: Initialize access list. Although we haven't route
86 filtering yet, it's needed to limit access to vty.
87
hassof90a5f62004-10-11 13:11:56 +0000882004-10-11 Hasso Tepper <hasso at quagga.net>
89
90 * isis_routemap.c, isisd.c: Make more strings const.
91 * isisd.h: Make min_bcast_mtu unsigned.
92
hasso1cd80842004-10-07 20:07:40 +0000932004-10-07 Hasso Tepper <hasso at quagga.net>
94
95 * *.[c|h]: Fix warnings: make strings const, signed -> unsigned,
96 remove or comment out unused variables etc.
97 * isis_lsp.c: Clean lsp_print_detail() a bit, add TE TLV's and
98 removed old code.
99 * isis_circuit.c: Remove old ip/ipv6 address commands code.
100
hasso18a6dce2004-10-03 18:18:34 +00001012004-10-03 Hasso Tepper <hasso at quagga.net>
102
103 * isis_zebra.c: Read router id related messages from zebra daemon.
104 * isis_lsp.c: Use router id in IP address TLV in LSP's. It's how Junos
105 routers behave as well.
106 * isis_tlv.h: Export add_tlv() function.
107
hassoe082ac12004-09-27 18:13:57 +00001082004-09-27 Hasso Tepper <hasso at quagga.net>
109
110 * isis_pdu.c: Fix accessing NULL found by valgrind.
111
hassoc83dcd32004-09-26 15:42:44 +00001122004-09-26 Hasso Tepper <hasso at quagga.net>
113
hasso0dae85e2004-09-26 19:53:47 +0000114 * isis_circuit.c: Fix previous commit. Don't schedule LSP regeneration
115 and don't crash if circuit->area == NULL.
116
1172004-09-26 Hasso Tepper <hasso at quagga.net>
118
hassof7c43dc2004-09-26 16:24:14 +0000119 * *.[c|h]: Fix a lot of compiler warnings.
120 * isis_events.c: Remove isis_event_int_reach_change() function, as it
121 doesn't make sense for now. Call lsp_regenerate_schedule() directly
122 where needed.
123
1242004-09-26 Hasso Tepper <hasso at quagga.net>
125
hassoc83dcd32004-09-26 15:42:44 +0000126 * isis_lsp.h: Cast-as-lvalue extension is deprecated and is not
127 accpted any more in gcc-4.0.
128
hasso73d1aea2004-09-24 10:45:28 +00001292004-09-24 Hasso Tepper <hasso at quagga.net>
130
131 * isisd.c: thread_master *master is already defined in isis_main.c.
132 * isis_misc.[c|h], isis_lsp.[c|h]: Move static variables out of
133 header files.
134
hasso52dc7ee2004-09-23 19:18:23 +00001352004-09-23 Hasso Tepper <hasso at quagga.net>
136
137 * *.[c|h]: list -> struct list *, listnode -> struct listnode *.
138
hassod9c427b2004-09-21 14:23:01 +00001392004-09-21 LIU Xin <lx at ns.6test.edu.cn>
140
141 * isis_dr.c: Update dis_record of adjacencies when isisd becomes DIS.
142
hasso67851572004-09-21 14:17:04 +00001432004-09-21 Hasso Tepper <hasso at quagga.net>
144
145 * isis_lsp.c: Put IPv4 prefixes into reachability TLVs, not
146 addresses. Make IPv6 work with other prefix lengths than % 8 == 0.
147
hassoa211d652004-09-20 14:55:29 +00001482004-09-20 LIU Xin <lx at ns.6test.edu.cn>
149
150 * isis_dr.c, isis_events.c: Remove hello multiplier usage while
151 scheduling DIS election.
152 * isis_pdu.c: Don't call isis_event_dis_status_change() whenever
153 l[1|2]_desig_is is different from hdr.lan_id.
154
hasso12a5cae2004-09-19 19:39:26 +00001552004-09-19 Hasso Tepper <hasso at quagga.net>
156
157 * isis_spf.h: Renamed t_spf_periodic to t_spf as it's not used to
158 store pointer to periodic SPF thread only.
159 * isis_spf.c: Cleaned up SPF threads schedule code. IPv4 and IPv6
160 threads are independant now. Used macros wherever possible.
161 * isis_lsp.c: Fixed bug in scheduling LSP regeneration.
162
hassobf731012004-09-17 07:59:57 +00001632004-09-17 LIU Xin <lx at ns.6test.edu.cn>
164
165 * isis_circuit.c: According to RFC1142 the first DIS election will be
166 started 2 * HelloTimer seconds after the initialization.
167
hasso53c997c2004-09-15 16:21:59 +00001682004-09-15 Laurent Rabret <laurent.rabret at francetelecom.com>
169
170 * isis_pdu.c: Fix error in same subnet comparison. The previous
171 algorithm only worked when netmask % 8 == 0.
172 * isisd.c: Show domain and area passwords in configuration.
173 * iso_checksum.c: Fixed error in the checksum calculation. The previous
174 algorithm could produce a bad checksum if the 2 complement's vs 1
175 complement's adaptation was required.
176 * isis_pdu.c: Authentication in LSPs does not mean authentication in
177 SNPs.
178 * isis_tlv.c: Fix errors in password checking.
179
hassof891f442004-09-14 13:54:30 +00001802004-09-14 Hasso Tepper <hasso at quagga.net>
181
182 * isis_circuit.c: Mostly cosmetical changes in isis_circuit_add_addr()
183 and add calls to isis_event_int_reach_change(). Implement
184 isis_circuit_del_addr(). Cancel t_run_dr threads is circuit goes
185 down.
186 * isis_events.c: Implement isis_event_int_reach_change(). I'm not sure
187 yet how this stuff should work, but it allows be to start debug
188 threads which act very weird at the moment.
189 * isis_tlv.c: Much less verbose by default.
190 * isis_zebra.c: Added extreme debugging output. Call connected_free()
191 after isis_circuit_del_addr, not before.
192 * isisd.conf.sample: Update it a little bit. 10000 seconds hello time
193 was certainly too much IMHO.
194
hasso64a7afd2004-09-14 11:05:13 +00001952004-09-14 LIU Xin <lx at ns.6test.edu.cn>
196
197 * isis_pdu.c: Update l1_desig_is only if neighbor really is DIS.
198
hasso13c48f72004-09-10 21:19:13 +00001992004-09-10 LIU Xin <lx at ns.6test.edu.cn>
200
201 * isis_pdu.c: Goto out only if no adjacency exist.
202 * isis_circuit.c: Don't crash while executing "isis circuit-type"
203 command if circuit exists, but circuit->area is still NULL.
204 * isis_lsp.c: Set pointers to thread to NULL before initiating new
205 thread in lsp_l1_refresh_pseudo(), lsp_l2_refresh_pseudo() and
206 lsp_tick() functions.
207
hasso00995cf2004-05-19 13:43:50 +00002082004-05-19 Laurent Rabret <laurent.rabret at francetelecom.com>
209
210 * isis_constants.h: change the ISIS Hello interval from 1 to 10 (cisco's
211 default value).
212 * isis_main.c: suppress a bad "#if 0 #endif" block for isis to be
213 activated on startup.
214 * isis_tlv.[c|h]: LSP recognition of the ISIS Graceful Restart LSP (not
215 implemented yet).
216
hasso37da8c02004-05-19 11:38:40 +00002172004-05-19 Rivo Nurges <rix at estpak.ee>
218
219 * *.c: Removing many useless net/ethernet.h includes and some tiny
220 fixes to make it compile on NetBSD and OpenBSD.
221
paul0a589352004-05-08 11:48:26 +00002222004-05-08 Paul Jakma <paul@dishone.st>
223
224 * isis_zebra.c: Sync with zclient changes.
225
hassod70f99e2004-02-11 20:26:31 +00002262004-02-11 Hasso Tepper <hasso@estpak.ee>
227 * many *.c files: Replace thread_add_xxx() and thread_cancel() with
228 THREAD_XXX_ON and THREAD_XXX_OFF macros.
229
hasso54301ce2004-01-27 10:07:34 +00002302004-01-27 Hasso Tepper <hasso@estpak.ee>
231 * isis_circuit.c: Commented out "(no) ip address" commands so it doesn't
232 confuse vtysh.
233
hassoefc1e722003-12-31 20:33:23 +00002342003-12-31 Hasso Tepper <hasso@estpak.ee>
235 * isis_dr.c: Fix some threads related bugs.
236
hasso2097cd82003-12-23 11:51:08 +00002372003-12-23 Hasso Tepper <hasso@estpak.ee>
238 Some fixes done by me and Cougar <cougar@random.ee>.
239 * isis_adjacency.c: Two bugfixes by Cougar:
240 After down state neigbour was deleted but not removed from neighbours list.
241 Don't show random expire time during neighbour initialisation.
242 * isis_circuit.c: Don't show interface addresses in config by Cougar.
243 * isis_constants.h, isis_misc.c: Show other well-known NLPID names as well
244 by Cougar.
245 * isisd.c: Two tiny CLI fixes by me.
246 * isis_lsp.c: Bugfix in lsp_print_detail() by Cougar.
247 Show IPv4 external and IPv6 TLV's in "show isis database detail" by me.
248 * isis_misc.c: Net address format fix by Cougar.
249 * isis_spf.c: Dead loop fix in isis_spf_preload_tent() by Cougar
250 * isis_zebra.c: Ignore distance when adding route to zebra for now by me.
251 * isis_tlv.c: Parse external IPv4 TLV's correctly by me.
252
jardineb5d44e2003-12-23 08:09:43 +0000253Version 0.0.7 to 0.0.8
254======================
255
256o A bug in handling of other ISs fragments fixed
257o hello interval now specified in *seconds*
258o replaced the adj->ipv[46]_addr tables with linked lists
259
260Version 0.0.6 to 0.0.7 (Oct 29 2002)
261======================
262
263o changed to zebra-0.93b
264o fixed a seg in SPF
265o handling/generation of LSP fragments
266o domain/area/circuit password
267
268Version 0.0.5 to 0.0.6 (Jul 4 2002)
269======================
270
271o lots of changes to SPF
272 - runs the SPF for IPv4 and IPv6 separately
273 - a number of bugs fixed
274 - simplified the implementation
275 - "7.2.7 Removal of excess paths" implemented
276o ported to freebsd (tested in 4.5-STABLE and 4.6-STABLE)
277o moved to zebra-0.93-pre2
278o "show isis topology" command added
279o "show (ip|ipv6) route isis commands added to zebra
280o a number of fixes and additions (e.g. checksum calculation and DIS state
281change event) by BeomSeok Gwak added
282
283Version 0.0.4 to 0.0.5 (Apr 26 2002)
284======================
285
286o changed to zebra-0.93-pre1
287o number of memory leaks + small bugs fixed
288o a bug related to processing of neigbors when installing routes fixed
289
290Version 0.0.3 to 0.0.4 (Feb 27 2002)
291======================
292
293o initial version of SPT algorithm
294o installing routes though zebrad
295o isis debug commands
296o work on IS-IS events (e.g. circuit state change)
297
298Version 0.0.2 to 0.0.3 (Jan 17 2002)
299======================
300
301o LSP handling improved
302o generation of pseudonode LSPs
303o DR election enhanced
304o support for p2p interfaces
305o support for topology simulation
306o more detailed output for show commands
307
308Version 0.0.1 to 0.0.2 (Dec 13 2001)
309======================
310
311o circuit state machine (isis_csm.[ch]) added
312o lot of work on LSP generation
313o ISO checksum
314o uses DGRAM sockets instead of RAW
315o gets IP(v6) addresses from zebra
316o debug can be controlled with "debug isis" command
317o read support for TE tlvs
318o work started on p2p interfaces
319o work started on isis events
320
321