blob: 945fa57b34703f31410a501c64270a6f6e5d45d8 [file] [log] [blame]
gdtdbee01f2004-01-06 00:36:51 +000012004-01-05 Greg Troxel <gdt@fnord.ir.bbn.com>
gdt4bfbea82004-01-06 01:13:05 +00002 * kernel_socket.c (ifm_read): Major cleanup. Use Sowmini's code
3 to find the sockaddr_dl in all cases, narrowing the Solaris ifdef
4 to just the accomodation of broken kernels. Check sockaddr_dl
5 carefully up front, and later assume any non-NULL sdl pointer is
6 valid. Clean up types and variable declarations, and rename
7 WRAPUP to SAROUNDUP to make the name fit the behavior.
8
92004-01-05 Greg Troxel <gdt@fnord.ir.bbn.com>
gdtdbee01f2004-01-06 00:36:51 +000010
11 * kernel_socket.c (kernel_read): Add a sockaddr_dl to the ifmsg
12 structure, because on Solaris sockaddr_dl is far larger than the
13 base sockaddr structure. (The code had previously been failing to
14 read all the data.)
gdt4bfbea82004-01-06 01:13:05 +000015
gdtda26e3b2004-01-05 17:20:59 +0000162004-01-05 Greg Troxel <gdt@ahi.ir.bbn.com>
17
18 * kernel_socket.c (kernel_read): Look up interfaces by index
19 first, so that state changes which do not include a sockaddr_dl
20 now work. Add many sanity checks. In
21 particular, do not assume that a sockaddr_dl follows a message
22 without checking the ifm_addrs flags, and do not trust the length
23 in a sockaddr_dl. Add/clarify many comments.
24
gdt4b5e1352003-12-03 17:54:34 +0000252003-12-03 Greg Troxel <gdt@poblano.ir.bbn.com>
26
27 * rtadv.c: reorder includes to avoid compiler warning (define
28 structs before using them in prototypes)
29
hasso647e4f12003-05-25 11:43:52 +0000302003-05-25 Jim Crumpler <Jim.Crumpler@edion.com>
31
32 * zserv.c: Add "ip forwarding" command.
33
paul445f1432003-05-16 19:00:31 +0000342003-05-16 Gilad Arnold <gilad.arnold@terayon.com>
35
36 * zebra_rib.c: Fix memory leaks for ifname nexthops
37
382003-04-19 Israel Keys <ikeys@agile.tv>
39
40 * rt_netlink.c: BLOCK on netlink while initialising
41
422003-02-06 Francois Deppierraz <francois@ctrlaltdel.ch>
43
44 * rt_netlink.c (netlink_route_multipath): Set RTM_F_EQUALIZE when
45 it exists.
46
paul718e3742002-12-13 20:15:29 +0000472002-09-28 Akihiro Mizutani <mizutani@net-chef.net>
48
49 * zebra_rib.c (static_add_ipv4): Null0 static route is added.
50
512002-09-10 Jochen Friedrich <chris+zebra@scram.de>
52
53 * rt_netlink.c: Add check for EAGAIN.
54 * kernel_socket.c: Likewise
55
562002-06-12 Israel Keys <ikeys@oz.agile.tv>
57
58 * rt_netlink.c: Setting the NLM_F_ACK flag on the netlink command
59 message so that we get an ACK for successful netlink commands.
60 Change the netlink socket to BLOCKING while we wait for a
61 response; be it an ACK or an NLMSG_ERROR. Change
62 netlink_parse_info to deal with ACK messages.
63
642001-11-01 Jun-ichiro itojun Hagino <itojun@iijlab.net>
65
66 * rtadv.c (rtadv_make_socket): setsockopt(IPV6_CHECKSUM) does not
67 work for ICMPv6 socket.
68
692001-10-24 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
70
71 * rib.c (rib_process): Select connected route any case.
72
732001-10-23 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
74
75 * interface.c (no_ip_address_secondary): Add "no" to command.
76
772001-10-18 NOGUCHI Kay <kay@v6.access.co.jp>
78
79 * ioctl.c (if_prefix_add_ipv6): Set the prefered and valid lifetime
80 to infinity as the freebsd4.4 workaroud.
81
822001-08-26 mihail.balikov@interbgc.com
83
84 * zebra_snmp.c: Fix snmpwalk problem such as IPv4 address
85 A.B.C.255.
86
872001-08-22 NOGUCHI Kay <kay@v6.access.co.jp>
88
89 * rtadv.c: Do not send RA to loopback interface.
90
912001-08-20 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
92
93 * ioctl.c (if_set_prefix): Remove Linux 2.0 specific connected
94 route treatment.
95
962001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
97
98 * zebra-0.92a released.
99
1002001-08-17 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
101
102 * rib.c: Kernel route is treated as EGP routes in nexthop active
103 check.
104
1052001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
106
107 * zebra-0.92 released.
108
1092001-08-08 "Akihiro Mizutani" <mizutani@dml.com>
110
111 * rib.c (show_ip_route_prefix_longer): Add longer-prefix option to
112 show route commands.
113
1142001-07-29 Yon Uriarte <havanna_moon@gmx.net>
115
116 * zserv.c (zsend_ipv4_add_multipath): Add
117 NEXTHOP_TYPE_IPV4_IFINDEX check.
118
1192001-07-29 NOGUCHI Kay <kay@v6.access.co.jp>
120
121 * rtadv.c: Apply valid lifetime, preferred lifetime, onilnk flag,
122 autonomous address-configuration flag patch.
123 (no_ipv6_nd_suppress_ra): Change "ipv6 nd send-ra" to "no ipv6 nd
124 suppress-ra".
125
1262001-07-24 NOGUCHI Kay <kay@v6.access.co.jp>
127
128 * rtadv.c (ipv6_nd_ra_interval): Add "ipv6 nd ra-interval SECONDS"
129 command.
130
1312001-07-24 Jun-ichiro itojun Hagino <itojun@iijlab.net>
132
133 * rt_socket.c (kernel_rtm_ipv4): Add KAME/NetBSD151 equal cost
134 multicast FIB support both IPv4 and IPv6.
135
1362001-07-24 Hal Snyder <hal@vailsys.com>
137
138 * if_ioctl.c (interface_list_ioctl): Fix bug of failing to get the
139 full list of interfaces on some configurations of OpenBSD.
140
1412001-07-23 NOGUCHI Kay <kay@v6.access.co.jp>
142
143 * rtadv.c (ipv6_nd_send_ra): Apply [zebra 9320] to fix "ipv6 nd
144 send-ra" bug.
145 (ipv6_nd_ra_lifetime): "ipv6 nd ra-lifetime 0" for default router
146 availability.
147 (ipv6_nd_managed_config_flag): "ipv6 nd managed-config-flag" is
148 added.
149 (ipv6_nd_other_config_flag): "ipv6 nd other-config-flag" is added.
150
1512001-07-23 Jun-ichiro itojun Hagino <itojun@iijlab.net>
152
153 * ioctl.c (if_ioctl): Change ioctl argument from int to u_long.
154
155 * rt_ioctl.c: Likewise.
156
1572001-07-23 Jun-ichiro itojun Hagino <itojun@iijlab.net>
158
159 * kernel_socket.c (rtm_write): Only set RTF_CLONING when the
160 interface is not p2p.
161
1622001-04-23 Kunihiro Ishiguro <kunihiro@zebra.org>
163
164 * ioctl.c (if_prefix_add_ipv6): Fix argument type.
165
1662001-04-06 Toshiaki Takada <takada@zebra.org>
167
168 * zserv.c (zsend_interface_delete): Use client->obuf instead of
169 allocating new stream.
170
1712001-03-10 Kunihiro Ishiguro <kunihiro@zebra.org>
172
173 * rt_netlink.c: Revert RTPROT_BOOT change.
174
1752001-03-08 Kunihiro Ishiguro <kunihiro@zebra.org>
176
177 * rt_netlink.c (netlink_route_change): Skip RTPROT_BOOT route.
178 (netlink_routing_table): Likewise.
179
1802001-03-07 "Akihiro Mizutani" <mizutani@dml.com>
181
182 * zserv.c (zsend_ipv4_add_multipath): Send metric value to
183 protocol daemons.
184
1852001-02-18 Kunihiro Ishiguro <kunihiro@zebra.org>
186
187 * rt_netlink.c (netlink_routing_table): Do not return
188 tb[RTA_GATEWAY] is NULL. Reported by: "Michael O'Keefe"
189 <mokeefe@qualcomm.com>.
190
1912001-02-08 Kunihiro Ishiguro <kunihiro@zebra.org>
192
193 * if_ioctl.c (interface_list_ioctl): Call if_add_update().
194 Suggested by: Chris Dunlop <chris@onthe.net.au>.
195
1962001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
197
198 * rib.c (nexthop_active_ipv4): When nexthop type is
199 NEXTHOP_TYPE_IPV4_IFINDEX, propery set the ifindex to rifindex.
200
201 * zserv.c: Initialize rtm_table_default with 0.
202
203 * zebra-0.91 is released.
204
2052001-01-31 Kunihiro Ishiguro <kunihiro@zebra.org>
206
207 * kernel_socket.c (rtm_read): Filter cloned route. Suggested by:
208 Jun-ichiro itojun Hagino <itojun@iijlab.net>
209
2102001-01-30 Kunihiro Ishiguro <kunihiro@zebra.org>
211
212 * connected.c (connected_up_ipv6): When point-to-point destination
213 address is ::, use local address for connected network.
214 (connected_down_ipv6): Likewise.
215
2162001-01-25 Kunihiro Ishiguro <kunihiro@zebra.org>
217
218 * zserv.c (zebra_serv): Add missing close() call. Reported by:
219 David Waitzman <djw@vineyard.net>.
220
2212001-01-24 Kunihiro Ishiguro <kunihiro@zebra.org>
222
223 * rib.c (rib_lookup_ipv4): New function for checking exact match
224 IGP route.
225
2262001-01-23 Kunihiro Ishiguro <kunihiro@zebra.org>
227
228 * rib.c (show_ipv6_route_protocol): Fix bug of "show ip route
229 route-type".
230
2312001-01-22 Kunihiro Ishiguro <kunihiro@zebra.org>
232
233 * interface.c (zebra_interface): Do not call
234 zebra_interface_add_update for inactive interface.
235
236 * zserv.c (zsend_interface_address_add): Send interface address
237 flag.
238 (zsend_interface_address_delete): Likewise.
239
2402001-01-19 Kunihiro Ishiguro <kunihiro@zebra.org>
241
242 * interface.c (if_addr_add): Add flags.
243
244 * connected.c (ifa_add_ipv4): Add new function for interface
245 address handling.
246 (ifa_delete_ipv4): Likewise.
247
2482001-01-16 Kunihiro Ishiguro <kunihiro@zebra.org>
249
250 * rib.c (rib_update): Update IPv6 RIB.
251
252 * kernel_socket.c (ifam_read): Call if_refresh() for update
253 interface flag status. This is for implicit interface up on *BSD.
254
255 * interface.c (if_refresh): Add interface flag refresh function.
256
257 * kernel_socket.c (rtm_read): Fetch link-local address interface
258 index.
259 (ifan_read): We need to fetch interface information. Suggested
260 by: Yasuhiro Ohara <yasu@sfc.wide.ad.jp>.
261
262 * rib.c (static_ipv6_nexthop_same): Add check for
263 NEXTHOP_TYPE_IPV6_IFNAME.
264
2652001-01-15 Kunihiro Ishiguro <kunihiro@zebra.org>
266
267 * rib.h (NEW_RIB): Turn on NEW_RIB flag. IPv6 new RIB code are
268 taken into place.
269
2702001-01-14 Kunihiro Ishiguro <kunihiro@zebra.org>
271
272 * rib.c (static_ipv6_write): Display STATIC_IPV6_GATEWAY_IFNAME
273 configuration.
274 (rib_delete_ipv6): Handle same route conter for IPv6 connected
275 route.
276 (show_ipv6_route_protocol): New command.
277 (show_ipv6_route_addr): Likewise.
278 (show_ipv6_route_prefix): Likewise.
279 (rib_update): Sweep kernel route when it is cleaned up.
280
281 * rt_socket.c (kernel_add_ipv6): Add NEXTHOP_IPV6_IFNAME
282 treatmenet.
283
284 * rt_netlink.c (kernel_init): Likewise.
285
286 * rt_ioctl.c (kernel_ioctl_ipv6_multipath): Likewise.
287
288 * rib.c (rib_add_ipv4): Cope with same connected route on a
289 interface. Suggested by: Matthew Grant <grantma@anathoth.gen.nz>.
290 (nexthop_ipv6_ifname_add): Add NEXTHOP_IPV6_IFNAME treatmenet.
291
292 * rib.h (struct new_rib): Add refcnt to keep track on the
293 reference of same connected route.
294
295 * ioctl.c (if_set_prefix): Add check for GNU_LINUX.
296
2972001-01-13 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
298
299 * kernel_socket.c (ifan_read, rtm_type_str): Add RTM_OIFINFO check.
300 (rtm_type_str): Add RTM_IFANNOUNCE check.
301 (ifan_read): New function.
302 (kernel_read): Add case for RTM_IFANNOUNCE.
303
3042001-01-13 Kunihiro Ishiguro <kunihiro@zebra.org>
305
306 * rt_ioctl.c (kernel_ioctl_ipv6_multipath): New function.
307
308 * rt_netlink.c (netlink_route_multipath): IPv6 address ifindex
309 treatment.
310
311 * connected.c (connected_up_ipv6): Add dest value check.
312
313 * rib.c (nexthop_active_ipv6): Do not touch IPv6 nexthop's
314 ifindex.
315 (rib_add_ipv4): Import rib_add_ipv6() same route check code.
316 (nexthop_active_check): NEXTHOP_TYPE_IPV6_IFINDEX activity is only
317 checked by ifindex.
318
319 * rt_socket.c (kernel_rtm_ipv6_multipath): New function.
320
321 * redistribute.c (redistribute_add): Use
322 zsend_ipv6_add_multipath().
323 (redistribute_delete_multipath): Use
324 zsend_ipv6_delete_multipath().
325
326 * interface.c (ip_address): Check current IP address to avoid
327 duplicate.
328
329 * rib.c (rib_delete_ipv4): When deleted route is connected route,
330 check ifindex.
331 (rib_add_ipv4): When connected route is added do not perform
332 implicit withdraw.
333 (rib_delete_ipv4): Check ifindex for connected route.
334
335 * kernel_socket.c (rtm_read): When route has RTF_STATIC, set
336 ZEBRA_FLAG_STATIC for indicate as persistent route.
337 (ifam_read): Unset interface index from link-local address when
338 IPv6 stack is KAME.
339
340 * rib.c (rib_update): Do not delete persistent kernel route.
341
342 * rib.h (struct new_rib): Integrate RIB_FLAG_* to ZEBRA_FLAG_*.
343
344 * rt_socket.c (kernel_add_ipv6_multipath): Add placeholder.
345 (kernel_delete_ipv6_multipath): Likewise.
346
347 * rt_netlink.c (netlink_talk): Give struct nlsock to netlink_talk.
348
3492001-01-12 Kunihiro Ishiguro <kunihiro@zebra.org>
350
351 * rib.c (rib_update): Revert Matthew Grant's patch
352 zebra_cvs_newribfix.patch. Use struct rib->ifindex for kernel
353 interface index. Introduce NEXTHOP_TYPE_IPV4_IFINDEX to support
354 that. Add support for address deletion situation.
355
3562001-01-11 Kunihiro Ishiguro <kunihiro@zebra.org>
357
358 * interface.c: Remove HAVE_IF_PSEUDO part.
359
360 * rib.h: Likewise.
361
362 * rt_netlink.c (netlink_link_change): Likewise.
363
3642001-01-10 Kunihiro Ishiguro <kunihiro@zebra.org>
365
366 * zserv.c: Remove OLD_RIB codes.
367
3682001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
369
370 * zebra-0.90 is released.
371
3722001-01-09 Matthew Grant <grantma@anathoth.gen.nz>
373
374 * interface.c (if_new_intern_ifindex): Allocate a new internal
375 interface index.
376 (if_addr_refresh): Fix up ip addresses configured via zebra.
377 (if_add_update): Handle an interface addition.
378 (if_delete_update): Handle an interface delete event.
379
380 * rib.c (nexthop_ipv4_add): Add kernel route deletion process when
381 interface goes down.
382
3832001-01-08 Kunihiro Ishiguro <kunihiro@zebra.org>
384
385 * interface.c (if_dump_vty): When HAVE_NET_RT_IFLIST is defined,
386 NetBSD also use this function. Suggested by Jasper Wallace
387 <jasper@ivision.co.uk>.
388
3892001-01-07 Kunihiro Ishiguro <kunihiro@zebra.org>
390
391 * rib.c (nexthop_active_ipv4): Move back to set methodo to old
392 one.
393
3942001-01-05 Kunihiro Ishiguro <kunihiro@zebra.org>
395
396 * rib.c (rib_add_ipv4): EBGP multihop set ZEBRA_FLAG_INTERNAL
397 flag, so treat it.
398
3992001-01-04 Kunihiro Ishiguro <kunihiro@zebra.org>
400
401 * rt_netlink.c (netlink_talk_ipv6): When IPv6 route message is
402 sent from netlink_cmd, the same message comes from netlink. To
403 avoid confusion, temporary netlink_talk_ipv6 use netlink.sock
404 instead of netlink_cmd.sock.
405
4062001-01-01 Kunihiro Ishiguro <kunihiro@zebra.org>
407
408 * zserv.h (ZEBRA_SERV_PATH): Change "/tmp/zebra" to "/tmp/.zebra".
409 Change "/tmp/zserv" to "/tmp/.zserv".
410
4112000-12-29 Frank van Maarseveen <F.vanMaarseveen@inter.NL.net>
412
413 * rt_netlink.c (struct nlsock): Divide kernel message into listen
414 socket and command socket.
415 (netlink_talk): Remove socket listen code. Use netlink_parse_info
416 for read kernel response.
417
4182000-12-29 Kunihiro Ishiguro <kunihiro@zebra.org>
419
420 * rib.c (vty_show_ip_route): Show uptime of the RIP,OSPF,BGP
421 routes.
422
4232000-12-27 Kunihiro Ishiguro <kunihiro@zebra.org>
424
425 * rt_netlink.c (netlink_route_multipath): Metric value is
426 reflected to kernel routing table.
427
428 * rt_ioctl.c (kernel_ioctl_ipv4_multipath): Likewise.
429
430 * kernel_socket.c (rtm_write): Likewise.
431
432 * rib.c (nexthop_active_ipv4): Only iBGP route perform recursive
433 nexthop lookup.
434
435 * rt_ioctl.c (kernel_ioctl_ipv4_multipath): Add ioctl version of
436 new RIB implementation.
437
4382000-12-26 Kunihiro Ishiguro <kunihiro@zebra.org>
439
440 * rib.h: Remove MULTIPATH_NUM. It is defined by configure script.
441
4422000-12-25 Michael Rozhavsky <mrozhavsky@opticalaccess.com>
443
444 * rib.c (rib_if_up): Call rib_fib_set instead of RIB_FIB_SET for
445 proper redistribution.
446
4472000-12-19 Kunihiro Ishiguro <kunihiro@zebra.org>
448
449 * rib.c (nexthop_active_ipv4): Add self lookup nexthop check.
450 (show_ip_route_protocol): Support new RIB.
451
452 * rt_netlink.c (netlink_route_change): Do not return when gate is
453 NULL.
454
4552000-12-18 Kunihiro Ishiguro <kunihiro@zebra.org>
456
457 * rib.c (rib_lookup_ipv4_nexthop): IBGP nexthop check function is
458 updated.
459 (rib_add_ipv4): Free implicit withdraw route's RIB.
460
4612000-12-15 Kunihiro Ishiguro <kunihiro@zebra.org>
462
463 * rib.c (nexthop_active_ipv4): Check indirect nexthop.
464
465 * redistribute.c (redistribute_add_multipath): Redistribution
466 works with new rib code.
467
4682000-12-14 Kunihiro Ishiguro <kunihiro@zebra.org>
469
470 * rt_netlink.c (netlink_route_multipath): Check useful nexthop
471 number.
472 (netlink_route_multipath): Clear rtnh_flags and rtnh_hops.
473
474 * rib.c (nexthop_active_update): Set flag for the rib's nexthop
475 activity is changed.
476 (nexthop_active_check): Before checking interface is up, make it
477 sure the interface exist.
478
4792000-11-20 Kunihiro Ishiguro <kunihiro@zebra.org>
480
481 * rib.c (ip_route): New RIB prototype.
482
4832000-11-16 Yon Uriarte <ukl2@rz.uni-karlsruhe.de>
484
485 * zserv.c (zsend_interface_add): Send hardware address when
486 hw_addr_len is greater than 0.
487
4882000-11-07 Kunihiro Ishiguro <kunihiro@zebra.org>
489
490 * connected.c (connected_up_ipv4): Fix ptop bug. The destination
491 network should be installed into routing table.
492 (connected_down_ipv4): Likewise.
493 (connected_add_ipv4): Change to use connected_up_ipv4.
494 (connected_delete_ipv4): Likewise.
495
4962000-11-06 Kunihiro Ishiguro <kunihiro@zebra.org>
497
498 * rt_netlink.c (netlink_interface_addr): Revert Harald Welte
499 <laforge@gnumonks.org>'s ptop patch then back to original code to
500 avoid duplicated connected route problem. Suggested by Frank van
501 Maarseveen <F.vanMaarseveen@inter.NL.net>.
502
503 * kernel_socket.c (rtm_read): Make behavior consistent even #ifdef
504 DEBUG is defined. Reported by Jun-ichiro itojun Hagino
505 <itojun@iijlab.net>.
506
5072000-10-23 Jochen Friedrich <jochen@scram.de>
508
509 * main.c (main): Call zebra_snmp_init() when it is enabled.
510
5112000-10-23 Kunihiro Ishiguro <kunihiro@zebra.org>
512
513 * zserv.c (zebra_serv_un): UNIX domain socket server of zebra
514 protocol.
515
5162000-10-19 Kunihiro Ishiguro <kunihiro@zebra.org>
517
518 * rib.c (rib_add_ipv4): Same check bug is fixed.
519
5202000-10-03 Kunihiro Ishiguro <kunihiro@zebra.org>
521
522 * rib.c (rib_if_down): Remove kernel route when the interface goes
523 down.
524
525 * debug.c: New command "debug zebra kernel" is added.
526
5272000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
528
529 * zebra-0.89 is released.
530
5312000-09-24 Harald Welte <laforge@gnumonks.org>
532
533 * rt_netlink.c (netlink_interface_addr): Fix point-to-point address
534 treatment in netlink interface.
535
5362000-09-21 David Lipovkov <dlipovkov@OpticalAccess.com>
537
538 * rib.c (rib_if_down): Pull static route only. Protocol daemon
539 must withdraw routes when interface goes down.
540 (rib_add_ipv4): Check nexthop when replace route.
541
5422000-09-21 Kunihiro Ishiguro <kunihiro@zebra.org>
543
544 * if_ioctl.c (if_getaddrs): New function for looking up
545 interface's address by getifaddrs().
546
5472000-09-10 Kunihiro Ishiguro <kunihiro@zebra.org>
548
549 * connected.c (connected_delete_ipv4): Add check for connected
550 address is found or not.
551 (connected_add_ipv6): Reflect IPv6 connected address change to
552 protocol daemons.
553 (connected_delete_ipv6): Likewise.
554
5552000-09-07 David Lipovkov <davidl@nbase.co.il>
556
557 * rib.c (rib_delete_ipv4): Reverted the change from pseudo
558 interface patch to original. Because ospfd deletes routes using
559 zero ifindex.
560
5612000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
562
563 * zebra-0.88 is released.
564
5652000-08-15 "Akihiro Mizutani" <mizutani@dml.com>
566
567 * rib.c (show_ip_route_protocol): Help string correction.
568 (show_ip_route_prefix): Check prefix mask.
569 (show_ip_route_vty_detail): Display distance and metric.
570
5712000-08-14 Kunihiro Ishiguro <kunihiro@zebra.org>
572
573 * zserv.c (zsend_interface_add): Change ifindex store size from
574 two octet to four.
575 (zsend_interface_delete): Likewise.
576 (zsend_interface_address_add): Likewise.
577 (zsend_interface_address_delete): Likewise.
578 (zsend_interface_up): Likewise.
579 (zsend_interface_down): Likewise.
580
5812000-08-13 Kunihiro Ishiguro <kunihiro@zebra.org>
582
583 * rib.c (rib_add_ipv4): Do not install distance 255 route.
584
5852000-08-10 Toshiaki Takada <takada@zebra.org>
586
587 * interface.c (bandwidth_if), (no_bandwidth_if): Call
588 zebra_interface_up_update () instead of using if_up() and if_down().
589
5902000-08-07 "Akihiro Mizutani" <mizutani@dml.com>
591
592 * interface.c (bandwidth_if): Fix help string.
593
5942000-08-07 Matthew Grant <grantma@anathoth.gen.nz>
595
596 * interface.c (if_dump_vty): Display bandwidth value.
597 (bandwidth_if): New command "bandwidth <1-10000000>" is added.
598 When interface is up, force protocol daemons to recalculate routes
599 due to cost change.
600 (no_bandwidth_if): Likewise.
601 (if_config_write): Output bandwidth configuration.
602
603 * zserv.c (zsend_interface_add): Send bandwidth value.
604 (zsend_interface_up): Likewise.
605 (zsend_interface_down): Likewise.
606
607
6082000-08-07 Michael Rozhavsky <mike@nbase.co.il>
609
610 * rib.c (show_ip_route_protocol): "show ip route
611 (bgp|connected|kernel|ospf|rip|static)" is added.
612
6132000-08-07 Kunihiro Ishiguro <kunihiro@zebra.org>
614
615 * rib.c (rib_lookup_ipv4_nexthop): Check parent node until IGP
616 nexthop is found.
617 (rib_add_ipv4_internal): Set fib ifindex to rib ifindex.
618
6192000-08-06 Kunihiro Ishiguro <kunihiro@zebra.org>
620
621 * redistribute.c (redistribute_delete): Fix bug of default route
622 redistribute treatment.
623
6242000-08-05 Kunihiro Ishiguro <kunihiro@zebra.org>
625
626 * rib.c (rib_init): Install ip_node in rib.c instead of zserv.c.
627 Change default distance value.
628
629 Old New
630 ------------------------------------------
631 system 10 0
632 kernel 20 0
633 connected 30 0
634 static 40 1
635 rip 50 120
636 ripng 50 120
637 ospf 60 110
638 ospf6 49 110
639 bgp 70 200(iBGP) 20(eBGP)
640 ------------------------------------------
641
642 * zserv.c (client_lookup): Function removed.
643 (zsend_interface_add): Use client's output buffer. Check ifinfo
644 flag.
645 (zsend_interface_delete): Likewise.
646 Delete ipv4_static_radix and ipv6_static_radix.
647
6482000-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
649
650 * zserv.h (struct zebra_client): When client request interface
651 information, ifinfo is set.
652
653 * rib.c: Temporary Revert changes for pseudo interface.
654
655 * rib.h: Likewise.
656
657 * zserv.c: Likewise.
658
659 * interface.c: Likewise.
660
6612000-08-02 David Lipovkov <davidl@nbase.co.il>
662
663 * interface.c (zebra_if_init): Install interface "pseudo"
664 commands.
665
666 * rib.c (rib_create): ifname argument is added.
667 (rib_add_ipv4_pseudo): New function is added.
668 (rib_delete_ipv4_pseudo): Likewise.
669
670 * rib.h : Delete INTERFACE_UNKNOWN definition. Add prototype for
671 pseudo interface functions.
672
673 * rt_netlink.c (netlink_link_change): Check for pseudo interface.
674
675 * zserv.c (ip_route): When destination is pseudo interface, call
676 rib_add_ipv4_pseudo().
677
678 * zserv.c (no_ip_route): Trim "unknown" argument.
679
6802000-07-26 kunitake@dti.ad.jp
681
682 * if_ioctl.c (if_get_hwaddr): Fix hardware address length from 8
683 to 6.
684
685 * rtadv.c (rtadv_send_packet): Fix shift bug for hardware address.
686
6872000-07-24 Akihiro Mizutani <mizutani@dml.com>
688
689 * interface.c: Use install_default() for common VTY commands.
690
6912000-07-23 Kunihiro Ishiguro <kunihiro@zebra.org>
692
693 * if_ioctl.c (interface_list_ioctl): A interface list size is
694 calculated from ifreq->if_addr.sa_len. This is for OpenBSD.
695
696 * ioctl.c (if_get_mtu): Remove codes for SIOCGIFDATA.
697
6982000-07-09 Chris Dunlop <chris@onthe.net.au>
699
700 * if_ioctl.c (if_get_index): Add check for HAVE_BROKEN_ALIASES.
701
7022000-07-04 Kunihiro Ishiguro <kunihiro@zebra.org>
703
704 * zserv.c (zebra_client_read): Add ZEBRA_REDISTRIBUTE_{ADD,DELETE}
705 message handling.
706
7072000-07-02 David Lipovkov <davidl@nbase.co.il>
708
709 * zserv.c: "ip route A.B.C.D/M unknown" command is added.
710
7112000-06-28 Michael Rozhavsky <mike@nbase.co.il>
712
713 * rib.c: Remove old kernel route when new route comes in.
714
7152000-06-13 David Lipovkov <davidl@nbase.co.il>
716
717 * rib.c (rib_if_up): Add check for unknown interface.
718
7192000-06-13 Kunihiro Ishiguro <kunihiro@zebra.org>
720
721 * rib.h: Define INTERFACE_UNKNOWN.
722
7232000-06-08 Kunihiro Ishiguro <kunihiro@zebra.org>
724
725 * Makefile.am (EXTRA_DIST): Move irdp.c until implementation is
726 finished.
727
7282000-06-05 David Lipovkov <davidl@nbase.co.il>
729
730 * interface.c (if_zebra_delete_hook): Call rib_if_delete().
731
732 * redistribute.c (zebra_interface_delete_update): New function.
733
734 * redistribute.h (zebra_interface_delete_update): New function
735 prototype.
736
737 * rib.c (rib_if_delete): New function. Walk down all routes and
738 delete all on the interface.
739
740 * rib.h: New function prototype.
741
742 * rt_netlink.c (netlink_link_change): Call
743 zebra_interface_delete_update ().
744
7452000-05-10 Kunihiro Ishiguro <kunihiro@zebra.org>
746
747 * if_ioctl.c (interface_info_ioctl): Check interface's flag before
748 checking interface's address.
749
7502000-04-26 Jochen Friedrich <jochen@nwe.de>
751
752 * GNOME-PRODUCT-ZEBRA-MIB: New file.
753
754 * GNOME-SMI: New file.
755
7562000-04-23 Kunihiro Ishiguro <kunihiro@zebra.org>
757
758 * irdp.c: New file from 1997 development code.
759 * irdp.h: Likewise.
760
7612000-04-19 Kunihiro Ishiguro <kunihiro@zebra.org>
762
763 * rtadv.c (rtadv_send_packet): Enclose router advertisement
764 logging with IS_ZEBRA_DEBUG_PACKET.
765
7662000-04-17 Kunihiro Ishiguro <kunihiro@zebra.org>
767
768 * zserv.c (zebra_client_close): Remove client structure from
769 client_list when connection is terminated.
770
7712000-03-21 David Lipovkov <davidl@nbase.co.il>
772
773 * connected.c (connected_add_ipv4): Allows all necessary structure
774 updates for connected route, but doesn't insert it into rib if
775 it's interface is down.
776
7772000-01-21 Hideto Yamakawa <hideto.yamakawa@soliton.co.jp>
778
779 * rtread_getmsg.c: Set some definition for Solaris 2.5 and Solaris
780 2.5.1.
781
7822000-01-21 Kunihiro Ishiguro <kunihiro@zebra.org>
783
784 * rib.c (no_ipv6_route_ifname): Fix buf of cheking return value
785 from str2prefix_ipv6().
786
7872000-01-14 Kunihiro Ishiguro <kunihiro@zebra.org>
788
789 * rt_socket.c: Revert to use RTF_HOST for IPv4 with /32 route and
790 IPv6 with /128 routes.
791 (kernel_rtm_ipv4): In case of /32 route's gateway is interface. It
792 should have mask for cloning.
793
7941999-12-26 Jochen.Friedrich@genorz.de
795
796 * interface.c (if_dump_vty): Fix a bug of missing VTY_NEWLINE.
797
7981999-12-23 Alex Zinin <zinin@amt.ru>
799 * interface.*: dynamic int up/down support
800
8011999-12-09 Kunihiro Ishiguro <kunihiro@zebra.org>
802
803 * ipforward_proc.c (dropline): Move dropline() from lib/dropline.c
804
805 * rtread_proc.c (proc_route_read): Don't use dropline().
806
8071999-12-08 Kunihiro Ishiguro <kunihiro@zebra.org>
808
809 * kernel_socket.c (rtm_read): When message is RTM_GET, it has own
810 process's pid.
811
8121999-12-04 Kunihiro Ishiguro <kunihiro@zebra.org>
813
814 * main.c (main): Change to default log output to ZLOG_STDOUT.
815
816 * zserv.c (zebra_serv): More detailed error print.
817
8181999-11-30 Kunihiro Ishiguro <kunihiro@zebra.org>
819
820 * kernel_socket.c (rtm_read): Check old pid for static route
821 insertion check.
822
8231999-11-30 Kunihiro Ishiguro <kunihiro@zebra.org>
824
825 * interface.c (if_dump_vty): BSDI/OS uses 64bit for interface
826 statistics counter.
827
828 * mtu_kvm.c: New file added.
829
8301999-11-27 Vladimir B. Grebenschikov <vova@express.ru>
831
832 * kernel_socket.c (rtm_write): Set RTF_CLONING flag for
833 route to the directly connected interface.
834
8351999-11-27 Kunihiro Ishiguro <kunihiro@zebra.org>
836
837 * rt_socket.c: Delete USE_HOST_BIT definition.
838
8391999-11-21 Michael Handler <handler@sub-rosa.com>
840
841 * rtread_getmsg.c: Undef some definition to resolve conflict.
842
8431999-11-27 Kunihiro Ishiguro <kunihiro@zebra.org>
844
845 * kernel_socket.c (rtm_write): Change to use pre stored struct_dl
846 value for gateway specification.
847
8481999-11-25 Kunihiro Ishiguro <kunihiro@zebra.org>
849
850 * rt_socket.c (kernel_rtm_ipv4): Even mask is 32 under IPv4 or
851 128 under IPv6, don't use RTF_HOST.
852
8531999-11-21 Kunihiro Ishiguro <kunihiro@zebra.org>
854
855 * Makefile.am (EXTRA_DIST): Add rtread_getmsg.c.
856
8571999-11-21 Michael Handler <handler@sub-rosa.com>
858
859 * rtread_getmsg.c: Added for Solaris 2.6 support.
860
8611999-11-18 Kunihiro Ishiguro <kunihiro@zebra.org>
862
863 * rtread_sysctl.c (rtm_read_route): RTM_DELETE handling added.
864
865 * rt_socket.c (kernel_read): Better BSD routing socket support.
866
8671999-10-19 Kunihiro Ishiguro <kunihiro@zebra.org>
868
869 * client_main.c: Disable making obsolete zebra test `client'
870 command.
871
8721999-10-18 Kunihiro Ishiguro <kunihiro@zebra.org>
873
874 * zebra.c: Renamed to zserv.c.
875
876 * zebra.h: Global definitions are moved to lib/zebra.h. Then
877 renamed to zserv.h.
878
8791999-10-15 Jordan Mendelson <jordy@wserv.com>
880
881 * if_ioctl.c: Add Linux 2.2.X's alias support and dynamic
882 interface. Remove ugly MAX_INTERFACE handling codes.
883
8841999-09-17 Satosi KOBAYASI <kobayasi@north.ad.jp>
885
886 * Fix serious bug of IPv6 route deletion.
887
8881999-09-11 Kunihiro Ishiguro <kunihiro@zebra.org>
889
890 * ioctl.c (if_set_prefix): Properly set broadcast address.
891
8921999-09-04 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
893
894 * rib.c (rib_add_ipv6, rib_delete_ipv6): now protocol daemons
895 can install connected route to kernel via zebra
896
8971999-08-24 VOP <vop@unity.net>
898
899 * rib.c: Include "sockunion.h"
900
9011999-08-22 Kunihiro Ishiguro <kunihiro@zebra.org>
902
903 * ipforward.h: New file.
904
905 * zebra.h: Obsolete message ZEBRA_GET_ALL_INTERFACE,
906 ZEBRA_GET_ONE_INTERFACE, ZEBRA_GET_HOSTINFO are deleted.
907
9081999-08-18 Kunihiro Ishiguro <kunihiro@zebra.org>
909
910 * zebra.h (ZEBRA_INTERFACE_ADDRESS_ADD):
911 ZEBRA_INTERFACE_{ADD,DELETE} added.
912
9131999-08-15 Kunihiro Ishiguro <kunihiro@zebra.org>
914
915 * rib.c: show ip route A.B.C.D works.
916
917 * zebra.c (zebra_read_ipv4): Add ifindex to zebra messages.
918
9191999-08-12 Kunihiro Ishiguro <kunihiro@zebra.org>
920
921 * zebra.h: New Zebra message ZEBRA_INTERFACE_{ADD,DELETE} added.
922
9231999-08-09 Kunihiro Ishiguro <kunihiro@zebra.org>
924
925 * interface.h: New file.
926 * Makefile.am: Add interface.h
927
9281999-08-04 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
929
930 * redistribute.c (zebra_redistribute): give ifindex to client.
931
9321999-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
933
934 * main.c (longopts): -k, --keep_kernel option added.
935
9361999-07-18 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
937
938 * rt_socket.c (rtm_write): forgot closing socket bug fixed.
939
9401999-07-17 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
941
942 * rib.c (show_ipv6_cmd): if rib is link show interface name.
943
9441999-07-17 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
945
946 * rt_socket.c (rtm_write): use sockaddr_dl when null gateway.
947
9481999-07-16 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
949
950 * rt_socket.c (rtm_write): ipv6 route table bug fixed.
951
9521999-07-15 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
953
954 * zebra.c (zebra_read_ipv6): read link prefix from ospf6 support
955
9561999-07-15 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
957
958 * rt_socket.c (kernel_rtm_ipv6): gate treatment bug fixed.
959
9601999-07-15 Kunihiro Ishiguro <kunihiro@zebra.org>
961
962 * if_sysctl.c (ifm_read): Clear sockunion argument before fetching
963 data. Suggested by "Chris P. Ross" <cross@eng.us.uu.net>
964
9651999-07-08 HEO SeonMeyong <seirios@Matrix.IRI.Co.Jp>
966
967 * interface.c (if_tun_add): Add KAME's gif tunnel setting codes.
968
9691999-06-26 Kunihiro Ishiguro <kunihiro@zebra.org>
970
971 * zebra.c (zebra_serv): Only accept loopback address connection.
972
9731999-06-25 Kunihiro Ishiguro <kunihiro@zebra.org>
974
975 * zebra.h (ZEBRA_ROUTE_EXTERNAL): Add zebra messages flags
976
9771999-06-17 Kunihiro Ishiguro <kunihiro@zebra.org>
978
979 * ipforward_proc.c: ipforward_on () and ipforward_off () added.
980
9811999-06-14 Kunihiro Ishiguro <kunihiro@zebra.org>
982
983 * ipforward_proc.c (ipforward_ipv6): Check for IPv6 forwarding
984 using /proc file system is added.
985
9861999-06-06 Kunihiro Ishiguro <kunihiro@zebra.org>
987
988 * if_ioctl.c (if_get_index): Interface index set bug is fixed by
989 adding #else at the middle of function. Suggested by David Luyer
990 <luyer@ucs.uwa.edu.au>.
991
9921999-05-29 <kunihiro@zebra.org>
993
994 * rt_ioctl.c: Comment out #include <linux/ipv6_route.h>.
995
9961999-05-26 Kunihiro Ishiguro <kunihiro@zebra.org>
997
998 * zebra.h (ZEBRA_ROUTE_MAX): Add new define for the max value of
999 the sort of routes.
1000
10011999-05-25 Patrick Koppen <koppen@rhrk.uni-kl.de>
1002
1003 * rt_netlink.c (netlink_socket): Make netlink socket non-blocking.
1004 (netlink_parse_info): If errno is EWOULDBLOCK then continue to
1005 parse the message.
1006 (netlink_talk): Likewise
1007
10081999-05-17 <kunihiro@zebra.org>
1009
1010 * redistribute.c (zebra_check_addr): Added for loopback address
1011 check.
1012
10131999-05-15 Kunihiro Ishiguro <kunihiro@zebra.org>
1014
1015 * rt_netlink.c (netlink_route_change): Tempolary bypass ipv6 route
1016 change treatment.
1017
1018 * Makefile.am (noinst_HEADERS): redistribute.h added.
1019
1020 * redistribute.h: New file.
1021
10221999-05-14 Stephen R. van den Berg <srb@cuci.nl>
1023
1024 * zebra.c (show_table): Show all table configuration DEFUN.
1025 (config_table): Config table number DEFUN.
1026
1027 * rt_netlink.c: Add support for multiple routing table.
1028
1029 * rib.c (rib_weed_table): New function added for delete all
1030 routes from specified routing table.
1031
1032 * main.c (signal_init): SIGTERM call sigint.
1033 (sigint): Loggging more better message.
1034
10351999-05-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1036
1037 * rt_netlink.c: Change log () to zlog ().
1038
10391999-05-07 <kunihiro@zebra.org>
1040
1041 * zebra.h (ZEBRA_ROUTE_OSPF6): Added for ospf6d route.
1042
10431999-04-20 Kunihiro Ishiguro <kunihiro@zebra.org>
1044
1045 * interface.c: Add `no ip address' command.
1046
10471999-04-10 Kunihiro Ishiguro <kunihiro@zebra.org>
1048
1049 * rt_netlink.c (kernel_read): Function added for asynchronous
1050 zebra between kernel communication.
1051
10521999-03-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1053
1054 * rtread_sysctl.c (rtm_read): Fix address memcopy overrun bug.
1055 Reported by Achim Patzner <ap@bnc.net>.
1056
10571999-03-03 Kunihiro Ishiguro <kunihiro@zebra.org>
1058
1059 * Makefile.am: Install configuration sample with 600 permission.
1060
10611999-03-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1062
1063 * Makefile.am: Add -I.. to INCLUDES.
1064
10651999-02-18 Peter Galbavy <Peter.Galbavy@knowledge.com>
1066
1067 * syslog support added
1068
10691999-02-17 Peter Galbavy <Peter.Galbavy@knowledge.com>
1070
1071 * if_sysctl.c (interface_list): allocated memory free when unknown
1072 ifm_type is returned.
1073
1074 * ioctl.c (if_get_mtu): added SIOCGIFDATA treatment.
1075
10761998-12-15 Magnus Ahltorp <map@stacken.kth.se>
1077
1078 * interface.c: Header include added.
1079
10801998-12-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1081
1082 * rt.h (kernel_delete_ipv6): change int index to unsigned int index.
1083
10841998-12-13 Kunihiro Ishiguro <kunihiro@zebra.org>
1085
1086 * if_ioctl.c (interface_list_ioctl): interface flag must be
1087 checked before check addresses of the interface.
1088
10891998-12-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1090
1091 * Makefile.am (INCLUDES): add @INCLUDES@ for Linux IPv6.
1092
10931998-10-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1094
1095 * ioctl.c: Linux version before 2.1.0 need interface route setup.
1096
10971998-09-15 HEO SeonMeyong <seirios@matrix.iri.co.jp>
1098
1099 * change HYDRANGEA to KAME
1100
11011998-09-01 Kunihiro Ishiguro <kunihiro@zebra.org>
1102
1103 * if_ioctl.c (if_addr_ioctl): set address family for getting
1104 interface's address.
1105 (if_get_index): silently return when can't get interface's index.
1106
11071998-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
1108
1109 * main.c (main): batch mode option '-b' added.
1110
11111998-08-16 Kunihiro Ishiguro <kunihiro@zebra.org>
1112
1113 * ioctl.c (if_set_prefix): add `ip address IPV4ADDR' command.
1114 * interface.c (shutdown_if): add interface shutdown and no
1115 shutdown command.
1116
11171998-08-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1118
1119 * rib.c (rib_add_ipv6): delete rib_add_in6.
1120
11211998-07-27 Kunihiro Ishiguro <kunihiro@zebra.org>
1122
1123 * main.c: retain flag is added.
1124
11251998-07-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1126
1127 * rtable.[ch]: merged with rib.[ch]
1128
11291998-07-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1130
1131 * connected.h: renamed from ifa.h.
1132
11331998-06-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1134
1135 * rename if.c to interface.c
1136 * rename ifa.c to connected.c
1137
1138 * Porting to Debian GNU/Linux 2.0 (hamm).
1139
11401998-06-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1141
1142 * rt_netlink.c: renamed from krt_netlink.c
1143
1144 * fib.c: deleted.
1145 * rt_kvm.c: deleted.
1146 * rtread_getmsg.c: deleted.
1147
11481998-06-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1149
1150 * if.c (multicast): add multicast flag [un]set fucntion.
1151
11521998-05-19 Yamshita TAKAO <jargon@lares.dti.ne.jp>
1153
1154 * rt_socket.c: Modify for compile on Solaris, but dont't work it.
1155 rt_socket.c have some undefined function, so add directive "IMPLEMENT"
1156
11571998-05-18 Yamshita TAKAO <jargon@lares.dti.ne.jp>
1158
1159 * zebra.c: Modify for compile on Solaris.
1160
11611998-05-03 Kunihiro Ishiguro <kunihiro@zebra.org>
1162
1163 * main.c: change CONFDIR to SYSCONFDIR.
1164
11651998-05-01 Kunihiro Ishiguro <kunihiro@zebra.org>
1166
1167 * .cvsignore: added.
1168
11691998-04-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1170
1171 * client.c: moves to ../lib.
1172
11731998-03-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1174
1175 * if_ioctl.c (if_get_addr): Change address copy from memcopy() to
1176 structure assignment.
1177
11781998-03-30 URA Hiroshi <ura@yamato.ibm.co.jp>
1179
1180 * if_sysctl.c (ifm_interface_add): sdl->sdl_data copy bug fixed.
1181
11821998-02-23 "Hannes R. Boehm" <hannes@boehm.org>
1183
1184 * if.c (if_init): add config_exit_cmd and config_help_cmd.
1185
11861998-01-24 Kunihiro Ishiguro <kunihiro@zebra.org>
1187
1188 * rt_ioctl.c (route_ioctl): EPERM treatment added.
1189
11901998-01-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1191
1192 * rt_socket.c (kernel_read): communication port zebra between
1193 kernel is now handled by kernel_read.
1194
11951998-01-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1196
1197 * main.c (main): zebra [-P port] can specify vty port number.
1198
11991997-12-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1200
1201 * zebra.c: change select will be block.
1202
12031997-12-04 Kunihiro Ishiguro <kunihiro@zebra.org>
1204
1205 * add static route treatment.
1206
12071997-11-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1208
1209 * rt_netlink.c: add netlink support over GNU/Linux system.
1210
12111997-11-23 Kunihiro Ishiguro <kunihiro@zebra.org>
1212
1213 * all inet_addr is changed to inet_aton.
1214
1215 * zebra.c (ip_route): add ip route command for static routes.
1216
12171997-11-20 Kunihiro Ishiguro <kunihiro@zebra.org>
1218
1219 * if.c (if_flag_dump): Linux port of if_flag_dump and _vty.
1220
12211997-11-19 Kunihiro Ishiguro <kunihiro@zebra.org>
1222
1223 * if.c: add interface command.
1224
12251997-11-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1226
1227 * ipforward_proc.c : Now works on Linux.
1228
12291997-10-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1230
1231 * command.c : add completion feature.
1232
12331997-10-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1234
1235 * vty.c (vty_command): add vty interface.
1236
12371997-10-13 Kunihiro Ishiguro <kunihiro@zebra.org>
1238
1239 * zebra.c: add verbose mode.
1240
12411997-10-12 SonMyong Ho <s-ho@Matrix.IRI.Co.Jp>
1242
1243 * Hydrangea for FreeBSD supported
1244 * in.h: add some prototype.
1245
12461997-10-11 Kunihiro Ishiguro <kunihiro@zebra.org>
1247
1248 * rt_socket.c and rtread.c completely rewritten.
1249
12501997-10-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1251
1252 * rt_socket.c: rename kernel_sock to routing_socket
1253
12541997-10-04 Kunihiro Ishiguro <kunihiro@zebra.org>
1255
1256 * if.c (if_new): interface structure change from linklist to vector.
1257
12581997-10-03 Kunihiro Ishiguro <kunihiro@zebra.org>
1259
1260 * vector.c (vector_init): create vector related function
1261
12621997-09-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1263
1264 * Makefile.in: add tags target
1265
1266 * start IPv6 support for INRIA FreeBSD.
1267