blob: 8122ec55e31b2f67708fecbe23ec4073ad125701 [file] [log] [blame]
paulf88258c2004-05-11 12:01:33 +000012004-05-11 Paul Jakma <paul@dishone.st>
2
3 * ripng_nexthop.h: SUNOS_5 does not define s6_addr32
4 catch ifndef(s6_addr32) && defined(SUNOS_5) and define
5 it ourselves based on the S10 _KERNEL guarded define.
6
paul0a589352004-05-08 11:48:26 +000072004-05-08 Paul Jakma <paul@dishone.st>
8
9 * ripng_{interface,zebra}.c: sync with zclient changes
10
gdtddf1c262004-01-04 01:02:55 +0000112004-01-03 Greg Troxel <gdt@ahi.ir.bbn.com>
12
13 * ripng_interface.c (ripng_multicast_join): If IPV6_JOIN_GROUP
14 returns EADDRINUSE, consider the join successful. This happens
15 when an interface goes down and comes back because
16 ripng_multicast_leave does not invoke the LEAVE_GROUP operation if
17 the interface is down. Solves problem of ripng stopping working
18 on an interface which goes down and then comes back up (on NetBSD).
19
hasso15291352003-05-25 17:14:25 +0000202003-05-25 Hasso Tepper <hasso@estpak.ee>
21
22 * Revert ripng_ifrmap stuff because ripd uses it now as well.
23 * Merge ripngd part of 6Wind patch from Vincent Jardin
24 <vjardin@wanadoo.fr>.
25
paul445f1432003-05-16 19:00:31 +0000262003-04-23 Hasso Tepper <hasso@estpak.ee>
27
28 * {ripng_ifrmap,ripngd}.c: fix "router xxx" node commands in vtysh
29
302003-04-19 Hasso Tepper <hasso@estpak.ee>
31
32 * rip_routemap.c: sync daemon's route-map commands to have same
33 syntax
34
paul718e3742002-12-13 20:15:29 +0000352002-07-07 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
36
37 * zebra-0.93 released.
38
392001-08-28 NOGUCHI Kay <kay@v6.access.co.jp>
40
41 * ripngd.c (no_ripng_route): route_unlock_node () is not needed.
42
432001-08-26 NOGUCHI Kay <kay@v6.access.co.jp>
44
45 * ripngd.h (struct ripng_interface): Add passive interface option.
46
472001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
48
49 * zebra-0.92a released.
50
512001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
52
53 * zebra-0.92 released.
54
552001-08-07 Akira Kato <kato@wide.ad.jp>
56
57 * ripngd.c (ripng_timers): "timers basic" argument is fixed.
58
592001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
60
61 * zebra-0.91 is released.
62
632001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
64
65 * zebra-0.90 is released.
66
672001-01-01 Kunihiro Ishiguro <kunihiro@zebra.org>
68
69 * ripngd.h (RIPNG_VTYSH_PATH): Change "/tmp/ripngd" to
70 "/tmp/.ripngd".
71
722000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
73
74 * zebra-0.89 is released.
75
762000-09-20 Kunihiro Ishiguro <kunihiro@zebra.org>
77
78 * ripngd.c (ripng_send_packet): Use CMSG_SPACE instead of sizeof
79 hack. Revert privious alignment patch.
80
812000-09-20 URA Hiroshi <ura@hiru.aoba.yokohama.jp>
82
83 * ripngd.c (ripng_send_packet): Fix an alignment bug. Thus ripngd
84 can't send packets.
85
862000-09-10 Kunihiro Ishiguro <kunihiro@zebra.org>
87
88 * ripng_interface.c (ripng_interface_address_delete): Connected
89 address delete treatment added.
90
912000-08-22 Kunihiro Ishiguro <kunihiro@zebra.org>
92
93 * ripng_routemap.c (route_set_metric_compile): When checking '-'
94 character, argv[1] should be argv[0]. Reported by SHIRASAKI
95 Yasuhiro <yasuhiro@ocn.v6.ntt.net>.
96
972000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
98
99 * zebra-0.88 is released.
100
1012000-06-06 Kunihiro Ishiguro <kunihiro@zebra.org>
102
103 * ripngd.c (ripng_route_process): Clear prefix_ipv6 before using
104 it.
105 (ripng_redistribute_delete): Fix bug of missing
106 route_unlock_node() when redistribute route is not found.
107 (ripng_redistribute_delete): Make it sure that timers are off.
108 (ripng_redistribute_delete): Likewise.
109
1102000-01-19 Kunihiro Ishiguro <kunihiro@zebra.org>
111
112 * ripngd.c (ripng_route_process): Fix bug of mis-checking of same
113 route.
114 (show_ipv6_ripng): Include ifindex to "show ipv6 ripng" output.
115
1161999-11-12 Kunihiro Ishiguro <kunihiro@zebra.org>
117
118 * ripngd.c (ripng_output_process): Use MINMTU when mtu value is
119 not available.
120
1211999-11-05 Kunihiro Ishiguro <kunihiro@zebra.org>
122
123 * ripngd.c (ripng_output_process): Calculate max RTE count from
124 interface MTU value.
125
1261999-09-29 Kunihiro Ishiguro <kunihiro@zebra.org>
127
128 * ripngd.c (ripng_distribute_update): Fix bug of updating
129 access-list and prefix-list.
130
1311999-09-07 URA Hiroshi <ura@hiru.aoba.yokohama.jp>
132
133 * ripngd.c (ripng_recv_packet): Change CMSG_DATA cast from (u_char
134 *) to (int *). (u_char *) does not work for NetBSD-currnet on
135 SparcStation 10.
136
1371999-08-15 Kunihiro Ishiguro <kunihiro@zebra.org>
138
139 * ripngd.c (ripng_request_process): When request packet comes,
140 check RIPng process is enabled on the interface.
141 (ripng_redistribute_withdraw): Delete routes when `no
142 redistribute' is executed.
143
1441999-08-13 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
145
146 * ripng_zebra.c (ripng_redistribute_ospf6_cmd): Add OSPF6
147 redistribute command.
148
1491999-07-21 Kunihiro Ishiguro <kunihiro@zebra.org>
150
151 * ripngd.c (default_information_originate): Add
152 default-information command.
153
1541999-07-19 Kunihiro Ishiguro <kunihiro@zebra.org>
155
156 * ripngd.c (ripng_route_process): rip_add_route() and
157 rip_delete_route() are deleted. Both functions are integrated
158 into ripng_route_process().
159 (ripng_request_process): Proper reply for request message.
160
161 * ripng_routemap.c: New file added.
162
1631999-07-18 Kunihiro Ishiguro <kunihiro@zebra.org>
164
165 * ripngd.c (ripng_nexthop_rte): RIPng next hop routine is
166 rewritten.
167 (show_ipv6_ripng): Change `show ip ripng' to `show ipv6 ripng'.
168 (ripng_response_process): RIPng incoming packet's hop count check
169 added.
170 (ripng_response_process): Add strict RTE checking.
171
1721999-07-03 Kunihiro Ishiguro <kunihiro@zebra.org>
173
174 * ripngd.c (ripng_add_route): Fix metric compare bug.
175
1761999-06-25 itojun@iijlab.net
177
178 * ripngd.c (ripng_distribute_in): "distribute in" filter in ripngd
179 actually work.
180
1811999-05-25 Kunihiro Ishiguro <kunihiro@zebra.org>
182
183 * ripngd.c (ripng_zebra): Send each ripng information by separate
184 zebra packet.
185
1861999-05-15 Kunihiro Ishiguro <kunihiro@zebra.org>
187
188 * ripng_interface.c (if_add_multicast): Change log to zlog.
189
1901999-05-10 Kunihiro Ishiguro <kunihiro@zebra.org>
191
192 * ripng_interface.c (ripng_zebra_get_interface): Add function.
193
194 * ripng_zebra.c (redistribute_ripng): Delete function because
195 redistirbute the routes to the zebra daemon is now default
196 behavior.
197
1981999-05-09 Kunihiro Ishiguro <kunihiro@zebra.org>
199
200 * ripngd.conf.sample: Change network to route statement.
201
2021999-03-25 Kunihiro Ishiguro <kunihiro@zebra.org>
203
204 * ripngd.c: Old non Advanced API version ripng_send_packet and
205 ripng_recv_packet is removed.
206 * ripng_radix.c: File removed.
207
2081998-12-15 Kunihiro Ishiguro <kunihiro@zebra.org>
209
210 * Now I assume KAME support Advanced API and use sendmsg/recvmsg.
211
2121998-12-13 Kunihiro Ishiguro <kunihiro@zebra.org>
213
214 * ripng_interface.c: Delete old ifa (interface address) related
215 functions.
216
2171998-12-10 Kunihiro Ishiguro <kunihiro@zebra.org>
218
219 * ripng_debug.[ch]: New file.
220
221 * ripngd.c (ripng_supply): Do not send header only RIPng packet.
222 Change `network' statement to `route' statement.
223 (ripng_request_process): Reply to RIPng REQUEST packet.
224
2251998-12-09 Kunihiro Ishiguro <kunihiro@zebra.org>
226
227 * ripngd.c (ripng_config_write): Delete vector v argument.
228 * ripng_zebra.c (zebra_config_write): Likewise.
229 * ripng_interface.c (interface_config_write): Likewise.
230
2311998-12-07 Kunihiro Ishiguro <kunihiro@zebra.org>
232
233 * ripng_route.h: New file.
234
235 * ripng_interface.c: Delete #include <linux/in6.h>.
236 ripng_main.c: likewise.
237 ripng_radix.c: likewise.
238 ripng_route.c: likewise.
239 ripng_zebra.c: likewise.
240 ripngd.c: likewise.
241
2421998-12-06 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
243
244 * ripngd.h (IPV6_ADD_MEMBERSHIP): If IPV6_ADD_MEMBERSHIP is not
245 defined. Define IPV6_ADD_MEMBERSHIP as IPV6_JOIN_GROUP.
246
2471998-09-15 HEO SeonMeyong <seirios@matrix.iri.co.jp>
248
249 * all Hydrangea define is changed to KAME.
250