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