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