blob: 840f41305bbb9ce8194aa479845360483a154402 [file] [log] [blame]
ajs887c44a2004-12-03 16:36:46 +000012004-12-03 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
2
3 * ripng_main.c: (sighup) Remove spurious terminating message.
4 (sigint) Use zlog_notice for termination message.
5 (main) Issue a startup announcement using zlog_notice.
6
hassoc0652302004-11-25 19:33:48 +000072004-11-25 Hasso Tepper <hasso at quagga.net>
8
9 * ripng_main.c: Make group to run as configurable.
10
hasso8dceb822004-10-26 06:39:56 +0000112004-10-26 Hasso Tepper <hasso at quagga.net>
12
13 * ripng_debug.c: Fix help of "show debugging ripng" command.
14
hasso98b718a2004-10-11 12:57:57 +0000152004-10-11 Hasso Tepper <hasso at quagga.net>
16
17 * *.c: Make more strings const.
18
hasso7a1d5832004-10-08 06:32:23 +0000192004-10-08 Hasso Tepper <hasso at quagga.net>
20
21 * *.[c|h]: Fix compiler warnings: make strings const, signed ->
22 unsigned etc.
23
hassoc9e52be2004-09-26 16:09:34 +0000242004-09-26 Hasso Tepper <hasso at quagga.net>
25
26 * ripingd.c: Access list hook argument function must have struct
27 access_list * argument. Solution taken from ripd.
28 * ripngd.c, ripnf_nexthop.c: Fix compiler warnings.
29
hasso52dc7ee2004-09-23 19:18:23 +0000302004-09-23 Hasso Tepper <hasso at quagga.net>
31
32 * *.[c|h]: list -> struct list *, listnode -> struct listnode *.
33
paul0b3acf42004-09-17 08:39:08 +0000342004-09-17 Paul Jakma <paul@dishone.st>
35
36 * ripngd.c: move setsockopt_so_recvbuf to lib.
37
hasso1203e1c2004-07-23 21:34:27 +0000382004-07-23 Hasso Tepper <hasso@estpak.ee>
39
40 * ripng_interface.c, ripng_nexthop.c: use ifp->mtu6 instead of
41 ifp->mtu.
42
gdt4d4653a2004-07-01 19:26:33 +0000432004-07-01 Greg Troxel <gdt@fnord.ir.bbn.com>
44
45 * ripng_interface.c (ripng_multicast_join): Use privs to do join,
46 to work around bug on gif(4) on NetBSD 1.6.2.
47
paulf88258c2004-05-11 12:01:33 +0000482004-05-11 Paul Jakma <paul@dishone.st>
49
50 * ripng_nexthop.h: SUNOS_5 does not define s6_addr32
51 catch ifndef(s6_addr32) && defined(SUNOS_5) and define
52 it ourselves based on the S10 _KERNEL guarded define.
53
paul0a589352004-05-08 11:48:26 +0000542004-05-08 Paul Jakma <paul@dishone.st>
55
56 * ripng_{interface,zebra}.c: sync with zclient changes
57
gdtddf1c262004-01-04 01:02:55 +0000582004-01-03 Greg Troxel <gdt@ahi.ir.bbn.com>
59
60 * ripng_interface.c (ripng_multicast_join): If IPV6_JOIN_GROUP
61 returns EADDRINUSE, consider the join successful. This happens
62 when an interface goes down and comes back because
63 ripng_multicast_leave does not invoke the LEAVE_GROUP operation if
64 the interface is down. Solves problem of ripng stopping working
65 on an interface which goes down and then comes back up (on NetBSD).
66
hasso15291352003-05-25 17:14:25 +0000672003-05-25 Hasso Tepper <hasso@estpak.ee>
68
69 * Revert ripng_ifrmap stuff because ripd uses it now as well.
70 * Merge ripngd part of 6Wind patch from Vincent Jardin
71 <vjardin@wanadoo.fr>.
72
paul445f1432003-05-16 19:00:31 +0000732003-04-23 Hasso Tepper <hasso@estpak.ee>
74
75 * {ripng_ifrmap,ripngd}.c: fix "router xxx" node commands in vtysh
76
772003-04-19 Hasso Tepper <hasso@estpak.ee>
78
79 * rip_routemap.c: sync daemon's route-map commands to have same
80 syntax
81
paul718e3742002-12-13 20:15:29 +0000822002-07-07 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
83
84 * zebra-0.93 released.
85
862001-08-28 NOGUCHI Kay <kay@v6.access.co.jp>
87
88 * ripngd.c (no_ripng_route): route_unlock_node () is not needed.
89
902001-08-26 NOGUCHI Kay <kay@v6.access.co.jp>
91
92 * ripngd.h (struct ripng_interface): Add passive interface option.
93
942001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
95
96 * zebra-0.92a released.
97
982001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
99
100 * zebra-0.92 released.
101
1022001-08-07 Akira Kato <kato@wide.ad.jp>
103
104 * ripngd.c (ripng_timers): "timers basic" argument is fixed.
105
1062001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
107
108 * zebra-0.91 is released.
109
1102001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
111
112 * zebra-0.90 is released.
113
1142001-01-01 Kunihiro Ishiguro <kunihiro@zebra.org>
115
116 * ripngd.h (RIPNG_VTYSH_PATH): Change "/tmp/ripngd" to
117 "/tmp/.ripngd".
118
1192000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
120
121 * zebra-0.89 is released.
122
1232000-09-20 Kunihiro Ishiguro <kunihiro@zebra.org>
124
125 * ripngd.c (ripng_send_packet): Use CMSG_SPACE instead of sizeof
126 hack. Revert privious alignment patch.
127
1282000-09-20 URA Hiroshi <ura@hiru.aoba.yokohama.jp>
129
130 * ripngd.c (ripng_send_packet): Fix an alignment bug. Thus ripngd
131 can't send packets.
132
1332000-09-10 Kunihiro Ishiguro <kunihiro@zebra.org>
134
135 * ripng_interface.c (ripng_interface_address_delete): Connected
136 address delete treatment added.
137
1382000-08-22 Kunihiro Ishiguro <kunihiro@zebra.org>
139
140 * ripng_routemap.c (route_set_metric_compile): When checking '-'
141 character, argv[1] should be argv[0]. Reported by SHIRASAKI
142 Yasuhiro <yasuhiro@ocn.v6.ntt.net>.
143
1442000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
145
146 * zebra-0.88 is released.
147
1482000-06-06 Kunihiro Ishiguro <kunihiro@zebra.org>
149
150 * ripngd.c (ripng_route_process): Clear prefix_ipv6 before using
151 it.
152 (ripng_redistribute_delete): Fix bug of missing
153 route_unlock_node() when redistribute route is not found.
154 (ripng_redistribute_delete): Make it sure that timers are off.
155 (ripng_redistribute_delete): Likewise.
156
1572000-01-19 Kunihiro Ishiguro <kunihiro@zebra.org>
158
159 * ripngd.c (ripng_route_process): Fix bug of mis-checking of same
160 route.
161 (show_ipv6_ripng): Include ifindex to "show ipv6 ripng" output.
162
1631999-11-12 Kunihiro Ishiguro <kunihiro@zebra.org>
164
165 * ripngd.c (ripng_output_process): Use MINMTU when mtu value is
166 not available.
167
1681999-11-05 Kunihiro Ishiguro <kunihiro@zebra.org>
169
170 * ripngd.c (ripng_output_process): Calculate max RTE count from
171 interface MTU value.
172
1731999-09-29 Kunihiro Ishiguro <kunihiro@zebra.org>
174
175 * ripngd.c (ripng_distribute_update): Fix bug of updating
176 access-list and prefix-list.
177
1781999-09-07 URA Hiroshi <ura@hiru.aoba.yokohama.jp>
179
180 * ripngd.c (ripng_recv_packet): Change CMSG_DATA cast from (u_char
181 *) to (int *). (u_char *) does not work for NetBSD-currnet on
182 SparcStation 10.
183
1841999-08-15 Kunihiro Ishiguro <kunihiro@zebra.org>
185
186 * ripngd.c (ripng_request_process): When request packet comes,
187 check RIPng process is enabled on the interface.
188 (ripng_redistribute_withdraw): Delete routes when `no
189 redistribute' is executed.
190
1911999-08-13 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
192
193 * ripng_zebra.c (ripng_redistribute_ospf6_cmd): Add OSPF6
194 redistribute command.
195
1961999-07-21 Kunihiro Ishiguro <kunihiro@zebra.org>
197
198 * ripngd.c (default_information_originate): Add
199 default-information command.
200
2011999-07-19 Kunihiro Ishiguro <kunihiro@zebra.org>
202
203 * ripngd.c (ripng_route_process): rip_add_route() and
204 rip_delete_route() are deleted. Both functions are integrated
205 into ripng_route_process().
206 (ripng_request_process): Proper reply for request message.
207
208 * ripng_routemap.c: New file added.
209
2101999-07-18 Kunihiro Ishiguro <kunihiro@zebra.org>
211
212 * ripngd.c (ripng_nexthop_rte): RIPng next hop routine is
213 rewritten.
214 (show_ipv6_ripng): Change `show ip ripng' to `show ipv6 ripng'.
215 (ripng_response_process): RIPng incoming packet's hop count check
216 added.
217 (ripng_response_process): Add strict RTE checking.
218
2191999-07-03 Kunihiro Ishiguro <kunihiro@zebra.org>
220
221 * ripngd.c (ripng_add_route): Fix metric compare bug.
222
2231999-06-25 itojun@iijlab.net
224
225 * ripngd.c (ripng_distribute_in): "distribute in" filter in ripngd
226 actually work.
227
2281999-05-25 Kunihiro Ishiguro <kunihiro@zebra.org>
229
230 * ripngd.c (ripng_zebra): Send each ripng information by separate
231 zebra packet.
232
2331999-05-15 Kunihiro Ishiguro <kunihiro@zebra.org>
234
235 * ripng_interface.c (if_add_multicast): Change log to zlog.
236
2371999-05-10 Kunihiro Ishiguro <kunihiro@zebra.org>
238
239 * ripng_interface.c (ripng_zebra_get_interface): Add function.
240
241 * ripng_zebra.c (redistribute_ripng): Delete function because
242 redistirbute the routes to the zebra daemon is now default
243 behavior.
244
2451999-05-09 Kunihiro Ishiguro <kunihiro@zebra.org>
246
247 * ripngd.conf.sample: Change network to route statement.
248
2491999-03-25 Kunihiro Ishiguro <kunihiro@zebra.org>
250
251 * ripngd.c: Old non Advanced API version ripng_send_packet and
252 ripng_recv_packet is removed.
253 * ripng_radix.c: File removed.
254
2551998-12-15 Kunihiro Ishiguro <kunihiro@zebra.org>
256
257 * Now I assume KAME support Advanced API and use sendmsg/recvmsg.
258
2591998-12-13 Kunihiro Ishiguro <kunihiro@zebra.org>
260
261 * ripng_interface.c: Delete old ifa (interface address) related
262 functions.
263
2641998-12-10 Kunihiro Ishiguro <kunihiro@zebra.org>
265
266 * ripng_debug.[ch]: New file.
267
268 * ripngd.c (ripng_supply): Do not send header only RIPng packet.
269 Change `network' statement to `route' statement.
270 (ripng_request_process): Reply to RIPng REQUEST packet.
271
2721998-12-09 Kunihiro Ishiguro <kunihiro@zebra.org>
273
274 * ripngd.c (ripng_config_write): Delete vector v argument.
275 * ripng_zebra.c (zebra_config_write): Likewise.
276 * ripng_interface.c (interface_config_write): Likewise.
277
2781998-12-07 Kunihiro Ishiguro <kunihiro@zebra.org>
279
280 * ripng_route.h: New file.
281
282 * ripng_interface.c: Delete #include <linux/in6.h>.
283 ripng_main.c: likewise.
284 ripng_radix.c: likewise.
285 ripng_route.c: likewise.
286 ripng_zebra.c: likewise.
287 ripngd.c: likewise.
288
2891998-12-06 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
290
291 * ripngd.h (IPV6_ADD_MEMBERSHIP): If IPV6_ADD_MEMBERSHIP is not
292 defined. Define IPV6_ADD_MEMBERSHIP as IPV6_JOIN_GROUP.
293
2941998-09-15 HEO SeonMeyong <seirios@matrix.iri.co.jp>
295
296 * all Hydrangea define is changed to KAME.
297