hasso | 1529135 | 2003-05-25 17:14:25 +0000 | [diff] [blame] | 1 | 2003-05-25 Hasso Tepper <hasso@estpak.ee> |
| 2 | |
| 3 | * Revert ripng_ifrmap stuff because ripd uses it now as well. |
| 4 | * Merge ripngd part of 6Wind patch from Vincent Jardin |
| 5 | <vjardin@wanadoo.fr>. |
| 6 | |
paul | 445f143 | 2003-05-16 19:00:31 +0000 | [diff] [blame] | 7 | 2003-04-23 Hasso Tepper <hasso@estpak.ee> |
| 8 | |
| 9 | * {ripng_ifrmap,ripngd}.c: fix "router xxx" node commands in vtysh |
| 10 | |
| 11 | 2003-04-19 Hasso Tepper <hasso@estpak.ee> |
| 12 | |
| 13 | * rip_routemap.c: sync daemon's route-map commands to have same |
| 14 | syntax |
| 15 | |
paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 16 | 2002-07-07 Kunihiro Ishiguro <kunihiro@ipinfusion.com> |
| 17 | |
| 18 | * zebra-0.93 released. |
| 19 | |
| 20 | 2001-08-28 NOGUCHI Kay <kay@v6.access.co.jp> |
| 21 | |
| 22 | * ripngd.c (no_ripng_route): route_unlock_node () is not needed. |
| 23 | |
| 24 | 2001-08-26 NOGUCHI Kay <kay@v6.access.co.jp> |
| 25 | |
| 26 | * ripngd.h (struct ripng_interface): Add passive interface option. |
| 27 | |
| 28 | 2001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com> |
| 29 | |
| 30 | * zebra-0.92a released. |
| 31 | |
| 32 | 2001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com> |
| 33 | |
| 34 | * zebra-0.92 released. |
| 35 | |
| 36 | 2001-08-07 Akira Kato <kato@wide.ad.jp> |
| 37 | |
| 38 | * ripngd.c (ripng_timers): "timers basic" argument is fixed. |
| 39 | |
| 40 | 2001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 41 | |
| 42 | * zebra-0.91 is released. |
| 43 | |
| 44 | 2001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 45 | |
| 46 | * zebra-0.90 is released. |
| 47 | |
| 48 | 2001-01-01 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 49 | |
| 50 | * ripngd.h (RIPNG_VTYSH_PATH): Change "/tmp/ripngd" to |
| 51 | "/tmp/.ripngd". |
| 52 | |
| 53 | 2000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 54 | |
| 55 | * zebra-0.89 is released. |
| 56 | |
| 57 | 2000-09-20 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 58 | |
| 59 | * ripngd.c (ripng_send_packet): Use CMSG_SPACE instead of sizeof |
| 60 | hack. Revert privious alignment patch. |
| 61 | |
| 62 | 2000-09-20 URA Hiroshi <ura@hiru.aoba.yokohama.jp> |
| 63 | |
| 64 | * ripngd.c (ripng_send_packet): Fix an alignment bug. Thus ripngd |
| 65 | can't send packets. |
| 66 | |
| 67 | 2000-09-10 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 68 | |
| 69 | * ripng_interface.c (ripng_interface_address_delete): Connected |
| 70 | address delete treatment added. |
| 71 | |
| 72 | 2000-08-22 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 73 | |
| 74 | * ripng_routemap.c (route_set_metric_compile): When checking '-' |
| 75 | character, argv[1] should be argv[0]. Reported by SHIRASAKI |
| 76 | Yasuhiro <yasuhiro@ocn.v6.ntt.net>. |
| 77 | |
| 78 | 2000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 79 | |
| 80 | * zebra-0.88 is released. |
| 81 | |
| 82 | 2000-06-06 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 83 | |
| 84 | * ripngd.c (ripng_route_process): Clear prefix_ipv6 before using |
| 85 | it. |
| 86 | (ripng_redistribute_delete): Fix bug of missing |
| 87 | route_unlock_node() when redistribute route is not found. |
| 88 | (ripng_redistribute_delete): Make it sure that timers are off. |
| 89 | (ripng_redistribute_delete): Likewise. |
| 90 | |
| 91 | 2000-01-19 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 92 | |
| 93 | * ripngd.c (ripng_route_process): Fix bug of mis-checking of same |
| 94 | route. |
| 95 | (show_ipv6_ripng): Include ifindex to "show ipv6 ripng" output. |
| 96 | |
| 97 | 1999-11-12 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 98 | |
| 99 | * ripngd.c (ripng_output_process): Use MINMTU when mtu value is |
| 100 | not available. |
| 101 | |
| 102 | 1999-11-05 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 103 | |
| 104 | * ripngd.c (ripng_output_process): Calculate max RTE count from |
| 105 | interface MTU value. |
| 106 | |
| 107 | 1999-09-29 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 108 | |
| 109 | * ripngd.c (ripng_distribute_update): Fix bug of updating |
| 110 | access-list and prefix-list. |
| 111 | |
| 112 | 1999-09-07 URA Hiroshi <ura@hiru.aoba.yokohama.jp> |
| 113 | |
| 114 | * ripngd.c (ripng_recv_packet): Change CMSG_DATA cast from (u_char |
| 115 | *) to (int *). (u_char *) does not work for NetBSD-currnet on |
| 116 | SparcStation 10. |
| 117 | |
| 118 | 1999-08-15 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 119 | |
| 120 | * ripngd.c (ripng_request_process): When request packet comes, |
| 121 | check RIPng process is enabled on the interface. |
| 122 | (ripng_redistribute_withdraw): Delete routes when `no |
| 123 | redistribute' is executed. |
| 124 | |
| 125 | 1999-08-13 Yasuhiro Ohara <yasu@sfc.wide.ad.jp> |
| 126 | |
| 127 | * ripng_zebra.c (ripng_redistribute_ospf6_cmd): Add OSPF6 |
| 128 | redistribute command. |
| 129 | |
| 130 | 1999-07-21 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 131 | |
| 132 | * ripngd.c (default_information_originate): Add |
| 133 | default-information command. |
| 134 | |
| 135 | 1999-07-19 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 136 | |
| 137 | * ripngd.c (ripng_route_process): rip_add_route() and |
| 138 | rip_delete_route() are deleted. Both functions are integrated |
| 139 | into ripng_route_process(). |
| 140 | (ripng_request_process): Proper reply for request message. |
| 141 | |
| 142 | * ripng_routemap.c: New file added. |
| 143 | |
| 144 | 1999-07-18 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 145 | |
| 146 | * ripngd.c (ripng_nexthop_rte): RIPng next hop routine is |
| 147 | rewritten. |
| 148 | (show_ipv6_ripng): Change `show ip ripng' to `show ipv6 ripng'. |
| 149 | (ripng_response_process): RIPng incoming packet's hop count check |
| 150 | added. |
| 151 | (ripng_response_process): Add strict RTE checking. |
| 152 | |
| 153 | 1999-07-03 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 154 | |
| 155 | * ripngd.c (ripng_add_route): Fix metric compare bug. |
| 156 | |
| 157 | 1999-06-25 itojun@iijlab.net |
| 158 | |
| 159 | * ripngd.c (ripng_distribute_in): "distribute in" filter in ripngd |
| 160 | actually work. |
| 161 | |
| 162 | 1999-05-25 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 163 | |
| 164 | * ripngd.c (ripng_zebra): Send each ripng information by separate |
| 165 | zebra packet. |
| 166 | |
| 167 | 1999-05-15 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 168 | |
| 169 | * ripng_interface.c (if_add_multicast): Change log to zlog. |
| 170 | |
| 171 | 1999-05-10 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 172 | |
| 173 | * ripng_interface.c (ripng_zebra_get_interface): Add function. |
| 174 | |
| 175 | * ripng_zebra.c (redistribute_ripng): Delete function because |
| 176 | redistirbute the routes to the zebra daemon is now default |
| 177 | behavior. |
| 178 | |
| 179 | 1999-05-09 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 180 | |
| 181 | * ripngd.conf.sample: Change network to route statement. |
| 182 | |
| 183 | 1999-03-25 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 184 | |
| 185 | * ripngd.c: Old non Advanced API version ripng_send_packet and |
| 186 | ripng_recv_packet is removed. |
| 187 | * ripng_radix.c: File removed. |
| 188 | |
| 189 | 1998-12-15 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 190 | |
| 191 | * Now I assume KAME support Advanced API and use sendmsg/recvmsg. |
| 192 | |
| 193 | 1998-12-13 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 194 | |
| 195 | * ripng_interface.c: Delete old ifa (interface address) related |
| 196 | functions. |
| 197 | |
| 198 | 1998-12-10 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 199 | |
| 200 | * ripng_debug.[ch]: New file. |
| 201 | |
| 202 | * ripngd.c (ripng_supply): Do not send header only RIPng packet. |
| 203 | Change `network' statement to `route' statement. |
| 204 | (ripng_request_process): Reply to RIPng REQUEST packet. |
| 205 | |
| 206 | 1998-12-09 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 207 | |
| 208 | * ripngd.c (ripng_config_write): Delete vector v argument. |
| 209 | * ripng_zebra.c (zebra_config_write): Likewise. |
| 210 | * ripng_interface.c (interface_config_write): Likewise. |
| 211 | |
| 212 | 1998-12-07 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 213 | |
| 214 | * ripng_route.h: New file. |
| 215 | |
| 216 | * ripng_interface.c: Delete #include <linux/in6.h>. |
| 217 | ripng_main.c: likewise. |
| 218 | ripng_radix.c: likewise. |
| 219 | ripng_route.c: likewise. |
| 220 | ripng_zebra.c: likewise. |
| 221 | ripngd.c: likewise. |
| 222 | |
| 223 | 1998-12-06 Yasuhiro Ohara <yasu@sfc.wide.ad.jp> |
| 224 | |
| 225 | * ripngd.h (IPV6_ADD_MEMBERSHIP): If IPV6_ADD_MEMBERSHIP is not |
| 226 | defined. Define IPV6_ADD_MEMBERSHIP as IPV6_JOIN_GROUP. |
| 227 | |
| 228 | 1998-09-15 HEO SeonMeyong <seirios@matrix.iri.co.jp> |
| 229 | |
| 230 | * all Hydrangea define is changed to KAME. |
| 231 | |