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