blob: 7f85cc474d4fced0425031e11ffeb9a9a60c4ce1 [file] [log] [blame]
ajsfa40f652004-12-16 16:18:13 +000012004-12-16 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
2
3 * ripng_nexthop.c: Replace NEXTHOP_OUT macro with NEXTHOP_OUT_PTR,
4 since it's not really OK to take the address of a ternary expression.
5 (_ripng_rte_cmp,ripng_rte_send) Use new NEXTHOP_OUT_PTR macro
6 instead of NEXTHOP_OUT.
7
ajsc6106812004-12-08 19:51:16 +000082004-12-08 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
9
10 * *.c: Change level of debug messages to LOG_DEBUG.
11
ajs274a4a42004-12-07 15:39:31 +0000122004-12-07 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
13
14 * ripng_main.c: (main) The 2nd argument to openzlog has been removed.
15
ajs887c44a2004-12-03 16:36:46 +0000162004-12-03 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
17
18 * ripng_main.c: (sighup) Remove spurious terminating message.
19 (sigint) Use zlog_notice for termination message.
20 (main) Issue a startup announcement using zlog_notice.
21
hassoc0652302004-11-25 19:33:48 +0000222004-11-25 Hasso Tepper <hasso at quagga.net>
23
24 * ripng_main.c: Make group to run as configurable.
25
hasso8dceb822004-10-26 06:39:56 +0000262004-10-26 Hasso Tepper <hasso at quagga.net>
27
28 * ripng_debug.c: Fix help of "show debugging ripng" command.
29
hasso98b718a2004-10-11 12:57:57 +0000302004-10-11 Hasso Tepper <hasso at quagga.net>
31
32 * *.c: Make more strings const.
33
hasso7a1d5832004-10-08 06:32:23 +0000342004-10-08 Hasso Tepper <hasso at quagga.net>
35
36 * *.[c|h]: Fix compiler warnings: make strings const, signed ->
37 unsigned etc.
38
hassoc9e52be2004-09-26 16:09:34 +0000392004-09-26 Hasso Tepper <hasso at quagga.net>
40
41 * ripingd.c: Access list hook argument function must have struct
42 access_list * argument. Solution taken from ripd.
43 * ripngd.c, ripnf_nexthop.c: Fix compiler warnings.
44
hasso52dc7ee2004-09-23 19:18:23 +0000452004-09-23 Hasso Tepper <hasso at quagga.net>
46
47 * *.[c|h]: list -> struct list *, listnode -> struct listnode *.
48
paul0b3acf42004-09-17 08:39:08 +0000492004-09-17 Paul Jakma <paul@dishone.st>
50
51 * ripngd.c: move setsockopt_so_recvbuf to lib.
52
hasso1203e1c2004-07-23 21:34:27 +0000532004-07-23 Hasso Tepper <hasso@estpak.ee>
54
55 * ripng_interface.c, ripng_nexthop.c: use ifp->mtu6 instead of
56 ifp->mtu.
57
gdt4d4653a2004-07-01 19:26:33 +0000582004-07-01 Greg Troxel <gdt@fnord.ir.bbn.com>
59
60 * ripng_interface.c (ripng_multicast_join): Use privs to do join,
61 to work around bug on gif(4) on NetBSD 1.6.2.
62
paulf88258c2004-05-11 12:01:33 +0000632004-05-11 Paul Jakma <paul@dishone.st>
64
65 * ripng_nexthop.h: SUNOS_5 does not define s6_addr32
66 catch ifndef(s6_addr32) && defined(SUNOS_5) and define
67 it ourselves based on the S10 _KERNEL guarded define.
68
paul0a589352004-05-08 11:48:26 +0000692004-05-08 Paul Jakma <paul@dishone.st>
70
71 * ripng_{interface,zebra}.c: sync with zclient changes
72
gdtddf1c262004-01-04 01:02:55 +0000732004-01-03 Greg Troxel <gdt@ahi.ir.bbn.com>
74
75 * ripng_interface.c (ripng_multicast_join): If IPV6_JOIN_GROUP
76 returns EADDRINUSE, consider the join successful. This happens
77 when an interface goes down and comes back because
78 ripng_multicast_leave does not invoke the LEAVE_GROUP operation if
79 the interface is down. Solves problem of ripng stopping working
80 on an interface which goes down and then comes back up (on NetBSD).
81
hasso15291352003-05-25 17:14:25 +0000822003-05-25 Hasso Tepper <hasso@estpak.ee>
83
84 * Revert ripng_ifrmap stuff because ripd uses it now as well.
85 * Merge ripngd part of 6Wind patch from Vincent Jardin
86 <vjardin@wanadoo.fr>.
87
paul445f1432003-05-16 19:00:31 +0000882003-04-23 Hasso Tepper <hasso@estpak.ee>
89
90 * {ripng_ifrmap,ripngd}.c: fix "router xxx" node commands in vtysh
91
922003-04-19 Hasso Tepper <hasso@estpak.ee>
93
94 * rip_routemap.c: sync daemon's route-map commands to have same
95 syntax
96
paul718e3742002-12-13 20:15:29 +0000972002-07-07 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
98
99 * zebra-0.93 released.
100
1012001-08-28 NOGUCHI Kay <kay@v6.access.co.jp>
102
103 * ripngd.c (no_ripng_route): route_unlock_node () is not needed.
104
1052001-08-26 NOGUCHI Kay <kay@v6.access.co.jp>
106
107 * ripngd.h (struct ripng_interface): Add passive interface option.
108
1092001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
110
111 * zebra-0.92a released.
112
1132001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
114
115 * zebra-0.92 released.
116
1172001-08-07 Akira Kato <kato@wide.ad.jp>
118
119 * ripngd.c (ripng_timers): "timers basic" argument is fixed.
120
1212001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
122
123 * zebra-0.91 is released.
124
1252001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
126
127 * zebra-0.90 is released.
128
1292001-01-01 Kunihiro Ishiguro <kunihiro@zebra.org>
130
131 * ripngd.h (RIPNG_VTYSH_PATH): Change "/tmp/ripngd" to
132 "/tmp/.ripngd".
133
1342000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
135
136 * zebra-0.89 is released.
137
1382000-09-20 Kunihiro Ishiguro <kunihiro@zebra.org>
139
140 * ripngd.c (ripng_send_packet): Use CMSG_SPACE instead of sizeof
141 hack. Revert privious alignment patch.
142
1432000-09-20 URA Hiroshi <ura@hiru.aoba.yokohama.jp>
144
145 * ripngd.c (ripng_send_packet): Fix an alignment bug. Thus ripngd
146 can't send packets.
147
1482000-09-10 Kunihiro Ishiguro <kunihiro@zebra.org>
149
150 * ripng_interface.c (ripng_interface_address_delete): Connected
151 address delete treatment added.
152
1532000-08-22 Kunihiro Ishiguro <kunihiro@zebra.org>
154
155 * ripng_routemap.c (route_set_metric_compile): When checking '-'
156 character, argv[1] should be argv[0]. Reported by SHIRASAKI
157 Yasuhiro <yasuhiro@ocn.v6.ntt.net>.
158
1592000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
160
161 * zebra-0.88 is released.
162
1632000-06-06 Kunihiro Ishiguro <kunihiro@zebra.org>
164
165 * ripngd.c (ripng_route_process): Clear prefix_ipv6 before using
166 it.
167 (ripng_redistribute_delete): Fix bug of missing
168 route_unlock_node() when redistribute route is not found.
169 (ripng_redistribute_delete): Make it sure that timers are off.
170 (ripng_redistribute_delete): Likewise.
171
1722000-01-19 Kunihiro Ishiguro <kunihiro@zebra.org>
173
174 * ripngd.c (ripng_route_process): Fix bug of mis-checking of same
175 route.
176 (show_ipv6_ripng): Include ifindex to "show ipv6 ripng" output.
177
1781999-11-12 Kunihiro Ishiguro <kunihiro@zebra.org>
179
180 * ripngd.c (ripng_output_process): Use MINMTU when mtu value is
181 not available.
182
1831999-11-05 Kunihiro Ishiguro <kunihiro@zebra.org>
184
185 * ripngd.c (ripng_output_process): Calculate max RTE count from
186 interface MTU value.
187
1881999-09-29 Kunihiro Ishiguro <kunihiro@zebra.org>
189
190 * ripngd.c (ripng_distribute_update): Fix bug of updating
191 access-list and prefix-list.
192
1931999-09-07 URA Hiroshi <ura@hiru.aoba.yokohama.jp>
194
195 * ripngd.c (ripng_recv_packet): Change CMSG_DATA cast from (u_char
196 *) to (int *). (u_char *) does not work for NetBSD-currnet on
197 SparcStation 10.
198
1991999-08-15 Kunihiro Ishiguro <kunihiro@zebra.org>
200
201 * ripngd.c (ripng_request_process): When request packet comes,
202 check RIPng process is enabled on the interface.
203 (ripng_redistribute_withdraw): Delete routes when `no
204 redistribute' is executed.
205
2061999-08-13 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
207
208 * ripng_zebra.c (ripng_redistribute_ospf6_cmd): Add OSPF6
209 redistribute command.
210
2111999-07-21 Kunihiro Ishiguro <kunihiro@zebra.org>
212
213 * ripngd.c (default_information_originate): Add
214 default-information command.
215
2161999-07-19 Kunihiro Ishiguro <kunihiro@zebra.org>
217
218 * ripngd.c (ripng_route_process): rip_add_route() and
219 rip_delete_route() are deleted. Both functions are integrated
220 into ripng_route_process().
221 (ripng_request_process): Proper reply for request message.
222
223 * ripng_routemap.c: New file added.
224
2251999-07-18 Kunihiro Ishiguro <kunihiro@zebra.org>
226
227 * ripngd.c (ripng_nexthop_rte): RIPng next hop routine is
228 rewritten.
229 (show_ipv6_ripng): Change `show ip ripng' to `show ipv6 ripng'.
230 (ripng_response_process): RIPng incoming packet's hop count check
231 added.
232 (ripng_response_process): Add strict RTE checking.
233
2341999-07-03 Kunihiro Ishiguro <kunihiro@zebra.org>
235
236 * ripngd.c (ripng_add_route): Fix metric compare bug.
237
2381999-06-25 itojun@iijlab.net
239
240 * ripngd.c (ripng_distribute_in): "distribute in" filter in ripngd
241 actually work.
242
2431999-05-25 Kunihiro Ishiguro <kunihiro@zebra.org>
244
245 * ripngd.c (ripng_zebra): Send each ripng information by separate
246 zebra packet.
247
2481999-05-15 Kunihiro Ishiguro <kunihiro@zebra.org>
249
250 * ripng_interface.c (if_add_multicast): Change log to zlog.
251
2521999-05-10 Kunihiro Ishiguro <kunihiro@zebra.org>
253
254 * ripng_interface.c (ripng_zebra_get_interface): Add function.
255
256 * ripng_zebra.c (redistribute_ripng): Delete function because
257 redistirbute the routes to the zebra daemon is now default
258 behavior.
259
2601999-05-09 Kunihiro Ishiguro <kunihiro@zebra.org>
261
262 * ripngd.conf.sample: Change network to route statement.
263
2641999-03-25 Kunihiro Ishiguro <kunihiro@zebra.org>
265
266 * ripngd.c: Old non Advanced API version ripng_send_packet and
267 ripng_recv_packet is removed.
268 * ripng_radix.c: File removed.
269
2701998-12-15 Kunihiro Ishiguro <kunihiro@zebra.org>
271
272 * Now I assume KAME support Advanced API and use sendmsg/recvmsg.
273
2741998-12-13 Kunihiro Ishiguro <kunihiro@zebra.org>
275
276 * ripng_interface.c: Delete old ifa (interface address) related
277 functions.
278
2791998-12-10 Kunihiro Ishiguro <kunihiro@zebra.org>
280
281 * ripng_debug.[ch]: New file.
282
283 * ripngd.c (ripng_supply): Do not send header only RIPng packet.
284 Change `network' statement to `route' statement.
285 (ripng_request_process): Reply to RIPng REQUEST packet.
286
2871998-12-09 Kunihiro Ishiguro <kunihiro@zebra.org>
288
289 * ripngd.c (ripng_config_write): Delete vector v argument.
290 * ripng_zebra.c (zebra_config_write): Likewise.
291 * ripng_interface.c (interface_config_write): Likewise.
292
2931998-12-07 Kunihiro Ishiguro <kunihiro@zebra.org>
294
295 * ripng_route.h: New file.
296
297 * ripng_interface.c: Delete #include <linux/in6.h>.
298 ripng_main.c: likewise.
299 ripng_radix.c: likewise.
300 ripng_route.c: likewise.
301 ripng_zebra.c: likewise.
302 ripngd.c: likewise.
303
3041998-12-06 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
305
306 * ripngd.h (IPV6_ADD_MEMBERSHIP): If IPV6_ADD_MEMBERSHIP is not
307 defined. Define IPV6_ADD_MEMBERSHIP as IPV6_JOIN_GROUP.
308
3091998-09-15 HEO SeonMeyong <seirios@matrix.iri.co.jp>
310
311 * all Hydrangea define is changed to KAME.
312