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