blob: 556ca8b4442305ae9fe5106d5fd10271d1729c10 [file] [log] [blame]
paule8e19462006-01-19 20:16:55 +000012006-01-19 Paul Jakma <paul.jakma@sun.com>
2
3 * (general) various miscellaneous compiler warning fixes.
4 Remove redundant break statements from switch clauses
5 which return.
6 return from main, not exit, cause it annoys SOS.
7 Remove stray semi-colons which cause empty-statement
8 warnings.
9
ajsf52d13c2005-10-01 17:38:06 +0000102005-10-01 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
11
12 * ripng_zebra.c: (ripng_redistribute_write) Remove local hard-coded
13 table str[]. Replace str[i] with new library function
14 zebra_route_string(i).
15 * ripngd.c: Remove local hard-coded table route_info[].
16 (show_ipv6_ripng) Use new library function zebra_route_char() instead
17 of table route_info[].
18
hassodeba3552005-08-27 06:19:39 +0000192005-08-27 Hasso Tepper <hasso at quagga.net>
20
21 * ripng_zebra.c, ripngd.[ch]: Pass metric info to the zebra daemon.
22
ajs634f9ea2005-04-11 15:51:40 +0000232005-04-11 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
24
25 * ripng_zebra.c (ripng_redistribute_unset, ripng_redistribute_clean):
26 Change 2nd arg to zebra_redistribute_send from zclient->sock
27 to zclient.
28
hasso3a2ce6a2005-04-08 01:30:51 +0000292005-04-08 Hasso Tepper <hasso at quagga.net>
30
31 * ripngd.[hc], ripng_interface.c, ripng_peer.c: inet6_ntoa() takes
32 argument now by value.
33
hasso59209902005-04-05 14:36:49 +0000342005-04-05 Hasso Tepper <hasso at quagga.net>
35
36 * ripngd.[hc]: Remove inet6_ntop() and any usage of it. inet6_ntoa()
37 from lib is used now.
38 * ripng_interface.c: inet6_ntop() -> inet6_ntoa().
39 * ripng_peer.c: inet6_ntop() -> inet6_ntoa().
40
ajsd2fc8892005-04-02 18:38:43 +0000412005-04-02 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
42
43 * ripng_interface.c: (ripng_interface_delete) After deleting, set
44 ifp->ifindex to IFINDEX_INTERNAL.
45
ajs656b4ee2005-01-30 18:08:12 +0000462005-01-30 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
47
48 * ripng_interface.c: (ripng_multicast_join) Save errno before calling
49 ripngd_privs.change.
50
ajsb99760a2005-01-04 16:24:43 +0000512005-01-04 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
52
53 * ripngd.c: (ripng_recv_packet) Use ZCMSG_FIRSTHDR instead of
54 CMSG_FIRSTHDR.
55
ajsfa40f652004-12-16 16:18:13 +0000562004-12-16 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
57
58 * ripng_nexthop.c: Replace NEXTHOP_OUT macro with NEXTHOP_OUT_PTR,
59 since it's not really OK to take the address of a ternary expression.
60 (_ripng_rte_cmp,ripng_rte_send) Use new NEXTHOP_OUT_PTR macro
61 instead of NEXTHOP_OUT.
62
ajsc6106812004-12-08 19:51:16 +0000632004-12-08 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
64
65 * *.c: Change level of debug messages to LOG_DEBUG.
66
ajs274a4a42004-12-07 15:39:31 +0000672004-12-07 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
68
69 * ripng_main.c: (main) The 2nd argument to openzlog has been removed.
70
ajs887c44a2004-12-03 16:36:46 +0000712004-12-03 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
72
73 * ripng_main.c: (sighup) Remove spurious terminating message.
74 (sigint) Use zlog_notice for termination message.
75 (main) Issue a startup announcement using zlog_notice.
76
hassoc0652302004-11-25 19:33:48 +0000772004-11-25 Hasso Tepper <hasso at quagga.net>
78
79 * ripng_main.c: Make group to run as configurable.
80
hasso8dceb822004-10-26 06:39:56 +0000812004-10-26 Hasso Tepper <hasso at quagga.net>
82
83 * ripng_debug.c: Fix help of "show debugging ripng" command.
84
hasso98b718a2004-10-11 12:57:57 +0000852004-10-11 Hasso Tepper <hasso at quagga.net>
86
87 * *.c: Make more strings const.
88
hasso7a1d5832004-10-08 06:32:23 +0000892004-10-08 Hasso Tepper <hasso at quagga.net>
90
91 * *.[c|h]: Fix compiler warnings: make strings const, signed ->
92 unsigned etc.
93
hassoc9e52be2004-09-26 16:09:34 +0000942004-09-26 Hasso Tepper <hasso at quagga.net>
95
96 * ripingd.c: Access list hook argument function must have struct
97 access_list * argument. Solution taken from ripd.
98 * ripngd.c, ripnf_nexthop.c: Fix compiler warnings.
99
hasso52dc7ee2004-09-23 19:18:23 +00001002004-09-23 Hasso Tepper <hasso at quagga.net>
101
102 * *.[c|h]: list -> struct list *, listnode -> struct listnode *.
103
paul0b3acf42004-09-17 08:39:08 +00001042004-09-17 Paul Jakma <paul@dishone.st>
105
106 * ripngd.c: move setsockopt_so_recvbuf to lib.
107
hasso1203e1c2004-07-23 21:34:27 +00001082004-07-23 Hasso Tepper <hasso@estpak.ee>
109
110 * ripng_interface.c, ripng_nexthop.c: use ifp->mtu6 instead of
111 ifp->mtu.
112
gdt4d4653a2004-07-01 19:26:33 +00001132004-07-01 Greg Troxel <gdt@fnord.ir.bbn.com>
114
115 * ripng_interface.c (ripng_multicast_join): Use privs to do join,
116 to work around bug on gif(4) on NetBSD 1.6.2.
117
paulf88258c2004-05-11 12:01:33 +00001182004-05-11 Paul Jakma <paul@dishone.st>
119
120 * ripng_nexthop.h: SUNOS_5 does not define s6_addr32
121 catch ifndef(s6_addr32) && defined(SUNOS_5) and define
122 it ourselves based on the S10 _KERNEL guarded define.
123
paul0a589352004-05-08 11:48:26 +00001242004-05-08 Paul Jakma <paul@dishone.st>
125
126 * ripng_{interface,zebra}.c: sync with zclient changes
127
gdtddf1c262004-01-04 01:02:55 +00001282004-01-03 Greg Troxel <gdt@ahi.ir.bbn.com>
129
130 * ripng_interface.c (ripng_multicast_join): If IPV6_JOIN_GROUP
131 returns EADDRINUSE, consider the join successful. This happens
132 when an interface goes down and comes back because
133 ripng_multicast_leave does not invoke the LEAVE_GROUP operation if
134 the interface is down. Solves problem of ripng stopping working
135 on an interface which goes down and then comes back up (on NetBSD).
136
hasso15291352003-05-25 17:14:25 +00001372003-05-25 Hasso Tepper <hasso@estpak.ee>
138
139 * Revert ripng_ifrmap stuff because ripd uses it now as well.
140 * Merge ripngd part of 6Wind patch from Vincent Jardin
141 <vjardin@wanadoo.fr>.
142
paul445f1432003-05-16 19:00:31 +00001432003-04-23 Hasso Tepper <hasso@estpak.ee>
144
145 * {ripng_ifrmap,ripngd}.c: fix "router xxx" node commands in vtysh
146
1472003-04-19 Hasso Tepper <hasso@estpak.ee>
148
149 * rip_routemap.c: sync daemon's route-map commands to have same
150 syntax
151
paul718e3742002-12-13 20:15:29 +00001522002-07-07 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
153
154 * zebra-0.93 released.
155
1562001-08-28 NOGUCHI Kay <kay@v6.access.co.jp>
157
158 * ripngd.c (no_ripng_route): route_unlock_node () is not needed.
159
1602001-08-26 NOGUCHI Kay <kay@v6.access.co.jp>
161
162 * ripngd.h (struct ripng_interface): Add passive interface option.
163
1642001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
165
166 * zebra-0.92a released.
167
1682001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
169
170 * zebra-0.92 released.
171
1722001-08-07 Akira Kato <kato@wide.ad.jp>
173
174 * ripngd.c (ripng_timers): "timers basic" argument is fixed.
175
1762001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
177
178 * zebra-0.91 is released.
179
1802001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
181
182 * zebra-0.90 is released.
183
1842001-01-01 Kunihiro Ishiguro <kunihiro@zebra.org>
185
186 * ripngd.h (RIPNG_VTYSH_PATH): Change "/tmp/ripngd" to
187 "/tmp/.ripngd".
188
1892000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
190
191 * zebra-0.89 is released.
192
1932000-09-20 Kunihiro Ishiguro <kunihiro@zebra.org>
194
195 * ripngd.c (ripng_send_packet): Use CMSG_SPACE instead of sizeof
196 hack. Revert privious alignment patch.
197
1982000-09-20 URA Hiroshi <ura@hiru.aoba.yokohama.jp>
199
200 * ripngd.c (ripng_send_packet): Fix an alignment bug. Thus ripngd
201 can't send packets.
202
2032000-09-10 Kunihiro Ishiguro <kunihiro@zebra.org>
204
205 * ripng_interface.c (ripng_interface_address_delete): Connected
206 address delete treatment added.
207
2082000-08-22 Kunihiro Ishiguro <kunihiro@zebra.org>
209
210 * ripng_routemap.c (route_set_metric_compile): When checking '-'
211 character, argv[1] should be argv[0]. Reported by SHIRASAKI
212 Yasuhiro <yasuhiro@ocn.v6.ntt.net>.
213
2142000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
215
216 * zebra-0.88 is released.
217
2182000-06-06 Kunihiro Ishiguro <kunihiro@zebra.org>
219
220 * ripngd.c (ripng_route_process): Clear prefix_ipv6 before using
221 it.
222 (ripng_redistribute_delete): Fix bug of missing
223 route_unlock_node() when redistribute route is not found.
224 (ripng_redistribute_delete): Make it sure that timers are off.
225 (ripng_redistribute_delete): Likewise.
226
2272000-01-19 Kunihiro Ishiguro <kunihiro@zebra.org>
228
229 * ripngd.c (ripng_route_process): Fix bug of mis-checking of same
230 route.
231 (show_ipv6_ripng): Include ifindex to "show ipv6 ripng" output.
232
2331999-11-12 Kunihiro Ishiguro <kunihiro@zebra.org>
234
235 * ripngd.c (ripng_output_process): Use MINMTU when mtu value is
236 not available.
237
2381999-11-05 Kunihiro Ishiguro <kunihiro@zebra.org>
239
240 * ripngd.c (ripng_output_process): Calculate max RTE count from
241 interface MTU value.
242
2431999-09-29 Kunihiro Ishiguro <kunihiro@zebra.org>
244
245 * ripngd.c (ripng_distribute_update): Fix bug of updating
246 access-list and prefix-list.
247
2481999-09-07 URA Hiroshi <ura@hiru.aoba.yokohama.jp>
249
250 * ripngd.c (ripng_recv_packet): Change CMSG_DATA cast from (u_char
251 *) to (int *). (u_char *) does not work for NetBSD-currnet on
252 SparcStation 10.
253
2541999-08-15 Kunihiro Ishiguro <kunihiro@zebra.org>
255
256 * ripngd.c (ripng_request_process): When request packet comes,
257 check RIPng process is enabled on the interface.
258 (ripng_redistribute_withdraw): Delete routes when `no
259 redistribute' is executed.
260
2611999-08-13 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
262
263 * ripng_zebra.c (ripng_redistribute_ospf6_cmd): Add OSPF6
264 redistribute command.
265
2661999-07-21 Kunihiro Ishiguro <kunihiro@zebra.org>
267
268 * ripngd.c (default_information_originate): Add
269 default-information command.
270
2711999-07-19 Kunihiro Ishiguro <kunihiro@zebra.org>
272
273 * ripngd.c (ripng_route_process): rip_add_route() and
274 rip_delete_route() are deleted. Both functions are integrated
275 into ripng_route_process().
276 (ripng_request_process): Proper reply for request message.
277
278 * ripng_routemap.c: New file added.
279
2801999-07-18 Kunihiro Ishiguro <kunihiro@zebra.org>
281
282 * ripngd.c (ripng_nexthop_rte): RIPng next hop routine is
283 rewritten.
284 (show_ipv6_ripng): Change `show ip ripng' to `show ipv6 ripng'.
285 (ripng_response_process): RIPng incoming packet's hop count check
286 added.
287 (ripng_response_process): Add strict RTE checking.
288
2891999-07-03 Kunihiro Ishiguro <kunihiro@zebra.org>
290
291 * ripngd.c (ripng_add_route): Fix metric compare bug.
292
2931999-06-25 itojun@iijlab.net
294
295 * ripngd.c (ripng_distribute_in): "distribute in" filter in ripngd
296 actually work.
297
2981999-05-25 Kunihiro Ishiguro <kunihiro@zebra.org>
299
300 * ripngd.c (ripng_zebra): Send each ripng information by separate
301 zebra packet.
302
3031999-05-15 Kunihiro Ishiguro <kunihiro@zebra.org>
304
305 * ripng_interface.c (if_add_multicast): Change log to zlog.
306
3071999-05-10 Kunihiro Ishiguro <kunihiro@zebra.org>
308
309 * ripng_interface.c (ripng_zebra_get_interface): Add function.
310
311 * ripng_zebra.c (redistribute_ripng): Delete function because
312 redistirbute the routes to the zebra daemon is now default
313 behavior.
314
3151999-05-09 Kunihiro Ishiguro <kunihiro@zebra.org>
316
317 * ripngd.conf.sample: Change network to route statement.
318
3191999-03-25 Kunihiro Ishiguro <kunihiro@zebra.org>
320
321 * ripngd.c: Old non Advanced API version ripng_send_packet and
322 ripng_recv_packet is removed.
323 * ripng_radix.c: File removed.
324
3251998-12-15 Kunihiro Ishiguro <kunihiro@zebra.org>
326
327 * Now I assume KAME support Advanced API and use sendmsg/recvmsg.
328
3291998-12-13 Kunihiro Ishiguro <kunihiro@zebra.org>
330
331 * ripng_interface.c: Delete old ifa (interface address) related
332 functions.
333
3341998-12-10 Kunihiro Ishiguro <kunihiro@zebra.org>
335
336 * ripng_debug.[ch]: New file.
337
338 * ripngd.c (ripng_supply): Do not send header only RIPng packet.
339 Change `network' statement to `route' statement.
340 (ripng_request_process): Reply to RIPng REQUEST packet.
341
3421998-12-09 Kunihiro Ishiguro <kunihiro@zebra.org>
343
344 * ripngd.c (ripng_config_write): Delete vector v argument.
345 * ripng_zebra.c (zebra_config_write): Likewise.
346 * ripng_interface.c (interface_config_write): Likewise.
347
3481998-12-07 Kunihiro Ishiguro <kunihiro@zebra.org>
349
350 * ripng_route.h: New file.
351
352 * ripng_interface.c: Delete #include <linux/in6.h>.
353 ripng_main.c: likewise.
354 ripng_radix.c: likewise.
355 ripng_route.c: likewise.
356 ripng_zebra.c: likewise.
357 ripngd.c: likewise.
358
3591998-12-06 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
360
361 * ripngd.h (IPV6_ADD_MEMBERSHIP): If IPV6_ADD_MEMBERSHIP is not
362 defined. Define IPV6_ADD_MEMBERSHIP as IPV6_JOIN_GROUP.
363
3641998-09-15 HEO SeonMeyong <seirios@matrix.iri.co.jp>
365
366 * all Hydrangea define is changed to KAME.
367