]> git.proxmox.com Git - mirror_frr.git/blob - isisd/ChangeLog
(somewhat unrelated cleanups, but all are very minor)
[mirror_frr.git] / isisd / ChangeLog
1 2004-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
10 2004-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
15 2004-05-08 Paul Jakma <paul@dishone.st>
16
17 * isis_zebra.c: Sync with zclient changes.
18
19 2004-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
23 2004-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
27 2003-12-31 Hasso Tepper <hasso@estpak.ee>
28 * isis_dr.c: Fix some threads related bugs.
29
30 2003-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
46 Version 0.0.7 to 0.0.8
47 ======================
48
49 o A bug in handling of other ISs fragments fixed
50 o hello interval now specified in *seconds*
51 o replaced the adj->ipv[46]_addr tables with linked lists
52
53 Version 0.0.6 to 0.0.7 (Oct 29 2002)
54 ======================
55
56 o changed to zebra-0.93b
57 o fixed a seg in SPF
58 o handling/generation of LSP fragments
59 o domain/area/circuit password
60
61 Version 0.0.5 to 0.0.6 (Jul 4 2002)
62 ======================
63
64 o 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
69 o ported to freebsd (tested in 4.5-STABLE and 4.6-STABLE)
70 o moved to zebra-0.93-pre2
71 o "show isis topology" command added
72 o "show (ip|ipv6) route isis commands added to zebra
73 o a number of fixes and additions (e.g. checksum calculation and DIS state
74 change event) by BeomSeok Gwak added
75
76 Version 0.0.4 to 0.0.5 (Apr 26 2002)
77 ======================
78
79 o changed to zebra-0.93-pre1
80 o number of memory leaks + small bugs fixed
81 o a bug related to processing of neigbors when installing routes fixed
82
83 Version 0.0.3 to 0.0.4 (Feb 27 2002)
84 ======================
85
86 o initial version of SPT algorithm
87 o installing routes though zebrad
88 o isis debug commands
89 o work on IS-IS events (e.g. circuit state change)
90
91 Version 0.0.2 to 0.0.3 (Jan 17 2002)
92 ======================
93
94 o LSP handling improved
95 o generation of pseudonode LSPs
96 o DR election enhanced
97 o support for p2p interfaces
98 o support for topology simulation
99 o more detailed output for show commands
100
101 Version 0.0.1 to 0.0.2 (Dec 13 2001)
102 ======================
103
104 o circuit state machine (isis_csm.[ch]) added
105 o lot of work on LSP generation
106 o ISO checksum
107 o uses DGRAM sockets instead of RAW
108 o gets IP(v6) addresses from zebra
109 o debug can be controlled with "debug isis" command
110 o read support for TE tlvs
111 o work started on p2p interfaces
112 o work started on isis events
113
114