blob: 0b54f29a63cdafdc3fa8fb1170714290edc5c552 [file] [log] [blame]
paul0de1cde2004-08-19 04:45:33 +000012004-08-19 Paul Jakma <paul@dishone.st>
2
3 * irdp_main.c: update to match sockopt renames.
4 * irdp_packet.c: include sockopt.h and update to match sockopt
5 renames.
6
gdt57492d52004-08-11 18:06:38 +000072004-08-11 Greg Troxel <gdt@fnord.ir.bbn.com>
8
9 * rtadv.c (rtadv_send_packet): Allocate space for control messages
10 more carefully; it was wrong on NetBSD/sparc where CMSG alignment
11 is to 8 bytes instead of 4, and overwriting the address. Use the
12 provided macros for determining lengths.
13
paul5b73a672004-07-23 15:26:14 +0000142004-07-23 Sowmini Varadhan <Sowmini.Varadhan@Sun.COM>
15
16 * if_ioctl_solaris.c: HAVE_IPV6 ifdef fixups
17 * zserv.c: ditto
18 * ioctl_solaris.c: ditto.
19 * interface.c: cast for LLADDR
20 * interface.h: Add guards, include redistribute.h and remove
21 extraneous definitions of zebra_interface_{up,down}_update
22 * ioctl.h: Add AF_IOCTL define for non SOLARIS_IPV6
23 * redistribute.h: include dependent header, zserv.h
24 * zserv.h: include dependent header, rib.h
25
paul1470baf2004-07-23 15:25:01 +0000262004-07-23 Paul Jakma <paul@dishone.st>
27
28 * irdp_main.c: use setsockopt_pktinfo_ipv4
29 * irdp_packet.c: use SOPT_SIZE_CMSG_PKTINFO_IPV4 and
30 getsockopt_pktinfo_ifindex()
31
gdtcced60d2004-07-13 16:45:54 +0000322004-07-13 David Wiggins <dwiggins@bbn.com
33
34 * kernel_socket.c (rtm_flag_dump): terminate buffer with '\0', not '0'.
35
hasso25dac852004-07-13 03:06:51 +0000362004-07-13 Hasso Tepper <hasso@estpak.ee>
37
38 * irdp_main.c: Add privilege change.
39
hasso996933f2004-07-12 16:32:56 +0000402004-07-12 Hasso Tepper <hasso@estpak.ee>
41
42 * irdp_interface.c: follow common style while naming vty command
43 functions. Avoids confusion in extract.pl.
44
gdt87efd642004-06-30 17:36:11 +0000452004-06-30 Greg Troxel <gdt@poblano.ir.bbn.com>
46
47 * main.c: define thread_master variable so that linking with
48 libzebra.so doesn't fail. Arguably zclient.o should be in a
49 separate library, but this is far less disruptive.
50
hassoca776982004-06-12 14:33:05 +0000512004-06-12 Robert Olsson <Robert.Olsson at data.slu.se>
52
53 * Added IRDP support.
54
hasso3e31cde2004-05-18 11:58:59 +0000552004-05-18 Hasso Tepper <hasso@estpak.ee>
56
57 * rtadv.c: Removed "[no] ipv6 nd send-ra" command. Replaced "ipv6 nd
58 prefix-advertisement" with "ipv6 nd prefix". Rewrite syntax of
59 "ipv6 nd prefix" command to allow various combinations of parameters
60 and flags. No defaults in configuration. Replaced on-link and
61 autoconfig with off-link and no-autoconfig flags in command syntax.
62 Cosmetic fixes in all commands. Documentation to reflect all changes.
63
paul19877dd2004-05-11 10:49:35 +0000642004-05-11 Paul Jakma <paul@dishone.st>
65
66 * Makefile.am: support for IOCTL_METHOD, as per Sowmini's patch.
paul48a46fa2004-05-11 10:55:22 +000067 * if_ioctl_solaris.c: Fixup some erroneous privilege changes and
68 add privs.h header.
69 * ioctl_solaris.c: ditto
paulc50ae8b2004-05-11 11:31:07 +000070 * ioctl.h: Add if_ioctl_ipv6 prototype and AF_IOCTL for SOLARIS_IPV6
71 * kernel_socket.c: Fix SAROUNDUP, compiler doesnt like do..while
72 RHS in assignments :)
73 * redistribute.c: (zebra_interface_delete_update) only used
74 if RTM_IFANNOUNCE and NETLINK is available.
75
paulb9df2d22004-05-09 09:09:59 +0000762004-05-09 Paul Jakma <paul@dishone.st>
77
78 * zserv.c: (zsend_route_multipath) Set the nexthop_num
79 field correctly. Add NEXTHOP_TYPE_IPV6_IFNAME for v6.
80 Conditionally set ZAPI_MESSAGE_METRIC flag - only for adds.
81 (zsend_ipv4_add) cruft, deleted.
82 (zsend_ipv4_delete) ditto.
83 (zsend_ipv6_add) ditto.
84 (zsend_ipv6_delete) ditto.
paul44145db2004-05-09 11:00:23 +000085 * ioctl.c: (if_get_mtu) set mtu6 to mtu
86 * mtu_kvm.c: (if_kvm_get_mtu) set mtu6 to mtu
87 * rt_netlink.c: (netlink_interface) set mtu6 to mtu
88 (netlink_link_change) ditto
paul66e94882004-05-09 17:19:24 +000089 * ipforward_solaris.c: fix typo of ND variable.
paul88424682004-05-09 18:21:35 +000090 * if_ioctl_solaris.c: Add zprivs support.
91 * ioctl_solaris.c: ditto.
paul66e94882004-05-09 17:19:24 +000092
paulb9df2d22004-05-09 09:09:59 +0000932004-05-09 Sowmini Varadhan <sowmini.varadhan@sun.com>
94
95 * zserv.c: (zsend_ipv{4,6}_{add,delete}_multipath) collapsed
96 into single zsend_route_multipath function.
97 (zsend_interface_{up,down}) collapsed into zsend_interface_update.
98 (zsend_interface_address_{add,delete}) collapsed into
99 zsend_interface_address.
100 (zsend_interface_add) send mtu6.
101 (zsend_interface_delete) ditto.
102 (zebra_write) remove unused function.
103 (various) Apply static qualifier. Add comments.
104 * zserv.h: Definitions changed as per above.
105 * redistribute.c: Changes as per zserv.c.
paul44145db2004-05-09 11:00:23 +0000106 * interface.c: (if_delete_update) only used with HAVE_NETLINK
107 and RTM_IFANNOUNCE.
108 (if_flag_dump_vty) Solaris IFF_IPV4 and IFF_IPV6 if flags
109 (if_dump_vty) print mtu6 if not same as mtu
paul88424682004-05-09 18:21:35 +0000110 * if_ioctl_solaris.c: New file, Solaris interface ioctl methods.
111 * ioctl_solaris.c: New file, Common solaris ioctl methods.
112
hasso34195bf2004-04-06 12:07:06 +00001132004-04-06 Krzysztof Oledzki <oleq@ans.pl>
114
115 * rt_netlink.c: Do not ignore metric when reading kernel routing
116 table on Linux with rt_netlink interface.
117
1182004-03-18 Hasso Tepper <hasso@estpak.ee>
hassof1d92e12004-03-18 15:40:33 +0000119
120 * interface.c: Temporary fix for handling secondary addresses
121 with label.
122
hasso55906722004-02-11 22:42:16 +00001232004-02-12 Hasso Tepper <hasso@estpak.ee>
hassof1d92e12004-03-18 15:40:33 +0000124
hasso55906722004-02-11 22:42:16 +0000125 * zserv.c: Added "ipv6 forwarding" command.
126
gdtb27900b2004-01-08 15:44:29 +00001272004-01-08 Greg Troxel <gdt@fnord.ir.bbn.com>
128
129 * kernel_socket.c (kernel_read): Use sockaddr_storage in buffer
130 for reading kernel messages to ensure enough space (necessary on
131 Solaris due to sockaddr_dl being large). Thanks to Sowmini
132 Varadhan for help with this change.
133
gdt9ccabd12004-01-06 18:23:02 +00001342004-01-06 Greg Troxel <gdt@t1.ir.bbn.com>
135
136 * rtadv.c (rtadv_send_packet): Change perror to zlog_err.
137
gdtdbee01f2004-01-06 00:36:51 +00001382004-01-05 Greg Troxel <gdt@fnord.ir.bbn.com>
gdt4bfbea82004-01-06 01:13:05 +0000139 * kernel_socket.c (ifm_read): Major cleanup. Use Sowmini's code
140 to find the sockaddr_dl in all cases, narrowing the Solaris ifdef
141 to just the accomodation of broken kernels. Check sockaddr_dl
142 carefully up front, and later assume any non-NULL sdl pointer is
143 valid. Clean up types and variable declarations, and rename
144 WRAPUP to SAROUNDUP to make the name fit the behavior.
145
1462004-01-05 Greg Troxel <gdt@fnord.ir.bbn.com>
gdtdbee01f2004-01-06 00:36:51 +0000147
148 * kernel_socket.c (kernel_read): Add a sockaddr_dl to the ifmsg
149 structure, because on Solaris sockaddr_dl is far larger than the
150 base sockaddr structure. (The code had previously been failing to
151 read all the data.)
gdt4bfbea82004-01-06 01:13:05 +0000152
gdtda26e3b2004-01-05 17:20:59 +00001532004-01-05 Greg Troxel <gdt@ahi.ir.bbn.com>
154
155 * kernel_socket.c (kernel_read): Look up interfaces by index
156 first, so that state changes which do not include a sockaddr_dl
157 now work. Add many sanity checks. In
158 particular, do not assume that a sockaddr_dl follows a message
159 without checking the ifm_addrs flags, and do not trust the length
160 in a sockaddr_dl. Add/clarify many comments.
161
gdt4b5e1352003-12-03 17:54:34 +00001622003-12-03 Greg Troxel <gdt@poblano.ir.bbn.com>
163
164 * rtadv.c: reorder includes to avoid compiler warning (define
165 structs before using them in prototypes)
166
hasso647e4f12003-05-25 11:43:52 +00001672003-05-25 Jim Crumpler <Jim.Crumpler@edion.com>
168
169 * zserv.c: Add "ip forwarding" command.
170
paul445f1432003-05-16 19:00:31 +00001712003-05-16 Gilad Arnold <gilad.arnold@terayon.com>
172
173 * zebra_rib.c: Fix memory leaks for ifname nexthops
174
1752003-04-19 Israel Keys <ikeys@agile.tv>
176
177 * rt_netlink.c: BLOCK on netlink while initialising
178
1792003-02-06 Francois Deppierraz <francois@ctrlaltdel.ch>
180
181 * rt_netlink.c (netlink_route_multipath): Set RTM_F_EQUALIZE when
182 it exists.
183
paul718e3742002-12-13 20:15:29 +00001842002-09-28 Akihiro Mizutani <mizutani@net-chef.net>
185
186 * zebra_rib.c (static_add_ipv4): Null0 static route is added.
187
1882002-09-10 Jochen Friedrich <chris+zebra@scram.de>
189
190 * rt_netlink.c: Add check for EAGAIN.
191 * kernel_socket.c: Likewise
192
1932002-06-12 Israel Keys <ikeys@oz.agile.tv>
194
195 * rt_netlink.c: Setting the NLM_F_ACK flag on the netlink command
196 message so that we get an ACK for successful netlink commands.
197 Change the netlink socket to BLOCKING while we wait for a
198 response; be it an ACK or an NLMSG_ERROR. Change
199 netlink_parse_info to deal with ACK messages.
200
2012001-11-01 Jun-ichiro itojun Hagino <itojun@iijlab.net>
202
203 * rtadv.c (rtadv_make_socket): setsockopt(IPV6_CHECKSUM) does not
204 work for ICMPv6 socket.
205
2062001-10-24 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
207
208 * rib.c (rib_process): Select connected route any case.
209
2102001-10-23 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
211
212 * interface.c (no_ip_address_secondary): Add "no" to command.
213
2142001-10-18 NOGUCHI Kay <kay@v6.access.co.jp>
215
216 * ioctl.c (if_prefix_add_ipv6): Set the prefered and valid lifetime
217 to infinity as the freebsd4.4 workaroud.
218
2192001-08-26 mihail.balikov@interbgc.com
220
221 * zebra_snmp.c: Fix snmpwalk problem such as IPv4 address
222 A.B.C.255.
223
2242001-08-22 NOGUCHI Kay <kay@v6.access.co.jp>
225
226 * rtadv.c: Do not send RA to loopback interface.
227
2282001-08-20 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
229
230 * ioctl.c (if_set_prefix): Remove Linux 2.0 specific connected
231 route treatment.
232
2332001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
234
235 * zebra-0.92a released.
236
2372001-08-17 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
238
239 * rib.c: Kernel route is treated as EGP routes in nexthop active
240 check.
241
2422001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
243
244 * zebra-0.92 released.
245
2462001-08-08 "Akihiro Mizutani" <mizutani@dml.com>
247
248 * rib.c (show_ip_route_prefix_longer): Add longer-prefix option to
249 show route commands.
250
2512001-07-29 Yon Uriarte <havanna_moon@gmx.net>
252
253 * zserv.c (zsend_ipv4_add_multipath): Add
254 NEXTHOP_TYPE_IPV4_IFINDEX check.
255
2562001-07-29 NOGUCHI Kay <kay@v6.access.co.jp>
257
258 * rtadv.c: Apply valid lifetime, preferred lifetime, onilnk flag,
259 autonomous address-configuration flag patch.
260 (no_ipv6_nd_suppress_ra): Change "ipv6 nd send-ra" to "no ipv6 nd
261 suppress-ra".
262
2632001-07-24 NOGUCHI Kay <kay@v6.access.co.jp>
264
265 * rtadv.c (ipv6_nd_ra_interval): Add "ipv6 nd ra-interval SECONDS"
266 command.
267
2682001-07-24 Jun-ichiro itojun Hagino <itojun@iijlab.net>
269
270 * rt_socket.c (kernel_rtm_ipv4): Add KAME/NetBSD151 equal cost
271 multicast FIB support both IPv4 and IPv6.
272
2732001-07-24 Hal Snyder <hal@vailsys.com>
274
275 * if_ioctl.c (interface_list_ioctl): Fix bug of failing to get the
276 full list of interfaces on some configurations of OpenBSD.
277
2782001-07-23 NOGUCHI Kay <kay@v6.access.co.jp>
279
280 * rtadv.c (ipv6_nd_send_ra): Apply [zebra 9320] to fix "ipv6 nd
281 send-ra" bug.
282 (ipv6_nd_ra_lifetime): "ipv6 nd ra-lifetime 0" for default router
283 availability.
284 (ipv6_nd_managed_config_flag): "ipv6 nd managed-config-flag" is
285 added.
286 (ipv6_nd_other_config_flag): "ipv6 nd other-config-flag" is added.
287
2882001-07-23 Jun-ichiro itojun Hagino <itojun@iijlab.net>
289
290 * ioctl.c (if_ioctl): Change ioctl argument from int to u_long.
291
292 * rt_ioctl.c: Likewise.
293
2942001-07-23 Jun-ichiro itojun Hagino <itojun@iijlab.net>
295
296 * kernel_socket.c (rtm_write): Only set RTF_CLONING when the
297 interface is not p2p.
298
2992001-04-23 Kunihiro Ishiguro <kunihiro@zebra.org>
300
301 * ioctl.c (if_prefix_add_ipv6): Fix argument type.
302
3032001-04-06 Toshiaki Takada <takada@zebra.org>
304
305 * zserv.c (zsend_interface_delete): Use client->obuf instead of
306 allocating new stream.
307
3082001-03-10 Kunihiro Ishiguro <kunihiro@zebra.org>
309
310 * rt_netlink.c: Revert RTPROT_BOOT change.
311
3122001-03-08 Kunihiro Ishiguro <kunihiro@zebra.org>
313
314 * rt_netlink.c (netlink_route_change): Skip RTPROT_BOOT route.
315 (netlink_routing_table): Likewise.
316
3172001-03-07 "Akihiro Mizutani" <mizutani@dml.com>
318
319 * zserv.c (zsend_ipv4_add_multipath): Send metric value to
320 protocol daemons.
321
3222001-02-18 Kunihiro Ishiguro <kunihiro@zebra.org>
323
324 * rt_netlink.c (netlink_routing_table): Do not return
325 tb[RTA_GATEWAY] is NULL. Reported by: "Michael O'Keefe"
326 <mokeefe@qualcomm.com>.
327
3282001-02-08 Kunihiro Ishiguro <kunihiro@zebra.org>
329
330 * if_ioctl.c (interface_list_ioctl): Call if_add_update().
331 Suggested by: Chris Dunlop <chris@onthe.net.au>.
332
3332001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
334
335 * rib.c (nexthop_active_ipv4): When nexthop type is
336 NEXTHOP_TYPE_IPV4_IFINDEX, propery set the ifindex to rifindex.
337
338 * zserv.c: Initialize rtm_table_default with 0.
339
340 * zebra-0.91 is released.
341
3422001-01-31 Kunihiro Ishiguro <kunihiro@zebra.org>
343
344 * kernel_socket.c (rtm_read): Filter cloned route. Suggested by:
345 Jun-ichiro itojun Hagino <itojun@iijlab.net>
346
3472001-01-30 Kunihiro Ishiguro <kunihiro@zebra.org>
348
349 * connected.c (connected_up_ipv6): When point-to-point destination
350 address is ::, use local address for connected network.
351 (connected_down_ipv6): Likewise.
352
3532001-01-25 Kunihiro Ishiguro <kunihiro@zebra.org>
354
355 * zserv.c (zebra_serv): Add missing close() call. Reported by:
356 David Waitzman <djw@vineyard.net>.
357
3582001-01-24 Kunihiro Ishiguro <kunihiro@zebra.org>
359
360 * rib.c (rib_lookup_ipv4): New function for checking exact match
361 IGP route.
362
3632001-01-23 Kunihiro Ishiguro <kunihiro@zebra.org>
364
365 * rib.c (show_ipv6_route_protocol): Fix bug of "show ip route
366 route-type".
367
3682001-01-22 Kunihiro Ishiguro <kunihiro@zebra.org>
369
370 * interface.c (zebra_interface): Do not call
371 zebra_interface_add_update for inactive interface.
372
373 * zserv.c (zsend_interface_address_add): Send interface address
374 flag.
375 (zsend_interface_address_delete): Likewise.
376
3772001-01-19 Kunihiro Ishiguro <kunihiro@zebra.org>
378
379 * interface.c (if_addr_add): Add flags.
380
381 * connected.c (ifa_add_ipv4): Add new function for interface
382 address handling.
383 (ifa_delete_ipv4): Likewise.
384
3852001-01-16 Kunihiro Ishiguro <kunihiro@zebra.org>
386
387 * rib.c (rib_update): Update IPv6 RIB.
388
389 * kernel_socket.c (ifam_read): Call if_refresh() for update
390 interface flag status. This is for implicit interface up on *BSD.
391
392 * interface.c (if_refresh): Add interface flag refresh function.
393
394 * kernel_socket.c (rtm_read): Fetch link-local address interface
395 index.
396 (ifan_read): We need to fetch interface information. Suggested
397 by: Yasuhiro Ohara <yasu@sfc.wide.ad.jp>.
398
399 * rib.c (static_ipv6_nexthop_same): Add check for
400 NEXTHOP_TYPE_IPV6_IFNAME.
401
4022001-01-15 Kunihiro Ishiguro <kunihiro@zebra.org>
403
404 * rib.h (NEW_RIB): Turn on NEW_RIB flag. IPv6 new RIB code are
405 taken into place.
406
4072001-01-14 Kunihiro Ishiguro <kunihiro@zebra.org>
408
409 * rib.c (static_ipv6_write): Display STATIC_IPV6_GATEWAY_IFNAME
410 configuration.
411 (rib_delete_ipv6): Handle same route conter for IPv6 connected
412 route.
413 (show_ipv6_route_protocol): New command.
414 (show_ipv6_route_addr): Likewise.
415 (show_ipv6_route_prefix): Likewise.
416 (rib_update): Sweep kernel route when it is cleaned up.
417
418 * rt_socket.c (kernel_add_ipv6): Add NEXTHOP_IPV6_IFNAME
419 treatmenet.
420
421 * rt_netlink.c (kernel_init): Likewise.
422
423 * rt_ioctl.c (kernel_ioctl_ipv6_multipath): Likewise.
424
425 * rib.c (rib_add_ipv4): Cope with same connected route on a
426 interface. Suggested by: Matthew Grant <grantma@anathoth.gen.nz>.
427 (nexthop_ipv6_ifname_add): Add NEXTHOP_IPV6_IFNAME treatmenet.
428
429 * rib.h (struct new_rib): Add refcnt to keep track on the
430 reference of same connected route.
431
432 * ioctl.c (if_set_prefix): Add check for GNU_LINUX.
433
4342001-01-13 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
435
436 * kernel_socket.c (ifan_read, rtm_type_str): Add RTM_OIFINFO check.
437 (rtm_type_str): Add RTM_IFANNOUNCE check.
438 (ifan_read): New function.
439 (kernel_read): Add case for RTM_IFANNOUNCE.
440
4412001-01-13 Kunihiro Ishiguro <kunihiro@zebra.org>
442
443 * rt_ioctl.c (kernel_ioctl_ipv6_multipath): New function.
444
445 * rt_netlink.c (netlink_route_multipath): IPv6 address ifindex
446 treatment.
447
448 * connected.c (connected_up_ipv6): Add dest value check.
449
450 * rib.c (nexthop_active_ipv6): Do not touch IPv6 nexthop's
451 ifindex.
452 (rib_add_ipv4): Import rib_add_ipv6() same route check code.
453 (nexthop_active_check): NEXTHOP_TYPE_IPV6_IFINDEX activity is only
454 checked by ifindex.
455
456 * rt_socket.c (kernel_rtm_ipv6_multipath): New function.
457
458 * redistribute.c (redistribute_add): Use
459 zsend_ipv6_add_multipath().
460 (redistribute_delete_multipath): Use
461 zsend_ipv6_delete_multipath().
462
463 * interface.c (ip_address): Check current IP address to avoid
464 duplicate.
465
466 * rib.c (rib_delete_ipv4): When deleted route is connected route,
467 check ifindex.
468 (rib_add_ipv4): When connected route is added do not perform
469 implicit withdraw.
470 (rib_delete_ipv4): Check ifindex for connected route.
471
472 * kernel_socket.c (rtm_read): When route has RTF_STATIC, set
473 ZEBRA_FLAG_STATIC for indicate as persistent route.
474 (ifam_read): Unset interface index from link-local address when
475 IPv6 stack is KAME.
476
477 * rib.c (rib_update): Do not delete persistent kernel route.
478
479 * rib.h (struct new_rib): Integrate RIB_FLAG_* to ZEBRA_FLAG_*.
480
481 * rt_socket.c (kernel_add_ipv6_multipath): Add placeholder.
482 (kernel_delete_ipv6_multipath): Likewise.
483
484 * rt_netlink.c (netlink_talk): Give struct nlsock to netlink_talk.
485
4862001-01-12 Kunihiro Ishiguro <kunihiro@zebra.org>
487
488 * rib.c (rib_update): Revert Matthew Grant's patch
489 zebra_cvs_newribfix.patch. Use struct rib->ifindex for kernel
490 interface index. Introduce NEXTHOP_TYPE_IPV4_IFINDEX to support
491 that. Add support for address deletion situation.
492
4932001-01-11 Kunihiro Ishiguro <kunihiro@zebra.org>
494
495 * interface.c: Remove HAVE_IF_PSEUDO part.
496
497 * rib.h: Likewise.
498
499 * rt_netlink.c (netlink_link_change): Likewise.
500
5012001-01-10 Kunihiro Ishiguro <kunihiro@zebra.org>
502
503 * zserv.c: Remove OLD_RIB codes.
504
5052001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
506
507 * zebra-0.90 is released.
508
5092001-01-09 Matthew Grant <grantma@anathoth.gen.nz>
510
511 * interface.c (if_new_intern_ifindex): Allocate a new internal
512 interface index.
513 (if_addr_refresh): Fix up ip addresses configured via zebra.
514 (if_add_update): Handle an interface addition.
515 (if_delete_update): Handle an interface delete event.
516
517 * rib.c (nexthop_ipv4_add): Add kernel route deletion process when
518 interface goes down.
519
5202001-01-08 Kunihiro Ishiguro <kunihiro@zebra.org>
521
522 * interface.c (if_dump_vty): When HAVE_NET_RT_IFLIST is defined,
523 NetBSD also use this function. Suggested by Jasper Wallace
524 <jasper@ivision.co.uk>.
525
5262001-01-07 Kunihiro Ishiguro <kunihiro@zebra.org>
527
528 * rib.c (nexthop_active_ipv4): Move back to set methodo to old
529 one.
530
5312001-01-05 Kunihiro Ishiguro <kunihiro@zebra.org>
532
533 * rib.c (rib_add_ipv4): EBGP multihop set ZEBRA_FLAG_INTERNAL
534 flag, so treat it.
535
5362001-01-04 Kunihiro Ishiguro <kunihiro@zebra.org>
537
538 * rt_netlink.c (netlink_talk_ipv6): When IPv6 route message is
539 sent from netlink_cmd, the same message comes from netlink. To
540 avoid confusion, temporary netlink_talk_ipv6 use netlink.sock
541 instead of netlink_cmd.sock.
542
5432001-01-01 Kunihiro Ishiguro <kunihiro@zebra.org>
544
545 * zserv.h (ZEBRA_SERV_PATH): Change "/tmp/zebra" to "/tmp/.zebra".
546 Change "/tmp/zserv" to "/tmp/.zserv".
547
5482000-12-29 Frank van Maarseveen <F.vanMaarseveen@inter.NL.net>
549
550 * rt_netlink.c (struct nlsock): Divide kernel message into listen
551 socket and command socket.
552 (netlink_talk): Remove socket listen code. Use netlink_parse_info
553 for read kernel response.
554
5552000-12-29 Kunihiro Ishiguro <kunihiro@zebra.org>
556
557 * rib.c (vty_show_ip_route): Show uptime of the RIP,OSPF,BGP
558 routes.
559
5602000-12-27 Kunihiro Ishiguro <kunihiro@zebra.org>
561
562 * rt_netlink.c (netlink_route_multipath): Metric value is
563 reflected to kernel routing table.
564
565 * rt_ioctl.c (kernel_ioctl_ipv4_multipath): Likewise.
566
567 * kernel_socket.c (rtm_write): Likewise.
568
569 * rib.c (nexthop_active_ipv4): Only iBGP route perform recursive
570 nexthop lookup.
571
572 * rt_ioctl.c (kernel_ioctl_ipv4_multipath): Add ioctl version of
573 new RIB implementation.
574
5752000-12-26 Kunihiro Ishiguro <kunihiro@zebra.org>
576
577 * rib.h: Remove MULTIPATH_NUM. It is defined by configure script.
578
5792000-12-25 Michael Rozhavsky <mrozhavsky@opticalaccess.com>
580
581 * rib.c (rib_if_up): Call rib_fib_set instead of RIB_FIB_SET for
582 proper redistribution.
583
5842000-12-19 Kunihiro Ishiguro <kunihiro@zebra.org>
585
586 * rib.c (nexthop_active_ipv4): Add self lookup nexthop check.
587 (show_ip_route_protocol): Support new RIB.
588
589 * rt_netlink.c (netlink_route_change): Do not return when gate is
590 NULL.
591
5922000-12-18 Kunihiro Ishiguro <kunihiro@zebra.org>
593
594 * rib.c (rib_lookup_ipv4_nexthop): IBGP nexthop check function is
595 updated.
596 (rib_add_ipv4): Free implicit withdraw route's RIB.
597
5982000-12-15 Kunihiro Ishiguro <kunihiro@zebra.org>
599
600 * rib.c (nexthop_active_ipv4): Check indirect nexthop.
601
602 * redistribute.c (redistribute_add_multipath): Redistribution
603 works with new rib code.
604
6052000-12-14 Kunihiro Ishiguro <kunihiro@zebra.org>
606
607 * rt_netlink.c (netlink_route_multipath): Check useful nexthop
608 number.
609 (netlink_route_multipath): Clear rtnh_flags and rtnh_hops.
610
611 * rib.c (nexthop_active_update): Set flag for the rib's nexthop
612 activity is changed.
613 (nexthop_active_check): Before checking interface is up, make it
614 sure the interface exist.
615
6162000-11-20 Kunihiro Ishiguro <kunihiro@zebra.org>
617
618 * rib.c (ip_route): New RIB prototype.
619
6202000-11-16 Yon Uriarte <ukl2@rz.uni-karlsruhe.de>
621
622 * zserv.c (zsend_interface_add): Send hardware address when
623 hw_addr_len is greater than 0.
624
6252000-11-07 Kunihiro Ishiguro <kunihiro@zebra.org>
626
627 * connected.c (connected_up_ipv4): Fix ptop bug. The destination
628 network should be installed into routing table.
629 (connected_down_ipv4): Likewise.
630 (connected_add_ipv4): Change to use connected_up_ipv4.
631 (connected_delete_ipv4): Likewise.
632
6332000-11-06 Kunihiro Ishiguro <kunihiro@zebra.org>
634
635 * rt_netlink.c (netlink_interface_addr): Revert Harald Welte
636 <laforge@gnumonks.org>'s ptop patch then back to original code to
637 avoid duplicated connected route problem. Suggested by Frank van
638 Maarseveen <F.vanMaarseveen@inter.NL.net>.
639
640 * kernel_socket.c (rtm_read): Make behavior consistent even #ifdef
641 DEBUG is defined. Reported by Jun-ichiro itojun Hagino
642 <itojun@iijlab.net>.
643
6442000-10-23 Jochen Friedrich <jochen@scram.de>
645
646 * main.c (main): Call zebra_snmp_init() when it is enabled.
647
6482000-10-23 Kunihiro Ishiguro <kunihiro@zebra.org>
649
650 * zserv.c (zebra_serv_un): UNIX domain socket server of zebra
651 protocol.
652
6532000-10-19 Kunihiro Ishiguro <kunihiro@zebra.org>
654
655 * rib.c (rib_add_ipv4): Same check bug is fixed.
656
6572000-10-03 Kunihiro Ishiguro <kunihiro@zebra.org>
658
659 * rib.c (rib_if_down): Remove kernel route when the interface goes
660 down.
661
662 * debug.c: New command "debug zebra kernel" is added.
663
6642000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
665
666 * zebra-0.89 is released.
667
6682000-09-24 Harald Welte <laforge@gnumonks.org>
669
670 * rt_netlink.c (netlink_interface_addr): Fix point-to-point address
671 treatment in netlink interface.
672
6732000-09-21 David Lipovkov <dlipovkov@OpticalAccess.com>
674
675 * rib.c (rib_if_down): Pull static route only. Protocol daemon
676 must withdraw routes when interface goes down.
677 (rib_add_ipv4): Check nexthop when replace route.
678
6792000-09-21 Kunihiro Ishiguro <kunihiro@zebra.org>
680
681 * if_ioctl.c (if_getaddrs): New function for looking up
682 interface's address by getifaddrs().
683
6842000-09-10 Kunihiro Ishiguro <kunihiro@zebra.org>
685
686 * connected.c (connected_delete_ipv4): Add check for connected
687 address is found or not.
688 (connected_add_ipv6): Reflect IPv6 connected address change to
689 protocol daemons.
690 (connected_delete_ipv6): Likewise.
691
6922000-09-07 David Lipovkov <davidl@nbase.co.il>
693
694 * rib.c (rib_delete_ipv4): Reverted the change from pseudo
695 interface patch to original. Because ospfd deletes routes using
696 zero ifindex.
697
6982000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
699
700 * zebra-0.88 is released.
701
7022000-08-15 "Akihiro Mizutani" <mizutani@dml.com>
703
704 * rib.c (show_ip_route_protocol): Help string correction.
705 (show_ip_route_prefix): Check prefix mask.
706 (show_ip_route_vty_detail): Display distance and metric.
707
7082000-08-14 Kunihiro Ishiguro <kunihiro@zebra.org>
709
710 * zserv.c (zsend_interface_add): Change ifindex store size from
711 two octet to four.
712 (zsend_interface_delete): Likewise.
713 (zsend_interface_address_add): Likewise.
714 (zsend_interface_address_delete): Likewise.
715 (zsend_interface_up): Likewise.
716 (zsend_interface_down): Likewise.
717
7182000-08-13 Kunihiro Ishiguro <kunihiro@zebra.org>
719
720 * rib.c (rib_add_ipv4): Do not install distance 255 route.
721
7222000-08-10 Toshiaki Takada <takada@zebra.org>
723
724 * interface.c (bandwidth_if), (no_bandwidth_if): Call
725 zebra_interface_up_update () instead of using if_up() and if_down().
726
7272000-08-07 "Akihiro Mizutani" <mizutani@dml.com>
728
729 * interface.c (bandwidth_if): Fix help string.
730
7312000-08-07 Matthew Grant <grantma@anathoth.gen.nz>
732
733 * interface.c (if_dump_vty): Display bandwidth value.
734 (bandwidth_if): New command "bandwidth <1-10000000>" is added.
735 When interface is up, force protocol daemons to recalculate routes
736 due to cost change.
737 (no_bandwidth_if): Likewise.
738 (if_config_write): Output bandwidth configuration.
739
740 * zserv.c (zsend_interface_add): Send bandwidth value.
741 (zsend_interface_up): Likewise.
742 (zsend_interface_down): Likewise.
743
744
7452000-08-07 Michael Rozhavsky <mike@nbase.co.il>
746
747 * rib.c (show_ip_route_protocol): "show ip route
748 (bgp|connected|kernel|ospf|rip|static)" is added.
749
7502000-08-07 Kunihiro Ishiguro <kunihiro@zebra.org>
751
752 * rib.c (rib_lookup_ipv4_nexthop): Check parent node until IGP
753 nexthop is found.
754 (rib_add_ipv4_internal): Set fib ifindex to rib ifindex.
755
7562000-08-06 Kunihiro Ishiguro <kunihiro@zebra.org>
757
758 * redistribute.c (redistribute_delete): Fix bug of default route
759 redistribute treatment.
760
7612000-08-05 Kunihiro Ishiguro <kunihiro@zebra.org>
762
763 * rib.c (rib_init): Install ip_node in rib.c instead of zserv.c.
764 Change default distance value.
765
766 Old New
767 ------------------------------------------
768 system 10 0
769 kernel 20 0
770 connected 30 0
771 static 40 1
772 rip 50 120
773 ripng 50 120
774 ospf 60 110
775 ospf6 49 110
776 bgp 70 200(iBGP) 20(eBGP)
777 ------------------------------------------
778
779 * zserv.c (client_lookup): Function removed.
780 (zsend_interface_add): Use client's output buffer. Check ifinfo
781 flag.
782 (zsend_interface_delete): Likewise.
783 Delete ipv4_static_radix and ipv6_static_radix.
784
7852000-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
786
787 * zserv.h (struct zebra_client): When client request interface
788 information, ifinfo is set.
789
790 * rib.c: Temporary Revert changes for pseudo interface.
791
792 * rib.h: Likewise.
793
794 * zserv.c: Likewise.
795
796 * interface.c: Likewise.
797
7982000-08-02 David Lipovkov <davidl@nbase.co.il>
799
800 * interface.c (zebra_if_init): Install interface "pseudo"
801 commands.
802
803 * rib.c (rib_create): ifname argument is added.
804 (rib_add_ipv4_pseudo): New function is added.
805 (rib_delete_ipv4_pseudo): Likewise.
806
807 * rib.h : Delete INTERFACE_UNKNOWN definition. Add prototype for
808 pseudo interface functions.
809
810 * rt_netlink.c (netlink_link_change): Check for pseudo interface.
811
812 * zserv.c (ip_route): When destination is pseudo interface, call
813 rib_add_ipv4_pseudo().
814
815 * zserv.c (no_ip_route): Trim "unknown" argument.
816
8172000-07-26 kunitake@dti.ad.jp
818
819 * if_ioctl.c (if_get_hwaddr): Fix hardware address length from 8
820 to 6.
821
822 * rtadv.c (rtadv_send_packet): Fix shift bug for hardware address.
823
8242000-07-24 Akihiro Mizutani <mizutani@dml.com>
825
826 * interface.c: Use install_default() for common VTY commands.
827
8282000-07-23 Kunihiro Ishiguro <kunihiro@zebra.org>
829
830 * if_ioctl.c (interface_list_ioctl): A interface list size is
831 calculated from ifreq->if_addr.sa_len. This is for OpenBSD.
832
833 * ioctl.c (if_get_mtu): Remove codes for SIOCGIFDATA.
834
8352000-07-09 Chris Dunlop <chris@onthe.net.au>
836
837 * if_ioctl.c (if_get_index): Add check for HAVE_BROKEN_ALIASES.
838
8392000-07-04 Kunihiro Ishiguro <kunihiro@zebra.org>
840
841 * zserv.c (zebra_client_read): Add ZEBRA_REDISTRIBUTE_{ADD,DELETE}
842 message handling.
843
8442000-07-02 David Lipovkov <davidl@nbase.co.il>
845
846 * zserv.c: "ip route A.B.C.D/M unknown" command is added.
847
8482000-06-28 Michael Rozhavsky <mike@nbase.co.il>
849
850 * rib.c: Remove old kernel route when new route comes in.
851
8522000-06-13 David Lipovkov <davidl@nbase.co.il>
853
854 * rib.c (rib_if_up): Add check for unknown interface.
855
8562000-06-13 Kunihiro Ishiguro <kunihiro@zebra.org>
857
858 * rib.h: Define INTERFACE_UNKNOWN.
859
8602000-06-08 Kunihiro Ishiguro <kunihiro@zebra.org>
861
862 * Makefile.am (EXTRA_DIST): Move irdp.c until implementation is
863 finished.
864
8652000-06-05 David Lipovkov <davidl@nbase.co.il>
866
867 * interface.c (if_zebra_delete_hook): Call rib_if_delete().
868
869 * redistribute.c (zebra_interface_delete_update): New function.
870
871 * redistribute.h (zebra_interface_delete_update): New function
872 prototype.
873
874 * rib.c (rib_if_delete): New function. Walk down all routes and
875 delete all on the interface.
876
877 * rib.h: New function prototype.
878
879 * rt_netlink.c (netlink_link_change): Call
880 zebra_interface_delete_update ().
881
8822000-05-10 Kunihiro Ishiguro <kunihiro@zebra.org>
883
884 * if_ioctl.c (interface_info_ioctl): Check interface's flag before
885 checking interface's address.
886
8872000-04-26 Jochen Friedrich <jochen@nwe.de>
888
889 * GNOME-PRODUCT-ZEBRA-MIB: New file.
890
891 * GNOME-SMI: New file.
892
8932000-04-23 Kunihiro Ishiguro <kunihiro@zebra.org>
894
895 * irdp.c: New file from 1997 development code.
896 * irdp.h: Likewise.
897
8982000-04-19 Kunihiro Ishiguro <kunihiro@zebra.org>
899
900 * rtadv.c (rtadv_send_packet): Enclose router advertisement
901 logging with IS_ZEBRA_DEBUG_PACKET.
902
9032000-04-17 Kunihiro Ishiguro <kunihiro@zebra.org>
904
905 * zserv.c (zebra_client_close): Remove client structure from
906 client_list when connection is terminated.
907
9082000-03-21 David Lipovkov <davidl@nbase.co.il>
909
910 * connected.c (connected_add_ipv4): Allows all necessary structure
911 updates for connected route, but doesn't insert it into rib if
912 it's interface is down.
913
9142000-01-21 Hideto Yamakawa <hideto.yamakawa@soliton.co.jp>
915
916 * rtread_getmsg.c: Set some definition for Solaris 2.5 and Solaris
917 2.5.1.
918
9192000-01-21 Kunihiro Ishiguro <kunihiro@zebra.org>
920
921 * rib.c (no_ipv6_route_ifname): Fix buf of cheking return value
922 from str2prefix_ipv6().
923
9242000-01-14 Kunihiro Ishiguro <kunihiro@zebra.org>
925
926 * rt_socket.c: Revert to use RTF_HOST for IPv4 with /32 route and
927 IPv6 with /128 routes.
928 (kernel_rtm_ipv4): In case of /32 route's gateway is interface. It
929 should have mask for cloning.
930
9311999-12-26 Jochen.Friedrich@genorz.de
932
933 * interface.c (if_dump_vty): Fix a bug of missing VTY_NEWLINE.
934
9351999-12-23 Alex Zinin <zinin@amt.ru>
936 * interface.*: dynamic int up/down support
937
9381999-12-09 Kunihiro Ishiguro <kunihiro@zebra.org>
939
940 * ipforward_proc.c (dropline): Move dropline() from lib/dropline.c
941
942 * rtread_proc.c (proc_route_read): Don't use dropline().
943
9441999-12-08 Kunihiro Ishiguro <kunihiro@zebra.org>
945
946 * kernel_socket.c (rtm_read): When message is RTM_GET, it has own
947 process's pid.
948
9491999-12-04 Kunihiro Ishiguro <kunihiro@zebra.org>
950
951 * main.c (main): Change to default log output to ZLOG_STDOUT.
952
953 * zserv.c (zebra_serv): More detailed error print.
954
9551999-11-30 Kunihiro Ishiguro <kunihiro@zebra.org>
956
957 * kernel_socket.c (rtm_read): Check old pid for static route
958 insertion check.
959
9601999-11-30 Kunihiro Ishiguro <kunihiro@zebra.org>
961
962 * interface.c (if_dump_vty): BSDI/OS uses 64bit for interface
963 statistics counter.
964
965 * mtu_kvm.c: New file added.
966
9671999-11-27 Vladimir B. Grebenschikov <vova@express.ru>
968
969 * kernel_socket.c (rtm_write): Set RTF_CLONING flag for
970 route to the directly connected interface.
971
9721999-11-27 Kunihiro Ishiguro <kunihiro@zebra.org>
973
974 * rt_socket.c: Delete USE_HOST_BIT definition.
975
9761999-11-21 Michael Handler <handler@sub-rosa.com>
977
978 * rtread_getmsg.c: Undef some definition to resolve conflict.
979
9801999-11-27 Kunihiro Ishiguro <kunihiro@zebra.org>
981
982 * kernel_socket.c (rtm_write): Change to use pre stored struct_dl
983 value for gateway specification.
984
9851999-11-25 Kunihiro Ishiguro <kunihiro@zebra.org>
986
987 * rt_socket.c (kernel_rtm_ipv4): Even mask is 32 under IPv4 or
988 128 under IPv6, don't use RTF_HOST.
989
9901999-11-21 Kunihiro Ishiguro <kunihiro@zebra.org>
991
992 * Makefile.am (EXTRA_DIST): Add rtread_getmsg.c.
993
9941999-11-21 Michael Handler <handler@sub-rosa.com>
995
996 * rtread_getmsg.c: Added for Solaris 2.6 support.
997
9981999-11-18 Kunihiro Ishiguro <kunihiro@zebra.org>
999
1000 * rtread_sysctl.c (rtm_read_route): RTM_DELETE handling added.
1001
1002 * rt_socket.c (kernel_read): Better BSD routing socket support.
1003
10041999-10-19 Kunihiro Ishiguro <kunihiro@zebra.org>
1005
1006 * client_main.c: Disable making obsolete zebra test `client'
1007 command.
1008
10091999-10-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1010
1011 * zebra.c: Renamed to zserv.c.
1012
1013 * zebra.h: Global definitions are moved to lib/zebra.h. Then
1014 renamed to zserv.h.
1015
10161999-10-15 Jordan Mendelson <jordy@wserv.com>
1017
1018 * if_ioctl.c: Add Linux 2.2.X's alias support and dynamic
1019 interface. Remove ugly MAX_INTERFACE handling codes.
1020
10211999-09-17 Satosi KOBAYASI <kobayasi@north.ad.jp>
1022
1023 * Fix serious bug of IPv6 route deletion.
1024
10251999-09-11 Kunihiro Ishiguro <kunihiro@zebra.org>
1026
1027 * ioctl.c (if_set_prefix): Properly set broadcast address.
1028
10291999-09-04 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1030
1031 * rib.c (rib_add_ipv6, rib_delete_ipv6): now protocol daemons
1032 can install connected route to kernel via zebra
1033
10341999-08-24 VOP <vop@unity.net>
1035
1036 * rib.c: Include "sockunion.h"
1037
10381999-08-22 Kunihiro Ishiguro <kunihiro@zebra.org>
1039
1040 * ipforward.h: New file.
1041
1042 * zebra.h: Obsolete message ZEBRA_GET_ALL_INTERFACE,
1043 ZEBRA_GET_ONE_INTERFACE, ZEBRA_GET_HOSTINFO are deleted.
1044
10451999-08-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1046
1047 * zebra.h (ZEBRA_INTERFACE_ADDRESS_ADD):
1048 ZEBRA_INTERFACE_{ADD,DELETE} added.
1049
10501999-08-15 Kunihiro Ishiguro <kunihiro@zebra.org>
1051
1052 * rib.c: show ip route A.B.C.D works.
1053
1054 * zebra.c (zebra_read_ipv4): Add ifindex to zebra messages.
1055
10561999-08-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1057
1058 * zebra.h: New Zebra message ZEBRA_INTERFACE_{ADD,DELETE} added.
1059
10601999-08-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1061
1062 * interface.h: New file.
1063 * Makefile.am: Add interface.h
1064
10651999-08-04 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1066
1067 * redistribute.c (zebra_redistribute): give ifindex to client.
1068
10691999-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1070
1071 * main.c (longopts): -k, --keep_kernel option added.
1072
10731999-07-18 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1074
1075 * rt_socket.c (rtm_write): forgot closing socket bug fixed.
1076
10771999-07-17 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1078
1079 * rib.c (show_ipv6_cmd): if rib is link show interface name.
1080
10811999-07-17 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1082
1083 * rt_socket.c (rtm_write): use sockaddr_dl when null gateway.
1084
10851999-07-16 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1086
1087 * rt_socket.c (rtm_write): ipv6 route table bug fixed.
1088
10891999-07-15 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1090
1091 * zebra.c (zebra_read_ipv6): read link prefix from ospf6 support
1092
10931999-07-15 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1094
1095 * rt_socket.c (kernel_rtm_ipv6): gate treatment bug fixed.
1096
10971999-07-15 Kunihiro Ishiguro <kunihiro@zebra.org>
1098
1099 * if_sysctl.c (ifm_read): Clear sockunion argument before fetching
1100 data. Suggested by "Chris P. Ross" <cross@eng.us.uu.net>
1101
11021999-07-08 HEO SeonMeyong <seirios@Matrix.IRI.Co.Jp>
1103
1104 * interface.c (if_tun_add): Add KAME's gif tunnel setting codes.
1105
11061999-06-26 Kunihiro Ishiguro <kunihiro@zebra.org>
1107
1108 * zebra.c (zebra_serv): Only accept loopback address connection.
1109
11101999-06-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1111
1112 * zebra.h (ZEBRA_ROUTE_EXTERNAL): Add zebra messages flags
1113
11141999-06-17 Kunihiro Ishiguro <kunihiro@zebra.org>
1115
1116 * ipforward_proc.c: ipforward_on () and ipforward_off () added.
1117
11181999-06-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1119
1120 * ipforward_proc.c (ipforward_ipv6): Check for IPv6 forwarding
1121 using /proc file system is added.
1122
11231999-06-06 Kunihiro Ishiguro <kunihiro@zebra.org>
1124
1125 * if_ioctl.c (if_get_index): Interface index set bug is fixed by
1126 adding #else at the middle of function. Suggested by David Luyer
1127 <luyer@ucs.uwa.edu.au>.
1128
11291999-05-29 <kunihiro@zebra.org>
1130
1131 * rt_ioctl.c: Comment out #include <linux/ipv6_route.h>.
1132
11331999-05-26 Kunihiro Ishiguro <kunihiro@zebra.org>
1134
1135 * zebra.h (ZEBRA_ROUTE_MAX): Add new define for the max value of
1136 the sort of routes.
1137
11381999-05-25 Patrick Koppen <koppen@rhrk.uni-kl.de>
1139
1140 * rt_netlink.c (netlink_socket): Make netlink socket non-blocking.
1141 (netlink_parse_info): If errno is EWOULDBLOCK then continue to
1142 parse the message.
1143 (netlink_talk): Likewise
1144
11451999-05-17 <kunihiro@zebra.org>
1146
1147 * redistribute.c (zebra_check_addr): Added for loopback address
1148 check.
1149
11501999-05-15 Kunihiro Ishiguro <kunihiro@zebra.org>
1151
1152 * rt_netlink.c (netlink_route_change): Tempolary bypass ipv6 route
1153 change treatment.
1154
1155 * Makefile.am (noinst_HEADERS): redistribute.h added.
1156
1157 * redistribute.h: New file.
1158
11591999-05-14 Stephen R. van den Berg <srb@cuci.nl>
1160
1161 * zebra.c (show_table): Show all table configuration DEFUN.
1162 (config_table): Config table number DEFUN.
1163
1164 * rt_netlink.c: Add support for multiple routing table.
1165
1166 * rib.c (rib_weed_table): New function added for delete all
1167 routes from specified routing table.
1168
1169 * main.c (signal_init): SIGTERM call sigint.
1170 (sigint): Loggging more better message.
1171
11721999-05-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1173
1174 * rt_netlink.c: Change log () to zlog ().
1175
11761999-05-07 <kunihiro@zebra.org>
1177
1178 * zebra.h (ZEBRA_ROUTE_OSPF6): Added for ospf6d route.
1179
11801999-04-20 Kunihiro Ishiguro <kunihiro@zebra.org>
1181
1182 * interface.c: Add `no ip address' command.
1183
11841999-04-10 Kunihiro Ishiguro <kunihiro@zebra.org>
1185
1186 * rt_netlink.c (kernel_read): Function added for asynchronous
1187 zebra between kernel communication.
1188
11891999-03-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1190
1191 * rtread_sysctl.c (rtm_read): Fix address memcopy overrun bug.
1192 Reported by Achim Patzner <ap@bnc.net>.
1193
11941999-03-03 Kunihiro Ishiguro <kunihiro@zebra.org>
1195
1196 * Makefile.am: Install configuration sample with 600 permission.
1197
11981999-03-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1199
1200 * Makefile.am: Add -I.. to INCLUDES.
1201
12021999-02-18 Peter Galbavy <Peter.Galbavy@knowledge.com>
1203
1204 * syslog support added
1205
12061999-02-17 Peter Galbavy <Peter.Galbavy@knowledge.com>
1207
1208 * if_sysctl.c (interface_list): allocated memory free when unknown
1209 ifm_type is returned.
1210
1211 * ioctl.c (if_get_mtu): added SIOCGIFDATA treatment.
1212
12131998-12-15 Magnus Ahltorp <map@stacken.kth.se>
1214
1215 * interface.c: Header include added.
1216
12171998-12-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1218
1219 * rt.h (kernel_delete_ipv6): change int index to unsigned int index.
1220
12211998-12-13 Kunihiro Ishiguro <kunihiro@zebra.org>
1222
1223 * if_ioctl.c (interface_list_ioctl): interface flag must be
1224 checked before check addresses of the interface.
1225
12261998-12-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1227
1228 * Makefile.am (INCLUDES): add @INCLUDES@ for Linux IPv6.
1229
12301998-10-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1231
1232 * ioctl.c: Linux version before 2.1.0 need interface route setup.
1233
12341998-09-15 HEO SeonMeyong <seirios@matrix.iri.co.jp>
1235
1236 * change HYDRANGEA to KAME
1237
12381998-09-01 Kunihiro Ishiguro <kunihiro@zebra.org>
1239
1240 * if_ioctl.c (if_addr_ioctl): set address family for getting
1241 interface's address.
1242 (if_get_index): silently return when can't get interface's index.
1243
12441998-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
1245
1246 * main.c (main): batch mode option '-b' added.
1247
12481998-08-16 Kunihiro Ishiguro <kunihiro@zebra.org>
1249
1250 * ioctl.c (if_set_prefix): add `ip address IPV4ADDR' command.
1251 * interface.c (shutdown_if): add interface shutdown and no
1252 shutdown command.
1253
12541998-08-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1255
1256 * rib.c (rib_add_ipv6): delete rib_add_in6.
1257
12581998-07-27 Kunihiro Ishiguro <kunihiro@zebra.org>
1259
1260 * main.c: retain flag is added.
1261
12621998-07-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1263
1264 * rtable.[ch]: merged with rib.[ch]
1265
12661998-07-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1267
1268 * connected.h: renamed from ifa.h.
1269
12701998-06-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1271
1272 * rename if.c to interface.c
1273 * rename ifa.c to connected.c
1274
1275 * Porting to Debian GNU/Linux 2.0 (hamm).
1276
12771998-06-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1278
1279 * rt_netlink.c: renamed from krt_netlink.c
1280
1281 * fib.c: deleted.
1282 * rt_kvm.c: deleted.
1283 * rtread_getmsg.c: deleted.
1284
12851998-06-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1286
1287 * if.c (multicast): add multicast flag [un]set fucntion.
1288
12891998-05-19 Yamshita TAKAO <jargon@lares.dti.ne.jp>
1290
1291 * rt_socket.c: Modify for compile on Solaris, but dont't work it.
1292 rt_socket.c have some undefined function, so add directive "IMPLEMENT"
1293
12941998-05-18 Yamshita TAKAO <jargon@lares.dti.ne.jp>
1295
1296 * zebra.c: Modify for compile on Solaris.
1297
12981998-05-03 Kunihiro Ishiguro <kunihiro@zebra.org>
1299
1300 * main.c: change CONFDIR to SYSCONFDIR.
1301
13021998-05-01 Kunihiro Ishiguro <kunihiro@zebra.org>
1303
1304 * .cvsignore: added.
1305
13061998-04-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1307
1308 * client.c: moves to ../lib.
1309
13101998-03-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1311
1312 * if_ioctl.c (if_get_addr): Change address copy from memcopy() to
1313 structure assignment.
1314
13151998-03-30 URA Hiroshi <ura@yamato.ibm.co.jp>
1316
1317 * if_sysctl.c (ifm_interface_add): sdl->sdl_data copy bug fixed.
1318
13191998-02-23 "Hannes R. Boehm" <hannes@boehm.org>
1320
1321 * if.c (if_init): add config_exit_cmd and config_help_cmd.
1322
13231998-01-24 Kunihiro Ishiguro <kunihiro@zebra.org>
1324
1325 * rt_ioctl.c (route_ioctl): EPERM treatment added.
1326
13271998-01-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1328
1329 * rt_socket.c (kernel_read): communication port zebra between
1330 kernel is now handled by kernel_read.
1331
13321998-01-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1333
1334 * main.c (main): zebra [-P port] can specify vty port number.
1335
13361997-12-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1337
1338 * zebra.c: change select will be block.
1339
13401997-12-04 Kunihiro Ishiguro <kunihiro@zebra.org>
1341
1342 * add static route treatment.
1343
13441997-11-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1345
1346 * rt_netlink.c: add netlink support over GNU/Linux system.
1347
13481997-11-23 Kunihiro Ishiguro <kunihiro@zebra.org>
1349
1350 * all inet_addr is changed to inet_aton.
1351
1352 * zebra.c (ip_route): add ip route command for static routes.
1353
13541997-11-20 Kunihiro Ishiguro <kunihiro@zebra.org>
1355
1356 * if.c (if_flag_dump): Linux port of if_flag_dump and _vty.
1357
13581997-11-19 Kunihiro Ishiguro <kunihiro@zebra.org>
1359
1360 * if.c: add interface command.
1361
13621997-11-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1363
1364 * ipforward_proc.c : Now works on Linux.
1365
13661997-10-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1367
1368 * command.c : add completion feature.
1369
13701997-10-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1371
1372 * vty.c (vty_command): add vty interface.
1373
13741997-10-13 Kunihiro Ishiguro <kunihiro@zebra.org>
1375
1376 * zebra.c: add verbose mode.
1377
13781997-10-12 SonMyong Ho <s-ho@Matrix.IRI.Co.Jp>
1379
1380 * Hydrangea for FreeBSD supported
1381 * in.h: add some prototype.
1382
13831997-10-11 Kunihiro Ishiguro <kunihiro@zebra.org>
1384
1385 * rt_socket.c and rtread.c completely rewritten.
1386
13871997-10-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1388
1389 * rt_socket.c: rename kernel_sock to routing_socket
1390
13911997-10-04 Kunihiro Ishiguro <kunihiro@zebra.org>
1392
1393 * if.c (if_new): interface structure change from linklist to vector.
1394
13951997-10-03 Kunihiro Ishiguro <kunihiro@zebra.org>
1396
1397 * vector.c (vector_init): create vector related function
1398
13991997-09-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1400
1401 * Makefile.in: add tags target
1402
1403 * start IPv6 support for INRIA FreeBSD.
1404