blob: a62fb6cc6af73dedd9fe749475f6cc0c10caab12 [file] [log] [blame]
hassoc9e52be2004-09-26 16:09:34 +000012004-09-26 Hasso Tepper <hasso at quagga.net>
2
3 * irdp_interface.c, irdp_main.c, irdp_packet.c, rt_netlink.c,
4 rtadv.c, zebra_vty.c: Fix compiler warnings.
5
paul0c0f9112004-09-24 08:24:42 +000062004-09-24 Paul Jakma <paul@dishone.st>
7
paul26f7a242004-09-24 08:45:10 +00008 * irdp_interface.c: (no_ip_irdp_address_preference_cmd)
9 add missing listnode declaration.
10
112004-09-24 Paul Jakma <paul@dishone.st>
12
paul0c0f9112004-09-24 08:24:42 +000013 * irdp_{interface,main}.c: lists typedef removal cleanup.
14 update some list loops to LIST_LOOP. some miscellaneous style
15 and indent fixups.
16 (no_ip_irdp_address_preference_cmd) Fix delete of referenced node
paul26f7a242004-09-24 08:45:10 +000017 in loop.
paul0c0f9112004-09-24 08:24:42 +000018 * irdp_packet.c: (irdp_recvmsg) Fix buggy assignment of integer
19 to pointer.
20 * if_ioctl{,_solaris}.c: lists typedef removal cleanup.
21 update some list loops to LIST_LOOP.
22
hasso52dc7ee2004-09-23 19:18:23 +0000232004-09-23 Hasso Tepper <hasso at quagga.net>
24
25 * *.[c|h]: list -> struct list *, listnode -> struct listnode *.
26
paul44983cf2004-09-22 13:15:58 +0000272004-09-22 Paul Jakma <paul.jakma@sun.com>
28
29 * zserv.c: (zsend_route_multipath) fix nasty bad memset of struct
30 in_addr to sizeof(struct in6_addr), causing odd and hard to debug
31 crash.
32
hassoc34b6b52004-08-31 13:41:49 +0000332004-08-31 Hasso Tepper <hasso at quagga.net>
34
35 * main.c, rt_netlink.c: Added -s command line switch for tuning
36 netlink receive buffer size in Linux to avoid buffer overruns.
37
gdta5ea6872004-08-26 13:24:00 +0000382004-08-26 Miles Nordin <carton@Ivy.NET>
39
40 * ipforward_sysctl.c (mib_ipv6): Use size_t for len, per
41 sysctl(3), rather than int. (Needed on NetBSD/alpha to display
42 forwarding status correctly.)
43
paul3e0b3a52004-08-23 18:58:32 +0000442004-08-23 Paul Jakma <paul@dishone.st>
45
46 * zserv.c: (zebra_init) remove implicit ip forward enabling
47
paul0de1cde2004-08-19 04:45:33 +0000482004-08-19 Paul Jakma <paul@dishone.st>
49
50 * irdp_main.c: update to match sockopt renames.
51 * irdp_packet.c: include sockopt.h and update to match sockopt
52 renames.
53
gdt57492d52004-08-11 18:06:38 +0000542004-08-11 Greg Troxel <gdt@fnord.ir.bbn.com>
55
56 * rtadv.c (rtadv_send_packet): Allocate space for control messages
57 more carefully; it was wrong on NetBSD/sparc where CMSG alignment
58 is to 8 bytes instead of 4, and overwriting the address. Use the
59 provided macros for determining lengths.
60
paul5b73a672004-07-23 15:26:14 +0000612004-07-23 Sowmini Varadhan <Sowmini.Varadhan@Sun.COM>
62
63 * if_ioctl_solaris.c: HAVE_IPV6 ifdef fixups
64 * zserv.c: ditto
65 * ioctl_solaris.c: ditto.
66 * interface.c: cast for LLADDR
67 * interface.h: Add guards, include redistribute.h and remove
68 extraneous definitions of zebra_interface_{up,down}_update
69 * ioctl.h: Add AF_IOCTL define for non SOLARIS_IPV6
70 * redistribute.h: include dependent header, zserv.h
71 * zserv.h: include dependent header, rib.h
72
paul1470baf2004-07-23 15:25:01 +0000732004-07-23 Paul Jakma <paul@dishone.st>
74
75 * irdp_main.c: use setsockopt_pktinfo_ipv4
76 * irdp_packet.c: use SOPT_SIZE_CMSG_PKTINFO_IPV4 and
77 getsockopt_pktinfo_ifindex()
78
gdtcced60d2004-07-13 16:45:54 +0000792004-07-13 David Wiggins <dwiggins@bbn.com
80
81 * kernel_socket.c (rtm_flag_dump): terminate buffer with '\0', not '0'.
82
hasso25dac852004-07-13 03:06:51 +0000832004-07-13 Hasso Tepper <hasso@estpak.ee>
84
85 * irdp_main.c: Add privilege change.
86
hasso996933f2004-07-12 16:32:56 +0000872004-07-12 Hasso Tepper <hasso@estpak.ee>
88
89 * irdp_interface.c: follow common style while naming vty command
90 functions. Avoids confusion in extract.pl.
91
gdt87efd642004-06-30 17:36:11 +0000922004-06-30 Greg Troxel <gdt@poblano.ir.bbn.com>
93
94 * main.c: define thread_master variable so that linking with
95 libzebra.so doesn't fail. Arguably zclient.o should be in a
96 separate library, but this is far less disruptive.
97
hassoca776982004-06-12 14:33:05 +0000982004-06-12 Robert Olsson <Robert.Olsson at data.slu.se>
99
100 * Added IRDP support.
101
hasso3e31cde2004-05-18 11:58:59 +00001022004-05-18 Hasso Tepper <hasso@estpak.ee>
103
104 * rtadv.c: Removed "[no] ipv6 nd send-ra" command. Replaced "ipv6 nd
105 prefix-advertisement" with "ipv6 nd prefix". Rewrite syntax of
106 "ipv6 nd prefix" command to allow various combinations of parameters
107 and flags. No defaults in configuration. Replaced on-link and
108 autoconfig with off-link and no-autoconfig flags in command syntax.
109 Cosmetic fixes in all commands. Documentation to reflect all changes.
110
paul19877dd2004-05-11 10:49:35 +00001112004-05-11 Paul Jakma <paul@dishone.st>
112
113 * Makefile.am: support for IOCTL_METHOD, as per Sowmini's patch.
paul48a46fa2004-05-11 10:55:22 +0000114 * if_ioctl_solaris.c: Fixup some erroneous privilege changes and
115 add privs.h header.
116 * ioctl_solaris.c: ditto
paulc50ae8b2004-05-11 11:31:07 +0000117 * ioctl.h: Add if_ioctl_ipv6 prototype and AF_IOCTL for SOLARIS_IPV6
118 * kernel_socket.c: Fix SAROUNDUP, compiler doesnt like do..while
119 RHS in assignments :)
120 * redistribute.c: (zebra_interface_delete_update) only used
121 if RTM_IFANNOUNCE and NETLINK is available.
122
paulb9df2d22004-05-09 09:09:59 +00001232004-05-09 Paul Jakma <paul@dishone.st>
124
125 * zserv.c: (zsend_route_multipath) Set the nexthop_num
126 field correctly. Add NEXTHOP_TYPE_IPV6_IFNAME for v6.
127 Conditionally set ZAPI_MESSAGE_METRIC flag - only for adds.
128 (zsend_ipv4_add) cruft, deleted.
129 (zsend_ipv4_delete) ditto.
130 (zsend_ipv6_add) ditto.
131 (zsend_ipv6_delete) ditto.
paul44145db2004-05-09 11:00:23 +0000132 * ioctl.c: (if_get_mtu) set mtu6 to mtu
133 * mtu_kvm.c: (if_kvm_get_mtu) set mtu6 to mtu
134 * rt_netlink.c: (netlink_interface) set mtu6 to mtu
135 (netlink_link_change) ditto
paul66e94882004-05-09 17:19:24 +0000136 * ipforward_solaris.c: fix typo of ND variable.
paul88424682004-05-09 18:21:35 +0000137 * if_ioctl_solaris.c: Add zprivs support.
138 * ioctl_solaris.c: ditto.
paul66e94882004-05-09 17:19:24 +0000139
paulb9df2d22004-05-09 09:09:59 +00001402004-05-09 Sowmini Varadhan <sowmini.varadhan@sun.com>
141
142 * zserv.c: (zsend_ipv{4,6}_{add,delete}_multipath) collapsed
143 into single zsend_route_multipath function.
144 (zsend_interface_{up,down}) collapsed into zsend_interface_update.
145 (zsend_interface_address_{add,delete}) collapsed into
146 zsend_interface_address.
147 (zsend_interface_add) send mtu6.
148 (zsend_interface_delete) ditto.
149 (zebra_write) remove unused function.
150 (various) Apply static qualifier. Add comments.
151 * zserv.h: Definitions changed as per above.
152 * redistribute.c: Changes as per zserv.c.
paul44145db2004-05-09 11:00:23 +0000153 * interface.c: (if_delete_update) only used with HAVE_NETLINK
154 and RTM_IFANNOUNCE.
155 (if_flag_dump_vty) Solaris IFF_IPV4 and IFF_IPV6 if flags
156 (if_dump_vty) print mtu6 if not same as mtu
paul88424682004-05-09 18:21:35 +0000157 * if_ioctl_solaris.c: New file, Solaris interface ioctl methods.
158 * ioctl_solaris.c: New file, Common solaris ioctl methods.
159
hasso34195bf2004-04-06 12:07:06 +00001602004-04-06 Krzysztof Oledzki <oleq@ans.pl>
161
162 * rt_netlink.c: Do not ignore metric when reading kernel routing
163 table on Linux with rt_netlink interface.
164
1652004-03-18 Hasso Tepper <hasso@estpak.ee>
hassof1d92e12004-03-18 15:40:33 +0000166
167 * interface.c: Temporary fix for handling secondary addresses
168 with label.
169
hasso55906722004-02-11 22:42:16 +00001702004-02-12 Hasso Tepper <hasso@estpak.ee>
hassof1d92e12004-03-18 15:40:33 +0000171
hasso55906722004-02-11 22:42:16 +0000172 * zserv.c: Added "ipv6 forwarding" command.
173
gdtb27900b2004-01-08 15:44:29 +00001742004-01-08 Greg Troxel <gdt@fnord.ir.bbn.com>
175
176 * kernel_socket.c (kernel_read): Use sockaddr_storage in buffer
177 for reading kernel messages to ensure enough space (necessary on
178 Solaris due to sockaddr_dl being large). Thanks to Sowmini
179 Varadhan for help with this change.
180
gdt9ccabd12004-01-06 18:23:02 +00001812004-01-06 Greg Troxel <gdt@t1.ir.bbn.com>
182
183 * rtadv.c (rtadv_send_packet): Change perror to zlog_err.
184
gdtdbee01f2004-01-06 00:36:51 +00001852004-01-05 Greg Troxel <gdt@fnord.ir.bbn.com>
gdt4bfbea82004-01-06 01:13:05 +0000186 * kernel_socket.c (ifm_read): Major cleanup. Use Sowmini's code
187 to find the sockaddr_dl in all cases, narrowing the Solaris ifdef
188 to just the accomodation of broken kernels. Check sockaddr_dl
189 carefully up front, and later assume any non-NULL sdl pointer is
190 valid. Clean up types and variable declarations, and rename
191 WRAPUP to SAROUNDUP to make the name fit the behavior.
192
1932004-01-05 Greg Troxel <gdt@fnord.ir.bbn.com>
gdtdbee01f2004-01-06 00:36:51 +0000194
195 * kernel_socket.c (kernel_read): Add a sockaddr_dl to the ifmsg
196 structure, because on Solaris sockaddr_dl is far larger than the
197 base sockaddr structure. (The code had previously been failing to
198 read all the data.)
gdt4bfbea82004-01-06 01:13:05 +0000199
gdtda26e3b2004-01-05 17:20:59 +00002002004-01-05 Greg Troxel <gdt@ahi.ir.bbn.com>
201
202 * kernel_socket.c (kernel_read): Look up interfaces by index
203 first, so that state changes which do not include a sockaddr_dl
204 now work. Add many sanity checks. In
205 particular, do not assume that a sockaddr_dl follows a message
206 without checking the ifm_addrs flags, and do not trust the length
207 in a sockaddr_dl. Add/clarify many comments.
208
gdt4b5e1352003-12-03 17:54:34 +00002092003-12-03 Greg Troxel <gdt@poblano.ir.bbn.com>
210
211 * rtadv.c: reorder includes to avoid compiler warning (define
212 structs before using them in prototypes)
213
hasso647e4f12003-05-25 11:43:52 +00002142003-05-25 Jim Crumpler <Jim.Crumpler@edion.com>
215
216 * zserv.c: Add "ip forwarding" command.
217
paul445f1432003-05-16 19:00:31 +00002182003-05-16 Gilad Arnold <gilad.arnold@terayon.com>
219
220 * zebra_rib.c: Fix memory leaks for ifname nexthops
221
2222003-04-19 Israel Keys <ikeys@agile.tv>
223
224 * rt_netlink.c: BLOCK on netlink while initialising
225
2262003-02-06 Francois Deppierraz <francois@ctrlaltdel.ch>
227
228 * rt_netlink.c (netlink_route_multipath): Set RTM_F_EQUALIZE when
229 it exists.
230
paul718e3742002-12-13 20:15:29 +00002312002-09-28 Akihiro Mizutani <mizutani@net-chef.net>
232
233 * zebra_rib.c (static_add_ipv4): Null0 static route is added.
234
2352002-09-10 Jochen Friedrich <chris+zebra@scram.de>
236
237 * rt_netlink.c: Add check for EAGAIN.
238 * kernel_socket.c: Likewise
239
2402002-06-12 Israel Keys <ikeys@oz.agile.tv>
241
242 * rt_netlink.c: Setting the NLM_F_ACK flag on the netlink command
243 message so that we get an ACK for successful netlink commands.
244 Change the netlink socket to BLOCKING while we wait for a
245 response; be it an ACK or an NLMSG_ERROR. Change
246 netlink_parse_info to deal with ACK messages.
247
2482001-11-01 Jun-ichiro itojun Hagino <itojun@iijlab.net>
249
250 * rtadv.c (rtadv_make_socket): setsockopt(IPV6_CHECKSUM) does not
251 work for ICMPv6 socket.
252
2532001-10-24 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
254
255 * rib.c (rib_process): Select connected route any case.
256
2572001-10-23 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
258
259 * interface.c (no_ip_address_secondary): Add "no" to command.
260
2612001-10-18 NOGUCHI Kay <kay@v6.access.co.jp>
262
263 * ioctl.c (if_prefix_add_ipv6): Set the prefered and valid lifetime
264 to infinity as the freebsd4.4 workaroud.
265
2662001-08-26 mihail.balikov@interbgc.com
267
268 * zebra_snmp.c: Fix snmpwalk problem such as IPv4 address
269 A.B.C.255.
270
2712001-08-22 NOGUCHI Kay <kay@v6.access.co.jp>
272
273 * rtadv.c: Do not send RA to loopback interface.
274
2752001-08-20 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
276
277 * ioctl.c (if_set_prefix): Remove Linux 2.0 specific connected
278 route treatment.
279
2802001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
281
282 * zebra-0.92a released.
283
2842001-08-17 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
285
286 * rib.c: Kernel route is treated as EGP routes in nexthop active
287 check.
288
2892001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
290
291 * zebra-0.92 released.
292
2932001-08-08 "Akihiro Mizutani" <mizutani@dml.com>
294
295 * rib.c (show_ip_route_prefix_longer): Add longer-prefix option to
296 show route commands.
297
2982001-07-29 Yon Uriarte <havanna_moon@gmx.net>
299
300 * zserv.c (zsend_ipv4_add_multipath): Add
301 NEXTHOP_TYPE_IPV4_IFINDEX check.
302
3032001-07-29 NOGUCHI Kay <kay@v6.access.co.jp>
304
305 * rtadv.c: Apply valid lifetime, preferred lifetime, onilnk flag,
306 autonomous address-configuration flag patch.
307 (no_ipv6_nd_suppress_ra): Change "ipv6 nd send-ra" to "no ipv6 nd
308 suppress-ra".
309
3102001-07-24 NOGUCHI Kay <kay@v6.access.co.jp>
311
312 * rtadv.c (ipv6_nd_ra_interval): Add "ipv6 nd ra-interval SECONDS"
313 command.
314
3152001-07-24 Jun-ichiro itojun Hagino <itojun@iijlab.net>
316
317 * rt_socket.c (kernel_rtm_ipv4): Add KAME/NetBSD151 equal cost
318 multicast FIB support both IPv4 and IPv6.
319
3202001-07-24 Hal Snyder <hal@vailsys.com>
321
322 * if_ioctl.c (interface_list_ioctl): Fix bug of failing to get the
323 full list of interfaces on some configurations of OpenBSD.
324
3252001-07-23 NOGUCHI Kay <kay@v6.access.co.jp>
326
327 * rtadv.c (ipv6_nd_send_ra): Apply [zebra 9320] to fix "ipv6 nd
328 send-ra" bug.
329 (ipv6_nd_ra_lifetime): "ipv6 nd ra-lifetime 0" for default router
330 availability.
331 (ipv6_nd_managed_config_flag): "ipv6 nd managed-config-flag" is
332 added.
333 (ipv6_nd_other_config_flag): "ipv6 nd other-config-flag" is added.
334
3352001-07-23 Jun-ichiro itojun Hagino <itojun@iijlab.net>
336
337 * ioctl.c (if_ioctl): Change ioctl argument from int to u_long.
338
339 * rt_ioctl.c: Likewise.
340
3412001-07-23 Jun-ichiro itojun Hagino <itojun@iijlab.net>
342
343 * kernel_socket.c (rtm_write): Only set RTF_CLONING when the
344 interface is not p2p.
345
3462001-04-23 Kunihiro Ishiguro <kunihiro@zebra.org>
347
348 * ioctl.c (if_prefix_add_ipv6): Fix argument type.
349
3502001-04-06 Toshiaki Takada <takada@zebra.org>
351
352 * zserv.c (zsend_interface_delete): Use client->obuf instead of
353 allocating new stream.
354
3552001-03-10 Kunihiro Ishiguro <kunihiro@zebra.org>
356
357 * rt_netlink.c: Revert RTPROT_BOOT change.
358
3592001-03-08 Kunihiro Ishiguro <kunihiro@zebra.org>
360
361 * rt_netlink.c (netlink_route_change): Skip RTPROT_BOOT route.
362 (netlink_routing_table): Likewise.
363
3642001-03-07 "Akihiro Mizutani" <mizutani@dml.com>
365
366 * zserv.c (zsend_ipv4_add_multipath): Send metric value to
367 protocol daemons.
368
3692001-02-18 Kunihiro Ishiguro <kunihiro@zebra.org>
370
371 * rt_netlink.c (netlink_routing_table): Do not return
372 tb[RTA_GATEWAY] is NULL. Reported by: "Michael O'Keefe"
373 <mokeefe@qualcomm.com>.
374
3752001-02-08 Kunihiro Ishiguro <kunihiro@zebra.org>
376
377 * if_ioctl.c (interface_list_ioctl): Call if_add_update().
378 Suggested by: Chris Dunlop <chris@onthe.net.au>.
379
3802001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
381
382 * rib.c (nexthop_active_ipv4): When nexthop type is
383 NEXTHOP_TYPE_IPV4_IFINDEX, propery set the ifindex to rifindex.
384
385 * zserv.c: Initialize rtm_table_default with 0.
386
387 * zebra-0.91 is released.
388
3892001-01-31 Kunihiro Ishiguro <kunihiro@zebra.org>
390
391 * kernel_socket.c (rtm_read): Filter cloned route. Suggested by:
392 Jun-ichiro itojun Hagino <itojun@iijlab.net>
393
3942001-01-30 Kunihiro Ishiguro <kunihiro@zebra.org>
395
396 * connected.c (connected_up_ipv6): When point-to-point destination
397 address is ::, use local address for connected network.
398 (connected_down_ipv6): Likewise.
399
4002001-01-25 Kunihiro Ishiguro <kunihiro@zebra.org>
401
402 * zserv.c (zebra_serv): Add missing close() call. Reported by:
403 David Waitzman <djw@vineyard.net>.
404
4052001-01-24 Kunihiro Ishiguro <kunihiro@zebra.org>
406
407 * rib.c (rib_lookup_ipv4): New function for checking exact match
408 IGP route.
409
4102001-01-23 Kunihiro Ishiguro <kunihiro@zebra.org>
411
412 * rib.c (show_ipv6_route_protocol): Fix bug of "show ip route
413 route-type".
414
4152001-01-22 Kunihiro Ishiguro <kunihiro@zebra.org>
416
417 * interface.c (zebra_interface): Do not call
418 zebra_interface_add_update for inactive interface.
419
420 * zserv.c (zsend_interface_address_add): Send interface address
421 flag.
422 (zsend_interface_address_delete): Likewise.
423
4242001-01-19 Kunihiro Ishiguro <kunihiro@zebra.org>
425
426 * interface.c (if_addr_add): Add flags.
427
428 * connected.c (ifa_add_ipv4): Add new function for interface
429 address handling.
430 (ifa_delete_ipv4): Likewise.
431
4322001-01-16 Kunihiro Ishiguro <kunihiro@zebra.org>
433
434 * rib.c (rib_update): Update IPv6 RIB.
435
436 * kernel_socket.c (ifam_read): Call if_refresh() for update
437 interface flag status. This is for implicit interface up on *BSD.
438
439 * interface.c (if_refresh): Add interface flag refresh function.
440
441 * kernel_socket.c (rtm_read): Fetch link-local address interface
442 index.
443 (ifan_read): We need to fetch interface information. Suggested
444 by: Yasuhiro Ohara <yasu@sfc.wide.ad.jp>.
445
446 * rib.c (static_ipv6_nexthop_same): Add check for
447 NEXTHOP_TYPE_IPV6_IFNAME.
448
4492001-01-15 Kunihiro Ishiguro <kunihiro@zebra.org>
450
451 * rib.h (NEW_RIB): Turn on NEW_RIB flag. IPv6 new RIB code are
452 taken into place.
453
4542001-01-14 Kunihiro Ishiguro <kunihiro@zebra.org>
455
456 * rib.c (static_ipv6_write): Display STATIC_IPV6_GATEWAY_IFNAME
457 configuration.
458 (rib_delete_ipv6): Handle same route conter for IPv6 connected
459 route.
460 (show_ipv6_route_protocol): New command.
461 (show_ipv6_route_addr): Likewise.
462 (show_ipv6_route_prefix): Likewise.
463 (rib_update): Sweep kernel route when it is cleaned up.
464
465 * rt_socket.c (kernel_add_ipv6): Add NEXTHOP_IPV6_IFNAME
466 treatmenet.
467
468 * rt_netlink.c (kernel_init): Likewise.
469
470 * rt_ioctl.c (kernel_ioctl_ipv6_multipath): Likewise.
471
472 * rib.c (rib_add_ipv4): Cope with same connected route on a
473 interface. Suggested by: Matthew Grant <grantma@anathoth.gen.nz>.
474 (nexthop_ipv6_ifname_add): Add NEXTHOP_IPV6_IFNAME treatmenet.
475
476 * rib.h (struct new_rib): Add refcnt to keep track on the
477 reference of same connected route.
478
479 * ioctl.c (if_set_prefix): Add check for GNU_LINUX.
480
4812001-01-13 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
482
483 * kernel_socket.c (ifan_read, rtm_type_str): Add RTM_OIFINFO check.
484 (rtm_type_str): Add RTM_IFANNOUNCE check.
485 (ifan_read): New function.
486 (kernel_read): Add case for RTM_IFANNOUNCE.
487
4882001-01-13 Kunihiro Ishiguro <kunihiro@zebra.org>
489
490 * rt_ioctl.c (kernel_ioctl_ipv6_multipath): New function.
491
492 * rt_netlink.c (netlink_route_multipath): IPv6 address ifindex
493 treatment.
494
495 * connected.c (connected_up_ipv6): Add dest value check.
496
497 * rib.c (nexthop_active_ipv6): Do not touch IPv6 nexthop's
498 ifindex.
499 (rib_add_ipv4): Import rib_add_ipv6() same route check code.
500 (nexthop_active_check): NEXTHOP_TYPE_IPV6_IFINDEX activity is only
501 checked by ifindex.
502
503 * rt_socket.c (kernel_rtm_ipv6_multipath): New function.
504
505 * redistribute.c (redistribute_add): Use
506 zsend_ipv6_add_multipath().
507 (redistribute_delete_multipath): Use
508 zsend_ipv6_delete_multipath().
509
510 * interface.c (ip_address): Check current IP address to avoid
511 duplicate.
512
513 * rib.c (rib_delete_ipv4): When deleted route is connected route,
514 check ifindex.
515 (rib_add_ipv4): When connected route is added do not perform
516 implicit withdraw.
517 (rib_delete_ipv4): Check ifindex for connected route.
518
519 * kernel_socket.c (rtm_read): When route has RTF_STATIC, set
520 ZEBRA_FLAG_STATIC for indicate as persistent route.
521 (ifam_read): Unset interface index from link-local address when
522 IPv6 stack is KAME.
523
524 * rib.c (rib_update): Do not delete persistent kernel route.
525
526 * rib.h (struct new_rib): Integrate RIB_FLAG_* to ZEBRA_FLAG_*.
527
528 * rt_socket.c (kernel_add_ipv6_multipath): Add placeholder.
529 (kernel_delete_ipv6_multipath): Likewise.
530
531 * rt_netlink.c (netlink_talk): Give struct nlsock to netlink_talk.
532
5332001-01-12 Kunihiro Ishiguro <kunihiro@zebra.org>
534
535 * rib.c (rib_update): Revert Matthew Grant's patch
536 zebra_cvs_newribfix.patch. Use struct rib->ifindex for kernel
537 interface index. Introduce NEXTHOP_TYPE_IPV4_IFINDEX to support
538 that. Add support for address deletion situation.
539
5402001-01-11 Kunihiro Ishiguro <kunihiro@zebra.org>
541
542 * interface.c: Remove HAVE_IF_PSEUDO part.
543
544 * rib.h: Likewise.
545
546 * rt_netlink.c (netlink_link_change): Likewise.
547
5482001-01-10 Kunihiro Ishiguro <kunihiro@zebra.org>
549
550 * zserv.c: Remove OLD_RIB codes.
551
5522001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
553
554 * zebra-0.90 is released.
555
5562001-01-09 Matthew Grant <grantma@anathoth.gen.nz>
557
558 * interface.c (if_new_intern_ifindex): Allocate a new internal
559 interface index.
560 (if_addr_refresh): Fix up ip addresses configured via zebra.
561 (if_add_update): Handle an interface addition.
562 (if_delete_update): Handle an interface delete event.
563
564 * rib.c (nexthop_ipv4_add): Add kernel route deletion process when
565 interface goes down.
566
5672001-01-08 Kunihiro Ishiguro <kunihiro@zebra.org>
568
569 * interface.c (if_dump_vty): When HAVE_NET_RT_IFLIST is defined,
570 NetBSD also use this function. Suggested by Jasper Wallace
571 <jasper@ivision.co.uk>.
572
5732001-01-07 Kunihiro Ishiguro <kunihiro@zebra.org>
574
575 * rib.c (nexthop_active_ipv4): Move back to set methodo to old
576 one.
577
5782001-01-05 Kunihiro Ishiguro <kunihiro@zebra.org>
579
580 * rib.c (rib_add_ipv4): EBGP multihop set ZEBRA_FLAG_INTERNAL
581 flag, so treat it.
582
5832001-01-04 Kunihiro Ishiguro <kunihiro@zebra.org>
584
585 * rt_netlink.c (netlink_talk_ipv6): When IPv6 route message is
586 sent from netlink_cmd, the same message comes from netlink. To
587 avoid confusion, temporary netlink_talk_ipv6 use netlink.sock
588 instead of netlink_cmd.sock.
589
5902001-01-01 Kunihiro Ishiguro <kunihiro@zebra.org>
591
592 * zserv.h (ZEBRA_SERV_PATH): Change "/tmp/zebra" to "/tmp/.zebra".
593 Change "/tmp/zserv" to "/tmp/.zserv".
594
5952000-12-29 Frank van Maarseveen <F.vanMaarseveen@inter.NL.net>
596
597 * rt_netlink.c (struct nlsock): Divide kernel message into listen
598 socket and command socket.
599 (netlink_talk): Remove socket listen code. Use netlink_parse_info
600 for read kernel response.
601
6022000-12-29 Kunihiro Ishiguro <kunihiro@zebra.org>
603
604 * rib.c (vty_show_ip_route): Show uptime of the RIP,OSPF,BGP
605 routes.
606
6072000-12-27 Kunihiro Ishiguro <kunihiro@zebra.org>
608
609 * rt_netlink.c (netlink_route_multipath): Metric value is
610 reflected to kernel routing table.
611
612 * rt_ioctl.c (kernel_ioctl_ipv4_multipath): Likewise.
613
614 * kernel_socket.c (rtm_write): Likewise.
615
616 * rib.c (nexthop_active_ipv4): Only iBGP route perform recursive
617 nexthop lookup.
618
619 * rt_ioctl.c (kernel_ioctl_ipv4_multipath): Add ioctl version of
620 new RIB implementation.
621
6222000-12-26 Kunihiro Ishiguro <kunihiro@zebra.org>
623
624 * rib.h: Remove MULTIPATH_NUM. It is defined by configure script.
625
6262000-12-25 Michael Rozhavsky <mrozhavsky@opticalaccess.com>
627
628 * rib.c (rib_if_up): Call rib_fib_set instead of RIB_FIB_SET for
629 proper redistribution.
630
6312000-12-19 Kunihiro Ishiguro <kunihiro@zebra.org>
632
633 * rib.c (nexthop_active_ipv4): Add self lookup nexthop check.
634 (show_ip_route_protocol): Support new RIB.
635
636 * rt_netlink.c (netlink_route_change): Do not return when gate is
637 NULL.
638
6392000-12-18 Kunihiro Ishiguro <kunihiro@zebra.org>
640
641 * rib.c (rib_lookup_ipv4_nexthop): IBGP nexthop check function is
642 updated.
643 (rib_add_ipv4): Free implicit withdraw route's RIB.
644
6452000-12-15 Kunihiro Ishiguro <kunihiro@zebra.org>
646
647 * rib.c (nexthop_active_ipv4): Check indirect nexthop.
648
649 * redistribute.c (redistribute_add_multipath): Redistribution
650 works with new rib code.
651
6522000-12-14 Kunihiro Ishiguro <kunihiro@zebra.org>
653
654 * rt_netlink.c (netlink_route_multipath): Check useful nexthop
655 number.
656 (netlink_route_multipath): Clear rtnh_flags and rtnh_hops.
657
658 * rib.c (nexthop_active_update): Set flag for the rib's nexthop
659 activity is changed.
660 (nexthop_active_check): Before checking interface is up, make it
661 sure the interface exist.
662
6632000-11-20 Kunihiro Ishiguro <kunihiro@zebra.org>
664
665 * rib.c (ip_route): New RIB prototype.
666
6672000-11-16 Yon Uriarte <ukl2@rz.uni-karlsruhe.de>
668
669 * zserv.c (zsend_interface_add): Send hardware address when
670 hw_addr_len is greater than 0.
671
6722000-11-07 Kunihiro Ishiguro <kunihiro@zebra.org>
673
674 * connected.c (connected_up_ipv4): Fix ptop bug. The destination
675 network should be installed into routing table.
676 (connected_down_ipv4): Likewise.
677 (connected_add_ipv4): Change to use connected_up_ipv4.
678 (connected_delete_ipv4): Likewise.
679
6802000-11-06 Kunihiro Ishiguro <kunihiro@zebra.org>
681
682 * rt_netlink.c (netlink_interface_addr): Revert Harald Welte
683 <laforge@gnumonks.org>'s ptop patch then back to original code to
684 avoid duplicated connected route problem. Suggested by Frank van
685 Maarseveen <F.vanMaarseveen@inter.NL.net>.
686
687 * kernel_socket.c (rtm_read): Make behavior consistent even #ifdef
688 DEBUG is defined. Reported by Jun-ichiro itojun Hagino
689 <itojun@iijlab.net>.
690
6912000-10-23 Jochen Friedrich <jochen@scram.de>
692
693 * main.c (main): Call zebra_snmp_init() when it is enabled.
694
6952000-10-23 Kunihiro Ishiguro <kunihiro@zebra.org>
696
697 * zserv.c (zebra_serv_un): UNIX domain socket server of zebra
698 protocol.
699
7002000-10-19 Kunihiro Ishiguro <kunihiro@zebra.org>
701
702 * rib.c (rib_add_ipv4): Same check bug is fixed.
703
7042000-10-03 Kunihiro Ishiguro <kunihiro@zebra.org>
705
706 * rib.c (rib_if_down): Remove kernel route when the interface goes
707 down.
708
709 * debug.c: New command "debug zebra kernel" is added.
710
7112000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
712
713 * zebra-0.89 is released.
714
7152000-09-24 Harald Welte <laforge@gnumonks.org>
716
717 * rt_netlink.c (netlink_interface_addr): Fix point-to-point address
718 treatment in netlink interface.
719
7202000-09-21 David Lipovkov <dlipovkov@OpticalAccess.com>
721
722 * rib.c (rib_if_down): Pull static route only. Protocol daemon
723 must withdraw routes when interface goes down.
724 (rib_add_ipv4): Check nexthop when replace route.
725
7262000-09-21 Kunihiro Ishiguro <kunihiro@zebra.org>
727
728 * if_ioctl.c (if_getaddrs): New function for looking up
729 interface's address by getifaddrs().
730
7312000-09-10 Kunihiro Ishiguro <kunihiro@zebra.org>
732
733 * connected.c (connected_delete_ipv4): Add check for connected
734 address is found or not.
735 (connected_add_ipv6): Reflect IPv6 connected address change to
736 protocol daemons.
737 (connected_delete_ipv6): Likewise.
738
7392000-09-07 David Lipovkov <davidl@nbase.co.il>
740
741 * rib.c (rib_delete_ipv4): Reverted the change from pseudo
742 interface patch to original. Because ospfd deletes routes using
743 zero ifindex.
744
7452000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
746
747 * zebra-0.88 is released.
748
7492000-08-15 "Akihiro Mizutani" <mizutani@dml.com>
750
751 * rib.c (show_ip_route_protocol): Help string correction.
752 (show_ip_route_prefix): Check prefix mask.
753 (show_ip_route_vty_detail): Display distance and metric.
754
7552000-08-14 Kunihiro Ishiguro <kunihiro@zebra.org>
756
757 * zserv.c (zsend_interface_add): Change ifindex store size from
758 two octet to four.
759 (zsend_interface_delete): Likewise.
760 (zsend_interface_address_add): Likewise.
761 (zsend_interface_address_delete): Likewise.
762 (zsend_interface_up): Likewise.
763 (zsend_interface_down): Likewise.
764
7652000-08-13 Kunihiro Ishiguro <kunihiro@zebra.org>
766
767 * rib.c (rib_add_ipv4): Do not install distance 255 route.
768
7692000-08-10 Toshiaki Takada <takada@zebra.org>
770
771 * interface.c (bandwidth_if), (no_bandwidth_if): Call
772 zebra_interface_up_update () instead of using if_up() and if_down().
773
7742000-08-07 "Akihiro Mizutani" <mizutani@dml.com>
775
776 * interface.c (bandwidth_if): Fix help string.
777
7782000-08-07 Matthew Grant <grantma@anathoth.gen.nz>
779
780 * interface.c (if_dump_vty): Display bandwidth value.
781 (bandwidth_if): New command "bandwidth <1-10000000>" is added.
782 When interface is up, force protocol daemons to recalculate routes
783 due to cost change.
784 (no_bandwidth_if): Likewise.
785 (if_config_write): Output bandwidth configuration.
786
787 * zserv.c (zsend_interface_add): Send bandwidth value.
788 (zsend_interface_up): Likewise.
789 (zsend_interface_down): Likewise.
790
791
7922000-08-07 Michael Rozhavsky <mike@nbase.co.il>
793
794 * rib.c (show_ip_route_protocol): "show ip route
795 (bgp|connected|kernel|ospf|rip|static)" is added.
796
7972000-08-07 Kunihiro Ishiguro <kunihiro@zebra.org>
798
799 * rib.c (rib_lookup_ipv4_nexthop): Check parent node until IGP
800 nexthop is found.
801 (rib_add_ipv4_internal): Set fib ifindex to rib ifindex.
802
8032000-08-06 Kunihiro Ishiguro <kunihiro@zebra.org>
804
805 * redistribute.c (redistribute_delete): Fix bug of default route
806 redistribute treatment.
807
8082000-08-05 Kunihiro Ishiguro <kunihiro@zebra.org>
809
810 * rib.c (rib_init): Install ip_node in rib.c instead of zserv.c.
811 Change default distance value.
812
813 Old New
814 ------------------------------------------
815 system 10 0
816 kernel 20 0
817 connected 30 0
818 static 40 1
819 rip 50 120
820 ripng 50 120
821 ospf 60 110
822 ospf6 49 110
823 bgp 70 200(iBGP) 20(eBGP)
824 ------------------------------------------
825
826 * zserv.c (client_lookup): Function removed.
827 (zsend_interface_add): Use client's output buffer. Check ifinfo
828 flag.
829 (zsend_interface_delete): Likewise.
830 Delete ipv4_static_radix and ipv6_static_radix.
831
8322000-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
833
834 * zserv.h (struct zebra_client): When client request interface
835 information, ifinfo is set.
836
837 * rib.c: Temporary Revert changes for pseudo interface.
838
839 * rib.h: Likewise.
840
841 * zserv.c: Likewise.
842
843 * interface.c: Likewise.
844
8452000-08-02 David Lipovkov <davidl@nbase.co.il>
846
847 * interface.c (zebra_if_init): Install interface "pseudo"
848 commands.
849
850 * rib.c (rib_create): ifname argument is added.
851 (rib_add_ipv4_pseudo): New function is added.
852 (rib_delete_ipv4_pseudo): Likewise.
853
854 * rib.h : Delete INTERFACE_UNKNOWN definition. Add prototype for
855 pseudo interface functions.
856
857 * rt_netlink.c (netlink_link_change): Check for pseudo interface.
858
859 * zserv.c (ip_route): When destination is pseudo interface, call
860 rib_add_ipv4_pseudo().
861
862 * zserv.c (no_ip_route): Trim "unknown" argument.
863
8642000-07-26 kunitake@dti.ad.jp
865
866 * if_ioctl.c (if_get_hwaddr): Fix hardware address length from 8
867 to 6.
868
869 * rtadv.c (rtadv_send_packet): Fix shift bug for hardware address.
870
8712000-07-24 Akihiro Mizutani <mizutani@dml.com>
872
873 * interface.c: Use install_default() for common VTY commands.
874
8752000-07-23 Kunihiro Ishiguro <kunihiro@zebra.org>
876
877 * if_ioctl.c (interface_list_ioctl): A interface list size is
878 calculated from ifreq->if_addr.sa_len. This is for OpenBSD.
879
880 * ioctl.c (if_get_mtu): Remove codes for SIOCGIFDATA.
881
8822000-07-09 Chris Dunlop <chris@onthe.net.au>
883
884 * if_ioctl.c (if_get_index): Add check for HAVE_BROKEN_ALIASES.
885
8862000-07-04 Kunihiro Ishiguro <kunihiro@zebra.org>
887
888 * zserv.c (zebra_client_read): Add ZEBRA_REDISTRIBUTE_{ADD,DELETE}
889 message handling.
890
8912000-07-02 David Lipovkov <davidl@nbase.co.il>
892
893 * zserv.c: "ip route A.B.C.D/M unknown" command is added.
894
8952000-06-28 Michael Rozhavsky <mike@nbase.co.il>
896
897 * rib.c: Remove old kernel route when new route comes in.
898
8992000-06-13 David Lipovkov <davidl@nbase.co.il>
900
901 * rib.c (rib_if_up): Add check for unknown interface.
902
9032000-06-13 Kunihiro Ishiguro <kunihiro@zebra.org>
904
905 * rib.h: Define INTERFACE_UNKNOWN.
906
9072000-06-08 Kunihiro Ishiguro <kunihiro@zebra.org>
908
909 * Makefile.am (EXTRA_DIST): Move irdp.c until implementation is
910 finished.
911
9122000-06-05 David Lipovkov <davidl@nbase.co.il>
913
914 * interface.c (if_zebra_delete_hook): Call rib_if_delete().
915
916 * redistribute.c (zebra_interface_delete_update): New function.
917
918 * redistribute.h (zebra_interface_delete_update): New function
919 prototype.
920
921 * rib.c (rib_if_delete): New function. Walk down all routes and
922 delete all on the interface.
923
924 * rib.h: New function prototype.
925
926 * rt_netlink.c (netlink_link_change): Call
927 zebra_interface_delete_update ().
928
9292000-05-10 Kunihiro Ishiguro <kunihiro@zebra.org>
930
931 * if_ioctl.c (interface_info_ioctl): Check interface's flag before
932 checking interface's address.
933
9342000-04-26 Jochen Friedrich <jochen@nwe.de>
935
936 * GNOME-PRODUCT-ZEBRA-MIB: New file.
937
938 * GNOME-SMI: New file.
939
9402000-04-23 Kunihiro Ishiguro <kunihiro@zebra.org>
941
942 * irdp.c: New file from 1997 development code.
943 * irdp.h: Likewise.
944
9452000-04-19 Kunihiro Ishiguro <kunihiro@zebra.org>
946
947 * rtadv.c (rtadv_send_packet): Enclose router advertisement
948 logging with IS_ZEBRA_DEBUG_PACKET.
949
9502000-04-17 Kunihiro Ishiguro <kunihiro@zebra.org>
951
952 * zserv.c (zebra_client_close): Remove client structure from
953 client_list when connection is terminated.
954
9552000-03-21 David Lipovkov <davidl@nbase.co.il>
956
957 * connected.c (connected_add_ipv4): Allows all necessary structure
958 updates for connected route, but doesn't insert it into rib if
959 it's interface is down.
960
9612000-01-21 Hideto Yamakawa <hideto.yamakawa@soliton.co.jp>
962
963 * rtread_getmsg.c: Set some definition for Solaris 2.5 and Solaris
964 2.5.1.
965
9662000-01-21 Kunihiro Ishiguro <kunihiro@zebra.org>
967
968 * rib.c (no_ipv6_route_ifname): Fix buf of cheking return value
969 from str2prefix_ipv6().
970
9712000-01-14 Kunihiro Ishiguro <kunihiro@zebra.org>
972
973 * rt_socket.c: Revert to use RTF_HOST for IPv4 with /32 route and
974 IPv6 with /128 routes.
975 (kernel_rtm_ipv4): In case of /32 route's gateway is interface. It
976 should have mask for cloning.
977
9781999-12-26 Jochen.Friedrich@genorz.de
979
980 * interface.c (if_dump_vty): Fix a bug of missing VTY_NEWLINE.
981
9821999-12-23 Alex Zinin <zinin@amt.ru>
983 * interface.*: dynamic int up/down support
984
9851999-12-09 Kunihiro Ishiguro <kunihiro@zebra.org>
986
987 * ipforward_proc.c (dropline): Move dropline() from lib/dropline.c
988
989 * rtread_proc.c (proc_route_read): Don't use dropline().
990
9911999-12-08 Kunihiro Ishiguro <kunihiro@zebra.org>
992
993 * kernel_socket.c (rtm_read): When message is RTM_GET, it has own
994 process's pid.
995
9961999-12-04 Kunihiro Ishiguro <kunihiro@zebra.org>
997
998 * main.c (main): Change to default log output to ZLOG_STDOUT.
999
1000 * zserv.c (zebra_serv): More detailed error print.
1001
10021999-11-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1003
1004 * kernel_socket.c (rtm_read): Check old pid for static route
1005 insertion check.
1006
10071999-11-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1008
1009 * interface.c (if_dump_vty): BSDI/OS uses 64bit for interface
1010 statistics counter.
1011
1012 * mtu_kvm.c: New file added.
1013
10141999-11-27 Vladimir B. Grebenschikov <vova@express.ru>
1015
1016 * kernel_socket.c (rtm_write): Set RTF_CLONING flag for
1017 route to the directly connected interface.
1018
10191999-11-27 Kunihiro Ishiguro <kunihiro@zebra.org>
1020
1021 * rt_socket.c: Delete USE_HOST_BIT definition.
1022
10231999-11-21 Michael Handler <handler@sub-rosa.com>
1024
1025 * rtread_getmsg.c: Undef some definition to resolve conflict.
1026
10271999-11-27 Kunihiro Ishiguro <kunihiro@zebra.org>
1028
1029 * kernel_socket.c (rtm_write): Change to use pre stored struct_dl
1030 value for gateway specification.
1031
10321999-11-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1033
1034 * rt_socket.c (kernel_rtm_ipv4): Even mask is 32 under IPv4 or
1035 128 under IPv6, don't use RTF_HOST.
1036
10371999-11-21 Kunihiro Ishiguro <kunihiro@zebra.org>
1038
1039 * Makefile.am (EXTRA_DIST): Add rtread_getmsg.c.
1040
10411999-11-21 Michael Handler <handler@sub-rosa.com>
1042
1043 * rtread_getmsg.c: Added for Solaris 2.6 support.
1044
10451999-11-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1046
1047 * rtread_sysctl.c (rtm_read_route): RTM_DELETE handling added.
1048
1049 * rt_socket.c (kernel_read): Better BSD routing socket support.
1050
10511999-10-19 Kunihiro Ishiguro <kunihiro@zebra.org>
1052
1053 * client_main.c: Disable making obsolete zebra test `client'
1054 command.
1055
10561999-10-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1057
1058 * zebra.c: Renamed to zserv.c.
1059
1060 * zebra.h: Global definitions are moved to lib/zebra.h. Then
1061 renamed to zserv.h.
1062
10631999-10-15 Jordan Mendelson <jordy@wserv.com>
1064
1065 * if_ioctl.c: Add Linux 2.2.X's alias support and dynamic
1066 interface. Remove ugly MAX_INTERFACE handling codes.
1067
10681999-09-17 Satosi KOBAYASI <kobayasi@north.ad.jp>
1069
1070 * Fix serious bug of IPv6 route deletion.
1071
10721999-09-11 Kunihiro Ishiguro <kunihiro@zebra.org>
1073
1074 * ioctl.c (if_set_prefix): Properly set broadcast address.
1075
10761999-09-04 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1077
1078 * rib.c (rib_add_ipv6, rib_delete_ipv6): now protocol daemons
1079 can install connected route to kernel via zebra
1080
10811999-08-24 VOP <vop@unity.net>
1082
1083 * rib.c: Include "sockunion.h"
1084
10851999-08-22 Kunihiro Ishiguro <kunihiro@zebra.org>
1086
1087 * ipforward.h: New file.
1088
1089 * zebra.h: Obsolete message ZEBRA_GET_ALL_INTERFACE,
1090 ZEBRA_GET_ONE_INTERFACE, ZEBRA_GET_HOSTINFO are deleted.
1091
10921999-08-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1093
1094 * zebra.h (ZEBRA_INTERFACE_ADDRESS_ADD):
1095 ZEBRA_INTERFACE_{ADD,DELETE} added.
1096
10971999-08-15 Kunihiro Ishiguro <kunihiro@zebra.org>
1098
1099 * rib.c: show ip route A.B.C.D works.
1100
1101 * zebra.c (zebra_read_ipv4): Add ifindex to zebra messages.
1102
11031999-08-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1104
1105 * zebra.h: New Zebra message ZEBRA_INTERFACE_{ADD,DELETE} added.
1106
11071999-08-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1108
1109 * interface.h: New file.
1110 * Makefile.am: Add interface.h
1111
11121999-08-04 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1113
1114 * redistribute.c (zebra_redistribute): give ifindex to client.
1115
11161999-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1117
1118 * main.c (longopts): -k, --keep_kernel option added.
1119
11201999-07-18 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1121
1122 * rt_socket.c (rtm_write): forgot closing socket bug fixed.
1123
11241999-07-17 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1125
1126 * rib.c (show_ipv6_cmd): if rib is link show interface name.
1127
11281999-07-17 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1129
1130 * rt_socket.c (rtm_write): use sockaddr_dl when null gateway.
1131
11321999-07-16 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1133
1134 * rt_socket.c (rtm_write): ipv6 route table bug fixed.
1135
11361999-07-15 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1137
1138 * zebra.c (zebra_read_ipv6): read link prefix from ospf6 support
1139
11401999-07-15 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1141
1142 * rt_socket.c (kernel_rtm_ipv6): gate treatment bug fixed.
1143
11441999-07-15 Kunihiro Ishiguro <kunihiro@zebra.org>
1145
1146 * if_sysctl.c (ifm_read): Clear sockunion argument before fetching
1147 data. Suggested by "Chris P. Ross" <cross@eng.us.uu.net>
1148
11491999-07-08 HEO SeonMeyong <seirios@Matrix.IRI.Co.Jp>
1150
1151 * interface.c (if_tun_add): Add KAME's gif tunnel setting codes.
1152
11531999-06-26 Kunihiro Ishiguro <kunihiro@zebra.org>
1154
1155 * zebra.c (zebra_serv): Only accept loopback address connection.
1156
11571999-06-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1158
1159 * zebra.h (ZEBRA_ROUTE_EXTERNAL): Add zebra messages flags
1160
11611999-06-17 Kunihiro Ishiguro <kunihiro@zebra.org>
1162
1163 * ipforward_proc.c: ipforward_on () and ipforward_off () added.
1164
11651999-06-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1166
1167 * ipforward_proc.c (ipforward_ipv6): Check for IPv6 forwarding
1168 using /proc file system is added.
1169
11701999-06-06 Kunihiro Ishiguro <kunihiro@zebra.org>
1171
1172 * if_ioctl.c (if_get_index): Interface index set bug is fixed by
1173 adding #else at the middle of function. Suggested by David Luyer
1174 <luyer@ucs.uwa.edu.au>.
1175
11761999-05-29 <kunihiro@zebra.org>
1177
1178 * rt_ioctl.c: Comment out #include <linux/ipv6_route.h>.
1179
11801999-05-26 Kunihiro Ishiguro <kunihiro@zebra.org>
1181
1182 * zebra.h (ZEBRA_ROUTE_MAX): Add new define for the max value of
1183 the sort of routes.
1184
11851999-05-25 Patrick Koppen <koppen@rhrk.uni-kl.de>
1186
1187 * rt_netlink.c (netlink_socket): Make netlink socket non-blocking.
1188 (netlink_parse_info): If errno is EWOULDBLOCK then continue to
1189 parse the message.
1190 (netlink_talk): Likewise
1191
11921999-05-17 <kunihiro@zebra.org>
1193
1194 * redistribute.c (zebra_check_addr): Added for loopback address
1195 check.
1196
11971999-05-15 Kunihiro Ishiguro <kunihiro@zebra.org>
1198
1199 * rt_netlink.c (netlink_route_change): Tempolary bypass ipv6 route
1200 change treatment.
1201
1202 * Makefile.am (noinst_HEADERS): redistribute.h added.
1203
1204 * redistribute.h: New file.
1205
12061999-05-14 Stephen R. van den Berg <srb@cuci.nl>
1207
1208 * zebra.c (show_table): Show all table configuration DEFUN.
1209 (config_table): Config table number DEFUN.
1210
1211 * rt_netlink.c: Add support for multiple routing table.
1212
1213 * rib.c (rib_weed_table): New function added for delete all
1214 routes from specified routing table.
1215
1216 * main.c (signal_init): SIGTERM call sigint.
1217 (sigint): Loggging more better message.
1218
12191999-05-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1220
1221 * rt_netlink.c: Change log () to zlog ().
1222
12231999-05-07 <kunihiro@zebra.org>
1224
1225 * zebra.h (ZEBRA_ROUTE_OSPF6): Added for ospf6d route.
1226
12271999-04-20 Kunihiro Ishiguro <kunihiro@zebra.org>
1228
1229 * interface.c: Add `no ip address' command.
1230
12311999-04-10 Kunihiro Ishiguro <kunihiro@zebra.org>
1232
1233 * rt_netlink.c (kernel_read): Function added for asynchronous
1234 zebra between kernel communication.
1235
12361999-03-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1237
1238 * rtread_sysctl.c (rtm_read): Fix address memcopy overrun bug.
1239 Reported by Achim Patzner <ap@bnc.net>.
1240
12411999-03-03 Kunihiro Ishiguro <kunihiro@zebra.org>
1242
1243 * Makefile.am: Install configuration sample with 600 permission.
1244
12451999-03-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1246
1247 * Makefile.am: Add -I.. to INCLUDES.
1248
12491999-02-18 Peter Galbavy <Peter.Galbavy@knowledge.com>
1250
1251 * syslog support added
1252
12531999-02-17 Peter Galbavy <Peter.Galbavy@knowledge.com>
1254
1255 * if_sysctl.c (interface_list): allocated memory free when unknown
1256 ifm_type is returned.
1257
1258 * ioctl.c (if_get_mtu): added SIOCGIFDATA treatment.
1259
12601998-12-15 Magnus Ahltorp <map@stacken.kth.se>
1261
1262 * interface.c: Header include added.
1263
12641998-12-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1265
1266 * rt.h (kernel_delete_ipv6): change int index to unsigned int index.
1267
12681998-12-13 Kunihiro Ishiguro <kunihiro@zebra.org>
1269
1270 * if_ioctl.c (interface_list_ioctl): interface flag must be
1271 checked before check addresses of the interface.
1272
12731998-12-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1274
1275 * Makefile.am (INCLUDES): add @INCLUDES@ for Linux IPv6.
1276
12771998-10-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1278
1279 * ioctl.c: Linux version before 2.1.0 need interface route setup.
1280
12811998-09-15 HEO SeonMeyong <seirios@matrix.iri.co.jp>
1282
1283 * change HYDRANGEA to KAME
1284
12851998-09-01 Kunihiro Ishiguro <kunihiro@zebra.org>
1286
1287 * if_ioctl.c (if_addr_ioctl): set address family for getting
1288 interface's address.
1289 (if_get_index): silently return when can't get interface's index.
1290
12911998-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
1292
1293 * main.c (main): batch mode option '-b' added.
1294
12951998-08-16 Kunihiro Ishiguro <kunihiro@zebra.org>
1296
1297 * ioctl.c (if_set_prefix): add `ip address IPV4ADDR' command.
1298 * interface.c (shutdown_if): add interface shutdown and no
1299 shutdown command.
1300
13011998-08-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1302
1303 * rib.c (rib_add_ipv6): delete rib_add_in6.
1304
13051998-07-27 Kunihiro Ishiguro <kunihiro@zebra.org>
1306
1307 * main.c: retain flag is added.
1308
13091998-07-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1310
1311 * rtable.[ch]: merged with rib.[ch]
1312
13131998-07-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1314
1315 * connected.h: renamed from ifa.h.
1316
13171998-06-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1318
1319 * rename if.c to interface.c
1320 * rename ifa.c to connected.c
1321
1322 * Porting to Debian GNU/Linux 2.0 (hamm).
1323
13241998-06-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1325
1326 * rt_netlink.c: renamed from krt_netlink.c
1327
1328 * fib.c: deleted.
1329 * rt_kvm.c: deleted.
1330 * rtread_getmsg.c: deleted.
1331
13321998-06-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1333
1334 * if.c (multicast): add multicast flag [un]set fucntion.
1335
13361998-05-19 Yamshita TAKAO <jargon@lares.dti.ne.jp>
1337
1338 * rt_socket.c: Modify for compile on Solaris, but dont't work it.
1339 rt_socket.c have some undefined function, so add directive "IMPLEMENT"
1340
13411998-05-18 Yamshita TAKAO <jargon@lares.dti.ne.jp>
1342
1343 * zebra.c: Modify for compile on Solaris.
1344
13451998-05-03 Kunihiro Ishiguro <kunihiro@zebra.org>
1346
1347 * main.c: change CONFDIR to SYSCONFDIR.
1348
13491998-05-01 Kunihiro Ishiguro <kunihiro@zebra.org>
1350
1351 * .cvsignore: added.
1352
13531998-04-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1354
1355 * client.c: moves to ../lib.
1356
13571998-03-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1358
1359 * if_ioctl.c (if_get_addr): Change address copy from memcopy() to
1360 structure assignment.
1361
13621998-03-30 URA Hiroshi <ura@yamato.ibm.co.jp>
1363
1364 * if_sysctl.c (ifm_interface_add): sdl->sdl_data copy bug fixed.
1365
13661998-02-23 "Hannes R. Boehm" <hannes@boehm.org>
1367
1368 * if.c (if_init): add config_exit_cmd and config_help_cmd.
1369
13701998-01-24 Kunihiro Ishiguro <kunihiro@zebra.org>
1371
1372 * rt_ioctl.c (route_ioctl): EPERM treatment added.
1373
13741998-01-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1375
1376 * rt_socket.c (kernel_read): communication port zebra between
1377 kernel is now handled by kernel_read.
1378
13791998-01-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1380
1381 * main.c (main): zebra [-P port] can specify vty port number.
1382
13831997-12-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1384
1385 * zebra.c: change select will be block.
1386
13871997-12-04 Kunihiro Ishiguro <kunihiro@zebra.org>
1388
1389 * add static route treatment.
1390
13911997-11-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1392
1393 * rt_netlink.c: add netlink support over GNU/Linux system.
1394
13951997-11-23 Kunihiro Ishiguro <kunihiro@zebra.org>
1396
1397 * all inet_addr is changed to inet_aton.
1398
1399 * zebra.c (ip_route): add ip route command for static routes.
1400
14011997-11-20 Kunihiro Ishiguro <kunihiro@zebra.org>
1402
1403 * if.c (if_flag_dump): Linux port of if_flag_dump and _vty.
1404
14051997-11-19 Kunihiro Ishiguro <kunihiro@zebra.org>
1406
1407 * if.c: add interface command.
1408
14091997-11-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1410
1411 * ipforward_proc.c : Now works on Linux.
1412
14131997-10-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1414
1415 * command.c : add completion feature.
1416
14171997-10-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1418
1419 * vty.c (vty_command): add vty interface.
1420
14211997-10-13 Kunihiro Ishiguro <kunihiro@zebra.org>
1422
1423 * zebra.c: add verbose mode.
1424
14251997-10-12 SonMyong Ho <s-ho@Matrix.IRI.Co.Jp>
1426
1427 * Hydrangea for FreeBSD supported
1428 * in.h: add some prototype.
1429
14301997-10-11 Kunihiro Ishiguro <kunihiro@zebra.org>
1431
1432 * rt_socket.c and rtread.c completely rewritten.
1433
14341997-10-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1435
1436 * rt_socket.c: rename kernel_sock to routing_socket
1437
14381997-10-04 Kunihiro Ishiguro <kunihiro@zebra.org>
1439
1440 * if.c (if_new): interface structure change from linklist to vector.
1441
14421997-10-03 Kunihiro Ishiguro <kunihiro@zebra.org>
1443
1444 * vector.c (vector_init): create vector related function
1445
14461997-09-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1447
1448 * Makefile.in: add tags target
1449
1450 * start IPv6 support for INRIA FreeBSD.
1451