blob: fab7acb58f2a83182324e0db554f4e9debabb289 [file] [log] [blame]
hasso996933f2004-07-12 16:32:56 +000012004-07-12 Hasso Tepper <hasso@estpak.ee>
2
3 * irdp_interface.c: follow common style while naming vty command
4 functions. Avoids confusion in extract.pl.
5
gdt87efd642004-06-30 17:36:11 +000062004-06-30 Greg Troxel <gdt@poblano.ir.bbn.com>
7
8 * main.c: define thread_master variable so that linking with
9 libzebra.so doesn't fail. Arguably zclient.o should be in a
10 separate library, but this is far less disruptive.
11
hassoca776982004-06-12 14:33:05 +0000122004-06-12 Robert Olsson <Robert.Olsson at data.slu.se>
13
14 * Added IRDP support.
15
hasso3e31cde2004-05-18 11:58:59 +0000162004-05-18 Hasso Tepper <hasso@estpak.ee>
17
18 * rtadv.c: Removed "[no] ipv6 nd send-ra" command. Replaced "ipv6 nd
19 prefix-advertisement" with "ipv6 nd prefix". Rewrite syntax of
20 "ipv6 nd prefix" command to allow various combinations of parameters
21 and flags. No defaults in configuration. Replaced on-link and
22 autoconfig with off-link and no-autoconfig flags in command syntax.
23 Cosmetic fixes in all commands. Documentation to reflect all changes.
24
paul19877dd2004-05-11 10:49:35 +0000252004-05-11 Paul Jakma <paul@dishone.st>
26
27 * Makefile.am: support for IOCTL_METHOD, as per Sowmini's patch.
paul48a46fa2004-05-11 10:55:22 +000028 * if_ioctl_solaris.c: Fixup some erroneous privilege changes and
29 add privs.h header.
30 * ioctl_solaris.c: ditto
paulc50ae8b2004-05-11 11:31:07 +000031 * ioctl.h: Add if_ioctl_ipv6 prototype and AF_IOCTL for SOLARIS_IPV6
32 * kernel_socket.c: Fix SAROUNDUP, compiler doesnt like do..while
33 RHS in assignments :)
34 * redistribute.c: (zebra_interface_delete_update) only used
35 if RTM_IFANNOUNCE and NETLINK is available.
36
paulb9df2d22004-05-09 09:09:59 +0000372004-05-09 Paul Jakma <paul@dishone.st>
38
39 * zserv.c: (zsend_route_multipath) Set the nexthop_num
40 field correctly. Add NEXTHOP_TYPE_IPV6_IFNAME for v6.
41 Conditionally set ZAPI_MESSAGE_METRIC flag - only for adds.
42 (zsend_ipv4_add) cruft, deleted.
43 (zsend_ipv4_delete) ditto.
44 (zsend_ipv6_add) ditto.
45 (zsend_ipv6_delete) ditto.
paul44145db2004-05-09 11:00:23 +000046 * ioctl.c: (if_get_mtu) set mtu6 to mtu
47 * mtu_kvm.c: (if_kvm_get_mtu) set mtu6 to mtu
48 * rt_netlink.c: (netlink_interface) set mtu6 to mtu
49 (netlink_link_change) ditto
paul66e94882004-05-09 17:19:24 +000050 * ipforward_solaris.c: fix typo of ND variable.
paul88424682004-05-09 18:21:35 +000051 * if_ioctl_solaris.c: Add zprivs support.
52 * ioctl_solaris.c: ditto.
paul66e94882004-05-09 17:19:24 +000053
paulb9df2d22004-05-09 09:09:59 +0000542004-05-09 Sowmini Varadhan <sowmini.varadhan@sun.com>
55
56 * zserv.c: (zsend_ipv{4,6}_{add,delete}_multipath) collapsed
57 into single zsend_route_multipath function.
58 (zsend_interface_{up,down}) collapsed into zsend_interface_update.
59 (zsend_interface_address_{add,delete}) collapsed into
60 zsend_interface_address.
61 (zsend_interface_add) send mtu6.
62 (zsend_interface_delete) ditto.
63 (zebra_write) remove unused function.
64 (various) Apply static qualifier. Add comments.
65 * zserv.h: Definitions changed as per above.
66 * redistribute.c: Changes as per zserv.c.
paul44145db2004-05-09 11:00:23 +000067 * interface.c: (if_delete_update) only used with HAVE_NETLINK
68 and RTM_IFANNOUNCE.
69 (if_flag_dump_vty) Solaris IFF_IPV4 and IFF_IPV6 if flags
70 (if_dump_vty) print mtu6 if not same as mtu
paul88424682004-05-09 18:21:35 +000071 * if_ioctl_solaris.c: New file, Solaris interface ioctl methods.
72 * ioctl_solaris.c: New file, Common solaris ioctl methods.
73
hasso34195bf2004-04-06 12:07:06 +0000742004-04-06 Krzysztof Oledzki <oleq@ans.pl>
75
76 * rt_netlink.c: Do not ignore metric when reading kernel routing
77 table on Linux with rt_netlink interface.
78
792004-03-18 Hasso Tepper <hasso@estpak.ee>
hassof1d92e12004-03-18 15:40:33 +000080
81 * interface.c: Temporary fix for handling secondary addresses
82 with label.
83
hasso55906722004-02-11 22:42:16 +0000842004-02-12 Hasso Tepper <hasso@estpak.ee>
hassof1d92e12004-03-18 15:40:33 +000085
hasso55906722004-02-11 22:42:16 +000086 * zserv.c: Added "ipv6 forwarding" command.
87
gdtb27900b2004-01-08 15:44:29 +0000882004-01-08 Greg Troxel <gdt@fnord.ir.bbn.com>
89
90 * kernel_socket.c (kernel_read): Use sockaddr_storage in buffer
91 for reading kernel messages to ensure enough space (necessary on
92 Solaris due to sockaddr_dl being large). Thanks to Sowmini
93 Varadhan for help with this change.
94
gdt9ccabd12004-01-06 18:23:02 +0000952004-01-06 Greg Troxel <gdt@t1.ir.bbn.com>
96
97 * rtadv.c (rtadv_send_packet): Change perror to zlog_err.
98
gdtdbee01f2004-01-06 00:36:51 +0000992004-01-05 Greg Troxel <gdt@fnord.ir.bbn.com>
gdt4bfbea82004-01-06 01:13:05 +0000100 * kernel_socket.c (ifm_read): Major cleanup. Use Sowmini's code
101 to find the sockaddr_dl in all cases, narrowing the Solaris ifdef
102 to just the accomodation of broken kernels. Check sockaddr_dl
103 carefully up front, and later assume any non-NULL sdl pointer is
104 valid. Clean up types and variable declarations, and rename
105 WRAPUP to SAROUNDUP to make the name fit the behavior.
106
1072004-01-05 Greg Troxel <gdt@fnord.ir.bbn.com>
gdtdbee01f2004-01-06 00:36:51 +0000108
109 * kernel_socket.c (kernel_read): Add a sockaddr_dl to the ifmsg
110 structure, because on Solaris sockaddr_dl is far larger than the
111 base sockaddr structure. (The code had previously been failing to
112 read all the data.)
gdt4bfbea82004-01-06 01:13:05 +0000113
gdtda26e3b2004-01-05 17:20:59 +00001142004-01-05 Greg Troxel <gdt@ahi.ir.bbn.com>
115
116 * kernel_socket.c (kernel_read): Look up interfaces by index
117 first, so that state changes which do not include a sockaddr_dl
118 now work. Add many sanity checks. In
119 particular, do not assume that a sockaddr_dl follows a message
120 without checking the ifm_addrs flags, and do not trust the length
121 in a sockaddr_dl. Add/clarify many comments.
122
gdt4b5e1352003-12-03 17:54:34 +00001232003-12-03 Greg Troxel <gdt@poblano.ir.bbn.com>
124
125 * rtadv.c: reorder includes to avoid compiler warning (define
126 structs before using them in prototypes)
127
hasso647e4f12003-05-25 11:43:52 +00001282003-05-25 Jim Crumpler <Jim.Crumpler@edion.com>
129
130 * zserv.c: Add "ip forwarding" command.
131
paul445f1432003-05-16 19:00:31 +00001322003-05-16 Gilad Arnold <gilad.arnold@terayon.com>
133
134 * zebra_rib.c: Fix memory leaks for ifname nexthops
135
1362003-04-19 Israel Keys <ikeys@agile.tv>
137
138 * rt_netlink.c: BLOCK on netlink while initialising
139
1402003-02-06 Francois Deppierraz <francois@ctrlaltdel.ch>
141
142 * rt_netlink.c (netlink_route_multipath): Set RTM_F_EQUALIZE when
143 it exists.
144
paul718e3742002-12-13 20:15:29 +00001452002-09-28 Akihiro Mizutani <mizutani@net-chef.net>
146
147 * zebra_rib.c (static_add_ipv4): Null0 static route is added.
148
1492002-09-10 Jochen Friedrich <chris+zebra@scram.de>
150
151 * rt_netlink.c: Add check for EAGAIN.
152 * kernel_socket.c: Likewise
153
1542002-06-12 Israel Keys <ikeys@oz.agile.tv>
155
156 * rt_netlink.c: Setting the NLM_F_ACK flag on the netlink command
157 message so that we get an ACK for successful netlink commands.
158 Change the netlink socket to BLOCKING while we wait for a
159 response; be it an ACK or an NLMSG_ERROR. Change
160 netlink_parse_info to deal with ACK messages.
161
1622001-11-01 Jun-ichiro itojun Hagino <itojun@iijlab.net>
163
164 * rtadv.c (rtadv_make_socket): setsockopt(IPV6_CHECKSUM) does not
165 work for ICMPv6 socket.
166
1672001-10-24 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
168
169 * rib.c (rib_process): Select connected route any case.
170
1712001-10-23 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
172
173 * interface.c (no_ip_address_secondary): Add "no" to command.
174
1752001-10-18 NOGUCHI Kay <kay@v6.access.co.jp>
176
177 * ioctl.c (if_prefix_add_ipv6): Set the prefered and valid lifetime
178 to infinity as the freebsd4.4 workaroud.
179
1802001-08-26 mihail.balikov@interbgc.com
181
182 * zebra_snmp.c: Fix snmpwalk problem such as IPv4 address
183 A.B.C.255.
184
1852001-08-22 NOGUCHI Kay <kay@v6.access.co.jp>
186
187 * rtadv.c: Do not send RA to loopback interface.
188
1892001-08-20 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
190
191 * ioctl.c (if_set_prefix): Remove Linux 2.0 specific connected
192 route treatment.
193
1942001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
195
196 * zebra-0.92a released.
197
1982001-08-17 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
199
200 * rib.c: Kernel route is treated as EGP routes in nexthop active
201 check.
202
2032001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
204
205 * zebra-0.92 released.
206
2072001-08-08 "Akihiro Mizutani" <mizutani@dml.com>
208
209 * rib.c (show_ip_route_prefix_longer): Add longer-prefix option to
210 show route commands.
211
2122001-07-29 Yon Uriarte <havanna_moon@gmx.net>
213
214 * zserv.c (zsend_ipv4_add_multipath): Add
215 NEXTHOP_TYPE_IPV4_IFINDEX check.
216
2172001-07-29 NOGUCHI Kay <kay@v6.access.co.jp>
218
219 * rtadv.c: Apply valid lifetime, preferred lifetime, onilnk flag,
220 autonomous address-configuration flag patch.
221 (no_ipv6_nd_suppress_ra): Change "ipv6 nd send-ra" to "no ipv6 nd
222 suppress-ra".
223
2242001-07-24 NOGUCHI Kay <kay@v6.access.co.jp>
225
226 * rtadv.c (ipv6_nd_ra_interval): Add "ipv6 nd ra-interval SECONDS"
227 command.
228
2292001-07-24 Jun-ichiro itojun Hagino <itojun@iijlab.net>
230
231 * rt_socket.c (kernel_rtm_ipv4): Add KAME/NetBSD151 equal cost
232 multicast FIB support both IPv4 and IPv6.
233
2342001-07-24 Hal Snyder <hal@vailsys.com>
235
236 * if_ioctl.c (interface_list_ioctl): Fix bug of failing to get the
237 full list of interfaces on some configurations of OpenBSD.
238
2392001-07-23 NOGUCHI Kay <kay@v6.access.co.jp>
240
241 * rtadv.c (ipv6_nd_send_ra): Apply [zebra 9320] to fix "ipv6 nd
242 send-ra" bug.
243 (ipv6_nd_ra_lifetime): "ipv6 nd ra-lifetime 0" for default router
244 availability.
245 (ipv6_nd_managed_config_flag): "ipv6 nd managed-config-flag" is
246 added.
247 (ipv6_nd_other_config_flag): "ipv6 nd other-config-flag" is added.
248
2492001-07-23 Jun-ichiro itojun Hagino <itojun@iijlab.net>
250
251 * ioctl.c (if_ioctl): Change ioctl argument from int to u_long.
252
253 * rt_ioctl.c: Likewise.
254
2552001-07-23 Jun-ichiro itojun Hagino <itojun@iijlab.net>
256
257 * kernel_socket.c (rtm_write): Only set RTF_CLONING when the
258 interface is not p2p.
259
2602001-04-23 Kunihiro Ishiguro <kunihiro@zebra.org>
261
262 * ioctl.c (if_prefix_add_ipv6): Fix argument type.
263
2642001-04-06 Toshiaki Takada <takada@zebra.org>
265
266 * zserv.c (zsend_interface_delete): Use client->obuf instead of
267 allocating new stream.
268
2692001-03-10 Kunihiro Ishiguro <kunihiro@zebra.org>
270
271 * rt_netlink.c: Revert RTPROT_BOOT change.
272
2732001-03-08 Kunihiro Ishiguro <kunihiro@zebra.org>
274
275 * rt_netlink.c (netlink_route_change): Skip RTPROT_BOOT route.
276 (netlink_routing_table): Likewise.
277
2782001-03-07 "Akihiro Mizutani" <mizutani@dml.com>
279
280 * zserv.c (zsend_ipv4_add_multipath): Send metric value to
281 protocol daemons.
282
2832001-02-18 Kunihiro Ishiguro <kunihiro@zebra.org>
284
285 * rt_netlink.c (netlink_routing_table): Do not return
286 tb[RTA_GATEWAY] is NULL. Reported by: "Michael O'Keefe"
287 <mokeefe@qualcomm.com>.
288
2892001-02-08 Kunihiro Ishiguro <kunihiro@zebra.org>
290
291 * if_ioctl.c (interface_list_ioctl): Call if_add_update().
292 Suggested by: Chris Dunlop <chris@onthe.net.au>.
293
2942001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
295
296 * rib.c (nexthop_active_ipv4): When nexthop type is
297 NEXTHOP_TYPE_IPV4_IFINDEX, propery set the ifindex to rifindex.
298
299 * zserv.c: Initialize rtm_table_default with 0.
300
301 * zebra-0.91 is released.
302
3032001-01-31 Kunihiro Ishiguro <kunihiro@zebra.org>
304
305 * kernel_socket.c (rtm_read): Filter cloned route. Suggested by:
306 Jun-ichiro itojun Hagino <itojun@iijlab.net>
307
3082001-01-30 Kunihiro Ishiguro <kunihiro@zebra.org>
309
310 * connected.c (connected_up_ipv6): When point-to-point destination
311 address is ::, use local address for connected network.
312 (connected_down_ipv6): Likewise.
313
3142001-01-25 Kunihiro Ishiguro <kunihiro@zebra.org>
315
316 * zserv.c (zebra_serv): Add missing close() call. Reported by:
317 David Waitzman <djw@vineyard.net>.
318
3192001-01-24 Kunihiro Ishiguro <kunihiro@zebra.org>
320
321 * rib.c (rib_lookup_ipv4): New function for checking exact match
322 IGP route.
323
3242001-01-23 Kunihiro Ishiguro <kunihiro@zebra.org>
325
326 * rib.c (show_ipv6_route_protocol): Fix bug of "show ip route
327 route-type".
328
3292001-01-22 Kunihiro Ishiguro <kunihiro@zebra.org>
330
331 * interface.c (zebra_interface): Do not call
332 zebra_interface_add_update for inactive interface.
333
334 * zserv.c (zsend_interface_address_add): Send interface address
335 flag.
336 (zsend_interface_address_delete): Likewise.
337
3382001-01-19 Kunihiro Ishiguro <kunihiro@zebra.org>
339
340 * interface.c (if_addr_add): Add flags.
341
342 * connected.c (ifa_add_ipv4): Add new function for interface
343 address handling.
344 (ifa_delete_ipv4): Likewise.
345
3462001-01-16 Kunihiro Ishiguro <kunihiro@zebra.org>
347
348 * rib.c (rib_update): Update IPv6 RIB.
349
350 * kernel_socket.c (ifam_read): Call if_refresh() for update
351 interface flag status. This is for implicit interface up on *BSD.
352
353 * interface.c (if_refresh): Add interface flag refresh function.
354
355 * kernel_socket.c (rtm_read): Fetch link-local address interface
356 index.
357 (ifan_read): We need to fetch interface information. Suggested
358 by: Yasuhiro Ohara <yasu@sfc.wide.ad.jp>.
359
360 * rib.c (static_ipv6_nexthop_same): Add check for
361 NEXTHOP_TYPE_IPV6_IFNAME.
362
3632001-01-15 Kunihiro Ishiguro <kunihiro@zebra.org>
364
365 * rib.h (NEW_RIB): Turn on NEW_RIB flag. IPv6 new RIB code are
366 taken into place.
367
3682001-01-14 Kunihiro Ishiguro <kunihiro@zebra.org>
369
370 * rib.c (static_ipv6_write): Display STATIC_IPV6_GATEWAY_IFNAME
371 configuration.
372 (rib_delete_ipv6): Handle same route conter for IPv6 connected
373 route.
374 (show_ipv6_route_protocol): New command.
375 (show_ipv6_route_addr): Likewise.
376 (show_ipv6_route_prefix): Likewise.
377 (rib_update): Sweep kernel route when it is cleaned up.
378
379 * rt_socket.c (kernel_add_ipv6): Add NEXTHOP_IPV6_IFNAME
380 treatmenet.
381
382 * rt_netlink.c (kernel_init): Likewise.
383
384 * rt_ioctl.c (kernel_ioctl_ipv6_multipath): Likewise.
385
386 * rib.c (rib_add_ipv4): Cope with same connected route on a
387 interface. Suggested by: Matthew Grant <grantma@anathoth.gen.nz>.
388 (nexthop_ipv6_ifname_add): Add NEXTHOP_IPV6_IFNAME treatmenet.
389
390 * rib.h (struct new_rib): Add refcnt to keep track on the
391 reference of same connected route.
392
393 * ioctl.c (if_set_prefix): Add check for GNU_LINUX.
394
3952001-01-13 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
396
397 * kernel_socket.c (ifan_read, rtm_type_str): Add RTM_OIFINFO check.
398 (rtm_type_str): Add RTM_IFANNOUNCE check.
399 (ifan_read): New function.
400 (kernel_read): Add case for RTM_IFANNOUNCE.
401
4022001-01-13 Kunihiro Ishiguro <kunihiro@zebra.org>
403
404 * rt_ioctl.c (kernel_ioctl_ipv6_multipath): New function.
405
406 * rt_netlink.c (netlink_route_multipath): IPv6 address ifindex
407 treatment.
408
409 * connected.c (connected_up_ipv6): Add dest value check.
410
411 * rib.c (nexthop_active_ipv6): Do not touch IPv6 nexthop's
412 ifindex.
413 (rib_add_ipv4): Import rib_add_ipv6() same route check code.
414 (nexthop_active_check): NEXTHOP_TYPE_IPV6_IFINDEX activity is only
415 checked by ifindex.
416
417 * rt_socket.c (kernel_rtm_ipv6_multipath): New function.
418
419 * redistribute.c (redistribute_add): Use
420 zsend_ipv6_add_multipath().
421 (redistribute_delete_multipath): Use
422 zsend_ipv6_delete_multipath().
423
424 * interface.c (ip_address): Check current IP address to avoid
425 duplicate.
426
427 * rib.c (rib_delete_ipv4): When deleted route is connected route,
428 check ifindex.
429 (rib_add_ipv4): When connected route is added do not perform
430 implicit withdraw.
431 (rib_delete_ipv4): Check ifindex for connected route.
432
433 * kernel_socket.c (rtm_read): When route has RTF_STATIC, set
434 ZEBRA_FLAG_STATIC for indicate as persistent route.
435 (ifam_read): Unset interface index from link-local address when
436 IPv6 stack is KAME.
437
438 * rib.c (rib_update): Do not delete persistent kernel route.
439
440 * rib.h (struct new_rib): Integrate RIB_FLAG_* to ZEBRA_FLAG_*.
441
442 * rt_socket.c (kernel_add_ipv6_multipath): Add placeholder.
443 (kernel_delete_ipv6_multipath): Likewise.
444
445 * rt_netlink.c (netlink_talk): Give struct nlsock to netlink_talk.
446
4472001-01-12 Kunihiro Ishiguro <kunihiro@zebra.org>
448
449 * rib.c (rib_update): Revert Matthew Grant's patch
450 zebra_cvs_newribfix.patch. Use struct rib->ifindex for kernel
451 interface index. Introduce NEXTHOP_TYPE_IPV4_IFINDEX to support
452 that. Add support for address deletion situation.
453
4542001-01-11 Kunihiro Ishiguro <kunihiro@zebra.org>
455
456 * interface.c: Remove HAVE_IF_PSEUDO part.
457
458 * rib.h: Likewise.
459
460 * rt_netlink.c (netlink_link_change): Likewise.
461
4622001-01-10 Kunihiro Ishiguro <kunihiro@zebra.org>
463
464 * zserv.c: Remove OLD_RIB codes.
465
4662001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
467
468 * zebra-0.90 is released.
469
4702001-01-09 Matthew Grant <grantma@anathoth.gen.nz>
471
472 * interface.c (if_new_intern_ifindex): Allocate a new internal
473 interface index.
474 (if_addr_refresh): Fix up ip addresses configured via zebra.
475 (if_add_update): Handle an interface addition.
476 (if_delete_update): Handle an interface delete event.
477
478 * rib.c (nexthop_ipv4_add): Add kernel route deletion process when
479 interface goes down.
480
4812001-01-08 Kunihiro Ishiguro <kunihiro@zebra.org>
482
483 * interface.c (if_dump_vty): When HAVE_NET_RT_IFLIST is defined,
484 NetBSD also use this function. Suggested by Jasper Wallace
485 <jasper@ivision.co.uk>.
486
4872001-01-07 Kunihiro Ishiguro <kunihiro@zebra.org>
488
489 * rib.c (nexthop_active_ipv4): Move back to set methodo to old
490 one.
491
4922001-01-05 Kunihiro Ishiguro <kunihiro@zebra.org>
493
494 * rib.c (rib_add_ipv4): EBGP multihop set ZEBRA_FLAG_INTERNAL
495 flag, so treat it.
496
4972001-01-04 Kunihiro Ishiguro <kunihiro@zebra.org>
498
499 * rt_netlink.c (netlink_talk_ipv6): When IPv6 route message is
500 sent from netlink_cmd, the same message comes from netlink. To
501 avoid confusion, temporary netlink_talk_ipv6 use netlink.sock
502 instead of netlink_cmd.sock.
503
5042001-01-01 Kunihiro Ishiguro <kunihiro@zebra.org>
505
506 * zserv.h (ZEBRA_SERV_PATH): Change "/tmp/zebra" to "/tmp/.zebra".
507 Change "/tmp/zserv" to "/tmp/.zserv".
508
5092000-12-29 Frank van Maarseveen <F.vanMaarseveen@inter.NL.net>
510
511 * rt_netlink.c (struct nlsock): Divide kernel message into listen
512 socket and command socket.
513 (netlink_talk): Remove socket listen code. Use netlink_parse_info
514 for read kernel response.
515
5162000-12-29 Kunihiro Ishiguro <kunihiro@zebra.org>
517
518 * rib.c (vty_show_ip_route): Show uptime of the RIP,OSPF,BGP
519 routes.
520
5212000-12-27 Kunihiro Ishiguro <kunihiro@zebra.org>
522
523 * rt_netlink.c (netlink_route_multipath): Metric value is
524 reflected to kernel routing table.
525
526 * rt_ioctl.c (kernel_ioctl_ipv4_multipath): Likewise.
527
528 * kernel_socket.c (rtm_write): Likewise.
529
530 * rib.c (nexthop_active_ipv4): Only iBGP route perform recursive
531 nexthop lookup.
532
533 * rt_ioctl.c (kernel_ioctl_ipv4_multipath): Add ioctl version of
534 new RIB implementation.
535
5362000-12-26 Kunihiro Ishiguro <kunihiro@zebra.org>
537
538 * rib.h: Remove MULTIPATH_NUM. It is defined by configure script.
539
5402000-12-25 Michael Rozhavsky <mrozhavsky@opticalaccess.com>
541
542 * rib.c (rib_if_up): Call rib_fib_set instead of RIB_FIB_SET for
543 proper redistribution.
544
5452000-12-19 Kunihiro Ishiguro <kunihiro@zebra.org>
546
547 * rib.c (nexthop_active_ipv4): Add self lookup nexthop check.
548 (show_ip_route_protocol): Support new RIB.
549
550 * rt_netlink.c (netlink_route_change): Do not return when gate is
551 NULL.
552
5532000-12-18 Kunihiro Ishiguro <kunihiro@zebra.org>
554
555 * rib.c (rib_lookup_ipv4_nexthop): IBGP nexthop check function is
556 updated.
557 (rib_add_ipv4): Free implicit withdraw route's RIB.
558
5592000-12-15 Kunihiro Ishiguro <kunihiro@zebra.org>
560
561 * rib.c (nexthop_active_ipv4): Check indirect nexthop.
562
563 * redistribute.c (redistribute_add_multipath): Redistribution
564 works with new rib code.
565
5662000-12-14 Kunihiro Ishiguro <kunihiro@zebra.org>
567
568 * rt_netlink.c (netlink_route_multipath): Check useful nexthop
569 number.
570 (netlink_route_multipath): Clear rtnh_flags and rtnh_hops.
571
572 * rib.c (nexthop_active_update): Set flag for the rib's nexthop
573 activity is changed.
574 (nexthop_active_check): Before checking interface is up, make it
575 sure the interface exist.
576
5772000-11-20 Kunihiro Ishiguro <kunihiro@zebra.org>
578
579 * rib.c (ip_route): New RIB prototype.
580
5812000-11-16 Yon Uriarte <ukl2@rz.uni-karlsruhe.de>
582
583 * zserv.c (zsend_interface_add): Send hardware address when
584 hw_addr_len is greater than 0.
585
5862000-11-07 Kunihiro Ishiguro <kunihiro@zebra.org>
587
588 * connected.c (connected_up_ipv4): Fix ptop bug. The destination
589 network should be installed into routing table.
590 (connected_down_ipv4): Likewise.
591 (connected_add_ipv4): Change to use connected_up_ipv4.
592 (connected_delete_ipv4): Likewise.
593
5942000-11-06 Kunihiro Ishiguro <kunihiro@zebra.org>
595
596 * rt_netlink.c (netlink_interface_addr): Revert Harald Welte
597 <laforge@gnumonks.org>'s ptop patch then back to original code to
598 avoid duplicated connected route problem. Suggested by Frank van
599 Maarseveen <F.vanMaarseveen@inter.NL.net>.
600
601 * kernel_socket.c (rtm_read): Make behavior consistent even #ifdef
602 DEBUG is defined. Reported by Jun-ichiro itojun Hagino
603 <itojun@iijlab.net>.
604
6052000-10-23 Jochen Friedrich <jochen@scram.de>
606
607 * main.c (main): Call zebra_snmp_init() when it is enabled.
608
6092000-10-23 Kunihiro Ishiguro <kunihiro@zebra.org>
610
611 * zserv.c (zebra_serv_un): UNIX domain socket server of zebra
612 protocol.
613
6142000-10-19 Kunihiro Ishiguro <kunihiro@zebra.org>
615
616 * rib.c (rib_add_ipv4): Same check bug is fixed.
617
6182000-10-03 Kunihiro Ishiguro <kunihiro@zebra.org>
619
620 * rib.c (rib_if_down): Remove kernel route when the interface goes
621 down.
622
623 * debug.c: New command "debug zebra kernel" is added.
624
6252000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
626
627 * zebra-0.89 is released.
628
6292000-09-24 Harald Welte <laforge@gnumonks.org>
630
631 * rt_netlink.c (netlink_interface_addr): Fix point-to-point address
632 treatment in netlink interface.
633
6342000-09-21 David Lipovkov <dlipovkov@OpticalAccess.com>
635
636 * rib.c (rib_if_down): Pull static route only. Protocol daemon
637 must withdraw routes when interface goes down.
638 (rib_add_ipv4): Check nexthop when replace route.
639
6402000-09-21 Kunihiro Ishiguro <kunihiro@zebra.org>
641
642 * if_ioctl.c (if_getaddrs): New function for looking up
643 interface's address by getifaddrs().
644
6452000-09-10 Kunihiro Ishiguro <kunihiro@zebra.org>
646
647 * connected.c (connected_delete_ipv4): Add check for connected
648 address is found or not.
649 (connected_add_ipv6): Reflect IPv6 connected address change to
650 protocol daemons.
651 (connected_delete_ipv6): Likewise.
652
6532000-09-07 David Lipovkov <davidl@nbase.co.il>
654
655 * rib.c (rib_delete_ipv4): Reverted the change from pseudo
656 interface patch to original. Because ospfd deletes routes using
657 zero ifindex.
658
6592000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
660
661 * zebra-0.88 is released.
662
6632000-08-15 "Akihiro Mizutani" <mizutani@dml.com>
664
665 * rib.c (show_ip_route_protocol): Help string correction.
666 (show_ip_route_prefix): Check prefix mask.
667 (show_ip_route_vty_detail): Display distance and metric.
668
6692000-08-14 Kunihiro Ishiguro <kunihiro@zebra.org>
670
671 * zserv.c (zsend_interface_add): Change ifindex store size from
672 two octet to four.
673 (zsend_interface_delete): Likewise.
674 (zsend_interface_address_add): Likewise.
675 (zsend_interface_address_delete): Likewise.
676 (zsend_interface_up): Likewise.
677 (zsend_interface_down): Likewise.
678
6792000-08-13 Kunihiro Ishiguro <kunihiro@zebra.org>
680
681 * rib.c (rib_add_ipv4): Do not install distance 255 route.
682
6832000-08-10 Toshiaki Takada <takada@zebra.org>
684
685 * interface.c (bandwidth_if), (no_bandwidth_if): Call
686 zebra_interface_up_update () instead of using if_up() and if_down().
687
6882000-08-07 "Akihiro Mizutani" <mizutani@dml.com>
689
690 * interface.c (bandwidth_if): Fix help string.
691
6922000-08-07 Matthew Grant <grantma@anathoth.gen.nz>
693
694 * interface.c (if_dump_vty): Display bandwidth value.
695 (bandwidth_if): New command "bandwidth <1-10000000>" is added.
696 When interface is up, force protocol daemons to recalculate routes
697 due to cost change.
698 (no_bandwidth_if): Likewise.
699 (if_config_write): Output bandwidth configuration.
700
701 * zserv.c (zsend_interface_add): Send bandwidth value.
702 (zsend_interface_up): Likewise.
703 (zsend_interface_down): Likewise.
704
705
7062000-08-07 Michael Rozhavsky <mike@nbase.co.il>
707
708 * rib.c (show_ip_route_protocol): "show ip route
709 (bgp|connected|kernel|ospf|rip|static)" is added.
710
7112000-08-07 Kunihiro Ishiguro <kunihiro@zebra.org>
712
713 * rib.c (rib_lookup_ipv4_nexthop): Check parent node until IGP
714 nexthop is found.
715 (rib_add_ipv4_internal): Set fib ifindex to rib ifindex.
716
7172000-08-06 Kunihiro Ishiguro <kunihiro@zebra.org>
718
719 * redistribute.c (redistribute_delete): Fix bug of default route
720 redistribute treatment.
721
7222000-08-05 Kunihiro Ishiguro <kunihiro@zebra.org>
723
724 * rib.c (rib_init): Install ip_node in rib.c instead of zserv.c.
725 Change default distance value.
726
727 Old New
728 ------------------------------------------
729 system 10 0
730 kernel 20 0
731 connected 30 0
732 static 40 1
733 rip 50 120
734 ripng 50 120
735 ospf 60 110
736 ospf6 49 110
737 bgp 70 200(iBGP) 20(eBGP)
738 ------------------------------------------
739
740 * zserv.c (client_lookup): Function removed.
741 (zsend_interface_add): Use client's output buffer. Check ifinfo
742 flag.
743 (zsend_interface_delete): Likewise.
744 Delete ipv4_static_radix and ipv6_static_radix.
745
7462000-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
747
748 * zserv.h (struct zebra_client): When client request interface
749 information, ifinfo is set.
750
751 * rib.c: Temporary Revert changes for pseudo interface.
752
753 * rib.h: Likewise.
754
755 * zserv.c: Likewise.
756
757 * interface.c: Likewise.
758
7592000-08-02 David Lipovkov <davidl@nbase.co.il>
760
761 * interface.c (zebra_if_init): Install interface "pseudo"
762 commands.
763
764 * rib.c (rib_create): ifname argument is added.
765 (rib_add_ipv4_pseudo): New function is added.
766 (rib_delete_ipv4_pseudo): Likewise.
767
768 * rib.h : Delete INTERFACE_UNKNOWN definition. Add prototype for
769 pseudo interface functions.
770
771 * rt_netlink.c (netlink_link_change): Check for pseudo interface.
772
773 * zserv.c (ip_route): When destination is pseudo interface, call
774 rib_add_ipv4_pseudo().
775
776 * zserv.c (no_ip_route): Trim "unknown" argument.
777
7782000-07-26 kunitake@dti.ad.jp
779
780 * if_ioctl.c (if_get_hwaddr): Fix hardware address length from 8
781 to 6.
782
783 * rtadv.c (rtadv_send_packet): Fix shift bug for hardware address.
784
7852000-07-24 Akihiro Mizutani <mizutani@dml.com>
786
787 * interface.c: Use install_default() for common VTY commands.
788
7892000-07-23 Kunihiro Ishiguro <kunihiro@zebra.org>
790
791 * if_ioctl.c (interface_list_ioctl): A interface list size is
792 calculated from ifreq->if_addr.sa_len. This is for OpenBSD.
793
794 * ioctl.c (if_get_mtu): Remove codes for SIOCGIFDATA.
795
7962000-07-09 Chris Dunlop <chris@onthe.net.au>
797
798 * if_ioctl.c (if_get_index): Add check for HAVE_BROKEN_ALIASES.
799
8002000-07-04 Kunihiro Ishiguro <kunihiro@zebra.org>
801
802 * zserv.c (zebra_client_read): Add ZEBRA_REDISTRIBUTE_{ADD,DELETE}
803 message handling.
804
8052000-07-02 David Lipovkov <davidl@nbase.co.il>
806
807 * zserv.c: "ip route A.B.C.D/M unknown" command is added.
808
8092000-06-28 Michael Rozhavsky <mike@nbase.co.il>
810
811 * rib.c: Remove old kernel route when new route comes in.
812
8132000-06-13 David Lipovkov <davidl@nbase.co.il>
814
815 * rib.c (rib_if_up): Add check for unknown interface.
816
8172000-06-13 Kunihiro Ishiguro <kunihiro@zebra.org>
818
819 * rib.h: Define INTERFACE_UNKNOWN.
820
8212000-06-08 Kunihiro Ishiguro <kunihiro@zebra.org>
822
823 * Makefile.am (EXTRA_DIST): Move irdp.c until implementation is
824 finished.
825
8262000-06-05 David Lipovkov <davidl@nbase.co.il>
827
828 * interface.c (if_zebra_delete_hook): Call rib_if_delete().
829
830 * redistribute.c (zebra_interface_delete_update): New function.
831
832 * redistribute.h (zebra_interface_delete_update): New function
833 prototype.
834
835 * rib.c (rib_if_delete): New function. Walk down all routes and
836 delete all on the interface.
837
838 * rib.h: New function prototype.
839
840 * rt_netlink.c (netlink_link_change): Call
841 zebra_interface_delete_update ().
842
8432000-05-10 Kunihiro Ishiguro <kunihiro@zebra.org>
844
845 * if_ioctl.c (interface_info_ioctl): Check interface's flag before
846 checking interface's address.
847
8482000-04-26 Jochen Friedrich <jochen@nwe.de>
849
850 * GNOME-PRODUCT-ZEBRA-MIB: New file.
851
852 * GNOME-SMI: New file.
853
8542000-04-23 Kunihiro Ishiguro <kunihiro@zebra.org>
855
856 * irdp.c: New file from 1997 development code.
857 * irdp.h: Likewise.
858
8592000-04-19 Kunihiro Ishiguro <kunihiro@zebra.org>
860
861 * rtadv.c (rtadv_send_packet): Enclose router advertisement
862 logging with IS_ZEBRA_DEBUG_PACKET.
863
8642000-04-17 Kunihiro Ishiguro <kunihiro@zebra.org>
865
866 * zserv.c (zebra_client_close): Remove client structure from
867 client_list when connection is terminated.
868
8692000-03-21 David Lipovkov <davidl@nbase.co.il>
870
871 * connected.c (connected_add_ipv4): Allows all necessary structure
872 updates for connected route, but doesn't insert it into rib if
873 it's interface is down.
874
8752000-01-21 Hideto Yamakawa <hideto.yamakawa@soliton.co.jp>
876
877 * rtread_getmsg.c: Set some definition for Solaris 2.5 and Solaris
878 2.5.1.
879
8802000-01-21 Kunihiro Ishiguro <kunihiro@zebra.org>
881
882 * rib.c (no_ipv6_route_ifname): Fix buf of cheking return value
883 from str2prefix_ipv6().
884
8852000-01-14 Kunihiro Ishiguro <kunihiro@zebra.org>
886
887 * rt_socket.c: Revert to use RTF_HOST for IPv4 with /32 route and
888 IPv6 with /128 routes.
889 (kernel_rtm_ipv4): In case of /32 route's gateway is interface. It
890 should have mask for cloning.
891
8921999-12-26 Jochen.Friedrich@genorz.de
893
894 * interface.c (if_dump_vty): Fix a bug of missing VTY_NEWLINE.
895
8961999-12-23 Alex Zinin <zinin@amt.ru>
897 * interface.*: dynamic int up/down support
898
8991999-12-09 Kunihiro Ishiguro <kunihiro@zebra.org>
900
901 * ipforward_proc.c (dropline): Move dropline() from lib/dropline.c
902
903 * rtread_proc.c (proc_route_read): Don't use dropline().
904
9051999-12-08 Kunihiro Ishiguro <kunihiro@zebra.org>
906
907 * kernel_socket.c (rtm_read): When message is RTM_GET, it has own
908 process's pid.
909
9101999-12-04 Kunihiro Ishiguro <kunihiro@zebra.org>
911
912 * main.c (main): Change to default log output to ZLOG_STDOUT.
913
914 * zserv.c (zebra_serv): More detailed error print.
915
9161999-11-30 Kunihiro Ishiguro <kunihiro@zebra.org>
917
918 * kernel_socket.c (rtm_read): Check old pid for static route
919 insertion check.
920
9211999-11-30 Kunihiro Ishiguro <kunihiro@zebra.org>
922
923 * interface.c (if_dump_vty): BSDI/OS uses 64bit for interface
924 statistics counter.
925
926 * mtu_kvm.c: New file added.
927
9281999-11-27 Vladimir B. Grebenschikov <vova@express.ru>
929
930 * kernel_socket.c (rtm_write): Set RTF_CLONING flag for
931 route to the directly connected interface.
932
9331999-11-27 Kunihiro Ishiguro <kunihiro@zebra.org>
934
935 * rt_socket.c: Delete USE_HOST_BIT definition.
936
9371999-11-21 Michael Handler <handler@sub-rosa.com>
938
939 * rtread_getmsg.c: Undef some definition to resolve conflict.
940
9411999-11-27 Kunihiro Ishiguro <kunihiro@zebra.org>
942
943 * kernel_socket.c (rtm_write): Change to use pre stored struct_dl
944 value for gateway specification.
945
9461999-11-25 Kunihiro Ishiguro <kunihiro@zebra.org>
947
948 * rt_socket.c (kernel_rtm_ipv4): Even mask is 32 under IPv4 or
949 128 under IPv6, don't use RTF_HOST.
950
9511999-11-21 Kunihiro Ishiguro <kunihiro@zebra.org>
952
953 * Makefile.am (EXTRA_DIST): Add rtread_getmsg.c.
954
9551999-11-21 Michael Handler <handler@sub-rosa.com>
956
957 * rtread_getmsg.c: Added for Solaris 2.6 support.
958
9591999-11-18 Kunihiro Ishiguro <kunihiro@zebra.org>
960
961 * rtread_sysctl.c (rtm_read_route): RTM_DELETE handling added.
962
963 * rt_socket.c (kernel_read): Better BSD routing socket support.
964
9651999-10-19 Kunihiro Ishiguro <kunihiro@zebra.org>
966
967 * client_main.c: Disable making obsolete zebra test `client'
968 command.
969
9701999-10-18 Kunihiro Ishiguro <kunihiro@zebra.org>
971
972 * zebra.c: Renamed to zserv.c.
973
974 * zebra.h: Global definitions are moved to lib/zebra.h. Then
975 renamed to zserv.h.
976
9771999-10-15 Jordan Mendelson <jordy@wserv.com>
978
979 * if_ioctl.c: Add Linux 2.2.X's alias support and dynamic
980 interface. Remove ugly MAX_INTERFACE handling codes.
981
9821999-09-17 Satosi KOBAYASI <kobayasi@north.ad.jp>
983
984 * Fix serious bug of IPv6 route deletion.
985
9861999-09-11 Kunihiro Ishiguro <kunihiro@zebra.org>
987
988 * ioctl.c (if_set_prefix): Properly set broadcast address.
989
9901999-09-04 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
991
992 * rib.c (rib_add_ipv6, rib_delete_ipv6): now protocol daemons
993 can install connected route to kernel via zebra
994
9951999-08-24 VOP <vop@unity.net>
996
997 * rib.c: Include "sockunion.h"
998
9991999-08-22 Kunihiro Ishiguro <kunihiro@zebra.org>
1000
1001 * ipforward.h: New file.
1002
1003 * zebra.h: Obsolete message ZEBRA_GET_ALL_INTERFACE,
1004 ZEBRA_GET_ONE_INTERFACE, ZEBRA_GET_HOSTINFO are deleted.
1005
10061999-08-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1007
1008 * zebra.h (ZEBRA_INTERFACE_ADDRESS_ADD):
1009 ZEBRA_INTERFACE_{ADD,DELETE} added.
1010
10111999-08-15 Kunihiro Ishiguro <kunihiro@zebra.org>
1012
1013 * rib.c: show ip route A.B.C.D works.
1014
1015 * zebra.c (zebra_read_ipv4): Add ifindex to zebra messages.
1016
10171999-08-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1018
1019 * zebra.h: New Zebra message ZEBRA_INTERFACE_{ADD,DELETE} added.
1020
10211999-08-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1022
1023 * interface.h: New file.
1024 * Makefile.am: Add interface.h
1025
10261999-08-04 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1027
1028 * redistribute.c (zebra_redistribute): give ifindex to client.
1029
10301999-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1031
1032 * main.c (longopts): -k, --keep_kernel option added.
1033
10341999-07-18 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1035
1036 * rt_socket.c (rtm_write): forgot closing socket bug fixed.
1037
10381999-07-17 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1039
1040 * rib.c (show_ipv6_cmd): if rib is link show interface name.
1041
10421999-07-17 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1043
1044 * rt_socket.c (rtm_write): use sockaddr_dl when null gateway.
1045
10461999-07-16 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1047
1048 * rt_socket.c (rtm_write): ipv6 route table bug fixed.
1049
10501999-07-15 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1051
1052 * zebra.c (zebra_read_ipv6): read link prefix from ospf6 support
1053
10541999-07-15 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1055
1056 * rt_socket.c (kernel_rtm_ipv6): gate treatment bug fixed.
1057
10581999-07-15 Kunihiro Ishiguro <kunihiro@zebra.org>
1059
1060 * if_sysctl.c (ifm_read): Clear sockunion argument before fetching
1061 data. Suggested by "Chris P. Ross" <cross@eng.us.uu.net>
1062
10631999-07-08 HEO SeonMeyong <seirios@Matrix.IRI.Co.Jp>
1064
1065 * interface.c (if_tun_add): Add KAME's gif tunnel setting codes.
1066
10671999-06-26 Kunihiro Ishiguro <kunihiro@zebra.org>
1068
1069 * zebra.c (zebra_serv): Only accept loopback address connection.
1070
10711999-06-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1072
1073 * zebra.h (ZEBRA_ROUTE_EXTERNAL): Add zebra messages flags
1074
10751999-06-17 Kunihiro Ishiguro <kunihiro@zebra.org>
1076
1077 * ipforward_proc.c: ipforward_on () and ipforward_off () added.
1078
10791999-06-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1080
1081 * ipforward_proc.c (ipforward_ipv6): Check for IPv6 forwarding
1082 using /proc file system is added.
1083
10841999-06-06 Kunihiro Ishiguro <kunihiro@zebra.org>
1085
1086 * if_ioctl.c (if_get_index): Interface index set bug is fixed by
1087 adding #else at the middle of function. Suggested by David Luyer
1088 <luyer@ucs.uwa.edu.au>.
1089
10901999-05-29 <kunihiro@zebra.org>
1091
1092 * rt_ioctl.c: Comment out #include <linux/ipv6_route.h>.
1093
10941999-05-26 Kunihiro Ishiguro <kunihiro@zebra.org>
1095
1096 * zebra.h (ZEBRA_ROUTE_MAX): Add new define for the max value of
1097 the sort of routes.
1098
10991999-05-25 Patrick Koppen <koppen@rhrk.uni-kl.de>
1100
1101 * rt_netlink.c (netlink_socket): Make netlink socket non-blocking.
1102 (netlink_parse_info): If errno is EWOULDBLOCK then continue to
1103 parse the message.
1104 (netlink_talk): Likewise
1105
11061999-05-17 <kunihiro@zebra.org>
1107
1108 * redistribute.c (zebra_check_addr): Added for loopback address
1109 check.
1110
11111999-05-15 Kunihiro Ishiguro <kunihiro@zebra.org>
1112
1113 * rt_netlink.c (netlink_route_change): Tempolary bypass ipv6 route
1114 change treatment.
1115
1116 * Makefile.am (noinst_HEADERS): redistribute.h added.
1117
1118 * redistribute.h: New file.
1119
11201999-05-14 Stephen R. van den Berg <srb@cuci.nl>
1121
1122 * zebra.c (show_table): Show all table configuration DEFUN.
1123 (config_table): Config table number DEFUN.
1124
1125 * rt_netlink.c: Add support for multiple routing table.
1126
1127 * rib.c (rib_weed_table): New function added for delete all
1128 routes from specified routing table.
1129
1130 * main.c (signal_init): SIGTERM call sigint.
1131 (sigint): Loggging more better message.
1132
11331999-05-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1134
1135 * rt_netlink.c: Change log () to zlog ().
1136
11371999-05-07 <kunihiro@zebra.org>
1138
1139 * zebra.h (ZEBRA_ROUTE_OSPF6): Added for ospf6d route.
1140
11411999-04-20 Kunihiro Ishiguro <kunihiro@zebra.org>
1142
1143 * interface.c: Add `no ip address' command.
1144
11451999-04-10 Kunihiro Ishiguro <kunihiro@zebra.org>
1146
1147 * rt_netlink.c (kernel_read): Function added for asynchronous
1148 zebra between kernel communication.
1149
11501999-03-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1151
1152 * rtread_sysctl.c (rtm_read): Fix address memcopy overrun bug.
1153 Reported by Achim Patzner <ap@bnc.net>.
1154
11551999-03-03 Kunihiro Ishiguro <kunihiro@zebra.org>
1156
1157 * Makefile.am: Install configuration sample with 600 permission.
1158
11591999-03-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1160
1161 * Makefile.am: Add -I.. to INCLUDES.
1162
11631999-02-18 Peter Galbavy <Peter.Galbavy@knowledge.com>
1164
1165 * syslog support added
1166
11671999-02-17 Peter Galbavy <Peter.Galbavy@knowledge.com>
1168
1169 * if_sysctl.c (interface_list): allocated memory free when unknown
1170 ifm_type is returned.
1171
1172 * ioctl.c (if_get_mtu): added SIOCGIFDATA treatment.
1173
11741998-12-15 Magnus Ahltorp <map@stacken.kth.se>
1175
1176 * interface.c: Header include added.
1177
11781998-12-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1179
1180 * rt.h (kernel_delete_ipv6): change int index to unsigned int index.
1181
11821998-12-13 Kunihiro Ishiguro <kunihiro@zebra.org>
1183
1184 * if_ioctl.c (interface_list_ioctl): interface flag must be
1185 checked before check addresses of the interface.
1186
11871998-12-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1188
1189 * Makefile.am (INCLUDES): add @INCLUDES@ for Linux IPv6.
1190
11911998-10-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1192
1193 * ioctl.c: Linux version before 2.1.0 need interface route setup.
1194
11951998-09-15 HEO SeonMeyong <seirios@matrix.iri.co.jp>
1196
1197 * change HYDRANGEA to KAME
1198
11991998-09-01 Kunihiro Ishiguro <kunihiro@zebra.org>
1200
1201 * if_ioctl.c (if_addr_ioctl): set address family for getting
1202 interface's address.
1203 (if_get_index): silently return when can't get interface's index.
1204
12051998-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
1206
1207 * main.c (main): batch mode option '-b' added.
1208
12091998-08-16 Kunihiro Ishiguro <kunihiro@zebra.org>
1210
1211 * ioctl.c (if_set_prefix): add `ip address IPV4ADDR' command.
1212 * interface.c (shutdown_if): add interface shutdown and no
1213 shutdown command.
1214
12151998-08-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1216
1217 * rib.c (rib_add_ipv6): delete rib_add_in6.
1218
12191998-07-27 Kunihiro Ishiguro <kunihiro@zebra.org>
1220
1221 * main.c: retain flag is added.
1222
12231998-07-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1224
1225 * rtable.[ch]: merged with rib.[ch]
1226
12271998-07-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1228
1229 * connected.h: renamed from ifa.h.
1230
12311998-06-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1232
1233 * rename if.c to interface.c
1234 * rename ifa.c to connected.c
1235
1236 * Porting to Debian GNU/Linux 2.0 (hamm).
1237
12381998-06-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1239
1240 * rt_netlink.c: renamed from krt_netlink.c
1241
1242 * fib.c: deleted.
1243 * rt_kvm.c: deleted.
1244 * rtread_getmsg.c: deleted.
1245
12461998-06-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1247
1248 * if.c (multicast): add multicast flag [un]set fucntion.
1249
12501998-05-19 Yamshita TAKAO <jargon@lares.dti.ne.jp>
1251
1252 * rt_socket.c: Modify for compile on Solaris, but dont't work it.
1253 rt_socket.c have some undefined function, so add directive "IMPLEMENT"
1254
12551998-05-18 Yamshita TAKAO <jargon@lares.dti.ne.jp>
1256
1257 * zebra.c: Modify for compile on Solaris.
1258
12591998-05-03 Kunihiro Ishiguro <kunihiro@zebra.org>
1260
1261 * main.c: change CONFDIR to SYSCONFDIR.
1262
12631998-05-01 Kunihiro Ishiguro <kunihiro@zebra.org>
1264
1265 * .cvsignore: added.
1266
12671998-04-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1268
1269 * client.c: moves to ../lib.
1270
12711998-03-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1272
1273 * if_ioctl.c (if_get_addr): Change address copy from memcopy() to
1274 structure assignment.
1275
12761998-03-30 URA Hiroshi <ura@yamato.ibm.co.jp>
1277
1278 * if_sysctl.c (ifm_interface_add): sdl->sdl_data copy bug fixed.
1279
12801998-02-23 "Hannes R. Boehm" <hannes@boehm.org>
1281
1282 * if.c (if_init): add config_exit_cmd and config_help_cmd.
1283
12841998-01-24 Kunihiro Ishiguro <kunihiro@zebra.org>
1285
1286 * rt_ioctl.c (route_ioctl): EPERM treatment added.
1287
12881998-01-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1289
1290 * rt_socket.c (kernel_read): communication port zebra between
1291 kernel is now handled by kernel_read.
1292
12931998-01-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1294
1295 * main.c (main): zebra [-P port] can specify vty port number.
1296
12971997-12-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1298
1299 * zebra.c: change select will be block.
1300
13011997-12-04 Kunihiro Ishiguro <kunihiro@zebra.org>
1302
1303 * add static route treatment.
1304
13051997-11-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1306
1307 * rt_netlink.c: add netlink support over GNU/Linux system.
1308
13091997-11-23 Kunihiro Ishiguro <kunihiro@zebra.org>
1310
1311 * all inet_addr is changed to inet_aton.
1312
1313 * zebra.c (ip_route): add ip route command for static routes.
1314
13151997-11-20 Kunihiro Ishiguro <kunihiro@zebra.org>
1316
1317 * if.c (if_flag_dump): Linux port of if_flag_dump and _vty.
1318
13191997-11-19 Kunihiro Ishiguro <kunihiro@zebra.org>
1320
1321 * if.c: add interface command.
1322
13231997-11-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1324
1325 * ipforward_proc.c : Now works on Linux.
1326
13271997-10-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1328
1329 * command.c : add completion feature.
1330
13311997-10-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1332
1333 * vty.c (vty_command): add vty interface.
1334
13351997-10-13 Kunihiro Ishiguro <kunihiro@zebra.org>
1336
1337 * zebra.c: add verbose mode.
1338
13391997-10-12 SonMyong Ho <s-ho@Matrix.IRI.Co.Jp>
1340
1341 * Hydrangea for FreeBSD supported
1342 * in.h: add some prototype.
1343
13441997-10-11 Kunihiro Ishiguro <kunihiro@zebra.org>
1345
1346 * rt_socket.c and rtread.c completely rewritten.
1347
13481997-10-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1349
1350 * rt_socket.c: rename kernel_sock to routing_socket
1351
13521997-10-04 Kunihiro Ishiguro <kunihiro@zebra.org>
1353
1354 * if.c (if_new): interface structure change from linklist to vector.
1355
13561997-10-03 Kunihiro Ishiguro <kunihiro@zebra.org>
1357
1358 * vector.c (vector_init): create vector related function
1359
13601997-09-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1361
1362 * Makefile.in: add tags target
1363
1364 * start IPv6 support for INRIA FreeBSD.
1365