blob: 1bafb84aa9ecfd44b89fe0ad0bcfb4f11596abeb [file] [log] [blame]
Paul Jakma995b9652006-05-11 13:20:47 +000012006-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 Jakma7a559cb2006-05-08 14:32:07 +000062006-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
paule8e19462006-01-19 20:16:55 +0000122006-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
ajsf52d13c2005-10-01 17:38:06 +0000212005-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
hassodeba3552005-08-27 06:19:39 +0000302005-08-27 Hasso Tepper <hasso at quagga.net>
31
32 * ripng_zebra.c, ripngd.[ch]: Pass metric info to the zebra daemon.
33
ajs634f9ea2005-04-11 15:51:40 +0000342005-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
hasso3a2ce6a2005-04-08 01:30:51 +0000402005-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
hasso59209902005-04-05 14:36:49 +0000452005-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
ajsd2fc8892005-04-02 18:38:43 +0000522005-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
ajs656b4ee2005-01-30 18:08:12 +0000572005-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
ajsb99760a2005-01-04 16:24:43 +0000622005-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
ajsfa40f652004-12-16 16:18:13 +0000672004-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
ajsc6106812004-12-08 19:51:16 +0000742004-12-08 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
75
76 * *.c: Change level of debug messages to LOG_DEBUG.
77
ajs274a4a42004-12-07 15:39:31 +0000782004-12-07 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
79
80 * ripng_main.c: (main) The 2nd argument to openzlog has been removed.
81
ajs887c44a2004-12-03 16:36:46 +0000822004-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
hassoc0652302004-11-25 19:33:48 +0000882004-11-25 Hasso Tepper <hasso at quagga.net>
89
90 * ripng_main.c: Make group to run as configurable.
91
hasso8dceb822004-10-26 06:39:56 +0000922004-10-26 Hasso Tepper <hasso at quagga.net>
93
94 * ripng_debug.c: Fix help of "show debugging ripng" command.
95
hasso98b718a2004-10-11 12:57:57 +0000962004-10-11 Hasso Tepper <hasso at quagga.net>
97
98 * *.c: Make more strings const.
99
hasso7a1d5832004-10-08 06:32:23 +00001002004-10-08 Hasso Tepper <hasso at quagga.net>
101
102 * *.[c|h]: Fix compiler warnings: make strings const, signed ->
103 unsigned etc.
104
hassoc9e52be2004-09-26 16:09:34 +00001052004-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
hasso52dc7ee2004-09-23 19:18:23 +00001112004-09-23 Hasso Tepper <hasso at quagga.net>
112
113 * *.[c|h]: list -> struct list *, listnode -> struct listnode *.
114
paul0b3acf42004-09-17 08:39:08 +00001152004-09-17 Paul Jakma <paul@dishone.st>
116
117 * ripngd.c: move setsockopt_so_recvbuf to lib.
118
hasso1203e1c2004-07-23 21:34:27 +00001192004-07-23 Hasso Tepper <hasso@estpak.ee>
120
121 * ripng_interface.c, ripng_nexthop.c: use ifp->mtu6 instead of
122 ifp->mtu.
123
gdt4d4653a2004-07-01 19:26:33 +00001242004-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
paulf88258c2004-05-11 12:01:33 +00001292004-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
paul0a589352004-05-08 11:48:26 +00001352004-05-08 Paul Jakma <paul@dishone.st>
136
137 * ripng_{interface,zebra}.c: sync with zclient changes
138
gdtddf1c262004-01-04 01:02:55 +00001392004-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
hasso15291352003-05-25 17:14:25 +00001482003-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
paul445f1432003-05-16 19:00:31 +00001542003-04-23 Hasso Tepper <hasso@estpak.ee>
155
156 * {ripng_ifrmap,ripngd}.c: fix "router xxx" node commands in vtysh
157
1582003-04-19 Hasso Tepper <hasso@estpak.ee>
159
160 * rip_routemap.c: sync daemon's route-map commands to have same
161 syntax
162
paul718e3742002-12-13 20:15:29 +00001632002-07-07 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
164
165 * zebra-0.93 released.
166
1672001-08-28 NOGUCHI Kay <kay@v6.access.co.jp>
168
169 * ripngd.c (no_ripng_route): route_unlock_node () is not needed.
170
1712001-08-26 NOGUCHI Kay <kay@v6.access.co.jp>
172
173 * ripngd.h (struct ripng_interface): Add passive interface option.
174
1752001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
176
177 * zebra-0.92a released.
178
1792001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
180
181 * zebra-0.92 released.
182
1832001-08-07 Akira Kato <kato@wide.ad.jp>
184
185 * ripngd.c (ripng_timers): "timers basic" argument is fixed.
186
1872001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
188
189 * zebra-0.91 is released.
190
1912001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
192
193 * zebra-0.90 is released.
194
1952001-01-01 Kunihiro Ishiguro <kunihiro@zebra.org>
196
197 * ripngd.h (RIPNG_VTYSH_PATH): Change "/tmp/ripngd" to
198 "/tmp/.ripngd".
199
2002000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
201
202 * zebra-0.89 is released.
203
2042000-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
2092000-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
2142000-09-10 Kunihiro Ishiguro <kunihiro@zebra.org>
215
216 * ripng_interface.c (ripng_interface_address_delete): Connected
217 address delete treatment added.
218
2192000-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
2252000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
226
227 * zebra-0.88 is released.
228
2292000-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
2382000-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
2441999-11-12 Kunihiro Ishiguro <kunihiro@zebra.org>
245
246 * ripngd.c (ripng_output_process): Use MINMTU when mtu value is
247 not available.
248
2491999-11-05 Kunihiro Ishiguro <kunihiro@zebra.org>
250
251 * ripngd.c (ripng_output_process): Calculate max RTE count from
252 interface MTU value.
253
2541999-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
2591999-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
2651999-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
2721999-08-13 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
273
274 * ripng_zebra.c (ripng_redistribute_ospf6_cmd): Add OSPF6
275 redistribute command.
276
2771999-07-21 Kunihiro Ishiguro <kunihiro@zebra.org>
278
279 * ripngd.c (default_information_originate): Add
280 default-information command.
281
2821999-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
2911999-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
3001999-07-03 Kunihiro Ishiguro <kunihiro@zebra.org>
301
302 * ripngd.c (ripng_add_route): Fix metric compare bug.
303
3041999-06-25 itojun@iijlab.net
305
306 * ripngd.c (ripng_distribute_in): "distribute in" filter in ripngd
307 actually work.
308
3091999-05-25 Kunihiro Ishiguro <kunihiro@zebra.org>
310
311 * ripngd.c (ripng_zebra): Send each ripng information by separate
312 zebra packet.
313
3141999-05-15 Kunihiro Ishiguro <kunihiro@zebra.org>
315
316 * ripng_interface.c (if_add_multicast): Change log to zlog.
317
3181999-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
3261999-05-09 Kunihiro Ishiguro <kunihiro@zebra.org>
327
328 * ripngd.conf.sample: Change network to route statement.
329
3301999-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
3361998-12-15 Kunihiro Ishiguro <kunihiro@zebra.org>
337
338 * Now I assume KAME support Advanced API and use sendmsg/recvmsg.
339
3401998-12-13 Kunihiro Ishiguro <kunihiro@zebra.org>
341
342 * ripng_interface.c: Delete old ifa (interface address) related
343 functions.
344
3451998-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
3531998-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
3591998-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
3701998-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
3751998-09-15 HEO SeonMeyong <seirios@matrix.iri.co.jp>
376
377 * all Hydrangea define is changed to KAME.
378