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