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