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