blob: 1375b256500604ded9f1cd9b7f765fdab5da6463 [file] [log] [blame]
hasso98b718a2004-10-11 12:57:57 +000012004-10-11 Hasso Tepper <hasso at quagga.net>
2
3 * *.c: Make more strings const.
4
hasso7a1d5832004-10-08 06:32:23 +000052004-10-08 Hasso Tepper <hasso at quagga.net>
6
7 * *.[c|h]: Fix compiler warnings: make strings const, signed ->
8 unsigned etc.
9
hassoc9e52be2004-09-26 16:09:34 +0000102004-09-26 Hasso Tepper <hasso at quagga.net>
11
12 * ripingd.c: Access list hook argument function must have struct
13 access_list * argument. Solution taken from ripd.
14 * ripngd.c, ripnf_nexthop.c: Fix compiler warnings.
15
hasso52dc7ee2004-09-23 19:18:23 +0000162004-09-23 Hasso Tepper <hasso at quagga.net>
17
18 * *.[c|h]: list -> struct list *, listnode -> struct listnode *.
19
paul0b3acf42004-09-17 08:39:08 +0000202004-09-17 Paul Jakma <paul@dishone.st>
21
22 * ripngd.c: move setsockopt_so_recvbuf to lib.
23
hasso1203e1c2004-07-23 21:34:27 +0000242004-07-23 Hasso Tepper <hasso@estpak.ee>
25
26 * ripng_interface.c, ripng_nexthop.c: use ifp->mtu6 instead of
27 ifp->mtu.
28
gdt4d4653a2004-07-01 19:26:33 +0000292004-07-01 Greg Troxel <gdt@fnord.ir.bbn.com>
30
31 * ripng_interface.c (ripng_multicast_join): Use privs to do join,
32 to work around bug on gif(4) on NetBSD 1.6.2.
33
paulf88258c2004-05-11 12:01:33 +0000342004-05-11 Paul Jakma <paul@dishone.st>
35
36 * ripng_nexthop.h: SUNOS_5 does not define s6_addr32
37 catch ifndef(s6_addr32) && defined(SUNOS_5) and define
38 it ourselves based on the S10 _KERNEL guarded define.
39
paul0a589352004-05-08 11:48:26 +0000402004-05-08 Paul Jakma <paul@dishone.st>
41
42 * ripng_{interface,zebra}.c: sync with zclient changes
43
gdtddf1c262004-01-04 01:02:55 +0000442004-01-03 Greg Troxel <gdt@ahi.ir.bbn.com>
45
46 * ripng_interface.c (ripng_multicast_join): If IPV6_JOIN_GROUP
47 returns EADDRINUSE, consider the join successful. This happens
48 when an interface goes down and comes back because
49 ripng_multicast_leave does not invoke the LEAVE_GROUP operation if
50 the interface is down. Solves problem of ripng stopping working
51 on an interface which goes down and then comes back up (on NetBSD).
52
hasso15291352003-05-25 17:14:25 +0000532003-05-25 Hasso Tepper <hasso@estpak.ee>
54
55 * Revert ripng_ifrmap stuff because ripd uses it now as well.
56 * Merge ripngd part of 6Wind patch from Vincent Jardin
57 <vjardin@wanadoo.fr>.
58
paul445f1432003-05-16 19:00:31 +0000592003-04-23 Hasso Tepper <hasso@estpak.ee>
60
61 * {ripng_ifrmap,ripngd}.c: fix "router xxx" node commands in vtysh
62
632003-04-19 Hasso Tepper <hasso@estpak.ee>
64
65 * rip_routemap.c: sync daemon's route-map commands to have same
66 syntax
67
paul718e3742002-12-13 20:15:29 +0000682002-07-07 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
69
70 * zebra-0.93 released.
71
722001-08-28 NOGUCHI Kay <kay@v6.access.co.jp>
73
74 * ripngd.c (no_ripng_route): route_unlock_node () is not needed.
75
762001-08-26 NOGUCHI Kay <kay@v6.access.co.jp>
77
78 * ripngd.h (struct ripng_interface): Add passive interface option.
79
802001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
81
82 * zebra-0.92a released.
83
842001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
85
86 * zebra-0.92 released.
87
882001-08-07 Akira Kato <kato@wide.ad.jp>
89
90 * ripngd.c (ripng_timers): "timers basic" argument is fixed.
91
922001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
93
94 * zebra-0.91 is released.
95
962001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
97
98 * zebra-0.90 is released.
99
1002001-01-01 Kunihiro Ishiguro <kunihiro@zebra.org>
101
102 * ripngd.h (RIPNG_VTYSH_PATH): Change "/tmp/ripngd" to
103 "/tmp/.ripngd".
104
1052000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
106
107 * zebra-0.89 is released.
108
1092000-09-20 Kunihiro Ishiguro <kunihiro@zebra.org>
110
111 * ripngd.c (ripng_send_packet): Use CMSG_SPACE instead of sizeof
112 hack. Revert privious alignment patch.
113
1142000-09-20 URA Hiroshi <ura@hiru.aoba.yokohama.jp>
115
116 * ripngd.c (ripng_send_packet): Fix an alignment bug. Thus ripngd
117 can't send packets.
118
1192000-09-10 Kunihiro Ishiguro <kunihiro@zebra.org>
120
121 * ripng_interface.c (ripng_interface_address_delete): Connected
122 address delete treatment added.
123
1242000-08-22 Kunihiro Ishiguro <kunihiro@zebra.org>
125
126 * ripng_routemap.c (route_set_metric_compile): When checking '-'
127 character, argv[1] should be argv[0]. Reported by SHIRASAKI
128 Yasuhiro <yasuhiro@ocn.v6.ntt.net>.
129
1302000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
131
132 * zebra-0.88 is released.
133
1342000-06-06 Kunihiro Ishiguro <kunihiro@zebra.org>
135
136 * ripngd.c (ripng_route_process): Clear prefix_ipv6 before using
137 it.
138 (ripng_redistribute_delete): Fix bug of missing
139 route_unlock_node() when redistribute route is not found.
140 (ripng_redistribute_delete): Make it sure that timers are off.
141 (ripng_redistribute_delete): Likewise.
142
1432000-01-19 Kunihiro Ishiguro <kunihiro@zebra.org>
144
145 * ripngd.c (ripng_route_process): Fix bug of mis-checking of same
146 route.
147 (show_ipv6_ripng): Include ifindex to "show ipv6 ripng" output.
148
1491999-11-12 Kunihiro Ishiguro <kunihiro@zebra.org>
150
151 * ripngd.c (ripng_output_process): Use MINMTU when mtu value is
152 not available.
153
1541999-11-05 Kunihiro Ishiguro <kunihiro@zebra.org>
155
156 * ripngd.c (ripng_output_process): Calculate max RTE count from
157 interface MTU value.
158
1591999-09-29 Kunihiro Ishiguro <kunihiro@zebra.org>
160
161 * ripngd.c (ripng_distribute_update): Fix bug of updating
162 access-list and prefix-list.
163
1641999-09-07 URA Hiroshi <ura@hiru.aoba.yokohama.jp>
165
166 * ripngd.c (ripng_recv_packet): Change CMSG_DATA cast from (u_char
167 *) to (int *). (u_char *) does not work for NetBSD-currnet on
168 SparcStation 10.
169
1701999-08-15 Kunihiro Ishiguro <kunihiro@zebra.org>
171
172 * ripngd.c (ripng_request_process): When request packet comes,
173 check RIPng process is enabled on the interface.
174 (ripng_redistribute_withdraw): Delete routes when `no
175 redistribute' is executed.
176
1771999-08-13 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
178
179 * ripng_zebra.c (ripng_redistribute_ospf6_cmd): Add OSPF6
180 redistribute command.
181
1821999-07-21 Kunihiro Ishiguro <kunihiro@zebra.org>
183
184 * ripngd.c (default_information_originate): Add
185 default-information command.
186
1871999-07-19 Kunihiro Ishiguro <kunihiro@zebra.org>
188
189 * ripngd.c (ripng_route_process): rip_add_route() and
190 rip_delete_route() are deleted. Both functions are integrated
191 into ripng_route_process().
192 (ripng_request_process): Proper reply for request message.
193
194 * ripng_routemap.c: New file added.
195
1961999-07-18 Kunihiro Ishiguro <kunihiro@zebra.org>
197
198 * ripngd.c (ripng_nexthop_rte): RIPng next hop routine is
199 rewritten.
200 (show_ipv6_ripng): Change `show ip ripng' to `show ipv6 ripng'.
201 (ripng_response_process): RIPng incoming packet's hop count check
202 added.
203 (ripng_response_process): Add strict RTE checking.
204
2051999-07-03 Kunihiro Ishiguro <kunihiro@zebra.org>
206
207 * ripngd.c (ripng_add_route): Fix metric compare bug.
208
2091999-06-25 itojun@iijlab.net
210
211 * ripngd.c (ripng_distribute_in): "distribute in" filter in ripngd
212 actually work.
213
2141999-05-25 Kunihiro Ishiguro <kunihiro@zebra.org>
215
216 * ripngd.c (ripng_zebra): Send each ripng information by separate
217 zebra packet.
218
2191999-05-15 Kunihiro Ishiguro <kunihiro@zebra.org>
220
221 * ripng_interface.c (if_add_multicast): Change log to zlog.
222
2231999-05-10 Kunihiro Ishiguro <kunihiro@zebra.org>
224
225 * ripng_interface.c (ripng_zebra_get_interface): Add function.
226
227 * ripng_zebra.c (redistribute_ripng): Delete function because
228 redistirbute the routes to the zebra daemon is now default
229 behavior.
230
2311999-05-09 Kunihiro Ishiguro <kunihiro@zebra.org>
232
233 * ripngd.conf.sample: Change network to route statement.
234
2351999-03-25 Kunihiro Ishiguro <kunihiro@zebra.org>
236
237 * ripngd.c: Old non Advanced API version ripng_send_packet and
238 ripng_recv_packet is removed.
239 * ripng_radix.c: File removed.
240
2411998-12-15 Kunihiro Ishiguro <kunihiro@zebra.org>
242
243 * Now I assume KAME support Advanced API and use sendmsg/recvmsg.
244
2451998-12-13 Kunihiro Ishiguro <kunihiro@zebra.org>
246
247 * ripng_interface.c: Delete old ifa (interface address) related
248 functions.
249
2501998-12-10 Kunihiro Ishiguro <kunihiro@zebra.org>
251
252 * ripng_debug.[ch]: New file.
253
254 * ripngd.c (ripng_supply): Do not send header only RIPng packet.
255 Change `network' statement to `route' statement.
256 (ripng_request_process): Reply to RIPng REQUEST packet.
257
2581998-12-09 Kunihiro Ishiguro <kunihiro@zebra.org>
259
260 * ripngd.c (ripng_config_write): Delete vector v argument.
261 * ripng_zebra.c (zebra_config_write): Likewise.
262 * ripng_interface.c (interface_config_write): Likewise.
263
2641998-12-07 Kunihiro Ishiguro <kunihiro@zebra.org>
265
266 * ripng_route.h: New file.
267
268 * ripng_interface.c: Delete #include <linux/in6.h>.
269 ripng_main.c: likewise.
270 ripng_radix.c: likewise.
271 ripng_route.c: likewise.
272 ripng_zebra.c: likewise.
273 ripngd.c: likewise.
274
2751998-12-06 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
276
277 * ripngd.h (IPV6_ADD_MEMBERSHIP): If IPV6_ADD_MEMBERSHIP is not
278 defined. Define IPV6_ADD_MEMBERSHIP as IPV6_JOIN_GROUP.
279
2801998-09-15 HEO SeonMeyong <seirios@matrix.iri.co.jp>
281
282 * all Hydrangea define is changed to KAME.
283