blob: 8cd3cf8bd14763a199f63591437e2b4cad0abaf1 [file] [log] [blame]
paul445f1432003-05-16 19:00:31 +000012003-05-16 Gilad Arnold <gilad.arnold@terayon.com>
2
3 * zebra_rib.c: Fix memory leaks for ifname nexthops
4
52003-04-19 Israel Keys <ikeys@agile.tv>
6
7 * rt_netlink.c: BLOCK on netlink while initialising
8
92003-02-06 Francois Deppierraz <francois@ctrlaltdel.ch>
10
11 * rt_netlink.c (netlink_route_multipath): Set RTM_F_EQUALIZE when
12 it exists.
13
paul718e3742002-12-13 20:15:29 +0000142002-09-28 Akihiro Mizutani <mizutani@net-chef.net>
15
16 * zebra_rib.c (static_add_ipv4): Null0 static route is added.
17
182002-09-10 Jochen Friedrich <chris+zebra@scram.de>
19
20 * rt_netlink.c: Add check for EAGAIN.
21 * kernel_socket.c: Likewise
22
232002-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
312001-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
362001-10-24 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
37
38 * rib.c (rib_process): Select connected route any case.
39
402001-10-23 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
41
42 * interface.c (no_ip_address_secondary): Add "no" to command.
43
442001-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
492001-08-26 mihail.balikov@interbgc.com
50
51 * zebra_snmp.c: Fix snmpwalk problem such as IPv4 address
52 A.B.C.255.
53
542001-08-22 NOGUCHI Kay <kay@v6.access.co.jp>
55
56 * rtadv.c: Do not send RA to loopback interface.
57
582001-08-20 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
59
60 * ioctl.c (if_set_prefix): Remove Linux 2.0 specific connected
61 route treatment.
62
632001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
64
65 * zebra-0.92a released.
66
672001-08-17 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
68
69 * rib.c: Kernel route is treated as EGP routes in nexthop active
70 check.
71
722001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
73
74 * zebra-0.92 released.
75
762001-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
812001-07-29 Yon Uriarte <havanna_moon@gmx.net>
82
83 * zserv.c (zsend_ipv4_add_multipath): Add
84 NEXTHOP_TYPE_IPV4_IFINDEX check.
85
862001-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
932001-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
982001-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
1032001-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
1082001-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
1182001-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
1242001-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
1292001-04-23 Kunihiro Ishiguro <kunihiro@zebra.org>
130
131 * ioctl.c (if_prefix_add_ipv6): Fix argument type.
132
1332001-04-06 Toshiaki Takada <takada@zebra.org>
134
135 * zserv.c (zsend_interface_delete): Use client->obuf instead of
136 allocating new stream.
137
1382001-03-10 Kunihiro Ishiguro <kunihiro@zebra.org>
139
140 * rt_netlink.c: Revert RTPROT_BOOT change.
141
1422001-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
1472001-03-07 "Akihiro Mizutani" <mizutani@dml.com>
148
149 * zserv.c (zsend_ipv4_add_multipath): Send metric value to
150 protocol daemons.
151
1522001-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
1582001-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
1632001-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
1722001-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
1772001-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
1832001-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
1882001-01-24 Kunihiro Ishiguro <kunihiro@zebra.org>
189
190 * rib.c (rib_lookup_ipv4): New function for checking exact match
191 IGP route.
192
1932001-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
1982001-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
2072001-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
2152001-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
2322001-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
2372001-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
2642001-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
2712001-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
3162001-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
3232001-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
3312001-01-10 Kunihiro Ishiguro <kunihiro@zebra.org>
332
333 * zserv.c: Remove OLD_RIB codes.
334
3352001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
336
337 * zebra-0.90 is released.
338
3392001-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
3502001-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
3562001-01-07 Kunihiro Ishiguro <kunihiro@zebra.org>
357
358 * rib.c (nexthop_active_ipv4): Move back to set methodo to old
359 one.
360
3612001-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
3662001-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
3732001-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
3782000-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
3852000-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
3902000-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
4052000-12-26 Kunihiro Ishiguro <kunihiro@zebra.org>
406
407 * rib.h: Remove MULTIPATH_NUM. It is defined by configure script.
408
4092000-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
4142000-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
4222000-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
4282000-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
4352000-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
4462000-11-20 Kunihiro Ishiguro <kunihiro@zebra.org>
447
448 * rib.c (ip_route): New RIB prototype.
449
4502000-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
4552000-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
4632000-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
4742000-10-23 Jochen Friedrich <jochen@scram.de>
475
476 * main.c (main): Call zebra_snmp_init() when it is enabled.
477
4782000-10-23 Kunihiro Ishiguro <kunihiro@zebra.org>
479
480 * zserv.c (zebra_serv_un): UNIX domain socket server of zebra
481 protocol.
482
4832000-10-19 Kunihiro Ishiguro <kunihiro@zebra.org>
484
485 * rib.c (rib_add_ipv4): Same check bug is fixed.
486
4872000-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
4942000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
495
496 * zebra-0.89 is released.
497
4982000-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
5032000-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
5092000-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
5142000-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
5222000-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
5282000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
529
530 * zebra-0.88 is released.
531
5322000-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
5382000-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
5482000-08-13 Kunihiro Ishiguro <kunihiro@zebra.org>
549
550 * rib.c (rib_add_ipv4): Do not install distance 255 route.
551
5522000-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
5572000-08-07 "Akihiro Mizutani" <mizutani@dml.com>
558
559 * interface.c (bandwidth_if): Fix help string.
560
5612000-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
5752000-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
5802000-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
5862000-08-06 Kunihiro Ishiguro <kunihiro@zebra.org>
587
588 * redistribute.c (redistribute_delete): Fix bug of default route
589 redistribute treatment.
590
5912000-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
6152000-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
6282000-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
6472000-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
6542000-07-24 Akihiro Mizutani <mizutani@dml.com>
655
656 * interface.c: Use install_default() for common VTY commands.
657
6582000-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
6652000-07-09 Chris Dunlop <chris@onthe.net.au>
666
667 * if_ioctl.c (if_get_index): Add check for HAVE_BROKEN_ALIASES.
668
6692000-07-04 Kunihiro Ishiguro <kunihiro@zebra.org>
670
671 * zserv.c (zebra_client_read): Add ZEBRA_REDISTRIBUTE_{ADD,DELETE}
672 message handling.
673
6742000-07-02 David Lipovkov <davidl@nbase.co.il>
675
676 * zserv.c: "ip route A.B.C.D/M unknown" command is added.
677
6782000-06-28 Michael Rozhavsky <mike@nbase.co.il>
679
680 * rib.c: Remove old kernel route when new route comes in.
681
6822000-06-13 David Lipovkov <davidl@nbase.co.il>
683
684 * rib.c (rib_if_up): Add check for unknown interface.
685
6862000-06-13 Kunihiro Ishiguro <kunihiro@zebra.org>
687
688 * rib.h: Define INTERFACE_UNKNOWN.
689
6902000-06-08 Kunihiro Ishiguro <kunihiro@zebra.org>
691
692 * Makefile.am (EXTRA_DIST): Move irdp.c until implementation is
693 finished.
694
6952000-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
7122000-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
7172000-04-26 Jochen Friedrich <jochen@nwe.de>
718
719 * GNOME-PRODUCT-ZEBRA-MIB: New file.
720
721 * GNOME-SMI: New file.
722
7232000-04-23 Kunihiro Ishiguro <kunihiro@zebra.org>
724
725 * irdp.c: New file from 1997 development code.
726 * irdp.h: Likewise.
727
7282000-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
7332000-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
7382000-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
7442000-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
7492000-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
7542000-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
7611999-12-26 Jochen.Friedrich@genorz.de
762
763 * interface.c (if_dump_vty): Fix a bug of missing VTY_NEWLINE.
764
7651999-12-23 Alex Zinin <zinin@amt.ru>
766 * interface.*: dynamic int up/down support
767
7681999-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
7741999-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
7791999-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
7851999-11-30 Kunihiro Ishiguro <kunihiro@zebra.org>
786
787 * kernel_socket.c (rtm_read): Check old pid for static route
788 insertion check.
789
7901999-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
7971999-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
8021999-11-27 Kunihiro Ishiguro <kunihiro@zebra.org>
803
804 * rt_socket.c: Delete USE_HOST_BIT definition.
805
8061999-11-21 Michael Handler <handler@sub-rosa.com>
807
808 * rtread_getmsg.c: Undef some definition to resolve conflict.
809
8101999-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
8151999-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
8201999-11-21 Kunihiro Ishiguro <kunihiro@zebra.org>
821
822 * Makefile.am (EXTRA_DIST): Add rtread_getmsg.c.
823
8241999-11-21 Michael Handler <handler@sub-rosa.com>
825
826 * rtread_getmsg.c: Added for Solaris 2.6 support.
827
8281999-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
8341999-10-19 Kunihiro Ishiguro <kunihiro@zebra.org>
835
836 * client_main.c: Disable making obsolete zebra test `client'
837 command.
838
8391999-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
8461999-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
8511999-09-17 Satosi KOBAYASI <kobayasi@north.ad.jp>
852
853 * Fix serious bug of IPv6 route deletion.
854
8551999-09-11 Kunihiro Ishiguro <kunihiro@zebra.org>
856
857 * ioctl.c (if_set_prefix): Properly set broadcast address.
858
8591999-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
8641999-08-24 VOP <vop@unity.net>
865
866 * rib.c: Include "sockunion.h"
867
8681999-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
8751999-08-18 Kunihiro Ishiguro <kunihiro@zebra.org>
876
877 * zebra.h (ZEBRA_INTERFACE_ADDRESS_ADD):
878 ZEBRA_INTERFACE_{ADD,DELETE} added.
879
8801999-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
8861999-08-12 Kunihiro Ishiguro <kunihiro@zebra.org>
887
888 * zebra.h: New Zebra message ZEBRA_INTERFACE_{ADD,DELETE} added.
889
8901999-08-09 Kunihiro Ishiguro <kunihiro@zebra.org>
891
892 * interface.h: New file.
893 * Makefile.am: Add interface.h
894
8951999-08-04 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
896
897 * redistribute.c (zebra_redistribute): give ifindex to client.
898
8991999-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
900
901 * main.c (longopts): -k, --keep_kernel option added.
902
9031999-07-18 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
904
905 * rt_socket.c (rtm_write): forgot closing socket bug fixed.
906
9071999-07-17 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
908
909 * rib.c (show_ipv6_cmd): if rib is link show interface name.
910
9111999-07-17 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
912
913 * rt_socket.c (rtm_write): use sockaddr_dl when null gateway.
914
9151999-07-16 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
916
917 * rt_socket.c (rtm_write): ipv6 route table bug fixed.
918
9191999-07-15 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
920
921 * zebra.c (zebra_read_ipv6): read link prefix from ospf6 support
922
9231999-07-15 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
924
925 * rt_socket.c (kernel_rtm_ipv6): gate treatment bug fixed.
926
9271999-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
9321999-07-08 HEO SeonMeyong <seirios@Matrix.IRI.Co.Jp>
933
934 * interface.c (if_tun_add): Add KAME's gif tunnel setting codes.
935
9361999-06-26 Kunihiro Ishiguro <kunihiro@zebra.org>
937
938 * zebra.c (zebra_serv): Only accept loopback address connection.
939
9401999-06-25 Kunihiro Ishiguro <kunihiro@zebra.org>
941
942 * zebra.h (ZEBRA_ROUTE_EXTERNAL): Add zebra messages flags
943
9441999-06-17 Kunihiro Ishiguro <kunihiro@zebra.org>
945
946 * ipforward_proc.c: ipforward_on () and ipforward_off () added.
947
9481999-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
9531999-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
9591999-05-29 <kunihiro@zebra.org>
960
961 * rt_ioctl.c: Comment out #include <linux/ipv6_route.h>.
962
9631999-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
9681999-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
9751999-05-17 <kunihiro@zebra.org>
976
977 * redistribute.c (zebra_check_addr): Added for loopback address
978 check.
979
9801999-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
9891999-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
10021999-05-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1003
1004 * rt_netlink.c: Change log () to zlog ().
1005
10061999-05-07 <kunihiro@zebra.org>
1007
1008 * zebra.h (ZEBRA_ROUTE_OSPF6): Added for ospf6d route.
1009
10101999-04-20 Kunihiro Ishiguro <kunihiro@zebra.org>
1011
1012 * interface.c: Add `no ip address' command.
1013
10141999-04-10 Kunihiro Ishiguro <kunihiro@zebra.org>
1015
1016 * rt_netlink.c (kernel_read): Function added for asynchronous
1017 zebra between kernel communication.
1018
10191999-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
10241999-03-03 Kunihiro Ishiguro <kunihiro@zebra.org>
1025
1026 * Makefile.am: Install configuration sample with 600 permission.
1027
10281999-03-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1029
1030 * Makefile.am: Add -I.. to INCLUDES.
1031
10321999-02-18 Peter Galbavy <Peter.Galbavy@knowledge.com>
1033
1034 * syslog support added
1035
10361999-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
10431998-12-15 Magnus Ahltorp <map@stacken.kth.se>
1044
1045 * interface.c: Header include added.
1046
10471998-12-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1048
1049 * rt.h (kernel_delete_ipv6): change int index to unsigned int index.
1050
10511998-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
10561998-12-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1057
1058 * Makefile.am (INCLUDES): add @INCLUDES@ for Linux IPv6.
1059
10601998-10-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1061
1062 * ioctl.c: Linux version before 2.1.0 need interface route setup.
1063
10641998-09-15 HEO SeonMeyong <seirios@matrix.iri.co.jp>
1065
1066 * change HYDRANGEA to KAME
1067
10681998-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
10741998-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
1075
1076 * main.c (main): batch mode option '-b' added.
1077
10781998-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
10841998-08-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1085
1086 * rib.c (rib_add_ipv6): delete rib_add_in6.
1087
10881998-07-27 Kunihiro Ishiguro <kunihiro@zebra.org>
1089
1090 * main.c: retain flag is added.
1091
10921998-07-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1093
1094 * rtable.[ch]: merged with rib.[ch]
1095
10961998-07-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1097
1098 * connected.h: renamed from ifa.h.
1099
11001998-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
11071998-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
11151998-06-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1116
1117 * if.c (multicast): add multicast flag [un]set fucntion.
1118
11191998-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
11241998-05-18 Yamshita TAKAO <jargon@lares.dti.ne.jp>
1125
1126 * zebra.c: Modify for compile on Solaris.
1127
11281998-05-03 Kunihiro Ishiguro <kunihiro@zebra.org>
1129
1130 * main.c: change CONFDIR to SYSCONFDIR.
1131
11321998-05-01 Kunihiro Ishiguro <kunihiro@zebra.org>
1133
1134 * .cvsignore: added.
1135
11361998-04-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1137
1138 * client.c: moves to ../lib.
1139
11401998-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
11451998-03-30 URA Hiroshi <ura@yamato.ibm.co.jp>
1146
1147 * if_sysctl.c (ifm_interface_add): sdl->sdl_data copy bug fixed.
1148
11491998-02-23 "Hannes R. Boehm" <hannes@boehm.org>
1150
1151 * if.c (if_init): add config_exit_cmd and config_help_cmd.
1152
11531998-01-24 Kunihiro Ishiguro <kunihiro@zebra.org>
1154
1155 * rt_ioctl.c (route_ioctl): EPERM treatment added.
1156
11571998-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
11621998-01-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1163
1164 * main.c (main): zebra [-P port] can specify vty port number.
1165
11661997-12-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1167
1168 * zebra.c: change select will be block.
1169
11701997-12-04 Kunihiro Ishiguro <kunihiro@zebra.org>
1171
1172 * add static route treatment.
1173
11741997-11-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1175
1176 * rt_netlink.c: add netlink support over GNU/Linux system.
1177
11781997-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
11841997-11-20 Kunihiro Ishiguro <kunihiro@zebra.org>
1185
1186 * if.c (if_flag_dump): Linux port of if_flag_dump and _vty.
1187
11881997-11-19 Kunihiro Ishiguro <kunihiro@zebra.org>
1189
1190 * if.c: add interface command.
1191
11921997-11-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1193
1194 * ipforward_proc.c : Now works on Linux.
1195
11961997-10-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1197
1198 * command.c : add completion feature.
1199
12001997-10-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1201
1202 * vty.c (vty_command): add vty interface.
1203
12041997-10-13 Kunihiro Ishiguro <kunihiro@zebra.org>
1205
1206 * zebra.c: add verbose mode.
1207
12081997-10-12 SonMyong Ho <s-ho@Matrix.IRI.Co.Jp>
1209
1210 * Hydrangea for FreeBSD supported
1211 * in.h: add some prototype.
1212
12131997-10-11 Kunihiro Ishiguro <kunihiro@zebra.org>
1214
1215 * rt_socket.c and rtread.c completely rewritten.
1216
12171997-10-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1218
1219 * rt_socket.c: rename kernel_sock to routing_socket
1220
12211997-10-04 Kunihiro Ishiguro <kunihiro@zebra.org>
1222
1223 * if.c (if_new): interface structure change from linklist to vector.
1224
12251997-10-03 Kunihiro Ishiguro <kunihiro@zebra.org>
1226
1227 * vector.c (vector_init): create vector related function
1228
12291997-09-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1230
1231 * Makefile.in: add tags target
1232
1233 * start IPv6 support for INRIA FreeBSD.
1234