blob: 8381cf329920d31d239f76f6156e2e869d298642 [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.
4
paulb9df2d22004-05-09 09:09:59 +000052004-05-09 Paul Jakma <paul@dishone.st>
6
7 * zserv.c: (zsend_route_multipath) Set the nexthop_num
8 field correctly. Add NEXTHOP_TYPE_IPV6_IFNAME for v6.
9 Conditionally set ZAPI_MESSAGE_METRIC flag - only for adds.
10 (zsend_ipv4_add) cruft, deleted.
11 (zsend_ipv4_delete) ditto.
12 (zsend_ipv6_add) ditto.
13 (zsend_ipv6_delete) ditto.
paul44145db2004-05-09 11:00:23 +000014 * ioctl.c: (if_get_mtu) set mtu6 to mtu
15 * mtu_kvm.c: (if_kvm_get_mtu) set mtu6 to mtu
16 * rt_netlink.c: (netlink_interface) set mtu6 to mtu
17 (netlink_link_change) ditto
paul66e94882004-05-09 17:19:24 +000018 * ipforward_solaris.c: fix typo of ND variable.
paul88424682004-05-09 18:21:35 +000019 * if_ioctl_solaris.c: Add zprivs support.
20 * ioctl_solaris.c: ditto.
paul66e94882004-05-09 17:19:24 +000021
paulb9df2d22004-05-09 09:09:59 +0000222004-05-09 Sowmini Varadhan <sowmini.varadhan@sun.com>
23
24 * zserv.c: (zsend_ipv{4,6}_{add,delete}_multipath) collapsed
25 into single zsend_route_multipath function.
26 (zsend_interface_{up,down}) collapsed into zsend_interface_update.
27 (zsend_interface_address_{add,delete}) collapsed into
28 zsend_interface_address.
29 (zsend_interface_add) send mtu6.
30 (zsend_interface_delete) ditto.
31 (zebra_write) remove unused function.
32 (various) Apply static qualifier. Add comments.
33 * zserv.h: Definitions changed as per above.
34 * redistribute.c: Changes as per zserv.c.
paul44145db2004-05-09 11:00:23 +000035 * interface.c: (if_delete_update) only used with HAVE_NETLINK
36 and RTM_IFANNOUNCE.
37 (if_flag_dump_vty) Solaris IFF_IPV4 and IFF_IPV6 if flags
38 (if_dump_vty) print mtu6 if not same as mtu
paul88424682004-05-09 18:21:35 +000039 * if_ioctl_solaris.c: New file, Solaris interface ioctl methods.
40 * ioctl_solaris.c: New file, Common solaris ioctl methods.
41
hasso34195bf2004-04-06 12:07:06 +0000422004-04-06 Krzysztof Oledzki <oleq@ans.pl>
43
44 * rt_netlink.c: Do not ignore metric when reading kernel routing
45 table on Linux with rt_netlink interface.
46
472004-03-18 Hasso Tepper <hasso@estpak.ee>
hassof1d92e12004-03-18 15:40:33 +000048
49 * interface.c: Temporary fix for handling secondary addresses
50 with label.
51
hasso55906722004-02-11 22:42:16 +0000522004-02-12 Hasso Tepper <hasso@estpak.ee>
hassof1d92e12004-03-18 15:40:33 +000053
hasso55906722004-02-11 22:42:16 +000054 * zserv.c: Added "ipv6 forwarding" command.
55
gdtb27900b2004-01-08 15:44:29 +0000562004-01-08 Greg Troxel <gdt@fnord.ir.bbn.com>
57
58 * kernel_socket.c (kernel_read): Use sockaddr_storage in buffer
59 for reading kernel messages to ensure enough space (necessary on
60 Solaris due to sockaddr_dl being large). Thanks to Sowmini
61 Varadhan for help with this change.
62
gdt9ccabd12004-01-06 18:23:02 +0000632004-01-06 Greg Troxel <gdt@t1.ir.bbn.com>
64
65 * rtadv.c (rtadv_send_packet): Change perror to zlog_err.
66
gdtdbee01f2004-01-06 00:36:51 +0000672004-01-05 Greg Troxel <gdt@fnord.ir.bbn.com>
gdt4bfbea82004-01-06 01:13:05 +000068 * kernel_socket.c (ifm_read): Major cleanup. Use Sowmini's code
69 to find the sockaddr_dl in all cases, narrowing the Solaris ifdef
70 to just the accomodation of broken kernels. Check sockaddr_dl
71 carefully up front, and later assume any non-NULL sdl pointer is
72 valid. Clean up types and variable declarations, and rename
73 WRAPUP to SAROUNDUP to make the name fit the behavior.
74
752004-01-05 Greg Troxel <gdt@fnord.ir.bbn.com>
gdtdbee01f2004-01-06 00:36:51 +000076
77 * kernel_socket.c (kernel_read): Add a sockaddr_dl to the ifmsg
78 structure, because on Solaris sockaddr_dl is far larger than the
79 base sockaddr structure. (The code had previously been failing to
80 read all the data.)
gdt4bfbea82004-01-06 01:13:05 +000081
gdtda26e3b2004-01-05 17:20:59 +0000822004-01-05 Greg Troxel <gdt@ahi.ir.bbn.com>
83
84 * kernel_socket.c (kernel_read): Look up interfaces by index
85 first, so that state changes which do not include a sockaddr_dl
86 now work. Add many sanity checks. In
87 particular, do not assume that a sockaddr_dl follows a message
88 without checking the ifm_addrs flags, and do not trust the length
89 in a sockaddr_dl. Add/clarify many comments.
90
gdt4b5e1352003-12-03 17:54:34 +0000912003-12-03 Greg Troxel <gdt@poblano.ir.bbn.com>
92
93 * rtadv.c: reorder includes to avoid compiler warning (define
94 structs before using them in prototypes)
95
hasso647e4f12003-05-25 11:43:52 +0000962003-05-25 Jim Crumpler <Jim.Crumpler@edion.com>
97
98 * zserv.c: Add "ip forwarding" command.
99
paul445f1432003-05-16 19:00:31 +00001002003-05-16 Gilad Arnold <gilad.arnold@terayon.com>
101
102 * zebra_rib.c: Fix memory leaks for ifname nexthops
103
1042003-04-19 Israel Keys <ikeys@agile.tv>
105
106 * rt_netlink.c: BLOCK on netlink while initialising
107
1082003-02-06 Francois Deppierraz <francois@ctrlaltdel.ch>
109
110 * rt_netlink.c (netlink_route_multipath): Set RTM_F_EQUALIZE when
111 it exists.
112
paul718e3742002-12-13 20:15:29 +00001132002-09-28 Akihiro Mizutani <mizutani@net-chef.net>
114
115 * zebra_rib.c (static_add_ipv4): Null0 static route is added.
116
1172002-09-10 Jochen Friedrich <chris+zebra@scram.de>
118
119 * rt_netlink.c: Add check for EAGAIN.
120 * kernel_socket.c: Likewise
121
1222002-06-12 Israel Keys <ikeys@oz.agile.tv>
123
124 * rt_netlink.c: Setting the NLM_F_ACK flag on the netlink command
125 message so that we get an ACK for successful netlink commands.
126 Change the netlink socket to BLOCKING while we wait for a
127 response; be it an ACK or an NLMSG_ERROR. Change
128 netlink_parse_info to deal with ACK messages.
129
1302001-11-01 Jun-ichiro itojun Hagino <itojun@iijlab.net>
131
132 * rtadv.c (rtadv_make_socket): setsockopt(IPV6_CHECKSUM) does not
133 work for ICMPv6 socket.
134
1352001-10-24 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
136
137 * rib.c (rib_process): Select connected route any case.
138
1392001-10-23 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
140
141 * interface.c (no_ip_address_secondary): Add "no" to command.
142
1432001-10-18 NOGUCHI Kay <kay@v6.access.co.jp>
144
145 * ioctl.c (if_prefix_add_ipv6): Set the prefered and valid lifetime
146 to infinity as the freebsd4.4 workaroud.
147
1482001-08-26 mihail.balikov@interbgc.com
149
150 * zebra_snmp.c: Fix snmpwalk problem such as IPv4 address
151 A.B.C.255.
152
1532001-08-22 NOGUCHI Kay <kay@v6.access.co.jp>
154
155 * rtadv.c: Do not send RA to loopback interface.
156
1572001-08-20 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
158
159 * ioctl.c (if_set_prefix): Remove Linux 2.0 specific connected
160 route treatment.
161
1622001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
163
164 * zebra-0.92a released.
165
1662001-08-17 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
167
168 * rib.c: Kernel route is treated as EGP routes in nexthop active
169 check.
170
1712001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
172
173 * zebra-0.92 released.
174
1752001-08-08 "Akihiro Mizutani" <mizutani@dml.com>
176
177 * rib.c (show_ip_route_prefix_longer): Add longer-prefix option to
178 show route commands.
179
1802001-07-29 Yon Uriarte <havanna_moon@gmx.net>
181
182 * zserv.c (zsend_ipv4_add_multipath): Add
183 NEXTHOP_TYPE_IPV4_IFINDEX check.
184
1852001-07-29 NOGUCHI Kay <kay@v6.access.co.jp>
186
187 * rtadv.c: Apply valid lifetime, preferred lifetime, onilnk flag,
188 autonomous address-configuration flag patch.
189 (no_ipv6_nd_suppress_ra): Change "ipv6 nd send-ra" to "no ipv6 nd
190 suppress-ra".
191
1922001-07-24 NOGUCHI Kay <kay@v6.access.co.jp>
193
194 * rtadv.c (ipv6_nd_ra_interval): Add "ipv6 nd ra-interval SECONDS"
195 command.
196
1972001-07-24 Jun-ichiro itojun Hagino <itojun@iijlab.net>
198
199 * rt_socket.c (kernel_rtm_ipv4): Add KAME/NetBSD151 equal cost
200 multicast FIB support both IPv4 and IPv6.
201
2022001-07-24 Hal Snyder <hal@vailsys.com>
203
204 * if_ioctl.c (interface_list_ioctl): Fix bug of failing to get the
205 full list of interfaces on some configurations of OpenBSD.
206
2072001-07-23 NOGUCHI Kay <kay@v6.access.co.jp>
208
209 * rtadv.c (ipv6_nd_send_ra): Apply [zebra 9320] to fix "ipv6 nd
210 send-ra" bug.
211 (ipv6_nd_ra_lifetime): "ipv6 nd ra-lifetime 0" for default router
212 availability.
213 (ipv6_nd_managed_config_flag): "ipv6 nd managed-config-flag" is
214 added.
215 (ipv6_nd_other_config_flag): "ipv6 nd other-config-flag" is added.
216
2172001-07-23 Jun-ichiro itojun Hagino <itojun@iijlab.net>
218
219 * ioctl.c (if_ioctl): Change ioctl argument from int to u_long.
220
221 * rt_ioctl.c: Likewise.
222
2232001-07-23 Jun-ichiro itojun Hagino <itojun@iijlab.net>
224
225 * kernel_socket.c (rtm_write): Only set RTF_CLONING when the
226 interface is not p2p.
227
2282001-04-23 Kunihiro Ishiguro <kunihiro@zebra.org>
229
230 * ioctl.c (if_prefix_add_ipv6): Fix argument type.
231
2322001-04-06 Toshiaki Takada <takada@zebra.org>
233
234 * zserv.c (zsend_interface_delete): Use client->obuf instead of
235 allocating new stream.
236
2372001-03-10 Kunihiro Ishiguro <kunihiro@zebra.org>
238
239 * rt_netlink.c: Revert RTPROT_BOOT change.
240
2412001-03-08 Kunihiro Ishiguro <kunihiro@zebra.org>
242
243 * rt_netlink.c (netlink_route_change): Skip RTPROT_BOOT route.
244 (netlink_routing_table): Likewise.
245
2462001-03-07 "Akihiro Mizutani" <mizutani@dml.com>
247
248 * zserv.c (zsend_ipv4_add_multipath): Send metric value to
249 protocol daemons.
250
2512001-02-18 Kunihiro Ishiguro <kunihiro@zebra.org>
252
253 * rt_netlink.c (netlink_routing_table): Do not return
254 tb[RTA_GATEWAY] is NULL. Reported by: "Michael O'Keefe"
255 <mokeefe@qualcomm.com>.
256
2572001-02-08 Kunihiro Ishiguro <kunihiro@zebra.org>
258
259 * if_ioctl.c (interface_list_ioctl): Call if_add_update().
260 Suggested by: Chris Dunlop <chris@onthe.net.au>.
261
2622001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
263
264 * rib.c (nexthop_active_ipv4): When nexthop type is
265 NEXTHOP_TYPE_IPV4_IFINDEX, propery set the ifindex to rifindex.
266
267 * zserv.c: Initialize rtm_table_default with 0.
268
269 * zebra-0.91 is released.
270
2712001-01-31 Kunihiro Ishiguro <kunihiro@zebra.org>
272
273 * kernel_socket.c (rtm_read): Filter cloned route. Suggested by:
274 Jun-ichiro itojun Hagino <itojun@iijlab.net>
275
2762001-01-30 Kunihiro Ishiguro <kunihiro@zebra.org>
277
278 * connected.c (connected_up_ipv6): When point-to-point destination
279 address is ::, use local address for connected network.
280 (connected_down_ipv6): Likewise.
281
2822001-01-25 Kunihiro Ishiguro <kunihiro@zebra.org>
283
284 * zserv.c (zebra_serv): Add missing close() call. Reported by:
285 David Waitzman <djw@vineyard.net>.
286
2872001-01-24 Kunihiro Ishiguro <kunihiro@zebra.org>
288
289 * rib.c (rib_lookup_ipv4): New function for checking exact match
290 IGP route.
291
2922001-01-23 Kunihiro Ishiguro <kunihiro@zebra.org>
293
294 * rib.c (show_ipv6_route_protocol): Fix bug of "show ip route
295 route-type".
296
2972001-01-22 Kunihiro Ishiguro <kunihiro@zebra.org>
298
299 * interface.c (zebra_interface): Do not call
300 zebra_interface_add_update for inactive interface.
301
302 * zserv.c (zsend_interface_address_add): Send interface address
303 flag.
304 (zsend_interface_address_delete): Likewise.
305
3062001-01-19 Kunihiro Ishiguro <kunihiro@zebra.org>
307
308 * interface.c (if_addr_add): Add flags.
309
310 * connected.c (ifa_add_ipv4): Add new function for interface
311 address handling.
312 (ifa_delete_ipv4): Likewise.
313
3142001-01-16 Kunihiro Ishiguro <kunihiro@zebra.org>
315
316 * rib.c (rib_update): Update IPv6 RIB.
317
318 * kernel_socket.c (ifam_read): Call if_refresh() for update
319 interface flag status. This is for implicit interface up on *BSD.
320
321 * interface.c (if_refresh): Add interface flag refresh function.
322
323 * kernel_socket.c (rtm_read): Fetch link-local address interface
324 index.
325 (ifan_read): We need to fetch interface information. Suggested
326 by: Yasuhiro Ohara <yasu@sfc.wide.ad.jp>.
327
328 * rib.c (static_ipv6_nexthop_same): Add check for
329 NEXTHOP_TYPE_IPV6_IFNAME.
330
3312001-01-15 Kunihiro Ishiguro <kunihiro@zebra.org>
332
333 * rib.h (NEW_RIB): Turn on NEW_RIB flag. IPv6 new RIB code are
334 taken into place.
335
3362001-01-14 Kunihiro Ishiguro <kunihiro@zebra.org>
337
338 * rib.c (static_ipv6_write): Display STATIC_IPV6_GATEWAY_IFNAME
339 configuration.
340 (rib_delete_ipv6): Handle same route conter for IPv6 connected
341 route.
342 (show_ipv6_route_protocol): New command.
343 (show_ipv6_route_addr): Likewise.
344 (show_ipv6_route_prefix): Likewise.
345 (rib_update): Sweep kernel route when it is cleaned up.
346
347 * rt_socket.c (kernel_add_ipv6): Add NEXTHOP_IPV6_IFNAME
348 treatmenet.
349
350 * rt_netlink.c (kernel_init): Likewise.
351
352 * rt_ioctl.c (kernel_ioctl_ipv6_multipath): Likewise.
353
354 * rib.c (rib_add_ipv4): Cope with same connected route on a
355 interface. Suggested by: Matthew Grant <grantma@anathoth.gen.nz>.
356 (nexthop_ipv6_ifname_add): Add NEXTHOP_IPV6_IFNAME treatmenet.
357
358 * rib.h (struct new_rib): Add refcnt to keep track on the
359 reference of same connected route.
360
361 * ioctl.c (if_set_prefix): Add check for GNU_LINUX.
362
3632001-01-13 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
364
365 * kernel_socket.c (ifan_read, rtm_type_str): Add RTM_OIFINFO check.
366 (rtm_type_str): Add RTM_IFANNOUNCE check.
367 (ifan_read): New function.
368 (kernel_read): Add case for RTM_IFANNOUNCE.
369
3702001-01-13 Kunihiro Ishiguro <kunihiro@zebra.org>
371
372 * rt_ioctl.c (kernel_ioctl_ipv6_multipath): New function.
373
374 * rt_netlink.c (netlink_route_multipath): IPv6 address ifindex
375 treatment.
376
377 * connected.c (connected_up_ipv6): Add dest value check.
378
379 * rib.c (nexthop_active_ipv6): Do not touch IPv6 nexthop's
380 ifindex.
381 (rib_add_ipv4): Import rib_add_ipv6() same route check code.
382 (nexthop_active_check): NEXTHOP_TYPE_IPV6_IFINDEX activity is only
383 checked by ifindex.
384
385 * rt_socket.c (kernel_rtm_ipv6_multipath): New function.
386
387 * redistribute.c (redistribute_add): Use
388 zsend_ipv6_add_multipath().
389 (redistribute_delete_multipath): Use
390 zsend_ipv6_delete_multipath().
391
392 * interface.c (ip_address): Check current IP address to avoid
393 duplicate.
394
395 * rib.c (rib_delete_ipv4): When deleted route is connected route,
396 check ifindex.
397 (rib_add_ipv4): When connected route is added do not perform
398 implicit withdraw.
399 (rib_delete_ipv4): Check ifindex for connected route.
400
401 * kernel_socket.c (rtm_read): When route has RTF_STATIC, set
402 ZEBRA_FLAG_STATIC for indicate as persistent route.
403 (ifam_read): Unset interface index from link-local address when
404 IPv6 stack is KAME.
405
406 * rib.c (rib_update): Do not delete persistent kernel route.
407
408 * rib.h (struct new_rib): Integrate RIB_FLAG_* to ZEBRA_FLAG_*.
409
410 * rt_socket.c (kernel_add_ipv6_multipath): Add placeholder.
411 (kernel_delete_ipv6_multipath): Likewise.
412
413 * rt_netlink.c (netlink_talk): Give struct nlsock to netlink_talk.
414
4152001-01-12 Kunihiro Ishiguro <kunihiro@zebra.org>
416
417 * rib.c (rib_update): Revert Matthew Grant's patch
418 zebra_cvs_newribfix.patch. Use struct rib->ifindex for kernel
419 interface index. Introduce NEXTHOP_TYPE_IPV4_IFINDEX to support
420 that. Add support for address deletion situation.
421
4222001-01-11 Kunihiro Ishiguro <kunihiro@zebra.org>
423
424 * interface.c: Remove HAVE_IF_PSEUDO part.
425
426 * rib.h: Likewise.
427
428 * rt_netlink.c (netlink_link_change): Likewise.
429
4302001-01-10 Kunihiro Ishiguro <kunihiro@zebra.org>
431
432 * zserv.c: Remove OLD_RIB codes.
433
4342001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
435
436 * zebra-0.90 is released.
437
4382001-01-09 Matthew Grant <grantma@anathoth.gen.nz>
439
440 * interface.c (if_new_intern_ifindex): Allocate a new internal
441 interface index.
442 (if_addr_refresh): Fix up ip addresses configured via zebra.
443 (if_add_update): Handle an interface addition.
444 (if_delete_update): Handle an interface delete event.
445
446 * rib.c (nexthop_ipv4_add): Add kernel route deletion process when
447 interface goes down.
448
4492001-01-08 Kunihiro Ishiguro <kunihiro@zebra.org>
450
451 * interface.c (if_dump_vty): When HAVE_NET_RT_IFLIST is defined,
452 NetBSD also use this function. Suggested by Jasper Wallace
453 <jasper@ivision.co.uk>.
454
4552001-01-07 Kunihiro Ishiguro <kunihiro@zebra.org>
456
457 * rib.c (nexthop_active_ipv4): Move back to set methodo to old
458 one.
459
4602001-01-05 Kunihiro Ishiguro <kunihiro@zebra.org>
461
462 * rib.c (rib_add_ipv4): EBGP multihop set ZEBRA_FLAG_INTERNAL
463 flag, so treat it.
464
4652001-01-04 Kunihiro Ishiguro <kunihiro@zebra.org>
466
467 * rt_netlink.c (netlink_talk_ipv6): When IPv6 route message is
468 sent from netlink_cmd, the same message comes from netlink. To
469 avoid confusion, temporary netlink_talk_ipv6 use netlink.sock
470 instead of netlink_cmd.sock.
471
4722001-01-01 Kunihiro Ishiguro <kunihiro@zebra.org>
473
474 * zserv.h (ZEBRA_SERV_PATH): Change "/tmp/zebra" to "/tmp/.zebra".
475 Change "/tmp/zserv" to "/tmp/.zserv".
476
4772000-12-29 Frank van Maarseveen <F.vanMaarseveen@inter.NL.net>
478
479 * rt_netlink.c (struct nlsock): Divide kernel message into listen
480 socket and command socket.
481 (netlink_talk): Remove socket listen code. Use netlink_parse_info
482 for read kernel response.
483
4842000-12-29 Kunihiro Ishiguro <kunihiro@zebra.org>
485
486 * rib.c (vty_show_ip_route): Show uptime of the RIP,OSPF,BGP
487 routes.
488
4892000-12-27 Kunihiro Ishiguro <kunihiro@zebra.org>
490
491 * rt_netlink.c (netlink_route_multipath): Metric value is
492 reflected to kernel routing table.
493
494 * rt_ioctl.c (kernel_ioctl_ipv4_multipath): Likewise.
495
496 * kernel_socket.c (rtm_write): Likewise.
497
498 * rib.c (nexthop_active_ipv4): Only iBGP route perform recursive
499 nexthop lookup.
500
501 * rt_ioctl.c (kernel_ioctl_ipv4_multipath): Add ioctl version of
502 new RIB implementation.
503
5042000-12-26 Kunihiro Ishiguro <kunihiro@zebra.org>
505
506 * rib.h: Remove MULTIPATH_NUM. It is defined by configure script.
507
5082000-12-25 Michael Rozhavsky <mrozhavsky@opticalaccess.com>
509
510 * rib.c (rib_if_up): Call rib_fib_set instead of RIB_FIB_SET for
511 proper redistribution.
512
5132000-12-19 Kunihiro Ishiguro <kunihiro@zebra.org>
514
515 * rib.c (nexthop_active_ipv4): Add self lookup nexthop check.
516 (show_ip_route_protocol): Support new RIB.
517
518 * rt_netlink.c (netlink_route_change): Do not return when gate is
519 NULL.
520
5212000-12-18 Kunihiro Ishiguro <kunihiro@zebra.org>
522
523 * rib.c (rib_lookup_ipv4_nexthop): IBGP nexthop check function is
524 updated.
525 (rib_add_ipv4): Free implicit withdraw route's RIB.
526
5272000-12-15 Kunihiro Ishiguro <kunihiro@zebra.org>
528
529 * rib.c (nexthop_active_ipv4): Check indirect nexthop.
530
531 * redistribute.c (redistribute_add_multipath): Redistribution
532 works with new rib code.
533
5342000-12-14 Kunihiro Ishiguro <kunihiro@zebra.org>
535
536 * rt_netlink.c (netlink_route_multipath): Check useful nexthop
537 number.
538 (netlink_route_multipath): Clear rtnh_flags and rtnh_hops.
539
540 * rib.c (nexthop_active_update): Set flag for the rib's nexthop
541 activity is changed.
542 (nexthop_active_check): Before checking interface is up, make it
543 sure the interface exist.
544
5452000-11-20 Kunihiro Ishiguro <kunihiro@zebra.org>
546
547 * rib.c (ip_route): New RIB prototype.
548
5492000-11-16 Yon Uriarte <ukl2@rz.uni-karlsruhe.de>
550
551 * zserv.c (zsend_interface_add): Send hardware address when
552 hw_addr_len is greater than 0.
553
5542000-11-07 Kunihiro Ishiguro <kunihiro@zebra.org>
555
556 * connected.c (connected_up_ipv4): Fix ptop bug. The destination
557 network should be installed into routing table.
558 (connected_down_ipv4): Likewise.
559 (connected_add_ipv4): Change to use connected_up_ipv4.
560 (connected_delete_ipv4): Likewise.
561
5622000-11-06 Kunihiro Ishiguro <kunihiro@zebra.org>
563
564 * rt_netlink.c (netlink_interface_addr): Revert Harald Welte
565 <laforge@gnumonks.org>'s ptop patch then back to original code to
566 avoid duplicated connected route problem. Suggested by Frank van
567 Maarseveen <F.vanMaarseveen@inter.NL.net>.
568
569 * kernel_socket.c (rtm_read): Make behavior consistent even #ifdef
570 DEBUG is defined. Reported by Jun-ichiro itojun Hagino
571 <itojun@iijlab.net>.
572
5732000-10-23 Jochen Friedrich <jochen@scram.de>
574
575 * main.c (main): Call zebra_snmp_init() when it is enabled.
576
5772000-10-23 Kunihiro Ishiguro <kunihiro@zebra.org>
578
579 * zserv.c (zebra_serv_un): UNIX domain socket server of zebra
580 protocol.
581
5822000-10-19 Kunihiro Ishiguro <kunihiro@zebra.org>
583
584 * rib.c (rib_add_ipv4): Same check bug is fixed.
585
5862000-10-03 Kunihiro Ishiguro <kunihiro@zebra.org>
587
588 * rib.c (rib_if_down): Remove kernel route when the interface goes
589 down.
590
591 * debug.c: New command "debug zebra kernel" is added.
592
5932000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
594
595 * zebra-0.89 is released.
596
5972000-09-24 Harald Welte <laforge@gnumonks.org>
598
599 * rt_netlink.c (netlink_interface_addr): Fix point-to-point address
600 treatment in netlink interface.
601
6022000-09-21 David Lipovkov <dlipovkov@OpticalAccess.com>
603
604 * rib.c (rib_if_down): Pull static route only. Protocol daemon
605 must withdraw routes when interface goes down.
606 (rib_add_ipv4): Check nexthop when replace route.
607
6082000-09-21 Kunihiro Ishiguro <kunihiro@zebra.org>
609
610 * if_ioctl.c (if_getaddrs): New function for looking up
611 interface's address by getifaddrs().
612
6132000-09-10 Kunihiro Ishiguro <kunihiro@zebra.org>
614
615 * connected.c (connected_delete_ipv4): Add check for connected
616 address is found or not.
617 (connected_add_ipv6): Reflect IPv6 connected address change to
618 protocol daemons.
619 (connected_delete_ipv6): Likewise.
620
6212000-09-07 David Lipovkov <davidl@nbase.co.il>
622
623 * rib.c (rib_delete_ipv4): Reverted the change from pseudo
624 interface patch to original. Because ospfd deletes routes using
625 zero ifindex.
626
6272000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
628
629 * zebra-0.88 is released.
630
6312000-08-15 "Akihiro Mizutani" <mizutani@dml.com>
632
633 * rib.c (show_ip_route_protocol): Help string correction.
634 (show_ip_route_prefix): Check prefix mask.
635 (show_ip_route_vty_detail): Display distance and metric.
636
6372000-08-14 Kunihiro Ishiguro <kunihiro@zebra.org>
638
639 * zserv.c (zsend_interface_add): Change ifindex store size from
640 two octet to four.
641 (zsend_interface_delete): Likewise.
642 (zsend_interface_address_add): Likewise.
643 (zsend_interface_address_delete): Likewise.
644 (zsend_interface_up): Likewise.
645 (zsend_interface_down): Likewise.
646
6472000-08-13 Kunihiro Ishiguro <kunihiro@zebra.org>
648
649 * rib.c (rib_add_ipv4): Do not install distance 255 route.
650
6512000-08-10 Toshiaki Takada <takada@zebra.org>
652
653 * interface.c (bandwidth_if), (no_bandwidth_if): Call
654 zebra_interface_up_update () instead of using if_up() and if_down().
655
6562000-08-07 "Akihiro Mizutani" <mizutani@dml.com>
657
658 * interface.c (bandwidth_if): Fix help string.
659
6602000-08-07 Matthew Grant <grantma@anathoth.gen.nz>
661
662 * interface.c (if_dump_vty): Display bandwidth value.
663 (bandwidth_if): New command "bandwidth <1-10000000>" is added.
664 When interface is up, force protocol daemons to recalculate routes
665 due to cost change.
666 (no_bandwidth_if): Likewise.
667 (if_config_write): Output bandwidth configuration.
668
669 * zserv.c (zsend_interface_add): Send bandwidth value.
670 (zsend_interface_up): Likewise.
671 (zsend_interface_down): Likewise.
672
673
6742000-08-07 Michael Rozhavsky <mike@nbase.co.il>
675
676 * rib.c (show_ip_route_protocol): "show ip route
677 (bgp|connected|kernel|ospf|rip|static)" is added.
678
6792000-08-07 Kunihiro Ishiguro <kunihiro@zebra.org>
680
681 * rib.c (rib_lookup_ipv4_nexthop): Check parent node until IGP
682 nexthop is found.
683 (rib_add_ipv4_internal): Set fib ifindex to rib ifindex.
684
6852000-08-06 Kunihiro Ishiguro <kunihiro@zebra.org>
686
687 * redistribute.c (redistribute_delete): Fix bug of default route
688 redistribute treatment.
689
6902000-08-05 Kunihiro Ishiguro <kunihiro@zebra.org>
691
692 * rib.c (rib_init): Install ip_node in rib.c instead of zserv.c.
693 Change default distance value.
694
695 Old New
696 ------------------------------------------
697 system 10 0
698 kernel 20 0
699 connected 30 0
700 static 40 1
701 rip 50 120
702 ripng 50 120
703 ospf 60 110
704 ospf6 49 110
705 bgp 70 200(iBGP) 20(eBGP)
706 ------------------------------------------
707
708 * zserv.c (client_lookup): Function removed.
709 (zsend_interface_add): Use client's output buffer. Check ifinfo
710 flag.
711 (zsend_interface_delete): Likewise.
712 Delete ipv4_static_radix and ipv6_static_radix.
713
7142000-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
715
716 * zserv.h (struct zebra_client): When client request interface
717 information, ifinfo is set.
718
719 * rib.c: Temporary Revert changes for pseudo interface.
720
721 * rib.h: Likewise.
722
723 * zserv.c: Likewise.
724
725 * interface.c: Likewise.
726
7272000-08-02 David Lipovkov <davidl@nbase.co.il>
728
729 * interface.c (zebra_if_init): Install interface "pseudo"
730 commands.
731
732 * rib.c (rib_create): ifname argument is added.
733 (rib_add_ipv4_pseudo): New function is added.
734 (rib_delete_ipv4_pseudo): Likewise.
735
736 * rib.h : Delete INTERFACE_UNKNOWN definition. Add prototype for
737 pseudo interface functions.
738
739 * rt_netlink.c (netlink_link_change): Check for pseudo interface.
740
741 * zserv.c (ip_route): When destination is pseudo interface, call
742 rib_add_ipv4_pseudo().
743
744 * zserv.c (no_ip_route): Trim "unknown" argument.
745
7462000-07-26 kunitake@dti.ad.jp
747
748 * if_ioctl.c (if_get_hwaddr): Fix hardware address length from 8
749 to 6.
750
751 * rtadv.c (rtadv_send_packet): Fix shift bug for hardware address.
752
7532000-07-24 Akihiro Mizutani <mizutani@dml.com>
754
755 * interface.c: Use install_default() for common VTY commands.
756
7572000-07-23 Kunihiro Ishiguro <kunihiro@zebra.org>
758
759 * if_ioctl.c (interface_list_ioctl): A interface list size is
760 calculated from ifreq->if_addr.sa_len. This is for OpenBSD.
761
762 * ioctl.c (if_get_mtu): Remove codes for SIOCGIFDATA.
763
7642000-07-09 Chris Dunlop <chris@onthe.net.au>
765
766 * if_ioctl.c (if_get_index): Add check for HAVE_BROKEN_ALIASES.
767
7682000-07-04 Kunihiro Ishiguro <kunihiro@zebra.org>
769
770 * zserv.c (zebra_client_read): Add ZEBRA_REDISTRIBUTE_{ADD,DELETE}
771 message handling.
772
7732000-07-02 David Lipovkov <davidl@nbase.co.il>
774
775 * zserv.c: "ip route A.B.C.D/M unknown" command is added.
776
7772000-06-28 Michael Rozhavsky <mike@nbase.co.il>
778
779 * rib.c: Remove old kernel route when new route comes in.
780
7812000-06-13 David Lipovkov <davidl@nbase.co.il>
782
783 * rib.c (rib_if_up): Add check for unknown interface.
784
7852000-06-13 Kunihiro Ishiguro <kunihiro@zebra.org>
786
787 * rib.h: Define INTERFACE_UNKNOWN.
788
7892000-06-08 Kunihiro Ishiguro <kunihiro@zebra.org>
790
791 * Makefile.am (EXTRA_DIST): Move irdp.c until implementation is
792 finished.
793
7942000-06-05 David Lipovkov <davidl@nbase.co.il>
795
796 * interface.c (if_zebra_delete_hook): Call rib_if_delete().
797
798 * redistribute.c (zebra_interface_delete_update): New function.
799
800 * redistribute.h (zebra_interface_delete_update): New function
801 prototype.
802
803 * rib.c (rib_if_delete): New function. Walk down all routes and
804 delete all on the interface.
805
806 * rib.h: New function prototype.
807
808 * rt_netlink.c (netlink_link_change): Call
809 zebra_interface_delete_update ().
810
8112000-05-10 Kunihiro Ishiguro <kunihiro@zebra.org>
812
813 * if_ioctl.c (interface_info_ioctl): Check interface's flag before
814 checking interface's address.
815
8162000-04-26 Jochen Friedrich <jochen@nwe.de>
817
818 * GNOME-PRODUCT-ZEBRA-MIB: New file.
819
820 * GNOME-SMI: New file.
821
8222000-04-23 Kunihiro Ishiguro <kunihiro@zebra.org>
823
824 * irdp.c: New file from 1997 development code.
825 * irdp.h: Likewise.
826
8272000-04-19 Kunihiro Ishiguro <kunihiro@zebra.org>
828
829 * rtadv.c (rtadv_send_packet): Enclose router advertisement
830 logging with IS_ZEBRA_DEBUG_PACKET.
831
8322000-04-17 Kunihiro Ishiguro <kunihiro@zebra.org>
833
834 * zserv.c (zebra_client_close): Remove client structure from
835 client_list when connection is terminated.
836
8372000-03-21 David Lipovkov <davidl@nbase.co.il>
838
839 * connected.c (connected_add_ipv4): Allows all necessary structure
840 updates for connected route, but doesn't insert it into rib if
841 it's interface is down.
842
8432000-01-21 Hideto Yamakawa <hideto.yamakawa@soliton.co.jp>
844
845 * rtread_getmsg.c: Set some definition for Solaris 2.5 and Solaris
846 2.5.1.
847
8482000-01-21 Kunihiro Ishiguro <kunihiro@zebra.org>
849
850 * rib.c (no_ipv6_route_ifname): Fix buf of cheking return value
851 from str2prefix_ipv6().
852
8532000-01-14 Kunihiro Ishiguro <kunihiro@zebra.org>
854
855 * rt_socket.c: Revert to use RTF_HOST for IPv4 with /32 route and
856 IPv6 with /128 routes.
857 (kernel_rtm_ipv4): In case of /32 route's gateway is interface. It
858 should have mask for cloning.
859
8601999-12-26 Jochen.Friedrich@genorz.de
861
862 * interface.c (if_dump_vty): Fix a bug of missing VTY_NEWLINE.
863
8641999-12-23 Alex Zinin <zinin@amt.ru>
865 * interface.*: dynamic int up/down support
866
8671999-12-09 Kunihiro Ishiguro <kunihiro@zebra.org>
868
869 * ipforward_proc.c (dropline): Move dropline() from lib/dropline.c
870
871 * rtread_proc.c (proc_route_read): Don't use dropline().
872
8731999-12-08 Kunihiro Ishiguro <kunihiro@zebra.org>
874
875 * kernel_socket.c (rtm_read): When message is RTM_GET, it has own
876 process's pid.
877
8781999-12-04 Kunihiro Ishiguro <kunihiro@zebra.org>
879
880 * main.c (main): Change to default log output to ZLOG_STDOUT.
881
882 * zserv.c (zebra_serv): More detailed error print.
883
8841999-11-30 Kunihiro Ishiguro <kunihiro@zebra.org>
885
886 * kernel_socket.c (rtm_read): Check old pid for static route
887 insertion check.
888
8891999-11-30 Kunihiro Ishiguro <kunihiro@zebra.org>
890
891 * interface.c (if_dump_vty): BSDI/OS uses 64bit for interface
892 statistics counter.
893
894 * mtu_kvm.c: New file added.
895
8961999-11-27 Vladimir B. Grebenschikov <vova@express.ru>
897
898 * kernel_socket.c (rtm_write): Set RTF_CLONING flag for
899 route to the directly connected interface.
900
9011999-11-27 Kunihiro Ishiguro <kunihiro@zebra.org>
902
903 * rt_socket.c: Delete USE_HOST_BIT definition.
904
9051999-11-21 Michael Handler <handler@sub-rosa.com>
906
907 * rtread_getmsg.c: Undef some definition to resolve conflict.
908
9091999-11-27 Kunihiro Ishiguro <kunihiro@zebra.org>
910
911 * kernel_socket.c (rtm_write): Change to use pre stored struct_dl
912 value for gateway specification.
913
9141999-11-25 Kunihiro Ishiguro <kunihiro@zebra.org>
915
916 * rt_socket.c (kernel_rtm_ipv4): Even mask is 32 under IPv4 or
917 128 under IPv6, don't use RTF_HOST.
918
9191999-11-21 Kunihiro Ishiguro <kunihiro@zebra.org>
920
921 * Makefile.am (EXTRA_DIST): Add rtread_getmsg.c.
922
9231999-11-21 Michael Handler <handler@sub-rosa.com>
924
925 * rtread_getmsg.c: Added for Solaris 2.6 support.
926
9271999-11-18 Kunihiro Ishiguro <kunihiro@zebra.org>
928
929 * rtread_sysctl.c (rtm_read_route): RTM_DELETE handling added.
930
931 * rt_socket.c (kernel_read): Better BSD routing socket support.
932
9331999-10-19 Kunihiro Ishiguro <kunihiro@zebra.org>
934
935 * client_main.c: Disable making obsolete zebra test `client'
936 command.
937
9381999-10-18 Kunihiro Ishiguro <kunihiro@zebra.org>
939
940 * zebra.c: Renamed to zserv.c.
941
942 * zebra.h: Global definitions are moved to lib/zebra.h. Then
943 renamed to zserv.h.
944
9451999-10-15 Jordan Mendelson <jordy@wserv.com>
946
947 * if_ioctl.c: Add Linux 2.2.X's alias support and dynamic
948 interface. Remove ugly MAX_INTERFACE handling codes.
949
9501999-09-17 Satosi KOBAYASI <kobayasi@north.ad.jp>
951
952 * Fix serious bug of IPv6 route deletion.
953
9541999-09-11 Kunihiro Ishiguro <kunihiro@zebra.org>
955
956 * ioctl.c (if_set_prefix): Properly set broadcast address.
957
9581999-09-04 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
959
960 * rib.c (rib_add_ipv6, rib_delete_ipv6): now protocol daemons
961 can install connected route to kernel via zebra
962
9631999-08-24 VOP <vop@unity.net>
964
965 * rib.c: Include "sockunion.h"
966
9671999-08-22 Kunihiro Ishiguro <kunihiro@zebra.org>
968
969 * ipforward.h: New file.
970
971 * zebra.h: Obsolete message ZEBRA_GET_ALL_INTERFACE,
972 ZEBRA_GET_ONE_INTERFACE, ZEBRA_GET_HOSTINFO are deleted.
973
9741999-08-18 Kunihiro Ishiguro <kunihiro@zebra.org>
975
976 * zebra.h (ZEBRA_INTERFACE_ADDRESS_ADD):
977 ZEBRA_INTERFACE_{ADD,DELETE} added.
978
9791999-08-15 Kunihiro Ishiguro <kunihiro@zebra.org>
980
981 * rib.c: show ip route A.B.C.D works.
982
983 * zebra.c (zebra_read_ipv4): Add ifindex to zebra messages.
984
9851999-08-12 Kunihiro Ishiguro <kunihiro@zebra.org>
986
987 * zebra.h: New Zebra message ZEBRA_INTERFACE_{ADD,DELETE} added.
988
9891999-08-09 Kunihiro Ishiguro <kunihiro@zebra.org>
990
991 * interface.h: New file.
992 * Makefile.am: Add interface.h
993
9941999-08-04 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
995
996 * redistribute.c (zebra_redistribute): give ifindex to client.
997
9981999-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
999
1000 * main.c (longopts): -k, --keep_kernel option added.
1001
10021999-07-18 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1003
1004 * rt_socket.c (rtm_write): forgot closing socket bug fixed.
1005
10061999-07-17 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1007
1008 * rib.c (show_ipv6_cmd): if rib is link show interface name.
1009
10101999-07-17 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1011
1012 * rt_socket.c (rtm_write): use sockaddr_dl when null gateway.
1013
10141999-07-16 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1015
1016 * rt_socket.c (rtm_write): ipv6 route table bug fixed.
1017
10181999-07-15 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1019
1020 * zebra.c (zebra_read_ipv6): read link prefix from ospf6 support
1021
10221999-07-15 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1023
1024 * rt_socket.c (kernel_rtm_ipv6): gate treatment bug fixed.
1025
10261999-07-15 Kunihiro Ishiguro <kunihiro@zebra.org>
1027
1028 * if_sysctl.c (ifm_read): Clear sockunion argument before fetching
1029 data. Suggested by "Chris P. Ross" <cross@eng.us.uu.net>
1030
10311999-07-08 HEO SeonMeyong <seirios@Matrix.IRI.Co.Jp>
1032
1033 * interface.c (if_tun_add): Add KAME's gif tunnel setting codes.
1034
10351999-06-26 Kunihiro Ishiguro <kunihiro@zebra.org>
1036
1037 * zebra.c (zebra_serv): Only accept loopback address connection.
1038
10391999-06-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1040
1041 * zebra.h (ZEBRA_ROUTE_EXTERNAL): Add zebra messages flags
1042
10431999-06-17 Kunihiro Ishiguro <kunihiro@zebra.org>
1044
1045 * ipforward_proc.c: ipforward_on () and ipforward_off () added.
1046
10471999-06-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1048
1049 * ipforward_proc.c (ipforward_ipv6): Check for IPv6 forwarding
1050 using /proc file system is added.
1051
10521999-06-06 Kunihiro Ishiguro <kunihiro@zebra.org>
1053
1054 * if_ioctl.c (if_get_index): Interface index set bug is fixed by
1055 adding #else at the middle of function. Suggested by David Luyer
1056 <luyer@ucs.uwa.edu.au>.
1057
10581999-05-29 <kunihiro@zebra.org>
1059
1060 * rt_ioctl.c: Comment out #include <linux/ipv6_route.h>.
1061
10621999-05-26 Kunihiro Ishiguro <kunihiro@zebra.org>
1063
1064 * zebra.h (ZEBRA_ROUTE_MAX): Add new define for the max value of
1065 the sort of routes.
1066
10671999-05-25 Patrick Koppen <koppen@rhrk.uni-kl.de>
1068
1069 * rt_netlink.c (netlink_socket): Make netlink socket non-blocking.
1070 (netlink_parse_info): If errno is EWOULDBLOCK then continue to
1071 parse the message.
1072 (netlink_talk): Likewise
1073
10741999-05-17 <kunihiro@zebra.org>
1075
1076 * redistribute.c (zebra_check_addr): Added for loopback address
1077 check.
1078
10791999-05-15 Kunihiro Ishiguro <kunihiro@zebra.org>
1080
1081 * rt_netlink.c (netlink_route_change): Tempolary bypass ipv6 route
1082 change treatment.
1083
1084 * Makefile.am (noinst_HEADERS): redistribute.h added.
1085
1086 * redistribute.h: New file.
1087
10881999-05-14 Stephen R. van den Berg <srb@cuci.nl>
1089
1090 * zebra.c (show_table): Show all table configuration DEFUN.
1091 (config_table): Config table number DEFUN.
1092
1093 * rt_netlink.c: Add support for multiple routing table.
1094
1095 * rib.c (rib_weed_table): New function added for delete all
1096 routes from specified routing table.
1097
1098 * main.c (signal_init): SIGTERM call sigint.
1099 (sigint): Loggging more better message.
1100
11011999-05-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1102
1103 * rt_netlink.c: Change log () to zlog ().
1104
11051999-05-07 <kunihiro@zebra.org>
1106
1107 * zebra.h (ZEBRA_ROUTE_OSPF6): Added for ospf6d route.
1108
11091999-04-20 Kunihiro Ishiguro <kunihiro@zebra.org>
1110
1111 * interface.c: Add `no ip address' command.
1112
11131999-04-10 Kunihiro Ishiguro <kunihiro@zebra.org>
1114
1115 * rt_netlink.c (kernel_read): Function added for asynchronous
1116 zebra between kernel communication.
1117
11181999-03-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1119
1120 * rtread_sysctl.c (rtm_read): Fix address memcopy overrun bug.
1121 Reported by Achim Patzner <ap@bnc.net>.
1122
11231999-03-03 Kunihiro Ishiguro <kunihiro@zebra.org>
1124
1125 * Makefile.am: Install configuration sample with 600 permission.
1126
11271999-03-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1128
1129 * Makefile.am: Add -I.. to INCLUDES.
1130
11311999-02-18 Peter Galbavy <Peter.Galbavy@knowledge.com>
1132
1133 * syslog support added
1134
11351999-02-17 Peter Galbavy <Peter.Galbavy@knowledge.com>
1136
1137 * if_sysctl.c (interface_list): allocated memory free when unknown
1138 ifm_type is returned.
1139
1140 * ioctl.c (if_get_mtu): added SIOCGIFDATA treatment.
1141
11421998-12-15 Magnus Ahltorp <map@stacken.kth.se>
1143
1144 * interface.c: Header include added.
1145
11461998-12-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1147
1148 * rt.h (kernel_delete_ipv6): change int index to unsigned int index.
1149
11501998-12-13 Kunihiro Ishiguro <kunihiro@zebra.org>
1151
1152 * if_ioctl.c (interface_list_ioctl): interface flag must be
1153 checked before check addresses of the interface.
1154
11551998-12-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1156
1157 * Makefile.am (INCLUDES): add @INCLUDES@ for Linux IPv6.
1158
11591998-10-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1160
1161 * ioctl.c: Linux version before 2.1.0 need interface route setup.
1162
11631998-09-15 HEO SeonMeyong <seirios@matrix.iri.co.jp>
1164
1165 * change HYDRANGEA to KAME
1166
11671998-09-01 Kunihiro Ishiguro <kunihiro@zebra.org>
1168
1169 * if_ioctl.c (if_addr_ioctl): set address family for getting
1170 interface's address.
1171 (if_get_index): silently return when can't get interface's index.
1172
11731998-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
1174
1175 * main.c (main): batch mode option '-b' added.
1176
11771998-08-16 Kunihiro Ishiguro <kunihiro@zebra.org>
1178
1179 * ioctl.c (if_set_prefix): add `ip address IPV4ADDR' command.
1180 * interface.c (shutdown_if): add interface shutdown and no
1181 shutdown command.
1182
11831998-08-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1184
1185 * rib.c (rib_add_ipv6): delete rib_add_in6.
1186
11871998-07-27 Kunihiro Ishiguro <kunihiro@zebra.org>
1188
1189 * main.c: retain flag is added.
1190
11911998-07-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1192
1193 * rtable.[ch]: merged with rib.[ch]
1194
11951998-07-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1196
1197 * connected.h: renamed from ifa.h.
1198
11991998-06-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1200
1201 * rename if.c to interface.c
1202 * rename ifa.c to connected.c
1203
1204 * Porting to Debian GNU/Linux 2.0 (hamm).
1205
12061998-06-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1207
1208 * rt_netlink.c: renamed from krt_netlink.c
1209
1210 * fib.c: deleted.
1211 * rt_kvm.c: deleted.
1212 * rtread_getmsg.c: deleted.
1213
12141998-06-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1215
1216 * if.c (multicast): add multicast flag [un]set fucntion.
1217
12181998-05-19 Yamshita TAKAO <jargon@lares.dti.ne.jp>
1219
1220 * rt_socket.c: Modify for compile on Solaris, but dont't work it.
1221 rt_socket.c have some undefined function, so add directive "IMPLEMENT"
1222
12231998-05-18 Yamshita TAKAO <jargon@lares.dti.ne.jp>
1224
1225 * zebra.c: Modify for compile on Solaris.
1226
12271998-05-03 Kunihiro Ishiguro <kunihiro@zebra.org>
1228
1229 * main.c: change CONFDIR to SYSCONFDIR.
1230
12311998-05-01 Kunihiro Ishiguro <kunihiro@zebra.org>
1232
1233 * .cvsignore: added.
1234
12351998-04-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1236
1237 * client.c: moves to ../lib.
1238
12391998-03-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1240
1241 * if_ioctl.c (if_get_addr): Change address copy from memcopy() to
1242 structure assignment.
1243
12441998-03-30 URA Hiroshi <ura@yamato.ibm.co.jp>
1245
1246 * if_sysctl.c (ifm_interface_add): sdl->sdl_data copy bug fixed.
1247
12481998-02-23 "Hannes R. Boehm" <hannes@boehm.org>
1249
1250 * if.c (if_init): add config_exit_cmd and config_help_cmd.
1251
12521998-01-24 Kunihiro Ishiguro <kunihiro@zebra.org>
1253
1254 * rt_ioctl.c (route_ioctl): EPERM treatment added.
1255
12561998-01-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1257
1258 * rt_socket.c (kernel_read): communication port zebra between
1259 kernel is now handled by kernel_read.
1260
12611998-01-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1262
1263 * main.c (main): zebra [-P port] can specify vty port number.
1264
12651997-12-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1266
1267 * zebra.c: change select will be block.
1268
12691997-12-04 Kunihiro Ishiguro <kunihiro@zebra.org>
1270
1271 * add static route treatment.
1272
12731997-11-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1274
1275 * rt_netlink.c: add netlink support over GNU/Linux system.
1276
12771997-11-23 Kunihiro Ishiguro <kunihiro@zebra.org>
1278
1279 * all inet_addr is changed to inet_aton.
1280
1281 * zebra.c (ip_route): add ip route command for static routes.
1282
12831997-11-20 Kunihiro Ishiguro <kunihiro@zebra.org>
1284
1285 * if.c (if_flag_dump): Linux port of if_flag_dump and _vty.
1286
12871997-11-19 Kunihiro Ishiguro <kunihiro@zebra.org>
1288
1289 * if.c: add interface command.
1290
12911997-11-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1292
1293 * ipforward_proc.c : Now works on Linux.
1294
12951997-10-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1296
1297 * command.c : add completion feature.
1298
12991997-10-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1300
1301 * vty.c (vty_command): add vty interface.
1302
13031997-10-13 Kunihiro Ishiguro <kunihiro@zebra.org>
1304
1305 * zebra.c: add verbose mode.
1306
13071997-10-12 SonMyong Ho <s-ho@Matrix.IRI.Co.Jp>
1308
1309 * Hydrangea for FreeBSD supported
1310 * in.h: add some prototype.
1311
13121997-10-11 Kunihiro Ishiguro <kunihiro@zebra.org>
1313
1314 * rt_socket.c and rtread.c completely rewritten.
1315
13161997-10-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1317
1318 * rt_socket.c: rename kernel_sock to routing_socket
1319
13201997-10-04 Kunihiro Ishiguro <kunihiro@zebra.org>
1321
1322 * if.c (if_new): interface structure change from linklist to vector.
1323
13241997-10-03 Kunihiro Ishiguro <kunihiro@zebra.org>
1325
1326 * vector.c (vector_init): create vector related function
1327
13281997-09-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1329
1330 * Makefile.in: add tags target
1331
1332 * start IPv6 support for INRIA FreeBSD.
1333