blob: d453aea1f1d0a43b6b7c7442a2865100546ac7ed [file] [log] [blame]
paul19877dd2004-05-11 10:49:35 +000012004-05-11 Paul Jakma <paul@dishone.st>
2
3 * Makefile.am: support for IOCTL_METHOD, as per Sowmini's patch.
paul48a46fa2004-05-11 10:55:22 +00004 * if_ioctl_solaris.c: Fixup some erroneous privilege changes and
5 add privs.h header.
6 * ioctl_solaris.c: ditto
7
paulb9df2d22004-05-09 09:09:59 +000082004-05-09 Paul Jakma <paul@dishone.st>
9
10 * zserv.c: (zsend_route_multipath) Set the nexthop_num
11 field correctly. Add NEXTHOP_TYPE_IPV6_IFNAME for v6.
12 Conditionally set ZAPI_MESSAGE_METRIC flag - only for adds.
13 (zsend_ipv4_add) cruft, deleted.
14 (zsend_ipv4_delete) ditto.
15 (zsend_ipv6_add) ditto.
16 (zsend_ipv6_delete) ditto.
paul44145db2004-05-09 11:00:23 +000017 * ioctl.c: (if_get_mtu) set mtu6 to mtu
18 * mtu_kvm.c: (if_kvm_get_mtu) set mtu6 to mtu
19 * rt_netlink.c: (netlink_interface) set mtu6 to mtu
20 (netlink_link_change) ditto
paul66e94882004-05-09 17:19:24 +000021 * ipforward_solaris.c: fix typo of ND variable.
paul88424682004-05-09 18:21:35 +000022 * if_ioctl_solaris.c: Add zprivs support.
23 * ioctl_solaris.c: ditto.
paul66e94882004-05-09 17:19:24 +000024
paulb9df2d22004-05-09 09:09:59 +0000252004-05-09 Sowmini Varadhan <sowmini.varadhan@sun.com>
26
27 * zserv.c: (zsend_ipv{4,6}_{add,delete}_multipath) collapsed
28 into single zsend_route_multipath function.
29 (zsend_interface_{up,down}) collapsed into zsend_interface_update.
30 (zsend_interface_address_{add,delete}) collapsed into
31 zsend_interface_address.
32 (zsend_interface_add) send mtu6.
33 (zsend_interface_delete) ditto.
34 (zebra_write) remove unused function.
35 (various) Apply static qualifier. Add comments.
36 * zserv.h: Definitions changed as per above.
37 * redistribute.c: Changes as per zserv.c.
paul44145db2004-05-09 11:00:23 +000038 * interface.c: (if_delete_update) only used with HAVE_NETLINK
39 and RTM_IFANNOUNCE.
40 (if_flag_dump_vty) Solaris IFF_IPV4 and IFF_IPV6 if flags
41 (if_dump_vty) print mtu6 if not same as mtu
paul88424682004-05-09 18:21:35 +000042 * if_ioctl_solaris.c: New file, Solaris interface ioctl methods.
43 * ioctl_solaris.c: New file, Common solaris ioctl methods.
44
hasso34195bf2004-04-06 12:07:06 +0000452004-04-06 Krzysztof Oledzki <oleq@ans.pl>
46
47 * rt_netlink.c: Do not ignore metric when reading kernel routing
48 table on Linux with rt_netlink interface.
49
502004-03-18 Hasso Tepper <hasso@estpak.ee>
hassof1d92e12004-03-18 15:40:33 +000051
52 * interface.c: Temporary fix for handling secondary addresses
53 with label.
54
hasso55906722004-02-11 22:42:16 +0000552004-02-12 Hasso Tepper <hasso@estpak.ee>
hassof1d92e12004-03-18 15:40:33 +000056
hasso55906722004-02-11 22:42:16 +000057 * zserv.c: Added "ipv6 forwarding" command.
58
gdtb27900b2004-01-08 15:44:29 +0000592004-01-08 Greg Troxel <gdt@fnord.ir.bbn.com>
60
61 * kernel_socket.c (kernel_read): Use sockaddr_storage in buffer
62 for reading kernel messages to ensure enough space (necessary on
63 Solaris due to sockaddr_dl being large). Thanks to Sowmini
64 Varadhan for help with this change.
65
gdt9ccabd12004-01-06 18:23:02 +0000662004-01-06 Greg Troxel <gdt@t1.ir.bbn.com>
67
68 * rtadv.c (rtadv_send_packet): Change perror to zlog_err.
69
gdtdbee01f2004-01-06 00:36:51 +0000702004-01-05 Greg Troxel <gdt@fnord.ir.bbn.com>
gdt4bfbea82004-01-06 01:13:05 +000071 * kernel_socket.c (ifm_read): Major cleanup. Use Sowmini's code
72 to find the sockaddr_dl in all cases, narrowing the Solaris ifdef
73 to just the accomodation of broken kernels. Check sockaddr_dl
74 carefully up front, and later assume any non-NULL sdl pointer is
75 valid. Clean up types and variable declarations, and rename
76 WRAPUP to SAROUNDUP to make the name fit the behavior.
77
782004-01-05 Greg Troxel <gdt@fnord.ir.bbn.com>
gdtdbee01f2004-01-06 00:36:51 +000079
80 * kernel_socket.c (kernel_read): Add a sockaddr_dl to the ifmsg
81 structure, because on Solaris sockaddr_dl is far larger than the
82 base sockaddr structure. (The code had previously been failing to
83 read all the data.)
gdt4bfbea82004-01-06 01:13:05 +000084
gdtda26e3b2004-01-05 17:20:59 +0000852004-01-05 Greg Troxel <gdt@ahi.ir.bbn.com>
86
87 * kernel_socket.c (kernel_read): Look up interfaces by index
88 first, so that state changes which do not include a sockaddr_dl
89 now work. Add many sanity checks. In
90 particular, do not assume that a sockaddr_dl follows a message
91 without checking the ifm_addrs flags, and do not trust the length
92 in a sockaddr_dl. Add/clarify many comments.
93
gdt4b5e1352003-12-03 17:54:34 +0000942003-12-03 Greg Troxel <gdt@poblano.ir.bbn.com>
95
96 * rtadv.c: reorder includes to avoid compiler warning (define
97 structs before using them in prototypes)
98
hasso647e4f12003-05-25 11:43:52 +0000992003-05-25 Jim Crumpler <Jim.Crumpler@edion.com>
100
101 * zserv.c: Add "ip forwarding" command.
102
paul445f1432003-05-16 19:00:31 +00001032003-05-16 Gilad Arnold <gilad.arnold@terayon.com>
104
105 * zebra_rib.c: Fix memory leaks for ifname nexthops
106
1072003-04-19 Israel Keys <ikeys@agile.tv>
108
109 * rt_netlink.c: BLOCK on netlink while initialising
110
1112003-02-06 Francois Deppierraz <francois@ctrlaltdel.ch>
112
113 * rt_netlink.c (netlink_route_multipath): Set RTM_F_EQUALIZE when
114 it exists.
115
paul718e3742002-12-13 20:15:29 +00001162002-09-28 Akihiro Mizutani <mizutani@net-chef.net>
117
118 * zebra_rib.c (static_add_ipv4): Null0 static route is added.
119
1202002-09-10 Jochen Friedrich <chris+zebra@scram.de>
121
122 * rt_netlink.c: Add check for EAGAIN.
123 * kernel_socket.c: Likewise
124
1252002-06-12 Israel Keys <ikeys@oz.agile.tv>
126
127 * rt_netlink.c: Setting the NLM_F_ACK flag on the netlink command
128 message so that we get an ACK for successful netlink commands.
129 Change the netlink socket to BLOCKING while we wait for a
130 response; be it an ACK or an NLMSG_ERROR. Change
131 netlink_parse_info to deal with ACK messages.
132
1332001-11-01 Jun-ichiro itojun Hagino <itojun@iijlab.net>
134
135 * rtadv.c (rtadv_make_socket): setsockopt(IPV6_CHECKSUM) does not
136 work for ICMPv6 socket.
137
1382001-10-24 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
139
140 * rib.c (rib_process): Select connected route any case.
141
1422001-10-23 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
143
144 * interface.c (no_ip_address_secondary): Add "no" to command.
145
1462001-10-18 NOGUCHI Kay <kay@v6.access.co.jp>
147
148 * ioctl.c (if_prefix_add_ipv6): Set the prefered and valid lifetime
149 to infinity as the freebsd4.4 workaroud.
150
1512001-08-26 mihail.balikov@interbgc.com
152
153 * zebra_snmp.c: Fix snmpwalk problem such as IPv4 address
154 A.B.C.255.
155
1562001-08-22 NOGUCHI Kay <kay@v6.access.co.jp>
157
158 * rtadv.c: Do not send RA to loopback interface.
159
1602001-08-20 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
161
162 * ioctl.c (if_set_prefix): Remove Linux 2.0 specific connected
163 route treatment.
164
1652001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
166
167 * zebra-0.92a released.
168
1692001-08-17 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
170
171 * rib.c: Kernel route is treated as EGP routes in nexthop active
172 check.
173
1742001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
175
176 * zebra-0.92 released.
177
1782001-08-08 "Akihiro Mizutani" <mizutani@dml.com>
179
180 * rib.c (show_ip_route_prefix_longer): Add longer-prefix option to
181 show route commands.
182
1832001-07-29 Yon Uriarte <havanna_moon@gmx.net>
184
185 * zserv.c (zsend_ipv4_add_multipath): Add
186 NEXTHOP_TYPE_IPV4_IFINDEX check.
187
1882001-07-29 NOGUCHI Kay <kay@v6.access.co.jp>
189
190 * rtadv.c: Apply valid lifetime, preferred lifetime, onilnk flag,
191 autonomous address-configuration flag patch.
192 (no_ipv6_nd_suppress_ra): Change "ipv6 nd send-ra" to "no ipv6 nd
193 suppress-ra".
194
1952001-07-24 NOGUCHI Kay <kay@v6.access.co.jp>
196
197 * rtadv.c (ipv6_nd_ra_interval): Add "ipv6 nd ra-interval SECONDS"
198 command.
199
2002001-07-24 Jun-ichiro itojun Hagino <itojun@iijlab.net>
201
202 * rt_socket.c (kernel_rtm_ipv4): Add KAME/NetBSD151 equal cost
203 multicast FIB support both IPv4 and IPv6.
204
2052001-07-24 Hal Snyder <hal@vailsys.com>
206
207 * if_ioctl.c (interface_list_ioctl): Fix bug of failing to get the
208 full list of interfaces on some configurations of OpenBSD.
209
2102001-07-23 NOGUCHI Kay <kay@v6.access.co.jp>
211
212 * rtadv.c (ipv6_nd_send_ra): Apply [zebra 9320] to fix "ipv6 nd
213 send-ra" bug.
214 (ipv6_nd_ra_lifetime): "ipv6 nd ra-lifetime 0" for default router
215 availability.
216 (ipv6_nd_managed_config_flag): "ipv6 nd managed-config-flag" is
217 added.
218 (ipv6_nd_other_config_flag): "ipv6 nd other-config-flag" is added.
219
2202001-07-23 Jun-ichiro itojun Hagino <itojun@iijlab.net>
221
222 * ioctl.c (if_ioctl): Change ioctl argument from int to u_long.
223
224 * rt_ioctl.c: Likewise.
225
2262001-07-23 Jun-ichiro itojun Hagino <itojun@iijlab.net>
227
228 * kernel_socket.c (rtm_write): Only set RTF_CLONING when the
229 interface is not p2p.
230
2312001-04-23 Kunihiro Ishiguro <kunihiro@zebra.org>
232
233 * ioctl.c (if_prefix_add_ipv6): Fix argument type.
234
2352001-04-06 Toshiaki Takada <takada@zebra.org>
236
237 * zserv.c (zsend_interface_delete): Use client->obuf instead of
238 allocating new stream.
239
2402001-03-10 Kunihiro Ishiguro <kunihiro@zebra.org>
241
242 * rt_netlink.c: Revert RTPROT_BOOT change.
243
2442001-03-08 Kunihiro Ishiguro <kunihiro@zebra.org>
245
246 * rt_netlink.c (netlink_route_change): Skip RTPROT_BOOT route.
247 (netlink_routing_table): Likewise.
248
2492001-03-07 "Akihiro Mizutani" <mizutani@dml.com>
250
251 * zserv.c (zsend_ipv4_add_multipath): Send metric value to
252 protocol daemons.
253
2542001-02-18 Kunihiro Ishiguro <kunihiro@zebra.org>
255
256 * rt_netlink.c (netlink_routing_table): Do not return
257 tb[RTA_GATEWAY] is NULL. Reported by: "Michael O'Keefe"
258 <mokeefe@qualcomm.com>.
259
2602001-02-08 Kunihiro Ishiguro <kunihiro@zebra.org>
261
262 * if_ioctl.c (interface_list_ioctl): Call if_add_update().
263 Suggested by: Chris Dunlop <chris@onthe.net.au>.
264
2652001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
266
267 * rib.c (nexthop_active_ipv4): When nexthop type is
268 NEXTHOP_TYPE_IPV4_IFINDEX, propery set the ifindex to rifindex.
269
270 * zserv.c: Initialize rtm_table_default with 0.
271
272 * zebra-0.91 is released.
273
2742001-01-31 Kunihiro Ishiguro <kunihiro@zebra.org>
275
276 * kernel_socket.c (rtm_read): Filter cloned route. Suggested by:
277 Jun-ichiro itojun Hagino <itojun@iijlab.net>
278
2792001-01-30 Kunihiro Ishiguro <kunihiro@zebra.org>
280
281 * connected.c (connected_up_ipv6): When point-to-point destination
282 address is ::, use local address for connected network.
283 (connected_down_ipv6): Likewise.
284
2852001-01-25 Kunihiro Ishiguro <kunihiro@zebra.org>
286
287 * zserv.c (zebra_serv): Add missing close() call. Reported by:
288 David Waitzman <djw@vineyard.net>.
289
2902001-01-24 Kunihiro Ishiguro <kunihiro@zebra.org>
291
292 * rib.c (rib_lookup_ipv4): New function for checking exact match
293 IGP route.
294
2952001-01-23 Kunihiro Ishiguro <kunihiro@zebra.org>
296
297 * rib.c (show_ipv6_route_protocol): Fix bug of "show ip route
298 route-type".
299
3002001-01-22 Kunihiro Ishiguro <kunihiro@zebra.org>
301
302 * interface.c (zebra_interface): Do not call
303 zebra_interface_add_update for inactive interface.
304
305 * zserv.c (zsend_interface_address_add): Send interface address
306 flag.
307 (zsend_interface_address_delete): Likewise.
308
3092001-01-19 Kunihiro Ishiguro <kunihiro@zebra.org>
310
311 * interface.c (if_addr_add): Add flags.
312
313 * connected.c (ifa_add_ipv4): Add new function for interface
314 address handling.
315 (ifa_delete_ipv4): Likewise.
316
3172001-01-16 Kunihiro Ishiguro <kunihiro@zebra.org>
318
319 * rib.c (rib_update): Update IPv6 RIB.
320
321 * kernel_socket.c (ifam_read): Call if_refresh() for update
322 interface flag status. This is for implicit interface up on *BSD.
323
324 * interface.c (if_refresh): Add interface flag refresh function.
325
326 * kernel_socket.c (rtm_read): Fetch link-local address interface
327 index.
328 (ifan_read): We need to fetch interface information. Suggested
329 by: Yasuhiro Ohara <yasu@sfc.wide.ad.jp>.
330
331 * rib.c (static_ipv6_nexthop_same): Add check for
332 NEXTHOP_TYPE_IPV6_IFNAME.
333
3342001-01-15 Kunihiro Ishiguro <kunihiro@zebra.org>
335
336 * rib.h (NEW_RIB): Turn on NEW_RIB flag. IPv6 new RIB code are
337 taken into place.
338
3392001-01-14 Kunihiro Ishiguro <kunihiro@zebra.org>
340
341 * rib.c (static_ipv6_write): Display STATIC_IPV6_GATEWAY_IFNAME
342 configuration.
343 (rib_delete_ipv6): Handle same route conter for IPv6 connected
344 route.
345 (show_ipv6_route_protocol): New command.
346 (show_ipv6_route_addr): Likewise.
347 (show_ipv6_route_prefix): Likewise.
348 (rib_update): Sweep kernel route when it is cleaned up.
349
350 * rt_socket.c (kernel_add_ipv6): Add NEXTHOP_IPV6_IFNAME
351 treatmenet.
352
353 * rt_netlink.c (kernel_init): Likewise.
354
355 * rt_ioctl.c (kernel_ioctl_ipv6_multipath): Likewise.
356
357 * rib.c (rib_add_ipv4): Cope with same connected route on a
358 interface. Suggested by: Matthew Grant <grantma@anathoth.gen.nz>.
359 (nexthop_ipv6_ifname_add): Add NEXTHOP_IPV6_IFNAME treatmenet.
360
361 * rib.h (struct new_rib): Add refcnt to keep track on the
362 reference of same connected route.
363
364 * ioctl.c (if_set_prefix): Add check for GNU_LINUX.
365
3662001-01-13 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
367
368 * kernel_socket.c (ifan_read, rtm_type_str): Add RTM_OIFINFO check.
369 (rtm_type_str): Add RTM_IFANNOUNCE check.
370 (ifan_read): New function.
371 (kernel_read): Add case for RTM_IFANNOUNCE.
372
3732001-01-13 Kunihiro Ishiguro <kunihiro@zebra.org>
374
375 * rt_ioctl.c (kernel_ioctl_ipv6_multipath): New function.
376
377 * rt_netlink.c (netlink_route_multipath): IPv6 address ifindex
378 treatment.
379
380 * connected.c (connected_up_ipv6): Add dest value check.
381
382 * rib.c (nexthop_active_ipv6): Do not touch IPv6 nexthop's
383 ifindex.
384 (rib_add_ipv4): Import rib_add_ipv6() same route check code.
385 (nexthop_active_check): NEXTHOP_TYPE_IPV6_IFINDEX activity is only
386 checked by ifindex.
387
388 * rt_socket.c (kernel_rtm_ipv6_multipath): New function.
389
390 * redistribute.c (redistribute_add): Use
391 zsend_ipv6_add_multipath().
392 (redistribute_delete_multipath): Use
393 zsend_ipv6_delete_multipath().
394
395 * interface.c (ip_address): Check current IP address to avoid
396 duplicate.
397
398 * rib.c (rib_delete_ipv4): When deleted route is connected route,
399 check ifindex.
400 (rib_add_ipv4): When connected route is added do not perform
401 implicit withdraw.
402 (rib_delete_ipv4): Check ifindex for connected route.
403
404 * kernel_socket.c (rtm_read): When route has RTF_STATIC, set
405 ZEBRA_FLAG_STATIC for indicate as persistent route.
406 (ifam_read): Unset interface index from link-local address when
407 IPv6 stack is KAME.
408
409 * rib.c (rib_update): Do not delete persistent kernel route.
410
411 * rib.h (struct new_rib): Integrate RIB_FLAG_* to ZEBRA_FLAG_*.
412
413 * rt_socket.c (kernel_add_ipv6_multipath): Add placeholder.
414 (kernel_delete_ipv6_multipath): Likewise.
415
416 * rt_netlink.c (netlink_talk): Give struct nlsock to netlink_talk.
417
4182001-01-12 Kunihiro Ishiguro <kunihiro@zebra.org>
419
420 * rib.c (rib_update): Revert Matthew Grant's patch
421 zebra_cvs_newribfix.patch. Use struct rib->ifindex for kernel
422 interface index. Introduce NEXTHOP_TYPE_IPV4_IFINDEX to support
423 that. Add support for address deletion situation.
424
4252001-01-11 Kunihiro Ishiguro <kunihiro@zebra.org>
426
427 * interface.c: Remove HAVE_IF_PSEUDO part.
428
429 * rib.h: Likewise.
430
431 * rt_netlink.c (netlink_link_change): Likewise.
432
4332001-01-10 Kunihiro Ishiguro <kunihiro@zebra.org>
434
435 * zserv.c: Remove OLD_RIB codes.
436
4372001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
438
439 * zebra-0.90 is released.
440
4412001-01-09 Matthew Grant <grantma@anathoth.gen.nz>
442
443 * interface.c (if_new_intern_ifindex): Allocate a new internal
444 interface index.
445 (if_addr_refresh): Fix up ip addresses configured via zebra.
446 (if_add_update): Handle an interface addition.
447 (if_delete_update): Handle an interface delete event.
448
449 * rib.c (nexthop_ipv4_add): Add kernel route deletion process when
450 interface goes down.
451
4522001-01-08 Kunihiro Ishiguro <kunihiro@zebra.org>
453
454 * interface.c (if_dump_vty): When HAVE_NET_RT_IFLIST is defined,
455 NetBSD also use this function. Suggested by Jasper Wallace
456 <jasper@ivision.co.uk>.
457
4582001-01-07 Kunihiro Ishiguro <kunihiro@zebra.org>
459
460 * rib.c (nexthop_active_ipv4): Move back to set methodo to old
461 one.
462
4632001-01-05 Kunihiro Ishiguro <kunihiro@zebra.org>
464
465 * rib.c (rib_add_ipv4): EBGP multihop set ZEBRA_FLAG_INTERNAL
466 flag, so treat it.
467
4682001-01-04 Kunihiro Ishiguro <kunihiro@zebra.org>
469
470 * rt_netlink.c (netlink_talk_ipv6): When IPv6 route message is
471 sent from netlink_cmd, the same message comes from netlink. To
472 avoid confusion, temporary netlink_talk_ipv6 use netlink.sock
473 instead of netlink_cmd.sock.
474
4752001-01-01 Kunihiro Ishiguro <kunihiro@zebra.org>
476
477 * zserv.h (ZEBRA_SERV_PATH): Change "/tmp/zebra" to "/tmp/.zebra".
478 Change "/tmp/zserv" to "/tmp/.zserv".
479
4802000-12-29 Frank van Maarseveen <F.vanMaarseveen@inter.NL.net>
481
482 * rt_netlink.c (struct nlsock): Divide kernel message into listen
483 socket and command socket.
484 (netlink_talk): Remove socket listen code. Use netlink_parse_info
485 for read kernel response.
486
4872000-12-29 Kunihiro Ishiguro <kunihiro@zebra.org>
488
489 * rib.c (vty_show_ip_route): Show uptime of the RIP,OSPF,BGP
490 routes.
491
4922000-12-27 Kunihiro Ishiguro <kunihiro@zebra.org>
493
494 * rt_netlink.c (netlink_route_multipath): Metric value is
495 reflected to kernel routing table.
496
497 * rt_ioctl.c (kernel_ioctl_ipv4_multipath): Likewise.
498
499 * kernel_socket.c (rtm_write): Likewise.
500
501 * rib.c (nexthop_active_ipv4): Only iBGP route perform recursive
502 nexthop lookup.
503
504 * rt_ioctl.c (kernel_ioctl_ipv4_multipath): Add ioctl version of
505 new RIB implementation.
506
5072000-12-26 Kunihiro Ishiguro <kunihiro@zebra.org>
508
509 * rib.h: Remove MULTIPATH_NUM. It is defined by configure script.
510
5112000-12-25 Michael Rozhavsky <mrozhavsky@opticalaccess.com>
512
513 * rib.c (rib_if_up): Call rib_fib_set instead of RIB_FIB_SET for
514 proper redistribution.
515
5162000-12-19 Kunihiro Ishiguro <kunihiro@zebra.org>
517
518 * rib.c (nexthop_active_ipv4): Add self lookup nexthop check.
519 (show_ip_route_protocol): Support new RIB.
520
521 * rt_netlink.c (netlink_route_change): Do not return when gate is
522 NULL.
523
5242000-12-18 Kunihiro Ishiguro <kunihiro@zebra.org>
525
526 * rib.c (rib_lookup_ipv4_nexthop): IBGP nexthop check function is
527 updated.
528 (rib_add_ipv4): Free implicit withdraw route's RIB.
529
5302000-12-15 Kunihiro Ishiguro <kunihiro@zebra.org>
531
532 * rib.c (nexthop_active_ipv4): Check indirect nexthop.
533
534 * redistribute.c (redistribute_add_multipath): Redistribution
535 works with new rib code.
536
5372000-12-14 Kunihiro Ishiguro <kunihiro@zebra.org>
538
539 * rt_netlink.c (netlink_route_multipath): Check useful nexthop
540 number.
541 (netlink_route_multipath): Clear rtnh_flags and rtnh_hops.
542
543 * rib.c (nexthop_active_update): Set flag for the rib's nexthop
544 activity is changed.
545 (nexthop_active_check): Before checking interface is up, make it
546 sure the interface exist.
547
5482000-11-20 Kunihiro Ishiguro <kunihiro@zebra.org>
549
550 * rib.c (ip_route): New RIB prototype.
551
5522000-11-16 Yon Uriarte <ukl2@rz.uni-karlsruhe.de>
553
554 * zserv.c (zsend_interface_add): Send hardware address when
555 hw_addr_len is greater than 0.
556
5572000-11-07 Kunihiro Ishiguro <kunihiro@zebra.org>
558
559 * connected.c (connected_up_ipv4): Fix ptop bug. The destination
560 network should be installed into routing table.
561 (connected_down_ipv4): Likewise.
562 (connected_add_ipv4): Change to use connected_up_ipv4.
563 (connected_delete_ipv4): Likewise.
564
5652000-11-06 Kunihiro Ishiguro <kunihiro@zebra.org>
566
567 * rt_netlink.c (netlink_interface_addr): Revert Harald Welte
568 <laforge@gnumonks.org>'s ptop patch then back to original code to
569 avoid duplicated connected route problem. Suggested by Frank van
570 Maarseveen <F.vanMaarseveen@inter.NL.net>.
571
572 * kernel_socket.c (rtm_read): Make behavior consistent even #ifdef
573 DEBUG is defined. Reported by Jun-ichiro itojun Hagino
574 <itojun@iijlab.net>.
575
5762000-10-23 Jochen Friedrich <jochen@scram.de>
577
578 * main.c (main): Call zebra_snmp_init() when it is enabled.
579
5802000-10-23 Kunihiro Ishiguro <kunihiro@zebra.org>
581
582 * zserv.c (zebra_serv_un): UNIX domain socket server of zebra
583 protocol.
584
5852000-10-19 Kunihiro Ishiguro <kunihiro@zebra.org>
586
587 * rib.c (rib_add_ipv4): Same check bug is fixed.
588
5892000-10-03 Kunihiro Ishiguro <kunihiro@zebra.org>
590
591 * rib.c (rib_if_down): Remove kernel route when the interface goes
592 down.
593
594 * debug.c: New command "debug zebra kernel" is added.
595
5962000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
597
598 * zebra-0.89 is released.
599
6002000-09-24 Harald Welte <laforge@gnumonks.org>
601
602 * rt_netlink.c (netlink_interface_addr): Fix point-to-point address
603 treatment in netlink interface.
604
6052000-09-21 David Lipovkov <dlipovkov@OpticalAccess.com>
606
607 * rib.c (rib_if_down): Pull static route only. Protocol daemon
608 must withdraw routes when interface goes down.
609 (rib_add_ipv4): Check nexthop when replace route.
610
6112000-09-21 Kunihiro Ishiguro <kunihiro@zebra.org>
612
613 * if_ioctl.c (if_getaddrs): New function for looking up
614 interface's address by getifaddrs().
615
6162000-09-10 Kunihiro Ishiguro <kunihiro@zebra.org>
617
618 * connected.c (connected_delete_ipv4): Add check for connected
619 address is found or not.
620 (connected_add_ipv6): Reflect IPv6 connected address change to
621 protocol daemons.
622 (connected_delete_ipv6): Likewise.
623
6242000-09-07 David Lipovkov <davidl@nbase.co.il>
625
626 * rib.c (rib_delete_ipv4): Reverted the change from pseudo
627 interface patch to original. Because ospfd deletes routes using
628 zero ifindex.
629
6302000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
631
632 * zebra-0.88 is released.
633
6342000-08-15 "Akihiro Mizutani" <mizutani@dml.com>
635
636 * rib.c (show_ip_route_protocol): Help string correction.
637 (show_ip_route_prefix): Check prefix mask.
638 (show_ip_route_vty_detail): Display distance and metric.
639
6402000-08-14 Kunihiro Ishiguro <kunihiro@zebra.org>
641
642 * zserv.c (zsend_interface_add): Change ifindex store size from
643 two octet to four.
644 (zsend_interface_delete): Likewise.
645 (zsend_interface_address_add): Likewise.
646 (zsend_interface_address_delete): Likewise.
647 (zsend_interface_up): Likewise.
648 (zsend_interface_down): Likewise.
649
6502000-08-13 Kunihiro Ishiguro <kunihiro@zebra.org>
651
652 * rib.c (rib_add_ipv4): Do not install distance 255 route.
653
6542000-08-10 Toshiaki Takada <takada@zebra.org>
655
656 * interface.c (bandwidth_if), (no_bandwidth_if): Call
657 zebra_interface_up_update () instead of using if_up() and if_down().
658
6592000-08-07 "Akihiro Mizutani" <mizutani@dml.com>
660
661 * interface.c (bandwidth_if): Fix help string.
662
6632000-08-07 Matthew Grant <grantma@anathoth.gen.nz>
664
665 * interface.c (if_dump_vty): Display bandwidth value.
666 (bandwidth_if): New command "bandwidth <1-10000000>" is added.
667 When interface is up, force protocol daemons to recalculate routes
668 due to cost change.
669 (no_bandwidth_if): Likewise.
670 (if_config_write): Output bandwidth configuration.
671
672 * zserv.c (zsend_interface_add): Send bandwidth value.
673 (zsend_interface_up): Likewise.
674 (zsend_interface_down): Likewise.
675
676
6772000-08-07 Michael Rozhavsky <mike@nbase.co.il>
678
679 * rib.c (show_ip_route_protocol): "show ip route
680 (bgp|connected|kernel|ospf|rip|static)" is added.
681
6822000-08-07 Kunihiro Ishiguro <kunihiro@zebra.org>
683
684 * rib.c (rib_lookup_ipv4_nexthop): Check parent node until IGP
685 nexthop is found.
686 (rib_add_ipv4_internal): Set fib ifindex to rib ifindex.
687
6882000-08-06 Kunihiro Ishiguro <kunihiro@zebra.org>
689
690 * redistribute.c (redistribute_delete): Fix bug of default route
691 redistribute treatment.
692
6932000-08-05 Kunihiro Ishiguro <kunihiro@zebra.org>
694
695 * rib.c (rib_init): Install ip_node in rib.c instead of zserv.c.
696 Change default distance value.
697
698 Old New
699 ------------------------------------------
700 system 10 0
701 kernel 20 0
702 connected 30 0
703 static 40 1
704 rip 50 120
705 ripng 50 120
706 ospf 60 110
707 ospf6 49 110
708 bgp 70 200(iBGP) 20(eBGP)
709 ------------------------------------------
710
711 * zserv.c (client_lookup): Function removed.
712 (zsend_interface_add): Use client's output buffer. Check ifinfo
713 flag.
714 (zsend_interface_delete): Likewise.
715 Delete ipv4_static_radix and ipv6_static_radix.
716
7172000-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
718
719 * zserv.h (struct zebra_client): When client request interface
720 information, ifinfo is set.
721
722 * rib.c: Temporary Revert changes for pseudo interface.
723
724 * rib.h: Likewise.
725
726 * zserv.c: Likewise.
727
728 * interface.c: Likewise.
729
7302000-08-02 David Lipovkov <davidl@nbase.co.il>
731
732 * interface.c (zebra_if_init): Install interface "pseudo"
733 commands.
734
735 * rib.c (rib_create): ifname argument is added.
736 (rib_add_ipv4_pseudo): New function is added.
737 (rib_delete_ipv4_pseudo): Likewise.
738
739 * rib.h : Delete INTERFACE_UNKNOWN definition. Add prototype for
740 pseudo interface functions.
741
742 * rt_netlink.c (netlink_link_change): Check for pseudo interface.
743
744 * zserv.c (ip_route): When destination is pseudo interface, call
745 rib_add_ipv4_pseudo().
746
747 * zserv.c (no_ip_route): Trim "unknown" argument.
748
7492000-07-26 kunitake@dti.ad.jp
750
751 * if_ioctl.c (if_get_hwaddr): Fix hardware address length from 8
752 to 6.
753
754 * rtadv.c (rtadv_send_packet): Fix shift bug for hardware address.
755
7562000-07-24 Akihiro Mizutani <mizutani@dml.com>
757
758 * interface.c: Use install_default() for common VTY commands.
759
7602000-07-23 Kunihiro Ishiguro <kunihiro@zebra.org>
761
762 * if_ioctl.c (interface_list_ioctl): A interface list size is
763 calculated from ifreq->if_addr.sa_len. This is for OpenBSD.
764
765 * ioctl.c (if_get_mtu): Remove codes for SIOCGIFDATA.
766
7672000-07-09 Chris Dunlop <chris@onthe.net.au>
768
769 * if_ioctl.c (if_get_index): Add check for HAVE_BROKEN_ALIASES.
770
7712000-07-04 Kunihiro Ishiguro <kunihiro@zebra.org>
772
773 * zserv.c (zebra_client_read): Add ZEBRA_REDISTRIBUTE_{ADD,DELETE}
774 message handling.
775
7762000-07-02 David Lipovkov <davidl@nbase.co.il>
777
778 * zserv.c: "ip route A.B.C.D/M unknown" command is added.
779
7802000-06-28 Michael Rozhavsky <mike@nbase.co.il>
781
782 * rib.c: Remove old kernel route when new route comes in.
783
7842000-06-13 David Lipovkov <davidl@nbase.co.il>
785
786 * rib.c (rib_if_up): Add check for unknown interface.
787
7882000-06-13 Kunihiro Ishiguro <kunihiro@zebra.org>
789
790 * rib.h: Define INTERFACE_UNKNOWN.
791
7922000-06-08 Kunihiro Ishiguro <kunihiro@zebra.org>
793
794 * Makefile.am (EXTRA_DIST): Move irdp.c until implementation is
795 finished.
796
7972000-06-05 David Lipovkov <davidl@nbase.co.il>
798
799 * interface.c (if_zebra_delete_hook): Call rib_if_delete().
800
801 * redistribute.c (zebra_interface_delete_update): New function.
802
803 * redistribute.h (zebra_interface_delete_update): New function
804 prototype.
805
806 * rib.c (rib_if_delete): New function. Walk down all routes and
807 delete all on the interface.
808
809 * rib.h: New function prototype.
810
811 * rt_netlink.c (netlink_link_change): Call
812 zebra_interface_delete_update ().
813
8142000-05-10 Kunihiro Ishiguro <kunihiro@zebra.org>
815
816 * if_ioctl.c (interface_info_ioctl): Check interface's flag before
817 checking interface's address.
818
8192000-04-26 Jochen Friedrich <jochen@nwe.de>
820
821 * GNOME-PRODUCT-ZEBRA-MIB: New file.
822
823 * GNOME-SMI: New file.
824
8252000-04-23 Kunihiro Ishiguro <kunihiro@zebra.org>
826
827 * irdp.c: New file from 1997 development code.
828 * irdp.h: Likewise.
829
8302000-04-19 Kunihiro Ishiguro <kunihiro@zebra.org>
831
832 * rtadv.c (rtadv_send_packet): Enclose router advertisement
833 logging with IS_ZEBRA_DEBUG_PACKET.
834
8352000-04-17 Kunihiro Ishiguro <kunihiro@zebra.org>
836
837 * zserv.c (zebra_client_close): Remove client structure from
838 client_list when connection is terminated.
839
8402000-03-21 David Lipovkov <davidl@nbase.co.il>
841
842 * connected.c (connected_add_ipv4): Allows all necessary structure
843 updates for connected route, but doesn't insert it into rib if
844 it's interface is down.
845
8462000-01-21 Hideto Yamakawa <hideto.yamakawa@soliton.co.jp>
847
848 * rtread_getmsg.c: Set some definition for Solaris 2.5 and Solaris
849 2.5.1.
850
8512000-01-21 Kunihiro Ishiguro <kunihiro@zebra.org>
852
853 * rib.c (no_ipv6_route_ifname): Fix buf of cheking return value
854 from str2prefix_ipv6().
855
8562000-01-14 Kunihiro Ishiguro <kunihiro@zebra.org>
857
858 * rt_socket.c: Revert to use RTF_HOST for IPv4 with /32 route and
859 IPv6 with /128 routes.
860 (kernel_rtm_ipv4): In case of /32 route's gateway is interface. It
861 should have mask for cloning.
862
8631999-12-26 Jochen.Friedrich@genorz.de
864
865 * interface.c (if_dump_vty): Fix a bug of missing VTY_NEWLINE.
866
8671999-12-23 Alex Zinin <zinin@amt.ru>
868 * interface.*: dynamic int up/down support
869
8701999-12-09 Kunihiro Ishiguro <kunihiro@zebra.org>
871
872 * ipforward_proc.c (dropline): Move dropline() from lib/dropline.c
873
874 * rtread_proc.c (proc_route_read): Don't use dropline().
875
8761999-12-08 Kunihiro Ishiguro <kunihiro@zebra.org>
877
878 * kernel_socket.c (rtm_read): When message is RTM_GET, it has own
879 process's pid.
880
8811999-12-04 Kunihiro Ishiguro <kunihiro@zebra.org>
882
883 * main.c (main): Change to default log output to ZLOG_STDOUT.
884
885 * zserv.c (zebra_serv): More detailed error print.
886
8871999-11-30 Kunihiro Ishiguro <kunihiro@zebra.org>
888
889 * kernel_socket.c (rtm_read): Check old pid for static route
890 insertion check.
891
8921999-11-30 Kunihiro Ishiguro <kunihiro@zebra.org>
893
894 * interface.c (if_dump_vty): BSDI/OS uses 64bit for interface
895 statistics counter.
896
897 * mtu_kvm.c: New file added.
898
8991999-11-27 Vladimir B. Grebenschikov <vova@express.ru>
900
901 * kernel_socket.c (rtm_write): Set RTF_CLONING flag for
902 route to the directly connected interface.
903
9041999-11-27 Kunihiro Ishiguro <kunihiro@zebra.org>
905
906 * rt_socket.c: Delete USE_HOST_BIT definition.
907
9081999-11-21 Michael Handler <handler@sub-rosa.com>
909
910 * rtread_getmsg.c: Undef some definition to resolve conflict.
911
9121999-11-27 Kunihiro Ishiguro <kunihiro@zebra.org>
913
914 * kernel_socket.c (rtm_write): Change to use pre stored struct_dl
915 value for gateway specification.
916
9171999-11-25 Kunihiro Ishiguro <kunihiro@zebra.org>
918
919 * rt_socket.c (kernel_rtm_ipv4): Even mask is 32 under IPv4 or
920 128 under IPv6, don't use RTF_HOST.
921
9221999-11-21 Kunihiro Ishiguro <kunihiro@zebra.org>
923
924 * Makefile.am (EXTRA_DIST): Add rtread_getmsg.c.
925
9261999-11-21 Michael Handler <handler@sub-rosa.com>
927
928 * rtread_getmsg.c: Added for Solaris 2.6 support.
929
9301999-11-18 Kunihiro Ishiguro <kunihiro@zebra.org>
931
932 * rtread_sysctl.c (rtm_read_route): RTM_DELETE handling added.
933
934 * rt_socket.c (kernel_read): Better BSD routing socket support.
935
9361999-10-19 Kunihiro Ishiguro <kunihiro@zebra.org>
937
938 * client_main.c: Disable making obsolete zebra test `client'
939 command.
940
9411999-10-18 Kunihiro Ishiguro <kunihiro@zebra.org>
942
943 * zebra.c: Renamed to zserv.c.
944
945 * zebra.h: Global definitions are moved to lib/zebra.h. Then
946 renamed to zserv.h.
947
9481999-10-15 Jordan Mendelson <jordy@wserv.com>
949
950 * if_ioctl.c: Add Linux 2.2.X's alias support and dynamic
951 interface. Remove ugly MAX_INTERFACE handling codes.
952
9531999-09-17 Satosi KOBAYASI <kobayasi@north.ad.jp>
954
955 * Fix serious bug of IPv6 route deletion.
956
9571999-09-11 Kunihiro Ishiguro <kunihiro@zebra.org>
958
959 * ioctl.c (if_set_prefix): Properly set broadcast address.
960
9611999-09-04 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
962
963 * rib.c (rib_add_ipv6, rib_delete_ipv6): now protocol daemons
964 can install connected route to kernel via zebra
965
9661999-08-24 VOP <vop@unity.net>
967
968 * rib.c: Include "sockunion.h"
969
9701999-08-22 Kunihiro Ishiguro <kunihiro@zebra.org>
971
972 * ipforward.h: New file.
973
974 * zebra.h: Obsolete message ZEBRA_GET_ALL_INTERFACE,
975 ZEBRA_GET_ONE_INTERFACE, ZEBRA_GET_HOSTINFO are deleted.
976
9771999-08-18 Kunihiro Ishiguro <kunihiro@zebra.org>
978
979 * zebra.h (ZEBRA_INTERFACE_ADDRESS_ADD):
980 ZEBRA_INTERFACE_{ADD,DELETE} added.
981
9821999-08-15 Kunihiro Ishiguro <kunihiro@zebra.org>
983
984 * rib.c: show ip route A.B.C.D works.
985
986 * zebra.c (zebra_read_ipv4): Add ifindex to zebra messages.
987
9881999-08-12 Kunihiro Ishiguro <kunihiro@zebra.org>
989
990 * zebra.h: New Zebra message ZEBRA_INTERFACE_{ADD,DELETE} added.
991
9921999-08-09 Kunihiro Ishiguro <kunihiro@zebra.org>
993
994 * interface.h: New file.
995 * Makefile.am: Add interface.h
996
9971999-08-04 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
998
999 * redistribute.c (zebra_redistribute): give ifindex to client.
1000
10011999-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1002
1003 * main.c (longopts): -k, --keep_kernel option added.
1004
10051999-07-18 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1006
1007 * rt_socket.c (rtm_write): forgot closing socket bug fixed.
1008
10091999-07-17 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1010
1011 * rib.c (show_ipv6_cmd): if rib is link show interface name.
1012
10131999-07-17 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1014
1015 * rt_socket.c (rtm_write): use sockaddr_dl when null gateway.
1016
10171999-07-16 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1018
1019 * rt_socket.c (rtm_write): ipv6 route table bug fixed.
1020
10211999-07-15 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1022
1023 * zebra.c (zebra_read_ipv6): read link prefix from ospf6 support
1024
10251999-07-15 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1026
1027 * rt_socket.c (kernel_rtm_ipv6): gate treatment bug fixed.
1028
10291999-07-15 Kunihiro Ishiguro <kunihiro@zebra.org>
1030
1031 * if_sysctl.c (ifm_read): Clear sockunion argument before fetching
1032 data. Suggested by "Chris P. Ross" <cross@eng.us.uu.net>
1033
10341999-07-08 HEO SeonMeyong <seirios@Matrix.IRI.Co.Jp>
1035
1036 * interface.c (if_tun_add): Add KAME's gif tunnel setting codes.
1037
10381999-06-26 Kunihiro Ishiguro <kunihiro@zebra.org>
1039
1040 * zebra.c (zebra_serv): Only accept loopback address connection.
1041
10421999-06-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1043
1044 * zebra.h (ZEBRA_ROUTE_EXTERNAL): Add zebra messages flags
1045
10461999-06-17 Kunihiro Ishiguro <kunihiro@zebra.org>
1047
1048 * ipforward_proc.c: ipforward_on () and ipforward_off () added.
1049
10501999-06-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1051
1052 * ipforward_proc.c (ipforward_ipv6): Check for IPv6 forwarding
1053 using /proc file system is added.
1054
10551999-06-06 Kunihiro Ishiguro <kunihiro@zebra.org>
1056
1057 * if_ioctl.c (if_get_index): Interface index set bug is fixed by
1058 adding #else at the middle of function. Suggested by David Luyer
1059 <luyer@ucs.uwa.edu.au>.
1060
10611999-05-29 <kunihiro@zebra.org>
1062
1063 * rt_ioctl.c: Comment out #include <linux/ipv6_route.h>.
1064
10651999-05-26 Kunihiro Ishiguro <kunihiro@zebra.org>
1066
1067 * zebra.h (ZEBRA_ROUTE_MAX): Add new define for the max value of
1068 the sort of routes.
1069
10701999-05-25 Patrick Koppen <koppen@rhrk.uni-kl.de>
1071
1072 * rt_netlink.c (netlink_socket): Make netlink socket non-blocking.
1073 (netlink_parse_info): If errno is EWOULDBLOCK then continue to
1074 parse the message.
1075 (netlink_talk): Likewise
1076
10771999-05-17 <kunihiro@zebra.org>
1078
1079 * redistribute.c (zebra_check_addr): Added for loopback address
1080 check.
1081
10821999-05-15 Kunihiro Ishiguro <kunihiro@zebra.org>
1083
1084 * rt_netlink.c (netlink_route_change): Tempolary bypass ipv6 route
1085 change treatment.
1086
1087 * Makefile.am (noinst_HEADERS): redistribute.h added.
1088
1089 * redistribute.h: New file.
1090
10911999-05-14 Stephen R. van den Berg <srb@cuci.nl>
1092
1093 * zebra.c (show_table): Show all table configuration DEFUN.
1094 (config_table): Config table number DEFUN.
1095
1096 * rt_netlink.c: Add support for multiple routing table.
1097
1098 * rib.c (rib_weed_table): New function added for delete all
1099 routes from specified routing table.
1100
1101 * main.c (signal_init): SIGTERM call sigint.
1102 (sigint): Loggging more better message.
1103
11041999-05-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1105
1106 * rt_netlink.c: Change log () to zlog ().
1107
11081999-05-07 <kunihiro@zebra.org>
1109
1110 * zebra.h (ZEBRA_ROUTE_OSPF6): Added for ospf6d route.
1111
11121999-04-20 Kunihiro Ishiguro <kunihiro@zebra.org>
1113
1114 * interface.c: Add `no ip address' command.
1115
11161999-04-10 Kunihiro Ishiguro <kunihiro@zebra.org>
1117
1118 * rt_netlink.c (kernel_read): Function added for asynchronous
1119 zebra between kernel communication.
1120
11211999-03-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1122
1123 * rtread_sysctl.c (rtm_read): Fix address memcopy overrun bug.
1124 Reported by Achim Patzner <ap@bnc.net>.
1125
11261999-03-03 Kunihiro Ishiguro <kunihiro@zebra.org>
1127
1128 * Makefile.am: Install configuration sample with 600 permission.
1129
11301999-03-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1131
1132 * Makefile.am: Add -I.. to INCLUDES.
1133
11341999-02-18 Peter Galbavy <Peter.Galbavy@knowledge.com>
1135
1136 * syslog support added
1137
11381999-02-17 Peter Galbavy <Peter.Galbavy@knowledge.com>
1139
1140 * if_sysctl.c (interface_list): allocated memory free when unknown
1141 ifm_type is returned.
1142
1143 * ioctl.c (if_get_mtu): added SIOCGIFDATA treatment.
1144
11451998-12-15 Magnus Ahltorp <map@stacken.kth.se>
1146
1147 * interface.c: Header include added.
1148
11491998-12-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1150
1151 * rt.h (kernel_delete_ipv6): change int index to unsigned int index.
1152
11531998-12-13 Kunihiro Ishiguro <kunihiro@zebra.org>
1154
1155 * if_ioctl.c (interface_list_ioctl): interface flag must be
1156 checked before check addresses of the interface.
1157
11581998-12-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1159
1160 * Makefile.am (INCLUDES): add @INCLUDES@ for Linux IPv6.
1161
11621998-10-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1163
1164 * ioctl.c: Linux version before 2.1.0 need interface route setup.
1165
11661998-09-15 HEO SeonMeyong <seirios@matrix.iri.co.jp>
1167
1168 * change HYDRANGEA to KAME
1169
11701998-09-01 Kunihiro Ishiguro <kunihiro@zebra.org>
1171
1172 * if_ioctl.c (if_addr_ioctl): set address family for getting
1173 interface's address.
1174 (if_get_index): silently return when can't get interface's index.
1175
11761998-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
1177
1178 * main.c (main): batch mode option '-b' added.
1179
11801998-08-16 Kunihiro Ishiguro <kunihiro@zebra.org>
1181
1182 * ioctl.c (if_set_prefix): add `ip address IPV4ADDR' command.
1183 * interface.c (shutdown_if): add interface shutdown and no
1184 shutdown command.
1185
11861998-08-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1187
1188 * rib.c (rib_add_ipv6): delete rib_add_in6.
1189
11901998-07-27 Kunihiro Ishiguro <kunihiro@zebra.org>
1191
1192 * main.c: retain flag is added.
1193
11941998-07-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1195
1196 * rtable.[ch]: merged with rib.[ch]
1197
11981998-07-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1199
1200 * connected.h: renamed from ifa.h.
1201
12021998-06-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1203
1204 * rename if.c to interface.c
1205 * rename ifa.c to connected.c
1206
1207 * Porting to Debian GNU/Linux 2.0 (hamm).
1208
12091998-06-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1210
1211 * rt_netlink.c: renamed from krt_netlink.c
1212
1213 * fib.c: deleted.
1214 * rt_kvm.c: deleted.
1215 * rtread_getmsg.c: deleted.
1216
12171998-06-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1218
1219 * if.c (multicast): add multicast flag [un]set fucntion.
1220
12211998-05-19 Yamshita TAKAO <jargon@lares.dti.ne.jp>
1222
1223 * rt_socket.c: Modify for compile on Solaris, but dont't work it.
1224 rt_socket.c have some undefined function, so add directive "IMPLEMENT"
1225
12261998-05-18 Yamshita TAKAO <jargon@lares.dti.ne.jp>
1227
1228 * zebra.c: Modify for compile on Solaris.
1229
12301998-05-03 Kunihiro Ishiguro <kunihiro@zebra.org>
1231
1232 * main.c: change CONFDIR to SYSCONFDIR.
1233
12341998-05-01 Kunihiro Ishiguro <kunihiro@zebra.org>
1235
1236 * .cvsignore: added.
1237
12381998-04-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1239
1240 * client.c: moves to ../lib.
1241
12421998-03-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1243
1244 * if_ioctl.c (if_get_addr): Change address copy from memcopy() to
1245 structure assignment.
1246
12471998-03-30 URA Hiroshi <ura@yamato.ibm.co.jp>
1248
1249 * if_sysctl.c (ifm_interface_add): sdl->sdl_data copy bug fixed.
1250
12511998-02-23 "Hannes R. Boehm" <hannes@boehm.org>
1252
1253 * if.c (if_init): add config_exit_cmd and config_help_cmd.
1254
12551998-01-24 Kunihiro Ishiguro <kunihiro@zebra.org>
1256
1257 * rt_ioctl.c (route_ioctl): EPERM treatment added.
1258
12591998-01-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1260
1261 * rt_socket.c (kernel_read): communication port zebra between
1262 kernel is now handled by kernel_read.
1263
12641998-01-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1265
1266 * main.c (main): zebra [-P port] can specify vty port number.
1267
12681997-12-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1269
1270 * zebra.c: change select will be block.
1271
12721997-12-04 Kunihiro Ishiguro <kunihiro@zebra.org>
1273
1274 * add static route treatment.
1275
12761997-11-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1277
1278 * rt_netlink.c: add netlink support over GNU/Linux system.
1279
12801997-11-23 Kunihiro Ishiguro <kunihiro@zebra.org>
1281
1282 * all inet_addr is changed to inet_aton.
1283
1284 * zebra.c (ip_route): add ip route command for static routes.
1285
12861997-11-20 Kunihiro Ishiguro <kunihiro@zebra.org>
1287
1288 * if.c (if_flag_dump): Linux port of if_flag_dump and _vty.
1289
12901997-11-19 Kunihiro Ishiguro <kunihiro@zebra.org>
1291
1292 * if.c: add interface command.
1293
12941997-11-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1295
1296 * ipforward_proc.c : Now works on Linux.
1297
12981997-10-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1299
1300 * command.c : add completion feature.
1301
13021997-10-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1303
1304 * vty.c (vty_command): add vty interface.
1305
13061997-10-13 Kunihiro Ishiguro <kunihiro@zebra.org>
1307
1308 * zebra.c: add verbose mode.
1309
13101997-10-12 SonMyong Ho <s-ho@Matrix.IRI.Co.Jp>
1311
1312 * Hydrangea for FreeBSD supported
1313 * in.h: add some prototype.
1314
13151997-10-11 Kunihiro Ishiguro <kunihiro@zebra.org>
1316
1317 * rt_socket.c and rtread.c completely rewritten.
1318
13191997-10-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1320
1321 * rt_socket.c: rename kernel_sock to routing_socket
1322
13231997-10-04 Kunihiro Ishiguro <kunihiro@zebra.org>
1324
1325 * if.c (if_new): interface structure change from linklist to vector.
1326
13271997-10-03 Kunihiro Ishiguro <kunihiro@zebra.org>
1328
1329 * vector.c (vector_init): create vector related function
1330
13311997-09-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1332
1333 * Makefile.in: add tags target
1334
1335 * start IPv6 support for INRIA FreeBSD.
1336