blob: dcd8dedf42c4f909c100fa3bd7136f02f0905a26 [file] [log] [blame]
ajsb99760a2005-01-04 16:24:43 +000012005-01-04 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
2
3 * ripngd.c: (ripng_recv_packet) Use ZCMSG_FIRSTHDR instead of
4 CMSG_FIRSTHDR.
5
ajsfa40f652004-12-16 16:18:13 +000062004-12-16 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
7
8 * ripng_nexthop.c: Replace NEXTHOP_OUT macro with NEXTHOP_OUT_PTR,
9 since it's not really OK to take the address of a ternary expression.
10 (_ripng_rte_cmp,ripng_rte_send) Use new NEXTHOP_OUT_PTR macro
11 instead of NEXTHOP_OUT.
12
ajsc6106812004-12-08 19:51:16 +0000132004-12-08 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
14
15 * *.c: Change level of debug messages to LOG_DEBUG.
16
ajs274a4a42004-12-07 15:39:31 +0000172004-12-07 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
18
19 * ripng_main.c: (main) The 2nd argument to openzlog has been removed.
20
ajs887c44a2004-12-03 16:36:46 +0000212004-12-03 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
22
23 * ripng_main.c: (sighup) Remove spurious terminating message.
24 (sigint) Use zlog_notice for termination message.
25 (main) Issue a startup announcement using zlog_notice.
26
hassoc0652302004-11-25 19:33:48 +0000272004-11-25 Hasso Tepper <hasso at quagga.net>
28
29 * ripng_main.c: Make group to run as configurable.
30
hasso8dceb822004-10-26 06:39:56 +0000312004-10-26 Hasso Tepper <hasso at quagga.net>
32
33 * ripng_debug.c: Fix help of "show debugging ripng" command.
34
hasso98b718a2004-10-11 12:57:57 +0000352004-10-11 Hasso Tepper <hasso at quagga.net>
36
37 * *.c: Make more strings const.
38
hasso7a1d5832004-10-08 06:32:23 +0000392004-10-08 Hasso Tepper <hasso at quagga.net>
40
41 * *.[c|h]: Fix compiler warnings: make strings const, signed ->
42 unsigned etc.
43
hassoc9e52be2004-09-26 16:09:34 +0000442004-09-26 Hasso Tepper <hasso at quagga.net>
45
46 * ripingd.c: Access list hook argument function must have struct
47 access_list * argument. Solution taken from ripd.
48 * ripngd.c, ripnf_nexthop.c: Fix compiler warnings.
49
hasso52dc7ee2004-09-23 19:18:23 +0000502004-09-23 Hasso Tepper <hasso at quagga.net>
51
52 * *.[c|h]: list -> struct list *, listnode -> struct listnode *.
53
paul0b3acf42004-09-17 08:39:08 +0000542004-09-17 Paul Jakma <paul@dishone.st>
55
56 * ripngd.c: move setsockopt_so_recvbuf to lib.
57
hasso1203e1c2004-07-23 21:34:27 +0000582004-07-23 Hasso Tepper <hasso@estpak.ee>
59
60 * ripng_interface.c, ripng_nexthop.c: use ifp->mtu6 instead of
61 ifp->mtu.
62
gdt4d4653a2004-07-01 19:26:33 +0000632004-07-01 Greg Troxel <gdt@fnord.ir.bbn.com>
64
65 * ripng_interface.c (ripng_multicast_join): Use privs to do join,
66 to work around bug on gif(4) on NetBSD 1.6.2.
67
paulf88258c2004-05-11 12:01:33 +0000682004-05-11 Paul Jakma <paul@dishone.st>
69
70 * ripng_nexthop.h: SUNOS_5 does not define s6_addr32
71 catch ifndef(s6_addr32) && defined(SUNOS_5) and define
72 it ourselves based on the S10 _KERNEL guarded define.
73
paul0a589352004-05-08 11:48:26 +0000742004-05-08 Paul Jakma <paul@dishone.st>
75
76 * ripng_{interface,zebra}.c: sync with zclient changes
77
gdtddf1c262004-01-04 01:02:55 +0000782004-01-03 Greg Troxel <gdt@ahi.ir.bbn.com>
79
80 * ripng_interface.c (ripng_multicast_join): If IPV6_JOIN_GROUP
81 returns EADDRINUSE, consider the join successful. This happens
82 when an interface goes down and comes back because
83 ripng_multicast_leave does not invoke the LEAVE_GROUP operation if
84 the interface is down. Solves problem of ripng stopping working
85 on an interface which goes down and then comes back up (on NetBSD).
86
hasso15291352003-05-25 17:14:25 +0000872003-05-25 Hasso Tepper <hasso@estpak.ee>
88
89 * Revert ripng_ifrmap stuff because ripd uses it now as well.
90 * Merge ripngd part of 6Wind patch from Vincent Jardin
91 <vjardin@wanadoo.fr>.
92
paul445f1432003-05-16 19:00:31 +0000932003-04-23 Hasso Tepper <hasso@estpak.ee>
94
95 * {ripng_ifrmap,ripngd}.c: fix "router xxx" node commands in vtysh
96
972003-04-19 Hasso Tepper <hasso@estpak.ee>
98
99 * rip_routemap.c: sync daemon's route-map commands to have same
100 syntax
101
paul718e3742002-12-13 20:15:29 +00001022002-07-07 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
103
104 * zebra-0.93 released.
105
1062001-08-28 NOGUCHI Kay <kay@v6.access.co.jp>
107
108 * ripngd.c (no_ripng_route): route_unlock_node () is not needed.
109
1102001-08-26 NOGUCHI Kay <kay@v6.access.co.jp>
111
112 * ripngd.h (struct ripng_interface): Add passive interface option.
113
1142001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
115
116 * zebra-0.92a released.
117
1182001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
119
120 * zebra-0.92 released.
121
1222001-08-07 Akira Kato <kato@wide.ad.jp>
123
124 * ripngd.c (ripng_timers): "timers basic" argument is fixed.
125
1262001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
127
128 * zebra-0.91 is released.
129
1302001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
131
132 * zebra-0.90 is released.
133
1342001-01-01 Kunihiro Ishiguro <kunihiro@zebra.org>
135
136 * ripngd.h (RIPNG_VTYSH_PATH): Change "/tmp/ripngd" to
137 "/tmp/.ripngd".
138
1392000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
140
141 * zebra-0.89 is released.
142
1432000-09-20 Kunihiro Ishiguro <kunihiro@zebra.org>
144
145 * ripngd.c (ripng_send_packet): Use CMSG_SPACE instead of sizeof
146 hack. Revert privious alignment patch.
147
1482000-09-20 URA Hiroshi <ura@hiru.aoba.yokohama.jp>
149
150 * ripngd.c (ripng_send_packet): Fix an alignment bug. Thus ripngd
151 can't send packets.
152
1532000-09-10 Kunihiro Ishiguro <kunihiro@zebra.org>
154
155 * ripng_interface.c (ripng_interface_address_delete): Connected
156 address delete treatment added.
157
1582000-08-22 Kunihiro Ishiguro <kunihiro@zebra.org>
159
160 * ripng_routemap.c (route_set_metric_compile): When checking '-'
161 character, argv[1] should be argv[0]. Reported by SHIRASAKI
162 Yasuhiro <yasuhiro@ocn.v6.ntt.net>.
163
1642000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
165
166 * zebra-0.88 is released.
167
1682000-06-06 Kunihiro Ishiguro <kunihiro@zebra.org>
169
170 * ripngd.c (ripng_route_process): Clear prefix_ipv6 before using
171 it.
172 (ripng_redistribute_delete): Fix bug of missing
173 route_unlock_node() when redistribute route is not found.
174 (ripng_redistribute_delete): Make it sure that timers are off.
175 (ripng_redistribute_delete): Likewise.
176
1772000-01-19 Kunihiro Ishiguro <kunihiro@zebra.org>
178
179 * ripngd.c (ripng_route_process): Fix bug of mis-checking of same
180 route.
181 (show_ipv6_ripng): Include ifindex to "show ipv6 ripng" output.
182
1831999-11-12 Kunihiro Ishiguro <kunihiro@zebra.org>
184
185 * ripngd.c (ripng_output_process): Use MINMTU when mtu value is
186 not available.
187
1881999-11-05 Kunihiro Ishiguro <kunihiro@zebra.org>
189
190 * ripngd.c (ripng_output_process): Calculate max RTE count from
191 interface MTU value.
192
1931999-09-29 Kunihiro Ishiguro <kunihiro@zebra.org>
194
195 * ripngd.c (ripng_distribute_update): Fix bug of updating
196 access-list and prefix-list.
197
1981999-09-07 URA Hiroshi <ura@hiru.aoba.yokohama.jp>
199
200 * ripngd.c (ripng_recv_packet): Change CMSG_DATA cast from (u_char
201 *) to (int *). (u_char *) does not work for NetBSD-currnet on
202 SparcStation 10.
203
2041999-08-15 Kunihiro Ishiguro <kunihiro@zebra.org>
205
206 * ripngd.c (ripng_request_process): When request packet comes,
207 check RIPng process is enabled on the interface.
208 (ripng_redistribute_withdraw): Delete routes when `no
209 redistribute' is executed.
210
2111999-08-13 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
212
213 * ripng_zebra.c (ripng_redistribute_ospf6_cmd): Add OSPF6
214 redistribute command.
215
2161999-07-21 Kunihiro Ishiguro <kunihiro@zebra.org>
217
218 * ripngd.c (default_information_originate): Add
219 default-information command.
220
2211999-07-19 Kunihiro Ishiguro <kunihiro@zebra.org>
222
223 * ripngd.c (ripng_route_process): rip_add_route() and
224 rip_delete_route() are deleted. Both functions are integrated
225 into ripng_route_process().
226 (ripng_request_process): Proper reply for request message.
227
228 * ripng_routemap.c: New file added.
229
2301999-07-18 Kunihiro Ishiguro <kunihiro@zebra.org>
231
232 * ripngd.c (ripng_nexthop_rte): RIPng next hop routine is
233 rewritten.
234 (show_ipv6_ripng): Change `show ip ripng' to `show ipv6 ripng'.
235 (ripng_response_process): RIPng incoming packet's hop count check
236 added.
237 (ripng_response_process): Add strict RTE checking.
238
2391999-07-03 Kunihiro Ishiguro <kunihiro@zebra.org>
240
241 * ripngd.c (ripng_add_route): Fix metric compare bug.
242
2431999-06-25 itojun@iijlab.net
244
245 * ripngd.c (ripng_distribute_in): "distribute in" filter in ripngd
246 actually work.
247
2481999-05-25 Kunihiro Ishiguro <kunihiro@zebra.org>
249
250 * ripngd.c (ripng_zebra): Send each ripng information by separate
251 zebra packet.
252
2531999-05-15 Kunihiro Ishiguro <kunihiro@zebra.org>
254
255 * ripng_interface.c (if_add_multicast): Change log to zlog.
256
2571999-05-10 Kunihiro Ishiguro <kunihiro@zebra.org>
258
259 * ripng_interface.c (ripng_zebra_get_interface): Add function.
260
261 * ripng_zebra.c (redistribute_ripng): Delete function because
262 redistirbute the routes to the zebra daemon is now default
263 behavior.
264
2651999-05-09 Kunihiro Ishiguro <kunihiro@zebra.org>
266
267 * ripngd.conf.sample: Change network to route statement.
268
2691999-03-25 Kunihiro Ishiguro <kunihiro@zebra.org>
270
271 * ripngd.c: Old non Advanced API version ripng_send_packet and
272 ripng_recv_packet is removed.
273 * ripng_radix.c: File removed.
274
2751998-12-15 Kunihiro Ishiguro <kunihiro@zebra.org>
276
277 * Now I assume KAME support Advanced API and use sendmsg/recvmsg.
278
2791998-12-13 Kunihiro Ishiguro <kunihiro@zebra.org>
280
281 * ripng_interface.c: Delete old ifa (interface address) related
282 functions.
283
2841998-12-10 Kunihiro Ishiguro <kunihiro@zebra.org>
285
286 * ripng_debug.[ch]: New file.
287
288 * ripngd.c (ripng_supply): Do not send header only RIPng packet.
289 Change `network' statement to `route' statement.
290 (ripng_request_process): Reply to RIPng REQUEST packet.
291
2921998-12-09 Kunihiro Ishiguro <kunihiro@zebra.org>
293
294 * ripngd.c (ripng_config_write): Delete vector v argument.
295 * ripng_zebra.c (zebra_config_write): Likewise.
296 * ripng_interface.c (interface_config_write): Likewise.
297
2981998-12-07 Kunihiro Ishiguro <kunihiro@zebra.org>
299
300 * ripng_route.h: New file.
301
302 * ripng_interface.c: Delete #include <linux/in6.h>.
303 ripng_main.c: likewise.
304 ripng_radix.c: likewise.
305 ripng_route.c: likewise.
306 ripng_zebra.c: likewise.
307 ripngd.c: likewise.
308
3091998-12-06 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
310
311 * ripngd.h (IPV6_ADD_MEMBERSHIP): If IPV6_ADD_MEMBERSHIP is not
312 defined. Define IPV6_ADD_MEMBERSHIP as IPV6_JOIN_GROUP.
313
3141998-09-15 HEO SeonMeyong <seirios@matrix.iri.co.jp>
315
316 * all Hydrangea define is changed to KAME.
317