blob: 64ee7d88309330628feed928a166257d68e23c29 [file] [log] [blame]
paul0b3acf42004-09-17 08:39:08 +000012004-09-17 Paul Jakma <paul@dishone.st>
2
3 * ripngd.c: move setsockopt_so_recvbuf to lib.
4
hasso1203e1c2004-07-23 21:34:27 +000052004-07-23 Hasso Tepper <hasso@estpak.ee>
6
7 * ripng_interface.c, ripng_nexthop.c: use ifp->mtu6 instead of
8 ifp->mtu.
9
gdt4d4653a2004-07-01 19:26:33 +0000102004-07-01 Greg Troxel <gdt@fnord.ir.bbn.com>
11
12 * ripng_interface.c (ripng_multicast_join): Use privs to do join,
13 to work around bug on gif(4) on NetBSD 1.6.2.
14
paulf88258c2004-05-11 12:01:33 +0000152004-05-11 Paul Jakma <paul@dishone.st>
16
17 * ripng_nexthop.h: SUNOS_5 does not define s6_addr32
18 catch ifndef(s6_addr32) && defined(SUNOS_5) and define
19 it ourselves based on the S10 _KERNEL guarded define.
20
paul0a589352004-05-08 11:48:26 +0000212004-05-08 Paul Jakma <paul@dishone.st>
22
23 * ripng_{interface,zebra}.c: sync with zclient changes
24
gdtddf1c262004-01-04 01:02:55 +0000252004-01-03 Greg Troxel <gdt@ahi.ir.bbn.com>
26
27 * ripng_interface.c (ripng_multicast_join): If IPV6_JOIN_GROUP
28 returns EADDRINUSE, consider the join successful. This happens
29 when an interface goes down and comes back because
30 ripng_multicast_leave does not invoke the LEAVE_GROUP operation if
31 the interface is down. Solves problem of ripng stopping working
32 on an interface which goes down and then comes back up (on NetBSD).
33
hasso15291352003-05-25 17:14:25 +0000342003-05-25 Hasso Tepper <hasso@estpak.ee>
35
36 * Revert ripng_ifrmap stuff because ripd uses it now as well.
37 * Merge ripngd part of 6Wind patch from Vincent Jardin
38 <vjardin@wanadoo.fr>.
39
paul445f1432003-05-16 19:00:31 +0000402003-04-23 Hasso Tepper <hasso@estpak.ee>
41
42 * {ripng_ifrmap,ripngd}.c: fix "router xxx" node commands in vtysh
43
442003-04-19 Hasso Tepper <hasso@estpak.ee>
45
46 * rip_routemap.c: sync daemon's route-map commands to have same
47 syntax
48
paul718e3742002-12-13 20:15:29 +0000492002-07-07 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
50
51 * zebra-0.93 released.
52
532001-08-28 NOGUCHI Kay <kay@v6.access.co.jp>
54
55 * ripngd.c (no_ripng_route): route_unlock_node () is not needed.
56
572001-08-26 NOGUCHI Kay <kay@v6.access.co.jp>
58
59 * ripngd.h (struct ripng_interface): Add passive interface option.
60
612001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
62
63 * zebra-0.92a released.
64
652001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
66
67 * zebra-0.92 released.
68
692001-08-07 Akira Kato <kato@wide.ad.jp>
70
71 * ripngd.c (ripng_timers): "timers basic" argument is fixed.
72
732001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
74
75 * zebra-0.91 is released.
76
772001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
78
79 * zebra-0.90 is released.
80
812001-01-01 Kunihiro Ishiguro <kunihiro@zebra.org>
82
83 * ripngd.h (RIPNG_VTYSH_PATH): Change "/tmp/ripngd" to
84 "/tmp/.ripngd".
85
862000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
87
88 * zebra-0.89 is released.
89
902000-09-20 Kunihiro Ishiguro <kunihiro@zebra.org>
91
92 * ripngd.c (ripng_send_packet): Use CMSG_SPACE instead of sizeof
93 hack. Revert privious alignment patch.
94
952000-09-20 URA Hiroshi <ura@hiru.aoba.yokohama.jp>
96
97 * ripngd.c (ripng_send_packet): Fix an alignment bug. Thus ripngd
98 can't send packets.
99
1002000-09-10 Kunihiro Ishiguro <kunihiro@zebra.org>
101
102 * ripng_interface.c (ripng_interface_address_delete): Connected
103 address delete treatment added.
104
1052000-08-22 Kunihiro Ishiguro <kunihiro@zebra.org>
106
107 * ripng_routemap.c (route_set_metric_compile): When checking '-'
108 character, argv[1] should be argv[0]. Reported by SHIRASAKI
109 Yasuhiro <yasuhiro@ocn.v6.ntt.net>.
110
1112000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
112
113 * zebra-0.88 is released.
114
1152000-06-06 Kunihiro Ishiguro <kunihiro@zebra.org>
116
117 * ripngd.c (ripng_route_process): Clear prefix_ipv6 before using
118 it.
119 (ripng_redistribute_delete): Fix bug of missing
120 route_unlock_node() when redistribute route is not found.
121 (ripng_redistribute_delete): Make it sure that timers are off.
122 (ripng_redistribute_delete): Likewise.
123
1242000-01-19 Kunihiro Ishiguro <kunihiro@zebra.org>
125
126 * ripngd.c (ripng_route_process): Fix bug of mis-checking of same
127 route.
128 (show_ipv6_ripng): Include ifindex to "show ipv6 ripng" output.
129
1301999-11-12 Kunihiro Ishiguro <kunihiro@zebra.org>
131
132 * ripngd.c (ripng_output_process): Use MINMTU when mtu value is
133 not available.
134
1351999-11-05 Kunihiro Ishiguro <kunihiro@zebra.org>
136
137 * ripngd.c (ripng_output_process): Calculate max RTE count from
138 interface MTU value.
139
1401999-09-29 Kunihiro Ishiguro <kunihiro@zebra.org>
141
142 * ripngd.c (ripng_distribute_update): Fix bug of updating
143 access-list and prefix-list.
144
1451999-09-07 URA Hiroshi <ura@hiru.aoba.yokohama.jp>
146
147 * ripngd.c (ripng_recv_packet): Change CMSG_DATA cast from (u_char
148 *) to (int *). (u_char *) does not work for NetBSD-currnet on
149 SparcStation 10.
150
1511999-08-15 Kunihiro Ishiguro <kunihiro@zebra.org>
152
153 * ripngd.c (ripng_request_process): When request packet comes,
154 check RIPng process is enabled on the interface.
155 (ripng_redistribute_withdraw): Delete routes when `no
156 redistribute' is executed.
157
1581999-08-13 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
159
160 * ripng_zebra.c (ripng_redistribute_ospf6_cmd): Add OSPF6
161 redistribute command.
162
1631999-07-21 Kunihiro Ishiguro <kunihiro@zebra.org>
164
165 * ripngd.c (default_information_originate): Add
166 default-information command.
167
1681999-07-19 Kunihiro Ishiguro <kunihiro@zebra.org>
169
170 * ripngd.c (ripng_route_process): rip_add_route() and
171 rip_delete_route() are deleted. Both functions are integrated
172 into ripng_route_process().
173 (ripng_request_process): Proper reply for request message.
174
175 * ripng_routemap.c: New file added.
176
1771999-07-18 Kunihiro Ishiguro <kunihiro@zebra.org>
178
179 * ripngd.c (ripng_nexthop_rte): RIPng next hop routine is
180 rewritten.
181 (show_ipv6_ripng): Change `show ip ripng' to `show ipv6 ripng'.
182 (ripng_response_process): RIPng incoming packet's hop count check
183 added.
184 (ripng_response_process): Add strict RTE checking.
185
1861999-07-03 Kunihiro Ishiguro <kunihiro@zebra.org>
187
188 * ripngd.c (ripng_add_route): Fix metric compare bug.
189
1901999-06-25 itojun@iijlab.net
191
192 * ripngd.c (ripng_distribute_in): "distribute in" filter in ripngd
193 actually work.
194
1951999-05-25 Kunihiro Ishiguro <kunihiro@zebra.org>
196
197 * ripngd.c (ripng_zebra): Send each ripng information by separate
198 zebra packet.
199
2001999-05-15 Kunihiro Ishiguro <kunihiro@zebra.org>
201
202 * ripng_interface.c (if_add_multicast): Change log to zlog.
203
2041999-05-10 Kunihiro Ishiguro <kunihiro@zebra.org>
205
206 * ripng_interface.c (ripng_zebra_get_interface): Add function.
207
208 * ripng_zebra.c (redistribute_ripng): Delete function because
209 redistirbute the routes to the zebra daemon is now default
210 behavior.
211
2121999-05-09 Kunihiro Ishiguro <kunihiro@zebra.org>
213
214 * ripngd.conf.sample: Change network to route statement.
215
2161999-03-25 Kunihiro Ishiguro <kunihiro@zebra.org>
217
218 * ripngd.c: Old non Advanced API version ripng_send_packet and
219 ripng_recv_packet is removed.
220 * ripng_radix.c: File removed.
221
2221998-12-15 Kunihiro Ishiguro <kunihiro@zebra.org>
223
224 * Now I assume KAME support Advanced API and use sendmsg/recvmsg.
225
2261998-12-13 Kunihiro Ishiguro <kunihiro@zebra.org>
227
228 * ripng_interface.c: Delete old ifa (interface address) related
229 functions.
230
2311998-12-10 Kunihiro Ishiguro <kunihiro@zebra.org>
232
233 * ripng_debug.[ch]: New file.
234
235 * ripngd.c (ripng_supply): Do not send header only RIPng packet.
236 Change `network' statement to `route' statement.
237 (ripng_request_process): Reply to RIPng REQUEST packet.
238
2391998-12-09 Kunihiro Ishiguro <kunihiro@zebra.org>
240
241 * ripngd.c (ripng_config_write): Delete vector v argument.
242 * ripng_zebra.c (zebra_config_write): Likewise.
243 * ripng_interface.c (interface_config_write): Likewise.
244
2451998-12-07 Kunihiro Ishiguro <kunihiro@zebra.org>
246
247 * ripng_route.h: New file.
248
249 * ripng_interface.c: Delete #include <linux/in6.h>.
250 ripng_main.c: likewise.
251 ripng_radix.c: likewise.
252 ripng_route.c: likewise.
253 ripng_zebra.c: likewise.
254 ripngd.c: likewise.
255
2561998-12-06 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
257
258 * ripngd.h (IPV6_ADD_MEMBERSHIP): If IPV6_ADD_MEMBERSHIP is not
259 defined. Define IPV6_ADD_MEMBERSHIP as IPV6_JOIN_GROUP.
260
2611998-09-15 HEO SeonMeyong <seirios@matrix.iri.co.jp>
262
263 * all Hydrangea define is changed to KAME.
264