blob: 8f874e0eede6cc899b2b8674601539a97a79bc9e [file] [log] [blame]
ajs634f9ea2005-04-11 15:51:40 +000012005-04-11 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
2
3 * ripng_zebra.c (ripng_redistribute_unset, ripng_redistribute_clean):
4 Change 2nd arg to zebra_redistribute_send from zclient->sock
5 to zclient.
6
hasso3a2ce6a2005-04-08 01:30:51 +000072005-04-08 Hasso Tepper <hasso at quagga.net>
8
9 * ripngd.[hc], ripng_interface.c, ripng_peer.c: inet6_ntoa() takes
10 argument now by value.
11
hasso59209902005-04-05 14:36:49 +0000122005-04-05 Hasso Tepper <hasso at quagga.net>
13
14 * ripngd.[hc]: Remove inet6_ntop() and any usage of it. inet6_ntoa()
15 from lib is used now.
16 * ripng_interface.c: inet6_ntop() -> inet6_ntoa().
17 * ripng_peer.c: inet6_ntop() -> inet6_ntoa().
18
ajsd2fc8892005-04-02 18:38:43 +0000192005-04-02 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
20
21 * ripng_interface.c: (ripng_interface_delete) After deleting, set
22 ifp->ifindex to IFINDEX_INTERNAL.
23
ajs656b4ee2005-01-30 18:08:12 +0000242005-01-30 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
25
26 * ripng_interface.c: (ripng_multicast_join) Save errno before calling
27 ripngd_privs.change.
28
ajsb99760a2005-01-04 16:24:43 +0000292005-01-04 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
30
31 * ripngd.c: (ripng_recv_packet) Use ZCMSG_FIRSTHDR instead of
32 CMSG_FIRSTHDR.
33
ajsfa40f652004-12-16 16:18:13 +0000342004-12-16 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
35
36 * ripng_nexthop.c: Replace NEXTHOP_OUT macro with NEXTHOP_OUT_PTR,
37 since it's not really OK to take the address of a ternary expression.
38 (_ripng_rte_cmp,ripng_rte_send) Use new NEXTHOP_OUT_PTR macro
39 instead of NEXTHOP_OUT.
40
ajsc6106812004-12-08 19:51:16 +0000412004-12-08 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
42
43 * *.c: Change level of debug messages to LOG_DEBUG.
44
ajs274a4a42004-12-07 15:39:31 +0000452004-12-07 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
46
47 * ripng_main.c: (main) The 2nd argument to openzlog has been removed.
48
ajs887c44a2004-12-03 16:36:46 +0000492004-12-03 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
50
51 * ripng_main.c: (sighup) Remove spurious terminating message.
52 (sigint) Use zlog_notice for termination message.
53 (main) Issue a startup announcement using zlog_notice.
54
hassoc0652302004-11-25 19:33:48 +0000552004-11-25 Hasso Tepper <hasso at quagga.net>
56
57 * ripng_main.c: Make group to run as configurable.
58
hasso8dceb822004-10-26 06:39:56 +0000592004-10-26 Hasso Tepper <hasso at quagga.net>
60
61 * ripng_debug.c: Fix help of "show debugging ripng" command.
62
hasso98b718a2004-10-11 12:57:57 +0000632004-10-11 Hasso Tepper <hasso at quagga.net>
64
65 * *.c: Make more strings const.
66
hasso7a1d5832004-10-08 06:32:23 +0000672004-10-08 Hasso Tepper <hasso at quagga.net>
68
69 * *.[c|h]: Fix compiler warnings: make strings const, signed ->
70 unsigned etc.
71
hassoc9e52be2004-09-26 16:09:34 +0000722004-09-26 Hasso Tepper <hasso at quagga.net>
73
74 * ripingd.c: Access list hook argument function must have struct
75 access_list * argument. Solution taken from ripd.
76 * ripngd.c, ripnf_nexthop.c: Fix compiler warnings.
77
hasso52dc7ee2004-09-23 19:18:23 +0000782004-09-23 Hasso Tepper <hasso at quagga.net>
79
80 * *.[c|h]: list -> struct list *, listnode -> struct listnode *.
81
paul0b3acf42004-09-17 08:39:08 +0000822004-09-17 Paul Jakma <paul@dishone.st>
83
84 * ripngd.c: move setsockopt_so_recvbuf to lib.
85
hasso1203e1c2004-07-23 21:34:27 +0000862004-07-23 Hasso Tepper <hasso@estpak.ee>
87
88 * ripng_interface.c, ripng_nexthop.c: use ifp->mtu6 instead of
89 ifp->mtu.
90
gdt4d4653a2004-07-01 19:26:33 +0000912004-07-01 Greg Troxel <gdt@fnord.ir.bbn.com>
92
93 * ripng_interface.c (ripng_multicast_join): Use privs to do join,
94 to work around bug on gif(4) on NetBSD 1.6.2.
95
paulf88258c2004-05-11 12:01:33 +0000962004-05-11 Paul Jakma <paul@dishone.st>
97
98 * ripng_nexthop.h: SUNOS_5 does not define s6_addr32
99 catch ifndef(s6_addr32) && defined(SUNOS_5) and define
100 it ourselves based on the S10 _KERNEL guarded define.
101
paul0a589352004-05-08 11:48:26 +00001022004-05-08 Paul Jakma <paul@dishone.st>
103
104 * ripng_{interface,zebra}.c: sync with zclient changes
105
gdtddf1c262004-01-04 01:02:55 +00001062004-01-03 Greg Troxel <gdt@ahi.ir.bbn.com>
107
108 * ripng_interface.c (ripng_multicast_join): If IPV6_JOIN_GROUP
109 returns EADDRINUSE, consider the join successful. This happens
110 when an interface goes down and comes back because
111 ripng_multicast_leave does not invoke the LEAVE_GROUP operation if
112 the interface is down. Solves problem of ripng stopping working
113 on an interface which goes down and then comes back up (on NetBSD).
114
hasso15291352003-05-25 17:14:25 +00001152003-05-25 Hasso Tepper <hasso@estpak.ee>
116
117 * Revert ripng_ifrmap stuff because ripd uses it now as well.
118 * Merge ripngd part of 6Wind patch from Vincent Jardin
119 <vjardin@wanadoo.fr>.
120
paul445f1432003-05-16 19:00:31 +00001212003-04-23 Hasso Tepper <hasso@estpak.ee>
122
123 * {ripng_ifrmap,ripngd}.c: fix "router xxx" node commands in vtysh
124
1252003-04-19 Hasso Tepper <hasso@estpak.ee>
126
127 * rip_routemap.c: sync daemon's route-map commands to have same
128 syntax
129
paul718e3742002-12-13 20:15:29 +00001302002-07-07 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
131
132 * zebra-0.93 released.
133
1342001-08-28 NOGUCHI Kay <kay@v6.access.co.jp>
135
136 * ripngd.c (no_ripng_route): route_unlock_node () is not needed.
137
1382001-08-26 NOGUCHI Kay <kay@v6.access.co.jp>
139
140 * ripngd.h (struct ripng_interface): Add passive interface option.
141
1422001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
143
144 * zebra-0.92a released.
145
1462001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
147
148 * zebra-0.92 released.
149
1502001-08-07 Akira Kato <kato@wide.ad.jp>
151
152 * ripngd.c (ripng_timers): "timers basic" argument is fixed.
153
1542001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
155
156 * zebra-0.91 is released.
157
1582001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
159
160 * zebra-0.90 is released.
161
1622001-01-01 Kunihiro Ishiguro <kunihiro@zebra.org>
163
164 * ripngd.h (RIPNG_VTYSH_PATH): Change "/tmp/ripngd" to
165 "/tmp/.ripngd".
166
1672000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
168
169 * zebra-0.89 is released.
170
1712000-09-20 Kunihiro Ishiguro <kunihiro@zebra.org>
172
173 * ripngd.c (ripng_send_packet): Use CMSG_SPACE instead of sizeof
174 hack. Revert privious alignment patch.
175
1762000-09-20 URA Hiroshi <ura@hiru.aoba.yokohama.jp>
177
178 * ripngd.c (ripng_send_packet): Fix an alignment bug. Thus ripngd
179 can't send packets.
180
1812000-09-10 Kunihiro Ishiguro <kunihiro@zebra.org>
182
183 * ripng_interface.c (ripng_interface_address_delete): Connected
184 address delete treatment added.
185
1862000-08-22 Kunihiro Ishiguro <kunihiro@zebra.org>
187
188 * ripng_routemap.c (route_set_metric_compile): When checking '-'
189 character, argv[1] should be argv[0]. Reported by SHIRASAKI
190 Yasuhiro <yasuhiro@ocn.v6.ntt.net>.
191
1922000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
193
194 * zebra-0.88 is released.
195
1962000-06-06 Kunihiro Ishiguro <kunihiro@zebra.org>
197
198 * ripngd.c (ripng_route_process): Clear prefix_ipv6 before using
199 it.
200 (ripng_redistribute_delete): Fix bug of missing
201 route_unlock_node() when redistribute route is not found.
202 (ripng_redistribute_delete): Make it sure that timers are off.
203 (ripng_redistribute_delete): Likewise.
204
2052000-01-19 Kunihiro Ishiguro <kunihiro@zebra.org>
206
207 * ripngd.c (ripng_route_process): Fix bug of mis-checking of same
208 route.
209 (show_ipv6_ripng): Include ifindex to "show ipv6 ripng" output.
210
2111999-11-12 Kunihiro Ishiguro <kunihiro@zebra.org>
212
213 * ripngd.c (ripng_output_process): Use MINMTU when mtu value is
214 not available.
215
2161999-11-05 Kunihiro Ishiguro <kunihiro@zebra.org>
217
218 * ripngd.c (ripng_output_process): Calculate max RTE count from
219 interface MTU value.
220
2211999-09-29 Kunihiro Ishiguro <kunihiro@zebra.org>
222
223 * ripngd.c (ripng_distribute_update): Fix bug of updating
224 access-list and prefix-list.
225
2261999-09-07 URA Hiroshi <ura@hiru.aoba.yokohama.jp>
227
228 * ripngd.c (ripng_recv_packet): Change CMSG_DATA cast from (u_char
229 *) to (int *). (u_char *) does not work for NetBSD-currnet on
230 SparcStation 10.
231
2321999-08-15 Kunihiro Ishiguro <kunihiro@zebra.org>
233
234 * ripngd.c (ripng_request_process): When request packet comes,
235 check RIPng process is enabled on the interface.
236 (ripng_redistribute_withdraw): Delete routes when `no
237 redistribute' is executed.
238
2391999-08-13 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
240
241 * ripng_zebra.c (ripng_redistribute_ospf6_cmd): Add OSPF6
242 redistribute command.
243
2441999-07-21 Kunihiro Ishiguro <kunihiro@zebra.org>
245
246 * ripngd.c (default_information_originate): Add
247 default-information command.
248
2491999-07-19 Kunihiro Ishiguro <kunihiro@zebra.org>
250
251 * ripngd.c (ripng_route_process): rip_add_route() and
252 rip_delete_route() are deleted. Both functions are integrated
253 into ripng_route_process().
254 (ripng_request_process): Proper reply for request message.
255
256 * ripng_routemap.c: New file added.
257
2581999-07-18 Kunihiro Ishiguro <kunihiro@zebra.org>
259
260 * ripngd.c (ripng_nexthop_rte): RIPng next hop routine is
261 rewritten.
262 (show_ipv6_ripng): Change `show ip ripng' to `show ipv6 ripng'.
263 (ripng_response_process): RIPng incoming packet's hop count check
264 added.
265 (ripng_response_process): Add strict RTE checking.
266
2671999-07-03 Kunihiro Ishiguro <kunihiro@zebra.org>
268
269 * ripngd.c (ripng_add_route): Fix metric compare bug.
270
2711999-06-25 itojun@iijlab.net
272
273 * ripngd.c (ripng_distribute_in): "distribute in" filter in ripngd
274 actually work.
275
2761999-05-25 Kunihiro Ishiguro <kunihiro@zebra.org>
277
278 * ripngd.c (ripng_zebra): Send each ripng information by separate
279 zebra packet.
280
2811999-05-15 Kunihiro Ishiguro <kunihiro@zebra.org>
282
283 * ripng_interface.c (if_add_multicast): Change log to zlog.
284
2851999-05-10 Kunihiro Ishiguro <kunihiro@zebra.org>
286
287 * ripng_interface.c (ripng_zebra_get_interface): Add function.
288
289 * ripng_zebra.c (redistribute_ripng): Delete function because
290 redistirbute the routes to the zebra daemon is now default
291 behavior.
292
2931999-05-09 Kunihiro Ishiguro <kunihiro@zebra.org>
294
295 * ripngd.conf.sample: Change network to route statement.
296
2971999-03-25 Kunihiro Ishiguro <kunihiro@zebra.org>
298
299 * ripngd.c: Old non Advanced API version ripng_send_packet and
300 ripng_recv_packet is removed.
301 * ripng_radix.c: File removed.
302
3031998-12-15 Kunihiro Ishiguro <kunihiro@zebra.org>
304
305 * Now I assume KAME support Advanced API and use sendmsg/recvmsg.
306
3071998-12-13 Kunihiro Ishiguro <kunihiro@zebra.org>
308
309 * ripng_interface.c: Delete old ifa (interface address) related
310 functions.
311
3121998-12-10 Kunihiro Ishiguro <kunihiro@zebra.org>
313
314 * ripng_debug.[ch]: New file.
315
316 * ripngd.c (ripng_supply): Do not send header only RIPng packet.
317 Change `network' statement to `route' statement.
318 (ripng_request_process): Reply to RIPng REQUEST packet.
319
3201998-12-09 Kunihiro Ishiguro <kunihiro@zebra.org>
321
322 * ripngd.c (ripng_config_write): Delete vector v argument.
323 * ripng_zebra.c (zebra_config_write): Likewise.
324 * ripng_interface.c (interface_config_write): Likewise.
325
3261998-12-07 Kunihiro Ishiguro <kunihiro@zebra.org>
327
328 * ripng_route.h: New file.
329
330 * ripng_interface.c: Delete #include <linux/in6.h>.
331 ripng_main.c: likewise.
332 ripng_radix.c: likewise.
333 ripng_route.c: likewise.
334 ripng_zebra.c: likewise.
335 ripngd.c: likewise.
336
3371998-12-06 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
338
339 * ripngd.h (IPV6_ADD_MEMBERSHIP): If IPV6_ADD_MEMBERSHIP is not
340 defined. Define IPV6_ADD_MEMBERSHIP as IPV6_JOIN_GROUP.
341
3421998-09-15 HEO SeonMeyong <seirios@matrix.iri.co.jp>
343
344 * all Hydrangea define is changed to KAME.
345