blob: 8fb577b6c5cdd31ff9af959774c65370620e209b [file] [log] [blame]
hasso7a1d5832004-10-08 06:32:23 +000012004-10-08 Hasso Tepper <hasso at quagga.net>
2
3 * *.[c|h]: Fix compiler warnings: make strings const, signed ->
4 unsigned etc.
5
hassoc9e52be2004-09-26 16:09:34 +000062004-09-26 Hasso Tepper <hasso at quagga.net>
7
8 * ripingd.c: Access list hook argument function must have struct
9 access_list * argument. Solution taken from ripd.
10 * ripngd.c, ripnf_nexthop.c: Fix compiler warnings.
11
hasso52dc7ee2004-09-23 19:18:23 +0000122004-09-23 Hasso Tepper <hasso at quagga.net>
13
14 * *.[c|h]: list -> struct list *, listnode -> struct listnode *.
15
paul0b3acf42004-09-17 08:39:08 +0000162004-09-17 Paul Jakma <paul@dishone.st>
17
18 * ripngd.c: move setsockopt_so_recvbuf to lib.
19
hasso1203e1c2004-07-23 21:34:27 +0000202004-07-23 Hasso Tepper <hasso@estpak.ee>
21
22 * ripng_interface.c, ripng_nexthop.c: use ifp->mtu6 instead of
23 ifp->mtu.
24
gdt4d4653a2004-07-01 19:26:33 +0000252004-07-01 Greg Troxel <gdt@fnord.ir.bbn.com>
26
27 * ripng_interface.c (ripng_multicast_join): Use privs to do join,
28 to work around bug on gif(4) on NetBSD 1.6.2.
29
paulf88258c2004-05-11 12:01:33 +0000302004-05-11 Paul Jakma <paul@dishone.st>
31
32 * ripng_nexthop.h: SUNOS_5 does not define s6_addr32
33 catch ifndef(s6_addr32) && defined(SUNOS_5) and define
34 it ourselves based on the S10 _KERNEL guarded define.
35
paul0a589352004-05-08 11:48:26 +0000362004-05-08 Paul Jakma <paul@dishone.st>
37
38 * ripng_{interface,zebra}.c: sync with zclient changes
39
gdtddf1c262004-01-04 01:02:55 +0000402004-01-03 Greg Troxel <gdt@ahi.ir.bbn.com>
41
42 * ripng_interface.c (ripng_multicast_join): If IPV6_JOIN_GROUP
43 returns EADDRINUSE, consider the join successful. This happens
44 when an interface goes down and comes back because
45 ripng_multicast_leave does not invoke the LEAVE_GROUP operation if
46 the interface is down. Solves problem of ripng stopping working
47 on an interface which goes down and then comes back up (on NetBSD).
48
hasso15291352003-05-25 17:14:25 +0000492003-05-25 Hasso Tepper <hasso@estpak.ee>
50
51 * Revert ripng_ifrmap stuff because ripd uses it now as well.
52 * Merge ripngd part of 6Wind patch from Vincent Jardin
53 <vjardin@wanadoo.fr>.
54
paul445f1432003-05-16 19:00:31 +0000552003-04-23 Hasso Tepper <hasso@estpak.ee>
56
57 * {ripng_ifrmap,ripngd}.c: fix "router xxx" node commands in vtysh
58
592003-04-19 Hasso Tepper <hasso@estpak.ee>
60
61 * rip_routemap.c: sync daemon's route-map commands to have same
62 syntax
63
paul718e3742002-12-13 20:15:29 +0000642002-07-07 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
65
66 * zebra-0.93 released.
67
682001-08-28 NOGUCHI Kay <kay@v6.access.co.jp>
69
70 * ripngd.c (no_ripng_route): route_unlock_node () is not needed.
71
722001-08-26 NOGUCHI Kay <kay@v6.access.co.jp>
73
74 * ripngd.h (struct ripng_interface): Add passive interface option.
75
762001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
77
78 * zebra-0.92a released.
79
802001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
81
82 * zebra-0.92 released.
83
842001-08-07 Akira Kato <kato@wide.ad.jp>
85
86 * ripngd.c (ripng_timers): "timers basic" argument is fixed.
87
882001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
89
90 * zebra-0.91 is released.
91
922001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
93
94 * zebra-0.90 is released.
95
962001-01-01 Kunihiro Ishiguro <kunihiro@zebra.org>
97
98 * ripngd.h (RIPNG_VTYSH_PATH): Change "/tmp/ripngd" to
99 "/tmp/.ripngd".
100
1012000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
102
103 * zebra-0.89 is released.
104
1052000-09-20 Kunihiro Ishiguro <kunihiro@zebra.org>
106
107 * ripngd.c (ripng_send_packet): Use CMSG_SPACE instead of sizeof
108 hack. Revert privious alignment patch.
109
1102000-09-20 URA Hiroshi <ura@hiru.aoba.yokohama.jp>
111
112 * ripngd.c (ripng_send_packet): Fix an alignment bug. Thus ripngd
113 can't send packets.
114
1152000-09-10 Kunihiro Ishiguro <kunihiro@zebra.org>
116
117 * ripng_interface.c (ripng_interface_address_delete): Connected
118 address delete treatment added.
119
1202000-08-22 Kunihiro Ishiguro <kunihiro@zebra.org>
121
122 * ripng_routemap.c (route_set_metric_compile): When checking '-'
123 character, argv[1] should be argv[0]. Reported by SHIRASAKI
124 Yasuhiro <yasuhiro@ocn.v6.ntt.net>.
125
1262000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
127
128 * zebra-0.88 is released.
129
1302000-06-06 Kunihiro Ishiguro <kunihiro@zebra.org>
131
132 * ripngd.c (ripng_route_process): Clear prefix_ipv6 before using
133 it.
134 (ripng_redistribute_delete): Fix bug of missing
135 route_unlock_node() when redistribute route is not found.
136 (ripng_redistribute_delete): Make it sure that timers are off.
137 (ripng_redistribute_delete): Likewise.
138
1392000-01-19 Kunihiro Ishiguro <kunihiro@zebra.org>
140
141 * ripngd.c (ripng_route_process): Fix bug of mis-checking of same
142 route.
143 (show_ipv6_ripng): Include ifindex to "show ipv6 ripng" output.
144
1451999-11-12 Kunihiro Ishiguro <kunihiro@zebra.org>
146
147 * ripngd.c (ripng_output_process): Use MINMTU when mtu value is
148 not available.
149
1501999-11-05 Kunihiro Ishiguro <kunihiro@zebra.org>
151
152 * ripngd.c (ripng_output_process): Calculate max RTE count from
153 interface MTU value.
154
1551999-09-29 Kunihiro Ishiguro <kunihiro@zebra.org>
156
157 * ripngd.c (ripng_distribute_update): Fix bug of updating
158 access-list and prefix-list.
159
1601999-09-07 URA Hiroshi <ura@hiru.aoba.yokohama.jp>
161
162 * ripngd.c (ripng_recv_packet): Change CMSG_DATA cast from (u_char
163 *) to (int *). (u_char *) does not work for NetBSD-currnet on
164 SparcStation 10.
165
1661999-08-15 Kunihiro Ishiguro <kunihiro@zebra.org>
167
168 * ripngd.c (ripng_request_process): When request packet comes,
169 check RIPng process is enabled on the interface.
170 (ripng_redistribute_withdraw): Delete routes when `no
171 redistribute' is executed.
172
1731999-08-13 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
174
175 * ripng_zebra.c (ripng_redistribute_ospf6_cmd): Add OSPF6
176 redistribute command.
177
1781999-07-21 Kunihiro Ishiguro <kunihiro@zebra.org>
179
180 * ripngd.c (default_information_originate): Add
181 default-information command.
182
1831999-07-19 Kunihiro Ishiguro <kunihiro@zebra.org>
184
185 * ripngd.c (ripng_route_process): rip_add_route() and
186 rip_delete_route() are deleted. Both functions are integrated
187 into ripng_route_process().
188 (ripng_request_process): Proper reply for request message.
189
190 * ripng_routemap.c: New file added.
191
1921999-07-18 Kunihiro Ishiguro <kunihiro@zebra.org>
193
194 * ripngd.c (ripng_nexthop_rte): RIPng next hop routine is
195 rewritten.
196 (show_ipv6_ripng): Change `show ip ripng' to `show ipv6 ripng'.
197 (ripng_response_process): RIPng incoming packet's hop count check
198 added.
199 (ripng_response_process): Add strict RTE checking.
200
2011999-07-03 Kunihiro Ishiguro <kunihiro@zebra.org>
202
203 * ripngd.c (ripng_add_route): Fix metric compare bug.
204
2051999-06-25 itojun@iijlab.net
206
207 * ripngd.c (ripng_distribute_in): "distribute in" filter in ripngd
208 actually work.
209
2101999-05-25 Kunihiro Ishiguro <kunihiro@zebra.org>
211
212 * ripngd.c (ripng_zebra): Send each ripng information by separate
213 zebra packet.
214
2151999-05-15 Kunihiro Ishiguro <kunihiro@zebra.org>
216
217 * ripng_interface.c (if_add_multicast): Change log to zlog.
218
2191999-05-10 Kunihiro Ishiguro <kunihiro@zebra.org>
220
221 * ripng_interface.c (ripng_zebra_get_interface): Add function.
222
223 * ripng_zebra.c (redistribute_ripng): Delete function because
224 redistirbute the routes to the zebra daemon is now default
225 behavior.
226
2271999-05-09 Kunihiro Ishiguro <kunihiro@zebra.org>
228
229 * ripngd.conf.sample: Change network to route statement.
230
2311999-03-25 Kunihiro Ishiguro <kunihiro@zebra.org>
232
233 * ripngd.c: Old non Advanced API version ripng_send_packet and
234 ripng_recv_packet is removed.
235 * ripng_radix.c: File removed.
236
2371998-12-15 Kunihiro Ishiguro <kunihiro@zebra.org>
238
239 * Now I assume KAME support Advanced API and use sendmsg/recvmsg.
240
2411998-12-13 Kunihiro Ishiguro <kunihiro@zebra.org>
242
243 * ripng_interface.c: Delete old ifa (interface address) related
244 functions.
245
2461998-12-10 Kunihiro Ishiguro <kunihiro@zebra.org>
247
248 * ripng_debug.[ch]: New file.
249
250 * ripngd.c (ripng_supply): Do not send header only RIPng packet.
251 Change `network' statement to `route' statement.
252 (ripng_request_process): Reply to RIPng REQUEST packet.
253
2541998-12-09 Kunihiro Ishiguro <kunihiro@zebra.org>
255
256 * ripngd.c (ripng_config_write): Delete vector v argument.
257 * ripng_zebra.c (zebra_config_write): Likewise.
258 * ripng_interface.c (interface_config_write): Likewise.
259
2601998-12-07 Kunihiro Ishiguro <kunihiro@zebra.org>
261
262 * ripng_route.h: New file.
263
264 * ripng_interface.c: Delete #include <linux/in6.h>.
265 ripng_main.c: likewise.
266 ripng_radix.c: likewise.
267 ripng_route.c: likewise.
268 ripng_zebra.c: likewise.
269 ripngd.c: likewise.
270
2711998-12-06 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
272
273 * ripngd.h (IPV6_ADD_MEMBERSHIP): If IPV6_ADD_MEMBERSHIP is not
274 defined. Define IPV6_ADD_MEMBERSHIP as IPV6_JOIN_GROUP.
275
2761998-09-15 HEO SeonMeyong <seirios@matrix.iri.co.jp>
277
278 * all Hydrangea define is changed to KAME.
279