blob: 97a89239764d6c4146987059b55692f87489d71f [file] [log] [blame]
ajsc6106812004-12-08 19:51:16 +000012004-12-08 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
2
3 * *.c: Change level of debug messages to LOG_DEBUG.
4
ajs274a4a42004-12-07 15:39:31 +000052004-12-07 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
6
7 * ripng_main.c: (main) The 2nd argument to openzlog has been removed.
8
ajs887c44a2004-12-03 16:36:46 +000092004-12-03 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
10
11 * ripng_main.c: (sighup) Remove spurious terminating message.
12 (sigint) Use zlog_notice for termination message.
13 (main) Issue a startup announcement using zlog_notice.
14
hassoc0652302004-11-25 19:33:48 +0000152004-11-25 Hasso Tepper <hasso at quagga.net>
16
17 * ripng_main.c: Make group to run as configurable.
18
hasso8dceb822004-10-26 06:39:56 +0000192004-10-26 Hasso Tepper <hasso at quagga.net>
20
21 * ripng_debug.c: Fix help of "show debugging ripng" command.
22
hasso98b718a2004-10-11 12:57:57 +0000232004-10-11 Hasso Tepper <hasso at quagga.net>
24
25 * *.c: Make more strings const.
26
hasso7a1d5832004-10-08 06:32:23 +0000272004-10-08 Hasso Tepper <hasso at quagga.net>
28
29 * *.[c|h]: Fix compiler warnings: make strings const, signed ->
30 unsigned etc.
31
hassoc9e52be2004-09-26 16:09:34 +0000322004-09-26 Hasso Tepper <hasso at quagga.net>
33
34 * ripingd.c: Access list hook argument function must have struct
35 access_list * argument. Solution taken from ripd.
36 * ripngd.c, ripnf_nexthop.c: Fix compiler warnings.
37
hasso52dc7ee2004-09-23 19:18:23 +0000382004-09-23 Hasso Tepper <hasso at quagga.net>
39
40 * *.[c|h]: list -> struct list *, listnode -> struct listnode *.
41
paul0b3acf42004-09-17 08:39:08 +0000422004-09-17 Paul Jakma <paul@dishone.st>
43
44 * ripngd.c: move setsockopt_so_recvbuf to lib.
45
hasso1203e1c2004-07-23 21:34:27 +0000462004-07-23 Hasso Tepper <hasso@estpak.ee>
47
48 * ripng_interface.c, ripng_nexthop.c: use ifp->mtu6 instead of
49 ifp->mtu.
50
gdt4d4653a2004-07-01 19:26:33 +0000512004-07-01 Greg Troxel <gdt@fnord.ir.bbn.com>
52
53 * ripng_interface.c (ripng_multicast_join): Use privs to do join,
54 to work around bug on gif(4) on NetBSD 1.6.2.
55
paulf88258c2004-05-11 12:01:33 +0000562004-05-11 Paul Jakma <paul@dishone.st>
57
58 * ripng_nexthop.h: SUNOS_5 does not define s6_addr32
59 catch ifndef(s6_addr32) && defined(SUNOS_5) and define
60 it ourselves based on the S10 _KERNEL guarded define.
61
paul0a589352004-05-08 11:48:26 +0000622004-05-08 Paul Jakma <paul@dishone.st>
63
64 * ripng_{interface,zebra}.c: sync with zclient changes
65
gdtddf1c262004-01-04 01:02:55 +0000662004-01-03 Greg Troxel <gdt@ahi.ir.bbn.com>
67
68 * ripng_interface.c (ripng_multicast_join): If IPV6_JOIN_GROUP
69 returns EADDRINUSE, consider the join successful. This happens
70 when an interface goes down and comes back because
71 ripng_multicast_leave does not invoke the LEAVE_GROUP operation if
72 the interface is down. Solves problem of ripng stopping working
73 on an interface which goes down and then comes back up (on NetBSD).
74
hasso15291352003-05-25 17:14:25 +0000752003-05-25 Hasso Tepper <hasso@estpak.ee>
76
77 * Revert ripng_ifrmap stuff because ripd uses it now as well.
78 * Merge ripngd part of 6Wind patch from Vincent Jardin
79 <vjardin@wanadoo.fr>.
80
paul445f1432003-05-16 19:00:31 +0000812003-04-23 Hasso Tepper <hasso@estpak.ee>
82
83 * {ripng_ifrmap,ripngd}.c: fix "router xxx" node commands in vtysh
84
852003-04-19 Hasso Tepper <hasso@estpak.ee>
86
87 * rip_routemap.c: sync daemon's route-map commands to have same
88 syntax
89
paul718e3742002-12-13 20:15:29 +0000902002-07-07 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
91
92 * zebra-0.93 released.
93
942001-08-28 NOGUCHI Kay <kay@v6.access.co.jp>
95
96 * ripngd.c (no_ripng_route): route_unlock_node () is not needed.
97
982001-08-26 NOGUCHI Kay <kay@v6.access.co.jp>
99
100 * ripngd.h (struct ripng_interface): Add passive interface option.
101
1022001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
103
104 * zebra-0.92a released.
105
1062001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
107
108 * zebra-0.92 released.
109
1102001-08-07 Akira Kato <kato@wide.ad.jp>
111
112 * ripngd.c (ripng_timers): "timers basic" argument is fixed.
113
1142001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
115
116 * zebra-0.91 is released.
117
1182001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
119
120 * zebra-0.90 is released.
121
1222001-01-01 Kunihiro Ishiguro <kunihiro@zebra.org>
123
124 * ripngd.h (RIPNG_VTYSH_PATH): Change "/tmp/ripngd" to
125 "/tmp/.ripngd".
126
1272000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
128
129 * zebra-0.89 is released.
130
1312000-09-20 Kunihiro Ishiguro <kunihiro@zebra.org>
132
133 * ripngd.c (ripng_send_packet): Use CMSG_SPACE instead of sizeof
134 hack. Revert privious alignment patch.
135
1362000-09-20 URA Hiroshi <ura@hiru.aoba.yokohama.jp>
137
138 * ripngd.c (ripng_send_packet): Fix an alignment bug. Thus ripngd
139 can't send packets.
140
1412000-09-10 Kunihiro Ishiguro <kunihiro@zebra.org>
142
143 * ripng_interface.c (ripng_interface_address_delete): Connected
144 address delete treatment added.
145
1462000-08-22 Kunihiro Ishiguro <kunihiro@zebra.org>
147
148 * ripng_routemap.c (route_set_metric_compile): When checking '-'
149 character, argv[1] should be argv[0]. Reported by SHIRASAKI
150 Yasuhiro <yasuhiro@ocn.v6.ntt.net>.
151
1522000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
153
154 * zebra-0.88 is released.
155
1562000-06-06 Kunihiro Ishiguro <kunihiro@zebra.org>
157
158 * ripngd.c (ripng_route_process): Clear prefix_ipv6 before using
159 it.
160 (ripng_redistribute_delete): Fix bug of missing
161 route_unlock_node() when redistribute route is not found.
162 (ripng_redistribute_delete): Make it sure that timers are off.
163 (ripng_redistribute_delete): Likewise.
164
1652000-01-19 Kunihiro Ishiguro <kunihiro@zebra.org>
166
167 * ripngd.c (ripng_route_process): Fix bug of mis-checking of same
168 route.
169 (show_ipv6_ripng): Include ifindex to "show ipv6 ripng" output.
170
1711999-11-12 Kunihiro Ishiguro <kunihiro@zebra.org>
172
173 * ripngd.c (ripng_output_process): Use MINMTU when mtu value is
174 not available.
175
1761999-11-05 Kunihiro Ishiguro <kunihiro@zebra.org>
177
178 * ripngd.c (ripng_output_process): Calculate max RTE count from
179 interface MTU value.
180
1811999-09-29 Kunihiro Ishiguro <kunihiro@zebra.org>
182
183 * ripngd.c (ripng_distribute_update): Fix bug of updating
184 access-list and prefix-list.
185
1861999-09-07 URA Hiroshi <ura@hiru.aoba.yokohama.jp>
187
188 * ripngd.c (ripng_recv_packet): Change CMSG_DATA cast from (u_char
189 *) to (int *). (u_char *) does not work for NetBSD-currnet on
190 SparcStation 10.
191
1921999-08-15 Kunihiro Ishiguro <kunihiro@zebra.org>
193
194 * ripngd.c (ripng_request_process): When request packet comes,
195 check RIPng process is enabled on the interface.
196 (ripng_redistribute_withdraw): Delete routes when `no
197 redistribute' is executed.
198
1991999-08-13 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
200
201 * ripng_zebra.c (ripng_redistribute_ospf6_cmd): Add OSPF6
202 redistribute command.
203
2041999-07-21 Kunihiro Ishiguro <kunihiro@zebra.org>
205
206 * ripngd.c (default_information_originate): Add
207 default-information command.
208
2091999-07-19 Kunihiro Ishiguro <kunihiro@zebra.org>
210
211 * ripngd.c (ripng_route_process): rip_add_route() and
212 rip_delete_route() are deleted. Both functions are integrated
213 into ripng_route_process().
214 (ripng_request_process): Proper reply for request message.
215
216 * ripng_routemap.c: New file added.
217
2181999-07-18 Kunihiro Ishiguro <kunihiro@zebra.org>
219
220 * ripngd.c (ripng_nexthop_rte): RIPng next hop routine is
221 rewritten.
222 (show_ipv6_ripng): Change `show ip ripng' to `show ipv6 ripng'.
223 (ripng_response_process): RIPng incoming packet's hop count check
224 added.
225 (ripng_response_process): Add strict RTE checking.
226
2271999-07-03 Kunihiro Ishiguro <kunihiro@zebra.org>
228
229 * ripngd.c (ripng_add_route): Fix metric compare bug.
230
2311999-06-25 itojun@iijlab.net
232
233 * ripngd.c (ripng_distribute_in): "distribute in" filter in ripngd
234 actually work.
235
2361999-05-25 Kunihiro Ishiguro <kunihiro@zebra.org>
237
238 * ripngd.c (ripng_zebra): Send each ripng information by separate
239 zebra packet.
240
2411999-05-15 Kunihiro Ishiguro <kunihiro@zebra.org>
242
243 * ripng_interface.c (if_add_multicast): Change log to zlog.
244
2451999-05-10 Kunihiro Ishiguro <kunihiro@zebra.org>
246
247 * ripng_interface.c (ripng_zebra_get_interface): Add function.
248
249 * ripng_zebra.c (redistribute_ripng): Delete function because
250 redistirbute the routes to the zebra daemon is now default
251 behavior.
252
2531999-05-09 Kunihiro Ishiguro <kunihiro@zebra.org>
254
255 * ripngd.conf.sample: Change network to route statement.
256
2571999-03-25 Kunihiro Ishiguro <kunihiro@zebra.org>
258
259 * ripngd.c: Old non Advanced API version ripng_send_packet and
260 ripng_recv_packet is removed.
261 * ripng_radix.c: File removed.
262
2631998-12-15 Kunihiro Ishiguro <kunihiro@zebra.org>
264
265 * Now I assume KAME support Advanced API and use sendmsg/recvmsg.
266
2671998-12-13 Kunihiro Ishiguro <kunihiro@zebra.org>
268
269 * ripng_interface.c: Delete old ifa (interface address) related
270 functions.
271
2721998-12-10 Kunihiro Ishiguro <kunihiro@zebra.org>
273
274 * ripng_debug.[ch]: New file.
275
276 * ripngd.c (ripng_supply): Do not send header only RIPng packet.
277 Change `network' statement to `route' statement.
278 (ripng_request_process): Reply to RIPng REQUEST packet.
279
2801998-12-09 Kunihiro Ishiguro <kunihiro@zebra.org>
281
282 * ripngd.c (ripng_config_write): Delete vector v argument.
283 * ripng_zebra.c (zebra_config_write): Likewise.
284 * ripng_interface.c (interface_config_write): Likewise.
285
2861998-12-07 Kunihiro Ishiguro <kunihiro@zebra.org>
287
288 * ripng_route.h: New file.
289
290 * ripng_interface.c: Delete #include <linux/in6.h>.
291 ripng_main.c: likewise.
292 ripng_radix.c: likewise.
293 ripng_route.c: likewise.
294 ripng_zebra.c: likewise.
295 ripngd.c: likewise.
296
2971998-12-06 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
298
299 * ripngd.h (IPV6_ADD_MEMBERSHIP): If IPV6_ADD_MEMBERSHIP is not
300 defined. Define IPV6_ADD_MEMBERSHIP as IPV6_JOIN_GROUP.
301
3021998-09-15 HEO SeonMeyong <seirios@matrix.iri.co.jp>
303
304 * all Hydrangea define is changed to KAME.
305