blob: a66825671b10c77dffbe96f6491002dad87da2fb [file] [log] [blame]
ajs274a4a42004-12-07 15:39:31 +000012004-12-07 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
2
3 * ripng_main.c: (main) The 2nd argument to openzlog has been removed.
4
ajs887c44a2004-12-03 16:36:46 +000052004-12-03 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
6
7 * ripng_main.c: (sighup) Remove spurious terminating message.
8 (sigint) Use zlog_notice for termination message.
9 (main) Issue a startup announcement using zlog_notice.
10
hassoc0652302004-11-25 19:33:48 +0000112004-11-25 Hasso Tepper <hasso at quagga.net>
12
13 * ripng_main.c: Make group to run as configurable.
14
hasso8dceb822004-10-26 06:39:56 +0000152004-10-26 Hasso Tepper <hasso at quagga.net>
16
17 * ripng_debug.c: Fix help of "show debugging ripng" command.
18
hasso98b718a2004-10-11 12:57:57 +0000192004-10-11 Hasso Tepper <hasso at quagga.net>
20
21 * *.c: Make more strings const.
22
hasso7a1d5832004-10-08 06:32:23 +0000232004-10-08 Hasso Tepper <hasso at quagga.net>
24
25 * *.[c|h]: Fix compiler warnings: make strings const, signed ->
26 unsigned etc.
27
hassoc9e52be2004-09-26 16:09:34 +0000282004-09-26 Hasso Tepper <hasso at quagga.net>
29
30 * ripingd.c: Access list hook argument function must have struct
31 access_list * argument. Solution taken from ripd.
32 * ripngd.c, ripnf_nexthop.c: Fix compiler warnings.
33
hasso52dc7ee2004-09-23 19:18:23 +0000342004-09-23 Hasso Tepper <hasso at quagga.net>
35
36 * *.[c|h]: list -> struct list *, listnode -> struct listnode *.
37
paul0b3acf42004-09-17 08:39:08 +0000382004-09-17 Paul Jakma <paul@dishone.st>
39
40 * ripngd.c: move setsockopt_so_recvbuf to lib.
41
hasso1203e1c2004-07-23 21:34:27 +0000422004-07-23 Hasso Tepper <hasso@estpak.ee>
43
44 * ripng_interface.c, ripng_nexthop.c: use ifp->mtu6 instead of
45 ifp->mtu.
46
gdt4d4653a2004-07-01 19:26:33 +0000472004-07-01 Greg Troxel <gdt@fnord.ir.bbn.com>
48
49 * ripng_interface.c (ripng_multicast_join): Use privs to do join,
50 to work around bug on gif(4) on NetBSD 1.6.2.
51
paulf88258c2004-05-11 12:01:33 +0000522004-05-11 Paul Jakma <paul@dishone.st>
53
54 * ripng_nexthop.h: SUNOS_5 does not define s6_addr32
55 catch ifndef(s6_addr32) && defined(SUNOS_5) and define
56 it ourselves based on the S10 _KERNEL guarded define.
57
paul0a589352004-05-08 11:48:26 +0000582004-05-08 Paul Jakma <paul@dishone.st>
59
60 * ripng_{interface,zebra}.c: sync with zclient changes
61
gdtddf1c262004-01-04 01:02:55 +0000622004-01-03 Greg Troxel <gdt@ahi.ir.bbn.com>
63
64 * ripng_interface.c (ripng_multicast_join): If IPV6_JOIN_GROUP
65 returns EADDRINUSE, consider the join successful. This happens
66 when an interface goes down and comes back because
67 ripng_multicast_leave does not invoke the LEAVE_GROUP operation if
68 the interface is down. Solves problem of ripng stopping working
69 on an interface which goes down and then comes back up (on NetBSD).
70
hasso15291352003-05-25 17:14:25 +0000712003-05-25 Hasso Tepper <hasso@estpak.ee>
72
73 * Revert ripng_ifrmap stuff because ripd uses it now as well.
74 * Merge ripngd part of 6Wind patch from Vincent Jardin
75 <vjardin@wanadoo.fr>.
76
paul445f1432003-05-16 19:00:31 +0000772003-04-23 Hasso Tepper <hasso@estpak.ee>
78
79 * {ripng_ifrmap,ripngd}.c: fix "router xxx" node commands in vtysh
80
812003-04-19 Hasso Tepper <hasso@estpak.ee>
82
83 * rip_routemap.c: sync daemon's route-map commands to have same
84 syntax
85
paul718e3742002-12-13 20:15:29 +0000862002-07-07 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
87
88 * zebra-0.93 released.
89
902001-08-28 NOGUCHI Kay <kay@v6.access.co.jp>
91
92 * ripngd.c (no_ripng_route): route_unlock_node () is not needed.
93
942001-08-26 NOGUCHI Kay <kay@v6.access.co.jp>
95
96 * ripngd.h (struct ripng_interface): Add passive interface option.
97
982001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
99
100 * zebra-0.92a released.
101
1022001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
103
104 * zebra-0.92 released.
105
1062001-08-07 Akira Kato <kato@wide.ad.jp>
107
108 * ripngd.c (ripng_timers): "timers basic" argument is fixed.
109
1102001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
111
112 * zebra-0.91 is released.
113
1142001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
115
116 * zebra-0.90 is released.
117
1182001-01-01 Kunihiro Ishiguro <kunihiro@zebra.org>
119
120 * ripngd.h (RIPNG_VTYSH_PATH): Change "/tmp/ripngd" to
121 "/tmp/.ripngd".
122
1232000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
124
125 * zebra-0.89 is released.
126
1272000-09-20 Kunihiro Ishiguro <kunihiro@zebra.org>
128
129 * ripngd.c (ripng_send_packet): Use CMSG_SPACE instead of sizeof
130 hack. Revert privious alignment patch.
131
1322000-09-20 URA Hiroshi <ura@hiru.aoba.yokohama.jp>
133
134 * ripngd.c (ripng_send_packet): Fix an alignment bug. Thus ripngd
135 can't send packets.
136
1372000-09-10 Kunihiro Ishiguro <kunihiro@zebra.org>
138
139 * ripng_interface.c (ripng_interface_address_delete): Connected
140 address delete treatment added.
141
1422000-08-22 Kunihiro Ishiguro <kunihiro@zebra.org>
143
144 * ripng_routemap.c (route_set_metric_compile): When checking '-'
145 character, argv[1] should be argv[0]. Reported by SHIRASAKI
146 Yasuhiro <yasuhiro@ocn.v6.ntt.net>.
147
1482000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
149
150 * zebra-0.88 is released.
151
1522000-06-06 Kunihiro Ishiguro <kunihiro@zebra.org>
153
154 * ripngd.c (ripng_route_process): Clear prefix_ipv6 before using
155 it.
156 (ripng_redistribute_delete): Fix bug of missing
157 route_unlock_node() when redistribute route is not found.
158 (ripng_redistribute_delete): Make it sure that timers are off.
159 (ripng_redistribute_delete): Likewise.
160
1612000-01-19 Kunihiro Ishiguro <kunihiro@zebra.org>
162
163 * ripngd.c (ripng_route_process): Fix bug of mis-checking of same
164 route.
165 (show_ipv6_ripng): Include ifindex to "show ipv6 ripng" output.
166
1671999-11-12 Kunihiro Ishiguro <kunihiro@zebra.org>
168
169 * ripngd.c (ripng_output_process): Use MINMTU when mtu value is
170 not available.
171
1721999-11-05 Kunihiro Ishiguro <kunihiro@zebra.org>
173
174 * ripngd.c (ripng_output_process): Calculate max RTE count from
175 interface MTU value.
176
1771999-09-29 Kunihiro Ishiguro <kunihiro@zebra.org>
178
179 * ripngd.c (ripng_distribute_update): Fix bug of updating
180 access-list and prefix-list.
181
1821999-09-07 URA Hiroshi <ura@hiru.aoba.yokohama.jp>
183
184 * ripngd.c (ripng_recv_packet): Change CMSG_DATA cast from (u_char
185 *) to (int *). (u_char *) does not work for NetBSD-currnet on
186 SparcStation 10.
187
1881999-08-15 Kunihiro Ishiguro <kunihiro@zebra.org>
189
190 * ripngd.c (ripng_request_process): When request packet comes,
191 check RIPng process is enabled on the interface.
192 (ripng_redistribute_withdraw): Delete routes when `no
193 redistribute' is executed.
194
1951999-08-13 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
196
197 * ripng_zebra.c (ripng_redistribute_ospf6_cmd): Add OSPF6
198 redistribute command.
199
2001999-07-21 Kunihiro Ishiguro <kunihiro@zebra.org>
201
202 * ripngd.c (default_information_originate): Add
203 default-information command.
204
2051999-07-19 Kunihiro Ishiguro <kunihiro@zebra.org>
206
207 * ripngd.c (ripng_route_process): rip_add_route() and
208 rip_delete_route() are deleted. Both functions are integrated
209 into ripng_route_process().
210 (ripng_request_process): Proper reply for request message.
211
212 * ripng_routemap.c: New file added.
213
2141999-07-18 Kunihiro Ishiguro <kunihiro@zebra.org>
215
216 * ripngd.c (ripng_nexthop_rte): RIPng next hop routine is
217 rewritten.
218 (show_ipv6_ripng): Change `show ip ripng' to `show ipv6 ripng'.
219 (ripng_response_process): RIPng incoming packet's hop count check
220 added.
221 (ripng_response_process): Add strict RTE checking.
222
2231999-07-03 Kunihiro Ishiguro <kunihiro@zebra.org>
224
225 * ripngd.c (ripng_add_route): Fix metric compare bug.
226
2271999-06-25 itojun@iijlab.net
228
229 * ripngd.c (ripng_distribute_in): "distribute in" filter in ripngd
230 actually work.
231
2321999-05-25 Kunihiro Ishiguro <kunihiro@zebra.org>
233
234 * ripngd.c (ripng_zebra): Send each ripng information by separate
235 zebra packet.
236
2371999-05-15 Kunihiro Ishiguro <kunihiro@zebra.org>
238
239 * ripng_interface.c (if_add_multicast): Change log to zlog.
240
2411999-05-10 Kunihiro Ishiguro <kunihiro@zebra.org>
242
243 * ripng_interface.c (ripng_zebra_get_interface): Add function.
244
245 * ripng_zebra.c (redistribute_ripng): Delete function because
246 redistirbute the routes to the zebra daemon is now default
247 behavior.
248
2491999-05-09 Kunihiro Ishiguro <kunihiro@zebra.org>
250
251 * ripngd.conf.sample: Change network to route statement.
252
2531999-03-25 Kunihiro Ishiguro <kunihiro@zebra.org>
254
255 * ripngd.c: Old non Advanced API version ripng_send_packet and
256 ripng_recv_packet is removed.
257 * ripng_radix.c: File removed.
258
2591998-12-15 Kunihiro Ishiguro <kunihiro@zebra.org>
260
261 * Now I assume KAME support Advanced API and use sendmsg/recvmsg.
262
2631998-12-13 Kunihiro Ishiguro <kunihiro@zebra.org>
264
265 * ripng_interface.c: Delete old ifa (interface address) related
266 functions.
267
2681998-12-10 Kunihiro Ishiguro <kunihiro@zebra.org>
269
270 * ripng_debug.[ch]: New file.
271
272 * ripngd.c (ripng_supply): Do not send header only RIPng packet.
273 Change `network' statement to `route' statement.
274 (ripng_request_process): Reply to RIPng REQUEST packet.
275
2761998-12-09 Kunihiro Ishiguro <kunihiro@zebra.org>
277
278 * ripngd.c (ripng_config_write): Delete vector v argument.
279 * ripng_zebra.c (zebra_config_write): Likewise.
280 * ripng_interface.c (interface_config_write): Likewise.
281
2821998-12-07 Kunihiro Ishiguro <kunihiro@zebra.org>
283
284 * ripng_route.h: New file.
285
286 * ripng_interface.c: Delete #include <linux/in6.h>.
287 ripng_main.c: likewise.
288 ripng_radix.c: likewise.
289 ripng_route.c: likewise.
290 ripng_zebra.c: likewise.
291 ripngd.c: likewise.
292
2931998-12-06 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
294
295 * ripngd.h (IPV6_ADD_MEMBERSHIP): If IPV6_ADD_MEMBERSHIP is not
296 defined. Define IPV6_ADD_MEMBERSHIP as IPV6_JOIN_GROUP.
297
2981998-09-15 HEO SeonMeyong <seirios@matrix.iri.co.jp>
299
300 * all Hydrangea define is changed to KAME.
301