blob: 07e3d76136633861256551190aec1a1ac7bf9dd3 [file] [log] [blame]
paul718e3742002-12-13 20:15:29 +000012002-07-07 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
2
3 * zebra-0.93 released.
4
52001-08-28 NOGUCHI Kay <kay@v6.access.co.jp>
6
7 * ripngd.c (no_ripng_route): route_unlock_node () is not needed.
8
92001-08-26 NOGUCHI Kay <kay@v6.access.co.jp>
10
11 * ripngd.h (struct ripng_interface): Add passive interface option.
12
132001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
14
15 * zebra-0.92a released.
16
172001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
18
19 * zebra-0.92 released.
20
212001-08-07 Akira Kato <kato@wide.ad.jp>
22
23 * ripngd.c (ripng_timers): "timers basic" argument is fixed.
24
252001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
26
27 * zebra-0.91 is released.
28
292001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
30
31 * zebra-0.90 is released.
32
332001-01-01 Kunihiro Ishiguro <kunihiro@zebra.org>
34
35 * ripngd.h (RIPNG_VTYSH_PATH): Change "/tmp/ripngd" to
36 "/tmp/.ripngd".
37
382000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
39
40 * zebra-0.89 is released.
41
422000-09-20 Kunihiro Ishiguro <kunihiro@zebra.org>
43
44 * ripngd.c (ripng_send_packet): Use CMSG_SPACE instead of sizeof
45 hack. Revert privious alignment patch.
46
472000-09-20 URA Hiroshi <ura@hiru.aoba.yokohama.jp>
48
49 * ripngd.c (ripng_send_packet): Fix an alignment bug. Thus ripngd
50 can't send packets.
51
522000-09-10 Kunihiro Ishiguro <kunihiro@zebra.org>
53
54 * ripng_interface.c (ripng_interface_address_delete): Connected
55 address delete treatment added.
56
572000-08-22 Kunihiro Ishiguro <kunihiro@zebra.org>
58
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>.
62
632000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
64
65 * zebra-0.88 is released.
66
672000-06-06 Kunihiro Ishiguro <kunihiro@zebra.org>
68
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.
75
762000-01-19 Kunihiro Ishiguro <kunihiro@zebra.org>
77
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.
81
821999-11-12 Kunihiro Ishiguro <kunihiro@zebra.org>
83
84 * ripngd.c (ripng_output_process): Use MINMTU when mtu value is
85 not available.
86
871999-11-05 Kunihiro Ishiguro <kunihiro@zebra.org>
88
89 * ripngd.c (ripng_output_process): Calculate max RTE count from
90 interface MTU value.
91
921999-09-29 Kunihiro Ishiguro <kunihiro@zebra.org>
93
94 * ripngd.c (ripng_distribute_update): Fix bug of updating
95 access-list and prefix-list.
96
971999-09-07 URA Hiroshi <ura@hiru.aoba.yokohama.jp>
98
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.
102
1031999-08-15 Kunihiro Ishiguro <kunihiro@zebra.org>
104
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.
109
1101999-08-13 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
111
112 * ripng_zebra.c (ripng_redistribute_ospf6_cmd): Add OSPF6
113 redistribute command.
114
1151999-07-21 Kunihiro Ishiguro <kunihiro@zebra.org>
116
117 * ripngd.c (default_information_originate): Add
118 default-information command.
119
1201999-07-19 Kunihiro Ishiguro <kunihiro@zebra.org>
121
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.
126
127 * ripng_routemap.c: New file added.
128
1291999-07-18 Kunihiro Ishiguro <kunihiro@zebra.org>
130
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.
137
1381999-07-03 Kunihiro Ishiguro <kunihiro@zebra.org>
139
140 * ripngd.c (ripng_add_route): Fix metric compare bug.
141
1421999-06-25 itojun@iijlab.net
143
144 * ripngd.c (ripng_distribute_in): "distribute in" filter in ripngd
145 actually work.
146
1471999-05-25 Kunihiro Ishiguro <kunihiro@zebra.org>
148
149 * ripngd.c (ripng_zebra): Send each ripng information by separate
150 zebra packet.
151
1521999-05-15 Kunihiro Ishiguro <kunihiro@zebra.org>
153
154 * ripng_interface.c (if_add_multicast): Change log to zlog.
155
1561999-05-10 Kunihiro Ishiguro <kunihiro@zebra.org>
157
158 * ripng_interface.c (ripng_zebra_get_interface): Add function.
159
160 * ripng_zebra.c (redistribute_ripng): Delete function because
161 redistirbute the routes to the zebra daemon is now default
162 behavior.
163
1641999-05-09 Kunihiro Ishiguro <kunihiro@zebra.org>
165
166 * ripngd.conf.sample: Change network to route statement.
167
1681999-03-25 Kunihiro Ishiguro <kunihiro@zebra.org>
169
170 * ripngd.c: Old non Advanced API version ripng_send_packet and
171 ripng_recv_packet is removed.
172 * ripng_radix.c: File removed.
173
1741998-12-15 Kunihiro Ishiguro <kunihiro@zebra.org>
175
176 * Now I assume KAME support Advanced API and use sendmsg/recvmsg.
177
1781998-12-13 Kunihiro Ishiguro <kunihiro@zebra.org>
179
180 * ripng_interface.c: Delete old ifa (interface address) related
181 functions.
182
1831998-12-10 Kunihiro Ishiguro <kunihiro@zebra.org>
184
185 * ripng_debug.[ch]: New file.
186
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.
190
1911998-12-09 Kunihiro Ishiguro <kunihiro@zebra.org>
192
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.
196
1971998-12-07 Kunihiro Ishiguro <kunihiro@zebra.org>
198
199 * ripng_route.h: New file.
200
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.
207
2081998-12-06 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
209
210 * ripngd.h (IPV6_ADD_MEMBERSHIP): If IPV6_ADD_MEMBERSHIP is not
211 defined. Define IPV6_ADD_MEMBERSHIP as IPV6_JOIN_GROUP.
212
2131998-09-15 HEO SeonMeyong <seirios@matrix.iri.co.jp>
214
215 * all Hydrangea define is changed to KAME.
216