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