blob: 5adcbceecbb4ff6a611819db311e0fa6b3cdd393 [file] [log] [blame]
gdt57492d52004-08-11 18:06:38 +000012004-08-11 Greg Troxel <gdt@fnord.ir.bbn.com>
2
3 * rtadv.c (rtadv_send_packet): Allocate space for control messages
4 more carefully; it was wrong on NetBSD/sparc where CMSG alignment
5 is to 8 bytes instead of 4, and overwriting the address. Use the
6 provided macros for determining lengths.
7
paul5b73a672004-07-23 15:26:14 +000082004-07-23 Sowmini Varadhan <Sowmini.Varadhan@Sun.COM>
9
10 * if_ioctl_solaris.c: HAVE_IPV6 ifdef fixups
11 * zserv.c: ditto
12 * ioctl_solaris.c: ditto.
13 * interface.c: cast for LLADDR
14 * interface.h: Add guards, include redistribute.h and remove
15 extraneous definitions of zebra_interface_{up,down}_update
16 * ioctl.h: Add AF_IOCTL define for non SOLARIS_IPV6
17 * redistribute.h: include dependent header, zserv.h
18 * zserv.h: include dependent header, rib.h
19
paul1470baf2004-07-23 15:25:01 +0000202004-07-23 Paul Jakma <paul@dishone.st>
21
22 * irdp_main.c: use setsockopt_pktinfo_ipv4
23 * irdp_packet.c: use SOPT_SIZE_CMSG_PKTINFO_IPV4 and
24 getsockopt_pktinfo_ifindex()
25
gdtcced60d2004-07-13 16:45:54 +0000262004-07-13 David Wiggins <dwiggins@bbn.com
27
28 * kernel_socket.c (rtm_flag_dump): terminate buffer with '\0', not '0'.
29
hasso25dac852004-07-13 03:06:51 +0000302004-07-13 Hasso Tepper <hasso@estpak.ee>
31
32 * irdp_main.c: Add privilege change.
33
hasso996933f2004-07-12 16:32:56 +0000342004-07-12 Hasso Tepper <hasso@estpak.ee>
35
36 * irdp_interface.c: follow common style while naming vty command
37 functions. Avoids confusion in extract.pl.
38
gdt87efd642004-06-30 17:36:11 +0000392004-06-30 Greg Troxel <gdt@poblano.ir.bbn.com>
40
41 * main.c: define thread_master variable so that linking with
42 libzebra.so doesn't fail. Arguably zclient.o should be in a
43 separate library, but this is far less disruptive.
44
hassoca776982004-06-12 14:33:05 +0000452004-06-12 Robert Olsson <Robert.Olsson at data.slu.se>
46
47 * Added IRDP support.
48
hasso3e31cde2004-05-18 11:58:59 +0000492004-05-18 Hasso Tepper <hasso@estpak.ee>
50
51 * rtadv.c: Removed "[no] ipv6 nd send-ra" command. Replaced "ipv6 nd
52 prefix-advertisement" with "ipv6 nd prefix". Rewrite syntax of
53 "ipv6 nd prefix" command to allow various combinations of parameters
54 and flags. No defaults in configuration. Replaced on-link and
55 autoconfig with off-link and no-autoconfig flags in command syntax.
56 Cosmetic fixes in all commands. Documentation to reflect all changes.
57
paul19877dd2004-05-11 10:49:35 +0000582004-05-11 Paul Jakma <paul@dishone.st>
59
60 * Makefile.am: support for IOCTL_METHOD, as per Sowmini's patch.
paul48a46fa2004-05-11 10:55:22 +000061 * if_ioctl_solaris.c: Fixup some erroneous privilege changes and
62 add privs.h header.
63 * ioctl_solaris.c: ditto
paulc50ae8b2004-05-11 11:31:07 +000064 * ioctl.h: Add if_ioctl_ipv6 prototype and AF_IOCTL for SOLARIS_IPV6
65 * kernel_socket.c: Fix SAROUNDUP, compiler doesnt like do..while
66 RHS in assignments :)
67 * redistribute.c: (zebra_interface_delete_update) only used
68 if RTM_IFANNOUNCE and NETLINK is available.
69
paulb9df2d22004-05-09 09:09:59 +0000702004-05-09 Paul Jakma <paul@dishone.st>
71
72 * zserv.c: (zsend_route_multipath) Set the nexthop_num
73 field correctly. Add NEXTHOP_TYPE_IPV6_IFNAME for v6.
74 Conditionally set ZAPI_MESSAGE_METRIC flag - only for adds.
75 (zsend_ipv4_add) cruft, deleted.
76 (zsend_ipv4_delete) ditto.
77 (zsend_ipv6_add) ditto.
78 (zsend_ipv6_delete) ditto.
paul44145db2004-05-09 11:00:23 +000079 * ioctl.c: (if_get_mtu) set mtu6 to mtu
80 * mtu_kvm.c: (if_kvm_get_mtu) set mtu6 to mtu
81 * rt_netlink.c: (netlink_interface) set mtu6 to mtu
82 (netlink_link_change) ditto
paul66e94882004-05-09 17:19:24 +000083 * ipforward_solaris.c: fix typo of ND variable.
paul88424682004-05-09 18:21:35 +000084 * if_ioctl_solaris.c: Add zprivs support.
85 * ioctl_solaris.c: ditto.
paul66e94882004-05-09 17:19:24 +000086
paulb9df2d22004-05-09 09:09:59 +0000872004-05-09 Sowmini Varadhan <sowmini.varadhan@sun.com>
88
89 * zserv.c: (zsend_ipv{4,6}_{add,delete}_multipath) collapsed
90 into single zsend_route_multipath function.
91 (zsend_interface_{up,down}) collapsed into zsend_interface_update.
92 (zsend_interface_address_{add,delete}) collapsed into
93 zsend_interface_address.
94 (zsend_interface_add) send mtu6.
95 (zsend_interface_delete) ditto.
96 (zebra_write) remove unused function.
97 (various) Apply static qualifier. Add comments.
98 * zserv.h: Definitions changed as per above.
99 * redistribute.c: Changes as per zserv.c.
paul44145db2004-05-09 11:00:23 +0000100 * interface.c: (if_delete_update) only used with HAVE_NETLINK
101 and RTM_IFANNOUNCE.
102 (if_flag_dump_vty) Solaris IFF_IPV4 and IFF_IPV6 if flags
103 (if_dump_vty) print mtu6 if not same as mtu
paul88424682004-05-09 18:21:35 +0000104 * if_ioctl_solaris.c: New file, Solaris interface ioctl methods.
105 * ioctl_solaris.c: New file, Common solaris ioctl methods.
106
hasso34195bf2004-04-06 12:07:06 +00001072004-04-06 Krzysztof Oledzki <oleq@ans.pl>
108
109 * rt_netlink.c: Do not ignore metric when reading kernel routing
110 table on Linux with rt_netlink interface.
111
1122004-03-18 Hasso Tepper <hasso@estpak.ee>
hassof1d92e12004-03-18 15:40:33 +0000113
114 * interface.c: Temporary fix for handling secondary addresses
115 with label.
116
hasso55906722004-02-11 22:42:16 +00001172004-02-12 Hasso Tepper <hasso@estpak.ee>
hassof1d92e12004-03-18 15:40:33 +0000118
hasso55906722004-02-11 22:42:16 +0000119 * zserv.c: Added "ipv6 forwarding" command.
120
gdtb27900b2004-01-08 15:44:29 +00001212004-01-08 Greg Troxel <gdt@fnord.ir.bbn.com>
122
123 * kernel_socket.c (kernel_read): Use sockaddr_storage in buffer
124 for reading kernel messages to ensure enough space (necessary on
125 Solaris due to sockaddr_dl being large). Thanks to Sowmini
126 Varadhan for help with this change.
127
gdt9ccabd12004-01-06 18:23:02 +00001282004-01-06 Greg Troxel <gdt@t1.ir.bbn.com>
129
130 * rtadv.c (rtadv_send_packet): Change perror to zlog_err.
131
gdtdbee01f2004-01-06 00:36:51 +00001322004-01-05 Greg Troxel <gdt@fnord.ir.bbn.com>
gdt4bfbea82004-01-06 01:13:05 +0000133 * kernel_socket.c (ifm_read): Major cleanup. Use Sowmini's code
134 to find the sockaddr_dl in all cases, narrowing the Solaris ifdef
135 to just the accomodation of broken kernels. Check sockaddr_dl
136 carefully up front, and later assume any non-NULL sdl pointer is
137 valid. Clean up types and variable declarations, and rename
138 WRAPUP to SAROUNDUP to make the name fit the behavior.
139
1402004-01-05 Greg Troxel <gdt@fnord.ir.bbn.com>
gdtdbee01f2004-01-06 00:36:51 +0000141
142 * kernel_socket.c (kernel_read): Add a sockaddr_dl to the ifmsg
143 structure, because on Solaris sockaddr_dl is far larger than the
144 base sockaddr structure. (The code had previously been failing to
145 read all the data.)
gdt4bfbea82004-01-06 01:13:05 +0000146
gdtda26e3b2004-01-05 17:20:59 +00001472004-01-05 Greg Troxel <gdt@ahi.ir.bbn.com>
148
149 * kernel_socket.c (kernel_read): Look up interfaces by index
150 first, so that state changes which do not include a sockaddr_dl
151 now work. Add many sanity checks. In
152 particular, do not assume that a sockaddr_dl follows a message
153 without checking the ifm_addrs flags, and do not trust the length
154 in a sockaddr_dl. Add/clarify many comments.
155
gdt4b5e1352003-12-03 17:54:34 +00001562003-12-03 Greg Troxel <gdt@poblano.ir.bbn.com>
157
158 * rtadv.c: reorder includes to avoid compiler warning (define
159 structs before using them in prototypes)
160
hasso647e4f12003-05-25 11:43:52 +00001612003-05-25 Jim Crumpler <Jim.Crumpler@edion.com>
162
163 * zserv.c: Add "ip forwarding" command.
164
paul445f1432003-05-16 19:00:31 +00001652003-05-16 Gilad Arnold <gilad.arnold@terayon.com>
166
167 * zebra_rib.c: Fix memory leaks for ifname nexthops
168
1692003-04-19 Israel Keys <ikeys@agile.tv>
170
171 * rt_netlink.c: BLOCK on netlink while initialising
172
1732003-02-06 Francois Deppierraz <francois@ctrlaltdel.ch>
174
175 * rt_netlink.c (netlink_route_multipath): Set RTM_F_EQUALIZE when
176 it exists.
177
paul718e3742002-12-13 20:15:29 +00001782002-09-28 Akihiro Mizutani <mizutani@net-chef.net>
179
180 * zebra_rib.c (static_add_ipv4): Null0 static route is added.
181
1822002-09-10 Jochen Friedrich <chris+zebra@scram.de>
183
184 * rt_netlink.c: Add check for EAGAIN.
185 * kernel_socket.c: Likewise
186
1872002-06-12 Israel Keys <ikeys@oz.agile.tv>
188
189 * rt_netlink.c: Setting the NLM_F_ACK flag on the netlink command
190 message so that we get an ACK for successful netlink commands.
191 Change the netlink socket to BLOCKING while we wait for a
192 response; be it an ACK or an NLMSG_ERROR. Change
193 netlink_parse_info to deal with ACK messages.
194
1952001-11-01 Jun-ichiro itojun Hagino <itojun@iijlab.net>
196
197 * rtadv.c (rtadv_make_socket): setsockopt(IPV6_CHECKSUM) does not
198 work for ICMPv6 socket.
199
2002001-10-24 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
201
202 * rib.c (rib_process): Select connected route any case.
203
2042001-10-23 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
205
206 * interface.c (no_ip_address_secondary): Add "no" to command.
207
2082001-10-18 NOGUCHI Kay <kay@v6.access.co.jp>
209
210 * ioctl.c (if_prefix_add_ipv6): Set the prefered and valid lifetime
211 to infinity as the freebsd4.4 workaroud.
212
2132001-08-26 mihail.balikov@interbgc.com
214
215 * zebra_snmp.c: Fix snmpwalk problem such as IPv4 address
216 A.B.C.255.
217
2182001-08-22 NOGUCHI Kay <kay@v6.access.co.jp>
219
220 * rtadv.c: Do not send RA to loopback interface.
221
2222001-08-20 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
223
224 * ioctl.c (if_set_prefix): Remove Linux 2.0 specific connected
225 route treatment.
226
2272001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
228
229 * zebra-0.92a released.
230
2312001-08-17 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
232
233 * rib.c: Kernel route is treated as EGP routes in nexthop active
234 check.
235
2362001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
237
238 * zebra-0.92 released.
239
2402001-08-08 "Akihiro Mizutani" <mizutani@dml.com>
241
242 * rib.c (show_ip_route_prefix_longer): Add longer-prefix option to
243 show route commands.
244
2452001-07-29 Yon Uriarte <havanna_moon@gmx.net>
246
247 * zserv.c (zsend_ipv4_add_multipath): Add
248 NEXTHOP_TYPE_IPV4_IFINDEX check.
249
2502001-07-29 NOGUCHI Kay <kay@v6.access.co.jp>
251
252 * rtadv.c: Apply valid lifetime, preferred lifetime, onilnk flag,
253 autonomous address-configuration flag patch.
254 (no_ipv6_nd_suppress_ra): Change "ipv6 nd send-ra" to "no ipv6 nd
255 suppress-ra".
256
2572001-07-24 NOGUCHI Kay <kay@v6.access.co.jp>
258
259 * rtadv.c (ipv6_nd_ra_interval): Add "ipv6 nd ra-interval SECONDS"
260 command.
261
2622001-07-24 Jun-ichiro itojun Hagino <itojun@iijlab.net>
263
264 * rt_socket.c (kernel_rtm_ipv4): Add KAME/NetBSD151 equal cost
265 multicast FIB support both IPv4 and IPv6.
266
2672001-07-24 Hal Snyder <hal@vailsys.com>
268
269 * if_ioctl.c (interface_list_ioctl): Fix bug of failing to get the
270 full list of interfaces on some configurations of OpenBSD.
271
2722001-07-23 NOGUCHI Kay <kay@v6.access.co.jp>
273
274 * rtadv.c (ipv6_nd_send_ra): Apply [zebra 9320] to fix "ipv6 nd
275 send-ra" bug.
276 (ipv6_nd_ra_lifetime): "ipv6 nd ra-lifetime 0" for default router
277 availability.
278 (ipv6_nd_managed_config_flag): "ipv6 nd managed-config-flag" is
279 added.
280 (ipv6_nd_other_config_flag): "ipv6 nd other-config-flag" is added.
281
2822001-07-23 Jun-ichiro itojun Hagino <itojun@iijlab.net>
283
284 * ioctl.c (if_ioctl): Change ioctl argument from int to u_long.
285
286 * rt_ioctl.c: Likewise.
287
2882001-07-23 Jun-ichiro itojun Hagino <itojun@iijlab.net>
289
290 * kernel_socket.c (rtm_write): Only set RTF_CLONING when the
291 interface is not p2p.
292
2932001-04-23 Kunihiro Ishiguro <kunihiro@zebra.org>
294
295 * ioctl.c (if_prefix_add_ipv6): Fix argument type.
296
2972001-04-06 Toshiaki Takada <takada@zebra.org>
298
299 * zserv.c (zsend_interface_delete): Use client->obuf instead of
300 allocating new stream.
301
3022001-03-10 Kunihiro Ishiguro <kunihiro@zebra.org>
303
304 * rt_netlink.c: Revert RTPROT_BOOT change.
305
3062001-03-08 Kunihiro Ishiguro <kunihiro@zebra.org>
307
308 * rt_netlink.c (netlink_route_change): Skip RTPROT_BOOT route.
309 (netlink_routing_table): Likewise.
310
3112001-03-07 "Akihiro Mizutani" <mizutani@dml.com>
312
313 * zserv.c (zsend_ipv4_add_multipath): Send metric value to
314 protocol daemons.
315
3162001-02-18 Kunihiro Ishiguro <kunihiro@zebra.org>
317
318 * rt_netlink.c (netlink_routing_table): Do not return
319 tb[RTA_GATEWAY] is NULL. Reported by: "Michael O'Keefe"
320 <mokeefe@qualcomm.com>.
321
3222001-02-08 Kunihiro Ishiguro <kunihiro@zebra.org>
323
324 * if_ioctl.c (interface_list_ioctl): Call if_add_update().
325 Suggested by: Chris Dunlop <chris@onthe.net.au>.
326
3272001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
328
329 * rib.c (nexthop_active_ipv4): When nexthop type is
330 NEXTHOP_TYPE_IPV4_IFINDEX, propery set the ifindex to rifindex.
331
332 * zserv.c: Initialize rtm_table_default with 0.
333
334 * zebra-0.91 is released.
335
3362001-01-31 Kunihiro Ishiguro <kunihiro@zebra.org>
337
338 * kernel_socket.c (rtm_read): Filter cloned route. Suggested by:
339 Jun-ichiro itojun Hagino <itojun@iijlab.net>
340
3412001-01-30 Kunihiro Ishiguro <kunihiro@zebra.org>
342
343 * connected.c (connected_up_ipv6): When point-to-point destination
344 address is ::, use local address for connected network.
345 (connected_down_ipv6): Likewise.
346
3472001-01-25 Kunihiro Ishiguro <kunihiro@zebra.org>
348
349 * zserv.c (zebra_serv): Add missing close() call. Reported by:
350 David Waitzman <djw@vineyard.net>.
351
3522001-01-24 Kunihiro Ishiguro <kunihiro@zebra.org>
353
354 * rib.c (rib_lookup_ipv4): New function for checking exact match
355 IGP route.
356
3572001-01-23 Kunihiro Ishiguro <kunihiro@zebra.org>
358
359 * rib.c (show_ipv6_route_protocol): Fix bug of "show ip route
360 route-type".
361
3622001-01-22 Kunihiro Ishiguro <kunihiro@zebra.org>
363
364 * interface.c (zebra_interface): Do not call
365 zebra_interface_add_update for inactive interface.
366
367 * zserv.c (zsend_interface_address_add): Send interface address
368 flag.
369 (zsend_interface_address_delete): Likewise.
370
3712001-01-19 Kunihiro Ishiguro <kunihiro@zebra.org>
372
373 * interface.c (if_addr_add): Add flags.
374
375 * connected.c (ifa_add_ipv4): Add new function for interface
376 address handling.
377 (ifa_delete_ipv4): Likewise.
378
3792001-01-16 Kunihiro Ishiguro <kunihiro@zebra.org>
380
381 * rib.c (rib_update): Update IPv6 RIB.
382
383 * kernel_socket.c (ifam_read): Call if_refresh() for update
384 interface flag status. This is for implicit interface up on *BSD.
385
386 * interface.c (if_refresh): Add interface flag refresh function.
387
388 * kernel_socket.c (rtm_read): Fetch link-local address interface
389 index.
390 (ifan_read): We need to fetch interface information. Suggested
391 by: Yasuhiro Ohara <yasu@sfc.wide.ad.jp>.
392
393 * rib.c (static_ipv6_nexthop_same): Add check for
394 NEXTHOP_TYPE_IPV6_IFNAME.
395
3962001-01-15 Kunihiro Ishiguro <kunihiro@zebra.org>
397
398 * rib.h (NEW_RIB): Turn on NEW_RIB flag. IPv6 new RIB code are
399 taken into place.
400
4012001-01-14 Kunihiro Ishiguro <kunihiro@zebra.org>
402
403 * rib.c (static_ipv6_write): Display STATIC_IPV6_GATEWAY_IFNAME
404 configuration.
405 (rib_delete_ipv6): Handle same route conter for IPv6 connected
406 route.
407 (show_ipv6_route_protocol): New command.
408 (show_ipv6_route_addr): Likewise.
409 (show_ipv6_route_prefix): Likewise.
410 (rib_update): Sweep kernel route when it is cleaned up.
411
412 * rt_socket.c (kernel_add_ipv6): Add NEXTHOP_IPV6_IFNAME
413 treatmenet.
414
415 * rt_netlink.c (kernel_init): Likewise.
416
417 * rt_ioctl.c (kernel_ioctl_ipv6_multipath): Likewise.
418
419 * rib.c (rib_add_ipv4): Cope with same connected route on a
420 interface. Suggested by: Matthew Grant <grantma@anathoth.gen.nz>.
421 (nexthop_ipv6_ifname_add): Add NEXTHOP_IPV6_IFNAME treatmenet.
422
423 * rib.h (struct new_rib): Add refcnt to keep track on the
424 reference of same connected route.
425
426 * ioctl.c (if_set_prefix): Add check for GNU_LINUX.
427
4282001-01-13 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
429
430 * kernel_socket.c (ifan_read, rtm_type_str): Add RTM_OIFINFO check.
431 (rtm_type_str): Add RTM_IFANNOUNCE check.
432 (ifan_read): New function.
433 (kernel_read): Add case for RTM_IFANNOUNCE.
434
4352001-01-13 Kunihiro Ishiguro <kunihiro@zebra.org>
436
437 * rt_ioctl.c (kernel_ioctl_ipv6_multipath): New function.
438
439 * rt_netlink.c (netlink_route_multipath): IPv6 address ifindex
440 treatment.
441
442 * connected.c (connected_up_ipv6): Add dest value check.
443
444 * rib.c (nexthop_active_ipv6): Do not touch IPv6 nexthop's
445 ifindex.
446 (rib_add_ipv4): Import rib_add_ipv6() same route check code.
447 (nexthop_active_check): NEXTHOP_TYPE_IPV6_IFINDEX activity is only
448 checked by ifindex.
449
450 * rt_socket.c (kernel_rtm_ipv6_multipath): New function.
451
452 * redistribute.c (redistribute_add): Use
453 zsend_ipv6_add_multipath().
454 (redistribute_delete_multipath): Use
455 zsend_ipv6_delete_multipath().
456
457 * interface.c (ip_address): Check current IP address to avoid
458 duplicate.
459
460 * rib.c (rib_delete_ipv4): When deleted route is connected route,
461 check ifindex.
462 (rib_add_ipv4): When connected route is added do not perform
463 implicit withdraw.
464 (rib_delete_ipv4): Check ifindex for connected route.
465
466 * kernel_socket.c (rtm_read): When route has RTF_STATIC, set
467 ZEBRA_FLAG_STATIC for indicate as persistent route.
468 (ifam_read): Unset interface index from link-local address when
469 IPv6 stack is KAME.
470
471 * rib.c (rib_update): Do not delete persistent kernel route.
472
473 * rib.h (struct new_rib): Integrate RIB_FLAG_* to ZEBRA_FLAG_*.
474
475 * rt_socket.c (kernel_add_ipv6_multipath): Add placeholder.
476 (kernel_delete_ipv6_multipath): Likewise.
477
478 * rt_netlink.c (netlink_talk): Give struct nlsock to netlink_talk.
479
4802001-01-12 Kunihiro Ishiguro <kunihiro@zebra.org>
481
482 * rib.c (rib_update): Revert Matthew Grant's patch
483 zebra_cvs_newribfix.patch. Use struct rib->ifindex for kernel
484 interface index. Introduce NEXTHOP_TYPE_IPV4_IFINDEX to support
485 that. Add support for address deletion situation.
486
4872001-01-11 Kunihiro Ishiguro <kunihiro@zebra.org>
488
489 * interface.c: Remove HAVE_IF_PSEUDO part.
490
491 * rib.h: Likewise.
492
493 * rt_netlink.c (netlink_link_change): Likewise.
494
4952001-01-10 Kunihiro Ishiguro <kunihiro@zebra.org>
496
497 * zserv.c: Remove OLD_RIB codes.
498
4992001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
500
501 * zebra-0.90 is released.
502
5032001-01-09 Matthew Grant <grantma@anathoth.gen.nz>
504
505 * interface.c (if_new_intern_ifindex): Allocate a new internal
506 interface index.
507 (if_addr_refresh): Fix up ip addresses configured via zebra.
508 (if_add_update): Handle an interface addition.
509 (if_delete_update): Handle an interface delete event.
510
511 * rib.c (nexthop_ipv4_add): Add kernel route deletion process when
512 interface goes down.
513
5142001-01-08 Kunihiro Ishiguro <kunihiro@zebra.org>
515
516 * interface.c (if_dump_vty): When HAVE_NET_RT_IFLIST is defined,
517 NetBSD also use this function. Suggested by Jasper Wallace
518 <jasper@ivision.co.uk>.
519
5202001-01-07 Kunihiro Ishiguro <kunihiro@zebra.org>
521
522 * rib.c (nexthop_active_ipv4): Move back to set methodo to old
523 one.
524
5252001-01-05 Kunihiro Ishiguro <kunihiro@zebra.org>
526
527 * rib.c (rib_add_ipv4): EBGP multihop set ZEBRA_FLAG_INTERNAL
528 flag, so treat it.
529
5302001-01-04 Kunihiro Ishiguro <kunihiro@zebra.org>
531
532 * rt_netlink.c (netlink_talk_ipv6): When IPv6 route message is
533 sent from netlink_cmd, the same message comes from netlink. To
534 avoid confusion, temporary netlink_talk_ipv6 use netlink.sock
535 instead of netlink_cmd.sock.
536
5372001-01-01 Kunihiro Ishiguro <kunihiro@zebra.org>
538
539 * zserv.h (ZEBRA_SERV_PATH): Change "/tmp/zebra" to "/tmp/.zebra".
540 Change "/tmp/zserv" to "/tmp/.zserv".
541
5422000-12-29 Frank van Maarseveen <F.vanMaarseveen@inter.NL.net>
543
544 * rt_netlink.c (struct nlsock): Divide kernel message into listen
545 socket and command socket.
546 (netlink_talk): Remove socket listen code. Use netlink_parse_info
547 for read kernel response.
548
5492000-12-29 Kunihiro Ishiguro <kunihiro@zebra.org>
550
551 * rib.c (vty_show_ip_route): Show uptime of the RIP,OSPF,BGP
552 routes.
553
5542000-12-27 Kunihiro Ishiguro <kunihiro@zebra.org>
555
556 * rt_netlink.c (netlink_route_multipath): Metric value is
557 reflected to kernel routing table.
558
559 * rt_ioctl.c (kernel_ioctl_ipv4_multipath): Likewise.
560
561 * kernel_socket.c (rtm_write): Likewise.
562
563 * rib.c (nexthop_active_ipv4): Only iBGP route perform recursive
564 nexthop lookup.
565
566 * rt_ioctl.c (kernel_ioctl_ipv4_multipath): Add ioctl version of
567 new RIB implementation.
568
5692000-12-26 Kunihiro Ishiguro <kunihiro@zebra.org>
570
571 * rib.h: Remove MULTIPATH_NUM. It is defined by configure script.
572
5732000-12-25 Michael Rozhavsky <mrozhavsky@opticalaccess.com>
574
575 * rib.c (rib_if_up): Call rib_fib_set instead of RIB_FIB_SET for
576 proper redistribution.
577
5782000-12-19 Kunihiro Ishiguro <kunihiro@zebra.org>
579
580 * rib.c (nexthop_active_ipv4): Add self lookup nexthop check.
581 (show_ip_route_protocol): Support new RIB.
582
583 * rt_netlink.c (netlink_route_change): Do not return when gate is
584 NULL.
585
5862000-12-18 Kunihiro Ishiguro <kunihiro@zebra.org>
587
588 * rib.c (rib_lookup_ipv4_nexthop): IBGP nexthop check function is
589 updated.
590 (rib_add_ipv4): Free implicit withdraw route's RIB.
591
5922000-12-15 Kunihiro Ishiguro <kunihiro@zebra.org>
593
594 * rib.c (nexthop_active_ipv4): Check indirect nexthop.
595
596 * redistribute.c (redistribute_add_multipath): Redistribution
597 works with new rib code.
598
5992000-12-14 Kunihiro Ishiguro <kunihiro@zebra.org>
600
601 * rt_netlink.c (netlink_route_multipath): Check useful nexthop
602 number.
603 (netlink_route_multipath): Clear rtnh_flags and rtnh_hops.
604
605 * rib.c (nexthop_active_update): Set flag for the rib's nexthop
606 activity is changed.
607 (nexthop_active_check): Before checking interface is up, make it
608 sure the interface exist.
609
6102000-11-20 Kunihiro Ishiguro <kunihiro@zebra.org>
611
612 * rib.c (ip_route): New RIB prototype.
613
6142000-11-16 Yon Uriarte <ukl2@rz.uni-karlsruhe.de>
615
616 * zserv.c (zsend_interface_add): Send hardware address when
617 hw_addr_len is greater than 0.
618
6192000-11-07 Kunihiro Ishiguro <kunihiro@zebra.org>
620
621 * connected.c (connected_up_ipv4): Fix ptop bug. The destination
622 network should be installed into routing table.
623 (connected_down_ipv4): Likewise.
624 (connected_add_ipv4): Change to use connected_up_ipv4.
625 (connected_delete_ipv4): Likewise.
626
6272000-11-06 Kunihiro Ishiguro <kunihiro@zebra.org>
628
629 * rt_netlink.c (netlink_interface_addr): Revert Harald Welte
630 <laforge@gnumonks.org>'s ptop patch then back to original code to
631 avoid duplicated connected route problem. Suggested by Frank van
632 Maarseveen <F.vanMaarseveen@inter.NL.net>.
633
634 * kernel_socket.c (rtm_read): Make behavior consistent even #ifdef
635 DEBUG is defined. Reported by Jun-ichiro itojun Hagino
636 <itojun@iijlab.net>.
637
6382000-10-23 Jochen Friedrich <jochen@scram.de>
639
640 * main.c (main): Call zebra_snmp_init() when it is enabled.
641
6422000-10-23 Kunihiro Ishiguro <kunihiro@zebra.org>
643
644 * zserv.c (zebra_serv_un): UNIX domain socket server of zebra
645 protocol.
646
6472000-10-19 Kunihiro Ishiguro <kunihiro@zebra.org>
648
649 * rib.c (rib_add_ipv4): Same check bug is fixed.
650
6512000-10-03 Kunihiro Ishiguro <kunihiro@zebra.org>
652
653 * rib.c (rib_if_down): Remove kernel route when the interface goes
654 down.
655
656 * debug.c: New command "debug zebra kernel" is added.
657
6582000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
659
660 * zebra-0.89 is released.
661
6622000-09-24 Harald Welte <laforge@gnumonks.org>
663
664 * rt_netlink.c (netlink_interface_addr): Fix point-to-point address
665 treatment in netlink interface.
666
6672000-09-21 David Lipovkov <dlipovkov@OpticalAccess.com>
668
669 * rib.c (rib_if_down): Pull static route only. Protocol daemon
670 must withdraw routes when interface goes down.
671 (rib_add_ipv4): Check nexthop when replace route.
672
6732000-09-21 Kunihiro Ishiguro <kunihiro@zebra.org>
674
675 * if_ioctl.c (if_getaddrs): New function for looking up
676 interface's address by getifaddrs().
677
6782000-09-10 Kunihiro Ishiguro <kunihiro@zebra.org>
679
680 * connected.c (connected_delete_ipv4): Add check for connected
681 address is found or not.
682 (connected_add_ipv6): Reflect IPv6 connected address change to
683 protocol daemons.
684 (connected_delete_ipv6): Likewise.
685
6862000-09-07 David Lipovkov <davidl@nbase.co.il>
687
688 * rib.c (rib_delete_ipv4): Reverted the change from pseudo
689 interface patch to original. Because ospfd deletes routes using
690 zero ifindex.
691
6922000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
693
694 * zebra-0.88 is released.
695
6962000-08-15 "Akihiro Mizutani" <mizutani@dml.com>
697
698 * rib.c (show_ip_route_protocol): Help string correction.
699 (show_ip_route_prefix): Check prefix mask.
700 (show_ip_route_vty_detail): Display distance and metric.
701
7022000-08-14 Kunihiro Ishiguro <kunihiro@zebra.org>
703
704 * zserv.c (zsend_interface_add): Change ifindex store size from
705 two octet to four.
706 (zsend_interface_delete): Likewise.
707 (zsend_interface_address_add): Likewise.
708 (zsend_interface_address_delete): Likewise.
709 (zsend_interface_up): Likewise.
710 (zsend_interface_down): Likewise.
711
7122000-08-13 Kunihiro Ishiguro <kunihiro@zebra.org>
713
714 * rib.c (rib_add_ipv4): Do not install distance 255 route.
715
7162000-08-10 Toshiaki Takada <takada@zebra.org>
717
718 * interface.c (bandwidth_if), (no_bandwidth_if): Call
719 zebra_interface_up_update () instead of using if_up() and if_down().
720
7212000-08-07 "Akihiro Mizutani" <mizutani@dml.com>
722
723 * interface.c (bandwidth_if): Fix help string.
724
7252000-08-07 Matthew Grant <grantma@anathoth.gen.nz>
726
727 * interface.c (if_dump_vty): Display bandwidth value.
728 (bandwidth_if): New command "bandwidth <1-10000000>" is added.
729 When interface is up, force protocol daemons to recalculate routes
730 due to cost change.
731 (no_bandwidth_if): Likewise.
732 (if_config_write): Output bandwidth configuration.
733
734 * zserv.c (zsend_interface_add): Send bandwidth value.
735 (zsend_interface_up): Likewise.
736 (zsend_interface_down): Likewise.
737
738
7392000-08-07 Michael Rozhavsky <mike@nbase.co.il>
740
741 * rib.c (show_ip_route_protocol): "show ip route
742 (bgp|connected|kernel|ospf|rip|static)" is added.
743
7442000-08-07 Kunihiro Ishiguro <kunihiro@zebra.org>
745
746 * rib.c (rib_lookup_ipv4_nexthop): Check parent node until IGP
747 nexthop is found.
748 (rib_add_ipv4_internal): Set fib ifindex to rib ifindex.
749
7502000-08-06 Kunihiro Ishiguro <kunihiro@zebra.org>
751
752 * redistribute.c (redistribute_delete): Fix bug of default route
753 redistribute treatment.
754
7552000-08-05 Kunihiro Ishiguro <kunihiro@zebra.org>
756
757 * rib.c (rib_init): Install ip_node in rib.c instead of zserv.c.
758 Change default distance value.
759
760 Old New
761 ------------------------------------------
762 system 10 0
763 kernel 20 0
764 connected 30 0
765 static 40 1
766 rip 50 120
767 ripng 50 120
768 ospf 60 110
769 ospf6 49 110
770 bgp 70 200(iBGP) 20(eBGP)
771 ------------------------------------------
772
773 * zserv.c (client_lookup): Function removed.
774 (zsend_interface_add): Use client's output buffer. Check ifinfo
775 flag.
776 (zsend_interface_delete): Likewise.
777 Delete ipv4_static_radix and ipv6_static_radix.
778
7792000-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
780
781 * zserv.h (struct zebra_client): When client request interface
782 information, ifinfo is set.
783
784 * rib.c: Temporary Revert changes for pseudo interface.
785
786 * rib.h: Likewise.
787
788 * zserv.c: Likewise.
789
790 * interface.c: Likewise.
791
7922000-08-02 David Lipovkov <davidl@nbase.co.il>
793
794 * interface.c (zebra_if_init): Install interface "pseudo"
795 commands.
796
797 * rib.c (rib_create): ifname argument is added.
798 (rib_add_ipv4_pseudo): New function is added.
799 (rib_delete_ipv4_pseudo): Likewise.
800
801 * rib.h : Delete INTERFACE_UNKNOWN definition. Add prototype for
802 pseudo interface functions.
803
804 * rt_netlink.c (netlink_link_change): Check for pseudo interface.
805
806 * zserv.c (ip_route): When destination is pseudo interface, call
807 rib_add_ipv4_pseudo().
808
809 * zserv.c (no_ip_route): Trim "unknown" argument.
810
8112000-07-26 kunitake@dti.ad.jp
812
813 * if_ioctl.c (if_get_hwaddr): Fix hardware address length from 8
814 to 6.
815
816 * rtadv.c (rtadv_send_packet): Fix shift bug for hardware address.
817
8182000-07-24 Akihiro Mizutani <mizutani@dml.com>
819
820 * interface.c: Use install_default() for common VTY commands.
821
8222000-07-23 Kunihiro Ishiguro <kunihiro@zebra.org>
823
824 * if_ioctl.c (interface_list_ioctl): A interface list size is
825 calculated from ifreq->if_addr.sa_len. This is for OpenBSD.
826
827 * ioctl.c (if_get_mtu): Remove codes for SIOCGIFDATA.
828
8292000-07-09 Chris Dunlop <chris@onthe.net.au>
830
831 * if_ioctl.c (if_get_index): Add check for HAVE_BROKEN_ALIASES.
832
8332000-07-04 Kunihiro Ishiguro <kunihiro@zebra.org>
834
835 * zserv.c (zebra_client_read): Add ZEBRA_REDISTRIBUTE_{ADD,DELETE}
836 message handling.
837
8382000-07-02 David Lipovkov <davidl@nbase.co.il>
839
840 * zserv.c: "ip route A.B.C.D/M unknown" command is added.
841
8422000-06-28 Michael Rozhavsky <mike@nbase.co.il>
843
844 * rib.c: Remove old kernel route when new route comes in.
845
8462000-06-13 David Lipovkov <davidl@nbase.co.il>
847
848 * rib.c (rib_if_up): Add check for unknown interface.
849
8502000-06-13 Kunihiro Ishiguro <kunihiro@zebra.org>
851
852 * rib.h: Define INTERFACE_UNKNOWN.
853
8542000-06-08 Kunihiro Ishiguro <kunihiro@zebra.org>
855
856 * Makefile.am (EXTRA_DIST): Move irdp.c until implementation is
857 finished.
858
8592000-06-05 David Lipovkov <davidl@nbase.co.il>
860
861 * interface.c (if_zebra_delete_hook): Call rib_if_delete().
862
863 * redistribute.c (zebra_interface_delete_update): New function.
864
865 * redistribute.h (zebra_interface_delete_update): New function
866 prototype.
867
868 * rib.c (rib_if_delete): New function. Walk down all routes and
869 delete all on the interface.
870
871 * rib.h: New function prototype.
872
873 * rt_netlink.c (netlink_link_change): Call
874 zebra_interface_delete_update ().
875
8762000-05-10 Kunihiro Ishiguro <kunihiro@zebra.org>
877
878 * if_ioctl.c (interface_info_ioctl): Check interface's flag before
879 checking interface's address.
880
8812000-04-26 Jochen Friedrich <jochen@nwe.de>
882
883 * GNOME-PRODUCT-ZEBRA-MIB: New file.
884
885 * GNOME-SMI: New file.
886
8872000-04-23 Kunihiro Ishiguro <kunihiro@zebra.org>
888
889 * irdp.c: New file from 1997 development code.
890 * irdp.h: Likewise.
891
8922000-04-19 Kunihiro Ishiguro <kunihiro@zebra.org>
893
894 * rtadv.c (rtadv_send_packet): Enclose router advertisement
895 logging with IS_ZEBRA_DEBUG_PACKET.
896
8972000-04-17 Kunihiro Ishiguro <kunihiro@zebra.org>
898
899 * zserv.c (zebra_client_close): Remove client structure from
900 client_list when connection is terminated.
901
9022000-03-21 David Lipovkov <davidl@nbase.co.il>
903
904 * connected.c (connected_add_ipv4): Allows all necessary structure
905 updates for connected route, but doesn't insert it into rib if
906 it's interface is down.
907
9082000-01-21 Hideto Yamakawa <hideto.yamakawa@soliton.co.jp>
909
910 * rtread_getmsg.c: Set some definition for Solaris 2.5 and Solaris
911 2.5.1.
912
9132000-01-21 Kunihiro Ishiguro <kunihiro@zebra.org>
914
915 * rib.c (no_ipv6_route_ifname): Fix buf of cheking return value
916 from str2prefix_ipv6().
917
9182000-01-14 Kunihiro Ishiguro <kunihiro@zebra.org>
919
920 * rt_socket.c: Revert to use RTF_HOST for IPv4 with /32 route and
921 IPv6 with /128 routes.
922 (kernel_rtm_ipv4): In case of /32 route's gateway is interface. It
923 should have mask for cloning.
924
9251999-12-26 Jochen.Friedrich@genorz.de
926
927 * interface.c (if_dump_vty): Fix a bug of missing VTY_NEWLINE.
928
9291999-12-23 Alex Zinin <zinin@amt.ru>
930 * interface.*: dynamic int up/down support
931
9321999-12-09 Kunihiro Ishiguro <kunihiro@zebra.org>
933
934 * ipforward_proc.c (dropline): Move dropline() from lib/dropline.c
935
936 * rtread_proc.c (proc_route_read): Don't use dropline().
937
9381999-12-08 Kunihiro Ishiguro <kunihiro@zebra.org>
939
940 * kernel_socket.c (rtm_read): When message is RTM_GET, it has own
941 process's pid.
942
9431999-12-04 Kunihiro Ishiguro <kunihiro@zebra.org>
944
945 * main.c (main): Change to default log output to ZLOG_STDOUT.
946
947 * zserv.c (zebra_serv): More detailed error print.
948
9491999-11-30 Kunihiro Ishiguro <kunihiro@zebra.org>
950
951 * kernel_socket.c (rtm_read): Check old pid for static route
952 insertion check.
953
9541999-11-30 Kunihiro Ishiguro <kunihiro@zebra.org>
955
956 * interface.c (if_dump_vty): BSDI/OS uses 64bit for interface
957 statistics counter.
958
959 * mtu_kvm.c: New file added.
960
9611999-11-27 Vladimir B. Grebenschikov <vova@express.ru>
962
963 * kernel_socket.c (rtm_write): Set RTF_CLONING flag for
964 route to the directly connected interface.
965
9661999-11-27 Kunihiro Ishiguro <kunihiro@zebra.org>
967
968 * rt_socket.c: Delete USE_HOST_BIT definition.
969
9701999-11-21 Michael Handler <handler@sub-rosa.com>
971
972 * rtread_getmsg.c: Undef some definition to resolve conflict.
973
9741999-11-27 Kunihiro Ishiguro <kunihiro@zebra.org>
975
976 * kernel_socket.c (rtm_write): Change to use pre stored struct_dl
977 value for gateway specification.
978
9791999-11-25 Kunihiro Ishiguro <kunihiro@zebra.org>
980
981 * rt_socket.c (kernel_rtm_ipv4): Even mask is 32 under IPv4 or
982 128 under IPv6, don't use RTF_HOST.
983
9841999-11-21 Kunihiro Ishiguro <kunihiro@zebra.org>
985
986 * Makefile.am (EXTRA_DIST): Add rtread_getmsg.c.
987
9881999-11-21 Michael Handler <handler@sub-rosa.com>
989
990 * rtread_getmsg.c: Added for Solaris 2.6 support.
991
9921999-11-18 Kunihiro Ishiguro <kunihiro@zebra.org>
993
994 * rtread_sysctl.c (rtm_read_route): RTM_DELETE handling added.
995
996 * rt_socket.c (kernel_read): Better BSD routing socket support.
997
9981999-10-19 Kunihiro Ishiguro <kunihiro@zebra.org>
999
1000 * client_main.c: Disable making obsolete zebra test `client'
1001 command.
1002
10031999-10-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1004
1005 * zebra.c: Renamed to zserv.c.
1006
1007 * zebra.h: Global definitions are moved to lib/zebra.h. Then
1008 renamed to zserv.h.
1009
10101999-10-15 Jordan Mendelson <jordy@wserv.com>
1011
1012 * if_ioctl.c: Add Linux 2.2.X's alias support and dynamic
1013 interface. Remove ugly MAX_INTERFACE handling codes.
1014
10151999-09-17 Satosi KOBAYASI <kobayasi@north.ad.jp>
1016
1017 * Fix serious bug of IPv6 route deletion.
1018
10191999-09-11 Kunihiro Ishiguro <kunihiro@zebra.org>
1020
1021 * ioctl.c (if_set_prefix): Properly set broadcast address.
1022
10231999-09-04 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1024
1025 * rib.c (rib_add_ipv6, rib_delete_ipv6): now protocol daemons
1026 can install connected route to kernel via zebra
1027
10281999-08-24 VOP <vop@unity.net>
1029
1030 * rib.c: Include "sockunion.h"
1031
10321999-08-22 Kunihiro Ishiguro <kunihiro@zebra.org>
1033
1034 * ipforward.h: New file.
1035
1036 * zebra.h: Obsolete message ZEBRA_GET_ALL_INTERFACE,
1037 ZEBRA_GET_ONE_INTERFACE, ZEBRA_GET_HOSTINFO are deleted.
1038
10391999-08-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1040
1041 * zebra.h (ZEBRA_INTERFACE_ADDRESS_ADD):
1042 ZEBRA_INTERFACE_{ADD,DELETE} added.
1043
10441999-08-15 Kunihiro Ishiguro <kunihiro@zebra.org>
1045
1046 * rib.c: show ip route A.B.C.D works.
1047
1048 * zebra.c (zebra_read_ipv4): Add ifindex to zebra messages.
1049
10501999-08-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1051
1052 * zebra.h: New Zebra message ZEBRA_INTERFACE_{ADD,DELETE} added.
1053
10541999-08-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1055
1056 * interface.h: New file.
1057 * Makefile.am: Add interface.h
1058
10591999-08-04 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1060
1061 * redistribute.c (zebra_redistribute): give ifindex to client.
1062
10631999-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1064
1065 * main.c (longopts): -k, --keep_kernel option added.
1066
10671999-07-18 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1068
1069 * rt_socket.c (rtm_write): forgot closing socket bug fixed.
1070
10711999-07-17 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1072
1073 * rib.c (show_ipv6_cmd): if rib is link show interface name.
1074
10751999-07-17 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1076
1077 * rt_socket.c (rtm_write): use sockaddr_dl when null gateway.
1078
10791999-07-16 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1080
1081 * rt_socket.c (rtm_write): ipv6 route table bug fixed.
1082
10831999-07-15 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1084
1085 * zebra.c (zebra_read_ipv6): read link prefix from ospf6 support
1086
10871999-07-15 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1088
1089 * rt_socket.c (kernel_rtm_ipv6): gate treatment bug fixed.
1090
10911999-07-15 Kunihiro Ishiguro <kunihiro@zebra.org>
1092
1093 * if_sysctl.c (ifm_read): Clear sockunion argument before fetching
1094 data. Suggested by "Chris P. Ross" <cross@eng.us.uu.net>
1095
10961999-07-08 HEO SeonMeyong <seirios@Matrix.IRI.Co.Jp>
1097
1098 * interface.c (if_tun_add): Add KAME's gif tunnel setting codes.
1099
11001999-06-26 Kunihiro Ishiguro <kunihiro@zebra.org>
1101
1102 * zebra.c (zebra_serv): Only accept loopback address connection.
1103
11041999-06-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1105
1106 * zebra.h (ZEBRA_ROUTE_EXTERNAL): Add zebra messages flags
1107
11081999-06-17 Kunihiro Ishiguro <kunihiro@zebra.org>
1109
1110 * ipforward_proc.c: ipforward_on () and ipforward_off () added.
1111
11121999-06-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1113
1114 * ipforward_proc.c (ipforward_ipv6): Check for IPv6 forwarding
1115 using /proc file system is added.
1116
11171999-06-06 Kunihiro Ishiguro <kunihiro@zebra.org>
1118
1119 * if_ioctl.c (if_get_index): Interface index set bug is fixed by
1120 adding #else at the middle of function. Suggested by David Luyer
1121 <luyer@ucs.uwa.edu.au>.
1122
11231999-05-29 <kunihiro@zebra.org>
1124
1125 * rt_ioctl.c: Comment out #include <linux/ipv6_route.h>.
1126
11271999-05-26 Kunihiro Ishiguro <kunihiro@zebra.org>
1128
1129 * zebra.h (ZEBRA_ROUTE_MAX): Add new define for the max value of
1130 the sort of routes.
1131
11321999-05-25 Patrick Koppen <koppen@rhrk.uni-kl.de>
1133
1134 * rt_netlink.c (netlink_socket): Make netlink socket non-blocking.
1135 (netlink_parse_info): If errno is EWOULDBLOCK then continue to
1136 parse the message.
1137 (netlink_talk): Likewise
1138
11391999-05-17 <kunihiro@zebra.org>
1140
1141 * redistribute.c (zebra_check_addr): Added for loopback address
1142 check.
1143
11441999-05-15 Kunihiro Ishiguro <kunihiro@zebra.org>
1145
1146 * rt_netlink.c (netlink_route_change): Tempolary bypass ipv6 route
1147 change treatment.
1148
1149 * Makefile.am (noinst_HEADERS): redistribute.h added.
1150
1151 * redistribute.h: New file.
1152
11531999-05-14 Stephen R. van den Berg <srb@cuci.nl>
1154
1155 * zebra.c (show_table): Show all table configuration DEFUN.
1156 (config_table): Config table number DEFUN.
1157
1158 * rt_netlink.c: Add support for multiple routing table.
1159
1160 * rib.c (rib_weed_table): New function added for delete all
1161 routes from specified routing table.
1162
1163 * main.c (signal_init): SIGTERM call sigint.
1164 (sigint): Loggging more better message.
1165
11661999-05-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1167
1168 * rt_netlink.c: Change log () to zlog ().
1169
11701999-05-07 <kunihiro@zebra.org>
1171
1172 * zebra.h (ZEBRA_ROUTE_OSPF6): Added for ospf6d route.
1173
11741999-04-20 Kunihiro Ishiguro <kunihiro@zebra.org>
1175
1176 * interface.c: Add `no ip address' command.
1177
11781999-04-10 Kunihiro Ishiguro <kunihiro@zebra.org>
1179
1180 * rt_netlink.c (kernel_read): Function added for asynchronous
1181 zebra between kernel communication.
1182
11831999-03-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1184
1185 * rtread_sysctl.c (rtm_read): Fix address memcopy overrun bug.
1186 Reported by Achim Patzner <ap@bnc.net>.
1187
11881999-03-03 Kunihiro Ishiguro <kunihiro@zebra.org>
1189
1190 * Makefile.am: Install configuration sample with 600 permission.
1191
11921999-03-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1193
1194 * Makefile.am: Add -I.. to INCLUDES.
1195
11961999-02-18 Peter Galbavy <Peter.Galbavy@knowledge.com>
1197
1198 * syslog support added
1199
12001999-02-17 Peter Galbavy <Peter.Galbavy@knowledge.com>
1201
1202 * if_sysctl.c (interface_list): allocated memory free when unknown
1203 ifm_type is returned.
1204
1205 * ioctl.c (if_get_mtu): added SIOCGIFDATA treatment.
1206
12071998-12-15 Magnus Ahltorp <map@stacken.kth.se>
1208
1209 * interface.c: Header include added.
1210
12111998-12-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1212
1213 * rt.h (kernel_delete_ipv6): change int index to unsigned int index.
1214
12151998-12-13 Kunihiro Ishiguro <kunihiro@zebra.org>
1216
1217 * if_ioctl.c (interface_list_ioctl): interface flag must be
1218 checked before check addresses of the interface.
1219
12201998-12-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1221
1222 * Makefile.am (INCLUDES): add @INCLUDES@ for Linux IPv6.
1223
12241998-10-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1225
1226 * ioctl.c: Linux version before 2.1.0 need interface route setup.
1227
12281998-09-15 HEO SeonMeyong <seirios@matrix.iri.co.jp>
1229
1230 * change HYDRANGEA to KAME
1231
12321998-09-01 Kunihiro Ishiguro <kunihiro@zebra.org>
1233
1234 * if_ioctl.c (if_addr_ioctl): set address family for getting
1235 interface's address.
1236 (if_get_index): silently return when can't get interface's index.
1237
12381998-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
1239
1240 * main.c (main): batch mode option '-b' added.
1241
12421998-08-16 Kunihiro Ishiguro <kunihiro@zebra.org>
1243
1244 * ioctl.c (if_set_prefix): add `ip address IPV4ADDR' command.
1245 * interface.c (shutdown_if): add interface shutdown and no
1246 shutdown command.
1247
12481998-08-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1249
1250 * rib.c (rib_add_ipv6): delete rib_add_in6.
1251
12521998-07-27 Kunihiro Ishiguro <kunihiro@zebra.org>
1253
1254 * main.c: retain flag is added.
1255
12561998-07-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1257
1258 * rtable.[ch]: merged with rib.[ch]
1259
12601998-07-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1261
1262 * connected.h: renamed from ifa.h.
1263
12641998-06-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1265
1266 * rename if.c to interface.c
1267 * rename ifa.c to connected.c
1268
1269 * Porting to Debian GNU/Linux 2.0 (hamm).
1270
12711998-06-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1272
1273 * rt_netlink.c: renamed from krt_netlink.c
1274
1275 * fib.c: deleted.
1276 * rt_kvm.c: deleted.
1277 * rtread_getmsg.c: deleted.
1278
12791998-06-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1280
1281 * if.c (multicast): add multicast flag [un]set fucntion.
1282
12831998-05-19 Yamshita TAKAO <jargon@lares.dti.ne.jp>
1284
1285 * rt_socket.c: Modify for compile on Solaris, but dont't work it.
1286 rt_socket.c have some undefined function, so add directive "IMPLEMENT"
1287
12881998-05-18 Yamshita TAKAO <jargon@lares.dti.ne.jp>
1289
1290 * zebra.c: Modify for compile on Solaris.
1291
12921998-05-03 Kunihiro Ishiguro <kunihiro@zebra.org>
1293
1294 * main.c: change CONFDIR to SYSCONFDIR.
1295
12961998-05-01 Kunihiro Ishiguro <kunihiro@zebra.org>
1297
1298 * .cvsignore: added.
1299
13001998-04-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1301
1302 * client.c: moves to ../lib.
1303
13041998-03-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1305
1306 * if_ioctl.c (if_get_addr): Change address copy from memcopy() to
1307 structure assignment.
1308
13091998-03-30 URA Hiroshi <ura@yamato.ibm.co.jp>
1310
1311 * if_sysctl.c (ifm_interface_add): sdl->sdl_data copy bug fixed.
1312
13131998-02-23 "Hannes R. Boehm" <hannes@boehm.org>
1314
1315 * if.c (if_init): add config_exit_cmd and config_help_cmd.
1316
13171998-01-24 Kunihiro Ishiguro <kunihiro@zebra.org>
1318
1319 * rt_ioctl.c (route_ioctl): EPERM treatment added.
1320
13211998-01-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1322
1323 * rt_socket.c (kernel_read): communication port zebra between
1324 kernel is now handled by kernel_read.
1325
13261998-01-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1327
1328 * main.c (main): zebra [-P port] can specify vty port number.
1329
13301997-12-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1331
1332 * zebra.c: change select will be block.
1333
13341997-12-04 Kunihiro Ishiguro <kunihiro@zebra.org>
1335
1336 * add static route treatment.
1337
13381997-11-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1339
1340 * rt_netlink.c: add netlink support over GNU/Linux system.
1341
13421997-11-23 Kunihiro Ishiguro <kunihiro@zebra.org>
1343
1344 * all inet_addr is changed to inet_aton.
1345
1346 * zebra.c (ip_route): add ip route command for static routes.
1347
13481997-11-20 Kunihiro Ishiguro <kunihiro@zebra.org>
1349
1350 * if.c (if_flag_dump): Linux port of if_flag_dump and _vty.
1351
13521997-11-19 Kunihiro Ishiguro <kunihiro@zebra.org>
1353
1354 * if.c: add interface command.
1355
13561997-11-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1357
1358 * ipforward_proc.c : Now works on Linux.
1359
13601997-10-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1361
1362 * command.c : add completion feature.
1363
13641997-10-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1365
1366 * vty.c (vty_command): add vty interface.
1367
13681997-10-13 Kunihiro Ishiguro <kunihiro@zebra.org>
1369
1370 * zebra.c: add verbose mode.
1371
13721997-10-12 SonMyong Ho <s-ho@Matrix.IRI.Co.Jp>
1373
1374 * Hydrangea for FreeBSD supported
1375 * in.h: add some prototype.
1376
13771997-10-11 Kunihiro Ishiguro <kunihiro@zebra.org>
1378
1379 * rt_socket.c and rtread.c completely rewritten.
1380
13811997-10-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1382
1383 * rt_socket.c: rename kernel_sock to routing_socket
1384
13851997-10-04 Kunihiro Ishiguro <kunihiro@zebra.org>
1386
1387 * if.c (if_new): interface structure change from linklist to vector.
1388
13891997-10-03 Kunihiro Ishiguro <kunihiro@zebra.org>
1390
1391 * vector.c (vector_init): create vector related function
1392
13931997-09-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1394
1395 * Makefile.in: add tags target
1396
1397 * start IPv6 support for INRIA FreeBSD.
1398