blob: f5a3078755368efb47cf999cff4730f8a236843b [file] [log] [blame]
gdtddf1c262004-01-04 01:02:55 +000012004-01-03 Greg Troxel <gdt@ahi.ir.bbn.com>
2
3 * ripng_interface.c (ripng_multicast_join): If IPV6_JOIN_GROUP
4 returns EADDRINUSE, consider the join successful. This happens
5 when an interface goes down and comes back because
6 ripng_multicast_leave does not invoke the LEAVE_GROUP operation if
7 the interface is down. Solves problem of ripng stopping working
8 on an interface which goes down and then comes back up (on NetBSD).
9
hasso15291352003-05-25 17:14:25 +0000102003-05-25 Hasso Tepper <hasso@estpak.ee>
11
12 * Revert ripng_ifrmap stuff because ripd uses it now as well.
13 * Merge ripngd part of 6Wind patch from Vincent Jardin
14 <vjardin@wanadoo.fr>.
15
paul445f1432003-05-16 19:00:31 +0000162003-04-23 Hasso Tepper <hasso@estpak.ee>
17
18 * {ripng_ifrmap,ripngd}.c: fix "router xxx" node commands in vtysh
19
202003-04-19 Hasso Tepper <hasso@estpak.ee>
21
22 * rip_routemap.c: sync daemon's route-map commands to have same
23 syntax
24
paul718e3742002-12-13 20:15:29 +0000252002-07-07 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
26
27 * zebra-0.93 released.
28
292001-08-28 NOGUCHI Kay <kay@v6.access.co.jp>
30
31 * ripngd.c (no_ripng_route): route_unlock_node () is not needed.
32
332001-08-26 NOGUCHI Kay <kay@v6.access.co.jp>
34
35 * ripngd.h (struct ripng_interface): Add passive interface option.
36
372001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
38
39 * zebra-0.92a released.
40
412001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
42
43 * zebra-0.92 released.
44
452001-08-07 Akira Kato <kato@wide.ad.jp>
46
47 * ripngd.c (ripng_timers): "timers basic" argument is fixed.
48
492001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
50
51 * zebra-0.91 is released.
52
532001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
54
55 * zebra-0.90 is released.
56
572001-01-01 Kunihiro Ishiguro <kunihiro@zebra.org>
58
59 * ripngd.h (RIPNG_VTYSH_PATH): Change "/tmp/ripngd" to
60 "/tmp/.ripngd".
61
622000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
63
64 * zebra-0.89 is released.
65
662000-09-20 Kunihiro Ishiguro <kunihiro@zebra.org>
67
68 * ripngd.c (ripng_send_packet): Use CMSG_SPACE instead of sizeof
69 hack. Revert privious alignment patch.
70
712000-09-20 URA Hiroshi <ura@hiru.aoba.yokohama.jp>
72
73 * ripngd.c (ripng_send_packet): Fix an alignment bug. Thus ripngd
74 can't send packets.
75
762000-09-10 Kunihiro Ishiguro <kunihiro@zebra.org>
77
78 * ripng_interface.c (ripng_interface_address_delete): Connected
79 address delete treatment added.
80
812000-08-22 Kunihiro Ishiguro <kunihiro@zebra.org>
82
83 * ripng_routemap.c (route_set_metric_compile): When checking '-'
84 character, argv[1] should be argv[0]. Reported by SHIRASAKI
85 Yasuhiro <yasuhiro@ocn.v6.ntt.net>.
86
872000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
88
89 * zebra-0.88 is released.
90
912000-06-06 Kunihiro Ishiguro <kunihiro@zebra.org>
92
93 * ripngd.c (ripng_route_process): Clear prefix_ipv6 before using
94 it.
95 (ripng_redistribute_delete): Fix bug of missing
96 route_unlock_node() when redistribute route is not found.
97 (ripng_redistribute_delete): Make it sure that timers are off.
98 (ripng_redistribute_delete): Likewise.
99
1002000-01-19 Kunihiro Ishiguro <kunihiro@zebra.org>
101
102 * ripngd.c (ripng_route_process): Fix bug of mis-checking of same
103 route.
104 (show_ipv6_ripng): Include ifindex to "show ipv6 ripng" output.
105
1061999-11-12 Kunihiro Ishiguro <kunihiro@zebra.org>
107
108 * ripngd.c (ripng_output_process): Use MINMTU when mtu value is
109 not available.
110
1111999-11-05 Kunihiro Ishiguro <kunihiro@zebra.org>
112
113 * ripngd.c (ripng_output_process): Calculate max RTE count from
114 interface MTU value.
115
1161999-09-29 Kunihiro Ishiguro <kunihiro@zebra.org>
117
118 * ripngd.c (ripng_distribute_update): Fix bug of updating
119 access-list and prefix-list.
120
1211999-09-07 URA Hiroshi <ura@hiru.aoba.yokohama.jp>
122
123 * ripngd.c (ripng_recv_packet): Change CMSG_DATA cast from (u_char
124 *) to (int *). (u_char *) does not work for NetBSD-currnet on
125 SparcStation 10.
126
1271999-08-15 Kunihiro Ishiguro <kunihiro@zebra.org>
128
129 * ripngd.c (ripng_request_process): When request packet comes,
130 check RIPng process is enabled on the interface.
131 (ripng_redistribute_withdraw): Delete routes when `no
132 redistribute' is executed.
133
1341999-08-13 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
135
136 * ripng_zebra.c (ripng_redistribute_ospf6_cmd): Add OSPF6
137 redistribute command.
138
1391999-07-21 Kunihiro Ishiguro <kunihiro@zebra.org>
140
141 * ripngd.c (default_information_originate): Add
142 default-information command.
143
1441999-07-19 Kunihiro Ishiguro <kunihiro@zebra.org>
145
146 * ripngd.c (ripng_route_process): rip_add_route() and
147 rip_delete_route() are deleted. Both functions are integrated
148 into ripng_route_process().
149 (ripng_request_process): Proper reply for request message.
150
151 * ripng_routemap.c: New file added.
152
1531999-07-18 Kunihiro Ishiguro <kunihiro@zebra.org>
154
155 * ripngd.c (ripng_nexthop_rte): RIPng next hop routine is
156 rewritten.
157 (show_ipv6_ripng): Change `show ip ripng' to `show ipv6 ripng'.
158 (ripng_response_process): RIPng incoming packet's hop count check
159 added.
160 (ripng_response_process): Add strict RTE checking.
161
1621999-07-03 Kunihiro Ishiguro <kunihiro@zebra.org>
163
164 * ripngd.c (ripng_add_route): Fix metric compare bug.
165
1661999-06-25 itojun@iijlab.net
167
168 * ripngd.c (ripng_distribute_in): "distribute in" filter in ripngd
169 actually work.
170
1711999-05-25 Kunihiro Ishiguro <kunihiro@zebra.org>
172
173 * ripngd.c (ripng_zebra): Send each ripng information by separate
174 zebra packet.
175
1761999-05-15 Kunihiro Ishiguro <kunihiro@zebra.org>
177
178 * ripng_interface.c (if_add_multicast): Change log to zlog.
179
1801999-05-10 Kunihiro Ishiguro <kunihiro@zebra.org>
181
182 * ripng_interface.c (ripng_zebra_get_interface): Add function.
183
184 * ripng_zebra.c (redistribute_ripng): Delete function because
185 redistirbute the routes to the zebra daemon is now default
186 behavior.
187
1881999-05-09 Kunihiro Ishiguro <kunihiro@zebra.org>
189
190 * ripngd.conf.sample: Change network to route statement.
191
1921999-03-25 Kunihiro Ishiguro <kunihiro@zebra.org>
193
194 * ripngd.c: Old non Advanced API version ripng_send_packet and
195 ripng_recv_packet is removed.
196 * ripng_radix.c: File removed.
197
1981998-12-15 Kunihiro Ishiguro <kunihiro@zebra.org>
199
200 * Now I assume KAME support Advanced API and use sendmsg/recvmsg.
201
2021998-12-13 Kunihiro Ishiguro <kunihiro@zebra.org>
203
204 * ripng_interface.c: Delete old ifa (interface address) related
205 functions.
206
2071998-12-10 Kunihiro Ishiguro <kunihiro@zebra.org>
208
209 * ripng_debug.[ch]: New file.
210
211 * ripngd.c (ripng_supply): Do not send header only RIPng packet.
212 Change `network' statement to `route' statement.
213 (ripng_request_process): Reply to RIPng REQUEST packet.
214
2151998-12-09 Kunihiro Ishiguro <kunihiro@zebra.org>
216
217 * ripngd.c (ripng_config_write): Delete vector v argument.
218 * ripng_zebra.c (zebra_config_write): Likewise.
219 * ripng_interface.c (interface_config_write): Likewise.
220
2211998-12-07 Kunihiro Ishiguro <kunihiro@zebra.org>
222
223 * ripng_route.h: New file.
224
225 * ripng_interface.c: Delete #include <linux/in6.h>.
226 ripng_main.c: likewise.
227 ripng_radix.c: likewise.
228 ripng_route.c: likewise.
229 ripng_zebra.c: likewise.
230 ripngd.c: likewise.
231
2321998-12-06 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
233
234 * ripngd.h (IPV6_ADD_MEMBERSHIP): If IPV6_ADD_MEMBERSHIP is not
235 defined. Define IPV6_ADD_MEMBERSHIP as IPV6_JOIN_GROUP.
236
2371998-09-15 HEO SeonMeyong <seirios@matrix.iri.co.jp>
238
239 * all Hydrangea define is changed to KAME.
240