blob: d337a3e5295d92f5dc9850643a0d61c8f4837120 [file] [log] [blame]
hassof1d92e12004-03-18 15:40:33 +000012004-04-18 Hasso Tepper <hasso@estpak.ee>
2
3 * interface.c: Temporary fix for handling secondary addresses
4 with label.
5
hasso55906722004-02-11 22:42:16 +000062004-02-12 Hasso Tepper <hasso@estpak.ee>
hassof1d92e12004-03-18 15:40:33 +00007
hasso55906722004-02-11 22:42:16 +00008 * zserv.c: Added "ipv6 forwarding" command.
9
gdtb27900b2004-01-08 15:44:29 +0000102004-01-08 Greg Troxel <gdt@fnord.ir.bbn.com>
11
12 * kernel_socket.c (kernel_read): Use sockaddr_storage in buffer
13 for reading kernel messages to ensure enough space (necessary on
14 Solaris due to sockaddr_dl being large). Thanks to Sowmini
15 Varadhan for help with this change.
16
gdt9ccabd12004-01-06 18:23:02 +0000172004-01-06 Greg Troxel <gdt@t1.ir.bbn.com>
18
19 * rtadv.c (rtadv_send_packet): Change perror to zlog_err.
20
gdtdbee01f2004-01-06 00:36:51 +0000212004-01-05 Greg Troxel <gdt@fnord.ir.bbn.com>
gdt4bfbea82004-01-06 01:13:05 +000022 * kernel_socket.c (ifm_read): Major cleanup. Use Sowmini's code
23 to find the sockaddr_dl in all cases, narrowing the Solaris ifdef
24 to just the accomodation of broken kernels. Check sockaddr_dl
25 carefully up front, and later assume any non-NULL sdl pointer is
26 valid. Clean up types and variable declarations, and rename
27 WRAPUP to SAROUNDUP to make the name fit the behavior.
28
292004-01-05 Greg Troxel <gdt@fnord.ir.bbn.com>
gdtdbee01f2004-01-06 00:36:51 +000030
31 * kernel_socket.c (kernel_read): Add a sockaddr_dl to the ifmsg
32 structure, because on Solaris sockaddr_dl is far larger than the
33 base sockaddr structure. (The code had previously been failing to
34 read all the data.)
gdt4bfbea82004-01-06 01:13:05 +000035
gdtda26e3b2004-01-05 17:20:59 +0000362004-01-05 Greg Troxel <gdt@ahi.ir.bbn.com>
37
38 * kernel_socket.c (kernel_read): Look up interfaces by index
39 first, so that state changes which do not include a sockaddr_dl
40 now work. Add many sanity checks. In
41 particular, do not assume that a sockaddr_dl follows a message
42 without checking the ifm_addrs flags, and do not trust the length
43 in a sockaddr_dl. Add/clarify many comments.
44
gdt4b5e1352003-12-03 17:54:34 +0000452003-12-03 Greg Troxel <gdt@poblano.ir.bbn.com>
46
47 * rtadv.c: reorder includes to avoid compiler warning (define
48 structs before using them in prototypes)
49
hasso647e4f12003-05-25 11:43:52 +0000502003-05-25 Jim Crumpler <Jim.Crumpler@edion.com>
51
52 * zserv.c: Add "ip forwarding" command.
53
paul445f1432003-05-16 19:00:31 +0000542003-05-16 Gilad Arnold <gilad.arnold@terayon.com>
55
56 * zebra_rib.c: Fix memory leaks for ifname nexthops
57
582003-04-19 Israel Keys <ikeys@agile.tv>
59
60 * rt_netlink.c: BLOCK on netlink while initialising
61
622003-02-06 Francois Deppierraz <francois@ctrlaltdel.ch>
63
64 * rt_netlink.c (netlink_route_multipath): Set RTM_F_EQUALIZE when
65 it exists.
66
paul718e3742002-12-13 20:15:29 +0000672002-09-28 Akihiro Mizutani <mizutani@net-chef.net>
68
69 * zebra_rib.c (static_add_ipv4): Null0 static route is added.
70
712002-09-10 Jochen Friedrich <chris+zebra@scram.de>
72
73 * rt_netlink.c: Add check for EAGAIN.
74 * kernel_socket.c: Likewise
75
762002-06-12 Israel Keys <ikeys@oz.agile.tv>
77
78 * rt_netlink.c: Setting the NLM_F_ACK flag on the netlink command
79 message so that we get an ACK for successful netlink commands.
80 Change the netlink socket to BLOCKING while we wait for a
81 response; be it an ACK or an NLMSG_ERROR. Change
82 netlink_parse_info to deal with ACK messages.
83
842001-11-01 Jun-ichiro itojun Hagino <itojun@iijlab.net>
85
86 * rtadv.c (rtadv_make_socket): setsockopt(IPV6_CHECKSUM) does not
87 work for ICMPv6 socket.
88
892001-10-24 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
90
91 * rib.c (rib_process): Select connected route any case.
92
932001-10-23 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
94
95 * interface.c (no_ip_address_secondary): Add "no" to command.
96
972001-10-18 NOGUCHI Kay <kay@v6.access.co.jp>
98
99 * ioctl.c (if_prefix_add_ipv6): Set the prefered and valid lifetime
100 to infinity as the freebsd4.4 workaroud.
101
1022001-08-26 mihail.balikov@interbgc.com
103
104 * zebra_snmp.c: Fix snmpwalk problem such as IPv4 address
105 A.B.C.255.
106
1072001-08-22 NOGUCHI Kay <kay@v6.access.co.jp>
108
109 * rtadv.c: Do not send RA to loopback interface.
110
1112001-08-20 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
112
113 * ioctl.c (if_set_prefix): Remove Linux 2.0 specific connected
114 route treatment.
115
1162001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
117
118 * zebra-0.92a released.
119
1202001-08-17 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
121
122 * rib.c: Kernel route is treated as EGP routes in nexthop active
123 check.
124
1252001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
126
127 * zebra-0.92 released.
128
1292001-08-08 "Akihiro Mizutani" <mizutani@dml.com>
130
131 * rib.c (show_ip_route_prefix_longer): Add longer-prefix option to
132 show route commands.
133
1342001-07-29 Yon Uriarte <havanna_moon@gmx.net>
135
136 * zserv.c (zsend_ipv4_add_multipath): Add
137 NEXTHOP_TYPE_IPV4_IFINDEX check.
138
1392001-07-29 NOGUCHI Kay <kay@v6.access.co.jp>
140
141 * rtadv.c: Apply valid lifetime, preferred lifetime, onilnk flag,
142 autonomous address-configuration flag patch.
143 (no_ipv6_nd_suppress_ra): Change "ipv6 nd send-ra" to "no ipv6 nd
144 suppress-ra".
145
1462001-07-24 NOGUCHI Kay <kay@v6.access.co.jp>
147
148 * rtadv.c (ipv6_nd_ra_interval): Add "ipv6 nd ra-interval SECONDS"
149 command.
150
1512001-07-24 Jun-ichiro itojun Hagino <itojun@iijlab.net>
152
153 * rt_socket.c (kernel_rtm_ipv4): Add KAME/NetBSD151 equal cost
154 multicast FIB support both IPv4 and IPv6.
155
1562001-07-24 Hal Snyder <hal@vailsys.com>
157
158 * if_ioctl.c (interface_list_ioctl): Fix bug of failing to get the
159 full list of interfaces on some configurations of OpenBSD.
160
1612001-07-23 NOGUCHI Kay <kay@v6.access.co.jp>
162
163 * rtadv.c (ipv6_nd_send_ra): Apply [zebra 9320] to fix "ipv6 nd
164 send-ra" bug.
165 (ipv6_nd_ra_lifetime): "ipv6 nd ra-lifetime 0" for default router
166 availability.
167 (ipv6_nd_managed_config_flag): "ipv6 nd managed-config-flag" is
168 added.
169 (ipv6_nd_other_config_flag): "ipv6 nd other-config-flag" is added.
170
1712001-07-23 Jun-ichiro itojun Hagino <itojun@iijlab.net>
172
173 * ioctl.c (if_ioctl): Change ioctl argument from int to u_long.
174
175 * rt_ioctl.c: Likewise.
176
1772001-07-23 Jun-ichiro itojun Hagino <itojun@iijlab.net>
178
179 * kernel_socket.c (rtm_write): Only set RTF_CLONING when the
180 interface is not p2p.
181
1822001-04-23 Kunihiro Ishiguro <kunihiro@zebra.org>
183
184 * ioctl.c (if_prefix_add_ipv6): Fix argument type.
185
1862001-04-06 Toshiaki Takada <takada@zebra.org>
187
188 * zserv.c (zsend_interface_delete): Use client->obuf instead of
189 allocating new stream.
190
1912001-03-10 Kunihiro Ishiguro <kunihiro@zebra.org>
192
193 * rt_netlink.c: Revert RTPROT_BOOT change.
194
1952001-03-08 Kunihiro Ishiguro <kunihiro@zebra.org>
196
197 * rt_netlink.c (netlink_route_change): Skip RTPROT_BOOT route.
198 (netlink_routing_table): Likewise.
199
2002001-03-07 "Akihiro Mizutani" <mizutani@dml.com>
201
202 * zserv.c (zsend_ipv4_add_multipath): Send metric value to
203 protocol daemons.
204
2052001-02-18 Kunihiro Ishiguro <kunihiro@zebra.org>
206
207 * rt_netlink.c (netlink_routing_table): Do not return
208 tb[RTA_GATEWAY] is NULL. Reported by: "Michael O'Keefe"
209 <mokeefe@qualcomm.com>.
210
2112001-02-08 Kunihiro Ishiguro <kunihiro@zebra.org>
212
213 * if_ioctl.c (interface_list_ioctl): Call if_add_update().
214 Suggested by: Chris Dunlop <chris@onthe.net.au>.
215
2162001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
217
218 * rib.c (nexthop_active_ipv4): When nexthop type is
219 NEXTHOP_TYPE_IPV4_IFINDEX, propery set the ifindex to rifindex.
220
221 * zserv.c: Initialize rtm_table_default with 0.
222
223 * zebra-0.91 is released.
224
2252001-01-31 Kunihiro Ishiguro <kunihiro@zebra.org>
226
227 * kernel_socket.c (rtm_read): Filter cloned route. Suggested by:
228 Jun-ichiro itojun Hagino <itojun@iijlab.net>
229
2302001-01-30 Kunihiro Ishiguro <kunihiro@zebra.org>
231
232 * connected.c (connected_up_ipv6): When point-to-point destination
233 address is ::, use local address for connected network.
234 (connected_down_ipv6): Likewise.
235
2362001-01-25 Kunihiro Ishiguro <kunihiro@zebra.org>
237
238 * zserv.c (zebra_serv): Add missing close() call. Reported by:
239 David Waitzman <djw@vineyard.net>.
240
2412001-01-24 Kunihiro Ishiguro <kunihiro@zebra.org>
242
243 * rib.c (rib_lookup_ipv4): New function for checking exact match
244 IGP route.
245
2462001-01-23 Kunihiro Ishiguro <kunihiro@zebra.org>
247
248 * rib.c (show_ipv6_route_protocol): Fix bug of "show ip route
249 route-type".
250
2512001-01-22 Kunihiro Ishiguro <kunihiro@zebra.org>
252
253 * interface.c (zebra_interface): Do not call
254 zebra_interface_add_update for inactive interface.
255
256 * zserv.c (zsend_interface_address_add): Send interface address
257 flag.
258 (zsend_interface_address_delete): Likewise.
259
2602001-01-19 Kunihiro Ishiguro <kunihiro@zebra.org>
261
262 * interface.c (if_addr_add): Add flags.
263
264 * connected.c (ifa_add_ipv4): Add new function for interface
265 address handling.
266 (ifa_delete_ipv4): Likewise.
267
2682001-01-16 Kunihiro Ishiguro <kunihiro@zebra.org>
269
270 * rib.c (rib_update): Update IPv6 RIB.
271
272 * kernel_socket.c (ifam_read): Call if_refresh() for update
273 interface flag status. This is for implicit interface up on *BSD.
274
275 * interface.c (if_refresh): Add interface flag refresh function.
276
277 * kernel_socket.c (rtm_read): Fetch link-local address interface
278 index.
279 (ifan_read): We need to fetch interface information. Suggested
280 by: Yasuhiro Ohara <yasu@sfc.wide.ad.jp>.
281
282 * rib.c (static_ipv6_nexthop_same): Add check for
283 NEXTHOP_TYPE_IPV6_IFNAME.
284
2852001-01-15 Kunihiro Ishiguro <kunihiro@zebra.org>
286
287 * rib.h (NEW_RIB): Turn on NEW_RIB flag. IPv6 new RIB code are
288 taken into place.
289
2902001-01-14 Kunihiro Ishiguro <kunihiro@zebra.org>
291
292 * rib.c (static_ipv6_write): Display STATIC_IPV6_GATEWAY_IFNAME
293 configuration.
294 (rib_delete_ipv6): Handle same route conter for IPv6 connected
295 route.
296 (show_ipv6_route_protocol): New command.
297 (show_ipv6_route_addr): Likewise.
298 (show_ipv6_route_prefix): Likewise.
299 (rib_update): Sweep kernel route when it is cleaned up.
300
301 * rt_socket.c (kernel_add_ipv6): Add NEXTHOP_IPV6_IFNAME
302 treatmenet.
303
304 * rt_netlink.c (kernel_init): Likewise.
305
306 * rt_ioctl.c (kernel_ioctl_ipv6_multipath): Likewise.
307
308 * rib.c (rib_add_ipv4): Cope with same connected route on a
309 interface. Suggested by: Matthew Grant <grantma@anathoth.gen.nz>.
310 (nexthop_ipv6_ifname_add): Add NEXTHOP_IPV6_IFNAME treatmenet.
311
312 * rib.h (struct new_rib): Add refcnt to keep track on the
313 reference of same connected route.
314
315 * ioctl.c (if_set_prefix): Add check for GNU_LINUX.
316
3172001-01-13 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
318
319 * kernel_socket.c (ifan_read, rtm_type_str): Add RTM_OIFINFO check.
320 (rtm_type_str): Add RTM_IFANNOUNCE check.
321 (ifan_read): New function.
322 (kernel_read): Add case for RTM_IFANNOUNCE.
323
3242001-01-13 Kunihiro Ishiguro <kunihiro@zebra.org>
325
326 * rt_ioctl.c (kernel_ioctl_ipv6_multipath): New function.
327
328 * rt_netlink.c (netlink_route_multipath): IPv6 address ifindex
329 treatment.
330
331 * connected.c (connected_up_ipv6): Add dest value check.
332
333 * rib.c (nexthop_active_ipv6): Do not touch IPv6 nexthop's
334 ifindex.
335 (rib_add_ipv4): Import rib_add_ipv6() same route check code.
336 (nexthop_active_check): NEXTHOP_TYPE_IPV6_IFINDEX activity is only
337 checked by ifindex.
338
339 * rt_socket.c (kernel_rtm_ipv6_multipath): New function.
340
341 * redistribute.c (redistribute_add): Use
342 zsend_ipv6_add_multipath().
343 (redistribute_delete_multipath): Use
344 zsend_ipv6_delete_multipath().
345
346 * interface.c (ip_address): Check current IP address to avoid
347 duplicate.
348
349 * rib.c (rib_delete_ipv4): When deleted route is connected route,
350 check ifindex.
351 (rib_add_ipv4): When connected route is added do not perform
352 implicit withdraw.
353 (rib_delete_ipv4): Check ifindex for connected route.
354
355 * kernel_socket.c (rtm_read): When route has RTF_STATIC, set
356 ZEBRA_FLAG_STATIC for indicate as persistent route.
357 (ifam_read): Unset interface index from link-local address when
358 IPv6 stack is KAME.
359
360 * rib.c (rib_update): Do not delete persistent kernel route.
361
362 * rib.h (struct new_rib): Integrate RIB_FLAG_* to ZEBRA_FLAG_*.
363
364 * rt_socket.c (kernel_add_ipv6_multipath): Add placeholder.
365 (kernel_delete_ipv6_multipath): Likewise.
366
367 * rt_netlink.c (netlink_talk): Give struct nlsock to netlink_talk.
368
3692001-01-12 Kunihiro Ishiguro <kunihiro@zebra.org>
370
371 * rib.c (rib_update): Revert Matthew Grant's patch
372 zebra_cvs_newribfix.patch. Use struct rib->ifindex for kernel
373 interface index. Introduce NEXTHOP_TYPE_IPV4_IFINDEX to support
374 that. Add support for address deletion situation.
375
3762001-01-11 Kunihiro Ishiguro <kunihiro@zebra.org>
377
378 * interface.c: Remove HAVE_IF_PSEUDO part.
379
380 * rib.h: Likewise.
381
382 * rt_netlink.c (netlink_link_change): Likewise.
383
3842001-01-10 Kunihiro Ishiguro <kunihiro@zebra.org>
385
386 * zserv.c: Remove OLD_RIB codes.
387
3882001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
389
390 * zebra-0.90 is released.
391
3922001-01-09 Matthew Grant <grantma@anathoth.gen.nz>
393
394 * interface.c (if_new_intern_ifindex): Allocate a new internal
395 interface index.
396 (if_addr_refresh): Fix up ip addresses configured via zebra.
397 (if_add_update): Handle an interface addition.
398 (if_delete_update): Handle an interface delete event.
399
400 * rib.c (nexthop_ipv4_add): Add kernel route deletion process when
401 interface goes down.
402
4032001-01-08 Kunihiro Ishiguro <kunihiro@zebra.org>
404
405 * interface.c (if_dump_vty): When HAVE_NET_RT_IFLIST is defined,
406 NetBSD also use this function. Suggested by Jasper Wallace
407 <jasper@ivision.co.uk>.
408
4092001-01-07 Kunihiro Ishiguro <kunihiro@zebra.org>
410
411 * rib.c (nexthop_active_ipv4): Move back to set methodo to old
412 one.
413
4142001-01-05 Kunihiro Ishiguro <kunihiro@zebra.org>
415
416 * rib.c (rib_add_ipv4): EBGP multihop set ZEBRA_FLAG_INTERNAL
417 flag, so treat it.
418
4192001-01-04 Kunihiro Ishiguro <kunihiro@zebra.org>
420
421 * rt_netlink.c (netlink_talk_ipv6): When IPv6 route message is
422 sent from netlink_cmd, the same message comes from netlink. To
423 avoid confusion, temporary netlink_talk_ipv6 use netlink.sock
424 instead of netlink_cmd.sock.
425
4262001-01-01 Kunihiro Ishiguro <kunihiro@zebra.org>
427
428 * zserv.h (ZEBRA_SERV_PATH): Change "/tmp/zebra" to "/tmp/.zebra".
429 Change "/tmp/zserv" to "/tmp/.zserv".
430
4312000-12-29 Frank van Maarseveen <F.vanMaarseveen@inter.NL.net>
432
433 * rt_netlink.c (struct nlsock): Divide kernel message into listen
434 socket and command socket.
435 (netlink_talk): Remove socket listen code. Use netlink_parse_info
436 for read kernel response.
437
4382000-12-29 Kunihiro Ishiguro <kunihiro@zebra.org>
439
440 * rib.c (vty_show_ip_route): Show uptime of the RIP,OSPF,BGP
441 routes.
442
4432000-12-27 Kunihiro Ishiguro <kunihiro@zebra.org>
444
445 * rt_netlink.c (netlink_route_multipath): Metric value is
446 reflected to kernel routing table.
447
448 * rt_ioctl.c (kernel_ioctl_ipv4_multipath): Likewise.
449
450 * kernel_socket.c (rtm_write): Likewise.
451
452 * rib.c (nexthop_active_ipv4): Only iBGP route perform recursive
453 nexthop lookup.
454
455 * rt_ioctl.c (kernel_ioctl_ipv4_multipath): Add ioctl version of
456 new RIB implementation.
457
4582000-12-26 Kunihiro Ishiguro <kunihiro@zebra.org>
459
460 * rib.h: Remove MULTIPATH_NUM. It is defined by configure script.
461
4622000-12-25 Michael Rozhavsky <mrozhavsky@opticalaccess.com>
463
464 * rib.c (rib_if_up): Call rib_fib_set instead of RIB_FIB_SET for
465 proper redistribution.
466
4672000-12-19 Kunihiro Ishiguro <kunihiro@zebra.org>
468
469 * rib.c (nexthop_active_ipv4): Add self lookup nexthop check.
470 (show_ip_route_protocol): Support new RIB.
471
472 * rt_netlink.c (netlink_route_change): Do not return when gate is
473 NULL.
474
4752000-12-18 Kunihiro Ishiguro <kunihiro@zebra.org>
476
477 * rib.c (rib_lookup_ipv4_nexthop): IBGP nexthop check function is
478 updated.
479 (rib_add_ipv4): Free implicit withdraw route's RIB.
480
4812000-12-15 Kunihiro Ishiguro <kunihiro@zebra.org>
482
483 * rib.c (nexthop_active_ipv4): Check indirect nexthop.
484
485 * redistribute.c (redistribute_add_multipath): Redistribution
486 works with new rib code.
487
4882000-12-14 Kunihiro Ishiguro <kunihiro@zebra.org>
489
490 * rt_netlink.c (netlink_route_multipath): Check useful nexthop
491 number.
492 (netlink_route_multipath): Clear rtnh_flags and rtnh_hops.
493
494 * rib.c (nexthop_active_update): Set flag for the rib's nexthop
495 activity is changed.
496 (nexthop_active_check): Before checking interface is up, make it
497 sure the interface exist.
498
4992000-11-20 Kunihiro Ishiguro <kunihiro@zebra.org>
500
501 * rib.c (ip_route): New RIB prototype.
502
5032000-11-16 Yon Uriarte <ukl2@rz.uni-karlsruhe.de>
504
505 * zserv.c (zsend_interface_add): Send hardware address when
506 hw_addr_len is greater than 0.
507
5082000-11-07 Kunihiro Ishiguro <kunihiro@zebra.org>
509
510 * connected.c (connected_up_ipv4): Fix ptop bug. The destination
511 network should be installed into routing table.
512 (connected_down_ipv4): Likewise.
513 (connected_add_ipv4): Change to use connected_up_ipv4.
514 (connected_delete_ipv4): Likewise.
515
5162000-11-06 Kunihiro Ishiguro <kunihiro@zebra.org>
517
518 * rt_netlink.c (netlink_interface_addr): Revert Harald Welte
519 <laforge@gnumonks.org>'s ptop patch then back to original code to
520 avoid duplicated connected route problem. Suggested by Frank van
521 Maarseveen <F.vanMaarseveen@inter.NL.net>.
522
523 * kernel_socket.c (rtm_read): Make behavior consistent even #ifdef
524 DEBUG is defined. Reported by Jun-ichiro itojun Hagino
525 <itojun@iijlab.net>.
526
5272000-10-23 Jochen Friedrich <jochen@scram.de>
528
529 * main.c (main): Call zebra_snmp_init() when it is enabled.
530
5312000-10-23 Kunihiro Ishiguro <kunihiro@zebra.org>
532
533 * zserv.c (zebra_serv_un): UNIX domain socket server of zebra
534 protocol.
535
5362000-10-19 Kunihiro Ishiguro <kunihiro@zebra.org>
537
538 * rib.c (rib_add_ipv4): Same check bug is fixed.
539
5402000-10-03 Kunihiro Ishiguro <kunihiro@zebra.org>
541
542 * rib.c (rib_if_down): Remove kernel route when the interface goes
543 down.
544
545 * debug.c: New command "debug zebra kernel" is added.
546
5472000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
548
549 * zebra-0.89 is released.
550
5512000-09-24 Harald Welte <laforge@gnumonks.org>
552
553 * rt_netlink.c (netlink_interface_addr): Fix point-to-point address
554 treatment in netlink interface.
555
5562000-09-21 David Lipovkov <dlipovkov@OpticalAccess.com>
557
558 * rib.c (rib_if_down): Pull static route only. Protocol daemon
559 must withdraw routes when interface goes down.
560 (rib_add_ipv4): Check nexthop when replace route.
561
5622000-09-21 Kunihiro Ishiguro <kunihiro@zebra.org>
563
564 * if_ioctl.c (if_getaddrs): New function for looking up
565 interface's address by getifaddrs().
566
5672000-09-10 Kunihiro Ishiguro <kunihiro@zebra.org>
568
569 * connected.c (connected_delete_ipv4): Add check for connected
570 address is found or not.
571 (connected_add_ipv6): Reflect IPv6 connected address change to
572 protocol daemons.
573 (connected_delete_ipv6): Likewise.
574
5752000-09-07 David Lipovkov <davidl@nbase.co.il>
576
577 * rib.c (rib_delete_ipv4): Reverted the change from pseudo
578 interface patch to original. Because ospfd deletes routes using
579 zero ifindex.
580
5812000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
582
583 * zebra-0.88 is released.
584
5852000-08-15 "Akihiro Mizutani" <mizutani@dml.com>
586
587 * rib.c (show_ip_route_protocol): Help string correction.
588 (show_ip_route_prefix): Check prefix mask.
589 (show_ip_route_vty_detail): Display distance and metric.
590
5912000-08-14 Kunihiro Ishiguro <kunihiro@zebra.org>
592
593 * zserv.c (zsend_interface_add): Change ifindex store size from
594 two octet to four.
595 (zsend_interface_delete): Likewise.
596 (zsend_interface_address_add): Likewise.
597 (zsend_interface_address_delete): Likewise.
598 (zsend_interface_up): Likewise.
599 (zsend_interface_down): Likewise.
600
6012000-08-13 Kunihiro Ishiguro <kunihiro@zebra.org>
602
603 * rib.c (rib_add_ipv4): Do not install distance 255 route.
604
6052000-08-10 Toshiaki Takada <takada@zebra.org>
606
607 * interface.c (bandwidth_if), (no_bandwidth_if): Call
608 zebra_interface_up_update () instead of using if_up() and if_down().
609
6102000-08-07 "Akihiro Mizutani" <mizutani@dml.com>
611
612 * interface.c (bandwidth_if): Fix help string.
613
6142000-08-07 Matthew Grant <grantma@anathoth.gen.nz>
615
616 * interface.c (if_dump_vty): Display bandwidth value.
617 (bandwidth_if): New command "bandwidth <1-10000000>" is added.
618 When interface is up, force protocol daemons to recalculate routes
619 due to cost change.
620 (no_bandwidth_if): Likewise.
621 (if_config_write): Output bandwidth configuration.
622
623 * zserv.c (zsend_interface_add): Send bandwidth value.
624 (zsend_interface_up): Likewise.
625 (zsend_interface_down): Likewise.
626
627
6282000-08-07 Michael Rozhavsky <mike@nbase.co.il>
629
630 * rib.c (show_ip_route_protocol): "show ip route
631 (bgp|connected|kernel|ospf|rip|static)" is added.
632
6332000-08-07 Kunihiro Ishiguro <kunihiro@zebra.org>
634
635 * rib.c (rib_lookup_ipv4_nexthop): Check parent node until IGP
636 nexthop is found.
637 (rib_add_ipv4_internal): Set fib ifindex to rib ifindex.
638
6392000-08-06 Kunihiro Ishiguro <kunihiro@zebra.org>
640
641 * redistribute.c (redistribute_delete): Fix bug of default route
642 redistribute treatment.
643
6442000-08-05 Kunihiro Ishiguro <kunihiro@zebra.org>
645
646 * rib.c (rib_init): Install ip_node in rib.c instead of zserv.c.
647 Change default distance value.
648
649 Old New
650 ------------------------------------------
651 system 10 0
652 kernel 20 0
653 connected 30 0
654 static 40 1
655 rip 50 120
656 ripng 50 120
657 ospf 60 110
658 ospf6 49 110
659 bgp 70 200(iBGP) 20(eBGP)
660 ------------------------------------------
661
662 * zserv.c (client_lookup): Function removed.
663 (zsend_interface_add): Use client's output buffer. Check ifinfo
664 flag.
665 (zsend_interface_delete): Likewise.
666 Delete ipv4_static_radix and ipv6_static_radix.
667
6682000-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
669
670 * zserv.h (struct zebra_client): When client request interface
671 information, ifinfo is set.
672
673 * rib.c: Temporary Revert changes for pseudo interface.
674
675 * rib.h: Likewise.
676
677 * zserv.c: Likewise.
678
679 * interface.c: Likewise.
680
6812000-08-02 David Lipovkov <davidl@nbase.co.il>
682
683 * interface.c (zebra_if_init): Install interface "pseudo"
684 commands.
685
686 * rib.c (rib_create): ifname argument is added.
687 (rib_add_ipv4_pseudo): New function is added.
688 (rib_delete_ipv4_pseudo): Likewise.
689
690 * rib.h : Delete INTERFACE_UNKNOWN definition. Add prototype for
691 pseudo interface functions.
692
693 * rt_netlink.c (netlink_link_change): Check for pseudo interface.
694
695 * zserv.c (ip_route): When destination is pseudo interface, call
696 rib_add_ipv4_pseudo().
697
698 * zserv.c (no_ip_route): Trim "unknown" argument.
699
7002000-07-26 kunitake@dti.ad.jp
701
702 * if_ioctl.c (if_get_hwaddr): Fix hardware address length from 8
703 to 6.
704
705 * rtadv.c (rtadv_send_packet): Fix shift bug for hardware address.
706
7072000-07-24 Akihiro Mizutani <mizutani@dml.com>
708
709 * interface.c: Use install_default() for common VTY commands.
710
7112000-07-23 Kunihiro Ishiguro <kunihiro@zebra.org>
712
713 * if_ioctl.c (interface_list_ioctl): A interface list size is
714 calculated from ifreq->if_addr.sa_len. This is for OpenBSD.
715
716 * ioctl.c (if_get_mtu): Remove codes for SIOCGIFDATA.
717
7182000-07-09 Chris Dunlop <chris@onthe.net.au>
719
720 * if_ioctl.c (if_get_index): Add check for HAVE_BROKEN_ALIASES.
721
7222000-07-04 Kunihiro Ishiguro <kunihiro@zebra.org>
723
724 * zserv.c (zebra_client_read): Add ZEBRA_REDISTRIBUTE_{ADD,DELETE}
725 message handling.
726
7272000-07-02 David Lipovkov <davidl@nbase.co.il>
728
729 * zserv.c: "ip route A.B.C.D/M unknown" command is added.
730
7312000-06-28 Michael Rozhavsky <mike@nbase.co.il>
732
733 * rib.c: Remove old kernel route when new route comes in.
734
7352000-06-13 David Lipovkov <davidl@nbase.co.il>
736
737 * rib.c (rib_if_up): Add check for unknown interface.
738
7392000-06-13 Kunihiro Ishiguro <kunihiro@zebra.org>
740
741 * rib.h: Define INTERFACE_UNKNOWN.
742
7432000-06-08 Kunihiro Ishiguro <kunihiro@zebra.org>
744
745 * Makefile.am (EXTRA_DIST): Move irdp.c until implementation is
746 finished.
747
7482000-06-05 David Lipovkov <davidl@nbase.co.il>
749
750 * interface.c (if_zebra_delete_hook): Call rib_if_delete().
751
752 * redistribute.c (zebra_interface_delete_update): New function.
753
754 * redistribute.h (zebra_interface_delete_update): New function
755 prototype.
756
757 * rib.c (rib_if_delete): New function. Walk down all routes and
758 delete all on the interface.
759
760 * rib.h: New function prototype.
761
762 * rt_netlink.c (netlink_link_change): Call
763 zebra_interface_delete_update ().
764
7652000-05-10 Kunihiro Ishiguro <kunihiro@zebra.org>
766
767 * if_ioctl.c (interface_info_ioctl): Check interface's flag before
768 checking interface's address.
769
7702000-04-26 Jochen Friedrich <jochen@nwe.de>
771
772 * GNOME-PRODUCT-ZEBRA-MIB: New file.
773
774 * GNOME-SMI: New file.
775
7762000-04-23 Kunihiro Ishiguro <kunihiro@zebra.org>
777
778 * irdp.c: New file from 1997 development code.
779 * irdp.h: Likewise.
780
7812000-04-19 Kunihiro Ishiguro <kunihiro@zebra.org>
782
783 * rtadv.c (rtadv_send_packet): Enclose router advertisement
784 logging with IS_ZEBRA_DEBUG_PACKET.
785
7862000-04-17 Kunihiro Ishiguro <kunihiro@zebra.org>
787
788 * zserv.c (zebra_client_close): Remove client structure from
789 client_list when connection is terminated.
790
7912000-03-21 David Lipovkov <davidl@nbase.co.il>
792
793 * connected.c (connected_add_ipv4): Allows all necessary structure
794 updates for connected route, but doesn't insert it into rib if
795 it's interface is down.
796
7972000-01-21 Hideto Yamakawa <hideto.yamakawa@soliton.co.jp>
798
799 * rtread_getmsg.c: Set some definition for Solaris 2.5 and Solaris
800 2.5.1.
801
8022000-01-21 Kunihiro Ishiguro <kunihiro@zebra.org>
803
804 * rib.c (no_ipv6_route_ifname): Fix buf of cheking return value
805 from str2prefix_ipv6().
806
8072000-01-14 Kunihiro Ishiguro <kunihiro@zebra.org>
808
809 * rt_socket.c: Revert to use RTF_HOST for IPv4 with /32 route and
810 IPv6 with /128 routes.
811 (kernel_rtm_ipv4): In case of /32 route's gateway is interface. It
812 should have mask for cloning.
813
8141999-12-26 Jochen.Friedrich@genorz.de
815
816 * interface.c (if_dump_vty): Fix a bug of missing VTY_NEWLINE.
817
8181999-12-23 Alex Zinin <zinin@amt.ru>
819 * interface.*: dynamic int up/down support
820
8211999-12-09 Kunihiro Ishiguro <kunihiro@zebra.org>
822
823 * ipforward_proc.c (dropline): Move dropline() from lib/dropline.c
824
825 * rtread_proc.c (proc_route_read): Don't use dropline().
826
8271999-12-08 Kunihiro Ishiguro <kunihiro@zebra.org>
828
829 * kernel_socket.c (rtm_read): When message is RTM_GET, it has own
830 process's pid.
831
8321999-12-04 Kunihiro Ishiguro <kunihiro@zebra.org>
833
834 * main.c (main): Change to default log output to ZLOG_STDOUT.
835
836 * zserv.c (zebra_serv): More detailed error print.
837
8381999-11-30 Kunihiro Ishiguro <kunihiro@zebra.org>
839
840 * kernel_socket.c (rtm_read): Check old pid for static route
841 insertion check.
842
8431999-11-30 Kunihiro Ishiguro <kunihiro@zebra.org>
844
845 * interface.c (if_dump_vty): BSDI/OS uses 64bit for interface
846 statistics counter.
847
848 * mtu_kvm.c: New file added.
849
8501999-11-27 Vladimir B. Grebenschikov <vova@express.ru>
851
852 * kernel_socket.c (rtm_write): Set RTF_CLONING flag for
853 route to the directly connected interface.
854
8551999-11-27 Kunihiro Ishiguro <kunihiro@zebra.org>
856
857 * rt_socket.c: Delete USE_HOST_BIT definition.
858
8591999-11-21 Michael Handler <handler@sub-rosa.com>
860
861 * rtread_getmsg.c: Undef some definition to resolve conflict.
862
8631999-11-27 Kunihiro Ishiguro <kunihiro@zebra.org>
864
865 * kernel_socket.c (rtm_write): Change to use pre stored struct_dl
866 value for gateway specification.
867
8681999-11-25 Kunihiro Ishiguro <kunihiro@zebra.org>
869
870 * rt_socket.c (kernel_rtm_ipv4): Even mask is 32 under IPv4 or
871 128 under IPv6, don't use RTF_HOST.
872
8731999-11-21 Kunihiro Ishiguro <kunihiro@zebra.org>
874
875 * Makefile.am (EXTRA_DIST): Add rtread_getmsg.c.
876
8771999-11-21 Michael Handler <handler@sub-rosa.com>
878
879 * rtread_getmsg.c: Added for Solaris 2.6 support.
880
8811999-11-18 Kunihiro Ishiguro <kunihiro@zebra.org>
882
883 * rtread_sysctl.c (rtm_read_route): RTM_DELETE handling added.
884
885 * rt_socket.c (kernel_read): Better BSD routing socket support.
886
8871999-10-19 Kunihiro Ishiguro <kunihiro@zebra.org>
888
889 * client_main.c: Disable making obsolete zebra test `client'
890 command.
891
8921999-10-18 Kunihiro Ishiguro <kunihiro@zebra.org>
893
894 * zebra.c: Renamed to zserv.c.
895
896 * zebra.h: Global definitions are moved to lib/zebra.h. Then
897 renamed to zserv.h.
898
8991999-10-15 Jordan Mendelson <jordy@wserv.com>
900
901 * if_ioctl.c: Add Linux 2.2.X's alias support and dynamic
902 interface. Remove ugly MAX_INTERFACE handling codes.
903
9041999-09-17 Satosi KOBAYASI <kobayasi@north.ad.jp>
905
906 * Fix serious bug of IPv6 route deletion.
907
9081999-09-11 Kunihiro Ishiguro <kunihiro@zebra.org>
909
910 * ioctl.c (if_set_prefix): Properly set broadcast address.
911
9121999-09-04 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
913
914 * rib.c (rib_add_ipv6, rib_delete_ipv6): now protocol daemons
915 can install connected route to kernel via zebra
916
9171999-08-24 VOP <vop@unity.net>
918
919 * rib.c: Include "sockunion.h"
920
9211999-08-22 Kunihiro Ishiguro <kunihiro@zebra.org>
922
923 * ipforward.h: New file.
924
925 * zebra.h: Obsolete message ZEBRA_GET_ALL_INTERFACE,
926 ZEBRA_GET_ONE_INTERFACE, ZEBRA_GET_HOSTINFO are deleted.
927
9281999-08-18 Kunihiro Ishiguro <kunihiro@zebra.org>
929
930 * zebra.h (ZEBRA_INTERFACE_ADDRESS_ADD):
931 ZEBRA_INTERFACE_{ADD,DELETE} added.
932
9331999-08-15 Kunihiro Ishiguro <kunihiro@zebra.org>
934
935 * rib.c: show ip route A.B.C.D works.
936
937 * zebra.c (zebra_read_ipv4): Add ifindex to zebra messages.
938
9391999-08-12 Kunihiro Ishiguro <kunihiro@zebra.org>
940
941 * zebra.h: New Zebra message ZEBRA_INTERFACE_{ADD,DELETE} added.
942
9431999-08-09 Kunihiro Ishiguro <kunihiro@zebra.org>
944
945 * interface.h: New file.
946 * Makefile.am: Add interface.h
947
9481999-08-04 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
949
950 * redistribute.c (zebra_redistribute): give ifindex to client.
951
9521999-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
953
954 * main.c (longopts): -k, --keep_kernel option added.
955
9561999-07-18 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
957
958 * rt_socket.c (rtm_write): forgot closing socket bug fixed.
959
9601999-07-17 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
961
962 * rib.c (show_ipv6_cmd): if rib is link show interface name.
963
9641999-07-17 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
965
966 * rt_socket.c (rtm_write): use sockaddr_dl when null gateway.
967
9681999-07-16 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
969
970 * rt_socket.c (rtm_write): ipv6 route table bug fixed.
971
9721999-07-15 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
973
974 * zebra.c (zebra_read_ipv6): read link prefix from ospf6 support
975
9761999-07-15 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
977
978 * rt_socket.c (kernel_rtm_ipv6): gate treatment bug fixed.
979
9801999-07-15 Kunihiro Ishiguro <kunihiro@zebra.org>
981
982 * if_sysctl.c (ifm_read): Clear sockunion argument before fetching
983 data. Suggested by "Chris P. Ross" <cross@eng.us.uu.net>
984
9851999-07-08 HEO SeonMeyong <seirios@Matrix.IRI.Co.Jp>
986
987 * interface.c (if_tun_add): Add KAME's gif tunnel setting codes.
988
9891999-06-26 Kunihiro Ishiguro <kunihiro@zebra.org>
990
991 * zebra.c (zebra_serv): Only accept loopback address connection.
992
9931999-06-25 Kunihiro Ishiguro <kunihiro@zebra.org>
994
995 * zebra.h (ZEBRA_ROUTE_EXTERNAL): Add zebra messages flags
996
9971999-06-17 Kunihiro Ishiguro <kunihiro@zebra.org>
998
999 * ipforward_proc.c: ipforward_on () and ipforward_off () added.
1000
10011999-06-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1002
1003 * ipforward_proc.c (ipforward_ipv6): Check for IPv6 forwarding
1004 using /proc file system is added.
1005
10061999-06-06 Kunihiro Ishiguro <kunihiro@zebra.org>
1007
1008 * if_ioctl.c (if_get_index): Interface index set bug is fixed by
1009 adding #else at the middle of function. Suggested by David Luyer
1010 <luyer@ucs.uwa.edu.au>.
1011
10121999-05-29 <kunihiro@zebra.org>
1013
1014 * rt_ioctl.c: Comment out #include <linux/ipv6_route.h>.
1015
10161999-05-26 Kunihiro Ishiguro <kunihiro@zebra.org>
1017
1018 * zebra.h (ZEBRA_ROUTE_MAX): Add new define for the max value of
1019 the sort of routes.
1020
10211999-05-25 Patrick Koppen <koppen@rhrk.uni-kl.de>
1022
1023 * rt_netlink.c (netlink_socket): Make netlink socket non-blocking.
1024 (netlink_parse_info): If errno is EWOULDBLOCK then continue to
1025 parse the message.
1026 (netlink_talk): Likewise
1027
10281999-05-17 <kunihiro@zebra.org>
1029
1030 * redistribute.c (zebra_check_addr): Added for loopback address
1031 check.
1032
10331999-05-15 Kunihiro Ishiguro <kunihiro@zebra.org>
1034
1035 * rt_netlink.c (netlink_route_change): Tempolary bypass ipv6 route
1036 change treatment.
1037
1038 * Makefile.am (noinst_HEADERS): redistribute.h added.
1039
1040 * redistribute.h: New file.
1041
10421999-05-14 Stephen R. van den Berg <srb@cuci.nl>
1043
1044 * zebra.c (show_table): Show all table configuration DEFUN.
1045 (config_table): Config table number DEFUN.
1046
1047 * rt_netlink.c: Add support for multiple routing table.
1048
1049 * rib.c (rib_weed_table): New function added for delete all
1050 routes from specified routing table.
1051
1052 * main.c (signal_init): SIGTERM call sigint.
1053 (sigint): Loggging more better message.
1054
10551999-05-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1056
1057 * rt_netlink.c: Change log () to zlog ().
1058
10591999-05-07 <kunihiro@zebra.org>
1060
1061 * zebra.h (ZEBRA_ROUTE_OSPF6): Added for ospf6d route.
1062
10631999-04-20 Kunihiro Ishiguro <kunihiro@zebra.org>
1064
1065 * interface.c: Add `no ip address' command.
1066
10671999-04-10 Kunihiro Ishiguro <kunihiro@zebra.org>
1068
1069 * rt_netlink.c (kernel_read): Function added for asynchronous
1070 zebra between kernel communication.
1071
10721999-03-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1073
1074 * rtread_sysctl.c (rtm_read): Fix address memcopy overrun bug.
1075 Reported by Achim Patzner <ap@bnc.net>.
1076
10771999-03-03 Kunihiro Ishiguro <kunihiro@zebra.org>
1078
1079 * Makefile.am: Install configuration sample with 600 permission.
1080
10811999-03-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1082
1083 * Makefile.am: Add -I.. to INCLUDES.
1084
10851999-02-18 Peter Galbavy <Peter.Galbavy@knowledge.com>
1086
1087 * syslog support added
1088
10891999-02-17 Peter Galbavy <Peter.Galbavy@knowledge.com>
1090
1091 * if_sysctl.c (interface_list): allocated memory free when unknown
1092 ifm_type is returned.
1093
1094 * ioctl.c (if_get_mtu): added SIOCGIFDATA treatment.
1095
10961998-12-15 Magnus Ahltorp <map@stacken.kth.se>
1097
1098 * interface.c: Header include added.
1099
11001998-12-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1101
1102 * rt.h (kernel_delete_ipv6): change int index to unsigned int index.
1103
11041998-12-13 Kunihiro Ishiguro <kunihiro@zebra.org>
1105
1106 * if_ioctl.c (interface_list_ioctl): interface flag must be
1107 checked before check addresses of the interface.
1108
11091998-12-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1110
1111 * Makefile.am (INCLUDES): add @INCLUDES@ for Linux IPv6.
1112
11131998-10-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1114
1115 * ioctl.c: Linux version before 2.1.0 need interface route setup.
1116
11171998-09-15 HEO SeonMeyong <seirios@matrix.iri.co.jp>
1118
1119 * change HYDRANGEA to KAME
1120
11211998-09-01 Kunihiro Ishiguro <kunihiro@zebra.org>
1122
1123 * if_ioctl.c (if_addr_ioctl): set address family for getting
1124 interface's address.
1125 (if_get_index): silently return when can't get interface's index.
1126
11271998-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
1128
1129 * main.c (main): batch mode option '-b' added.
1130
11311998-08-16 Kunihiro Ishiguro <kunihiro@zebra.org>
1132
1133 * ioctl.c (if_set_prefix): add `ip address IPV4ADDR' command.
1134 * interface.c (shutdown_if): add interface shutdown and no
1135 shutdown command.
1136
11371998-08-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1138
1139 * rib.c (rib_add_ipv6): delete rib_add_in6.
1140
11411998-07-27 Kunihiro Ishiguro <kunihiro@zebra.org>
1142
1143 * main.c: retain flag is added.
1144
11451998-07-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1146
1147 * rtable.[ch]: merged with rib.[ch]
1148
11491998-07-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1150
1151 * connected.h: renamed from ifa.h.
1152
11531998-06-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1154
1155 * rename if.c to interface.c
1156 * rename ifa.c to connected.c
1157
1158 * Porting to Debian GNU/Linux 2.0 (hamm).
1159
11601998-06-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1161
1162 * rt_netlink.c: renamed from krt_netlink.c
1163
1164 * fib.c: deleted.
1165 * rt_kvm.c: deleted.
1166 * rtread_getmsg.c: deleted.
1167
11681998-06-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1169
1170 * if.c (multicast): add multicast flag [un]set fucntion.
1171
11721998-05-19 Yamshita TAKAO <jargon@lares.dti.ne.jp>
1173
1174 * rt_socket.c: Modify for compile on Solaris, but dont't work it.
1175 rt_socket.c have some undefined function, so add directive "IMPLEMENT"
1176
11771998-05-18 Yamshita TAKAO <jargon@lares.dti.ne.jp>
1178
1179 * zebra.c: Modify for compile on Solaris.
1180
11811998-05-03 Kunihiro Ishiguro <kunihiro@zebra.org>
1182
1183 * main.c: change CONFDIR to SYSCONFDIR.
1184
11851998-05-01 Kunihiro Ishiguro <kunihiro@zebra.org>
1186
1187 * .cvsignore: added.
1188
11891998-04-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1190
1191 * client.c: moves to ../lib.
1192
11931998-03-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1194
1195 * if_ioctl.c (if_get_addr): Change address copy from memcopy() to
1196 structure assignment.
1197
11981998-03-30 URA Hiroshi <ura@yamato.ibm.co.jp>
1199
1200 * if_sysctl.c (ifm_interface_add): sdl->sdl_data copy bug fixed.
1201
12021998-02-23 "Hannes R. Boehm" <hannes@boehm.org>
1203
1204 * if.c (if_init): add config_exit_cmd and config_help_cmd.
1205
12061998-01-24 Kunihiro Ishiguro <kunihiro@zebra.org>
1207
1208 * rt_ioctl.c (route_ioctl): EPERM treatment added.
1209
12101998-01-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1211
1212 * rt_socket.c (kernel_read): communication port zebra between
1213 kernel is now handled by kernel_read.
1214
12151998-01-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1216
1217 * main.c (main): zebra [-P port] can specify vty port number.
1218
12191997-12-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1220
1221 * zebra.c: change select will be block.
1222
12231997-12-04 Kunihiro Ishiguro <kunihiro@zebra.org>
1224
1225 * add static route treatment.
1226
12271997-11-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1228
1229 * rt_netlink.c: add netlink support over GNU/Linux system.
1230
12311997-11-23 Kunihiro Ishiguro <kunihiro@zebra.org>
1232
1233 * all inet_addr is changed to inet_aton.
1234
1235 * zebra.c (ip_route): add ip route command for static routes.
1236
12371997-11-20 Kunihiro Ishiguro <kunihiro@zebra.org>
1238
1239 * if.c (if_flag_dump): Linux port of if_flag_dump and _vty.
1240
12411997-11-19 Kunihiro Ishiguro <kunihiro@zebra.org>
1242
1243 * if.c: add interface command.
1244
12451997-11-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1246
1247 * ipforward_proc.c : Now works on Linux.
1248
12491997-10-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1250
1251 * command.c : add completion feature.
1252
12531997-10-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1254
1255 * vty.c (vty_command): add vty interface.
1256
12571997-10-13 Kunihiro Ishiguro <kunihiro@zebra.org>
1258
1259 * zebra.c: add verbose mode.
1260
12611997-10-12 SonMyong Ho <s-ho@Matrix.IRI.Co.Jp>
1262
1263 * Hydrangea for FreeBSD supported
1264 * in.h: add some prototype.
1265
12661997-10-11 Kunihiro Ishiguro <kunihiro@zebra.org>
1267
1268 * rt_socket.c and rtread.c completely rewritten.
1269
12701997-10-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1271
1272 * rt_socket.c: rename kernel_sock to routing_socket
1273
12741997-10-04 Kunihiro Ishiguro <kunihiro@zebra.org>
1275
1276 * if.c (if_new): interface structure change from linklist to vector.
1277
12781997-10-03 Kunihiro Ishiguro <kunihiro@zebra.org>
1279
1280 * vector.c (vector_init): create vector related function
1281
12821997-09-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1283
1284 * Makefile.in: add tags target
1285
1286 * start IPv6 support for INRIA FreeBSD.
1287