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