hasso | 37da8c0 | 2004-05-19 11:38:40 +0000 | [diff] [blame^] | 1 | 2004-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 | |
paul | 0a58935 | 2004-05-08 11:48:26 +0000 | [diff] [blame] | 6 | 2004-05-08 Paul Jakma <paul@dishone.st> |
| 7 | |
| 8 | * isis_zebra.c: Sync with zclient changes. |
| 9 | |
hasso | d70f99e | 2004-02-11 20:26:31 +0000 | [diff] [blame] | 10 | 2004-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 | |
hasso | 54301ce | 2004-01-27 10:07:34 +0000 | [diff] [blame] | 14 | 2004-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 | |
hasso | efc1e72 | 2003-12-31 20:33:23 +0000 | [diff] [blame] | 18 | 2003-12-31 Hasso Tepper <hasso@estpak.ee> |
| 19 | * isis_dr.c: Fix some threads related bugs. |
| 20 | |
hasso | 2097cd8 | 2003-12-23 11:51:08 +0000 | [diff] [blame] | 21 | 2003-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 | |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 37 | Version 0.0.7 to 0.0.8 |
| 38 | ====================== |
| 39 | |
| 40 | o A bug in handling of other ISs fragments fixed |
| 41 | o hello interval now specified in *seconds* |
| 42 | o replaced the adj->ipv[46]_addr tables with linked lists |
| 43 | |
| 44 | Version 0.0.6 to 0.0.7 (Oct 29 2002) |
| 45 | ====================== |
| 46 | |
| 47 | o changed to zebra-0.93b |
| 48 | o fixed a seg in SPF |
| 49 | o handling/generation of LSP fragments |
| 50 | o domain/area/circuit password |
| 51 | |
| 52 | Version 0.0.5 to 0.0.6 (Jul 4 2002) |
| 53 | ====================== |
| 54 | |
| 55 | o 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 |
| 60 | o ported to freebsd (tested in 4.5-STABLE and 4.6-STABLE) |
| 61 | o moved to zebra-0.93-pre2 |
| 62 | o "show isis topology" command added |
| 63 | o "show (ip|ipv6) route isis commands added to zebra |
| 64 | o a number of fixes and additions (e.g. checksum calculation and DIS state |
| 65 | change event) by BeomSeok Gwak added |
| 66 | |
| 67 | Version 0.0.4 to 0.0.5 (Apr 26 2002) |
| 68 | ====================== |
| 69 | |
| 70 | o changed to zebra-0.93-pre1 |
| 71 | o number of memory leaks + small bugs fixed |
| 72 | o a bug related to processing of neigbors when installing routes fixed |
| 73 | |
| 74 | Version 0.0.3 to 0.0.4 (Feb 27 2002) |
| 75 | ====================== |
| 76 | |
| 77 | o initial version of SPT algorithm |
| 78 | o installing routes though zebrad |
| 79 | o isis debug commands |
| 80 | o work on IS-IS events (e.g. circuit state change) |
| 81 | |
| 82 | Version 0.0.2 to 0.0.3 (Jan 17 2002) |
| 83 | ====================== |
| 84 | |
| 85 | o LSP handling improved |
| 86 | o generation of pseudonode LSPs |
| 87 | o DR election enhanced |
| 88 | o support for p2p interfaces |
| 89 | o support for topology simulation |
| 90 | o more detailed output for show commands |
| 91 | |
| 92 | Version 0.0.1 to 0.0.2 (Dec 13 2001) |
| 93 | ====================== |
| 94 | |
| 95 | o circuit state machine (isis_csm.[ch]) added |
| 96 | o lot of work on LSP generation |
| 97 | o ISO checksum |
| 98 | o uses DGRAM sockets instead of RAW |
| 99 | o gets IP(v6) addresses from zebra |
| 100 | o debug can be controlled with "debug isis" command |
| 101 | o read support for TE tlvs |
| 102 | o work started on p2p interfaces |
| 103 | o work started on isis events |
| 104 | |
| 105 | |