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