blob: 46d4f9f73df5363b7e7c37f8c40fd9409d103de8 [file] [log] [blame]
ajsf52d13c2005-10-01 17:38:06 +000012005-10-01 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
2
3 * ripng_zebra.c: (ripng_redistribute_write) Remove local hard-coded
4 table str[]. Replace str[i] with new library function
5 zebra_route_string(i).
6 * ripngd.c: Remove local hard-coded table route_info[].
7 (show_ipv6_ripng) Use new library function zebra_route_char() instead
8 of table route_info[].
9
hassodeba3552005-08-27 06:19:39 +0000102005-08-27 Hasso Tepper <hasso at quagga.net>
11
12 * ripng_zebra.c, ripngd.[ch]: Pass metric info to the zebra daemon.
13
ajs634f9ea2005-04-11 15:51:40 +0000142005-04-11 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
15
16 * ripng_zebra.c (ripng_redistribute_unset, ripng_redistribute_clean):
17 Change 2nd arg to zebra_redistribute_send from zclient->sock
18 to zclient.
19
hasso3a2ce6a2005-04-08 01:30:51 +0000202005-04-08 Hasso Tepper <hasso at quagga.net>
21
22 * ripngd.[hc], ripng_interface.c, ripng_peer.c: inet6_ntoa() takes
23 argument now by value.
24
hasso59209902005-04-05 14:36:49 +0000252005-04-05 Hasso Tepper <hasso at quagga.net>
26
27 * ripngd.[hc]: Remove inet6_ntop() and any usage of it. inet6_ntoa()
28 from lib is used now.
29 * ripng_interface.c: inet6_ntop() -> inet6_ntoa().
30 * ripng_peer.c: inet6_ntop() -> inet6_ntoa().
31
ajsd2fc8892005-04-02 18:38:43 +0000322005-04-02 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
33
34 * ripng_interface.c: (ripng_interface_delete) After deleting, set
35 ifp->ifindex to IFINDEX_INTERNAL.
36
ajs656b4ee2005-01-30 18:08:12 +0000372005-01-30 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
38
39 * ripng_interface.c: (ripng_multicast_join) Save errno before calling
40 ripngd_privs.change.
41
ajsb99760a2005-01-04 16:24:43 +0000422005-01-04 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
43
44 * ripngd.c: (ripng_recv_packet) Use ZCMSG_FIRSTHDR instead of
45 CMSG_FIRSTHDR.
46
ajsfa40f652004-12-16 16:18:13 +0000472004-12-16 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
48
49 * ripng_nexthop.c: Replace NEXTHOP_OUT macro with NEXTHOP_OUT_PTR,
50 since it's not really OK to take the address of a ternary expression.
51 (_ripng_rte_cmp,ripng_rte_send) Use new NEXTHOP_OUT_PTR macro
52 instead of NEXTHOP_OUT.
53
ajsc6106812004-12-08 19:51:16 +0000542004-12-08 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
55
56 * *.c: Change level of debug messages to LOG_DEBUG.
57
ajs274a4a42004-12-07 15:39:31 +0000582004-12-07 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
59
60 * ripng_main.c: (main) The 2nd argument to openzlog has been removed.
61
ajs887c44a2004-12-03 16:36:46 +0000622004-12-03 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
63
64 * ripng_main.c: (sighup) Remove spurious terminating message.
65 (sigint) Use zlog_notice for termination message.
66 (main) Issue a startup announcement using zlog_notice.
67
hassoc0652302004-11-25 19:33:48 +0000682004-11-25 Hasso Tepper <hasso at quagga.net>
69
70 * ripng_main.c: Make group to run as configurable.
71
hasso8dceb822004-10-26 06:39:56 +0000722004-10-26 Hasso Tepper <hasso at quagga.net>
73
74 * ripng_debug.c: Fix help of "show debugging ripng" command.
75
hasso98b718a2004-10-11 12:57:57 +0000762004-10-11 Hasso Tepper <hasso at quagga.net>
77
78 * *.c: Make more strings const.
79
hasso7a1d5832004-10-08 06:32:23 +0000802004-10-08 Hasso Tepper <hasso at quagga.net>
81
82 * *.[c|h]: Fix compiler warnings: make strings const, signed ->
83 unsigned etc.
84
hassoc9e52be2004-09-26 16:09:34 +0000852004-09-26 Hasso Tepper <hasso at quagga.net>
86
87 * ripingd.c: Access list hook argument function must have struct
88 access_list * argument. Solution taken from ripd.
89 * ripngd.c, ripnf_nexthop.c: Fix compiler warnings.
90
hasso52dc7ee2004-09-23 19:18:23 +0000912004-09-23 Hasso Tepper <hasso at quagga.net>
92
93 * *.[c|h]: list -> struct list *, listnode -> struct listnode *.
94
paul0b3acf42004-09-17 08:39:08 +0000952004-09-17 Paul Jakma <paul@dishone.st>
96
97 * ripngd.c: move setsockopt_so_recvbuf to lib.
98
hasso1203e1c2004-07-23 21:34:27 +0000992004-07-23 Hasso Tepper <hasso@estpak.ee>
100
101 * ripng_interface.c, ripng_nexthop.c: use ifp->mtu6 instead of
102 ifp->mtu.
103
gdt4d4653a2004-07-01 19:26:33 +00001042004-07-01 Greg Troxel <gdt@fnord.ir.bbn.com>
105
106 * ripng_interface.c (ripng_multicast_join): Use privs to do join,
107 to work around bug on gif(4) on NetBSD 1.6.2.
108
paulf88258c2004-05-11 12:01:33 +00001092004-05-11 Paul Jakma <paul@dishone.st>
110
111 * ripng_nexthop.h: SUNOS_5 does not define s6_addr32
112 catch ifndef(s6_addr32) && defined(SUNOS_5) and define
113 it ourselves based on the S10 _KERNEL guarded define.
114
paul0a589352004-05-08 11:48:26 +00001152004-05-08 Paul Jakma <paul@dishone.st>
116
117 * ripng_{interface,zebra}.c: sync with zclient changes
118
gdtddf1c262004-01-04 01:02:55 +00001192004-01-03 Greg Troxel <gdt@ahi.ir.bbn.com>
120
121 * ripng_interface.c (ripng_multicast_join): If IPV6_JOIN_GROUP
122 returns EADDRINUSE, consider the join successful. This happens
123 when an interface goes down and comes back because
124 ripng_multicast_leave does not invoke the LEAVE_GROUP operation if
125 the interface is down. Solves problem of ripng stopping working
126 on an interface which goes down and then comes back up (on NetBSD).
127
hasso15291352003-05-25 17:14:25 +00001282003-05-25 Hasso Tepper <hasso@estpak.ee>
129
130 * Revert ripng_ifrmap stuff because ripd uses it now as well.
131 * Merge ripngd part of 6Wind patch from Vincent Jardin
132 <vjardin@wanadoo.fr>.
133
paul445f1432003-05-16 19:00:31 +00001342003-04-23 Hasso Tepper <hasso@estpak.ee>
135
136 * {ripng_ifrmap,ripngd}.c: fix "router xxx" node commands in vtysh
137
1382003-04-19 Hasso Tepper <hasso@estpak.ee>
139
140 * rip_routemap.c: sync daemon's route-map commands to have same
141 syntax
142
paul718e3742002-12-13 20:15:29 +00001432002-07-07 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
144
145 * zebra-0.93 released.
146
1472001-08-28 NOGUCHI Kay <kay@v6.access.co.jp>
148
149 * ripngd.c (no_ripng_route): route_unlock_node () is not needed.
150
1512001-08-26 NOGUCHI Kay <kay@v6.access.co.jp>
152
153 * ripngd.h (struct ripng_interface): Add passive interface option.
154
1552001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
156
157 * zebra-0.92a released.
158
1592001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
160
161 * zebra-0.92 released.
162
1632001-08-07 Akira Kato <kato@wide.ad.jp>
164
165 * ripngd.c (ripng_timers): "timers basic" argument is fixed.
166
1672001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
168
169 * zebra-0.91 is released.
170
1712001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
172
173 * zebra-0.90 is released.
174
1752001-01-01 Kunihiro Ishiguro <kunihiro@zebra.org>
176
177 * ripngd.h (RIPNG_VTYSH_PATH): Change "/tmp/ripngd" to
178 "/tmp/.ripngd".
179
1802000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
181
182 * zebra-0.89 is released.
183
1842000-09-20 Kunihiro Ishiguro <kunihiro@zebra.org>
185
186 * ripngd.c (ripng_send_packet): Use CMSG_SPACE instead of sizeof
187 hack. Revert privious alignment patch.
188
1892000-09-20 URA Hiroshi <ura@hiru.aoba.yokohama.jp>
190
191 * ripngd.c (ripng_send_packet): Fix an alignment bug. Thus ripngd
192 can't send packets.
193
1942000-09-10 Kunihiro Ishiguro <kunihiro@zebra.org>
195
196 * ripng_interface.c (ripng_interface_address_delete): Connected
197 address delete treatment added.
198
1992000-08-22 Kunihiro Ishiguro <kunihiro@zebra.org>
200
201 * ripng_routemap.c (route_set_metric_compile): When checking '-'
202 character, argv[1] should be argv[0]. Reported by SHIRASAKI
203 Yasuhiro <yasuhiro@ocn.v6.ntt.net>.
204
2052000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
206
207 * zebra-0.88 is released.
208
2092000-06-06 Kunihiro Ishiguro <kunihiro@zebra.org>
210
211 * ripngd.c (ripng_route_process): Clear prefix_ipv6 before using
212 it.
213 (ripng_redistribute_delete): Fix bug of missing
214 route_unlock_node() when redistribute route is not found.
215 (ripng_redistribute_delete): Make it sure that timers are off.
216 (ripng_redistribute_delete): Likewise.
217
2182000-01-19 Kunihiro Ishiguro <kunihiro@zebra.org>
219
220 * ripngd.c (ripng_route_process): Fix bug of mis-checking of same
221 route.
222 (show_ipv6_ripng): Include ifindex to "show ipv6 ripng" output.
223
2241999-11-12 Kunihiro Ishiguro <kunihiro@zebra.org>
225
226 * ripngd.c (ripng_output_process): Use MINMTU when mtu value is
227 not available.
228
2291999-11-05 Kunihiro Ishiguro <kunihiro@zebra.org>
230
231 * ripngd.c (ripng_output_process): Calculate max RTE count from
232 interface MTU value.
233
2341999-09-29 Kunihiro Ishiguro <kunihiro@zebra.org>
235
236 * ripngd.c (ripng_distribute_update): Fix bug of updating
237 access-list and prefix-list.
238
2391999-09-07 URA Hiroshi <ura@hiru.aoba.yokohama.jp>
240
241 * ripngd.c (ripng_recv_packet): Change CMSG_DATA cast from (u_char
242 *) to (int *). (u_char *) does not work for NetBSD-currnet on
243 SparcStation 10.
244
2451999-08-15 Kunihiro Ishiguro <kunihiro@zebra.org>
246
247 * ripngd.c (ripng_request_process): When request packet comes,
248 check RIPng process is enabled on the interface.
249 (ripng_redistribute_withdraw): Delete routes when `no
250 redistribute' is executed.
251
2521999-08-13 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
253
254 * ripng_zebra.c (ripng_redistribute_ospf6_cmd): Add OSPF6
255 redistribute command.
256
2571999-07-21 Kunihiro Ishiguro <kunihiro@zebra.org>
258
259 * ripngd.c (default_information_originate): Add
260 default-information command.
261
2621999-07-19 Kunihiro Ishiguro <kunihiro@zebra.org>
263
264 * ripngd.c (ripng_route_process): rip_add_route() and
265 rip_delete_route() are deleted. Both functions are integrated
266 into ripng_route_process().
267 (ripng_request_process): Proper reply for request message.
268
269 * ripng_routemap.c: New file added.
270
2711999-07-18 Kunihiro Ishiguro <kunihiro@zebra.org>
272
273 * ripngd.c (ripng_nexthop_rte): RIPng next hop routine is
274 rewritten.
275 (show_ipv6_ripng): Change `show ip ripng' to `show ipv6 ripng'.
276 (ripng_response_process): RIPng incoming packet's hop count check
277 added.
278 (ripng_response_process): Add strict RTE checking.
279
2801999-07-03 Kunihiro Ishiguro <kunihiro@zebra.org>
281
282 * ripngd.c (ripng_add_route): Fix metric compare bug.
283
2841999-06-25 itojun@iijlab.net
285
286 * ripngd.c (ripng_distribute_in): "distribute in" filter in ripngd
287 actually work.
288
2891999-05-25 Kunihiro Ishiguro <kunihiro@zebra.org>
290
291 * ripngd.c (ripng_zebra): Send each ripng information by separate
292 zebra packet.
293
2941999-05-15 Kunihiro Ishiguro <kunihiro@zebra.org>
295
296 * ripng_interface.c (if_add_multicast): Change log to zlog.
297
2981999-05-10 Kunihiro Ishiguro <kunihiro@zebra.org>
299
300 * ripng_interface.c (ripng_zebra_get_interface): Add function.
301
302 * ripng_zebra.c (redistribute_ripng): Delete function because
303 redistirbute the routes to the zebra daemon is now default
304 behavior.
305
3061999-05-09 Kunihiro Ishiguro <kunihiro@zebra.org>
307
308 * ripngd.conf.sample: Change network to route statement.
309
3101999-03-25 Kunihiro Ishiguro <kunihiro@zebra.org>
311
312 * ripngd.c: Old non Advanced API version ripng_send_packet and
313 ripng_recv_packet is removed.
314 * ripng_radix.c: File removed.
315
3161998-12-15 Kunihiro Ishiguro <kunihiro@zebra.org>
317
318 * Now I assume KAME support Advanced API and use sendmsg/recvmsg.
319
3201998-12-13 Kunihiro Ishiguro <kunihiro@zebra.org>
321
322 * ripng_interface.c: Delete old ifa (interface address) related
323 functions.
324
3251998-12-10 Kunihiro Ishiguro <kunihiro@zebra.org>
326
327 * ripng_debug.[ch]: New file.
328
329 * ripngd.c (ripng_supply): Do not send header only RIPng packet.
330 Change `network' statement to `route' statement.
331 (ripng_request_process): Reply to RIPng REQUEST packet.
332
3331998-12-09 Kunihiro Ishiguro <kunihiro@zebra.org>
334
335 * ripngd.c (ripng_config_write): Delete vector v argument.
336 * ripng_zebra.c (zebra_config_write): Likewise.
337 * ripng_interface.c (interface_config_write): Likewise.
338
3391998-12-07 Kunihiro Ishiguro <kunihiro@zebra.org>
340
341 * ripng_route.h: New file.
342
343 * ripng_interface.c: Delete #include <linux/in6.h>.
344 ripng_main.c: likewise.
345 ripng_radix.c: likewise.
346 ripng_route.c: likewise.
347 ripng_zebra.c: likewise.
348 ripngd.c: likewise.
349
3501998-12-06 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
351
352 * ripngd.h (IPV6_ADD_MEMBERSHIP): If IPV6_ADD_MEMBERSHIP is not
353 defined. Define IPV6_ADD_MEMBERSHIP as IPV6_JOIN_GROUP.
354
3551998-09-15 HEO SeonMeyong <seirios@matrix.iri.co.jp>
356
357 * all Hydrangea define is changed to KAME.
358