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