blob: 727f2a944a6e99bdc8470ecba892419d6b68de87 [file] [log] [blame]
paul445f1432003-05-16 19:00:31 +000012003-04-23 Hasso Tepper <hasso@estpak.ee>
2
3 * {ripng_ifrmap,ripngd}.c: fix "router xxx" node commands in vtysh
4
52003-04-19 Hasso Tepper <hasso@estpak.ee>
6
7 * rip_routemap.c: sync daemon's route-map commands to have same
8 syntax
9
paul718e3742002-12-13 20:15:29 +0000102002-07-07 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
11
12 * zebra-0.93 released.
13
142001-08-28 NOGUCHI Kay <kay@v6.access.co.jp>
15
16 * ripngd.c (no_ripng_route): route_unlock_node () is not needed.
17
182001-08-26 NOGUCHI Kay <kay@v6.access.co.jp>
19
20 * ripngd.h (struct ripng_interface): Add passive interface option.
21
222001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
23
24 * zebra-0.92a released.
25
262001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
27
28 * zebra-0.92 released.
29
302001-08-07 Akira Kato <kato@wide.ad.jp>
31
32 * ripngd.c (ripng_timers): "timers basic" argument is fixed.
33
342001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
35
36 * zebra-0.91 is released.
37
382001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
39
40 * zebra-0.90 is released.
41
422001-01-01 Kunihiro Ishiguro <kunihiro@zebra.org>
43
44 * ripngd.h (RIPNG_VTYSH_PATH): Change "/tmp/ripngd" to
45 "/tmp/.ripngd".
46
472000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
48
49 * zebra-0.89 is released.
50
512000-09-20 Kunihiro Ishiguro <kunihiro@zebra.org>
52
53 * ripngd.c (ripng_send_packet): Use CMSG_SPACE instead of sizeof
54 hack. Revert privious alignment patch.
55
562000-09-20 URA Hiroshi <ura@hiru.aoba.yokohama.jp>
57
58 * ripngd.c (ripng_send_packet): Fix an alignment bug. Thus ripngd
59 can't send packets.
60
612000-09-10 Kunihiro Ishiguro <kunihiro@zebra.org>
62
63 * ripng_interface.c (ripng_interface_address_delete): Connected
64 address delete treatment added.
65
662000-08-22 Kunihiro Ishiguro <kunihiro@zebra.org>
67
68 * ripng_routemap.c (route_set_metric_compile): When checking '-'
69 character, argv[1] should be argv[0]. Reported by SHIRASAKI
70 Yasuhiro <yasuhiro@ocn.v6.ntt.net>.
71
722000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
73
74 * zebra-0.88 is released.
75
762000-06-06 Kunihiro Ishiguro <kunihiro@zebra.org>
77
78 * ripngd.c (ripng_route_process): Clear prefix_ipv6 before using
79 it.
80 (ripng_redistribute_delete): Fix bug of missing
81 route_unlock_node() when redistribute route is not found.
82 (ripng_redistribute_delete): Make it sure that timers are off.
83 (ripng_redistribute_delete): Likewise.
84
852000-01-19 Kunihiro Ishiguro <kunihiro@zebra.org>
86
87 * ripngd.c (ripng_route_process): Fix bug of mis-checking of same
88 route.
89 (show_ipv6_ripng): Include ifindex to "show ipv6 ripng" output.
90
911999-11-12 Kunihiro Ishiguro <kunihiro@zebra.org>
92
93 * ripngd.c (ripng_output_process): Use MINMTU when mtu value is
94 not available.
95
961999-11-05 Kunihiro Ishiguro <kunihiro@zebra.org>
97
98 * ripngd.c (ripng_output_process): Calculate max RTE count from
99 interface MTU value.
100
1011999-09-29 Kunihiro Ishiguro <kunihiro@zebra.org>
102
103 * ripngd.c (ripng_distribute_update): Fix bug of updating
104 access-list and prefix-list.
105
1061999-09-07 URA Hiroshi <ura@hiru.aoba.yokohama.jp>
107
108 * ripngd.c (ripng_recv_packet): Change CMSG_DATA cast from (u_char
109 *) to (int *). (u_char *) does not work for NetBSD-currnet on
110 SparcStation 10.
111
1121999-08-15 Kunihiro Ishiguro <kunihiro@zebra.org>
113
114 * ripngd.c (ripng_request_process): When request packet comes,
115 check RIPng process is enabled on the interface.
116 (ripng_redistribute_withdraw): Delete routes when `no
117 redistribute' is executed.
118
1191999-08-13 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
120
121 * ripng_zebra.c (ripng_redistribute_ospf6_cmd): Add OSPF6
122 redistribute command.
123
1241999-07-21 Kunihiro Ishiguro <kunihiro@zebra.org>
125
126 * ripngd.c (default_information_originate): Add
127 default-information command.
128
1291999-07-19 Kunihiro Ishiguro <kunihiro@zebra.org>
130
131 * ripngd.c (ripng_route_process): rip_add_route() and
132 rip_delete_route() are deleted. Both functions are integrated
133 into ripng_route_process().
134 (ripng_request_process): Proper reply for request message.
135
136 * ripng_routemap.c: New file added.
137
1381999-07-18 Kunihiro Ishiguro <kunihiro@zebra.org>
139
140 * ripngd.c (ripng_nexthop_rte): RIPng next hop routine is
141 rewritten.
142 (show_ipv6_ripng): Change `show ip ripng' to `show ipv6 ripng'.
143 (ripng_response_process): RIPng incoming packet's hop count check
144 added.
145 (ripng_response_process): Add strict RTE checking.
146
1471999-07-03 Kunihiro Ishiguro <kunihiro@zebra.org>
148
149 * ripngd.c (ripng_add_route): Fix metric compare bug.
150
1511999-06-25 itojun@iijlab.net
152
153 * ripngd.c (ripng_distribute_in): "distribute in" filter in ripngd
154 actually work.
155
1561999-05-25 Kunihiro Ishiguro <kunihiro@zebra.org>
157
158 * ripngd.c (ripng_zebra): Send each ripng information by separate
159 zebra packet.
160
1611999-05-15 Kunihiro Ishiguro <kunihiro@zebra.org>
162
163 * ripng_interface.c (if_add_multicast): Change log to zlog.
164
1651999-05-10 Kunihiro Ishiguro <kunihiro@zebra.org>
166
167 * ripng_interface.c (ripng_zebra_get_interface): Add function.
168
169 * ripng_zebra.c (redistribute_ripng): Delete function because
170 redistirbute the routes to the zebra daemon is now default
171 behavior.
172
1731999-05-09 Kunihiro Ishiguro <kunihiro@zebra.org>
174
175 * ripngd.conf.sample: Change network to route statement.
176
1771999-03-25 Kunihiro Ishiguro <kunihiro@zebra.org>
178
179 * ripngd.c: Old non Advanced API version ripng_send_packet and
180 ripng_recv_packet is removed.
181 * ripng_radix.c: File removed.
182
1831998-12-15 Kunihiro Ishiguro <kunihiro@zebra.org>
184
185 * Now I assume KAME support Advanced API and use sendmsg/recvmsg.
186
1871998-12-13 Kunihiro Ishiguro <kunihiro@zebra.org>
188
189 * ripng_interface.c: Delete old ifa (interface address) related
190 functions.
191
1921998-12-10 Kunihiro Ishiguro <kunihiro@zebra.org>
193
194 * ripng_debug.[ch]: New file.
195
196 * ripngd.c (ripng_supply): Do not send header only RIPng packet.
197 Change `network' statement to `route' statement.
198 (ripng_request_process): Reply to RIPng REQUEST packet.
199
2001998-12-09 Kunihiro Ishiguro <kunihiro@zebra.org>
201
202 * ripngd.c (ripng_config_write): Delete vector v argument.
203 * ripng_zebra.c (zebra_config_write): Likewise.
204 * ripng_interface.c (interface_config_write): Likewise.
205
2061998-12-07 Kunihiro Ishiguro <kunihiro@zebra.org>
207
208 * ripng_route.h: New file.
209
210 * ripng_interface.c: Delete #include <linux/in6.h>.
211 ripng_main.c: likewise.
212 ripng_radix.c: likewise.
213 ripng_route.c: likewise.
214 ripng_zebra.c: likewise.
215 ripngd.c: likewise.
216
2171998-12-06 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
218
219 * ripngd.h (IPV6_ADD_MEMBERSHIP): If IPV6_ADD_MEMBERSHIP is not
220 defined. Define IPV6_ADD_MEMBERSHIP as IPV6_JOIN_GROUP.
221
2221998-09-15 HEO SeonMeyong <seirios@matrix.iri.co.jp>
223
224 * all Hydrangea define is changed to KAME.
225