blob: f4b61132d5e46658c000b4244fc1967bf38b91af [file] [log] [blame]
ajs656b4ee2005-01-30 18:08:12 +000012005-01-30 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
2
3 * ripng_interface.c: (ripng_multicast_join) Save errno before calling
4 ripngd_privs.change.
5
ajsb99760a2005-01-04 16:24:43 +000062005-01-04 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
7
8 * ripngd.c: (ripng_recv_packet) Use ZCMSG_FIRSTHDR instead of
9 CMSG_FIRSTHDR.
10
ajsfa40f652004-12-16 16:18:13 +0000112004-12-16 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
12
13 * ripng_nexthop.c: Replace NEXTHOP_OUT macro with NEXTHOP_OUT_PTR,
14 since it's not really OK to take the address of a ternary expression.
15 (_ripng_rte_cmp,ripng_rte_send) Use new NEXTHOP_OUT_PTR macro
16 instead of NEXTHOP_OUT.
17
ajsc6106812004-12-08 19:51:16 +0000182004-12-08 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
19
20 * *.c: Change level of debug messages to LOG_DEBUG.
21
ajs274a4a42004-12-07 15:39:31 +0000222004-12-07 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
23
24 * ripng_main.c: (main) The 2nd argument to openzlog has been removed.
25
ajs887c44a2004-12-03 16:36:46 +0000262004-12-03 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
27
28 * ripng_main.c: (sighup) Remove spurious terminating message.
29 (sigint) Use zlog_notice for termination message.
30 (main) Issue a startup announcement using zlog_notice.
31
hassoc0652302004-11-25 19:33:48 +0000322004-11-25 Hasso Tepper <hasso at quagga.net>
33
34 * ripng_main.c: Make group to run as configurable.
35
hasso8dceb822004-10-26 06:39:56 +0000362004-10-26 Hasso Tepper <hasso at quagga.net>
37
38 * ripng_debug.c: Fix help of "show debugging ripng" command.
39
hasso98b718a2004-10-11 12:57:57 +0000402004-10-11 Hasso Tepper <hasso at quagga.net>
41
42 * *.c: Make more strings const.
43
hasso7a1d5832004-10-08 06:32:23 +0000442004-10-08 Hasso Tepper <hasso at quagga.net>
45
46 * *.[c|h]: Fix compiler warnings: make strings const, signed ->
47 unsigned etc.
48
hassoc9e52be2004-09-26 16:09:34 +0000492004-09-26 Hasso Tepper <hasso at quagga.net>
50
51 * ripingd.c: Access list hook argument function must have struct
52 access_list * argument. Solution taken from ripd.
53 * ripngd.c, ripnf_nexthop.c: Fix compiler warnings.
54
hasso52dc7ee2004-09-23 19:18:23 +0000552004-09-23 Hasso Tepper <hasso at quagga.net>
56
57 * *.[c|h]: list -> struct list *, listnode -> struct listnode *.
58
paul0b3acf42004-09-17 08:39:08 +0000592004-09-17 Paul Jakma <paul@dishone.st>
60
61 * ripngd.c: move setsockopt_so_recvbuf to lib.
62
hasso1203e1c2004-07-23 21:34:27 +0000632004-07-23 Hasso Tepper <hasso@estpak.ee>
64
65 * ripng_interface.c, ripng_nexthop.c: use ifp->mtu6 instead of
66 ifp->mtu.
67
gdt4d4653a2004-07-01 19:26:33 +0000682004-07-01 Greg Troxel <gdt@fnord.ir.bbn.com>
69
70 * ripng_interface.c (ripng_multicast_join): Use privs to do join,
71 to work around bug on gif(4) on NetBSD 1.6.2.
72
paulf88258c2004-05-11 12:01:33 +0000732004-05-11 Paul Jakma <paul@dishone.st>
74
75 * ripng_nexthop.h: SUNOS_5 does not define s6_addr32
76 catch ifndef(s6_addr32) && defined(SUNOS_5) and define
77 it ourselves based on the S10 _KERNEL guarded define.
78
paul0a589352004-05-08 11:48:26 +0000792004-05-08 Paul Jakma <paul@dishone.st>
80
81 * ripng_{interface,zebra}.c: sync with zclient changes
82
gdtddf1c262004-01-04 01:02:55 +0000832004-01-03 Greg Troxel <gdt@ahi.ir.bbn.com>
84
85 * ripng_interface.c (ripng_multicast_join): If IPV6_JOIN_GROUP
86 returns EADDRINUSE, consider the join successful. This happens
87 when an interface goes down and comes back because
88 ripng_multicast_leave does not invoke the LEAVE_GROUP operation if
89 the interface is down. Solves problem of ripng stopping working
90 on an interface which goes down and then comes back up (on NetBSD).
91
hasso15291352003-05-25 17:14:25 +0000922003-05-25 Hasso Tepper <hasso@estpak.ee>
93
94 * Revert ripng_ifrmap stuff because ripd uses it now as well.
95 * Merge ripngd part of 6Wind patch from Vincent Jardin
96 <vjardin@wanadoo.fr>.
97
paul445f1432003-05-16 19:00:31 +0000982003-04-23 Hasso Tepper <hasso@estpak.ee>
99
100 * {ripng_ifrmap,ripngd}.c: fix "router xxx" node commands in vtysh
101
1022003-04-19 Hasso Tepper <hasso@estpak.ee>
103
104 * rip_routemap.c: sync daemon's route-map commands to have same
105 syntax
106
paul718e3742002-12-13 20:15:29 +00001072002-07-07 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
108
109 * zebra-0.93 released.
110
1112001-08-28 NOGUCHI Kay <kay@v6.access.co.jp>
112
113 * ripngd.c (no_ripng_route): route_unlock_node () is not needed.
114
1152001-08-26 NOGUCHI Kay <kay@v6.access.co.jp>
116
117 * ripngd.h (struct ripng_interface): Add passive interface option.
118
1192001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
120
121 * zebra-0.92a released.
122
1232001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
124
125 * zebra-0.92 released.
126
1272001-08-07 Akira Kato <kato@wide.ad.jp>
128
129 * ripngd.c (ripng_timers): "timers basic" argument is fixed.
130
1312001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
132
133 * zebra-0.91 is released.
134
1352001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
136
137 * zebra-0.90 is released.
138
1392001-01-01 Kunihiro Ishiguro <kunihiro@zebra.org>
140
141 * ripngd.h (RIPNG_VTYSH_PATH): Change "/tmp/ripngd" to
142 "/tmp/.ripngd".
143
1442000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
145
146 * zebra-0.89 is released.
147
1482000-09-20 Kunihiro Ishiguro <kunihiro@zebra.org>
149
150 * ripngd.c (ripng_send_packet): Use CMSG_SPACE instead of sizeof
151 hack. Revert privious alignment patch.
152
1532000-09-20 URA Hiroshi <ura@hiru.aoba.yokohama.jp>
154
155 * ripngd.c (ripng_send_packet): Fix an alignment bug. Thus ripngd
156 can't send packets.
157
1582000-09-10 Kunihiro Ishiguro <kunihiro@zebra.org>
159
160 * ripng_interface.c (ripng_interface_address_delete): Connected
161 address delete treatment added.
162
1632000-08-22 Kunihiro Ishiguro <kunihiro@zebra.org>
164
165 * ripng_routemap.c (route_set_metric_compile): When checking '-'
166 character, argv[1] should be argv[0]. Reported by SHIRASAKI
167 Yasuhiro <yasuhiro@ocn.v6.ntt.net>.
168
1692000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
170
171 * zebra-0.88 is released.
172
1732000-06-06 Kunihiro Ishiguro <kunihiro@zebra.org>
174
175 * ripngd.c (ripng_route_process): Clear prefix_ipv6 before using
176 it.
177 (ripng_redistribute_delete): Fix bug of missing
178 route_unlock_node() when redistribute route is not found.
179 (ripng_redistribute_delete): Make it sure that timers are off.
180 (ripng_redistribute_delete): Likewise.
181
1822000-01-19 Kunihiro Ishiguro <kunihiro@zebra.org>
183
184 * ripngd.c (ripng_route_process): Fix bug of mis-checking of same
185 route.
186 (show_ipv6_ripng): Include ifindex to "show ipv6 ripng" output.
187
1881999-11-12 Kunihiro Ishiguro <kunihiro@zebra.org>
189
190 * ripngd.c (ripng_output_process): Use MINMTU when mtu value is
191 not available.
192
1931999-11-05 Kunihiro Ishiguro <kunihiro@zebra.org>
194
195 * ripngd.c (ripng_output_process): Calculate max RTE count from
196 interface MTU value.
197
1981999-09-29 Kunihiro Ishiguro <kunihiro@zebra.org>
199
200 * ripngd.c (ripng_distribute_update): Fix bug of updating
201 access-list and prefix-list.
202
2031999-09-07 URA Hiroshi <ura@hiru.aoba.yokohama.jp>
204
205 * ripngd.c (ripng_recv_packet): Change CMSG_DATA cast from (u_char
206 *) to (int *). (u_char *) does not work for NetBSD-currnet on
207 SparcStation 10.
208
2091999-08-15 Kunihiro Ishiguro <kunihiro@zebra.org>
210
211 * ripngd.c (ripng_request_process): When request packet comes,
212 check RIPng process is enabled on the interface.
213 (ripng_redistribute_withdraw): Delete routes when `no
214 redistribute' is executed.
215
2161999-08-13 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
217
218 * ripng_zebra.c (ripng_redistribute_ospf6_cmd): Add OSPF6
219 redistribute command.
220
2211999-07-21 Kunihiro Ishiguro <kunihiro@zebra.org>
222
223 * ripngd.c (default_information_originate): Add
224 default-information command.
225
2261999-07-19 Kunihiro Ishiguro <kunihiro@zebra.org>
227
228 * ripngd.c (ripng_route_process): rip_add_route() and
229 rip_delete_route() are deleted. Both functions are integrated
230 into ripng_route_process().
231 (ripng_request_process): Proper reply for request message.
232
233 * ripng_routemap.c: New file added.
234
2351999-07-18 Kunihiro Ishiguro <kunihiro@zebra.org>
236
237 * ripngd.c (ripng_nexthop_rte): RIPng next hop routine is
238 rewritten.
239 (show_ipv6_ripng): Change `show ip ripng' to `show ipv6 ripng'.
240 (ripng_response_process): RIPng incoming packet's hop count check
241 added.
242 (ripng_response_process): Add strict RTE checking.
243
2441999-07-03 Kunihiro Ishiguro <kunihiro@zebra.org>
245
246 * ripngd.c (ripng_add_route): Fix metric compare bug.
247
2481999-06-25 itojun@iijlab.net
249
250 * ripngd.c (ripng_distribute_in): "distribute in" filter in ripngd
251 actually work.
252
2531999-05-25 Kunihiro Ishiguro <kunihiro@zebra.org>
254
255 * ripngd.c (ripng_zebra): Send each ripng information by separate
256 zebra packet.
257
2581999-05-15 Kunihiro Ishiguro <kunihiro@zebra.org>
259
260 * ripng_interface.c (if_add_multicast): Change log to zlog.
261
2621999-05-10 Kunihiro Ishiguro <kunihiro@zebra.org>
263
264 * ripng_interface.c (ripng_zebra_get_interface): Add function.
265
266 * ripng_zebra.c (redistribute_ripng): Delete function because
267 redistirbute the routes to the zebra daemon is now default
268 behavior.
269
2701999-05-09 Kunihiro Ishiguro <kunihiro@zebra.org>
271
272 * ripngd.conf.sample: Change network to route statement.
273
2741999-03-25 Kunihiro Ishiguro <kunihiro@zebra.org>
275
276 * ripngd.c: Old non Advanced API version ripng_send_packet and
277 ripng_recv_packet is removed.
278 * ripng_radix.c: File removed.
279
2801998-12-15 Kunihiro Ishiguro <kunihiro@zebra.org>
281
282 * Now I assume KAME support Advanced API and use sendmsg/recvmsg.
283
2841998-12-13 Kunihiro Ishiguro <kunihiro@zebra.org>
285
286 * ripng_interface.c: Delete old ifa (interface address) related
287 functions.
288
2891998-12-10 Kunihiro Ishiguro <kunihiro@zebra.org>
290
291 * ripng_debug.[ch]: New file.
292
293 * ripngd.c (ripng_supply): Do not send header only RIPng packet.
294 Change `network' statement to `route' statement.
295 (ripng_request_process): Reply to RIPng REQUEST packet.
296
2971998-12-09 Kunihiro Ishiguro <kunihiro@zebra.org>
298
299 * ripngd.c (ripng_config_write): Delete vector v argument.
300 * ripng_zebra.c (zebra_config_write): Likewise.
301 * ripng_interface.c (interface_config_write): Likewise.
302
3031998-12-07 Kunihiro Ishiguro <kunihiro@zebra.org>
304
305 * ripng_route.h: New file.
306
307 * ripng_interface.c: Delete #include <linux/in6.h>.
308 ripng_main.c: likewise.
309 ripng_radix.c: likewise.
310 ripng_route.c: likewise.
311 ripng_zebra.c: likewise.
312 ripngd.c: likewise.
313
3141998-12-06 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
315
316 * ripngd.h (IPV6_ADD_MEMBERSHIP): If IPV6_ADD_MEMBERSHIP is not
317 defined. Define IPV6_ADD_MEMBERSHIP as IPV6_JOIN_GROUP.
318
3191998-09-15 HEO SeonMeyong <seirios@matrix.iri.co.jp>
320
321 * all Hydrangea define is changed to KAME.
322