blob: 01256bbb589d639113a0d3725d172fd33fc7a51d [file] [log] [blame]
paul0a589352004-05-08 11:48:26 +000012004-05-08 Paul Jakma <paul@dishone.st>
2
3 * ripng_{interface,zebra}.c: sync with zclient changes
4
gdtddf1c262004-01-04 01:02:55 +000052004-01-03 Greg Troxel <gdt@ahi.ir.bbn.com>
6
7 * ripng_interface.c (ripng_multicast_join): If IPV6_JOIN_GROUP
8 returns EADDRINUSE, consider the join successful. This happens
9 when an interface goes down and comes back because
10 ripng_multicast_leave does not invoke the LEAVE_GROUP operation if
11 the interface is down. Solves problem of ripng stopping working
12 on an interface which goes down and then comes back up (on NetBSD).
13
hasso15291352003-05-25 17:14:25 +0000142003-05-25 Hasso Tepper <hasso@estpak.ee>
15
16 * Revert ripng_ifrmap stuff because ripd uses it now as well.
17 * Merge ripngd part of 6Wind patch from Vincent Jardin
18 <vjardin@wanadoo.fr>.
19
paul445f1432003-05-16 19:00:31 +0000202003-04-23 Hasso Tepper <hasso@estpak.ee>
21
22 * {ripng_ifrmap,ripngd}.c: fix "router xxx" node commands in vtysh
23
242003-04-19 Hasso Tepper <hasso@estpak.ee>
25
26 * rip_routemap.c: sync daemon's route-map commands to have same
27 syntax
28
paul718e3742002-12-13 20:15:29 +0000292002-07-07 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
30
31 * zebra-0.93 released.
32
332001-08-28 NOGUCHI Kay <kay@v6.access.co.jp>
34
35 * ripngd.c (no_ripng_route): route_unlock_node () is not needed.
36
372001-08-26 NOGUCHI Kay <kay@v6.access.co.jp>
38
39 * ripngd.h (struct ripng_interface): Add passive interface option.
40
412001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
42
43 * zebra-0.92a released.
44
452001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
46
47 * zebra-0.92 released.
48
492001-08-07 Akira Kato <kato@wide.ad.jp>
50
51 * ripngd.c (ripng_timers): "timers basic" argument is fixed.
52
532001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
54
55 * zebra-0.91 is released.
56
572001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
58
59 * zebra-0.90 is released.
60
612001-01-01 Kunihiro Ishiguro <kunihiro@zebra.org>
62
63 * ripngd.h (RIPNG_VTYSH_PATH): Change "/tmp/ripngd" to
64 "/tmp/.ripngd".
65
662000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
67
68 * zebra-0.89 is released.
69
702000-09-20 Kunihiro Ishiguro <kunihiro@zebra.org>
71
72 * ripngd.c (ripng_send_packet): Use CMSG_SPACE instead of sizeof
73 hack. Revert privious alignment patch.
74
752000-09-20 URA Hiroshi <ura@hiru.aoba.yokohama.jp>
76
77 * ripngd.c (ripng_send_packet): Fix an alignment bug. Thus ripngd
78 can't send packets.
79
802000-09-10 Kunihiro Ishiguro <kunihiro@zebra.org>
81
82 * ripng_interface.c (ripng_interface_address_delete): Connected
83 address delete treatment added.
84
852000-08-22 Kunihiro Ishiguro <kunihiro@zebra.org>
86
87 * ripng_routemap.c (route_set_metric_compile): When checking '-'
88 character, argv[1] should be argv[0]. Reported by SHIRASAKI
89 Yasuhiro <yasuhiro@ocn.v6.ntt.net>.
90
912000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
92
93 * zebra-0.88 is released.
94
952000-06-06 Kunihiro Ishiguro <kunihiro@zebra.org>
96
97 * ripngd.c (ripng_route_process): Clear prefix_ipv6 before using
98 it.
99 (ripng_redistribute_delete): Fix bug of missing
100 route_unlock_node() when redistribute route is not found.
101 (ripng_redistribute_delete): Make it sure that timers are off.
102 (ripng_redistribute_delete): Likewise.
103
1042000-01-19 Kunihiro Ishiguro <kunihiro@zebra.org>
105
106 * ripngd.c (ripng_route_process): Fix bug of mis-checking of same
107 route.
108 (show_ipv6_ripng): Include ifindex to "show ipv6 ripng" output.
109
1101999-11-12 Kunihiro Ishiguro <kunihiro@zebra.org>
111
112 * ripngd.c (ripng_output_process): Use MINMTU when mtu value is
113 not available.
114
1151999-11-05 Kunihiro Ishiguro <kunihiro@zebra.org>
116
117 * ripngd.c (ripng_output_process): Calculate max RTE count from
118 interface MTU value.
119
1201999-09-29 Kunihiro Ishiguro <kunihiro@zebra.org>
121
122 * ripngd.c (ripng_distribute_update): Fix bug of updating
123 access-list and prefix-list.
124
1251999-09-07 URA Hiroshi <ura@hiru.aoba.yokohama.jp>
126
127 * ripngd.c (ripng_recv_packet): Change CMSG_DATA cast from (u_char
128 *) to (int *). (u_char *) does not work for NetBSD-currnet on
129 SparcStation 10.
130
1311999-08-15 Kunihiro Ishiguro <kunihiro@zebra.org>
132
133 * ripngd.c (ripng_request_process): When request packet comes,
134 check RIPng process is enabled on the interface.
135 (ripng_redistribute_withdraw): Delete routes when `no
136 redistribute' is executed.
137
1381999-08-13 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
139
140 * ripng_zebra.c (ripng_redistribute_ospf6_cmd): Add OSPF6
141 redistribute command.
142
1431999-07-21 Kunihiro Ishiguro <kunihiro@zebra.org>
144
145 * ripngd.c (default_information_originate): Add
146 default-information command.
147
1481999-07-19 Kunihiro Ishiguro <kunihiro@zebra.org>
149
150 * ripngd.c (ripng_route_process): rip_add_route() and
151 rip_delete_route() are deleted. Both functions are integrated
152 into ripng_route_process().
153 (ripng_request_process): Proper reply for request message.
154
155 * ripng_routemap.c: New file added.
156
1571999-07-18 Kunihiro Ishiguro <kunihiro@zebra.org>
158
159 * ripngd.c (ripng_nexthop_rte): RIPng next hop routine is
160 rewritten.
161 (show_ipv6_ripng): Change `show ip ripng' to `show ipv6 ripng'.
162 (ripng_response_process): RIPng incoming packet's hop count check
163 added.
164 (ripng_response_process): Add strict RTE checking.
165
1661999-07-03 Kunihiro Ishiguro <kunihiro@zebra.org>
167
168 * ripngd.c (ripng_add_route): Fix metric compare bug.
169
1701999-06-25 itojun@iijlab.net
171
172 * ripngd.c (ripng_distribute_in): "distribute in" filter in ripngd
173 actually work.
174
1751999-05-25 Kunihiro Ishiguro <kunihiro@zebra.org>
176
177 * ripngd.c (ripng_zebra): Send each ripng information by separate
178 zebra packet.
179
1801999-05-15 Kunihiro Ishiguro <kunihiro@zebra.org>
181
182 * ripng_interface.c (if_add_multicast): Change log to zlog.
183
1841999-05-10 Kunihiro Ishiguro <kunihiro@zebra.org>
185
186 * ripng_interface.c (ripng_zebra_get_interface): Add function.
187
188 * ripng_zebra.c (redistribute_ripng): Delete function because
189 redistirbute the routes to the zebra daemon is now default
190 behavior.
191
1921999-05-09 Kunihiro Ishiguro <kunihiro@zebra.org>
193
194 * ripngd.conf.sample: Change network to route statement.
195
1961999-03-25 Kunihiro Ishiguro <kunihiro@zebra.org>
197
198 * ripngd.c: Old non Advanced API version ripng_send_packet and
199 ripng_recv_packet is removed.
200 * ripng_radix.c: File removed.
201
2021998-12-15 Kunihiro Ishiguro <kunihiro@zebra.org>
203
204 * Now I assume KAME support Advanced API and use sendmsg/recvmsg.
205
2061998-12-13 Kunihiro Ishiguro <kunihiro@zebra.org>
207
208 * ripng_interface.c: Delete old ifa (interface address) related
209 functions.
210
2111998-12-10 Kunihiro Ishiguro <kunihiro@zebra.org>
212
213 * ripng_debug.[ch]: New file.
214
215 * ripngd.c (ripng_supply): Do not send header only RIPng packet.
216 Change `network' statement to `route' statement.
217 (ripng_request_process): Reply to RIPng REQUEST packet.
218
2191998-12-09 Kunihiro Ishiguro <kunihiro@zebra.org>
220
221 * ripngd.c (ripng_config_write): Delete vector v argument.
222 * ripng_zebra.c (zebra_config_write): Likewise.
223 * ripng_interface.c (interface_config_write): Likewise.
224
2251998-12-07 Kunihiro Ishiguro <kunihiro@zebra.org>
226
227 * ripng_route.h: New file.
228
229 * ripng_interface.c: Delete #include <linux/in6.h>.
230 ripng_main.c: likewise.
231 ripng_radix.c: likewise.
232 ripng_route.c: likewise.
233 ripng_zebra.c: likewise.
234 ripngd.c: likewise.
235
2361998-12-06 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
237
238 * ripngd.h (IPV6_ADD_MEMBERSHIP): If IPV6_ADD_MEMBERSHIP is not
239 defined. Define IPV6_ADD_MEMBERSHIP as IPV6_JOIN_GROUP.
240
2411998-09-15 HEO SeonMeyong <seirios@matrix.iri.co.jp>
242
243 * all Hydrangea define is changed to KAME.
244