jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame^] | 1 | Version 0.0.7 to 0.0.8 |
| 2 | ====================== |
| 3 | |
| 4 | o A bug in handling of other ISs fragments fixed |
| 5 | o hello interval now specified in *seconds* |
| 6 | o replaced the adj->ipv[46]_addr tables with linked lists |
| 7 | |
| 8 | Version 0.0.6 to 0.0.7 (Oct 29 2002) |
| 9 | ====================== |
| 10 | |
| 11 | o changed to zebra-0.93b |
| 12 | o fixed a seg in SPF |
| 13 | o handling/generation of LSP fragments |
| 14 | o domain/area/circuit password |
| 15 | |
| 16 | Version 0.0.5 to 0.0.6 (Jul 4 2002) |
| 17 | ====================== |
| 18 | |
| 19 | o lots of changes to SPF |
| 20 | - runs the SPF for IPv4 and IPv6 separately |
| 21 | - a number of bugs fixed |
| 22 | - simplified the implementation |
| 23 | - "7.2.7 Removal of excess paths" implemented |
| 24 | o ported to freebsd (tested in 4.5-STABLE and 4.6-STABLE) |
| 25 | o moved to zebra-0.93-pre2 |
| 26 | o "show isis topology" command added |
| 27 | o "show (ip|ipv6) route isis commands added to zebra |
| 28 | o a number of fixes and additions (e.g. checksum calculation and DIS state |
| 29 | change event) by BeomSeok Gwak added |
| 30 | |
| 31 | Version 0.0.4 to 0.0.5 (Apr 26 2002) |
| 32 | ====================== |
| 33 | |
| 34 | o changed to zebra-0.93-pre1 |
| 35 | o number of memory leaks + small bugs fixed |
| 36 | o a bug related to processing of neigbors when installing routes fixed |
| 37 | |
| 38 | Version 0.0.3 to 0.0.4 (Feb 27 2002) |
| 39 | ====================== |
| 40 | |
| 41 | o initial version of SPT algorithm |
| 42 | o installing routes though zebrad |
| 43 | o isis debug commands |
| 44 | o work on IS-IS events (e.g. circuit state change) |
| 45 | |
| 46 | Version 0.0.2 to 0.0.3 (Jan 17 2002) |
| 47 | ====================== |
| 48 | |
| 49 | o LSP handling improved |
| 50 | o generation of pseudonode LSPs |
| 51 | o DR election enhanced |
| 52 | o support for p2p interfaces |
| 53 | o support for topology simulation |
| 54 | o more detailed output for show commands |
| 55 | |
| 56 | Version 0.0.1 to 0.0.2 (Dec 13 2001) |
| 57 | ====================== |
| 58 | |
| 59 | o circuit state machine (isis_csm.[ch]) added |
| 60 | o lot of work on LSP generation |
| 61 | o ISO checksum |
| 62 | o uses DGRAM sockets instead of RAW |
| 63 | o gets IP(v6) addresses from zebra |
| 64 | o debug can be controlled with "debug isis" command |
| 65 | o read support for TE tlvs |
| 66 | o work started on p2p interfaces |
| 67 | o work started on isis events |
| 68 | |
| 69 | |