blob: c31ceb8a4c4e8cc8332f61d80ed54beb68738b5a [file] [log] [blame]
paul0c0f9112004-09-24 08:24:42 +000012004-09-24 Paul Jakma <paul@dishone.st>
2
3 * irdp_{interface,main}.c: lists typedef removal cleanup.
4 update some list loops to LIST_LOOP. some miscellaneous style
5 and indent fixups.
6 (no_ip_irdp_address_preference_cmd) Fix delete of referenced node
7 in loop.
8 * irdp_packet.c: (irdp_recvmsg) Fix buggy assignment of integer
9 to pointer.
10 * if_ioctl{,_solaris}.c: lists typedef removal cleanup.
11 update some list loops to LIST_LOOP.
12
hasso52dc7ee2004-09-23 19:18:23 +0000132004-09-23 Hasso Tepper <hasso at quagga.net>
14
15 * *.[c|h]: list -> struct list *, listnode -> struct listnode *.
16
paul44983cf2004-09-22 13:15:58 +0000172004-09-22 Paul Jakma <paul.jakma@sun.com>
18
19 * zserv.c: (zsend_route_multipath) fix nasty bad memset of struct
20 in_addr to sizeof(struct in6_addr), causing odd and hard to debug
21 crash.
22
hassoc34b6b52004-08-31 13:41:49 +0000232004-08-31 Hasso Tepper <hasso at quagga.net>
24
25 * main.c, rt_netlink.c: Added -s command line switch for tuning
26 netlink receive buffer size in Linux to avoid buffer overruns.
27
gdta5ea6872004-08-26 13:24:00 +0000282004-08-26 Miles Nordin <carton@Ivy.NET>
29
30 * ipforward_sysctl.c (mib_ipv6): Use size_t for len, per
31 sysctl(3), rather than int. (Needed on NetBSD/alpha to display
32 forwarding status correctly.)
33
paul3e0b3a52004-08-23 18:58:32 +0000342004-08-23 Paul Jakma <paul@dishone.st>
35
36 * zserv.c: (zebra_init) remove implicit ip forward enabling
37
paul0de1cde2004-08-19 04:45:33 +0000382004-08-19 Paul Jakma <paul@dishone.st>
39
40 * irdp_main.c: update to match sockopt renames.
41 * irdp_packet.c: include sockopt.h and update to match sockopt
42 renames.
43
gdt57492d52004-08-11 18:06:38 +0000442004-08-11 Greg Troxel <gdt@fnord.ir.bbn.com>
45
46 * rtadv.c (rtadv_send_packet): Allocate space for control messages
47 more carefully; it was wrong on NetBSD/sparc where CMSG alignment
48 is to 8 bytes instead of 4, and overwriting the address. Use the
49 provided macros for determining lengths.
50
paul5b73a672004-07-23 15:26:14 +0000512004-07-23 Sowmini Varadhan <Sowmini.Varadhan@Sun.COM>
52
53 * if_ioctl_solaris.c: HAVE_IPV6 ifdef fixups
54 * zserv.c: ditto
55 * ioctl_solaris.c: ditto.
56 * interface.c: cast for LLADDR
57 * interface.h: Add guards, include redistribute.h and remove
58 extraneous definitions of zebra_interface_{up,down}_update
59 * ioctl.h: Add AF_IOCTL define for non SOLARIS_IPV6
60 * redistribute.h: include dependent header, zserv.h
61 * zserv.h: include dependent header, rib.h
62
paul1470baf2004-07-23 15:25:01 +0000632004-07-23 Paul Jakma <paul@dishone.st>
64
65 * irdp_main.c: use setsockopt_pktinfo_ipv4
66 * irdp_packet.c: use SOPT_SIZE_CMSG_PKTINFO_IPV4 and
67 getsockopt_pktinfo_ifindex()
68
gdtcced60d2004-07-13 16:45:54 +0000692004-07-13 David Wiggins <dwiggins@bbn.com
70
71 * kernel_socket.c (rtm_flag_dump): terminate buffer with '\0', not '0'.
72
hasso25dac852004-07-13 03:06:51 +0000732004-07-13 Hasso Tepper <hasso@estpak.ee>
74
75 * irdp_main.c: Add privilege change.
76
hasso996933f2004-07-12 16:32:56 +0000772004-07-12 Hasso Tepper <hasso@estpak.ee>
78
79 * irdp_interface.c: follow common style while naming vty command
80 functions. Avoids confusion in extract.pl.
81
gdt87efd642004-06-30 17:36:11 +0000822004-06-30 Greg Troxel <gdt@poblano.ir.bbn.com>
83
84 * main.c: define thread_master variable so that linking with
85 libzebra.so doesn't fail. Arguably zclient.o should be in a
86 separate library, but this is far less disruptive.
87
hassoca776982004-06-12 14:33:05 +0000882004-06-12 Robert Olsson <Robert.Olsson at data.slu.se>
89
90 * Added IRDP support.
91
hasso3e31cde2004-05-18 11:58:59 +0000922004-05-18 Hasso Tepper <hasso@estpak.ee>
93
94 * rtadv.c: Removed "[no] ipv6 nd send-ra" command. Replaced "ipv6 nd
95 prefix-advertisement" with "ipv6 nd prefix". Rewrite syntax of
96 "ipv6 nd prefix" command to allow various combinations of parameters
97 and flags. No defaults in configuration. Replaced on-link and
98 autoconfig with off-link and no-autoconfig flags in command syntax.
99 Cosmetic fixes in all commands. Documentation to reflect all changes.
100
paul19877dd2004-05-11 10:49:35 +00001012004-05-11 Paul Jakma <paul@dishone.st>
102
103 * Makefile.am: support for IOCTL_METHOD, as per Sowmini's patch.
paul48a46fa2004-05-11 10:55:22 +0000104 * if_ioctl_solaris.c: Fixup some erroneous privilege changes and
105 add privs.h header.
106 * ioctl_solaris.c: ditto
paulc50ae8b2004-05-11 11:31:07 +0000107 * ioctl.h: Add if_ioctl_ipv6 prototype and AF_IOCTL for SOLARIS_IPV6
108 * kernel_socket.c: Fix SAROUNDUP, compiler doesnt like do..while
109 RHS in assignments :)
110 * redistribute.c: (zebra_interface_delete_update) only used
111 if RTM_IFANNOUNCE and NETLINK is available.
112
paulb9df2d22004-05-09 09:09:59 +00001132004-05-09 Paul Jakma <paul@dishone.st>
114
115 * zserv.c: (zsend_route_multipath) Set the nexthop_num
116 field correctly. Add NEXTHOP_TYPE_IPV6_IFNAME for v6.
117 Conditionally set ZAPI_MESSAGE_METRIC flag - only for adds.
118 (zsend_ipv4_add) cruft, deleted.
119 (zsend_ipv4_delete) ditto.
120 (zsend_ipv6_add) ditto.
121 (zsend_ipv6_delete) ditto.
paul44145db2004-05-09 11:00:23 +0000122 * ioctl.c: (if_get_mtu) set mtu6 to mtu
123 * mtu_kvm.c: (if_kvm_get_mtu) set mtu6 to mtu
124 * rt_netlink.c: (netlink_interface) set mtu6 to mtu
125 (netlink_link_change) ditto
paul66e94882004-05-09 17:19:24 +0000126 * ipforward_solaris.c: fix typo of ND variable.
paul88424682004-05-09 18:21:35 +0000127 * if_ioctl_solaris.c: Add zprivs support.
128 * ioctl_solaris.c: ditto.
paul66e94882004-05-09 17:19:24 +0000129
paulb9df2d22004-05-09 09:09:59 +00001302004-05-09 Sowmini Varadhan <sowmini.varadhan@sun.com>
131
132 * zserv.c: (zsend_ipv{4,6}_{add,delete}_multipath) collapsed
133 into single zsend_route_multipath function.
134 (zsend_interface_{up,down}) collapsed into zsend_interface_update.
135 (zsend_interface_address_{add,delete}) collapsed into
136 zsend_interface_address.
137 (zsend_interface_add) send mtu6.
138 (zsend_interface_delete) ditto.
139 (zebra_write) remove unused function.
140 (various) Apply static qualifier. Add comments.
141 * zserv.h: Definitions changed as per above.
142 * redistribute.c: Changes as per zserv.c.
paul44145db2004-05-09 11:00:23 +0000143 * interface.c: (if_delete_update) only used with HAVE_NETLINK
144 and RTM_IFANNOUNCE.
145 (if_flag_dump_vty) Solaris IFF_IPV4 and IFF_IPV6 if flags
146 (if_dump_vty) print mtu6 if not same as mtu
paul88424682004-05-09 18:21:35 +0000147 * if_ioctl_solaris.c: New file, Solaris interface ioctl methods.
148 * ioctl_solaris.c: New file, Common solaris ioctl methods.
149
hasso34195bf2004-04-06 12:07:06 +00001502004-04-06 Krzysztof Oledzki <oleq@ans.pl>
151
152 * rt_netlink.c: Do not ignore metric when reading kernel routing
153 table on Linux with rt_netlink interface.
154
1552004-03-18 Hasso Tepper <hasso@estpak.ee>
hassof1d92e12004-03-18 15:40:33 +0000156
157 * interface.c: Temporary fix for handling secondary addresses
158 with label.
159
hasso55906722004-02-11 22:42:16 +00001602004-02-12 Hasso Tepper <hasso@estpak.ee>
hassof1d92e12004-03-18 15:40:33 +0000161
hasso55906722004-02-11 22:42:16 +0000162 * zserv.c: Added "ipv6 forwarding" command.
163
gdtb27900b2004-01-08 15:44:29 +00001642004-01-08 Greg Troxel <gdt@fnord.ir.bbn.com>
165
166 * kernel_socket.c (kernel_read): Use sockaddr_storage in buffer
167 for reading kernel messages to ensure enough space (necessary on
168 Solaris due to sockaddr_dl being large). Thanks to Sowmini
169 Varadhan for help with this change.
170
gdt9ccabd12004-01-06 18:23:02 +00001712004-01-06 Greg Troxel <gdt@t1.ir.bbn.com>
172
173 * rtadv.c (rtadv_send_packet): Change perror to zlog_err.
174
gdtdbee01f2004-01-06 00:36:51 +00001752004-01-05 Greg Troxel <gdt@fnord.ir.bbn.com>
gdt4bfbea82004-01-06 01:13:05 +0000176 * kernel_socket.c (ifm_read): Major cleanup. Use Sowmini's code
177 to find the sockaddr_dl in all cases, narrowing the Solaris ifdef
178 to just the accomodation of broken kernels. Check sockaddr_dl
179 carefully up front, and later assume any non-NULL sdl pointer is
180 valid. Clean up types and variable declarations, and rename
181 WRAPUP to SAROUNDUP to make the name fit the behavior.
182
1832004-01-05 Greg Troxel <gdt@fnord.ir.bbn.com>
gdtdbee01f2004-01-06 00:36:51 +0000184
185 * kernel_socket.c (kernel_read): Add a sockaddr_dl to the ifmsg
186 structure, because on Solaris sockaddr_dl is far larger than the
187 base sockaddr structure. (The code had previously been failing to
188 read all the data.)
gdt4bfbea82004-01-06 01:13:05 +0000189
gdtda26e3b2004-01-05 17:20:59 +00001902004-01-05 Greg Troxel <gdt@ahi.ir.bbn.com>
191
192 * kernel_socket.c (kernel_read): Look up interfaces by index
193 first, so that state changes which do not include a sockaddr_dl
194 now work. Add many sanity checks. In
195 particular, do not assume that a sockaddr_dl follows a message
196 without checking the ifm_addrs flags, and do not trust the length
197 in a sockaddr_dl. Add/clarify many comments.
198
gdt4b5e1352003-12-03 17:54:34 +00001992003-12-03 Greg Troxel <gdt@poblano.ir.bbn.com>
200
201 * rtadv.c: reorder includes to avoid compiler warning (define
202 structs before using them in prototypes)
203
hasso647e4f12003-05-25 11:43:52 +00002042003-05-25 Jim Crumpler <Jim.Crumpler@edion.com>
205
206 * zserv.c: Add "ip forwarding" command.
207
paul445f1432003-05-16 19:00:31 +00002082003-05-16 Gilad Arnold <gilad.arnold@terayon.com>
209
210 * zebra_rib.c: Fix memory leaks for ifname nexthops
211
2122003-04-19 Israel Keys <ikeys@agile.tv>
213
214 * rt_netlink.c: BLOCK on netlink while initialising
215
2162003-02-06 Francois Deppierraz <francois@ctrlaltdel.ch>
217
218 * rt_netlink.c (netlink_route_multipath): Set RTM_F_EQUALIZE when
219 it exists.
220
paul718e3742002-12-13 20:15:29 +00002212002-09-28 Akihiro Mizutani <mizutani@net-chef.net>
222
223 * zebra_rib.c (static_add_ipv4): Null0 static route is added.
224
2252002-09-10 Jochen Friedrich <chris+zebra@scram.de>
226
227 * rt_netlink.c: Add check for EAGAIN.
228 * kernel_socket.c: Likewise
229
2302002-06-12 Israel Keys <ikeys@oz.agile.tv>
231
232 * rt_netlink.c: Setting the NLM_F_ACK flag on the netlink command
233 message so that we get an ACK for successful netlink commands.
234 Change the netlink socket to BLOCKING while we wait for a
235 response; be it an ACK or an NLMSG_ERROR. Change
236 netlink_parse_info to deal with ACK messages.
237
2382001-11-01 Jun-ichiro itojun Hagino <itojun@iijlab.net>
239
240 * rtadv.c (rtadv_make_socket): setsockopt(IPV6_CHECKSUM) does not
241 work for ICMPv6 socket.
242
2432001-10-24 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
244
245 * rib.c (rib_process): Select connected route any case.
246
2472001-10-23 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
248
249 * interface.c (no_ip_address_secondary): Add "no" to command.
250
2512001-10-18 NOGUCHI Kay <kay@v6.access.co.jp>
252
253 * ioctl.c (if_prefix_add_ipv6): Set the prefered and valid lifetime
254 to infinity as the freebsd4.4 workaroud.
255
2562001-08-26 mihail.balikov@interbgc.com
257
258 * zebra_snmp.c: Fix snmpwalk problem such as IPv4 address
259 A.B.C.255.
260
2612001-08-22 NOGUCHI Kay <kay@v6.access.co.jp>
262
263 * rtadv.c: Do not send RA to loopback interface.
264
2652001-08-20 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
266
267 * ioctl.c (if_set_prefix): Remove Linux 2.0 specific connected
268 route treatment.
269
2702001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
271
272 * zebra-0.92a released.
273
2742001-08-17 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
275
276 * rib.c: Kernel route is treated as EGP routes in nexthop active
277 check.
278
2792001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
280
281 * zebra-0.92 released.
282
2832001-08-08 "Akihiro Mizutani" <mizutani@dml.com>
284
285 * rib.c (show_ip_route_prefix_longer): Add longer-prefix option to
286 show route commands.
287
2882001-07-29 Yon Uriarte <havanna_moon@gmx.net>
289
290 * zserv.c (zsend_ipv4_add_multipath): Add
291 NEXTHOP_TYPE_IPV4_IFINDEX check.
292
2932001-07-29 NOGUCHI Kay <kay@v6.access.co.jp>
294
295 * rtadv.c: Apply valid lifetime, preferred lifetime, onilnk flag,
296 autonomous address-configuration flag patch.
297 (no_ipv6_nd_suppress_ra): Change "ipv6 nd send-ra" to "no ipv6 nd
298 suppress-ra".
299
3002001-07-24 NOGUCHI Kay <kay@v6.access.co.jp>
301
302 * rtadv.c (ipv6_nd_ra_interval): Add "ipv6 nd ra-interval SECONDS"
303 command.
304
3052001-07-24 Jun-ichiro itojun Hagino <itojun@iijlab.net>
306
307 * rt_socket.c (kernel_rtm_ipv4): Add KAME/NetBSD151 equal cost
308 multicast FIB support both IPv4 and IPv6.
309
3102001-07-24 Hal Snyder <hal@vailsys.com>
311
312 * if_ioctl.c (interface_list_ioctl): Fix bug of failing to get the
313 full list of interfaces on some configurations of OpenBSD.
314
3152001-07-23 NOGUCHI Kay <kay@v6.access.co.jp>
316
317 * rtadv.c (ipv6_nd_send_ra): Apply [zebra 9320] to fix "ipv6 nd
318 send-ra" bug.
319 (ipv6_nd_ra_lifetime): "ipv6 nd ra-lifetime 0" for default router
320 availability.
321 (ipv6_nd_managed_config_flag): "ipv6 nd managed-config-flag" is
322 added.
323 (ipv6_nd_other_config_flag): "ipv6 nd other-config-flag" is added.
324
3252001-07-23 Jun-ichiro itojun Hagino <itojun@iijlab.net>
326
327 * ioctl.c (if_ioctl): Change ioctl argument from int to u_long.
328
329 * rt_ioctl.c: Likewise.
330
3312001-07-23 Jun-ichiro itojun Hagino <itojun@iijlab.net>
332
333 * kernel_socket.c (rtm_write): Only set RTF_CLONING when the
334 interface is not p2p.
335
3362001-04-23 Kunihiro Ishiguro <kunihiro@zebra.org>
337
338 * ioctl.c (if_prefix_add_ipv6): Fix argument type.
339
3402001-04-06 Toshiaki Takada <takada@zebra.org>
341
342 * zserv.c (zsend_interface_delete): Use client->obuf instead of
343 allocating new stream.
344
3452001-03-10 Kunihiro Ishiguro <kunihiro@zebra.org>
346
347 * rt_netlink.c: Revert RTPROT_BOOT change.
348
3492001-03-08 Kunihiro Ishiguro <kunihiro@zebra.org>
350
351 * rt_netlink.c (netlink_route_change): Skip RTPROT_BOOT route.
352 (netlink_routing_table): Likewise.
353
3542001-03-07 "Akihiro Mizutani" <mizutani@dml.com>
355
356 * zserv.c (zsend_ipv4_add_multipath): Send metric value to
357 protocol daemons.
358
3592001-02-18 Kunihiro Ishiguro <kunihiro@zebra.org>
360
361 * rt_netlink.c (netlink_routing_table): Do not return
362 tb[RTA_GATEWAY] is NULL. Reported by: "Michael O'Keefe"
363 <mokeefe@qualcomm.com>.
364
3652001-02-08 Kunihiro Ishiguro <kunihiro@zebra.org>
366
367 * if_ioctl.c (interface_list_ioctl): Call if_add_update().
368 Suggested by: Chris Dunlop <chris@onthe.net.au>.
369
3702001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
371
372 * rib.c (nexthop_active_ipv4): When nexthop type is
373 NEXTHOP_TYPE_IPV4_IFINDEX, propery set the ifindex to rifindex.
374
375 * zserv.c: Initialize rtm_table_default with 0.
376
377 * zebra-0.91 is released.
378
3792001-01-31 Kunihiro Ishiguro <kunihiro@zebra.org>
380
381 * kernel_socket.c (rtm_read): Filter cloned route. Suggested by:
382 Jun-ichiro itojun Hagino <itojun@iijlab.net>
383
3842001-01-30 Kunihiro Ishiguro <kunihiro@zebra.org>
385
386 * connected.c (connected_up_ipv6): When point-to-point destination
387 address is ::, use local address for connected network.
388 (connected_down_ipv6): Likewise.
389
3902001-01-25 Kunihiro Ishiguro <kunihiro@zebra.org>
391
392 * zserv.c (zebra_serv): Add missing close() call. Reported by:
393 David Waitzman <djw@vineyard.net>.
394
3952001-01-24 Kunihiro Ishiguro <kunihiro@zebra.org>
396
397 * rib.c (rib_lookup_ipv4): New function for checking exact match
398 IGP route.
399
4002001-01-23 Kunihiro Ishiguro <kunihiro@zebra.org>
401
402 * rib.c (show_ipv6_route_protocol): Fix bug of "show ip route
403 route-type".
404
4052001-01-22 Kunihiro Ishiguro <kunihiro@zebra.org>
406
407 * interface.c (zebra_interface): Do not call
408 zebra_interface_add_update for inactive interface.
409
410 * zserv.c (zsend_interface_address_add): Send interface address
411 flag.
412 (zsend_interface_address_delete): Likewise.
413
4142001-01-19 Kunihiro Ishiguro <kunihiro@zebra.org>
415
416 * interface.c (if_addr_add): Add flags.
417
418 * connected.c (ifa_add_ipv4): Add new function for interface
419 address handling.
420 (ifa_delete_ipv4): Likewise.
421
4222001-01-16 Kunihiro Ishiguro <kunihiro@zebra.org>
423
424 * rib.c (rib_update): Update IPv6 RIB.
425
426 * kernel_socket.c (ifam_read): Call if_refresh() for update
427 interface flag status. This is for implicit interface up on *BSD.
428
429 * interface.c (if_refresh): Add interface flag refresh function.
430
431 * kernel_socket.c (rtm_read): Fetch link-local address interface
432 index.
433 (ifan_read): We need to fetch interface information. Suggested
434 by: Yasuhiro Ohara <yasu@sfc.wide.ad.jp>.
435
436 * rib.c (static_ipv6_nexthop_same): Add check for
437 NEXTHOP_TYPE_IPV6_IFNAME.
438
4392001-01-15 Kunihiro Ishiguro <kunihiro@zebra.org>
440
441 * rib.h (NEW_RIB): Turn on NEW_RIB flag. IPv6 new RIB code are
442 taken into place.
443
4442001-01-14 Kunihiro Ishiguro <kunihiro@zebra.org>
445
446 * rib.c (static_ipv6_write): Display STATIC_IPV6_GATEWAY_IFNAME
447 configuration.
448 (rib_delete_ipv6): Handle same route conter for IPv6 connected
449 route.
450 (show_ipv6_route_protocol): New command.
451 (show_ipv6_route_addr): Likewise.
452 (show_ipv6_route_prefix): Likewise.
453 (rib_update): Sweep kernel route when it is cleaned up.
454
455 * rt_socket.c (kernel_add_ipv6): Add NEXTHOP_IPV6_IFNAME
456 treatmenet.
457
458 * rt_netlink.c (kernel_init): Likewise.
459
460 * rt_ioctl.c (kernel_ioctl_ipv6_multipath): Likewise.
461
462 * rib.c (rib_add_ipv4): Cope with same connected route on a
463 interface. Suggested by: Matthew Grant <grantma@anathoth.gen.nz>.
464 (nexthop_ipv6_ifname_add): Add NEXTHOP_IPV6_IFNAME treatmenet.
465
466 * rib.h (struct new_rib): Add refcnt to keep track on the
467 reference of same connected route.
468
469 * ioctl.c (if_set_prefix): Add check for GNU_LINUX.
470
4712001-01-13 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
472
473 * kernel_socket.c (ifan_read, rtm_type_str): Add RTM_OIFINFO check.
474 (rtm_type_str): Add RTM_IFANNOUNCE check.
475 (ifan_read): New function.
476 (kernel_read): Add case for RTM_IFANNOUNCE.
477
4782001-01-13 Kunihiro Ishiguro <kunihiro@zebra.org>
479
480 * rt_ioctl.c (kernel_ioctl_ipv6_multipath): New function.
481
482 * rt_netlink.c (netlink_route_multipath): IPv6 address ifindex
483 treatment.
484
485 * connected.c (connected_up_ipv6): Add dest value check.
486
487 * rib.c (nexthop_active_ipv6): Do not touch IPv6 nexthop's
488 ifindex.
489 (rib_add_ipv4): Import rib_add_ipv6() same route check code.
490 (nexthop_active_check): NEXTHOP_TYPE_IPV6_IFINDEX activity is only
491 checked by ifindex.
492
493 * rt_socket.c (kernel_rtm_ipv6_multipath): New function.
494
495 * redistribute.c (redistribute_add): Use
496 zsend_ipv6_add_multipath().
497 (redistribute_delete_multipath): Use
498 zsend_ipv6_delete_multipath().
499
500 * interface.c (ip_address): Check current IP address to avoid
501 duplicate.
502
503 * rib.c (rib_delete_ipv4): When deleted route is connected route,
504 check ifindex.
505 (rib_add_ipv4): When connected route is added do not perform
506 implicit withdraw.
507 (rib_delete_ipv4): Check ifindex for connected route.
508
509 * kernel_socket.c (rtm_read): When route has RTF_STATIC, set
510 ZEBRA_FLAG_STATIC for indicate as persistent route.
511 (ifam_read): Unset interface index from link-local address when
512 IPv6 stack is KAME.
513
514 * rib.c (rib_update): Do not delete persistent kernel route.
515
516 * rib.h (struct new_rib): Integrate RIB_FLAG_* to ZEBRA_FLAG_*.
517
518 * rt_socket.c (kernel_add_ipv6_multipath): Add placeholder.
519 (kernel_delete_ipv6_multipath): Likewise.
520
521 * rt_netlink.c (netlink_talk): Give struct nlsock to netlink_talk.
522
5232001-01-12 Kunihiro Ishiguro <kunihiro@zebra.org>
524
525 * rib.c (rib_update): Revert Matthew Grant's patch
526 zebra_cvs_newribfix.patch. Use struct rib->ifindex for kernel
527 interface index. Introduce NEXTHOP_TYPE_IPV4_IFINDEX to support
528 that. Add support for address deletion situation.
529
5302001-01-11 Kunihiro Ishiguro <kunihiro@zebra.org>
531
532 * interface.c: Remove HAVE_IF_PSEUDO part.
533
534 * rib.h: Likewise.
535
536 * rt_netlink.c (netlink_link_change): Likewise.
537
5382001-01-10 Kunihiro Ishiguro <kunihiro@zebra.org>
539
540 * zserv.c: Remove OLD_RIB codes.
541
5422001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
543
544 * zebra-0.90 is released.
545
5462001-01-09 Matthew Grant <grantma@anathoth.gen.nz>
547
548 * interface.c (if_new_intern_ifindex): Allocate a new internal
549 interface index.
550 (if_addr_refresh): Fix up ip addresses configured via zebra.
551 (if_add_update): Handle an interface addition.
552 (if_delete_update): Handle an interface delete event.
553
554 * rib.c (nexthop_ipv4_add): Add kernel route deletion process when
555 interface goes down.
556
5572001-01-08 Kunihiro Ishiguro <kunihiro@zebra.org>
558
559 * interface.c (if_dump_vty): When HAVE_NET_RT_IFLIST is defined,
560 NetBSD also use this function. Suggested by Jasper Wallace
561 <jasper@ivision.co.uk>.
562
5632001-01-07 Kunihiro Ishiguro <kunihiro@zebra.org>
564
565 * rib.c (nexthop_active_ipv4): Move back to set methodo to old
566 one.
567
5682001-01-05 Kunihiro Ishiguro <kunihiro@zebra.org>
569
570 * rib.c (rib_add_ipv4): EBGP multihop set ZEBRA_FLAG_INTERNAL
571 flag, so treat it.
572
5732001-01-04 Kunihiro Ishiguro <kunihiro@zebra.org>
574
575 * rt_netlink.c (netlink_talk_ipv6): When IPv6 route message is
576 sent from netlink_cmd, the same message comes from netlink. To
577 avoid confusion, temporary netlink_talk_ipv6 use netlink.sock
578 instead of netlink_cmd.sock.
579
5802001-01-01 Kunihiro Ishiguro <kunihiro@zebra.org>
581
582 * zserv.h (ZEBRA_SERV_PATH): Change "/tmp/zebra" to "/tmp/.zebra".
583 Change "/tmp/zserv" to "/tmp/.zserv".
584
5852000-12-29 Frank van Maarseveen <F.vanMaarseveen@inter.NL.net>
586
587 * rt_netlink.c (struct nlsock): Divide kernel message into listen
588 socket and command socket.
589 (netlink_talk): Remove socket listen code. Use netlink_parse_info
590 for read kernel response.
591
5922000-12-29 Kunihiro Ishiguro <kunihiro@zebra.org>
593
594 * rib.c (vty_show_ip_route): Show uptime of the RIP,OSPF,BGP
595 routes.
596
5972000-12-27 Kunihiro Ishiguro <kunihiro@zebra.org>
598
599 * rt_netlink.c (netlink_route_multipath): Metric value is
600 reflected to kernel routing table.
601
602 * rt_ioctl.c (kernel_ioctl_ipv4_multipath): Likewise.
603
604 * kernel_socket.c (rtm_write): Likewise.
605
606 * rib.c (nexthop_active_ipv4): Only iBGP route perform recursive
607 nexthop lookup.
608
609 * rt_ioctl.c (kernel_ioctl_ipv4_multipath): Add ioctl version of
610 new RIB implementation.
611
6122000-12-26 Kunihiro Ishiguro <kunihiro@zebra.org>
613
614 * rib.h: Remove MULTIPATH_NUM. It is defined by configure script.
615
6162000-12-25 Michael Rozhavsky <mrozhavsky@opticalaccess.com>
617
618 * rib.c (rib_if_up): Call rib_fib_set instead of RIB_FIB_SET for
619 proper redistribution.
620
6212000-12-19 Kunihiro Ishiguro <kunihiro@zebra.org>
622
623 * rib.c (nexthop_active_ipv4): Add self lookup nexthop check.
624 (show_ip_route_protocol): Support new RIB.
625
626 * rt_netlink.c (netlink_route_change): Do not return when gate is
627 NULL.
628
6292000-12-18 Kunihiro Ishiguro <kunihiro@zebra.org>
630
631 * rib.c (rib_lookup_ipv4_nexthop): IBGP nexthop check function is
632 updated.
633 (rib_add_ipv4): Free implicit withdraw route's RIB.
634
6352000-12-15 Kunihiro Ishiguro <kunihiro@zebra.org>
636
637 * rib.c (nexthop_active_ipv4): Check indirect nexthop.
638
639 * redistribute.c (redistribute_add_multipath): Redistribution
640 works with new rib code.
641
6422000-12-14 Kunihiro Ishiguro <kunihiro@zebra.org>
643
644 * rt_netlink.c (netlink_route_multipath): Check useful nexthop
645 number.
646 (netlink_route_multipath): Clear rtnh_flags and rtnh_hops.
647
648 * rib.c (nexthop_active_update): Set flag for the rib's nexthop
649 activity is changed.
650 (nexthop_active_check): Before checking interface is up, make it
651 sure the interface exist.
652
6532000-11-20 Kunihiro Ishiguro <kunihiro@zebra.org>
654
655 * rib.c (ip_route): New RIB prototype.
656
6572000-11-16 Yon Uriarte <ukl2@rz.uni-karlsruhe.de>
658
659 * zserv.c (zsend_interface_add): Send hardware address when
660 hw_addr_len is greater than 0.
661
6622000-11-07 Kunihiro Ishiguro <kunihiro@zebra.org>
663
664 * connected.c (connected_up_ipv4): Fix ptop bug. The destination
665 network should be installed into routing table.
666 (connected_down_ipv4): Likewise.
667 (connected_add_ipv4): Change to use connected_up_ipv4.
668 (connected_delete_ipv4): Likewise.
669
6702000-11-06 Kunihiro Ishiguro <kunihiro@zebra.org>
671
672 * rt_netlink.c (netlink_interface_addr): Revert Harald Welte
673 <laforge@gnumonks.org>'s ptop patch then back to original code to
674 avoid duplicated connected route problem. Suggested by Frank van
675 Maarseveen <F.vanMaarseveen@inter.NL.net>.
676
677 * kernel_socket.c (rtm_read): Make behavior consistent even #ifdef
678 DEBUG is defined. Reported by Jun-ichiro itojun Hagino
679 <itojun@iijlab.net>.
680
6812000-10-23 Jochen Friedrich <jochen@scram.de>
682
683 * main.c (main): Call zebra_snmp_init() when it is enabled.
684
6852000-10-23 Kunihiro Ishiguro <kunihiro@zebra.org>
686
687 * zserv.c (zebra_serv_un): UNIX domain socket server of zebra
688 protocol.
689
6902000-10-19 Kunihiro Ishiguro <kunihiro@zebra.org>
691
692 * rib.c (rib_add_ipv4): Same check bug is fixed.
693
6942000-10-03 Kunihiro Ishiguro <kunihiro@zebra.org>
695
696 * rib.c (rib_if_down): Remove kernel route when the interface goes
697 down.
698
699 * debug.c: New command "debug zebra kernel" is added.
700
7012000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
702
703 * zebra-0.89 is released.
704
7052000-09-24 Harald Welte <laforge@gnumonks.org>
706
707 * rt_netlink.c (netlink_interface_addr): Fix point-to-point address
708 treatment in netlink interface.
709
7102000-09-21 David Lipovkov <dlipovkov@OpticalAccess.com>
711
712 * rib.c (rib_if_down): Pull static route only. Protocol daemon
713 must withdraw routes when interface goes down.
714 (rib_add_ipv4): Check nexthop when replace route.
715
7162000-09-21 Kunihiro Ishiguro <kunihiro@zebra.org>
717
718 * if_ioctl.c (if_getaddrs): New function for looking up
719 interface's address by getifaddrs().
720
7212000-09-10 Kunihiro Ishiguro <kunihiro@zebra.org>
722
723 * connected.c (connected_delete_ipv4): Add check for connected
724 address is found or not.
725 (connected_add_ipv6): Reflect IPv6 connected address change to
726 protocol daemons.
727 (connected_delete_ipv6): Likewise.
728
7292000-09-07 David Lipovkov <davidl@nbase.co.il>
730
731 * rib.c (rib_delete_ipv4): Reverted the change from pseudo
732 interface patch to original. Because ospfd deletes routes using
733 zero ifindex.
734
7352000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
736
737 * zebra-0.88 is released.
738
7392000-08-15 "Akihiro Mizutani" <mizutani@dml.com>
740
741 * rib.c (show_ip_route_protocol): Help string correction.
742 (show_ip_route_prefix): Check prefix mask.
743 (show_ip_route_vty_detail): Display distance and metric.
744
7452000-08-14 Kunihiro Ishiguro <kunihiro@zebra.org>
746
747 * zserv.c (zsend_interface_add): Change ifindex store size from
748 two octet to four.
749 (zsend_interface_delete): Likewise.
750 (zsend_interface_address_add): Likewise.
751 (zsend_interface_address_delete): Likewise.
752 (zsend_interface_up): Likewise.
753 (zsend_interface_down): Likewise.
754
7552000-08-13 Kunihiro Ishiguro <kunihiro@zebra.org>
756
757 * rib.c (rib_add_ipv4): Do not install distance 255 route.
758
7592000-08-10 Toshiaki Takada <takada@zebra.org>
760
761 * interface.c (bandwidth_if), (no_bandwidth_if): Call
762 zebra_interface_up_update () instead of using if_up() and if_down().
763
7642000-08-07 "Akihiro Mizutani" <mizutani@dml.com>
765
766 * interface.c (bandwidth_if): Fix help string.
767
7682000-08-07 Matthew Grant <grantma@anathoth.gen.nz>
769
770 * interface.c (if_dump_vty): Display bandwidth value.
771 (bandwidth_if): New command "bandwidth <1-10000000>" is added.
772 When interface is up, force protocol daemons to recalculate routes
773 due to cost change.
774 (no_bandwidth_if): Likewise.
775 (if_config_write): Output bandwidth configuration.
776
777 * zserv.c (zsend_interface_add): Send bandwidth value.
778 (zsend_interface_up): Likewise.
779 (zsend_interface_down): Likewise.
780
781
7822000-08-07 Michael Rozhavsky <mike@nbase.co.il>
783
784 * rib.c (show_ip_route_protocol): "show ip route
785 (bgp|connected|kernel|ospf|rip|static)" is added.
786
7872000-08-07 Kunihiro Ishiguro <kunihiro@zebra.org>
788
789 * rib.c (rib_lookup_ipv4_nexthop): Check parent node until IGP
790 nexthop is found.
791 (rib_add_ipv4_internal): Set fib ifindex to rib ifindex.
792
7932000-08-06 Kunihiro Ishiguro <kunihiro@zebra.org>
794
795 * redistribute.c (redistribute_delete): Fix bug of default route
796 redistribute treatment.
797
7982000-08-05 Kunihiro Ishiguro <kunihiro@zebra.org>
799
800 * rib.c (rib_init): Install ip_node in rib.c instead of zserv.c.
801 Change default distance value.
802
803 Old New
804 ------------------------------------------
805 system 10 0
806 kernel 20 0
807 connected 30 0
808 static 40 1
809 rip 50 120
810 ripng 50 120
811 ospf 60 110
812 ospf6 49 110
813 bgp 70 200(iBGP) 20(eBGP)
814 ------------------------------------------
815
816 * zserv.c (client_lookup): Function removed.
817 (zsend_interface_add): Use client's output buffer. Check ifinfo
818 flag.
819 (zsend_interface_delete): Likewise.
820 Delete ipv4_static_radix and ipv6_static_radix.
821
8222000-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
823
824 * zserv.h (struct zebra_client): When client request interface
825 information, ifinfo is set.
826
827 * rib.c: Temporary Revert changes for pseudo interface.
828
829 * rib.h: Likewise.
830
831 * zserv.c: Likewise.
832
833 * interface.c: Likewise.
834
8352000-08-02 David Lipovkov <davidl@nbase.co.il>
836
837 * interface.c (zebra_if_init): Install interface "pseudo"
838 commands.
839
840 * rib.c (rib_create): ifname argument is added.
841 (rib_add_ipv4_pseudo): New function is added.
842 (rib_delete_ipv4_pseudo): Likewise.
843
844 * rib.h : Delete INTERFACE_UNKNOWN definition. Add prototype for
845 pseudo interface functions.
846
847 * rt_netlink.c (netlink_link_change): Check for pseudo interface.
848
849 * zserv.c (ip_route): When destination is pseudo interface, call
850 rib_add_ipv4_pseudo().
851
852 * zserv.c (no_ip_route): Trim "unknown" argument.
853
8542000-07-26 kunitake@dti.ad.jp
855
856 * if_ioctl.c (if_get_hwaddr): Fix hardware address length from 8
857 to 6.
858
859 * rtadv.c (rtadv_send_packet): Fix shift bug for hardware address.
860
8612000-07-24 Akihiro Mizutani <mizutani@dml.com>
862
863 * interface.c: Use install_default() for common VTY commands.
864
8652000-07-23 Kunihiro Ishiguro <kunihiro@zebra.org>
866
867 * if_ioctl.c (interface_list_ioctl): A interface list size is
868 calculated from ifreq->if_addr.sa_len. This is for OpenBSD.
869
870 * ioctl.c (if_get_mtu): Remove codes for SIOCGIFDATA.
871
8722000-07-09 Chris Dunlop <chris@onthe.net.au>
873
874 * if_ioctl.c (if_get_index): Add check for HAVE_BROKEN_ALIASES.
875
8762000-07-04 Kunihiro Ishiguro <kunihiro@zebra.org>
877
878 * zserv.c (zebra_client_read): Add ZEBRA_REDISTRIBUTE_{ADD,DELETE}
879 message handling.
880
8812000-07-02 David Lipovkov <davidl@nbase.co.il>
882
883 * zserv.c: "ip route A.B.C.D/M unknown" command is added.
884
8852000-06-28 Michael Rozhavsky <mike@nbase.co.il>
886
887 * rib.c: Remove old kernel route when new route comes in.
888
8892000-06-13 David Lipovkov <davidl@nbase.co.il>
890
891 * rib.c (rib_if_up): Add check for unknown interface.
892
8932000-06-13 Kunihiro Ishiguro <kunihiro@zebra.org>
894
895 * rib.h: Define INTERFACE_UNKNOWN.
896
8972000-06-08 Kunihiro Ishiguro <kunihiro@zebra.org>
898
899 * Makefile.am (EXTRA_DIST): Move irdp.c until implementation is
900 finished.
901
9022000-06-05 David Lipovkov <davidl@nbase.co.il>
903
904 * interface.c (if_zebra_delete_hook): Call rib_if_delete().
905
906 * redistribute.c (zebra_interface_delete_update): New function.
907
908 * redistribute.h (zebra_interface_delete_update): New function
909 prototype.
910
911 * rib.c (rib_if_delete): New function. Walk down all routes and
912 delete all on the interface.
913
914 * rib.h: New function prototype.
915
916 * rt_netlink.c (netlink_link_change): Call
917 zebra_interface_delete_update ().
918
9192000-05-10 Kunihiro Ishiguro <kunihiro@zebra.org>
920
921 * if_ioctl.c (interface_info_ioctl): Check interface's flag before
922 checking interface's address.
923
9242000-04-26 Jochen Friedrich <jochen@nwe.de>
925
926 * GNOME-PRODUCT-ZEBRA-MIB: New file.
927
928 * GNOME-SMI: New file.
929
9302000-04-23 Kunihiro Ishiguro <kunihiro@zebra.org>
931
932 * irdp.c: New file from 1997 development code.
933 * irdp.h: Likewise.
934
9352000-04-19 Kunihiro Ishiguro <kunihiro@zebra.org>
936
937 * rtadv.c (rtadv_send_packet): Enclose router advertisement
938 logging with IS_ZEBRA_DEBUG_PACKET.
939
9402000-04-17 Kunihiro Ishiguro <kunihiro@zebra.org>
941
942 * zserv.c (zebra_client_close): Remove client structure from
943 client_list when connection is terminated.
944
9452000-03-21 David Lipovkov <davidl@nbase.co.il>
946
947 * connected.c (connected_add_ipv4): Allows all necessary structure
948 updates for connected route, but doesn't insert it into rib if
949 it's interface is down.
950
9512000-01-21 Hideto Yamakawa <hideto.yamakawa@soliton.co.jp>
952
953 * rtread_getmsg.c: Set some definition for Solaris 2.5 and Solaris
954 2.5.1.
955
9562000-01-21 Kunihiro Ishiguro <kunihiro@zebra.org>
957
958 * rib.c (no_ipv6_route_ifname): Fix buf of cheking return value
959 from str2prefix_ipv6().
960
9612000-01-14 Kunihiro Ishiguro <kunihiro@zebra.org>
962
963 * rt_socket.c: Revert to use RTF_HOST for IPv4 with /32 route and
964 IPv6 with /128 routes.
965 (kernel_rtm_ipv4): In case of /32 route's gateway is interface. It
966 should have mask for cloning.
967
9681999-12-26 Jochen.Friedrich@genorz.de
969
970 * interface.c (if_dump_vty): Fix a bug of missing VTY_NEWLINE.
971
9721999-12-23 Alex Zinin <zinin@amt.ru>
973 * interface.*: dynamic int up/down support
974
9751999-12-09 Kunihiro Ishiguro <kunihiro@zebra.org>
976
977 * ipforward_proc.c (dropline): Move dropline() from lib/dropline.c
978
979 * rtread_proc.c (proc_route_read): Don't use dropline().
980
9811999-12-08 Kunihiro Ishiguro <kunihiro@zebra.org>
982
983 * kernel_socket.c (rtm_read): When message is RTM_GET, it has own
984 process's pid.
985
9861999-12-04 Kunihiro Ishiguro <kunihiro@zebra.org>
987
988 * main.c (main): Change to default log output to ZLOG_STDOUT.
989
990 * zserv.c (zebra_serv): More detailed error print.
991
9921999-11-30 Kunihiro Ishiguro <kunihiro@zebra.org>
993
994 * kernel_socket.c (rtm_read): Check old pid for static route
995 insertion check.
996
9971999-11-30 Kunihiro Ishiguro <kunihiro@zebra.org>
998
999 * interface.c (if_dump_vty): BSDI/OS uses 64bit for interface
1000 statistics counter.
1001
1002 * mtu_kvm.c: New file added.
1003
10041999-11-27 Vladimir B. Grebenschikov <vova@express.ru>
1005
1006 * kernel_socket.c (rtm_write): Set RTF_CLONING flag for
1007 route to the directly connected interface.
1008
10091999-11-27 Kunihiro Ishiguro <kunihiro@zebra.org>
1010
1011 * rt_socket.c: Delete USE_HOST_BIT definition.
1012
10131999-11-21 Michael Handler <handler@sub-rosa.com>
1014
1015 * rtread_getmsg.c: Undef some definition to resolve conflict.
1016
10171999-11-27 Kunihiro Ishiguro <kunihiro@zebra.org>
1018
1019 * kernel_socket.c (rtm_write): Change to use pre stored struct_dl
1020 value for gateway specification.
1021
10221999-11-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1023
1024 * rt_socket.c (kernel_rtm_ipv4): Even mask is 32 under IPv4 or
1025 128 under IPv6, don't use RTF_HOST.
1026
10271999-11-21 Kunihiro Ishiguro <kunihiro@zebra.org>
1028
1029 * Makefile.am (EXTRA_DIST): Add rtread_getmsg.c.
1030
10311999-11-21 Michael Handler <handler@sub-rosa.com>
1032
1033 * rtread_getmsg.c: Added for Solaris 2.6 support.
1034
10351999-11-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1036
1037 * rtread_sysctl.c (rtm_read_route): RTM_DELETE handling added.
1038
1039 * rt_socket.c (kernel_read): Better BSD routing socket support.
1040
10411999-10-19 Kunihiro Ishiguro <kunihiro@zebra.org>
1042
1043 * client_main.c: Disable making obsolete zebra test `client'
1044 command.
1045
10461999-10-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1047
1048 * zebra.c: Renamed to zserv.c.
1049
1050 * zebra.h: Global definitions are moved to lib/zebra.h. Then
1051 renamed to zserv.h.
1052
10531999-10-15 Jordan Mendelson <jordy@wserv.com>
1054
1055 * if_ioctl.c: Add Linux 2.2.X's alias support and dynamic
1056 interface. Remove ugly MAX_INTERFACE handling codes.
1057
10581999-09-17 Satosi KOBAYASI <kobayasi@north.ad.jp>
1059
1060 * Fix serious bug of IPv6 route deletion.
1061
10621999-09-11 Kunihiro Ishiguro <kunihiro@zebra.org>
1063
1064 * ioctl.c (if_set_prefix): Properly set broadcast address.
1065
10661999-09-04 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1067
1068 * rib.c (rib_add_ipv6, rib_delete_ipv6): now protocol daemons
1069 can install connected route to kernel via zebra
1070
10711999-08-24 VOP <vop@unity.net>
1072
1073 * rib.c: Include "sockunion.h"
1074
10751999-08-22 Kunihiro Ishiguro <kunihiro@zebra.org>
1076
1077 * ipforward.h: New file.
1078
1079 * zebra.h: Obsolete message ZEBRA_GET_ALL_INTERFACE,
1080 ZEBRA_GET_ONE_INTERFACE, ZEBRA_GET_HOSTINFO are deleted.
1081
10821999-08-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1083
1084 * zebra.h (ZEBRA_INTERFACE_ADDRESS_ADD):
1085 ZEBRA_INTERFACE_{ADD,DELETE} added.
1086
10871999-08-15 Kunihiro Ishiguro <kunihiro@zebra.org>
1088
1089 * rib.c: show ip route A.B.C.D works.
1090
1091 * zebra.c (zebra_read_ipv4): Add ifindex to zebra messages.
1092
10931999-08-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1094
1095 * zebra.h: New Zebra message ZEBRA_INTERFACE_{ADD,DELETE} added.
1096
10971999-08-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1098
1099 * interface.h: New file.
1100 * Makefile.am: Add interface.h
1101
11021999-08-04 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1103
1104 * redistribute.c (zebra_redistribute): give ifindex to client.
1105
11061999-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1107
1108 * main.c (longopts): -k, --keep_kernel option added.
1109
11101999-07-18 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1111
1112 * rt_socket.c (rtm_write): forgot closing socket bug fixed.
1113
11141999-07-17 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1115
1116 * rib.c (show_ipv6_cmd): if rib is link show interface name.
1117
11181999-07-17 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1119
1120 * rt_socket.c (rtm_write): use sockaddr_dl when null gateway.
1121
11221999-07-16 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1123
1124 * rt_socket.c (rtm_write): ipv6 route table bug fixed.
1125
11261999-07-15 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1127
1128 * zebra.c (zebra_read_ipv6): read link prefix from ospf6 support
1129
11301999-07-15 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1131
1132 * rt_socket.c (kernel_rtm_ipv6): gate treatment bug fixed.
1133
11341999-07-15 Kunihiro Ishiguro <kunihiro@zebra.org>
1135
1136 * if_sysctl.c (ifm_read): Clear sockunion argument before fetching
1137 data. Suggested by "Chris P. Ross" <cross@eng.us.uu.net>
1138
11391999-07-08 HEO SeonMeyong <seirios@Matrix.IRI.Co.Jp>
1140
1141 * interface.c (if_tun_add): Add KAME's gif tunnel setting codes.
1142
11431999-06-26 Kunihiro Ishiguro <kunihiro@zebra.org>
1144
1145 * zebra.c (zebra_serv): Only accept loopback address connection.
1146
11471999-06-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1148
1149 * zebra.h (ZEBRA_ROUTE_EXTERNAL): Add zebra messages flags
1150
11511999-06-17 Kunihiro Ishiguro <kunihiro@zebra.org>
1152
1153 * ipforward_proc.c: ipforward_on () and ipforward_off () added.
1154
11551999-06-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1156
1157 * ipforward_proc.c (ipforward_ipv6): Check for IPv6 forwarding
1158 using /proc file system is added.
1159
11601999-06-06 Kunihiro Ishiguro <kunihiro@zebra.org>
1161
1162 * if_ioctl.c (if_get_index): Interface index set bug is fixed by
1163 adding #else at the middle of function. Suggested by David Luyer
1164 <luyer@ucs.uwa.edu.au>.
1165
11661999-05-29 <kunihiro@zebra.org>
1167
1168 * rt_ioctl.c: Comment out #include <linux/ipv6_route.h>.
1169
11701999-05-26 Kunihiro Ishiguro <kunihiro@zebra.org>
1171
1172 * zebra.h (ZEBRA_ROUTE_MAX): Add new define for the max value of
1173 the sort of routes.
1174
11751999-05-25 Patrick Koppen <koppen@rhrk.uni-kl.de>
1176
1177 * rt_netlink.c (netlink_socket): Make netlink socket non-blocking.
1178 (netlink_parse_info): If errno is EWOULDBLOCK then continue to
1179 parse the message.
1180 (netlink_talk): Likewise
1181
11821999-05-17 <kunihiro@zebra.org>
1183
1184 * redistribute.c (zebra_check_addr): Added for loopback address
1185 check.
1186
11871999-05-15 Kunihiro Ishiguro <kunihiro@zebra.org>
1188
1189 * rt_netlink.c (netlink_route_change): Tempolary bypass ipv6 route
1190 change treatment.
1191
1192 * Makefile.am (noinst_HEADERS): redistribute.h added.
1193
1194 * redistribute.h: New file.
1195
11961999-05-14 Stephen R. van den Berg <srb@cuci.nl>
1197
1198 * zebra.c (show_table): Show all table configuration DEFUN.
1199 (config_table): Config table number DEFUN.
1200
1201 * rt_netlink.c: Add support for multiple routing table.
1202
1203 * rib.c (rib_weed_table): New function added for delete all
1204 routes from specified routing table.
1205
1206 * main.c (signal_init): SIGTERM call sigint.
1207 (sigint): Loggging more better message.
1208
12091999-05-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1210
1211 * rt_netlink.c: Change log () to zlog ().
1212
12131999-05-07 <kunihiro@zebra.org>
1214
1215 * zebra.h (ZEBRA_ROUTE_OSPF6): Added for ospf6d route.
1216
12171999-04-20 Kunihiro Ishiguro <kunihiro@zebra.org>
1218
1219 * interface.c: Add `no ip address' command.
1220
12211999-04-10 Kunihiro Ishiguro <kunihiro@zebra.org>
1222
1223 * rt_netlink.c (kernel_read): Function added for asynchronous
1224 zebra between kernel communication.
1225
12261999-03-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1227
1228 * rtread_sysctl.c (rtm_read): Fix address memcopy overrun bug.
1229 Reported by Achim Patzner <ap@bnc.net>.
1230
12311999-03-03 Kunihiro Ishiguro <kunihiro@zebra.org>
1232
1233 * Makefile.am: Install configuration sample with 600 permission.
1234
12351999-03-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1236
1237 * Makefile.am: Add -I.. to INCLUDES.
1238
12391999-02-18 Peter Galbavy <Peter.Galbavy@knowledge.com>
1240
1241 * syslog support added
1242
12431999-02-17 Peter Galbavy <Peter.Galbavy@knowledge.com>
1244
1245 * if_sysctl.c (interface_list): allocated memory free when unknown
1246 ifm_type is returned.
1247
1248 * ioctl.c (if_get_mtu): added SIOCGIFDATA treatment.
1249
12501998-12-15 Magnus Ahltorp <map@stacken.kth.se>
1251
1252 * interface.c: Header include added.
1253
12541998-12-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1255
1256 * rt.h (kernel_delete_ipv6): change int index to unsigned int index.
1257
12581998-12-13 Kunihiro Ishiguro <kunihiro@zebra.org>
1259
1260 * if_ioctl.c (interface_list_ioctl): interface flag must be
1261 checked before check addresses of the interface.
1262
12631998-12-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1264
1265 * Makefile.am (INCLUDES): add @INCLUDES@ for Linux IPv6.
1266
12671998-10-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1268
1269 * ioctl.c: Linux version before 2.1.0 need interface route setup.
1270
12711998-09-15 HEO SeonMeyong <seirios@matrix.iri.co.jp>
1272
1273 * change HYDRANGEA to KAME
1274
12751998-09-01 Kunihiro Ishiguro <kunihiro@zebra.org>
1276
1277 * if_ioctl.c (if_addr_ioctl): set address family for getting
1278 interface's address.
1279 (if_get_index): silently return when can't get interface's index.
1280
12811998-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
1282
1283 * main.c (main): batch mode option '-b' added.
1284
12851998-08-16 Kunihiro Ishiguro <kunihiro@zebra.org>
1286
1287 * ioctl.c (if_set_prefix): add `ip address IPV4ADDR' command.
1288 * interface.c (shutdown_if): add interface shutdown and no
1289 shutdown command.
1290
12911998-08-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1292
1293 * rib.c (rib_add_ipv6): delete rib_add_in6.
1294
12951998-07-27 Kunihiro Ishiguro <kunihiro@zebra.org>
1296
1297 * main.c: retain flag is added.
1298
12991998-07-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1300
1301 * rtable.[ch]: merged with rib.[ch]
1302
13031998-07-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1304
1305 * connected.h: renamed from ifa.h.
1306
13071998-06-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1308
1309 * rename if.c to interface.c
1310 * rename ifa.c to connected.c
1311
1312 * Porting to Debian GNU/Linux 2.0 (hamm).
1313
13141998-06-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1315
1316 * rt_netlink.c: renamed from krt_netlink.c
1317
1318 * fib.c: deleted.
1319 * rt_kvm.c: deleted.
1320 * rtread_getmsg.c: deleted.
1321
13221998-06-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1323
1324 * if.c (multicast): add multicast flag [un]set fucntion.
1325
13261998-05-19 Yamshita TAKAO <jargon@lares.dti.ne.jp>
1327
1328 * rt_socket.c: Modify for compile on Solaris, but dont't work it.
1329 rt_socket.c have some undefined function, so add directive "IMPLEMENT"
1330
13311998-05-18 Yamshita TAKAO <jargon@lares.dti.ne.jp>
1332
1333 * zebra.c: Modify for compile on Solaris.
1334
13351998-05-03 Kunihiro Ishiguro <kunihiro@zebra.org>
1336
1337 * main.c: change CONFDIR to SYSCONFDIR.
1338
13391998-05-01 Kunihiro Ishiguro <kunihiro@zebra.org>
1340
1341 * .cvsignore: added.
1342
13431998-04-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1344
1345 * client.c: moves to ../lib.
1346
13471998-03-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1348
1349 * if_ioctl.c (if_get_addr): Change address copy from memcopy() to
1350 structure assignment.
1351
13521998-03-30 URA Hiroshi <ura@yamato.ibm.co.jp>
1353
1354 * if_sysctl.c (ifm_interface_add): sdl->sdl_data copy bug fixed.
1355
13561998-02-23 "Hannes R. Boehm" <hannes@boehm.org>
1357
1358 * if.c (if_init): add config_exit_cmd and config_help_cmd.
1359
13601998-01-24 Kunihiro Ishiguro <kunihiro@zebra.org>
1361
1362 * rt_ioctl.c (route_ioctl): EPERM treatment added.
1363
13641998-01-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1365
1366 * rt_socket.c (kernel_read): communication port zebra between
1367 kernel is now handled by kernel_read.
1368
13691998-01-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1370
1371 * main.c (main): zebra [-P port] can specify vty port number.
1372
13731997-12-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1374
1375 * zebra.c: change select will be block.
1376
13771997-12-04 Kunihiro Ishiguro <kunihiro@zebra.org>
1378
1379 * add static route treatment.
1380
13811997-11-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1382
1383 * rt_netlink.c: add netlink support over GNU/Linux system.
1384
13851997-11-23 Kunihiro Ishiguro <kunihiro@zebra.org>
1386
1387 * all inet_addr is changed to inet_aton.
1388
1389 * zebra.c (ip_route): add ip route command for static routes.
1390
13911997-11-20 Kunihiro Ishiguro <kunihiro@zebra.org>
1392
1393 * if.c (if_flag_dump): Linux port of if_flag_dump and _vty.
1394
13951997-11-19 Kunihiro Ishiguro <kunihiro@zebra.org>
1396
1397 * if.c: add interface command.
1398
13991997-11-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1400
1401 * ipforward_proc.c : Now works on Linux.
1402
14031997-10-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1404
1405 * command.c : add completion feature.
1406
14071997-10-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1408
1409 * vty.c (vty_command): add vty interface.
1410
14111997-10-13 Kunihiro Ishiguro <kunihiro@zebra.org>
1412
1413 * zebra.c: add verbose mode.
1414
14151997-10-12 SonMyong Ho <s-ho@Matrix.IRI.Co.Jp>
1416
1417 * Hydrangea for FreeBSD supported
1418 * in.h: add some prototype.
1419
14201997-10-11 Kunihiro Ishiguro <kunihiro@zebra.org>
1421
1422 * rt_socket.c and rtread.c completely rewritten.
1423
14241997-10-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1425
1426 * rt_socket.c: rename kernel_sock to routing_socket
1427
14281997-10-04 Kunihiro Ishiguro <kunihiro@zebra.org>
1429
1430 * if.c (if_new): interface structure change from linklist to vector.
1431
14321997-10-03 Kunihiro Ishiguro <kunihiro@zebra.org>
1433
1434 * vector.c (vector_init): create vector related function
1435
14361997-09-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1437
1438 * Makefile.in: add tags target
1439
1440 * start IPv6 support for INRIA FreeBSD.
1441