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