blob: 92dbf6f674426506abf0b4725a242c2aa73c0196 [file] [log] [blame]
hasso52dc7ee2004-09-23 19:18:23 +000012004-09-23 Hasso Tepper <hasso at quagga.net>
2
3 * *.[c|h]: list -> struct list *, listnode -> struct listnode *.
4
paul0b3acf42004-09-17 08:39:08 +000052004-09-17 Paul Jakma <paul@dishone.st>
6
7 * ripngd.c: move setsockopt_so_recvbuf to lib.
8
hasso1203e1c2004-07-23 21:34:27 +000092004-07-23 Hasso Tepper <hasso@estpak.ee>
10
11 * ripng_interface.c, ripng_nexthop.c: use ifp->mtu6 instead of
12 ifp->mtu.
13
gdt4d4653a2004-07-01 19:26:33 +0000142004-07-01 Greg Troxel <gdt@fnord.ir.bbn.com>
15
16 * ripng_interface.c (ripng_multicast_join): Use privs to do join,
17 to work around bug on gif(4) on NetBSD 1.6.2.
18
paulf88258c2004-05-11 12:01:33 +0000192004-05-11 Paul Jakma <paul@dishone.st>
20
21 * ripng_nexthop.h: SUNOS_5 does not define s6_addr32
22 catch ifndef(s6_addr32) && defined(SUNOS_5) and define
23 it ourselves based on the S10 _KERNEL guarded define.
24
paul0a589352004-05-08 11:48:26 +0000252004-05-08 Paul Jakma <paul@dishone.st>
26
27 * ripng_{interface,zebra}.c: sync with zclient changes
28
gdtddf1c262004-01-04 01:02:55 +0000292004-01-03 Greg Troxel <gdt@ahi.ir.bbn.com>
30
31 * ripng_interface.c (ripng_multicast_join): If IPV6_JOIN_GROUP
32 returns EADDRINUSE, consider the join successful. This happens
33 when an interface goes down and comes back because
34 ripng_multicast_leave does not invoke the LEAVE_GROUP operation if
35 the interface is down. Solves problem of ripng stopping working
36 on an interface which goes down and then comes back up (on NetBSD).
37
hasso15291352003-05-25 17:14:25 +0000382003-05-25 Hasso Tepper <hasso@estpak.ee>
39
40 * Revert ripng_ifrmap stuff because ripd uses it now as well.
41 * Merge ripngd part of 6Wind patch from Vincent Jardin
42 <vjardin@wanadoo.fr>.
43
paul445f1432003-05-16 19:00:31 +0000442003-04-23 Hasso Tepper <hasso@estpak.ee>
45
46 * {ripng_ifrmap,ripngd}.c: fix "router xxx" node commands in vtysh
47
482003-04-19 Hasso Tepper <hasso@estpak.ee>
49
50 * rip_routemap.c: sync daemon's route-map commands to have same
51 syntax
52
paul718e3742002-12-13 20:15:29 +0000532002-07-07 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
54
55 * zebra-0.93 released.
56
572001-08-28 NOGUCHI Kay <kay@v6.access.co.jp>
58
59 * ripngd.c (no_ripng_route): route_unlock_node () is not needed.
60
612001-08-26 NOGUCHI Kay <kay@v6.access.co.jp>
62
63 * ripngd.h (struct ripng_interface): Add passive interface option.
64
652001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
66
67 * zebra-0.92a released.
68
692001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
70
71 * zebra-0.92 released.
72
732001-08-07 Akira Kato <kato@wide.ad.jp>
74
75 * ripngd.c (ripng_timers): "timers basic" argument is fixed.
76
772001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
78
79 * zebra-0.91 is released.
80
812001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
82
83 * zebra-0.90 is released.
84
852001-01-01 Kunihiro Ishiguro <kunihiro@zebra.org>
86
87 * ripngd.h (RIPNG_VTYSH_PATH): Change "/tmp/ripngd" to
88 "/tmp/.ripngd".
89
902000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
91
92 * zebra-0.89 is released.
93
942000-09-20 Kunihiro Ishiguro <kunihiro@zebra.org>
95
96 * ripngd.c (ripng_send_packet): Use CMSG_SPACE instead of sizeof
97 hack. Revert privious alignment patch.
98
992000-09-20 URA Hiroshi <ura@hiru.aoba.yokohama.jp>
100
101 * ripngd.c (ripng_send_packet): Fix an alignment bug. Thus ripngd
102 can't send packets.
103
1042000-09-10 Kunihiro Ishiguro <kunihiro@zebra.org>
105
106 * ripng_interface.c (ripng_interface_address_delete): Connected
107 address delete treatment added.
108
1092000-08-22 Kunihiro Ishiguro <kunihiro@zebra.org>
110
111 * ripng_routemap.c (route_set_metric_compile): When checking '-'
112 character, argv[1] should be argv[0]. Reported by SHIRASAKI
113 Yasuhiro <yasuhiro@ocn.v6.ntt.net>.
114
1152000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
116
117 * zebra-0.88 is released.
118
1192000-06-06 Kunihiro Ishiguro <kunihiro@zebra.org>
120
121 * ripngd.c (ripng_route_process): Clear prefix_ipv6 before using
122 it.
123 (ripng_redistribute_delete): Fix bug of missing
124 route_unlock_node() when redistribute route is not found.
125 (ripng_redistribute_delete): Make it sure that timers are off.
126 (ripng_redistribute_delete): Likewise.
127
1282000-01-19 Kunihiro Ishiguro <kunihiro@zebra.org>
129
130 * ripngd.c (ripng_route_process): Fix bug of mis-checking of same
131 route.
132 (show_ipv6_ripng): Include ifindex to "show ipv6 ripng" output.
133
1341999-11-12 Kunihiro Ishiguro <kunihiro@zebra.org>
135
136 * ripngd.c (ripng_output_process): Use MINMTU when mtu value is
137 not available.
138
1391999-11-05 Kunihiro Ishiguro <kunihiro@zebra.org>
140
141 * ripngd.c (ripng_output_process): Calculate max RTE count from
142 interface MTU value.
143
1441999-09-29 Kunihiro Ishiguro <kunihiro@zebra.org>
145
146 * ripngd.c (ripng_distribute_update): Fix bug of updating
147 access-list and prefix-list.
148
1491999-09-07 URA Hiroshi <ura@hiru.aoba.yokohama.jp>
150
151 * ripngd.c (ripng_recv_packet): Change CMSG_DATA cast from (u_char
152 *) to (int *). (u_char *) does not work for NetBSD-currnet on
153 SparcStation 10.
154
1551999-08-15 Kunihiro Ishiguro <kunihiro@zebra.org>
156
157 * ripngd.c (ripng_request_process): When request packet comes,
158 check RIPng process is enabled on the interface.
159 (ripng_redistribute_withdraw): Delete routes when `no
160 redistribute' is executed.
161
1621999-08-13 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
163
164 * ripng_zebra.c (ripng_redistribute_ospf6_cmd): Add OSPF6
165 redistribute command.
166
1671999-07-21 Kunihiro Ishiguro <kunihiro@zebra.org>
168
169 * ripngd.c (default_information_originate): Add
170 default-information command.
171
1721999-07-19 Kunihiro Ishiguro <kunihiro@zebra.org>
173
174 * ripngd.c (ripng_route_process): rip_add_route() and
175 rip_delete_route() are deleted. Both functions are integrated
176 into ripng_route_process().
177 (ripng_request_process): Proper reply for request message.
178
179 * ripng_routemap.c: New file added.
180
1811999-07-18 Kunihiro Ishiguro <kunihiro@zebra.org>
182
183 * ripngd.c (ripng_nexthop_rte): RIPng next hop routine is
184 rewritten.
185 (show_ipv6_ripng): Change `show ip ripng' to `show ipv6 ripng'.
186 (ripng_response_process): RIPng incoming packet's hop count check
187 added.
188 (ripng_response_process): Add strict RTE checking.
189
1901999-07-03 Kunihiro Ishiguro <kunihiro@zebra.org>
191
192 * ripngd.c (ripng_add_route): Fix metric compare bug.
193
1941999-06-25 itojun@iijlab.net
195
196 * ripngd.c (ripng_distribute_in): "distribute in" filter in ripngd
197 actually work.
198
1991999-05-25 Kunihiro Ishiguro <kunihiro@zebra.org>
200
201 * ripngd.c (ripng_zebra): Send each ripng information by separate
202 zebra packet.
203
2041999-05-15 Kunihiro Ishiguro <kunihiro@zebra.org>
205
206 * ripng_interface.c (if_add_multicast): Change log to zlog.
207
2081999-05-10 Kunihiro Ishiguro <kunihiro@zebra.org>
209
210 * ripng_interface.c (ripng_zebra_get_interface): Add function.
211
212 * ripng_zebra.c (redistribute_ripng): Delete function because
213 redistirbute the routes to the zebra daemon is now default
214 behavior.
215
2161999-05-09 Kunihiro Ishiguro <kunihiro@zebra.org>
217
218 * ripngd.conf.sample: Change network to route statement.
219
2201999-03-25 Kunihiro Ishiguro <kunihiro@zebra.org>
221
222 * ripngd.c: Old non Advanced API version ripng_send_packet and
223 ripng_recv_packet is removed.
224 * ripng_radix.c: File removed.
225
2261998-12-15 Kunihiro Ishiguro <kunihiro@zebra.org>
227
228 * Now I assume KAME support Advanced API and use sendmsg/recvmsg.
229
2301998-12-13 Kunihiro Ishiguro <kunihiro@zebra.org>
231
232 * ripng_interface.c: Delete old ifa (interface address) related
233 functions.
234
2351998-12-10 Kunihiro Ishiguro <kunihiro@zebra.org>
236
237 * ripng_debug.[ch]: New file.
238
239 * ripngd.c (ripng_supply): Do not send header only RIPng packet.
240 Change `network' statement to `route' statement.
241 (ripng_request_process): Reply to RIPng REQUEST packet.
242
2431998-12-09 Kunihiro Ishiguro <kunihiro@zebra.org>
244
245 * ripngd.c (ripng_config_write): Delete vector v argument.
246 * ripng_zebra.c (zebra_config_write): Likewise.
247 * ripng_interface.c (interface_config_write): Likewise.
248
2491998-12-07 Kunihiro Ishiguro <kunihiro@zebra.org>
250
251 * ripng_route.h: New file.
252
253 * ripng_interface.c: Delete #include <linux/in6.h>.
254 ripng_main.c: likewise.
255 ripng_radix.c: likewise.
256 ripng_route.c: likewise.
257 ripng_zebra.c: likewise.
258 ripngd.c: likewise.
259
2601998-12-06 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
261
262 * ripngd.h (IPV6_ADD_MEMBERSHIP): If IPV6_ADD_MEMBERSHIP is not
263 defined. Define IPV6_ADD_MEMBERSHIP as IPV6_JOIN_GROUP.
264
2651998-09-15 HEO SeonMeyong <seirios@matrix.iri.co.jp>
266
267 * all Hydrangea define is changed to KAME.
268