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