blob: 2ad753ab35022a68563eb8e8ad87763bf773e4c6 [file] [log] [blame]
Vincent Jardin6dfa8272007-04-12 07:43:49 +000012007-04-12 Emmanuel Vize <emmanuel.vize@6wind.com>
2
3 * ripngd.c: (ripng_vty_out_uptime and show_ipv6_ripng_status)
4 Use new thread_timer_remain_second to display properly the timers
5 (reported patch from Andrew J. Schorr in ripd.c)
6
Paul Jakma995b9652006-05-11 13:20:47 +000072006-05-11 Paul Jakma <paul.jakma@sun.com>
8
9 * ripng_interface.c: (ripng_interface_address_add) Remove
10 unneeded NULL check, Coverity CID #72.
11
Paul Jakma7a559cb2006-05-08 14:32:07 +0000122006-05-08 Paul Jakma <paul.jakma@sun.com>
13
14 * ripng_routemap.c: (route_set_ipv6_nexthop_local_compile) bug
15 #242, s/in_addr/in6_addr to fix crash.
16 Thanks to jithinvachery+quagga@gmail.com.
17
paule8e19462006-01-19 20:16:55 +0000182006-01-19 Paul Jakma <paul.jakma@sun.com>
19
20 * (general) various miscellaneous compiler warning fixes.
21 Remove redundant break statements from switch clauses
22 which return.
23 return from main, not exit, cause it annoys SOS.
24 Remove stray semi-colons which cause empty-statement
25 warnings.
26
ajsf52d13c2005-10-01 17:38:06 +0000272005-10-01 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
28
29 * ripng_zebra.c: (ripng_redistribute_write) Remove local hard-coded
30 table str[]. Replace str[i] with new library function
31 zebra_route_string(i).
32 * ripngd.c: Remove local hard-coded table route_info[].
33 (show_ipv6_ripng) Use new library function zebra_route_char() instead
34 of table route_info[].
35
hassodeba3552005-08-27 06:19:39 +0000362005-08-27 Hasso Tepper <hasso at quagga.net>
37
38 * ripng_zebra.c, ripngd.[ch]: Pass metric info to the zebra daemon.
39
ajs634f9ea2005-04-11 15:51:40 +0000402005-04-11 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
41
42 * ripng_zebra.c (ripng_redistribute_unset, ripng_redistribute_clean):
43 Change 2nd arg to zebra_redistribute_send from zclient->sock
44 to zclient.
45
hasso3a2ce6a2005-04-08 01:30:51 +0000462005-04-08 Hasso Tepper <hasso at quagga.net>
47
48 * ripngd.[hc], ripng_interface.c, ripng_peer.c: inet6_ntoa() takes
49 argument now by value.
50
hasso59209902005-04-05 14:36:49 +0000512005-04-05 Hasso Tepper <hasso at quagga.net>
52
53 * ripngd.[hc]: Remove inet6_ntop() and any usage of it. inet6_ntoa()
54 from lib is used now.
55 * ripng_interface.c: inet6_ntop() -> inet6_ntoa().
56 * ripng_peer.c: inet6_ntop() -> inet6_ntoa().
57
ajsd2fc8892005-04-02 18:38:43 +0000582005-04-02 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
59
60 * ripng_interface.c: (ripng_interface_delete) After deleting, set
61 ifp->ifindex to IFINDEX_INTERNAL.
62
ajs656b4ee2005-01-30 18:08:12 +0000632005-01-30 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
64
65 * ripng_interface.c: (ripng_multicast_join) Save errno before calling
66 ripngd_privs.change.
67
ajsb99760a2005-01-04 16:24:43 +0000682005-01-04 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
69
70 * ripngd.c: (ripng_recv_packet) Use ZCMSG_FIRSTHDR instead of
71 CMSG_FIRSTHDR.
72
ajsfa40f652004-12-16 16:18:13 +0000732004-12-16 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
74
75 * ripng_nexthop.c: Replace NEXTHOP_OUT macro with NEXTHOP_OUT_PTR,
76 since it's not really OK to take the address of a ternary expression.
77 (_ripng_rte_cmp,ripng_rte_send) Use new NEXTHOP_OUT_PTR macro
78 instead of NEXTHOP_OUT.
79
ajsc6106812004-12-08 19:51:16 +0000802004-12-08 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
81
82 * *.c: Change level of debug messages to LOG_DEBUG.
83
ajs274a4a42004-12-07 15:39:31 +0000842004-12-07 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
85
86 * ripng_main.c: (main) The 2nd argument to openzlog has been removed.
87
ajs887c44a2004-12-03 16:36:46 +0000882004-12-03 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
89
90 * ripng_main.c: (sighup) Remove spurious terminating message.
91 (sigint) Use zlog_notice for termination message.
92 (main) Issue a startup announcement using zlog_notice.
93
hassoc0652302004-11-25 19:33:48 +0000942004-11-25 Hasso Tepper <hasso at quagga.net>
95
96 * ripng_main.c: Make group to run as configurable.
97
hasso8dceb822004-10-26 06:39:56 +0000982004-10-26 Hasso Tepper <hasso at quagga.net>
99
100 * ripng_debug.c: Fix help of "show debugging ripng" command.
101
hasso98b718a2004-10-11 12:57:57 +00001022004-10-11 Hasso Tepper <hasso at quagga.net>
103
104 * *.c: Make more strings const.
105
hasso7a1d5832004-10-08 06:32:23 +00001062004-10-08 Hasso Tepper <hasso at quagga.net>
107
108 * *.[c|h]: Fix compiler warnings: make strings const, signed ->
109 unsigned etc.
110
hassoc9e52be2004-09-26 16:09:34 +00001112004-09-26 Hasso Tepper <hasso at quagga.net>
112
113 * ripingd.c: Access list hook argument function must have struct
114 access_list * argument. Solution taken from ripd.
115 * ripngd.c, ripnf_nexthop.c: Fix compiler warnings.
116
hasso52dc7ee2004-09-23 19:18:23 +00001172004-09-23 Hasso Tepper <hasso at quagga.net>
118
119 * *.[c|h]: list -> struct list *, listnode -> struct listnode *.
120
paul0b3acf42004-09-17 08:39:08 +00001212004-09-17 Paul Jakma <paul@dishone.st>
122
123 * ripngd.c: move setsockopt_so_recvbuf to lib.
124
hasso1203e1c2004-07-23 21:34:27 +00001252004-07-23 Hasso Tepper <hasso@estpak.ee>
126
127 * ripng_interface.c, ripng_nexthop.c: use ifp->mtu6 instead of
128 ifp->mtu.
129
gdt4d4653a2004-07-01 19:26:33 +00001302004-07-01 Greg Troxel <gdt@fnord.ir.bbn.com>
131
132 * ripng_interface.c (ripng_multicast_join): Use privs to do join,
133 to work around bug on gif(4) on NetBSD 1.6.2.
134
paulf88258c2004-05-11 12:01:33 +00001352004-05-11 Paul Jakma <paul@dishone.st>
136
137 * ripng_nexthop.h: SUNOS_5 does not define s6_addr32
138 catch ifndef(s6_addr32) && defined(SUNOS_5) and define
139 it ourselves based on the S10 _KERNEL guarded define.
140
paul0a589352004-05-08 11:48:26 +00001412004-05-08 Paul Jakma <paul@dishone.st>
142
143 * ripng_{interface,zebra}.c: sync with zclient changes
144
gdtddf1c262004-01-04 01:02:55 +00001452004-01-03 Greg Troxel <gdt@ahi.ir.bbn.com>
146
147 * ripng_interface.c (ripng_multicast_join): If IPV6_JOIN_GROUP
148 returns EADDRINUSE, consider the join successful. This happens
149 when an interface goes down and comes back because
150 ripng_multicast_leave does not invoke the LEAVE_GROUP operation if
151 the interface is down. Solves problem of ripng stopping working
152 on an interface which goes down and then comes back up (on NetBSD).
153
hasso15291352003-05-25 17:14:25 +00001542003-05-25 Hasso Tepper <hasso@estpak.ee>
155
156 * Revert ripng_ifrmap stuff because ripd uses it now as well.
157 * Merge ripngd part of 6Wind patch from Vincent Jardin
158 <vjardin@wanadoo.fr>.
159
paul445f1432003-05-16 19:00:31 +00001602003-04-23 Hasso Tepper <hasso@estpak.ee>
161
162 * {ripng_ifrmap,ripngd}.c: fix "router xxx" node commands in vtysh
163
1642003-04-19 Hasso Tepper <hasso@estpak.ee>
165
166 * rip_routemap.c: sync daemon's route-map commands to have same
167 syntax
168
paul718e3742002-12-13 20:15:29 +00001692002-07-07 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
170
171 * zebra-0.93 released.
172
1732001-08-28 NOGUCHI Kay <kay@v6.access.co.jp>
174
175 * ripngd.c (no_ripng_route): route_unlock_node () is not needed.
176
1772001-08-26 NOGUCHI Kay <kay@v6.access.co.jp>
178
179 * ripngd.h (struct ripng_interface): Add passive interface option.
180
1812001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
182
183 * zebra-0.92a released.
184
1852001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
186
187 * zebra-0.92 released.
188
1892001-08-07 Akira Kato <kato@wide.ad.jp>
190
191 * ripngd.c (ripng_timers): "timers basic" argument is fixed.
192
1932001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
194
195 * zebra-0.91 is released.
196
1972001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
198
199 * zebra-0.90 is released.
200
2012001-01-01 Kunihiro Ishiguro <kunihiro@zebra.org>
202
203 * ripngd.h (RIPNG_VTYSH_PATH): Change "/tmp/ripngd" to
204 "/tmp/.ripngd".
205
2062000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
207
208 * zebra-0.89 is released.
209
2102000-09-20 Kunihiro Ishiguro <kunihiro@zebra.org>
211
212 * ripngd.c (ripng_send_packet): Use CMSG_SPACE instead of sizeof
213 hack. Revert privious alignment patch.
214
2152000-09-20 URA Hiroshi <ura@hiru.aoba.yokohama.jp>
216
217 * ripngd.c (ripng_send_packet): Fix an alignment bug. Thus ripngd
218 can't send packets.
219
2202000-09-10 Kunihiro Ishiguro <kunihiro@zebra.org>
221
222 * ripng_interface.c (ripng_interface_address_delete): Connected
223 address delete treatment added.
224
2252000-08-22 Kunihiro Ishiguro <kunihiro@zebra.org>
226
227 * ripng_routemap.c (route_set_metric_compile): When checking '-'
228 character, argv[1] should be argv[0]. Reported by SHIRASAKI
229 Yasuhiro <yasuhiro@ocn.v6.ntt.net>.
230
2312000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
232
233 * zebra-0.88 is released.
234
2352000-06-06 Kunihiro Ishiguro <kunihiro@zebra.org>
236
237 * ripngd.c (ripng_route_process): Clear prefix_ipv6 before using
238 it.
239 (ripng_redistribute_delete): Fix bug of missing
240 route_unlock_node() when redistribute route is not found.
241 (ripng_redistribute_delete): Make it sure that timers are off.
242 (ripng_redistribute_delete): Likewise.
243
2442000-01-19 Kunihiro Ishiguro <kunihiro@zebra.org>
245
246 * ripngd.c (ripng_route_process): Fix bug of mis-checking of same
247 route.
248 (show_ipv6_ripng): Include ifindex to "show ipv6 ripng" output.
249
2501999-11-12 Kunihiro Ishiguro <kunihiro@zebra.org>
251
252 * ripngd.c (ripng_output_process): Use MINMTU when mtu value is
253 not available.
254
2551999-11-05 Kunihiro Ishiguro <kunihiro@zebra.org>
256
257 * ripngd.c (ripng_output_process): Calculate max RTE count from
258 interface MTU value.
259
2601999-09-29 Kunihiro Ishiguro <kunihiro@zebra.org>
261
262 * ripngd.c (ripng_distribute_update): Fix bug of updating
263 access-list and prefix-list.
264
2651999-09-07 URA Hiroshi <ura@hiru.aoba.yokohama.jp>
266
267 * ripngd.c (ripng_recv_packet): Change CMSG_DATA cast from (u_char
268 *) to (int *). (u_char *) does not work for NetBSD-currnet on
269 SparcStation 10.
270
2711999-08-15 Kunihiro Ishiguro <kunihiro@zebra.org>
272
273 * ripngd.c (ripng_request_process): When request packet comes,
274 check RIPng process is enabled on the interface.
275 (ripng_redistribute_withdraw): Delete routes when `no
276 redistribute' is executed.
277
2781999-08-13 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
279
280 * ripng_zebra.c (ripng_redistribute_ospf6_cmd): Add OSPF6
281 redistribute command.
282
2831999-07-21 Kunihiro Ishiguro <kunihiro@zebra.org>
284
285 * ripngd.c (default_information_originate): Add
286 default-information command.
287
2881999-07-19 Kunihiro Ishiguro <kunihiro@zebra.org>
289
290 * ripngd.c (ripng_route_process): rip_add_route() and
291 rip_delete_route() are deleted. Both functions are integrated
292 into ripng_route_process().
293 (ripng_request_process): Proper reply for request message.
294
295 * ripng_routemap.c: New file added.
296
2971999-07-18 Kunihiro Ishiguro <kunihiro@zebra.org>
298
299 * ripngd.c (ripng_nexthop_rte): RIPng next hop routine is
300 rewritten.
301 (show_ipv6_ripng): Change `show ip ripng' to `show ipv6 ripng'.
302 (ripng_response_process): RIPng incoming packet's hop count check
303 added.
304 (ripng_response_process): Add strict RTE checking.
305
3061999-07-03 Kunihiro Ishiguro <kunihiro@zebra.org>
307
308 * ripngd.c (ripng_add_route): Fix metric compare bug.
309
3101999-06-25 itojun@iijlab.net
311
312 * ripngd.c (ripng_distribute_in): "distribute in" filter in ripngd
313 actually work.
314
3151999-05-25 Kunihiro Ishiguro <kunihiro@zebra.org>
316
317 * ripngd.c (ripng_zebra): Send each ripng information by separate
318 zebra packet.
319
3201999-05-15 Kunihiro Ishiguro <kunihiro@zebra.org>
321
322 * ripng_interface.c (if_add_multicast): Change log to zlog.
323
3241999-05-10 Kunihiro Ishiguro <kunihiro@zebra.org>
325
326 * ripng_interface.c (ripng_zebra_get_interface): Add function.
327
328 * ripng_zebra.c (redistribute_ripng): Delete function because
329 redistirbute the routes to the zebra daemon is now default
330 behavior.
331
3321999-05-09 Kunihiro Ishiguro <kunihiro@zebra.org>
333
334 * ripngd.conf.sample: Change network to route statement.
335
3361999-03-25 Kunihiro Ishiguro <kunihiro@zebra.org>
337
338 * ripngd.c: Old non Advanced API version ripng_send_packet and
339 ripng_recv_packet is removed.
340 * ripng_radix.c: File removed.
341
3421998-12-15 Kunihiro Ishiguro <kunihiro@zebra.org>
343
344 * Now I assume KAME support Advanced API and use sendmsg/recvmsg.
345
3461998-12-13 Kunihiro Ishiguro <kunihiro@zebra.org>
347
348 * ripng_interface.c: Delete old ifa (interface address) related
349 functions.
350
3511998-12-10 Kunihiro Ishiguro <kunihiro@zebra.org>
352
353 * ripng_debug.[ch]: New file.
354
355 * ripngd.c (ripng_supply): Do not send header only RIPng packet.
356 Change `network' statement to `route' statement.
357 (ripng_request_process): Reply to RIPng REQUEST packet.
358
3591998-12-09 Kunihiro Ishiguro <kunihiro@zebra.org>
360
361 * ripngd.c (ripng_config_write): Delete vector v argument.
362 * ripng_zebra.c (zebra_config_write): Likewise.
363 * ripng_interface.c (interface_config_write): Likewise.
364
3651998-12-07 Kunihiro Ishiguro <kunihiro@zebra.org>
366
367 * ripng_route.h: New file.
368
369 * ripng_interface.c: Delete #include <linux/in6.h>.
370 ripng_main.c: likewise.
371 ripng_radix.c: likewise.
372 ripng_route.c: likewise.
373 ripng_zebra.c: likewise.
374 ripngd.c: likewise.
375
3761998-12-06 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
377
378 * ripngd.h (IPV6_ADD_MEMBERSHIP): If IPV6_ADD_MEMBERSHIP is not
379 defined. Define IPV6_ADD_MEMBERSHIP as IPV6_JOIN_GROUP.
380
3811998-09-15 HEO SeonMeyong <seirios@matrix.iri.co.jp>
382
383 * all Hydrangea define is changed to KAME.
384