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