blob: 04619aeb3082651b4d244ec00ed660a75ed14041 [file] [log] [blame]
hasso3e31cde2004-05-18 11:58:59 +000012004-05-18 Hasso Tepper <hasso@estpak.ee>
2
3 * rtadv.c: Removed "[no] ipv6 nd send-ra" command. Replaced "ipv6 nd
4 prefix-advertisement" with "ipv6 nd prefix". Rewrite syntax of
5 "ipv6 nd prefix" command to allow various combinations of parameters
6 and flags. No defaults in configuration. Replaced on-link and
7 autoconfig with off-link and no-autoconfig flags in command syntax.
8 Cosmetic fixes in all commands. Documentation to reflect all changes.
9
paul19877dd2004-05-11 10:49:35 +0000102004-05-11 Paul Jakma <paul@dishone.st>
11
12 * Makefile.am: support for IOCTL_METHOD, as per Sowmini's patch.
paul48a46fa2004-05-11 10:55:22 +000013 * if_ioctl_solaris.c: Fixup some erroneous privilege changes and
14 add privs.h header.
15 * ioctl_solaris.c: ditto
paulc50ae8b2004-05-11 11:31:07 +000016 * ioctl.h: Add if_ioctl_ipv6 prototype and AF_IOCTL for SOLARIS_IPV6
17 * kernel_socket.c: Fix SAROUNDUP, compiler doesnt like do..while
18 RHS in assignments :)
19 * redistribute.c: (zebra_interface_delete_update) only used
20 if RTM_IFANNOUNCE and NETLINK is available.
21
paulb9df2d22004-05-09 09:09:59 +0000222004-05-09 Paul Jakma <paul@dishone.st>
23
24 * zserv.c: (zsend_route_multipath) Set the nexthop_num
25 field correctly. Add NEXTHOP_TYPE_IPV6_IFNAME for v6.
26 Conditionally set ZAPI_MESSAGE_METRIC flag - only for adds.
27 (zsend_ipv4_add) cruft, deleted.
28 (zsend_ipv4_delete) ditto.
29 (zsend_ipv6_add) ditto.
30 (zsend_ipv6_delete) ditto.
paul44145db2004-05-09 11:00:23 +000031 * ioctl.c: (if_get_mtu) set mtu6 to mtu
32 * mtu_kvm.c: (if_kvm_get_mtu) set mtu6 to mtu
33 * rt_netlink.c: (netlink_interface) set mtu6 to mtu
34 (netlink_link_change) ditto
paul66e94882004-05-09 17:19:24 +000035 * ipforward_solaris.c: fix typo of ND variable.
paul88424682004-05-09 18:21:35 +000036 * if_ioctl_solaris.c: Add zprivs support.
37 * ioctl_solaris.c: ditto.
paul66e94882004-05-09 17:19:24 +000038
paulb9df2d22004-05-09 09:09:59 +0000392004-05-09 Sowmini Varadhan <sowmini.varadhan@sun.com>
40
41 * zserv.c: (zsend_ipv{4,6}_{add,delete}_multipath) collapsed
42 into single zsend_route_multipath function.
43 (zsend_interface_{up,down}) collapsed into zsend_interface_update.
44 (zsend_interface_address_{add,delete}) collapsed into
45 zsend_interface_address.
46 (zsend_interface_add) send mtu6.
47 (zsend_interface_delete) ditto.
48 (zebra_write) remove unused function.
49 (various) Apply static qualifier. Add comments.
50 * zserv.h: Definitions changed as per above.
51 * redistribute.c: Changes as per zserv.c.
paul44145db2004-05-09 11:00:23 +000052 * interface.c: (if_delete_update) only used with HAVE_NETLINK
53 and RTM_IFANNOUNCE.
54 (if_flag_dump_vty) Solaris IFF_IPV4 and IFF_IPV6 if flags
55 (if_dump_vty) print mtu6 if not same as mtu
paul88424682004-05-09 18:21:35 +000056 * if_ioctl_solaris.c: New file, Solaris interface ioctl methods.
57 * ioctl_solaris.c: New file, Common solaris ioctl methods.
58
hasso34195bf2004-04-06 12:07:06 +0000592004-04-06 Krzysztof Oledzki <oleq@ans.pl>
60
61 * rt_netlink.c: Do not ignore metric when reading kernel routing
62 table on Linux with rt_netlink interface.
63
642004-03-18 Hasso Tepper <hasso@estpak.ee>
hassof1d92e12004-03-18 15:40:33 +000065
66 * interface.c: Temporary fix for handling secondary addresses
67 with label.
68
hasso55906722004-02-11 22:42:16 +0000692004-02-12 Hasso Tepper <hasso@estpak.ee>
hassof1d92e12004-03-18 15:40:33 +000070
hasso55906722004-02-11 22:42:16 +000071 * zserv.c: Added "ipv6 forwarding" command.
72
gdtb27900b2004-01-08 15:44:29 +0000732004-01-08 Greg Troxel <gdt@fnord.ir.bbn.com>
74
75 * kernel_socket.c (kernel_read): Use sockaddr_storage in buffer
76 for reading kernel messages to ensure enough space (necessary on
77 Solaris due to sockaddr_dl being large). Thanks to Sowmini
78 Varadhan for help with this change.
79
gdt9ccabd12004-01-06 18:23:02 +0000802004-01-06 Greg Troxel <gdt@t1.ir.bbn.com>
81
82 * rtadv.c (rtadv_send_packet): Change perror to zlog_err.
83
gdtdbee01f2004-01-06 00:36:51 +0000842004-01-05 Greg Troxel <gdt@fnord.ir.bbn.com>
gdt4bfbea82004-01-06 01:13:05 +000085 * kernel_socket.c (ifm_read): Major cleanup. Use Sowmini's code
86 to find the sockaddr_dl in all cases, narrowing the Solaris ifdef
87 to just the accomodation of broken kernels. Check sockaddr_dl
88 carefully up front, and later assume any non-NULL sdl pointer is
89 valid. Clean up types and variable declarations, and rename
90 WRAPUP to SAROUNDUP to make the name fit the behavior.
91
922004-01-05 Greg Troxel <gdt@fnord.ir.bbn.com>
gdtdbee01f2004-01-06 00:36:51 +000093
94 * kernel_socket.c (kernel_read): Add a sockaddr_dl to the ifmsg
95 structure, because on Solaris sockaddr_dl is far larger than the
96 base sockaddr structure. (The code had previously been failing to
97 read all the data.)
gdt4bfbea82004-01-06 01:13:05 +000098
gdtda26e3b2004-01-05 17:20:59 +0000992004-01-05 Greg Troxel <gdt@ahi.ir.bbn.com>
100
101 * kernel_socket.c (kernel_read): Look up interfaces by index
102 first, so that state changes which do not include a sockaddr_dl
103 now work. Add many sanity checks. In
104 particular, do not assume that a sockaddr_dl follows a message
105 without checking the ifm_addrs flags, and do not trust the length
106 in a sockaddr_dl. Add/clarify many comments.
107
gdt4b5e1352003-12-03 17:54:34 +00001082003-12-03 Greg Troxel <gdt@poblano.ir.bbn.com>
109
110 * rtadv.c: reorder includes to avoid compiler warning (define
111 structs before using them in prototypes)
112
hasso647e4f12003-05-25 11:43:52 +00001132003-05-25 Jim Crumpler <Jim.Crumpler@edion.com>
114
115 * zserv.c: Add "ip forwarding" command.
116
paul445f1432003-05-16 19:00:31 +00001172003-05-16 Gilad Arnold <gilad.arnold@terayon.com>
118
119 * zebra_rib.c: Fix memory leaks for ifname nexthops
120
1212003-04-19 Israel Keys <ikeys@agile.tv>
122
123 * rt_netlink.c: BLOCK on netlink while initialising
124
1252003-02-06 Francois Deppierraz <francois@ctrlaltdel.ch>
126
127 * rt_netlink.c (netlink_route_multipath): Set RTM_F_EQUALIZE when
128 it exists.
129
paul718e3742002-12-13 20:15:29 +00001302002-09-28 Akihiro Mizutani <mizutani@net-chef.net>
131
132 * zebra_rib.c (static_add_ipv4): Null0 static route is added.
133
1342002-09-10 Jochen Friedrich <chris+zebra@scram.de>
135
136 * rt_netlink.c: Add check for EAGAIN.
137 * kernel_socket.c: Likewise
138
1392002-06-12 Israel Keys <ikeys@oz.agile.tv>
140
141 * rt_netlink.c: Setting the NLM_F_ACK flag on the netlink command
142 message so that we get an ACK for successful netlink commands.
143 Change the netlink socket to BLOCKING while we wait for a
144 response; be it an ACK or an NLMSG_ERROR. Change
145 netlink_parse_info to deal with ACK messages.
146
1472001-11-01 Jun-ichiro itojun Hagino <itojun@iijlab.net>
148
149 * rtadv.c (rtadv_make_socket): setsockopt(IPV6_CHECKSUM) does not
150 work for ICMPv6 socket.
151
1522001-10-24 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
153
154 * rib.c (rib_process): Select connected route any case.
155
1562001-10-23 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
157
158 * interface.c (no_ip_address_secondary): Add "no" to command.
159
1602001-10-18 NOGUCHI Kay <kay@v6.access.co.jp>
161
162 * ioctl.c (if_prefix_add_ipv6): Set the prefered and valid lifetime
163 to infinity as the freebsd4.4 workaroud.
164
1652001-08-26 mihail.balikov@interbgc.com
166
167 * zebra_snmp.c: Fix snmpwalk problem such as IPv4 address
168 A.B.C.255.
169
1702001-08-22 NOGUCHI Kay <kay@v6.access.co.jp>
171
172 * rtadv.c: Do not send RA to loopback interface.
173
1742001-08-20 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
175
176 * ioctl.c (if_set_prefix): Remove Linux 2.0 specific connected
177 route treatment.
178
1792001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
180
181 * zebra-0.92a released.
182
1832001-08-17 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
184
185 * rib.c: Kernel route is treated as EGP routes in nexthop active
186 check.
187
1882001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
189
190 * zebra-0.92 released.
191
1922001-08-08 "Akihiro Mizutani" <mizutani@dml.com>
193
194 * rib.c (show_ip_route_prefix_longer): Add longer-prefix option to
195 show route commands.
196
1972001-07-29 Yon Uriarte <havanna_moon@gmx.net>
198
199 * zserv.c (zsend_ipv4_add_multipath): Add
200 NEXTHOP_TYPE_IPV4_IFINDEX check.
201
2022001-07-29 NOGUCHI Kay <kay@v6.access.co.jp>
203
204 * rtadv.c: Apply valid lifetime, preferred lifetime, onilnk flag,
205 autonomous address-configuration flag patch.
206 (no_ipv6_nd_suppress_ra): Change "ipv6 nd send-ra" to "no ipv6 nd
207 suppress-ra".
208
2092001-07-24 NOGUCHI Kay <kay@v6.access.co.jp>
210
211 * rtadv.c (ipv6_nd_ra_interval): Add "ipv6 nd ra-interval SECONDS"
212 command.
213
2142001-07-24 Jun-ichiro itojun Hagino <itojun@iijlab.net>
215
216 * rt_socket.c (kernel_rtm_ipv4): Add KAME/NetBSD151 equal cost
217 multicast FIB support both IPv4 and IPv6.
218
2192001-07-24 Hal Snyder <hal@vailsys.com>
220
221 * if_ioctl.c (interface_list_ioctl): Fix bug of failing to get the
222 full list of interfaces on some configurations of OpenBSD.
223
2242001-07-23 NOGUCHI Kay <kay@v6.access.co.jp>
225
226 * rtadv.c (ipv6_nd_send_ra): Apply [zebra 9320] to fix "ipv6 nd
227 send-ra" bug.
228 (ipv6_nd_ra_lifetime): "ipv6 nd ra-lifetime 0" for default router
229 availability.
230 (ipv6_nd_managed_config_flag): "ipv6 nd managed-config-flag" is
231 added.
232 (ipv6_nd_other_config_flag): "ipv6 nd other-config-flag" is added.
233
2342001-07-23 Jun-ichiro itojun Hagino <itojun@iijlab.net>
235
236 * ioctl.c (if_ioctl): Change ioctl argument from int to u_long.
237
238 * rt_ioctl.c: Likewise.
239
2402001-07-23 Jun-ichiro itojun Hagino <itojun@iijlab.net>
241
242 * kernel_socket.c (rtm_write): Only set RTF_CLONING when the
243 interface is not p2p.
244
2452001-04-23 Kunihiro Ishiguro <kunihiro@zebra.org>
246
247 * ioctl.c (if_prefix_add_ipv6): Fix argument type.
248
2492001-04-06 Toshiaki Takada <takada@zebra.org>
250
251 * zserv.c (zsend_interface_delete): Use client->obuf instead of
252 allocating new stream.
253
2542001-03-10 Kunihiro Ishiguro <kunihiro@zebra.org>
255
256 * rt_netlink.c: Revert RTPROT_BOOT change.
257
2582001-03-08 Kunihiro Ishiguro <kunihiro@zebra.org>
259
260 * rt_netlink.c (netlink_route_change): Skip RTPROT_BOOT route.
261 (netlink_routing_table): Likewise.
262
2632001-03-07 "Akihiro Mizutani" <mizutani@dml.com>
264
265 * zserv.c (zsend_ipv4_add_multipath): Send metric value to
266 protocol daemons.
267
2682001-02-18 Kunihiro Ishiguro <kunihiro@zebra.org>
269
270 * rt_netlink.c (netlink_routing_table): Do not return
271 tb[RTA_GATEWAY] is NULL. Reported by: "Michael O'Keefe"
272 <mokeefe@qualcomm.com>.
273
2742001-02-08 Kunihiro Ishiguro <kunihiro@zebra.org>
275
276 * if_ioctl.c (interface_list_ioctl): Call if_add_update().
277 Suggested by: Chris Dunlop <chris@onthe.net.au>.
278
2792001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
280
281 * rib.c (nexthop_active_ipv4): When nexthop type is
282 NEXTHOP_TYPE_IPV4_IFINDEX, propery set the ifindex to rifindex.
283
284 * zserv.c: Initialize rtm_table_default with 0.
285
286 * zebra-0.91 is released.
287
2882001-01-31 Kunihiro Ishiguro <kunihiro@zebra.org>
289
290 * kernel_socket.c (rtm_read): Filter cloned route. Suggested by:
291 Jun-ichiro itojun Hagino <itojun@iijlab.net>
292
2932001-01-30 Kunihiro Ishiguro <kunihiro@zebra.org>
294
295 * connected.c (connected_up_ipv6): When point-to-point destination
296 address is ::, use local address for connected network.
297 (connected_down_ipv6): Likewise.
298
2992001-01-25 Kunihiro Ishiguro <kunihiro@zebra.org>
300
301 * zserv.c (zebra_serv): Add missing close() call. Reported by:
302 David Waitzman <djw@vineyard.net>.
303
3042001-01-24 Kunihiro Ishiguro <kunihiro@zebra.org>
305
306 * rib.c (rib_lookup_ipv4): New function for checking exact match
307 IGP route.
308
3092001-01-23 Kunihiro Ishiguro <kunihiro@zebra.org>
310
311 * rib.c (show_ipv6_route_protocol): Fix bug of "show ip route
312 route-type".
313
3142001-01-22 Kunihiro Ishiguro <kunihiro@zebra.org>
315
316 * interface.c (zebra_interface): Do not call
317 zebra_interface_add_update for inactive interface.
318
319 * zserv.c (zsend_interface_address_add): Send interface address
320 flag.
321 (zsend_interface_address_delete): Likewise.
322
3232001-01-19 Kunihiro Ishiguro <kunihiro@zebra.org>
324
325 * interface.c (if_addr_add): Add flags.
326
327 * connected.c (ifa_add_ipv4): Add new function for interface
328 address handling.
329 (ifa_delete_ipv4): Likewise.
330
3312001-01-16 Kunihiro Ishiguro <kunihiro@zebra.org>
332
333 * rib.c (rib_update): Update IPv6 RIB.
334
335 * kernel_socket.c (ifam_read): Call if_refresh() for update
336 interface flag status. This is for implicit interface up on *BSD.
337
338 * interface.c (if_refresh): Add interface flag refresh function.
339
340 * kernel_socket.c (rtm_read): Fetch link-local address interface
341 index.
342 (ifan_read): We need to fetch interface information. Suggested
343 by: Yasuhiro Ohara <yasu@sfc.wide.ad.jp>.
344
345 * rib.c (static_ipv6_nexthop_same): Add check for
346 NEXTHOP_TYPE_IPV6_IFNAME.
347
3482001-01-15 Kunihiro Ishiguro <kunihiro@zebra.org>
349
350 * rib.h (NEW_RIB): Turn on NEW_RIB flag. IPv6 new RIB code are
351 taken into place.
352
3532001-01-14 Kunihiro Ishiguro <kunihiro@zebra.org>
354
355 * rib.c (static_ipv6_write): Display STATIC_IPV6_GATEWAY_IFNAME
356 configuration.
357 (rib_delete_ipv6): Handle same route conter for IPv6 connected
358 route.
359 (show_ipv6_route_protocol): New command.
360 (show_ipv6_route_addr): Likewise.
361 (show_ipv6_route_prefix): Likewise.
362 (rib_update): Sweep kernel route when it is cleaned up.
363
364 * rt_socket.c (kernel_add_ipv6): Add NEXTHOP_IPV6_IFNAME
365 treatmenet.
366
367 * rt_netlink.c (kernel_init): Likewise.
368
369 * rt_ioctl.c (kernel_ioctl_ipv6_multipath): Likewise.
370
371 * rib.c (rib_add_ipv4): Cope with same connected route on a
372 interface. Suggested by: Matthew Grant <grantma@anathoth.gen.nz>.
373 (nexthop_ipv6_ifname_add): Add NEXTHOP_IPV6_IFNAME treatmenet.
374
375 * rib.h (struct new_rib): Add refcnt to keep track on the
376 reference of same connected route.
377
378 * ioctl.c (if_set_prefix): Add check for GNU_LINUX.
379
3802001-01-13 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
381
382 * kernel_socket.c (ifan_read, rtm_type_str): Add RTM_OIFINFO check.
383 (rtm_type_str): Add RTM_IFANNOUNCE check.
384 (ifan_read): New function.
385 (kernel_read): Add case for RTM_IFANNOUNCE.
386
3872001-01-13 Kunihiro Ishiguro <kunihiro@zebra.org>
388
389 * rt_ioctl.c (kernel_ioctl_ipv6_multipath): New function.
390
391 * rt_netlink.c (netlink_route_multipath): IPv6 address ifindex
392 treatment.
393
394 * connected.c (connected_up_ipv6): Add dest value check.
395
396 * rib.c (nexthop_active_ipv6): Do not touch IPv6 nexthop's
397 ifindex.
398 (rib_add_ipv4): Import rib_add_ipv6() same route check code.
399 (nexthop_active_check): NEXTHOP_TYPE_IPV6_IFINDEX activity is only
400 checked by ifindex.
401
402 * rt_socket.c (kernel_rtm_ipv6_multipath): New function.
403
404 * redistribute.c (redistribute_add): Use
405 zsend_ipv6_add_multipath().
406 (redistribute_delete_multipath): Use
407 zsend_ipv6_delete_multipath().
408
409 * interface.c (ip_address): Check current IP address to avoid
410 duplicate.
411
412 * rib.c (rib_delete_ipv4): When deleted route is connected route,
413 check ifindex.
414 (rib_add_ipv4): When connected route is added do not perform
415 implicit withdraw.
416 (rib_delete_ipv4): Check ifindex for connected route.
417
418 * kernel_socket.c (rtm_read): When route has RTF_STATIC, set
419 ZEBRA_FLAG_STATIC for indicate as persistent route.
420 (ifam_read): Unset interface index from link-local address when
421 IPv6 stack is KAME.
422
423 * rib.c (rib_update): Do not delete persistent kernel route.
424
425 * rib.h (struct new_rib): Integrate RIB_FLAG_* to ZEBRA_FLAG_*.
426
427 * rt_socket.c (kernel_add_ipv6_multipath): Add placeholder.
428 (kernel_delete_ipv6_multipath): Likewise.
429
430 * rt_netlink.c (netlink_talk): Give struct nlsock to netlink_talk.
431
4322001-01-12 Kunihiro Ishiguro <kunihiro@zebra.org>
433
434 * rib.c (rib_update): Revert Matthew Grant's patch
435 zebra_cvs_newribfix.patch. Use struct rib->ifindex for kernel
436 interface index. Introduce NEXTHOP_TYPE_IPV4_IFINDEX to support
437 that. Add support for address deletion situation.
438
4392001-01-11 Kunihiro Ishiguro <kunihiro@zebra.org>
440
441 * interface.c: Remove HAVE_IF_PSEUDO part.
442
443 * rib.h: Likewise.
444
445 * rt_netlink.c (netlink_link_change): Likewise.
446
4472001-01-10 Kunihiro Ishiguro <kunihiro@zebra.org>
448
449 * zserv.c: Remove OLD_RIB codes.
450
4512001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
452
453 * zebra-0.90 is released.
454
4552001-01-09 Matthew Grant <grantma@anathoth.gen.nz>
456
457 * interface.c (if_new_intern_ifindex): Allocate a new internal
458 interface index.
459 (if_addr_refresh): Fix up ip addresses configured via zebra.
460 (if_add_update): Handle an interface addition.
461 (if_delete_update): Handle an interface delete event.
462
463 * rib.c (nexthop_ipv4_add): Add kernel route deletion process when
464 interface goes down.
465
4662001-01-08 Kunihiro Ishiguro <kunihiro@zebra.org>
467
468 * interface.c (if_dump_vty): When HAVE_NET_RT_IFLIST is defined,
469 NetBSD also use this function. Suggested by Jasper Wallace
470 <jasper@ivision.co.uk>.
471
4722001-01-07 Kunihiro Ishiguro <kunihiro@zebra.org>
473
474 * rib.c (nexthop_active_ipv4): Move back to set methodo to old
475 one.
476
4772001-01-05 Kunihiro Ishiguro <kunihiro@zebra.org>
478
479 * rib.c (rib_add_ipv4): EBGP multihop set ZEBRA_FLAG_INTERNAL
480 flag, so treat it.
481
4822001-01-04 Kunihiro Ishiguro <kunihiro@zebra.org>
483
484 * rt_netlink.c (netlink_talk_ipv6): When IPv6 route message is
485 sent from netlink_cmd, the same message comes from netlink. To
486 avoid confusion, temporary netlink_talk_ipv6 use netlink.sock
487 instead of netlink_cmd.sock.
488
4892001-01-01 Kunihiro Ishiguro <kunihiro@zebra.org>
490
491 * zserv.h (ZEBRA_SERV_PATH): Change "/tmp/zebra" to "/tmp/.zebra".
492 Change "/tmp/zserv" to "/tmp/.zserv".
493
4942000-12-29 Frank van Maarseveen <F.vanMaarseveen@inter.NL.net>
495
496 * rt_netlink.c (struct nlsock): Divide kernel message into listen
497 socket and command socket.
498 (netlink_talk): Remove socket listen code. Use netlink_parse_info
499 for read kernel response.
500
5012000-12-29 Kunihiro Ishiguro <kunihiro@zebra.org>
502
503 * rib.c (vty_show_ip_route): Show uptime of the RIP,OSPF,BGP
504 routes.
505
5062000-12-27 Kunihiro Ishiguro <kunihiro@zebra.org>
507
508 * rt_netlink.c (netlink_route_multipath): Metric value is
509 reflected to kernel routing table.
510
511 * rt_ioctl.c (kernel_ioctl_ipv4_multipath): Likewise.
512
513 * kernel_socket.c (rtm_write): Likewise.
514
515 * rib.c (nexthop_active_ipv4): Only iBGP route perform recursive
516 nexthop lookup.
517
518 * rt_ioctl.c (kernel_ioctl_ipv4_multipath): Add ioctl version of
519 new RIB implementation.
520
5212000-12-26 Kunihiro Ishiguro <kunihiro@zebra.org>
522
523 * rib.h: Remove MULTIPATH_NUM. It is defined by configure script.
524
5252000-12-25 Michael Rozhavsky <mrozhavsky@opticalaccess.com>
526
527 * rib.c (rib_if_up): Call rib_fib_set instead of RIB_FIB_SET for
528 proper redistribution.
529
5302000-12-19 Kunihiro Ishiguro <kunihiro@zebra.org>
531
532 * rib.c (nexthop_active_ipv4): Add self lookup nexthop check.
533 (show_ip_route_protocol): Support new RIB.
534
535 * rt_netlink.c (netlink_route_change): Do not return when gate is
536 NULL.
537
5382000-12-18 Kunihiro Ishiguro <kunihiro@zebra.org>
539
540 * rib.c (rib_lookup_ipv4_nexthop): IBGP nexthop check function is
541 updated.
542 (rib_add_ipv4): Free implicit withdraw route's RIB.
543
5442000-12-15 Kunihiro Ishiguro <kunihiro@zebra.org>
545
546 * rib.c (nexthop_active_ipv4): Check indirect nexthop.
547
548 * redistribute.c (redistribute_add_multipath): Redistribution
549 works with new rib code.
550
5512000-12-14 Kunihiro Ishiguro <kunihiro@zebra.org>
552
553 * rt_netlink.c (netlink_route_multipath): Check useful nexthop
554 number.
555 (netlink_route_multipath): Clear rtnh_flags and rtnh_hops.
556
557 * rib.c (nexthop_active_update): Set flag for the rib's nexthop
558 activity is changed.
559 (nexthop_active_check): Before checking interface is up, make it
560 sure the interface exist.
561
5622000-11-20 Kunihiro Ishiguro <kunihiro@zebra.org>
563
564 * rib.c (ip_route): New RIB prototype.
565
5662000-11-16 Yon Uriarte <ukl2@rz.uni-karlsruhe.de>
567
568 * zserv.c (zsend_interface_add): Send hardware address when
569 hw_addr_len is greater than 0.
570
5712000-11-07 Kunihiro Ishiguro <kunihiro@zebra.org>
572
573 * connected.c (connected_up_ipv4): Fix ptop bug. The destination
574 network should be installed into routing table.
575 (connected_down_ipv4): Likewise.
576 (connected_add_ipv4): Change to use connected_up_ipv4.
577 (connected_delete_ipv4): Likewise.
578
5792000-11-06 Kunihiro Ishiguro <kunihiro@zebra.org>
580
581 * rt_netlink.c (netlink_interface_addr): Revert Harald Welte
582 <laforge@gnumonks.org>'s ptop patch then back to original code to
583 avoid duplicated connected route problem. Suggested by Frank van
584 Maarseveen <F.vanMaarseveen@inter.NL.net>.
585
586 * kernel_socket.c (rtm_read): Make behavior consistent even #ifdef
587 DEBUG is defined. Reported by Jun-ichiro itojun Hagino
588 <itojun@iijlab.net>.
589
5902000-10-23 Jochen Friedrich <jochen@scram.de>
591
592 * main.c (main): Call zebra_snmp_init() when it is enabled.
593
5942000-10-23 Kunihiro Ishiguro <kunihiro@zebra.org>
595
596 * zserv.c (zebra_serv_un): UNIX domain socket server of zebra
597 protocol.
598
5992000-10-19 Kunihiro Ishiguro <kunihiro@zebra.org>
600
601 * rib.c (rib_add_ipv4): Same check bug is fixed.
602
6032000-10-03 Kunihiro Ishiguro <kunihiro@zebra.org>
604
605 * rib.c (rib_if_down): Remove kernel route when the interface goes
606 down.
607
608 * debug.c: New command "debug zebra kernel" is added.
609
6102000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
611
612 * zebra-0.89 is released.
613
6142000-09-24 Harald Welte <laforge@gnumonks.org>
615
616 * rt_netlink.c (netlink_interface_addr): Fix point-to-point address
617 treatment in netlink interface.
618
6192000-09-21 David Lipovkov <dlipovkov@OpticalAccess.com>
620
621 * rib.c (rib_if_down): Pull static route only. Protocol daemon
622 must withdraw routes when interface goes down.
623 (rib_add_ipv4): Check nexthop when replace route.
624
6252000-09-21 Kunihiro Ishiguro <kunihiro@zebra.org>
626
627 * if_ioctl.c (if_getaddrs): New function for looking up
628 interface's address by getifaddrs().
629
6302000-09-10 Kunihiro Ishiguro <kunihiro@zebra.org>
631
632 * connected.c (connected_delete_ipv4): Add check for connected
633 address is found or not.
634 (connected_add_ipv6): Reflect IPv6 connected address change to
635 protocol daemons.
636 (connected_delete_ipv6): Likewise.
637
6382000-09-07 David Lipovkov <davidl@nbase.co.il>
639
640 * rib.c (rib_delete_ipv4): Reverted the change from pseudo
641 interface patch to original. Because ospfd deletes routes using
642 zero ifindex.
643
6442000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
645
646 * zebra-0.88 is released.
647
6482000-08-15 "Akihiro Mizutani" <mizutani@dml.com>
649
650 * rib.c (show_ip_route_protocol): Help string correction.
651 (show_ip_route_prefix): Check prefix mask.
652 (show_ip_route_vty_detail): Display distance and metric.
653
6542000-08-14 Kunihiro Ishiguro <kunihiro@zebra.org>
655
656 * zserv.c (zsend_interface_add): Change ifindex store size from
657 two octet to four.
658 (zsend_interface_delete): Likewise.
659 (zsend_interface_address_add): Likewise.
660 (zsend_interface_address_delete): Likewise.
661 (zsend_interface_up): Likewise.
662 (zsend_interface_down): Likewise.
663
6642000-08-13 Kunihiro Ishiguro <kunihiro@zebra.org>
665
666 * rib.c (rib_add_ipv4): Do not install distance 255 route.
667
6682000-08-10 Toshiaki Takada <takada@zebra.org>
669
670 * interface.c (bandwidth_if), (no_bandwidth_if): Call
671 zebra_interface_up_update () instead of using if_up() and if_down().
672
6732000-08-07 "Akihiro Mizutani" <mizutani@dml.com>
674
675 * interface.c (bandwidth_if): Fix help string.
676
6772000-08-07 Matthew Grant <grantma@anathoth.gen.nz>
678
679 * interface.c (if_dump_vty): Display bandwidth value.
680 (bandwidth_if): New command "bandwidth <1-10000000>" is added.
681 When interface is up, force protocol daemons to recalculate routes
682 due to cost change.
683 (no_bandwidth_if): Likewise.
684 (if_config_write): Output bandwidth configuration.
685
686 * zserv.c (zsend_interface_add): Send bandwidth value.
687 (zsend_interface_up): Likewise.
688 (zsend_interface_down): Likewise.
689
690
6912000-08-07 Michael Rozhavsky <mike@nbase.co.il>
692
693 * rib.c (show_ip_route_protocol): "show ip route
694 (bgp|connected|kernel|ospf|rip|static)" is added.
695
6962000-08-07 Kunihiro Ishiguro <kunihiro@zebra.org>
697
698 * rib.c (rib_lookup_ipv4_nexthop): Check parent node until IGP
699 nexthop is found.
700 (rib_add_ipv4_internal): Set fib ifindex to rib ifindex.
701
7022000-08-06 Kunihiro Ishiguro <kunihiro@zebra.org>
703
704 * redistribute.c (redistribute_delete): Fix bug of default route
705 redistribute treatment.
706
7072000-08-05 Kunihiro Ishiguro <kunihiro@zebra.org>
708
709 * rib.c (rib_init): Install ip_node in rib.c instead of zserv.c.
710 Change default distance value.
711
712 Old New
713 ------------------------------------------
714 system 10 0
715 kernel 20 0
716 connected 30 0
717 static 40 1
718 rip 50 120
719 ripng 50 120
720 ospf 60 110
721 ospf6 49 110
722 bgp 70 200(iBGP) 20(eBGP)
723 ------------------------------------------
724
725 * zserv.c (client_lookup): Function removed.
726 (zsend_interface_add): Use client's output buffer. Check ifinfo
727 flag.
728 (zsend_interface_delete): Likewise.
729 Delete ipv4_static_radix and ipv6_static_radix.
730
7312000-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
732
733 * zserv.h (struct zebra_client): When client request interface
734 information, ifinfo is set.
735
736 * rib.c: Temporary Revert changes for pseudo interface.
737
738 * rib.h: Likewise.
739
740 * zserv.c: Likewise.
741
742 * interface.c: Likewise.
743
7442000-08-02 David Lipovkov <davidl@nbase.co.il>
745
746 * interface.c (zebra_if_init): Install interface "pseudo"
747 commands.
748
749 * rib.c (rib_create): ifname argument is added.
750 (rib_add_ipv4_pseudo): New function is added.
751 (rib_delete_ipv4_pseudo): Likewise.
752
753 * rib.h : Delete INTERFACE_UNKNOWN definition. Add prototype for
754 pseudo interface functions.
755
756 * rt_netlink.c (netlink_link_change): Check for pseudo interface.
757
758 * zserv.c (ip_route): When destination is pseudo interface, call
759 rib_add_ipv4_pseudo().
760
761 * zserv.c (no_ip_route): Trim "unknown" argument.
762
7632000-07-26 kunitake@dti.ad.jp
764
765 * if_ioctl.c (if_get_hwaddr): Fix hardware address length from 8
766 to 6.
767
768 * rtadv.c (rtadv_send_packet): Fix shift bug for hardware address.
769
7702000-07-24 Akihiro Mizutani <mizutani@dml.com>
771
772 * interface.c: Use install_default() for common VTY commands.
773
7742000-07-23 Kunihiro Ishiguro <kunihiro@zebra.org>
775
776 * if_ioctl.c (interface_list_ioctl): A interface list size is
777 calculated from ifreq->if_addr.sa_len. This is for OpenBSD.
778
779 * ioctl.c (if_get_mtu): Remove codes for SIOCGIFDATA.
780
7812000-07-09 Chris Dunlop <chris@onthe.net.au>
782
783 * if_ioctl.c (if_get_index): Add check for HAVE_BROKEN_ALIASES.
784
7852000-07-04 Kunihiro Ishiguro <kunihiro@zebra.org>
786
787 * zserv.c (zebra_client_read): Add ZEBRA_REDISTRIBUTE_{ADD,DELETE}
788 message handling.
789
7902000-07-02 David Lipovkov <davidl@nbase.co.il>
791
792 * zserv.c: "ip route A.B.C.D/M unknown" command is added.
793
7942000-06-28 Michael Rozhavsky <mike@nbase.co.il>
795
796 * rib.c: Remove old kernel route when new route comes in.
797
7982000-06-13 David Lipovkov <davidl@nbase.co.il>
799
800 * rib.c (rib_if_up): Add check for unknown interface.
801
8022000-06-13 Kunihiro Ishiguro <kunihiro@zebra.org>
803
804 * rib.h: Define INTERFACE_UNKNOWN.
805
8062000-06-08 Kunihiro Ishiguro <kunihiro@zebra.org>
807
808 * Makefile.am (EXTRA_DIST): Move irdp.c until implementation is
809 finished.
810
8112000-06-05 David Lipovkov <davidl@nbase.co.il>
812
813 * interface.c (if_zebra_delete_hook): Call rib_if_delete().
814
815 * redistribute.c (zebra_interface_delete_update): New function.
816
817 * redistribute.h (zebra_interface_delete_update): New function
818 prototype.
819
820 * rib.c (rib_if_delete): New function. Walk down all routes and
821 delete all on the interface.
822
823 * rib.h: New function prototype.
824
825 * rt_netlink.c (netlink_link_change): Call
826 zebra_interface_delete_update ().
827
8282000-05-10 Kunihiro Ishiguro <kunihiro@zebra.org>
829
830 * if_ioctl.c (interface_info_ioctl): Check interface's flag before
831 checking interface's address.
832
8332000-04-26 Jochen Friedrich <jochen@nwe.de>
834
835 * GNOME-PRODUCT-ZEBRA-MIB: New file.
836
837 * GNOME-SMI: New file.
838
8392000-04-23 Kunihiro Ishiguro <kunihiro@zebra.org>
840
841 * irdp.c: New file from 1997 development code.
842 * irdp.h: Likewise.
843
8442000-04-19 Kunihiro Ishiguro <kunihiro@zebra.org>
845
846 * rtadv.c (rtadv_send_packet): Enclose router advertisement
847 logging with IS_ZEBRA_DEBUG_PACKET.
848
8492000-04-17 Kunihiro Ishiguro <kunihiro@zebra.org>
850
851 * zserv.c (zebra_client_close): Remove client structure from
852 client_list when connection is terminated.
853
8542000-03-21 David Lipovkov <davidl@nbase.co.il>
855
856 * connected.c (connected_add_ipv4): Allows all necessary structure
857 updates for connected route, but doesn't insert it into rib if
858 it's interface is down.
859
8602000-01-21 Hideto Yamakawa <hideto.yamakawa@soliton.co.jp>
861
862 * rtread_getmsg.c: Set some definition for Solaris 2.5 and Solaris
863 2.5.1.
864
8652000-01-21 Kunihiro Ishiguro <kunihiro@zebra.org>
866
867 * rib.c (no_ipv6_route_ifname): Fix buf of cheking return value
868 from str2prefix_ipv6().
869
8702000-01-14 Kunihiro Ishiguro <kunihiro@zebra.org>
871
872 * rt_socket.c: Revert to use RTF_HOST for IPv4 with /32 route and
873 IPv6 with /128 routes.
874 (kernel_rtm_ipv4): In case of /32 route's gateway is interface. It
875 should have mask for cloning.
876
8771999-12-26 Jochen.Friedrich@genorz.de
878
879 * interface.c (if_dump_vty): Fix a bug of missing VTY_NEWLINE.
880
8811999-12-23 Alex Zinin <zinin@amt.ru>
882 * interface.*: dynamic int up/down support
883
8841999-12-09 Kunihiro Ishiguro <kunihiro@zebra.org>
885
886 * ipforward_proc.c (dropline): Move dropline() from lib/dropline.c
887
888 * rtread_proc.c (proc_route_read): Don't use dropline().
889
8901999-12-08 Kunihiro Ishiguro <kunihiro@zebra.org>
891
892 * kernel_socket.c (rtm_read): When message is RTM_GET, it has own
893 process's pid.
894
8951999-12-04 Kunihiro Ishiguro <kunihiro@zebra.org>
896
897 * main.c (main): Change to default log output to ZLOG_STDOUT.
898
899 * zserv.c (zebra_serv): More detailed error print.
900
9011999-11-30 Kunihiro Ishiguro <kunihiro@zebra.org>
902
903 * kernel_socket.c (rtm_read): Check old pid for static route
904 insertion check.
905
9061999-11-30 Kunihiro Ishiguro <kunihiro@zebra.org>
907
908 * interface.c (if_dump_vty): BSDI/OS uses 64bit for interface
909 statistics counter.
910
911 * mtu_kvm.c: New file added.
912
9131999-11-27 Vladimir B. Grebenschikov <vova@express.ru>
914
915 * kernel_socket.c (rtm_write): Set RTF_CLONING flag for
916 route to the directly connected interface.
917
9181999-11-27 Kunihiro Ishiguro <kunihiro@zebra.org>
919
920 * rt_socket.c: Delete USE_HOST_BIT definition.
921
9221999-11-21 Michael Handler <handler@sub-rosa.com>
923
924 * rtread_getmsg.c: Undef some definition to resolve conflict.
925
9261999-11-27 Kunihiro Ishiguro <kunihiro@zebra.org>
927
928 * kernel_socket.c (rtm_write): Change to use pre stored struct_dl
929 value for gateway specification.
930
9311999-11-25 Kunihiro Ishiguro <kunihiro@zebra.org>
932
933 * rt_socket.c (kernel_rtm_ipv4): Even mask is 32 under IPv4 or
934 128 under IPv6, don't use RTF_HOST.
935
9361999-11-21 Kunihiro Ishiguro <kunihiro@zebra.org>
937
938 * Makefile.am (EXTRA_DIST): Add rtread_getmsg.c.
939
9401999-11-21 Michael Handler <handler@sub-rosa.com>
941
942 * rtread_getmsg.c: Added for Solaris 2.6 support.
943
9441999-11-18 Kunihiro Ishiguro <kunihiro@zebra.org>
945
946 * rtread_sysctl.c (rtm_read_route): RTM_DELETE handling added.
947
948 * rt_socket.c (kernel_read): Better BSD routing socket support.
949
9501999-10-19 Kunihiro Ishiguro <kunihiro@zebra.org>
951
952 * client_main.c: Disable making obsolete zebra test `client'
953 command.
954
9551999-10-18 Kunihiro Ishiguro <kunihiro@zebra.org>
956
957 * zebra.c: Renamed to zserv.c.
958
959 * zebra.h: Global definitions are moved to lib/zebra.h. Then
960 renamed to zserv.h.
961
9621999-10-15 Jordan Mendelson <jordy@wserv.com>
963
964 * if_ioctl.c: Add Linux 2.2.X's alias support and dynamic
965 interface. Remove ugly MAX_INTERFACE handling codes.
966
9671999-09-17 Satosi KOBAYASI <kobayasi@north.ad.jp>
968
969 * Fix serious bug of IPv6 route deletion.
970
9711999-09-11 Kunihiro Ishiguro <kunihiro@zebra.org>
972
973 * ioctl.c (if_set_prefix): Properly set broadcast address.
974
9751999-09-04 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
976
977 * rib.c (rib_add_ipv6, rib_delete_ipv6): now protocol daemons
978 can install connected route to kernel via zebra
979
9801999-08-24 VOP <vop@unity.net>
981
982 * rib.c: Include "sockunion.h"
983
9841999-08-22 Kunihiro Ishiguro <kunihiro@zebra.org>
985
986 * ipforward.h: New file.
987
988 * zebra.h: Obsolete message ZEBRA_GET_ALL_INTERFACE,
989 ZEBRA_GET_ONE_INTERFACE, ZEBRA_GET_HOSTINFO are deleted.
990
9911999-08-18 Kunihiro Ishiguro <kunihiro@zebra.org>
992
993 * zebra.h (ZEBRA_INTERFACE_ADDRESS_ADD):
994 ZEBRA_INTERFACE_{ADD,DELETE} added.
995
9961999-08-15 Kunihiro Ishiguro <kunihiro@zebra.org>
997
998 * rib.c: show ip route A.B.C.D works.
999
1000 * zebra.c (zebra_read_ipv4): Add ifindex to zebra messages.
1001
10021999-08-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1003
1004 * zebra.h: New Zebra message ZEBRA_INTERFACE_{ADD,DELETE} added.
1005
10061999-08-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1007
1008 * interface.h: New file.
1009 * Makefile.am: Add interface.h
1010
10111999-08-04 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1012
1013 * redistribute.c (zebra_redistribute): give ifindex to client.
1014
10151999-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1016
1017 * main.c (longopts): -k, --keep_kernel option added.
1018
10191999-07-18 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1020
1021 * rt_socket.c (rtm_write): forgot closing socket bug fixed.
1022
10231999-07-17 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1024
1025 * rib.c (show_ipv6_cmd): if rib is link show interface name.
1026
10271999-07-17 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1028
1029 * rt_socket.c (rtm_write): use sockaddr_dl when null gateway.
1030
10311999-07-16 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1032
1033 * rt_socket.c (rtm_write): ipv6 route table bug fixed.
1034
10351999-07-15 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1036
1037 * zebra.c (zebra_read_ipv6): read link prefix from ospf6 support
1038
10391999-07-15 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1040
1041 * rt_socket.c (kernel_rtm_ipv6): gate treatment bug fixed.
1042
10431999-07-15 Kunihiro Ishiguro <kunihiro@zebra.org>
1044
1045 * if_sysctl.c (ifm_read): Clear sockunion argument before fetching
1046 data. Suggested by "Chris P. Ross" <cross@eng.us.uu.net>
1047
10481999-07-08 HEO SeonMeyong <seirios@Matrix.IRI.Co.Jp>
1049
1050 * interface.c (if_tun_add): Add KAME's gif tunnel setting codes.
1051
10521999-06-26 Kunihiro Ishiguro <kunihiro@zebra.org>
1053
1054 * zebra.c (zebra_serv): Only accept loopback address connection.
1055
10561999-06-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1057
1058 * zebra.h (ZEBRA_ROUTE_EXTERNAL): Add zebra messages flags
1059
10601999-06-17 Kunihiro Ishiguro <kunihiro@zebra.org>
1061
1062 * ipforward_proc.c: ipforward_on () and ipforward_off () added.
1063
10641999-06-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1065
1066 * ipforward_proc.c (ipforward_ipv6): Check for IPv6 forwarding
1067 using /proc file system is added.
1068
10691999-06-06 Kunihiro Ishiguro <kunihiro@zebra.org>
1070
1071 * if_ioctl.c (if_get_index): Interface index set bug is fixed by
1072 adding #else at the middle of function. Suggested by David Luyer
1073 <luyer@ucs.uwa.edu.au>.
1074
10751999-05-29 <kunihiro@zebra.org>
1076
1077 * rt_ioctl.c: Comment out #include <linux/ipv6_route.h>.
1078
10791999-05-26 Kunihiro Ishiguro <kunihiro@zebra.org>
1080
1081 * zebra.h (ZEBRA_ROUTE_MAX): Add new define for the max value of
1082 the sort of routes.
1083
10841999-05-25 Patrick Koppen <koppen@rhrk.uni-kl.de>
1085
1086 * rt_netlink.c (netlink_socket): Make netlink socket non-blocking.
1087 (netlink_parse_info): If errno is EWOULDBLOCK then continue to
1088 parse the message.
1089 (netlink_talk): Likewise
1090
10911999-05-17 <kunihiro@zebra.org>
1092
1093 * redistribute.c (zebra_check_addr): Added for loopback address
1094 check.
1095
10961999-05-15 Kunihiro Ishiguro <kunihiro@zebra.org>
1097
1098 * rt_netlink.c (netlink_route_change): Tempolary bypass ipv6 route
1099 change treatment.
1100
1101 * Makefile.am (noinst_HEADERS): redistribute.h added.
1102
1103 * redistribute.h: New file.
1104
11051999-05-14 Stephen R. van den Berg <srb@cuci.nl>
1106
1107 * zebra.c (show_table): Show all table configuration DEFUN.
1108 (config_table): Config table number DEFUN.
1109
1110 * rt_netlink.c: Add support for multiple routing table.
1111
1112 * rib.c (rib_weed_table): New function added for delete all
1113 routes from specified routing table.
1114
1115 * main.c (signal_init): SIGTERM call sigint.
1116 (sigint): Loggging more better message.
1117
11181999-05-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1119
1120 * rt_netlink.c: Change log () to zlog ().
1121
11221999-05-07 <kunihiro@zebra.org>
1123
1124 * zebra.h (ZEBRA_ROUTE_OSPF6): Added for ospf6d route.
1125
11261999-04-20 Kunihiro Ishiguro <kunihiro@zebra.org>
1127
1128 * interface.c: Add `no ip address' command.
1129
11301999-04-10 Kunihiro Ishiguro <kunihiro@zebra.org>
1131
1132 * rt_netlink.c (kernel_read): Function added for asynchronous
1133 zebra between kernel communication.
1134
11351999-03-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1136
1137 * rtread_sysctl.c (rtm_read): Fix address memcopy overrun bug.
1138 Reported by Achim Patzner <ap@bnc.net>.
1139
11401999-03-03 Kunihiro Ishiguro <kunihiro@zebra.org>
1141
1142 * Makefile.am: Install configuration sample with 600 permission.
1143
11441999-03-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1145
1146 * Makefile.am: Add -I.. to INCLUDES.
1147
11481999-02-18 Peter Galbavy <Peter.Galbavy@knowledge.com>
1149
1150 * syslog support added
1151
11521999-02-17 Peter Galbavy <Peter.Galbavy@knowledge.com>
1153
1154 * if_sysctl.c (interface_list): allocated memory free when unknown
1155 ifm_type is returned.
1156
1157 * ioctl.c (if_get_mtu): added SIOCGIFDATA treatment.
1158
11591998-12-15 Magnus Ahltorp <map@stacken.kth.se>
1160
1161 * interface.c: Header include added.
1162
11631998-12-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1164
1165 * rt.h (kernel_delete_ipv6): change int index to unsigned int index.
1166
11671998-12-13 Kunihiro Ishiguro <kunihiro@zebra.org>
1168
1169 * if_ioctl.c (interface_list_ioctl): interface flag must be
1170 checked before check addresses of the interface.
1171
11721998-12-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1173
1174 * Makefile.am (INCLUDES): add @INCLUDES@ for Linux IPv6.
1175
11761998-10-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1177
1178 * ioctl.c: Linux version before 2.1.0 need interface route setup.
1179
11801998-09-15 HEO SeonMeyong <seirios@matrix.iri.co.jp>
1181
1182 * change HYDRANGEA to KAME
1183
11841998-09-01 Kunihiro Ishiguro <kunihiro@zebra.org>
1185
1186 * if_ioctl.c (if_addr_ioctl): set address family for getting
1187 interface's address.
1188 (if_get_index): silently return when can't get interface's index.
1189
11901998-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
1191
1192 * main.c (main): batch mode option '-b' added.
1193
11941998-08-16 Kunihiro Ishiguro <kunihiro@zebra.org>
1195
1196 * ioctl.c (if_set_prefix): add `ip address IPV4ADDR' command.
1197 * interface.c (shutdown_if): add interface shutdown and no
1198 shutdown command.
1199
12001998-08-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1201
1202 * rib.c (rib_add_ipv6): delete rib_add_in6.
1203
12041998-07-27 Kunihiro Ishiguro <kunihiro@zebra.org>
1205
1206 * main.c: retain flag is added.
1207
12081998-07-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1209
1210 * rtable.[ch]: merged with rib.[ch]
1211
12121998-07-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1213
1214 * connected.h: renamed from ifa.h.
1215
12161998-06-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1217
1218 * rename if.c to interface.c
1219 * rename ifa.c to connected.c
1220
1221 * Porting to Debian GNU/Linux 2.0 (hamm).
1222
12231998-06-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1224
1225 * rt_netlink.c: renamed from krt_netlink.c
1226
1227 * fib.c: deleted.
1228 * rt_kvm.c: deleted.
1229 * rtread_getmsg.c: deleted.
1230
12311998-06-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1232
1233 * if.c (multicast): add multicast flag [un]set fucntion.
1234
12351998-05-19 Yamshita TAKAO <jargon@lares.dti.ne.jp>
1236
1237 * rt_socket.c: Modify for compile on Solaris, but dont't work it.
1238 rt_socket.c have some undefined function, so add directive "IMPLEMENT"
1239
12401998-05-18 Yamshita TAKAO <jargon@lares.dti.ne.jp>
1241
1242 * zebra.c: Modify for compile on Solaris.
1243
12441998-05-03 Kunihiro Ishiguro <kunihiro@zebra.org>
1245
1246 * main.c: change CONFDIR to SYSCONFDIR.
1247
12481998-05-01 Kunihiro Ishiguro <kunihiro@zebra.org>
1249
1250 * .cvsignore: added.
1251
12521998-04-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1253
1254 * client.c: moves to ../lib.
1255
12561998-03-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1257
1258 * if_ioctl.c (if_get_addr): Change address copy from memcopy() to
1259 structure assignment.
1260
12611998-03-30 URA Hiroshi <ura@yamato.ibm.co.jp>
1262
1263 * if_sysctl.c (ifm_interface_add): sdl->sdl_data copy bug fixed.
1264
12651998-02-23 "Hannes R. Boehm" <hannes@boehm.org>
1266
1267 * if.c (if_init): add config_exit_cmd and config_help_cmd.
1268
12691998-01-24 Kunihiro Ishiguro <kunihiro@zebra.org>
1270
1271 * rt_ioctl.c (route_ioctl): EPERM treatment added.
1272
12731998-01-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1274
1275 * rt_socket.c (kernel_read): communication port zebra between
1276 kernel is now handled by kernel_read.
1277
12781998-01-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1279
1280 * main.c (main): zebra [-P port] can specify vty port number.
1281
12821997-12-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1283
1284 * zebra.c: change select will be block.
1285
12861997-12-04 Kunihiro Ishiguro <kunihiro@zebra.org>
1287
1288 * add static route treatment.
1289
12901997-11-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1291
1292 * rt_netlink.c: add netlink support over GNU/Linux system.
1293
12941997-11-23 Kunihiro Ishiguro <kunihiro@zebra.org>
1295
1296 * all inet_addr is changed to inet_aton.
1297
1298 * zebra.c (ip_route): add ip route command for static routes.
1299
13001997-11-20 Kunihiro Ishiguro <kunihiro@zebra.org>
1301
1302 * if.c (if_flag_dump): Linux port of if_flag_dump and _vty.
1303
13041997-11-19 Kunihiro Ishiguro <kunihiro@zebra.org>
1305
1306 * if.c: add interface command.
1307
13081997-11-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1309
1310 * ipforward_proc.c : Now works on Linux.
1311
13121997-10-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1313
1314 * command.c : add completion feature.
1315
13161997-10-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1317
1318 * vty.c (vty_command): add vty interface.
1319
13201997-10-13 Kunihiro Ishiguro <kunihiro@zebra.org>
1321
1322 * zebra.c: add verbose mode.
1323
13241997-10-12 SonMyong Ho <s-ho@Matrix.IRI.Co.Jp>
1325
1326 * Hydrangea for FreeBSD supported
1327 * in.h: add some prototype.
1328
13291997-10-11 Kunihiro Ishiguro <kunihiro@zebra.org>
1330
1331 * rt_socket.c and rtread.c completely rewritten.
1332
13331997-10-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1334
1335 * rt_socket.c: rename kernel_sock to routing_socket
1336
13371997-10-04 Kunihiro Ishiguro <kunihiro@zebra.org>
1338
1339 * if.c (if_new): interface structure change from linklist to vector.
1340
13411997-10-03 Kunihiro Ishiguro <kunihiro@zebra.org>
1342
1343 * vector.c (vector_init): create vector related function
1344
13451997-09-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1346
1347 * Makefile.in: add tags target
1348
1349 * start IPv6 support for INRIA FreeBSD.
1350