blob: ff284f1f270b93fff9dd80970e5dbbc0f5172ce2 [file] [log] [blame]
Paul Jakma7a559cb2006-05-08 14:32:07 +000012006-05-08 Paul Jakma <paul.jakma@sun.com>
2
3 * ripng_routemap.c: (route_set_ipv6_nexthop_local_compile) bug
4 #242, s/in_addr/in6_addr to fix crash.
5 Thanks to jithinvachery+quagga@gmail.com.
6
paule8e19462006-01-19 20:16:55 +000072006-01-19 Paul Jakma <paul.jakma@sun.com>
8
9 * (general) various miscellaneous compiler warning fixes.
10 Remove redundant break statements from switch clauses
11 which return.
12 return from main, not exit, cause it annoys SOS.
13 Remove stray semi-colons which cause empty-statement
14 warnings.
15
ajsf52d13c2005-10-01 17:38:06 +0000162005-10-01 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
17
18 * ripng_zebra.c: (ripng_redistribute_write) Remove local hard-coded
19 table str[]. Replace str[i] with new library function
20 zebra_route_string(i).
21 * ripngd.c: Remove local hard-coded table route_info[].
22 (show_ipv6_ripng) Use new library function zebra_route_char() instead
23 of table route_info[].
24
hassodeba3552005-08-27 06:19:39 +0000252005-08-27 Hasso Tepper <hasso at quagga.net>
26
27 * ripng_zebra.c, ripngd.[ch]: Pass metric info to the zebra daemon.
28
ajs634f9ea2005-04-11 15:51:40 +0000292005-04-11 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
30
31 * ripng_zebra.c (ripng_redistribute_unset, ripng_redistribute_clean):
32 Change 2nd arg to zebra_redistribute_send from zclient->sock
33 to zclient.
34
hasso3a2ce6a2005-04-08 01:30:51 +0000352005-04-08 Hasso Tepper <hasso at quagga.net>
36
37 * ripngd.[hc], ripng_interface.c, ripng_peer.c: inet6_ntoa() takes
38 argument now by value.
39
hasso59209902005-04-05 14:36:49 +0000402005-04-05 Hasso Tepper <hasso at quagga.net>
41
42 * ripngd.[hc]: Remove inet6_ntop() and any usage of it. inet6_ntoa()
43 from lib is used now.
44 * ripng_interface.c: inet6_ntop() -> inet6_ntoa().
45 * ripng_peer.c: inet6_ntop() -> inet6_ntoa().
46
ajsd2fc8892005-04-02 18:38:43 +0000472005-04-02 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
48
49 * ripng_interface.c: (ripng_interface_delete) After deleting, set
50 ifp->ifindex to IFINDEX_INTERNAL.
51
ajs656b4ee2005-01-30 18:08:12 +0000522005-01-30 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
53
54 * ripng_interface.c: (ripng_multicast_join) Save errno before calling
55 ripngd_privs.change.
56
ajsb99760a2005-01-04 16:24:43 +0000572005-01-04 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
58
59 * ripngd.c: (ripng_recv_packet) Use ZCMSG_FIRSTHDR instead of
60 CMSG_FIRSTHDR.
61
ajsfa40f652004-12-16 16:18:13 +0000622004-12-16 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
63
64 * ripng_nexthop.c: Replace NEXTHOP_OUT macro with NEXTHOP_OUT_PTR,
65 since it's not really OK to take the address of a ternary expression.
66 (_ripng_rte_cmp,ripng_rte_send) Use new NEXTHOP_OUT_PTR macro
67 instead of NEXTHOP_OUT.
68
ajsc6106812004-12-08 19:51:16 +0000692004-12-08 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
70
71 * *.c: Change level of debug messages to LOG_DEBUG.
72
ajs274a4a42004-12-07 15:39:31 +0000732004-12-07 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
74
75 * ripng_main.c: (main) The 2nd argument to openzlog has been removed.
76
ajs887c44a2004-12-03 16:36:46 +0000772004-12-03 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
78
79 * ripng_main.c: (sighup) Remove spurious terminating message.
80 (sigint) Use zlog_notice for termination message.
81 (main) Issue a startup announcement using zlog_notice.
82
hassoc0652302004-11-25 19:33:48 +0000832004-11-25 Hasso Tepper <hasso at quagga.net>
84
85 * ripng_main.c: Make group to run as configurable.
86
hasso8dceb822004-10-26 06:39:56 +0000872004-10-26 Hasso Tepper <hasso at quagga.net>
88
89 * ripng_debug.c: Fix help of "show debugging ripng" command.
90
hasso98b718a2004-10-11 12:57:57 +0000912004-10-11 Hasso Tepper <hasso at quagga.net>
92
93 * *.c: Make more strings const.
94
hasso7a1d5832004-10-08 06:32:23 +0000952004-10-08 Hasso Tepper <hasso at quagga.net>
96
97 * *.[c|h]: Fix compiler warnings: make strings const, signed ->
98 unsigned etc.
99
hassoc9e52be2004-09-26 16:09:34 +00001002004-09-26 Hasso Tepper <hasso at quagga.net>
101
102 * ripingd.c: Access list hook argument function must have struct
103 access_list * argument. Solution taken from ripd.
104 * ripngd.c, ripnf_nexthop.c: Fix compiler warnings.
105
hasso52dc7ee2004-09-23 19:18:23 +00001062004-09-23 Hasso Tepper <hasso at quagga.net>
107
108 * *.[c|h]: list -> struct list *, listnode -> struct listnode *.
109
paul0b3acf42004-09-17 08:39:08 +00001102004-09-17 Paul Jakma <paul@dishone.st>
111
112 * ripngd.c: move setsockopt_so_recvbuf to lib.
113
hasso1203e1c2004-07-23 21:34:27 +00001142004-07-23 Hasso Tepper <hasso@estpak.ee>
115
116 * ripng_interface.c, ripng_nexthop.c: use ifp->mtu6 instead of
117 ifp->mtu.
118
gdt4d4653a2004-07-01 19:26:33 +00001192004-07-01 Greg Troxel <gdt@fnord.ir.bbn.com>
120
121 * ripng_interface.c (ripng_multicast_join): Use privs to do join,
122 to work around bug on gif(4) on NetBSD 1.6.2.
123
paulf88258c2004-05-11 12:01:33 +00001242004-05-11 Paul Jakma <paul@dishone.st>
125
126 * ripng_nexthop.h: SUNOS_5 does not define s6_addr32
127 catch ifndef(s6_addr32) && defined(SUNOS_5) and define
128 it ourselves based on the S10 _KERNEL guarded define.
129
paul0a589352004-05-08 11:48:26 +00001302004-05-08 Paul Jakma <paul@dishone.st>
131
132 * ripng_{interface,zebra}.c: sync with zclient changes
133
gdtddf1c262004-01-04 01:02:55 +00001342004-01-03 Greg Troxel <gdt@ahi.ir.bbn.com>
135
136 * ripng_interface.c (ripng_multicast_join): If IPV6_JOIN_GROUP
137 returns EADDRINUSE, consider the join successful. This happens
138 when an interface goes down and comes back because
139 ripng_multicast_leave does not invoke the LEAVE_GROUP operation if
140 the interface is down. Solves problem of ripng stopping working
141 on an interface which goes down and then comes back up (on NetBSD).
142
hasso15291352003-05-25 17:14:25 +00001432003-05-25 Hasso Tepper <hasso@estpak.ee>
144
145 * Revert ripng_ifrmap stuff because ripd uses it now as well.
146 * Merge ripngd part of 6Wind patch from Vincent Jardin
147 <vjardin@wanadoo.fr>.
148
paul445f1432003-05-16 19:00:31 +00001492003-04-23 Hasso Tepper <hasso@estpak.ee>
150
151 * {ripng_ifrmap,ripngd}.c: fix "router xxx" node commands in vtysh
152
1532003-04-19 Hasso Tepper <hasso@estpak.ee>
154
155 * rip_routemap.c: sync daemon's route-map commands to have same
156 syntax
157
paul718e3742002-12-13 20:15:29 +00001582002-07-07 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
159
160 * zebra-0.93 released.
161
1622001-08-28 NOGUCHI Kay <kay@v6.access.co.jp>
163
164 * ripngd.c (no_ripng_route): route_unlock_node () is not needed.
165
1662001-08-26 NOGUCHI Kay <kay@v6.access.co.jp>
167
168 * ripngd.h (struct ripng_interface): Add passive interface option.
169
1702001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
171
172 * zebra-0.92a released.
173
1742001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
175
176 * zebra-0.92 released.
177
1782001-08-07 Akira Kato <kato@wide.ad.jp>
179
180 * ripngd.c (ripng_timers): "timers basic" argument is fixed.
181
1822001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
183
184 * zebra-0.91 is released.
185
1862001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
187
188 * zebra-0.90 is released.
189
1902001-01-01 Kunihiro Ishiguro <kunihiro@zebra.org>
191
192 * ripngd.h (RIPNG_VTYSH_PATH): Change "/tmp/ripngd" to
193 "/tmp/.ripngd".
194
1952000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
196
197 * zebra-0.89 is released.
198
1992000-09-20 Kunihiro Ishiguro <kunihiro@zebra.org>
200
201 * ripngd.c (ripng_send_packet): Use CMSG_SPACE instead of sizeof
202 hack. Revert privious alignment patch.
203
2042000-09-20 URA Hiroshi <ura@hiru.aoba.yokohama.jp>
205
206 * ripngd.c (ripng_send_packet): Fix an alignment bug. Thus ripngd
207 can't send packets.
208
2092000-09-10 Kunihiro Ishiguro <kunihiro@zebra.org>
210
211 * ripng_interface.c (ripng_interface_address_delete): Connected
212 address delete treatment added.
213
2142000-08-22 Kunihiro Ishiguro <kunihiro@zebra.org>
215
216 * ripng_routemap.c (route_set_metric_compile): When checking '-'
217 character, argv[1] should be argv[0]. Reported by SHIRASAKI
218 Yasuhiro <yasuhiro@ocn.v6.ntt.net>.
219
2202000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
221
222 * zebra-0.88 is released.
223
2242000-06-06 Kunihiro Ishiguro <kunihiro@zebra.org>
225
226 * ripngd.c (ripng_route_process): Clear prefix_ipv6 before using
227 it.
228 (ripng_redistribute_delete): Fix bug of missing
229 route_unlock_node() when redistribute route is not found.
230 (ripng_redistribute_delete): Make it sure that timers are off.
231 (ripng_redistribute_delete): Likewise.
232
2332000-01-19 Kunihiro Ishiguro <kunihiro@zebra.org>
234
235 * ripngd.c (ripng_route_process): Fix bug of mis-checking of same
236 route.
237 (show_ipv6_ripng): Include ifindex to "show ipv6 ripng" output.
238
2391999-11-12 Kunihiro Ishiguro <kunihiro@zebra.org>
240
241 * ripngd.c (ripng_output_process): Use MINMTU when mtu value is
242 not available.
243
2441999-11-05 Kunihiro Ishiguro <kunihiro@zebra.org>
245
246 * ripngd.c (ripng_output_process): Calculate max RTE count from
247 interface MTU value.
248
2491999-09-29 Kunihiro Ishiguro <kunihiro@zebra.org>
250
251 * ripngd.c (ripng_distribute_update): Fix bug of updating
252 access-list and prefix-list.
253
2541999-09-07 URA Hiroshi <ura@hiru.aoba.yokohama.jp>
255
256 * ripngd.c (ripng_recv_packet): Change CMSG_DATA cast from (u_char
257 *) to (int *). (u_char *) does not work for NetBSD-currnet on
258 SparcStation 10.
259
2601999-08-15 Kunihiro Ishiguro <kunihiro@zebra.org>
261
262 * ripngd.c (ripng_request_process): When request packet comes,
263 check RIPng process is enabled on the interface.
264 (ripng_redistribute_withdraw): Delete routes when `no
265 redistribute' is executed.
266
2671999-08-13 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
268
269 * ripng_zebra.c (ripng_redistribute_ospf6_cmd): Add OSPF6
270 redistribute command.
271
2721999-07-21 Kunihiro Ishiguro <kunihiro@zebra.org>
273
274 * ripngd.c (default_information_originate): Add
275 default-information command.
276
2771999-07-19 Kunihiro Ishiguro <kunihiro@zebra.org>
278
279 * ripngd.c (ripng_route_process): rip_add_route() and
280 rip_delete_route() are deleted. Both functions are integrated
281 into ripng_route_process().
282 (ripng_request_process): Proper reply for request message.
283
284 * ripng_routemap.c: New file added.
285
2861999-07-18 Kunihiro Ishiguro <kunihiro@zebra.org>
287
288 * ripngd.c (ripng_nexthop_rte): RIPng next hop routine is
289 rewritten.
290 (show_ipv6_ripng): Change `show ip ripng' to `show ipv6 ripng'.
291 (ripng_response_process): RIPng incoming packet's hop count check
292 added.
293 (ripng_response_process): Add strict RTE checking.
294
2951999-07-03 Kunihiro Ishiguro <kunihiro@zebra.org>
296
297 * ripngd.c (ripng_add_route): Fix metric compare bug.
298
2991999-06-25 itojun@iijlab.net
300
301 * ripngd.c (ripng_distribute_in): "distribute in" filter in ripngd
302 actually work.
303
3041999-05-25 Kunihiro Ishiguro <kunihiro@zebra.org>
305
306 * ripngd.c (ripng_zebra): Send each ripng information by separate
307 zebra packet.
308
3091999-05-15 Kunihiro Ishiguro <kunihiro@zebra.org>
310
311 * ripng_interface.c (if_add_multicast): Change log to zlog.
312
3131999-05-10 Kunihiro Ishiguro <kunihiro@zebra.org>
314
315 * ripng_interface.c (ripng_zebra_get_interface): Add function.
316
317 * ripng_zebra.c (redistribute_ripng): Delete function because
318 redistirbute the routes to the zebra daemon is now default
319 behavior.
320
3211999-05-09 Kunihiro Ishiguro <kunihiro@zebra.org>
322
323 * ripngd.conf.sample: Change network to route statement.
324
3251999-03-25 Kunihiro Ishiguro <kunihiro@zebra.org>
326
327 * ripngd.c: Old non Advanced API version ripng_send_packet and
328 ripng_recv_packet is removed.
329 * ripng_radix.c: File removed.
330
3311998-12-15 Kunihiro Ishiguro <kunihiro@zebra.org>
332
333 * Now I assume KAME support Advanced API and use sendmsg/recvmsg.
334
3351998-12-13 Kunihiro Ishiguro <kunihiro@zebra.org>
336
337 * ripng_interface.c: Delete old ifa (interface address) related
338 functions.
339
3401998-12-10 Kunihiro Ishiguro <kunihiro@zebra.org>
341
342 * ripng_debug.[ch]: New file.
343
344 * ripngd.c (ripng_supply): Do not send header only RIPng packet.
345 Change `network' statement to `route' statement.
346 (ripng_request_process): Reply to RIPng REQUEST packet.
347
3481998-12-09 Kunihiro Ishiguro <kunihiro@zebra.org>
349
350 * ripngd.c (ripng_config_write): Delete vector v argument.
351 * ripng_zebra.c (zebra_config_write): Likewise.
352 * ripng_interface.c (interface_config_write): Likewise.
353
3541998-12-07 Kunihiro Ishiguro <kunihiro@zebra.org>
355
356 * ripng_route.h: New file.
357
358 * ripng_interface.c: Delete #include <linux/in6.h>.
359 ripng_main.c: likewise.
360 ripng_radix.c: likewise.
361 ripng_route.c: likewise.
362 ripng_zebra.c: likewise.
363 ripngd.c: likewise.
364
3651998-12-06 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
366
367 * ripngd.h (IPV6_ADD_MEMBERSHIP): If IPV6_ADD_MEMBERSHIP is not
368 defined. Define IPV6_ADD_MEMBERSHIP as IPV6_JOIN_GROUP.
369
3701998-09-15 HEO SeonMeyong <seirios@matrix.iri.co.jp>
371
372 * all Hydrangea define is changed to KAME.
373