]> git.proxmox.com Git - mirror_frr.git/blob - zebra/ChangeLog
8cd3cf8bd14763a199f63591437e2b4cad0abaf1
[mirror_frr.git] / zebra / ChangeLog
1 2003-05-16 Gilad Arnold <gilad.arnold@terayon.com>
2
3 * zebra_rib.c: Fix memory leaks for ifname nexthops
4
5 2003-04-19 Israel Keys <ikeys@agile.tv>
6
7 * rt_netlink.c: BLOCK on netlink while initialising
8
9 2003-02-06 Francois Deppierraz <francois@ctrlaltdel.ch>
10
11 * rt_netlink.c (netlink_route_multipath): Set RTM_F_EQUALIZE when
12 it exists.
13
14 2002-09-28 Akihiro Mizutani <mizutani@net-chef.net>
15
16 * zebra_rib.c (static_add_ipv4): Null0 static route is added.
17
18 2002-09-10 Jochen Friedrich <chris+zebra@scram.de>
19
20 * rt_netlink.c: Add check for EAGAIN.
21 * kernel_socket.c: Likewise
22
23 2002-06-12 Israel Keys <ikeys@oz.agile.tv>
24
25 * rt_netlink.c: Setting the NLM_F_ACK flag on the netlink command
26 message so that we get an ACK for successful netlink commands.
27 Change the netlink socket to BLOCKING while we wait for a
28 response; be it an ACK or an NLMSG_ERROR. Change
29 netlink_parse_info to deal with ACK messages.
30
31 2001-11-01 Jun-ichiro itojun Hagino <itojun@iijlab.net>
32
33 * rtadv.c (rtadv_make_socket): setsockopt(IPV6_CHECKSUM) does not
34 work for ICMPv6 socket.
35
36 2001-10-24 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
37
38 * rib.c (rib_process): Select connected route any case.
39
40 2001-10-23 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
41
42 * interface.c (no_ip_address_secondary): Add "no" to command.
43
44 2001-10-18 NOGUCHI Kay <kay@v6.access.co.jp>
45
46 * ioctl.c (if_prefix_add_ipv6): Set the prefered and valid lifetime
47 to infinity as the freebsd4.4 workaroud.
48
49 2001-08-26 mihail.balikov@interbgc.com
50
51 * zebra_snmp.c: Fix snmpwalk problem such as IPv4 address
52 A.B.C.255.
53
54 2001-08-22 NOGUCHI Kay <kay@v6.access.co.jp>
55
56 * rtadv.c: Do not send RA to loopback interface.
57
58 2001-08-20 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
59
60 * ioctl.c (if_set_prefix): Remove Linux 2.0 specific connected
61 route treatment.
62
63 2001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
64
65 * zebra-0.92a released.
66
67 2001-08-17 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
68
69 * rib.c: Kernel route is treated as EGP routes in nexthop active
70 check.
71
72 2001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
73
74 * zebra-0.92 released.
75
76 2001-08-08 "Akihiro Mizutani" <mizutani@dml.com>
77
78 * rib.c (show_ip_route_prefix_longer): Add longer-prefix option to
79 show route commands.
80
81 2001-07-29 Yon Uriarte <havanna_moon@gmx.net>
82
83 * zserv.c (zsend_ipv4_add_multipath): Add
84 NEXTHOP_TYPE_IPV4_IFINDEX check.
85
86 2001-07-29 NOGUCHI Kay <kay@v6.access.co.jp>
87
88 * rtadv.c: Apply valid lifetime, preferred lifetime, onilnk flag,
89 autonomous address-configuration flag patch.
90 (no_ipv6_nd_suppress_ra): Change "ipv6 nd send-ra" to "no ipv6 nd
91 suppress-ra".
92
93 2001-07-24 NOGUCHI Kay <kay@v6.access.co.jp>
94
95 * rtadv.c (ipv6_nd_ra_interval): Add "ipv6 nd ra-interval SECONDS"
96 command.
97
98 2001-07-24 Jun-ichiro itojun Hagino <itojun@iijlab.net>
99
100 * rt_socket.c (kernel_rtm_ipv4): Add KAME/NetBSD151 equal cost
101 multicast FIB support both IPv4 and IPv6.
102
103 2001-07-24 Hal Snyder <hal@vailsys.com>
104
105 * if_ioctl.c (interface_list_ioctl): Fix bug of failing to get the
106 full list of interfaces on some configurations of OpenBSD.
107
108 2001-07-23 NOGUCHI Kay <kay@v6.access.co.jp>
109
110 * rtadv.c (ipv6_nd_send_ra): Apply [zebra 9320] to fix "ipv6 nd
111 send-ra" bug.
112 (ipv6_nd_ra_lifetime): "ipv6 nd ra-lifetime 0" for default router
113 availability.
114 (ipv6_nd_managed_config_flag): "ipv6 nd managed-config-flag" is
115 added.
116 (ipv6_nd_other_config_flag): "ipv6 nd other-config-flag" is added.
117
118 2001-07-23 Jun-ichiro itojun Hagino <itojun@iijlab.net>
119
120 * ioctl.c (if_ioctl): Change ioctl argument from int to u_long.
121
122 * rt_ioctl.c: Likewise.
123
124 2001-07-23 Jun-ichiro itojun Hagino <itojun@iijlab.net>
125
126 * kernel_socket.c (rtm_write): Only set RTF_CLONING when the
127 interface is not p2p.
128
129 2001-04-23 Kunihiro Ishiguro <kunihiro@zebra.org>
130
131 * ioctl.c (if_prefix_add_ipv6): Fix argument type.
132
133 2001-04-06 Toshiaki Takada <takada@zebra.org>
134
135 * zserv.c (zsend_interface_delete): Use client->obuf instead of
136 allocating new stream.
137
138 2001-03-10 Kunihiro Ishiguro <kunihiro@zebra.org>
139
140 * rt_netlink.c: Revert RTPROT_BOOT change.
141
142 2001-03-08 Kunihiro Ishiguro <kunihiro@zebra.org>
143
144 * rt_netlink.c (netlink_route_change): Skip RTPROT_BOOT route.
145 (netlink_routing_table): Likewise.
146
147 2001-03-07 "Akihiro Mizutani" <mizutani@dml.com>
148
149 * zserv.c (zsend_ipv4_add_multipath): Send metric value to
150 protocol daemons.
151
152 2001-02-18 Kunihiro Ishiguro <kunihiro@zebra.org>
153
154 * rt_netlink.c (netlink_routing_table): Do not return
155 tb[RTA_GATEWAY] is NULL. Reported by: "Michael O'Keefe"
156 <mokeefe@qualcomm.com>.
157
158 2001-02-08 Kunihiro Ishiguro <kunihiro@zebra.org>
159
160 * if_ioctl.c (interface_list_ioctl): Call if_add_update().
161 Suggested by: Chris Dunlop <chris@onthe.net.au>.
162
163 2001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
164
165 * rib.c (nexthop_active_ipv4): When nexthop type is
166 NEXTHOP_TYPE_IPV4_IFINDEX, propery set the ifindex to rifindex.
167
168 * zserv.c: Initialize rtm_table_default with 0.
169
170 * zebra-0.91 is released.
171
172 2001-01-31 Kunihiro Ishiguro <kunihiro@zebra.org>
173
174 * kernel_socket.c (rtm_read): Filter cloned route. Suggested by:
175 Jun-ichiro itojun Hagino <itojun@iijlab.net>
176
177 2001-01-30 Kunihiro Ishiguro <kunihiro@zebra.org>
178
179 * connected.c (connected_up_ipv6): When point-to-point destination
180 address is ::, use local address for connected network.
181 (connected_down_ipv6): Likewise.
182
183 2001-01-25 Kunihiro Ishiguro <kunihiro@zebra.org>
184
185 * zserv.c (zebra_serv): Add missing close() call. Reported by:
186 David Waitzman <djw@vineyard.net>.
187
188 2001-01-24 Kunihiro Ishiguro <kunihiro@zebra.org>
189
190 * rib.c (rib_lookup_ipv4): New function for checking exact match
191 IGP route.
192
193 2001-01-23 Kunihiro Ishiguro <kunihiro@zebra.org>
194
195 * rib.c (show_ipv6_route_protocol): Fix bug of "show ip route
196 route-type".
197
198 2001-01-22 Kunihiro Ishiguro <kunihiro@zebra.org>
199
200 * interface.c (zebra_interface): Do not call
201 zebra_interface_add_update for inactive interface.
202
203 * zserv.c (zsend_interface_address_add): Send interface address
204 flag.
205 (zsend_interface_address_delete): Likewise.
206
207 2001-01-19 Kunihiro Ishiguro <kunihiro@zebra.org>
208
209 * interface.c (if_addr_add): Add flags.
210
211 * connected.c (ifa_add_ipv4): Add new function for interface
212 address handling.
213 (ifa_delete_ipv4): Likewise.
214
215 2001-01-16 Kunihiro Ishiguro <kunihiro@zebra.org>
216
217 * rib.c (rib_update): Update IPv6 RIB.
218
219 * kernel_socket.c (ifam_read): Call if_refresh() for update
220 interface flag status. This is for implicit interface up on *BSD.
221
222 * interface.c (if_refresh): Add interface flag refresh function.
223
224 * kernel_socket.c (rtm_read): Fetch link-local address interface
225 index.
226 (ifan_read): We need to fetch interface information. Suggested
227 by: Yasuhiro Ohara <yasu@sfc.wide.ad.jp>.
228
229 * rib.c (static_ipv6_nexthop_same): Add check for
230 NEXTHOP_TYPE_IPV6_IFNAME.
231
232 2001-01-15 Kunihiro Ishiguro <kunihiro@zebra.org>
233
234 * rib.h (NEW_RIB): Turn on NEW_RIB flag. IPv6 new RIB code are
235 taken into place.
236
237 2001-01-14 Kunihiro Ishiguro <kunihiro@zebra.org>
238
239 * rib.c (static_ipv6_write): Display STATIC_IPV6_GATEWAY_IFNAME
240 configuration.
241 (rib_delete_ipv6): Handle same route conter for IPv6 connected
242 route.
243 (show_ipv6_route_protocol): New command.
244 (show_ipv6_route_addr): Likewise.
245 (show_ipv6_route_prefix): Likewise.
246 (rib_update): Sweep kernel route when it is cleaned up.
247
248 * rt_socket.c (kernel_add_ipv6): Add NEXTHOP_IPV6_IFNAME
249 treatmenet.
250
251 * rt_netlink.c (kernel_init): Likewise.
252
253 * rt_ioctl.c (kernel_ioctl_ipv6_multipath): Likewise.
254
255 * rib.c (rib_add_ipv4): Cope with same connected route on a
256 interface. Suggested by: Matthew Grant <grantma@anathoth.gen.nz>.
257 (nexthop_ipv6_ifname_add): Add NEXTHOP_IPV6_IFNAME treatmenet.
258
259 * rib.h (struct new_rib): Add refcnt to keep track on the
260 reference of same connected route.
261
262 * ioctl.c (if_set_prefix): Add check for GNU_LINUX.
263
264 2001-01-13 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
265
266 * kernel_socket.c (ifan_read, rtm_type_str): Add RTM_OIFINFO check.
267 (rtm_type_str): Add RTM_IFANNOUNCE check.
268 (ifan_read): New function.
269 (kernel_read): Add case for RTM_IFANNOUNCE.
270
271 2001-01-13 Kunihiro Ishiguro <kunihiro@zebra.org>
272
273 * rt_ioctl.c (kernel_ioctl_ipv6_multipath): New function.
274
275 * rt_netlink.c (netlink_route_multipath): IPv6 address ifindex
276 treatment.
277
278 * connected.c (connected_up_ipv6): Add dest value check.
279
280 * rib.c (nexthop_active_ipv6): Do not touch IPv6 nexthop's
281 ifindex.
282 (rib_add_ipv4): Import rib_add_ipv6() same route check code.
283 (nexthop_active_check): NEXTHOP_TYPE_IPV6_IFINDEX activity is only
284 checked by ifindex.
285
286 * rt_socket.c (kernel_rtm_ipv6_multipath): New function.
287
288 * redistribute.c (redistribute_add): Use
289 zsend_ipv6_add_multipath().
290 (redistribute_delete_multipath): Use
291 zsend_ipv6_delete_multipath().
292
293 * interface.c (ip_address): Check current IP address to avoid
294 duplicate.
295
296 * rib.c (rib_delete_ipv4): When deleted route is connected route,
297 check ifindex.
298 (rib_add_ipv4): When connected route is added do not perform
299 implicit withdraw.
300 (rib_delete_ipv4): Check ifindex for connected route.
301
302 * kernel_socket.c (rtm_read): When route has RTF_STATIC, set
303 ZEBRA_FLAG_STATIC for indicate as persistent route.
304 (ifam_read): Unset interface index from link-local address when
305 IPv6 stack is KAME.
306
307 * rib.c (rib_update): Do not delete persistent kernel route.
308
309 * rib.h (struct new_rib): Integrate RIB_FLAG_* to ZEBRA_FLAG_*.
310
311 * rt_socket.c (kernel_add_ipv6_multipath): Add placeholder.
312 (kernel_delete_ipv6_multipath): Likewise.
313
314 * rt_netlink.c (netlink_talk): Give struct nlsock to netlink_talk.
315
316 2001-01-12 Kunihiro Ishiguro <kunihiro@zebra.org>
317
318 * rib.c (rib_update): Revert Matthew Grant's patch
319 zebra_cvs_newribfix.patch. Use struct rib->ifindex for kernel
320 interface index. Introduce NEXTHOP_TYPE_IPV4_IFINDEX to support
321 that. Add support for address deletion situation.
322
323 2001-01-11 Kunihiro Ishiguro <kunihiro@zebra.org>
324
325 * interface.c: Remove HAVE_IF_PSEUDO part.
326
327 * rib.h: Likewise.
328
329 * rt_netlink.c (netlink_link_change): Likewise.
330
331 2001-01-10 Kunihiro Ishiguro <kunihiro@zebra.org>
332
333 * zserv.c: Remove OLD_RIB codes.
334
335 2001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
336
337 * zebra-0.90 is released.
338
339 2001-01-09 Matthew Grant <grantma@anathoth.gen.nz>
340
341 * interface.c (if_new_intern_ifindex): Allocate a new internal
342 interface index.
343 (if_addr_refresh): Fix up ip addresses configured via zebra.
344 (if_add_update): Handle an interface addition.
345 (if_delete_update): Handle an interface delete event.
346
347 * rib.c (nexthop_ipv4_add): Add kernel route deletion process when
348 interface goes down.
349
350 2001-01-08 Kunihiro Ishiguro <kunihiro@zebra.org>
351
352 * interface.c (if_dump_vty): When HAVE_NET_RT_IFLIST is defined,
353 NetBSD also use this function. Suggested by Jasper Wallace
354 <jasper@ivision.co.uk>.
355
356 2001-01-07 Kunihiro Ishiguro <kunihiro@zebra.org>
357
358 * rib.c (nexthop_active_ipv4): Move back to set methodo to old
359 one.
360
361 2001-01-05 Kunihiro Ishiguro <kunihiro@zebra.org>
362
363 * rib.c (rib_add_ipv4): EBGP multihop set ZEBRA_FLAG_INTERNAL
364 flag, so treat it.
365
366 2001-01-04 Kunihiro Ishiguro <kunihiro@zebra.org>
367
368 * rt_netlink.c (netlink_talk_ipv6): When IPv6 route message is
369 sent from netlink_cmd, the same message comes from netlink. To
370 avoid confusion, temporary netlink_talk_ipv6 use netlink.sock
371 instead of netlink_cmd.sock.
372
373 2001-01-01 Kunihiro Ishiguro <kunihiro@zebra.org>
374
375 * zserv.h (ZEBRA_SERV_PATH): Change "/tmp/zebra" to "/tmp/.zebra".
376 Change "/tmp/zserv" to "/tmp/.zserv".
377
378 2000-12-29 Frank van Maarseveen <F.vanMaarseveen@inter.NL.net>
379
380 * rt_netlink.c (struct nlsock): Divide kernel message into listen
381 socket and command socket.
382 (netlink_talk): Remove socket listen code. Use netlink_parse_info
383 for read kernel response.
384
385 2000-12-29 Kunihiro Ishiguro <kunihiro@zebra.org>
386
387 * rib.c (vty_show_ip_route): Show uptime of the RIP,OSPF,BGP
388 routes.
389
390 2000-12-27 Kunihiro Ishiguro <kunihiro@zebra.org>
391
392 * rt_netlink.c (netlink_route_multipath): Metric value is
393 reflected to kernel routing table.
394
395 * rt_ioctl.c (kernel_ioctl_ipv4_multipath): Likewise.
396
397 * kernel_socket.c (rtm_write): Likewise.
398
399 * rib.c (nexthop_active_ipv4): Only iBGP route perform recursive
400 nexthop lookup.
401
402 * rt_ioctl.c (kernel_ioctl_ipv4_multipath): Add ioctl version of
403 new RIB implementation.
404
405 2000-12-26 Kunihiro Ishiguro <kunihiro@zebra.org>
406
407 * rib.h: Remove MULTIPATH_NUM. It is defined by configure script.
408
409 2000-12-25 Michael Rozhavsky <mrozhavsky@opticalaccess.com>
410
411 * rib.c (rib_if_up): Call rib_fib_set instead of RIB_FIB_SET for
412 proper redistribution.
413
414 2000-12-19 Kunihiro Ishiguro <kunihiro@zebra.org>
415
416 * rib.c (nexthop_active_ipv4): Add self lookup nexthop check.
417 (show_ip_route_protocol): Support new RIB.
418
419 * rt_netlink.c (netlink_route_change): Do not return when gate is
420 NULL.
421
422 2000-12-18 Kunihiro Ishiguro <kunihiro@zebra.org>
423
424 * rib.c (rib_lookup_ipv4_nexthop): IBGP nexthop check function is
425 updated.
426 (rib_add_ipv4): Free implicit withdraw route's RIB.
427
428 2000-12-15 Kunihiro Ishiguro <kunihiro@zebra.org>
429
430 * rib.c (nexthop_active_ipv4): Check indirect nexthop.
431
432 * redistribute.c (redistribute_add_multipath): Redistribution
433 works with new rib code.
434
435 2000-12-14 Kunihiro Ishiguro <kunihiro@zebra.org>
436
437 * rt_netlink.c (netlink_route_multipath): Check useful nexthop
438 number.
439 (netlink_route_multipath): Clear rtnh_flags and rtnh_hops.
440
441 * rib.c (nexthop_active_update): Set flag for the rib's nexthop
442 activity is changed.
443 (nexthop_active_check): Before checking interface is up, make it
444 sure the interface exist.
445
446 2000-11-20 Kunihiro Ishiguro <kunihiro@zebra.org>
447
448 * rib.c (ip_route): New RIB prototype.
449
450 2000-11-16 Yon Uriarte <ukl2@rz.uni-karlsruhe.de>
451
452 * zserv.c (zsend_interface_add): Send hardware address when
453 hw_addr_len is greater than 0.
454
455 2000-11-07 Kunihiro Ishiguro <kunihiro@zebra.org>
456
457 * connected.c (connected_up_ipv4): Fix ptop bug. The destination
458 network should be installed into routing table.
459 (connected_down_ipv4): Likewise.
460 (connected_add_ipv4): Change to use connected_up_ipv4.
461 (connected_delete_ipv4): Likewise.
462
463 2000-11-06 Kunihiro Ishiguro <kunihiro@zebra.org>
464
465 * rt_netlink.c (netlink_interface_addr): Revert Harald Welte
466 <laforge@gnumonks.org>'s ptop patch then back to original code to
467 avoid duplicated connected route problem. Suggested by Frank van
468 Maarseveen <F.vanMaarseveen@inter.NL.net>.
469
470 * kernel_socket.c (rtm_read): Make behavior consistent even #ifdef
471 DEBUG is defined. Reported by Jun-ichiro itojun Hagino
472 <itojun@iijlab.net>.
473
474 2000-10-23 Jochen Friedrich <jochen@scram.de>
475
476 * main.c (main): Call zebra_snmp_init() when it is enabled.
477
478 2000-10-23 Kunihiro Ishiguro <kunihiro@zebra.org>
479
480 * zserv.c (zebra_serv_un): UNIX domain socket server of zebra
481 protocol.
482
483 2000-10-19 Kunihiro Ishiguro <kunihiro@zebra.org>
484
485 * rib.c (rib_add_ipv4): Same check bug is fixed.
486
487 2000-10-03 Kunihiro Ishiguro <kunihiro@zebra.org>
488
489 * rib.c (rib_if_down): Remove kernel route when the interface goes
490 down.
491
492 * debug.c: New command "debug zebra kernel" is added.
493
494 2000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
495
496 * zebra-0.89 is released.
497
498 2000-09-24 Harald Welte <laforge@gnumonks.org>
499
500 * rt_netlink.c (netlink_interface_addr): Fix point-to-point address
501 treatment in netlink interface.
502
503 2000-09-21 David Lipovkov <dlipovkov@OpticalAccess.com>
504
505 * rib.c (rib_if_down): Pull static route only. Protocol daemon
506 must withdraw routes when interface goes down.
507 (rib_add_ipv4): Check nexthop when replace route.
508
509 2000-09-21 Kunihiro Ishiguro <kunihiro@zebra.org>
510
511 * if_ioctl.c (if_getaddrs): New function for looking up
512 interface's address by getifaddrs().
513
514 2000-09-10 Kunihiro Ishiguro <kunihiro@zebra.org>
515
516 * connected.c (connected_delete_ipv4): Add check for connected
517 address is found or not.
518 (connected_add_ipv6): Reflect IPv6 connected address change to
519 protocol daemons.
520 (connected_delete_ipv6): Likewise.
521
522 2000-09-07 David Lipovkov <davidl@nbase.co.il>
523
524 * rib.c (rib_delete_ipv4): Reverted the change from pseudo
525 interface patch to original. Because ospfd deletes routes using
526 zero ifindex.
527
528 2000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
529
530 * zebra-0.88 is released.
531
532 2000-08-15 "Akihiro Mizutani" <mizutani@dml.com>
533
534 * rib.c (show_ip_route_protocol): Help string correction.
535 (show_ip_route_prefix): Check prefix mask.
536 (show_ip_route_vty_detail): Display distance and metric.
537
538 2000-08-14 Kunihiro Ishiguro <kunihiro@zebra.org>
539
540 * zserv.c (zsend_interface_add): Change ifindex store size from
541 two octet to four.
542 (zsend_interface_delete): Likewise.
543 (zsend_interface_address_add): Likewise.
544 (zsend_interface_address_delete): Likewise.
545 (zsend_interface_up): Likewise.
546 (zsend_interface_down): Likewise.
547
548 2000-08-13 Kunihiro Ishiguro <kunihiro@zebra.org>
549
550 * rib.c (rib_add_ipv4): Do not install distance 255 route.
551
552 2000-08-10 Toshiaki Takada <takada@zebra.org>
553
554 * interface.c (bandwidth_if), (no_bandwidth_if): Call
555 zebra_interface_up_update () instead of using if_up() and if_down().
556
557 2000-08-07 "Akihiro Mizutani" <mizutani@dml.com>
558
559 * interface.c (bandwidth_if): Fix help string.
560
561 2000-08-07 Matthew Grant <grantma@anathoth.gen.nz>
562
563 * interface.c (if_dump_vty): Display bandwidth value.
564 (bandwidth_if): New command "bandwidth <1-10000000>" is added.
565 When interface is up, force protocol daemons to recalculate routes
566 due to cost change.
567 (no_bandwidth_if): Likewise.
568 (if_config_write): Output bandwidth configuration.
569
570 * zserv.c (zsend_interface_add): Send bandwidth value.
571 (zsend_interface_up): Likewise.
572 (zsend_interface_down): Likewise.
573
574
575 2000-08-07 Michael Rozhavsky <mike@nbase.co.il>
576
577 * rib.c (show_ip_route_protocol): "show ip route
578 (bgp|connected|kernel|ospf|rip|static)" is added.
579
580 2000-08-07 Kunihiro Ishiguro <kunihiro@zebra.org>
581
582 * rib.c (rib_lookup_ipv4_nexthop): Check parent node until IGP
583 nexthop is found.
584 (rib_add_ipv4_internal): Set fib ifindex to rib ifindex.
585
586 2000-08-06 Kunihiro Ishiguro <kunihiro@zebra.org>
587
588 * redistribute.c (redistribute_delete): Fix bug of default route
589 redistribute treatment.
590
591 2000-08-05 Kunihiro Ishiguro <kunihiro@zebra.org>
592
593 * rib.c (rib_init): Install ip_node in rib.c instead of zserv.c.
594 Change default distance value.
595
596 Old New
597 ------------------------------------------
598 system 10 0
599 kernel 20 0
600 connected 30 0
601 static 40 1
602 rip 50 120
603 ripng 50 120
604 ospf 60 110
605 ospf6 49 110
606 bgp 70 200(iBGP) 20(eBGP)
607 ------------------------------------------
608
609 * zserv.c (client_lookup): Function removed.
610 (zsend_interface_add): Use client's output buffer. Check ifinfo
611 flag.
612 (zsend_interface_delete): Likewise.
613 Delete ipv4_static_radix and ipv6_static_radix.
614
615 2000-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
616
617 * zserv.h (struct zebra_client): When client request interface
618 information, ifinfo is set.
619
620 * rib.c: Temporary Revert changes for pseudo interface.
621
622 * rib.h: Likewise.
623
624 * zserv.c: Likewise.
625
626 * interface.c: Likewise.
627
628 2000-08-02 David Lipovkov <davidl@nbase.co.il>
629
630 * interface.c (zebra_if_init): Install interface "pseudo"
631 commands.
632
633 * rib.c (rib_create): ifname argument is added.
634 (rib_add_ipv4_pseudo): New function is added.
635 (rib_delete_ipv4_pseudo): Likewise.
636
637 * rib.h : Delete INTERFACE_UNKNOWN definition. Add prototype for
638 pseudo interface functions.
639
640 * rt_netlink.c (netlink_link_change): Check for pseudo interface.
641
642 * zserv.c (ip_route): When destination is pseudo interface, call
643 rib_add_ipv4_pseudo().
644
645 * zserv.c (no_ip_route): Trim "unknown" argument.
646
647 2000-07-26 kunitake@dti.ad.jp
648
649 * if_ioctl.c (if_get_hwaddr): Fix hardware address length from 8
650 to 6.
651
652 * rtadv.c (rtadv_send_packet): Fix shift bug for hardware address.
653
654 2000-07-24 Akihiro Mizutani <mizutani@dml.com>
655
656 * interface.c: Use install_default() for common VTY commands.
657
658 2000-07-23 Kunihiro Ishiguro <kunihiro@zebra.org>
659
660 * if_ioctl.c (interface_list_ioctl): A interface list size is
661 calculated from ifreq->if_addr.sa_len. This is for OpenBSD.
662
663 * ioctl.c (if_get_mtu): Remove codes for SIOCGIFDATA.
664
665 2000-07-09 Chris Dunlop <chris@onthe.net.au>
666
667 * if_ioctl.c (if_get_index): Add check for HAVE_BROKEN_ALIASES.
668
669 2000-07-04 Kunihiro Ishiguro <kunihiro@zebra.org>
670
671 * zserv.c (zebra_client_read): Add ZEBRA_REDISTRIBUTE_{ADD,DELETE}
672 message handling.
673
674 2000-07-02 David Lipovkov <davidl@nbase.co.il>
675
676 * zserv.c: "ip route A.B.C.D/M unknown" command is added.
677
678 2000-06-28 Michael Rozhavsky <mike@nbase.co.il>
679
680 * rib.c: Remove old kernel route when new route comes in.
681
682 2000-06-13 David Lipovkov <davidl@nbase.co.il>
683
684 * rib.c (rib_if_up): Add check for unknown interface.
685
686 2000-06-13 Kunihiro Ishiguro <kunihiro@zebra.org>
687
688 * rib.h: Define INTERFACE_UNKNOWN.
689
690 2000-06-08 Kunihiro Ishiguro <kunihiro@zebra.org>
691
692 * Makefile.am (EXTRA_DIST): Move irdp.c until implementation is
693 finished.
694
695 2000-06-05 David Lipovkov <davidl@nbase.co.il>
696
697 * interface.c (if_zebra_delete_hook): Call rib_if_delete().
698
699 * redistribute.c (zebra_interface_delete_update): New function.
700
701 * redistribute.h (zebra_interface_delete_update): New function
702 prototype.
703
704 * rib.c (rib_if_delete): New function. Walk down all routes and
705 delete all on the interface.
706
707 * rib.h: New function prototype.
708
709 * rt_netlink.c (netlink_link_change): Call
710 zebra_interface_delete_update ().
711
712 2000-05-10 Kunihiro Ishiguro <kunihiro@zebra.org>
713
714 * if_ioctl.c (interface_info_ioctl): Check interface's flag before
715 checking interface's address.
716
717 2000-04-26 Jochen Friedrich <jochen@nwe.de>
718
719 * GNOME-PRODUCT-ZEBRA-MIB: New file.
720
721 * GNOME-SMI: New file.
722
723 2000-04-23 Kunihiro Ishiguro <kunihiro@zebra.org>
724
725 * irdp.c: New file from 1997 development code.
726 * irdp.h: Likewise.
727
728 2000-04-19 Kunihiro Ishiguro <kunihiro@zebra.org>
729
730 * rtadv.c (rtadv_send_packet): Enclose router advertisement
731 logging with IS_ZEBRA_DEBUG_PACKET.
732
733 2000-04-17 Kunihiro Ishiguro <kunihiro@zebra.org>
734
735 * zserv.c (zebra_client_close): Remove client structure from
736 client_list when connection is terminated.
737
738 2000-03-21 David Lipovkov <davidl@nbase.co.il>
739
740 * connected.c (connected_add_ipv4): Allows all necessary structure
741 updates for connected route, but doesn't insert it into rib if
742 it's interface is down.
743
744 2000-01-21 Hideto Yamakawa <hideto.yamakawa@soliton.co.jp>
745
746 * rtread_getmsg.c: Set some definition for Solaris 2.5 and Solaris
747 2.5.1.
748
749 2000-01-21 Kunihiro Ishiguro <kunihiro@zebra.org>
750
751 * rib.c (no_ipv6_route_ifname): Fix buf of cheking return value
752 from str2prefix_ipv6().
753
754 2000-01-14 Kunihiro Ishiguro <kunihiro@zebra.org>
755
756 * rt_socket.c: Revert to use RTF_HOST for IPv4 with /32 route and
757 IPv6 with /128 routes.
758 (kernel_rtm_ipv4): In case of /32 route's gateway is interface. It
759 should have mask for cloning.
760
761 1999-12-26 Jochen.Friedrich@genorz.de
762
763 * interface.c (if_dump_vty): Fix a bug of missing VTY_NEWLINE.
764
765 1999-12-23 Alex Zinin <zinin@amt.ru>
766 * interface.*: dynamic int up/down support
767
768 1999-12-09 Kunihiro Ishiguro <kunihiro@zebra.org>
769
770 * ipforward_proc.c (dropline): Move dropline() from lib/dropline.c
771
772 * rtread_proc.c (proc_route_read): Don't use dropline().
773
774 1999-12-08 Kunihiro Ishiguro <kunihiro@zebra.org>
775
776 * kernel_socket.c (rtm_read): When message is RTM_GET, it has own
777 process's pid.
778
779 1999-12-04 Kunihiro Ishiguro <kunihiro@zebra.org>
780
781 * main.c (main): Change to default log output to ZLOG_STDOUT.
782
783 * zserv.c (zebra_serv): More detailed error print.
784
785 1999-11-30 Kunihiro Ishiguro <kunihiro@zebra.org>
786
787 * kernel_socket.c (rtm_read): Check old pid for static route
788 insertion check.
789
790 1999-11-30 Kunihiro Ishiguro <kunihiro@zebra.org>
791
792 * interface.c (if_dump_vty): BSDI/OS uses 64bit for interface
793 statistics counter.
794
795 * mtu_kvm.c: New file added.
796
797 1999-11-27 Vladimir B. Grebenschikov <vova@express.ru>
798
799 * kernel_socket.c (rtm_write): Set RTF_CLONING flag for
800 route to the directly connected interface.
801
802 1999-11-27 Kunihiro Ishiguro <kunihiro@zebra.org>
803
804 * rt_socket.c: Delete USE_HOST_BIT definition.
805
806 1999-11-21 Michael Handler <handler@sub-rosa.com>
807
808 * rtread_getmsg.c: Undef some definition to resolve conflict.
809
810 1999-11-27 Kunihiro Ishiguro <kunihiro@zebra.org>
811
812 * kernel_socket.c (rtm_write): Change to use pre stored struct_dl
813 value for gateway specification.
814
815 1999-11-25 Kunihiro Ishiguro <kunihiro@zebra.org>
816
817 * rt_socket.c (kernel_rtm_ipv4): Even mask is 32 under IPv4 or
818 128 under IPv6, don't use RTF_HOST.
819
820 1999-11-21 Kunihiro Ishiguro <kunihiro@zebra.org>
821
822 * Makefile.am (EXTRA_DIST): Add rtread_getmsg.c.
823
824 1999-11-21 Michael Handler <handler@sub-rosa.com>
825
826 * rtread_getmsg.c: Added for Solaris 2.6 support.
827
828 1999-11-18 Kunihiro Ishiguro <kunihiro@zebra.org>
829
830 * rtread_sysctl.c (rtm_read_route): RTM_DELETE handling added.
831
832 * rt_socket.c (kernel_read): Better BSD routing socket support.
833
834 1999-10-19 Kunihiro Ishiguro <kunihiro@zebra.org>
835
836 * client_main.c: Disable making obsolete zebra test `client'
837 command.
838
839 1999-10-18 Kunihiro Ishiguro <kunihiro@zebra.org>
840
841 * zebra.c: Renamed to zserv.c.
842
843 * zebra.h: Global definitions are moved to lib/zebra.h. Then
844 renamed to zserv.h.
845
846 1999-10-15 Jordan Mendelson <jordy@wserv.com>
847
848 * if_ioctl.c: Add Linux 2.2.X's alias support and dynamic
849 interface. Remove ugly MAX_INTERFACE handling codes.
850
851 1999-09-17 Satosi KOBAYASI <kobayasi@north.ad.jp>
852
853 * Fix serious bug of IPv6 route deletion.
854
855 1999-09-11 Kunihiro Ishiguro <kunihiro@zebra.org>
856
857 * ioctl.c (if_set_prefix): Properly set broadcast address.
858
859 1999-09-04 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
860
861 * rib.c (rib_add_ipv6, rib_delete_ipv6): now protocol daemons
862 can install connected route to kernel via zebra
863
864 1999-08-24 VOP <vop@unity.net>
865
866 * rib.c: Include "sockunion.h"
867
868 1999-08-22 Kunihiro Ishiguro <kunihiro@zebra.org>
869
870 * ipforward.h: New file.
871
872 * zebra.h: Obsolete message ZEBRA_GET_ALL_INTERFACE,
873 ZEBRA_GET_ONE_INTERFACE, ZEBRA_GET_HOSTINFO are deleted.
874
875 1999-08-18 Kunihiro Ishiguro <kunihiro@zebra.org>
876
877 * zebra.h (ZEBRA_INTERFACE_ADDRESS_ADD):
878 ZEBRA_INTERFACE_{ADD,DELETE} added.
879
880 1999-08-15 Kunihiro Ishiguro <kunihiro@zebra.org>
881
882 * rib.c: show ip route A.B.C.D works.
883
884 * zebra.c (zebra_read_ipv4): Add ifindex to zebra messages.
885
886 1999-08-12 Kunihiro Ishiguro <kunihiro@zebra.org>
887
888 * zebra.h: New Zebra message ZEBRA_INTERFACE_{ADD,DELETE} added.
889
890 1999-08-09 Kunihiro Ishiguro <kunihiro@zebra.org>
891
892 * interface.h: New file.
893 * Makefile.am: Add interface.h
894
895 1999-08-04 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
896
897 * redistribute.c (zebra_redistribute): give ifindex to client.
898
899 1999-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
900
901 * main.c (longopts): -k, --keep_kernel option added.
902
903 1999-07-18 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
904
905 * rt_socket.c (rtm_write): forgot closing socket bug fixed.
906
907 1999-07-17 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
908
909 * rib.c (show_ipv6_cmd): if rib is link show interface name.
910
911 1999-07-17 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
912
913 * rt_socket.c (rtm_write): use sockaddr_dl when null gateway.
914
915 1999-07-16 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
916
917 * rt_socket.c (rtm_write): ipv6 route table bug fixed.
918
919 1999-07-15 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
920
921 * zebra.c (zebra_read_ipv6): read link prefix from ospf6 support
922
923 1999-07-15 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
924
925 * rt_socket.c (kernel_rtm_ipv6): gate treatment bug fixed.
926
927 1999-07-15 Kunihiro Ishiguro <kunihiro@zebra.org>
928
929 * if_sysctl.c (ifm_read): Clear sockunion argument before fetching
930 data. Suggested by "Chris P. Ross" <cross@eng.us.uu.net>
931
932 1999-07-08 HEO SeonMeyong <seirios@Matrix.IRI.Co.Jp>
933
934 * interface.c (if_tun_add): Add KAME's gif tunnel setting codes.
935
936 1999-06-26 Kunihiro Ishiguro <kunihiro@zebra.org>
937
938 * zebra.c (zebra_serv): Only accept loopback address connection.
939
940 1999-06-25 Kunihiro Ishiguro <kunihiro@zebra.org>
941
942 * zebra.h (ZEBRA_ROUTE_EXTERNAL): Add zebra messages flags
943
944 1999-06-17 Kunihiro Ishiguro <kunihiro@zebra.org>
945
946 * ipforward_proc.c: ipforward_on () and ipforward_off () added.
947
948 1999-06-14 Kunihiro Ishiguro <kunihiro@zebra.org>
949
950 * ipforward_proc.c (ipforward_ipv6): Check for IPv6 forwarding
951 using /proc file system is added.
952
953 1999-06-06 Kunihiro Ishiguro <kunihiro@zebra.org>
954
955 * if_ioctl.c (if_get_index): Interface index set bug is fixed by
956 adding #else at the middle of function. Suggested by David Luyer
957 <luyer@ucs.uwa.edu.au>.
958
959 1999-05-29 <kunihiro@zebra.org>
960
961 * rt_ioctl.c: Comment out #include <linux/ipv6_route.h>.
962
963 1999-05-26 Kunihiro Ishiguro <kunihiro@zebra.org>
964
965 * zebra.h (ZEBRA_ROUTE_MAX): Add new define for the max value of
966 the sort of routes.
967
968 1999-05-25 Patrick Koppen <koppen@rhrk.uni-kl.de>
969
970 * rt_netlink.c (netlink_socket): Make netlink socket non-blocking.
971 (netlink_parse_info): If errno is EWOULDBLOCK then continue to
972 parse the message.
973 (netlink_talk): Likewise
974
975 1999-05-17 <kunihiro@zebra.org>
976
977 * redistribute.c (zebra_check_addr): Added for loopback address
978 check.
979
980 1999-05-15 Kunihiro Ishiguro <kunihiro@zebra.org>
981
982 * rt_netlink.c (netlink_route_change): Tempolary bypass ipv6 route
983 change treatment.
984
985 * Makefile.am (noinst_HEADERS): redistribute.h added.
986
987 * redistribute.h: New file.
988
989 1999-05-14 Stephen R. van den Berg <srb@cuci.nl>
990
991 * zebra.c (show_table): Show all table configuration DEFUN.
992 (config_table): Config table number DEFUN.
993
994 * rt_netlink.c: Add support for multiple routing table.
995
996 * rib.c (rib_weed_table): New function added for delete all
997 routes from specified routing table.
998
999 * main.c (signal_init): SIGTERM call sigint.
1000 (sigint): Loggging more better message.
1001
1002 1999-05-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1003
1004 * rt_netlink.c: Change log () to zlog ().
1005
1006 1999-05-07 <kunihiro@zebra.org>
1007
1008 * zebra.h (ZEBRA_ROUTE_OSPF6): Added for ospf6d route.
1009
1010 1999-04-20 Kunihiro Ishiguro <kunihiro@zebra.org>
1011
1012 * interface.c: Add `no ip address' command.
1013
1014 1999-04-10 Kunihiro Ishiguro <kunihiro@zebra.org>
1015
1016 * rt_netlink.c (kernel_read): Function added for asynchronous
1017 zebra between kernel communication.
1018
1019 1999-03-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1020
1021 * rtread_sysctl.c (rtm_read): Fix address memcopy overrun bug.
1022 Reported by Achim Patzner <ap@bnc.net>.
1023
1024 1999-03-03 Kunihiro Ishiguro <kunihiro@zebra.org>
1025
1026 * Makefile.am: Install configuration sample with 600 permission.
1027
1028 1999-03-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1029
1030 * Makefile.am: Add -I.. to INCLUDES.
1031
1032 1999-02-18 Peter Galbavy <Peter.Galbavy@knowledge.com>
1033
1034 * syslog support added
1035
1036 1999-02-17 Peter Galbavy <Peter.Galbavy@knowledge.com>
1037
1038 * if_sysctl.c (interface_list): allocated memory free when unknown
1039 ifm_type is returned.
1040
1041 * ioctl.c (if_get_mtu): added SIOCGIFDATA treatment.
1042
1043 1998-12-15 Magnus Ahltorp <map@stacken.kth.se>
1044
1045 * interface.c: Header include added.
1046
1047 1998-12-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1048
1049 * rt.h (kernel_delete_ipv6): change int index to unsigned int index.
1050
1051 1998-12-13 Kunihiro Ishiguro <kunihiro@zebra.org>
1052
1053 * if_ioctl.c (interface_list_ioctl): interface flag must be
1054 checked before check addresses of the interface.
1055
1056 1998-12-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1057
1058 * Makefile.am (INCLUDES): add @INCLUDES@ for Linux IPv6.
1059
1060 1998-10-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1061
1062 * ioctl.c: Linux version before 2.1.0 need interface route setup.
1063
1064 1998-09-15 HEO SeonMeyong <seirios@matrix.iri.co.jp>
1065
1066 * change HYDRANGEA to KAME
1067
1068 1998-09-01 Kunihiro Ishiguro <kunihiro@zebra.org>
1069
1070 * if_ioctl.c (if_addr_ioctl): set address family for getting
1071 interface's address.
1072 (if_get_index): silently return when can't get interface's index.
1073
1074 1998-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
1075
1076 * main.c (main): batch mode option '-b' added.
1077
1078 1998-08-16 Kunihiro Ishiguro <kunihiro@zebra.org>
1079
1080 * ioctl.c (if_set_prefix): add `ip address IPV4ADDR' command.
1081 * interface.c (shutdown_if): add interface shutdown and no
1082 shutdown command.
1083
1084 1998-08-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1085
1086 * rib.c (rib_add_ipv6): delete rib_add_in6.
1087
1088 1998-07-27 Kunihiro Ishiguro <kunihiro@zebra.org>
1089
1090 * main.c: retain flag is added.
1091
1092 1998-07-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1093
1094 * rtable.[ch]: merged with rib.[ch]
1095
1096 1998-07-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1097
1098 * connected.h: renamed from ifa.h.
1099
1100 1998-06-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1101
1102 * rename if.c to interface.c
1103 * rename ifa.c to connected.c
1104
1105 * Porting to Debian GNU/Linux 2.0 (hamm).
1106
1107 1998-06-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1108
1109 * rt_netlink.c: renamed from krt_netlink.c
1110
1111 * fib.c: deleted.
1112 * rt_kvm.c: deleted.
1113 * rtread_getmsg.c: deleted.
1114
1115 1998-06-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1116
1117 * if.c (multicast): add multicast flag [un]set fucntion.
1118
1119 1998-05-19 Yamshita TAKAO <jargon@lares.dti.ne.jp>
1120
1121 * rt_socket.c: Modify for compile on Solaris, but dont't work it.
1122 rt_socket.c have some undefined function, so add directive "IMPLEMENT"
1123
1124 1998-05-18 Yamshita TAKAO <jargon@lares.dti.ne.jp>
1125
1126 * zebra.c: Modify for compile on Solaris.
1127
1128 1998-05-03 Kunihiro Ishiguro <kunihiro@zebra.org>
1129
1130 * main.c: change CONFDIR to SYSCONFDIR.
1131
1132 1998-05-01 Kunihiro Ishiguro <kunihiro@zebra.org>
1133
1134 * .cvsignore: added.
1135
1136 1998-04-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1137
1138 * client.c: moves to ../lib.
1139
1140 1998-03-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1141
1142 * if_ioctl.c (if_get_addr): Change address copy from memcopy() to
1143 structure assignment.
1144
1145 1998-03-30 URA Hiroshi <ura@yamato.ibm.co.jp>
1146
1147 * if_sysctl.c (ifm_interface_add): sdl->sdl_data copy bug fixed.
1148
1149 1998-02-23 "Hannes R. Boehm" <hannes@boehm.org>
1150
1151 * if.c (if_init): add config_exit_cmd and config_help_cmd.
1152
1153 1998-01-24 Kunihiro Ishiguro <kunihiro@zebra.org>
1154
1155 * rt_ioctl.c (route_ioctl): EPERM treatment added.
1156
1157 1998-01-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1158
1159 * rt_socket.c (kernel_read): communication port zebra between
1160 kernel is now handled by kernel_read.
1161
1162 1998-01-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1163
1164 * main.c (main): zebra [-P port] can specify vty port number.
1165
1166 1997-12-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1167
1168 * zebra.c: change select will be block.
1169
1170 1997-12-04 Kunihiro Ishiguro <kunihiro@zebra.org>
1171
1172 * add static route treatment.
1173
1174 1997-11-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1175
1176 * rt_netlink.c: add netlink support over GNU/Linux system.
1177
1178 1997-11-23 Kunihiro Ishiguro <kunihiro@zebra.org>
1179
1180 * all inet_addr is changed to inet_aton.
1181
1182 * zebra.c (ip_route): add ip route command for static routes.
1183
1184 1997-11-20 Kunihiro Ishiguro <kunihiro@zebra.org>
1185
1186 * if.c (if_flag_dump): Linux port of if_flag_dump and _vty.
1187
1188 1997-11-19 Kunihiro Ishiguro <kunihiro@zebra.org>
1189
1190 * if.c: add interface command.
1191
1192 1997-11-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1193
1194 * ipforward_proc.c : Now works on Linux.
1195
1196 1997-10-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1197
1198 * command.c : add completion feature.
1199
1200 1997-10-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1201
1202 * vty.c (vty_command): add vty interface.
1203
1204 1997-10-13 Kunihiro Ishiguro <kunihiro@zebra.org>
1205
1206 * zebra.c: add verbose mode.
1207
1208 1997-10-12 SonMyong Ho <s-ho@Matrix.IRI.Co.Jp>
1209
1210 * Hydrangea for FreeBSD supported
1211 * in.h: add some prototype.
1212
1213 1997-10-11 Kunihiro Ishiguro <kunihiro@zebra.org>
1214
1215 * rt_socket.c and rtread.c completely rewritten.
1216
1217 1997-10-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1218
1219 * rt_socket.c: rename kernel_sock to routing_socket
1220
1221 1997-10-04 Kunihiro Ishiguro <kunihiro@zebra.org>
1222
1223 * if.c (if_new): interface structure change from linklist to vector.
1224
1225 1997-10-03 Kunihiro Ishiguro <kunihiro@zebra.org>
1226
1227 * vector.c (vector_init): create vector related function
1228
1229 1997-09-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1230
1231 * Makefile.in: add tags target
1232
1233 * start IPv6 support for INRIA FreeBSD.
1234