hasso | f891f44 | 2004-09-14 13:54:30 +0000 | [diff] [blame] | 1 | 2004-09-14 Hasso Tepper <hasso at quagga.net> |
| 2 | |
| 3 | * isis_circuit.c: Mostly cosmetical changes in isis_circuit_add_addr() |
| 4 | and add calls to isis_event_int_reach_change(). Implement |
| 5 | isis_circuit_del_addr(). Cancel t_run_dr threads is circuit goes |
| 6 | down. |
| 7 | * isis_events.c: Implement isis_event_int_reach_change(). I'm not sure |
| 8 | yet how this stuff should work, but it allows be to start debug |
| 9 | threads which act very weird at the moment. |
| 10 | * isis_tlv.c: Much less verbose by default. |
| 11 | * isis_zebra.c: Added extreme debugging output. Call connected_free() |
| 12 | after isis_circuit_del_addr, not before. |
| 13 | * isisd.conf.sample: Update it a little bit. 10000 seconds hello time |
| 14 | was certainly too much IMHO. |
| 15 | |
hasso | 64a7afd | 2004-09-14 11:05:13 +0000 | [diff] [blame] | 16 | 2004-09-14 LIU Xin <lx at ns.6test.edu.cn> |
| 17 | |
| 18 | * isis_pdu.c: Update l1_desig_is only if neighbor really is DIS. |
| 19 | |
hasso | 13c48f7 | 2004-09-10 21:19:13 +0000 | [diff] [blame] | 20 | 2004-09-10 LIU Xin <lx at ns.6test.edu.cn> |
| 21 | |
| 22 | * isis_pdu.c: Goto out only if no adjacency exist. |
| 23 | * isis_circuit.c: Don't crash while executing "isis circuit-type" |
| 24 | command if circuit exists, but circuit->area is still NULL. |
| 25 | * isis_lsp.c: Set pointers to thread to NULL before initiating new |
| 26 | thread in lsp_l1_refresh_pseudo(), lsp_l2_refresh_pseudo() and |
| 27 | lsp_tick() functions. |
| 28 | |
hasso | 00995cf | 2004-05-19 13:43:50 +0000 | [diff] [blame] | 29 | 2004-05-19 Laurent Rabret <laurent.rabret at francetelecom.com> |
| 30 | |
| 31 | * isis_constants.h: change the ISIS Hello interval from 1 to 10 (cisco's |
| 32 | default value). |
| 33 | * isis_main.c: suppress a bad "#if 0 #endif" block for isis to be |
| 34 | activated on startup. |
| 35 | * isis_tlv.[c|h]: LSP recognition of the ISIS Graceful Restart LSP (not |
| 36 | implemented yet). |
| 37 | |
hasso | 37da8c0 | 2004-05-19 11:38:40 +0000 | [diff] [blame] | 38 | 2004-05-19 Rivo Nurges <rix at estpak.ee> |
| 39 | |
| 40 | * *.c: Removing many useless net/ethernet.h includes and some tiny |
| 41 | fixes to make it compile on NetBSD and OpenBSD. |
| 42 | |
paul | 0a58935 | 2004-05-08 11:48:26 +0000 | [diff] [blame] | 43 | 2004-05-08 Paul Jakma <paul@dishone.st> |
| 44 | |
| 45 | * isis_zebra.c: Sync with zclient changes. |
| 46 | |
hasso | d70f99e | 2004-02-11 20:26:31 +0000 | [diff] [blame] | 47 | 2004-02-11 Hasso Tepper <hasso@estpak.ee> |
| 48 | * many *.c files: Replace thread_add_xxx() and thread_cancel() with |
| 49 | THREAD_XXX_ON and THREAD_XXX_OFF macros. |
| 50 | |
hasso | 54301ce | 2004-01-27 10:07:34 +0000 | [diff] [blame] | 51 | 2004-01-27 Hasso Tepper <hasso@estpak.ee> |
| 52 | * isis_circuit.c: Commented out "(no) ip address" commands so it doesn't |
| 53 | confuse vtysh. |
| 54 | |
hasso | efc1e72 | 2003-12-31 20:33:23 +0000 | [diff] [blame] | 55 | 2003-12-31 Hasso Tepper <hasso@estpak.ee> |
| 56 | * isis_dr.c: Fix some threads related bugs. |
| 57 | |
hasso | 2097cd8 | 2003-12-23 11:51:08 +0000 | [diff] [blame] | 58 | 2003-12-23 Hasso Tepper <hasso@estpak.ee> |
| 59 | Some fixes done by me and Cougar <cougar@random.ee>. |
| 60 | * isis_adjacency.c: Two bugfixes by Cougar: |
| 61 | After down state neigbour was deleted but not removed from neighbours list. |
| 62 | Don't show random expire time during neighbour initialisation. |
| 63 | * isis_circuit.c: Don't show interface addresses in config by Cougar. |
| 64 | * isis_constants.h, isis_misc.c: Show other well-known NLPID names as well |
| 65 | by Cougar. |
| 66 | * isisd.c: Two tiny CLI fixes by me. |
| 67 | * isis_lsp.c: Bugfix in lsp_print_detail() by Cougar. |
| 68 | Show IPv4 external and IPv6 TLV's in "show isis database detail" by me. |
| 69 | * isis_misc.c: Net address format fix by Cougar. |
| 70 | * isis_spf.c: Dead loop fix in isis_spf_preload_tent() by Cougar |
| 71 | * isis_zebra.c: Ignore distance when adding route to zebra for now by me. |
| 72 | * isis_tlv.c: Parse external IPv4 TLV's correctly by me. |
| 73 | |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 74 | Version 0.0.7 to 0.0.8 |
| 75 | ====================== |
| 76 | |
| 77 | o A bug in handling of other ISs fragments fixed |
| 78 | o hello interval now specified in *seconds* |
| 79 | o replaced the adj->ipv[46]_addr tables with linked lists |
| 80 | |
| 81 | Version 0.0.6 to 0.0.7 (Oct 29 2002) |
| 82 | ====================== |
| 83 | |
| 84 | o changed to zebra-0.93b |
| 85 | o fixed a seg in SPF |
| 86 | o handling/generation of LSP fragments |
| 87 | o domain/area/circuit password |
| 88 | |
| 89 | Version 0.0.5 to 0.0.6 (Jul 4 2002) |
| 90 | ====================== |
| 91 | |
| 92 | o lots of changes to SPF |
| 93 | - runs the SPF for IPv4 and IPv6 separately |
| 94 | - a number of bugs fixed |
| 95 | - simplified the implementation |
| 96 | - "7.2.7 Removal of excess paths" implemented |
| 97 | o ported to freebsd (tested in 4.5-STABLE and 4.6-STABLE) |
| 98 | o moved to zebra-0.93-pre2 |
| 99 | o "show isis topology" command added |
| 100 | o "show (ip|ipv6) route isis commands added to zebra |
| 101 | o a number of fixes and additions (e.g. checksum calculation and DIS state |
| 102 | change event) by BeomSeok Gwak added |
| 103 | |
| 104 | Version 0.0.4 to 0.0.5 (Apr 26 2002) |
| 105 | ====================== |
| 106 | |
| 107 | o changed to zebra-0.93-pre1 |
| 108 | o number of memory leaks + small bugs fixed |
| 109 | o a bug related to processing of neigbors when installing routes fixed |
| 110 | |
| 111 | Version 0.0.3 to 0.0.4 (Feb 27 2002) |
| 112 | ====================== |
| 113 | |
| 114 | o initial version of SPT algorithm |
| 115 | o installing routes though zebrad |
| 116 | o isis debug commands |
| 117 | o work on IS-IS events (e.g. circuit state change) |
| 118 | |
| 119 | Version 0.0.2 to 0.0.3 (Jan 17 2002) |
| 120 | ====================== |
| 121 | |
| 122 | o LSP handling improved |
| 123 | o generation of pseudonode LSPs |
| 124 | o DR election enhanced |
| 125 | o support for p2p interfaces |
| 126 | o support for topology simulation |
| 127 | o more detailed output for show commands |
| 128 | |
| 129 | Version 0.0.1 to 0.0.2 (Dec 13 2001) |
| 130 | ====================== |
| 131 | |
| 132 | o circuit state machine (isis_csm.[ch]) added |
| 133 | o lot of work on LSP generation |
| 134 | o ISO checksum |
| 135 | o uses DGRAM sockets instead of RAW |
| 136 | o gets IP(v6) addresses from zebra |
| 137 | o debug can be controlled with "debug isis" command |
| 138 | o read support for TE tlvs |
| 139 | o work started on p2p interfaces |
| 140 | o work started on isis events |
| 141 | |
| 142 | |