blob: 78e1107f79a759d90750e0598fe6706e9756df4b [file] [log] [blame]
hasso59209902005-04-05 14:36:49 +000012005-04-05 Hasso Tepper <hasso at quagga.net>
2
3 * ripngd.[hc]: Remove inet6_ntop() and any usage of it. inet6_ntoa()
4 from lib is used now.
5 * ripng_interface.c: inet6_ntop() -> inet6_ntoa().
6 * ripng_peer.c: inet6_ntop() -> inet6_ntoa().
7
ajsd2fc8892005-04-02 18:38:43 +000082005-04-02 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
9
10 * ripng_interface.c: (ripng_interface_delete) After deleting, set
11 ifp->ifindex to IFINDEX_INTERNAL.
12
ajs656b4ee2005-01-30 18:08:12 +0000132005-01-30 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
14
15 * ripng_interface.c: (ripng_multicast_join) Save errno before calling
16 ripngd_privs.change.
17
ajsb99760a2005-01-04 16:24:43 +0000182005-01-04 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
19
20 * ripngd.c: (ripng_recv_packet) Use ZCMSG_FIRSTHDR instead of
21 CMSG_FIRSTHDR.
22
ajsfa40f652004-12-16 16:18:13 +0000232004-12-16 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
24
25 * ripng_nexthop.c: Replace NEXTHOP_OUT macro with NEXTHOP_OUT_PTR,
26 since it's not really OK to take the address of a ternary expression.
27 (_ripng_rte_cmp,ripng_rte_send) Use new NEXTHOP_OUT_PTR macro
28 instead of NEXTHOP_OUT.
29
ajsc6106812004-12-08 19:51:16 +0000302004-12-08 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
31
32 * *.c: Change level of debug messages to LOG_DEBUG.
33
ajs274a4a42004-12-07 15:39:31 +0000342004-12-07 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
35
36 * ripng_main.c: (main) The 2nd argument to openzlog has been removed.
37
ajs887c44a2004-12-03 16:36:46 +0000382004-12-03 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
39
40 * ripng_main.c: (sighup) Remove spurious terminating message.
41 (sigint) Use zlog_notice for termination message.
42 (main) Issue a startup announcement using zlog_notice.
43
hassoc0652302004-11-25 19:33:48 +0000442004-11-25 Hasso Tepper <hasso at quagga.net>
45
46 * ripng_main.c: Make group to run as configurable.
47
hasso8dceb822004-10-26 06:39:56 +0000482004-10-26 Hasso Tepper <hasso at quagga.net>
49
50 * ripng_debug.c: Fix help of "show debugging ripng" command.
51
hasso98b718a2004-10-11 12:57:57 +0000522004-10-11 Hasso Tepper <hasso at quagga.net>
53
54 * *.c: Make more strings const.
55
hasso7a1d5832004-10-08 06:32:23 +0000562004-10-08 Hasso Tepper <hasso at quagga.net>
57
58 * *.[c|h]: Fix compiler warnings: make strings const, signed ->
59 unsigned etc.
60
hassoc9e52be2004-09-26 16:09:34 +0000612004-09-26 Hasso Tepper <hasso at quagga.net>
62
63 * ripingd.c: Access list hook argument function must have struct
64 access_list * argument. Solution taken from ripd.
65 * ripngd.c, ripnf_nexthop.c: Fix compiler warnings.
66
hasso52dc7ee2004-09-23 19:18:23 +0000672004-09-23 Hasso Tepper <hasso at quagga.net>
68
69 * *.[c|h]: list -> struct list *, listnode -> struct listnode *.
70
paul0b3acf42004-09-17 08:39:08 +0000712004-09-17 Paul Jakma <paul@dishone.st>
72
73 * ripngd.c: move setsockopt_so_recvbuf to lib.
74
hasso1203e1c2004-07-23 21:34:27 +0000752004-07-23 Hasso Tepper <hasso@estpak.ee>
76
77 * ripng_interface.c, ripng_nexthop.c: use ifp->mtu6 instead of
78 ifp->mtu.
79
gdt4d4653a2004-07-01 19:26:33 +0000802004-07-01 Greg Troxel <gdt@fnord.ir.bbn.com>
81
82 * ripng_interface.c (ripng_multicast_join): Use privs to do join,
83 to work around bug on gif(4) on NetBSD 1.6.2.
84
paulf88258c2004-05-11 12:01:33 +0000852004-05-11 Paul Jakma <paul@dishone.st>
86
87 * ripng_nexthop.h: SUNOS_5 does not define s6_addr32
88 catch ifndef(s6_addr32) && defined(SUNOS_5) and define
89 it ourselves based on the S10 _KERNEL guarded define.
90
paul0a589352004-05-08 11:48:26 +0000912004-05-08 Paul Jakma <paul@dishone.st>
92
93 * ripng_{interface,zebra}.c: sync with zclient changes
94
gdtddf1c262004-01-04 01:02:55 +0000952004-01-03 Greg Troxel <gdt@ahi.ir.bbn.com>
96
97 * ripng_interface.c (ripng_multicast_join): If IPV6_JOIN_GROUP
98 returns EADDRINUSE, consider the join successful. This happens
99 when an interface goes down and comes back because
100 ripng_multicast_leave does not invoke the LEAVE_GROUP operation if
101 the interface is down. Solves problem of ripng stopping working
102 on an interface which goes down and then comes back up (on NetBSD).
103
hasso15291352003-05-25 17:14:25 +00001042003-05-25 Hasso Tepper <hasso@estpak.ee>
105
106 * Revert ripng_ifrmap stuff because ripd uses it now as well.
107 * Merge ripngd part of 6Wind patch from Vincent Jardin
108 <vjardin@wanadoo.fr>.
109
paul445f1432003-05-16 19:00:31 +00001102003-04-23 Hasso Tepper <hasso@estpak.ee>
111
112 * {ripng_ifrmap,ripngd}.c: fix "router xxx" node commands in vtysh
113
1142003-04-19 Hasso Tepper <hasso@estpak.ee>
115
116 * rip_routemap.c: sync daemon's route-map commands to have same
117 syntax
118
paul718e3742002-12-13 20:15:29 +00001192002-07-07 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
120
121 * zebra-0.93 released.
122
1232001-08-28 NOGUCHI Kay <kay@v6.access.co.jp>
124
125 * ripngd.c (no_ripng_route): route_unlock_node () is not needed.
126
1272001-08-26 NOGUCHI Kay <kay@v6.access.co.jp>
128
129 * ripngd.h (struct ripng_interface): Add passive interface option.
130
1312001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
132
133 * zebra-0.92a released.
134
1352001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
136
137 * zebra-0.92 released.
138
1392001-08-07 Akira Kato <kato@wide.ad.jp>
140
141 * ripngd.c (ripng_timers): "timers basic" argument is fixed.
142
1432001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
144
145 * zebra-0.91 is released.
146
1472001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
148
149 * zebra-0.90 is released.
150
1512001-01-01 Kunihiro Ishiguro <kunihiro@zebra.org>
152
153 * ripngd.h (RIPNG_VTYSH_PATH): Change "/tmp/ripngd" to
154 "/tmp/.ripngd".
155
1562000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
157
158 * zebra-0.89 is released.
159
1602000-09-20 Kunihiro Ishiguro <kunihiro@zebra.org>
161
162 * ripngd.c (ripng_send_packet): Use CMSG_SPACE instead of sizeof
163 hack. Revert privious alignment patch.
164
1652000-09-20 URA Hiroshi <ura@hiru.aoba.yokohama.jp>
166
167 * ripngd.c (ripng_send_packet): Fix an alignment bug. Thus ripngd
168 can't send packets.
169
1702000-09-10 Kunihiro Ishiguro <kunihiro@zebra.org>
171
172 * ripng_interface.c (ripng_interface_address_delete): Connected
173 address delete treatment added.
174
1752000-08-22 Kunihiro Ishiguro <kunihiro@zebra.org>
176
177 * ripng_routemap.c (route_set_metric_compile): When checking '-'
178 character, argv[1] should be argv[0]. Reported by SHIRASAKI
179 Yasuhiro <yasuhiro@ocn.v6.ntt.net>.
180
1812000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
182
183 * zebra-0.88 is released.
184
1852000-06-06 Kunihiro Ishiguro <kunihiro@zebra.org>
186
187 * ripngd.c (ripng_route_process): Clear prefix_ipv6 before using
188 it.
189 (ripng_redistribute_delete): Fix bug of missing
190 route_unlock_node() when redistribute route is not found.
191 (ripng_redistribute_delete): Make it sure that timers are off.
192 (ripng_redistribute_delete): Likewise.
193
1942000-01-19 Kunihiro Ishiguro <kunihiro@zebra.org>
195
196 * ripngd.c (ripng_route_process): Fix bug of mis-checking of same
197 route.
198 (show_ipv6_ripng): Include ifindex to "show ipv6 ripng" output.
199
2001999-11-12 Kunihiro Ishiguro <kunihiro@zebra.org>
201
202 * ripngd.c (ripng_output_process): Use MINMTU when mtu value is
203 not available.
204
2051999-11-05 Kunihiro Ishiguro <kunihiro@zebra.org>
206
207 * ripngd.c (ripng_output_process): Calculate max RTE count from
208 interface MTU value.
209
2101999-09-29 Kunihiro Ishiguro <kunihiro@zebra.org>
211
212 * ripngd.c (ripng_distribute_update): Fix bug of updating
213 access-list and prefix-list.
214
2151999-09-07 URA Hiroshi <ura@hiru.aoba.yokohama.jp>
216
217 * ripngd.c (ripng_recv_packet): Change CMSG_DATA cast from (u_char
218 *) to (int *). (u_char *) does not work for NetBSD-currnet on
219 SparcStation 10.
220
2211999-08-15 Kunihiro Ishiguro <kunihiro@zebra.org>
222
223 * ripngd.c (ripng_request_process): When request packet comes,
224 check RIPng process is enabled on the interface.
225 (ripng_redistribute_withdraw): Delete routes when `no
226 redistribute' is executed.
227
2281999-08-13 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
229
230 * ripng_zebra.c (ripng_redistribute_ospf6_cmd): Add OSPF6
231 redistribute command.
232
2331999-07-21 Kunihiro Ishiguro <kunihiro@zebra.org>
234
235 * ripngd.c (default_information_originate): Add
236 default-information command.
237
2381999-07-19 Kunihiro Ishiguro <kunihiro@zebra.org>
239
240 * ripngd.c (ripng_route_process): rip_add_route() and
241 rip_delete_route() are deleted. Both functions are integrated
242 into ripng_route_process().
243 (ripng_request_process): Proper reply for request message.
244
245 * ripng_routemap.c: New file added.
246
2471999-07-18 Kunihiro Ishiguro <kunihiro@zebra.org>
248
249 * ripngd.c (ripng_nexthop_rte): RIPng next hop routine is
250 rewritten.
251 (show_ipv6_ripng): Change `show ip ripng' to `show ipv6 ripng'.
252 (ripng_response_process): RIPng incoming packet's hop count check
253 added.
254 (ripng_response_process): Add strict RTE checking.
255
2561999-07-03 Kunihiro Ishiguro <kunihiro@zebra.org>
257
258 * ripngd.c (ripng_add_route): Fix metric compare bug.
259
2601999-06-25 itojun@iijlab.net
261
262 * ripngd.c (ripng_distribute_in): "distribute in" filter in ripngd
263 actually work.
264
2651999-05-25 Kunihiro Ishiguro <kunihiro@zebra.org>
266
267 * ripngd.c (ripng_zebra): Send each ripng information by separate
268 zebra packet.
269
2701999-05-15 Kunihiro Ishiguro <kunihiro@zebra.org>
271
272 * ripng_interface.c (if_add_multicast): Change log to zlog.
273
2741999-05-10 Kunihiro Ishiguro <kunihiro@zebra.org>
275
276 * ripng_interface.c (ripng_zebra_get_interface): Add function.
277
278 * ripng_zebra.c (redistribute_ripng): Delete function because
279 redistirbute the routes to the zebra daemon is now default
280 behavior.
281
2821999-05-09 Kunihiro Ishiguro <kunihiro@zebra.org>
283
284 * ripngd.conf.sample: Change network to route statement.
285
2861999-03-25 Kunihiro Ishiguro <kunihiro@zebra.org>
287
288 * ripngd.c: Old non Advanced API version ripng_send_packet and
289 ripng_recv_packet is removed.
290 * ripng_radix.c: File removed.
291
2921998-12-15 Kunihiro Ishiguro <kunihiro@zebra.org>
293
294 * Now I assume KAME support Advanced API and use sendmsg/recvmsg.
295
2961998-12-13 Kunihiro Ishiguro <kunihiro@zebra.org>
297
298 * ripng_interface.c: Delete old ifa (interface address) related
299 functions.
300
3011998-12-10 Kunihiro Ishiguro <kunihiro@zebra.org>
302
303 * ripng_debug.[ch]: New file.
304
305 * ripngd.c (ripng_supply): Do not send header only RIPng packet.
306 Change `network' statement to `route' statement.
307 (ripng_request_process): Reply to RIPng REQUEST packet.
308
3091998-12-09 Kunihiro Ishiguro <kunihiro@zebra.org>
310
311 * ripngd.c (ripng_config_write): Delete vector v argument.
312 * ripng_zebra.c (zebra_config_write): Likewise.
313 * ripng_interface.c (interface_config_write): Likewise.
314
3151998-12-07 Kunihiro Ishiguro <kunihiro@zebra.org>
316
317 * ripng_route.h: New file.
318
319 * ripng_interface.c: Delete #include <linux/in6.h>.
320 ripng_main.c: likewise.
321 ripng_radix.c: likewise.
322 ripng_route.c: likewise.
323 ripng_zebra.c: likewise.
324 ripngd.c: likewise.
325
3261998-12-06 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
327
328 * ripngd.h (IPV6_ADD_MEMBERSHIP): If IPV6_ADD_MEMBERSHIP is not
329 defined. Define IPV6_ADD_MEMBERSHIP as IPV6_JOIN_GROUP.
330
3311998-09-15 HEO SeonMeyong <seirios@matrix.iri.co.jp>
332
333 * all Hydrangea define is changed to KAME.
334