blob: ee13c92755adaf7d86493d3d429dbe818ed50a82 [file] [log] [blame]
hasso3a2ce6a2005-04-08 01:30:51 +000012005-04-08 Hasso Tepper <hasso at quagga.net>
2
3 * ripngd.[hc], ripng_interface.c, ripng_peer.c: inet6_ntoa() takes
4 argument now by value.
5
hasso59209902005-04-05 14:36:49 +000062005-04-05 Hasso Tepper <hasso at quagga.net>
7
8 * ripngd.[hc]: Remove inet6_ntop() and any usage of it. inet6_ntoa()
9 from lib is used now.
10 * ripng_interface.c: inet6_ntop() -> inet6_ntoa().
11 * ripng_peer.c: inet6_ntop() -> inet6_ntoa().
12
ajsd2fc8892005-04-02 18:38:43 +0000132005-04-02 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
14
15 * ripng_interface.c: (ripng_interface_delete) After deleting, set
16 ifp->ifindex to IFINDEX_INTERNAL.
17
ajs656b4ee2005-01-30 18:08:12 +0000182005-01-30 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
19
20 * ripng_interface.c: (ripng_multicast_join) Save errno before calling
21 ripngd_privs.change.
22
ajsb99760a2005-01-04 16:24:43 +0000232005-01-04 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
24
25 * ripngd.c: (ripng_recv_packet) Use ZCMSG_FIRSTHDR instead of
26 CMSG_FIRSTHDR.
27
ajsfa40f652004-12-16 16:18:13 +0000282004-12-16 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
29
30 * ripng_nexthop.c: Replace NEXTHOP_OUT macro with NEXTHOP_OUT_PTR,
31 since it's not really OK to take the address of a ternary expression.
32 (_ripng_rte_cmp,ripng_rte_send) Use new NEXTHOP_OUT_PTR macro
33 instead of NEXTHOP_OUT.
34
ajsc6106812004-12-08 19:51:16 +0000352004-12-08 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
36
37 * *.c: Change level of debug messages to LOG_DEBUG.
38
ajs274a4a42004-12-07 15:39:31 +0000392004-12-07 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
40
41 * ripng_main.c: (main) The 2nd argument to openzlog has been removed.
42
ajs887c44a2004-12-03 16:36:46 +0000432004-12-03 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
44
45 * ripng_main.c: (sighup) Remove spurious terminating message.
46 (sigint) Use zlog_notice for termination message.
47 (main) Issue a startup announcement using zlog_notice.
48
hassoc0652302004-11-25 19:33:48 +0000492004-11-25 Hasso Tepper <hasso at quagga.net>
50
51 * ripng_main.c: Make group to run as configurable.
52
hasso8dceb822004-10-26 06:39:56 +0000532004-10-26 Hasso Tepper <hasso at quagga.net>
54
55 * ripng_debug.c: Fix help of "show debugging ripng" command.
56
hasso98b718a2004-10-11 12:57:57 +0000572004-10-11 Hasso Tepper <hasso at quagga.net>
58
59 * *.c: Make more strings const.
60
hasso7a1d5832004-10-08 06:32:23 +0000612004-10-08 Hasso Tepper <hasso at quagga.net>
62
63 * *.[c|h]: Fix compiler warnings: make strings const, signed ->
64 unsigned etc.
65
hassoc9e52be2004-09-26 16:09:34 +0000662004-09-26 Hasso Tepper <hasso at quagga.net>
67
68 * ripingd.c: Access list hook argument function must have struct
69 access_list * argument. Solution taken from ripd.
70 * ripngd.c, ripnf_nexthop.c: Fix compiler warnings.
71
hasso52dc7ee2004-09-23 19:18:23 +0000722004-09-23 Hasso Tepper <hasso at quagga.net>
73
74 * *.[c|h]: list -> struct list *, listnode -> struct listnode *.
75
paul0b3acf42004-09-17 08:39:08 +0000762004-09-17 Paul Jakma <paul@dishone.st>
77
78 * ripngd.c: move setsockopt_so_recvbuf to lib.
79
hasso1203e1c2004-07-23 21:34:27 +0000802004-07-23 Hasso Tepper <hasso@estpak.ee>
81
82 * ripng_interface.c, ripng_nexthop.c: use ifp->mtu6 instead of
83 ifp->mtu.
84
gdt4d4653a2004-07-01 19:26:33 +0000852004-07-01 Greg Troxel <gdt@fnord.ir.bbn.com>
86
87 * ripng_interface.c (ripng_multicast_join): Use privs to do join,
88 to work around bug on gif(4) on NetBSD 1.6.2.
89
paulf88258c2004-05-11 12:01:33 +0000902004-05-11 Paul Jakma <paul@dishone.st>
91
92 * ripng_nexthop.h: SUNOS_5 does not define s6_addr32
93 catch ifndef(s6_addr32) && defined(SUNOS_5) and define
94 it ourselves based on the S10 _KERNEL guarded define.
95
paul0a589352004-05-08 11:48:26 +0000962004-05-08 Paul Jakma <paul@dishone.st>
97
98 * ripng_{interface,zebra}.c: sync with zclient changes
99
gdtddf1c262004-01-04 01:02:55 +00001002004-01-03 Greg Troxel <gdt@ahi.ir.bbn.com>
101
102 * ripng_interface.c (ripng_multicast_join): If IPV6_JOIN_GROUP
103 returns EADDRINUSE, consider the join successful. This happens
104 when an interface goes down and comes back because
105 ripng_multicast_leave does not invoke the LEAVE_GROUP operation if
106 the interface is down. Solves problem of ripng stopping working
107 on an interface which goes down and then comes back up (on NetBSD).
108
hasso15291352003-05-25 17:14:25 +00001092003-05-25 Hasso Tepper <hasso@estpak.ee>
110
111 * Revert ripng_ifrmap stuff because ripd uses it now as well.
112 * Merge ripngd part of 6Wind patch from Vincent Jardin
113 <vjardin@wanadoo.fr>.
114
paul445f1432003-05-16 19:00:31 +00001152003-04-23 Hasso Tepper <hasso@estpak.ee>
116
117 * {ripng_ifrmap,ripngd}.c: fix "router xxx" node commands in vtysh
118
1192003-04-19 Hasso Tepper <hasso@estpak.ee>
120
121 * rip_routemap.c: sync daemon's route-map commands to have same
122 syntax
123
paul718e3742002-12-13 20:15:29 +00001242002-07-07 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
125
126 * zebra-0.93 released.
127
1282001-08-28 NOGUCHI Kay <kay@v6.access.co.jp>
129
130 * ripngd.c (no_ripng_route): route_unlock_node () is not needed.
131
1322001-08-26 NOGUCHI Kay <kay@v6.access.co.jp>
133
134 * ripngd.h (struct ripng_interface): Add passive interface option.
135
1362001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
137
138 * zebra-0.92a released.
139
1402001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
141
142 * zebra-0.92 released.
143
1442001-08-07 Akira Kato <kato@wide.ad.jp>
145
146 * ripngd.c (ripng_timers): "timers basic" argument is fixed.
147
1482001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
149
150 * zebra-0.91 is released.
151
1522001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
153
154 * zebra-0.90 is released.
155
1562001-01-01 Kunihiro Ishiguro <kunihiro@zebra.org>
157
158 * ripngd.h (RIPNG_VTYSH_PATH): Change "/tmp/ripngd" to
159 "/tmp/.ripngd".
160
1612000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
162
163 * zebra-0.89 is released.
164
1652000-09-20 Kunihiro Ishiguro <kunihiro@zebra.org>
166
167 * ripngd.c (ripng_send_packet): Use CMSG_SPACE instead of sizeof
168 hack. Revert privious alignment patch.
169
1702000-09-20 URA Hiroshi <ura@hiru.aoba.yokohama.jp>
171
172 * ripngd.c (ripng_send_packet): Fix an alignment bug. Thus ripngd
173 can't send packets.
174
1752000-09-10 Kunihiro Ishiguro <kunihiro@zebra.org>
176
177 * ripng_interface.c (ripng_interface_address_delete): Connected
178 address delete treatment added.
179
1802000-08-22 Kunihiro Ishiguro <kunihiro@zebra.org>
181
182 * ripng_routemap.c (route_set_metric_compile): When checking '-'
183 character, argv[1] should be argv[0]. Reported by SHIRASAKI
184 Yasuhiro <yasuhiro@ocn.v6.ntt.net>.
185
1862000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
187
188 * zebra-0.88 is released.
189
1902000-06-06 Kunihiro Ishiguro <kunihiro@zebra.org>
191
192 * ripngd.c (ripng_route_process): Clear prefix_ipv6 before using
193 it.
194 (ripng_redistribute_delete): Fix bug of missing
195 route_unlock_node() when redistribute route is not found.
196 (ripng_redistribute_delete): Make it sure that timers are off.
197 (ripng_redistribute_delete): Likewise.
198
1992000-01-19 Kunihiro Ishiguro <kunihiro@zebra.org>
200
201 * ripngd.c (ripng_route_process): Fix bug of mis-checking of same
202 route.
203 (show_ipv6_ripng): Include ifindex to "show ipv6 ripng" output.
204
2051999-11-12 Kunihiro Ishiguro <kunihiro@zebra.org>
206
207 * ripngd.c (ripng_output_process): Use MINMTU when mtu value is
208 not available.
209
2101999-11-05 Kunihiro Ishiguro <kunihiro@zebra.org>
211
212 * ripngd.c (ripng_output_process): Calculate max RTE count from
213 interface MTU value.
214
2151999-09-29 Kunihiro Ishiguro <kunihiro@zebra.org>
216
217 * ripngd.c (ripng_distribute_update): Fix bug of updating
218 access-list and prefix-list.
219
2201999-09-07 URA Hiroshi <ura@hiru.aoba.yokohama.jp>
221
222 * ripngd.c (ripng_recv_packet): Change CMSG_DATA cast from (u_char
223 *) to (int *). (u_char *) does not work for NetBSD-currnet on
224 SparcStation 10.
225
2261999-08-15 Kunihiro Ishiguro <kunihiro@zebra.org>
227
228 * ripngd.c (ripng_request_process): When request packet comes,
229 check RIPng process is enabled on the interface.
230 (ripng_redistribute_withdraw): Delete routes when `no
231 redistribute' is executed.
232
2331999-08-13 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
234
235 * ripng_zebra.c (ripng_redistribute_ospf6_cmd): Add OSPF6
236 redistribute command.
237
2381999-07-21 Kunihiro Ishiguro <kunihiro@zebra.org>
239
240 * ripngd.c (default_information_originate): Add
241 default-information command.
242
2431999-07-19 Kunihiro Ishiguro <kunihiro@zebra.org>
244
245 * ripngd.c (ripng_route_process): rip_add_route() and
246 rip_delete_route() are deleted. Both functions are integrated
247 into ripng_route_process().
248 (ripng_request_process): Proper reply for request message.
249
250 * ripng_routemap.c: New file added.
251
2521999-07-18 Kunihiro Ishiguro <kunihiro@zebra.org>
253
254 * ripngd.c (ripng_nexthop_rte): RIPng next hop routine is
255 rewritten.
256 (show_ipv6_ripng): Change `show ip ripng' to `show ipv6 ripng'.
257 (ripng_response_process): RIPng incoming packet's hop count check
258 added.
259 (ripng_response_process): Add strict RTE checking.
260
2611999-07-03 Kunihiro Ishiguro <kunihiro@zebra.org>
262
263 * ripngd.c (ripng_add_route): Fix metric compare bug.
264
2651999-06-25 itojun@iijlab.net
266
267 * ripngd.c (ripng_distribute_in): "distribute in" filter in ripngd
268 actually work.
269
2701999-05-25 Kunihiro Ishiguro <kunihiro@zebra.org>
271
272 * ripngd.c (ripng_zebra): Send each ripng information by separate
273 zebra packet.
274
2751999-05-15 Kunihiro Ishiguro <kunihiro@zebra.org>
276
277 * ripng_interface.c (if_add_multicast): Change log to zlog.
278
2791999-05-10 Kunihiro Ishiguro <kunihiro@zebra.org>
280
281 * ripng_interface.c (ripng_zebra_get_interface): Add function.
282
283 * ripng_zebra.c (redistribute_ripng): Delete function because
284 redistirbute the routes to the zebra daemon is now default
285 behavior.
286
2871999-05-09 Kunihiro Ishiguro <kunihiro@zebra.org>
288
289 * ripngd.conf.sample: Change network to route statement.
290
2911999-03-25 Kunihiro Ishiguro <kunihiro@zebra.org>
292
293 * ripngd.c: Old non Advanced API version ripng_send_packet and
294 ripng_recv_packet is removed.
295 * ripng_radix.c: File removed.
296
2971998-12-15 Kunihiro Ishiguro <kunihiro@zebra.org>
298
299 * Now I assume KAME support Advanced API and use sendmsg/recvmsg.
300
3011998-12-13 Kunihiro Ishiguro <kunihiro@zebra.org>
302
303 * ripng_interface.c: Delete old ifa (interface address) related
304 functions.
305
3061998-12-10 Kunihiro Ishiguro <kunihiro@zebra.org>
307
308 * ripng_debug.[ch]: New file.
309
310 * ripngd.c (ripng_supply): Do not send header only RIPng packet.
311 Change `network' statement to `route' statement.
312 (ripng_request_process): Reply to RIPng REQUEST packet.
313
3141998-12-09 Kunihiro Ishiguro <kunihiro@zebra.org>
315
316 * ripngd.c (ripng_config_write): Delete vector v argument.
317 * ripng_zebra.c (zebra_config_write): Likewise.
318 * ripng_interface.c (interface_config_write): Likewise.
319
3201998-12-07 Kunihiro Ishiguro <kunihiro@zebra.org>
321
322 * ripng_route.h: New file.
323
324 * ripng_interface.c: Delete #include <linux/in6.h>.
325 ripng_main.c: likewise.
326 ripng_radix.c: likewise.
327 ripng_route.c: likewise.
328 ripng_zebra.c: likewise.
329 ripngd.c: likewise.
330
3311998-12-06 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
332
333 * ripngd.h (IPV6_ADD_MEMBERSHIP): If IPV6_ADD_MEMBERSHIP is not
334 defined. Define IPV6_ADD_MEMBERSHIP as IPV6_JOIN_GROUP.
335
3361998-09-15 HEO SeonMeyong <seirios@matrix.iri.co.jp>
337
338 * all Hydrangea define is changed to KAME.
339