blob: 1abea5643af99d72b9b8ec6d3a4db2a46ebf0353 [file] [log] [blame]
hassoc0652302004-11-25 19:33:48 +000012004-11-25 Hasso Tepper <hasso at quagga.net>
2
3 * ripng_main.c: Make group to run as configurable.
4
hasso8dceb822004-10-26 06:39:56 +000052004-10-26 Hasso Tepper <hasso at quagga.net>
6
7 * ripng_debug.c: Fix help of "show debugging ripng" command.
8
hasso98b718a2004-10-11 12:57:57 +000092004-10-11 Hasso Tepper <hasso at quagga.net>
10
11 * *.c: Make more strings const.
12
hasso7a1d5832004-10-08 06:32:23 +0000132004-10-08 Hasso Tepper <hasso at quagga.net>
14
15 * *.[c|h]: Fix compiler warnings: make strings const, signed ->
16 unsigned etc.
17
hassoc9e52be2004-09-26 16:09:34 +0000182004-09-26 Hasso Tepper <hasso at quagga.net>
19
20 * ripingd.c: Access list hook argument function must have struct
21 access_list * argument. Solution taken from ripd.
22 * ripngd.c, ripnf_nexthop.c: Fix compiler warnings.
23
hasso52dc7ee2004-09-23 19:18:23 +0000242004-09-23 Hasso Tepper <hasso at quagga.net>
25
26 * *.[c|h]: list -> struct list *, listnode -> struct listnode *.
27
paul0b3acf42004-09-17 08:39:08 +0000282004-09-17 Paul Jakma <paul@dishone.st>
29
30 * ripngd.c: move setsockopt_so_recvbuf to lib.
31
hasso1203e1c2004-07-23 21:34:27 +0000322004-07-23 Hasso Tepper <hasso@estpak.ee>
33
34 * ripng_interface.c, ripng_nexthop.c: use ifp->mtu6 instead of
35 ifp->mtu.
36
gdt4d4653a2004-07-01 19:26:33 +0000372004-07-01 Greg Troxel <gdt@fnord.ir.bbn.com>
38
39 * ripng_interface.c (ripng_multicast_join): Use privs to do join,
40 to work around bug on gif(4) on NetBSD 1.6.2.
41
paulf88258c2004-05-11 12:01:33 +0000422004-05-11 Paul Jakma <paul@dishone.st>
43
44 * ripng_nexthop.h: SUNOS_5 does not define s6_addr32
45 catch ifndef(s6_addr32) && defined(SUNOS_5) and define
46 it ourselves based on the S10 _KERNEL guarded define.
47
paul0a589352004-05-08 11:48:26 +0000482004-05-08 Paul Jakma <paul@dishone.st>
49
50 * ripng_{interface,zebra}.c: sync with zclient changes
51
gdtddf1c262004-01-04 01:02:55 +0000522004-01-03 Greg Troxel <gdt@ahi.ir.bbn.com>
53
54 * ripng_interface.c (ripng_multicast_join): If IPV6_JOIN_GROUP
55 returns EADDRINUSE, consider the join successful. This happens
56 when an interface goes down and comes back because
57 ripng_multicast_leave does not invoke the LEAVE_GROUP operation if
58 the interface is down. Solves problem of ripng stopping working
59 on an interface which goes down and then comes back up (on NetBSD).
60
hasso15291352003-05-25 17:14:25 +0000612003-05-25 Hasso Tepper <hasso@estpak.ee>
62
63 * Revert ripng_ifrmap stuff because ripd uses it now as well.
64 * Merge ripngd part of 6Wind patch from Vincent Jardin
65 <vjardin@wanadoo.fr>.
66
paul445f1432003-05-16 19:00:31 +0000672003-04-23 Hasso Tepper <hasso@estpak.ee>
68
69 * {ripng_ifrmap,ripngd}.c: fix "router xxx" node commands in vtysh
70
712003-04-19 Hasso Tepper <hasso@estpak.ee>
72
73 * rip_routemap.c: sync daemon's route-map commands to have same
74 syntax
75
paul718e3742002-12-13 20:15:29 +0000762002-07-07 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
77
78 * zebra-0.93 released.
79
802001-08-28 NOGUCHI Kay <kay@v6.access.co.jp>
81
82 * ripngd.c (no_ripng_route): route_unlock_node () is not needed.
83
842001-08-26 NOGUCHI Kay <kay@v6.access.co.jp>
85
86 * ripngd.h (struct ripng_interface): Add passive interface option.
87
882001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
89
90 * zebra-0.92a released.
91
922001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
93
94 * zebra-0.92 released.
95
962001-08-07 Akira Kato <kato@wide.ad.jp>
97
98 * ripngd.c (ripng_timers): "timers basic" argument is fixed.
99
1002001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
101
102 * zebra-0.91 is released.
103
1042001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
105
106 * zebra-0.90 is released.
107
1082001-01-01 Kunihiro Ishiguro <kunihiro@zebra.org>
109
110 * ripngd.h (RIPNG_VTYSH_PATH): Change "/tmp/ripngd" to
111 "/tmp/.ripngd".
112
1132000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
114
115 * zebra-0.89 is released.
116
1172000-09-20 Kunihiro Ishiguro <kunihiro@zebra.org>
118
119 * ripngd.c (ripng_send_packet): Use CMSG_SPACE instead of sizeof
120 hack. Revert privious alignment patch.
121
1222000-09-20 URA Hiroshi <ura@hiru.aoba.yokohama.jp>
123
124 * ripngd.c (ripng_send_packet): Fix an alignment bug. Thus ripngd
125 can't send packets.
126
1272000-09-10 Kunihiro Ishiguro <kunihiro@zebra.org>
128
129 * ripng_interface.c (ripng_interface_address_delete): Connected
130 address delete treatment added.
131
1322000-08-22 Kunihiro Ishiguro <kunihiro@zebra.org>
133
134 * ripng_routemap.c (route_set_metric_compile): When checking '-'
135 character, argv[1] should be argv[0]. Reported by SHIRASAKI
136 Yasuhiro <yasuhiro@ocn.v6.ntt.net>.
137
1382000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
139
140 * zebra-0.88 is released.
141
1422000-06-06 Kunihiro Ishiguro <kunihiro@zebra.org>
143
144 * ripngd.c (ripng_route_process): Clear prefix_ipv6 before using
145 it.
146 (ripng_redistribute_delete): Fix bug of missing
147 route_unlock_node() when redistribute route is not found.
148 (ripng_redistribute_delete): Make it sure that timers are off.
149 (ripng_redistribute_delete): Likewise.
150
1512000-01-19 Kunihiro Ishiguro <kunihiro@zebra.org>
152
153 * ripngd.c (ripng_route_process): Fix bug of mis-checking of same
154 route.
155 (show_ipv6_ripng): Include ifindex to "show ipv6 ripng" output.
156
1571999-11-12 Kunihiro Ishiguro <kunihiro@zebra.org>
158
159 * ripngd.c (ripng_output_process): Use MINMTU when mtu value is
160 not available.
161
1621999-11-05 Kunihiro Ishiguro <kunihiro@zebra.org>
163
164 * ripngd.c (ripng_output_process): Calculate max RTE count from
165 interface MTU value.
166
1671999-09-29 Kunihiro Ishiguro <kunihiro@zebra.org>
168
169 * ripngd.c (ripng_distribute_update): Fix bug of updating
170 access-list and prefix-list.
171
1721999-09-07 URA Hiroshi <ura@hiru.aoba.yokohama.jp>
173
174 * ripngd.c (ripng_recv_packet): Change CMSG_DATA cast from (u_char
175 *) to (int *). (u_char *) does not work for NetBSD-currnet on
176 SparcStation 10.
177
1781999-08-15 Kunihiro Ishiguro <kunihiro@zebra.org>
179
180 * ripngd.c (ripng_request_process): When request packet comes,
181 check RIPng process is enabled on the interface.
182 (ripng_redistribute_withdraw): Delete routes when `no
183 redistribute' is executed.
184
1851999-08-13 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
186
187 * ripng_zebra.c (ripng_redistribute_ospf6_cmd): Add OSPF6
188 redistribute command.
189
1901999-07-21 Kunihiro Ishiguro <kunihiro@zebra.org>
191
192 * ripngd.c (default_information_originate): Add
193 default-information command.
194
1951999-07-19 Kunihiro Ishiguro <kunihiro@zebra.org>
196
197 * ripngd.c (ripng_route_process): rip_add_route() and
198 rip_delete_route() are deleted. Both functions are integrated
199 into ripng_route_process().
200 (ripng_request_process): Proper reply for request message.
201
202 * ripng_routemap.c: New file added.
203
2041999-07-18 Kunihiro Ishiguro <kunihiro@zebra.org>
205
206 * ripngd.c (ripng_nexthop_rte): RIPng next hop routine is
207 rewritten.
208 (show_ipv6_ripng): Change `show ip ripng' to `show ipv6 ripng'.
209 (ripng_response_process): RIPng incoming packet's hop count check
210 added.
211 (ripng_response_process): Add strict RTE checking.
212
2131999-07-03 Kunihiro Ishiguro <kunihiro@zebra.org>
214
215 * ripngd.c (ripng_add_route): Fix metric compare bug.
216
2171999-06-25 itojun@iijlab.net
218
219 * ripngd.c (ripng_distribute_in): "distribute in" filter in ripngd
220 actually work.
221
2221999-05-25 Kunihiro Ishiguro <kunihiro@zebra.org>
223
224 * ripngd.c (ripng_zebra): Send each ripng information by separate
225 zebra packet.
226
2271999-05-15 Kunihiro Ishiguro <kunihiro@zebra.org>
228
229 * ripng_interface.c (if_add_multicast): Change log to zlog.
230
2311999-05-10 Kunihiro Ishiguro <kunihiro@zebra.org>
232
233 * ripng_interface.c (ripng_zebra_get_interface): Add function.
234
235 * ripng_zebra.c (redistribute_ripng): Delete function because
236 redistirbute the routes to the zebra daemon is now default
237 behavior.
238
2391999-05-09 Kunihiro Ishiguro <kunihiro@zebra.org>
240
241 * ripngd.conf.sample: Change network to route statement.
242
2431999-03-25 Kunihiro Ishiguro <kunihiro@zebra.org>
244
245 * ripngd.c: Old non Advanced API version ripng_send_packet and
246 ripng_recv_packet is removed.
247 * ripng_radix.c: File removed.
248
2491998-12-15 Kunihiro Ishiguro <kunihiro@zebra.org>
250
251 * Now I assume KAME support Advanced API and use sendmsg/recvmsg.
252
2531998-12-13 Kunihiro Ishiguro <kunihiro@zebra.org>
254
255 * ripng_interface.c: Delete old ifa (interface address) related
256 functions.
257
2581998-12-10 Kunihiro Ishiguro <kunihiro@zebra.org>
259
260 * ripng_debug.[ch]: New file.
261
262 * ripngd.c (ripng_supply): Do not send header only RIPng packet.
263 Change `network' statement to `route' statement.
264 (ripng_request_process): Reply to RIPng REQUEST packet.
265
2661998-12-09 Kunihiro Ishiguro <kunihiro@zebra.org>
267
268 * ripngd.c (ripng_config_write): Delete vector v argument.
269 * ripng_zebra.c (zebra_config_write): Likewise.
270 * ripng_interface.c (interface_config_write): Likewise.
271
2721998-12-07 Kunihiro Ishiguro <kunihiro@zebra.org>
273
274 * ripng_route.h: New file.
275
276 * ripng_interface.c: Delete #include <linux/in6.h>.
277 ripng_main.c: likewise.
278 ripng_radix.c: likewise.
279 ripng_route.c: likewise.
280 ripng_zebra.c: likewise.
281 ripngd.c: likewise.
282
2831998-12-06 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
284
285 * ripngd.h (IPV6_ADD_MEMBERSHIP): If IPV6_ADD_MEMBERSHIP is not
286 defined. Define IPV6_ADD_MEMBERSHIP as IPV6_JOIN_GROUP.
287
2881998-09-15 HEO SeonMeyong <seirios@matrix.iri.co.jp>
289
290 * all Hydrangea define is changed to KAME.
291