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