usbmodeswitch: Updated to v.1.2.6 from shibby's branch.
[tomato.git] / release / src / router / zebra / ripngd / ChangeLog
blob07e3d76136633861256551190aec1a1ac7bf9dd3
1 2002-07-07  Kunihiro Ishiguro  <kunihiro@ipinfusion.com>
3         * zebra-0.93 released.
5 2001-08-28  NOGUCHI Kay <kay@v6.access.co.jp>
7         * ripngd.c (no_ripng_route): route_unlock_node () is not needed.
9 2001-08-26  NOGUCHI Kay <kay@v6.access.co.jp>
11         * ripngd.h (struct ripng_interface): Add passive interface option.
13 2001-08-19  Kunihiro Ishiguro  <kunihiro@ipinfusion.com>
15         * zebra-0.92a released.
17 2001-08-15  Kunihiro Ishiguro  <kunihiro@ipinfusion.com>
19         * zebra-0.92 released.
21 2001-08-07  Akira Kato <kato@wide.ad.jp>
23         * ripngd.c (ripng_timers): "timers basic" argument is fixed.
25 2001-02-01  Kunihiro Ishiguro  <kunihiro@zebra.org>
27         * zebra-0.91 is released.
29 2001-01-09  Kunihiro Ishiguro  <kunihiro@zebra.org>
31         * zebra-0.90 is released.
33 2001-01-01  Kunihiro Ishiguro  <kunihiro@zebra.org>
35         * ripngd.h (RIPNG_VTYSH_PATH): Change "/tmp/ripngd" to
36         "/tmp/.ripngd".
38 2000-10-02  Kunihiro Ishiguro  <kunihiro@zebra.org>
40         * zebra-0.89 is released.
42 2000-09-20  Kunihiro Ishiguro  <kunihiro@zebra.org>
44         * ripngd.c (ripng_send_packet): Use CMSG_SPACE instead of sizeof
45         hack.  Revert privious alignment patch.
47 2000-09-20  URA Hiroshi <ura@hiru.aoba.yokohama.jp>
49         * ripngd.c (ripng_send_packet): Fix an alignment bug. Thus ripngd
50         can't send packets.
52 2000-09-10  Kunihiro Ishiguro  <kunihiro@zebra.org>
54         * ripng_interface.c (ripng_interface_address_delete): Connected
55         address delete treatment added.
57 2000-08-22  Kunihiro Ishiguro  <kunihiro@zebra.org>
59         * ripng_routemap.c (route_set_metric_compile): When checking '-'
60         character, argv[1] should be argv[0].  Reported by SHIRASAKI
61         Yasuhiro <yasuhiro@ocn.v6.ntt.net>.
63 2000-08-17  Kunihiro Ishiguro  <kunihiro@zebra.org>
65         * zebra-0.88 is released.
67 2000-06-06  Kunihiro Ishiguro  <kunihiro@zebra.org>
69         * ripngd.c (ripng_route_process): Clear prefix_ipv6 before using
70         it.
71         (ripng_redistribute_delete): Fix bug of missing
72         route_unlock_node() when redistribute route is not found.
73         (ripng_redistribute_delete): Make it sure that timers are off.
74         (ripng_redistribute_delete): Likewise.
76 2000-01-19  Kunihiro Ishiguro  <kunihiro@zebra.org>
78         * ripngd.c (ripng_route_process): Fix bug of mis-checking of same
79         route.
80         (show_ipv6_ripng): Include ifindex to "show ipv6 ripng" output.
82 1999-11-12  Kunihiro Ishiguro  <kunihiro@zebra.org>
84         * ripngd.c (ripng_output_process): Use MINMTU when mtu value is
85         not available.
87 1999-11-05  Kunihiro Ishiguro  <kunihiro@zebra.org>
89         * ripngd.c (ripng_output_process): Calculate max RTE count from
90         interface MTU value.
92 1999-09-29  Kunihiro Ishiguro  <kunihiro@zebra.org>
94         * ripngd.c (ripng_distribute_update): Fix bug of updating
95         access-list and prefix-list.
97 1999-09-07  URA Hiroshi <ura@hiru.aoba.yokohama.jp>
99         * ripngd.c (ripng_recv_packet): Change CMSG_DATA cast from (u_char
100         *) to (int *).  (u_char *) does not work for NetBSD-currnet on
101         SparcStation 10.
103 1999-08-15  Kunihiro Ishiguro  <kunihiro@zebra.org>
105         * ripngd.c (ripng_request_process): When request packet comes,
106         check RIPng process is enabled on the interface.
107         (ripng_redistribute_withdraw): Delete routes when `no
108         redistribute' is executed.
110 1999-08-13  Yasuhiro Ohara  <yasu@sfc.wide.ad.jp>
112         * ripng_zebra.c (ripng_redistribute_ospf6_cmd): Add OSPF6
113         redistribute command.
115 1999-07-21  Kunihiro Ishiguro  <kunihiro@zebra.org>
117         * ripngd.c (default_information_originate): Add
118         default-information command.
120 1999-07-19  Kunihiro Ishiguro  <kunihiro@zebra.org>
122         * ripngd.c (ripng_route_process): rip_add_route() and
123         rip_delete_route() are deleted.  Both functions are integrated
124         into ripng_route_process().
125         (ripng_request_process): Proper reply for request message.
127         * ripng_routemap.c: New file added.
129 1999-07-18  Kunihiro Ishiguro  <kunihiro@zebra.org>
131         * ripngd.c (ripng_nexthop_rte): RIPng next hop routine is
132         rewritten.
133         (show_ipv6_ripng): Change `show ip ripng' to `show ipv6 ripng'.
134         (ripng_response_process): RIPng incoming packet's hop count check
135         added.
136         (ripng_response_process): Add strict RTE checking.
138 1999-07-03  Kunihiro Ishiguro  <kunihiro@zebra.org>
140         * ripngd.c (ripng_add_route): Fix metric compare bug.
142 1999-06-25  itojun@iijlab.net
144         * ripngd.c (ripng_distribute_in): "distribute in" filter in ripngd
145         actually work.
147 1999-05-25  Kunihiro Ishiguro  <kunihiro@zebra.org>
149         * ripngd.c (ripng_zebra): Send each ripng information by separate
150         zebra packet.
152 1999-05-15  Kunihiro Ishiguro  <kunihiro@zebra.org>
154         * ripng_interface.c (if_add_multicast): Change log to zlog.
156 1999-05-10  Kunihiro Ishiguro  <kunihiro@zebra.org>
158         * ripng_interface.c (ripng_zebra_get_interface): Add function.
160         * ripng_zebra.c (redistribute_ripng): Delete function because
161         redistirbute the routes to the zebra daemon is now default
162         behavior.
164 1999-05-09  Kunihiro Ishiguro  <kunihiro@zebra.org>
166         * ripngd.conf.sample: Change network to route statement.
168 1999-03-25  Kunihiro Ishiguro  <kunihiro@zebra.org>
170         * ripngd.c: Old non Advanced API version ripng_send_packet and
171         ripng_recv_packet is removed.
172         * ripng_radix.c: File removed.
174 1998-12-15  Kunihiro Ishiguro  <kunihiro@zebra.org>
176         * Now I assume KAME support Advanced API and use sendmsg/recvmsg.
178 1998-12-13  Kunihiro Ishiguro  <kunihiro@zebra.org>
180         * ripng_interface.c: Delete old ifa (interface address) related
181         functions.
183 1998-12-10  Kunihiro Ishiguro  <kunihiro@zebra.org>
185         * ripng_debug.[ch]: New file.
187         * ripngd.c (ripng_supply): Do not send header only RIPng packet.
188         Change `network' statement to `route' statement.
189         (ripng_request_process): Reply to RIPng REQUEST packet.
191 1998-12-09  Kunihiro Ishiguro  <kunihiro@zebra.org>
193         * ripngd.c (ripng_config_write): Delete vector v argument.
194         * ripng_zebra.c (zebra_config_write): Likewise.
195         * ripng_interface.c (interface_config_write): Likewise.
197 1998-12-07  Kunihiro Ishiguro  <kunihiro@zebra.org>
199         * ripng_route.h: New file.
201         * ripng_interface.c:  Delete #include <linux/in6.h>.
202         ripng_main.c: likewise.
203         ripng_radix.c: likewise.
204         ripng_route.c: likewise.
205         ripng_zebra.c: likewise.
206         ripngd.c: likewise.
208 1998-12-06  Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
210         * ripngd.h (IPV6_ADD_MEMBERSHIP): If IPV6_ADD_MEMBERSHIP is not
211         defined. Define IPV6_ADD_MEMBERSHIP as IPV6_JOIN_GROUP.
213 1998-09-15  HEO SeonMeyong  <seirios@matrix.iri.co.jp>
215         * all Hydrangea define is changed to KAME.