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