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