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