blob: cf18a7d10f3e3873629ba54b6d2c571194d64c02 [file] [log] [blame]
gdt87efd642004-06-30 17:36:11 +000012004-06-30 Greg Troxel <gdt@poblano.ir.bbn.com>
2
3 * main.c: define thread_master variable so that linking with
4 libzebra.so doesn't fail. Arguably zclient.o should be in a
5 separate library, but this is far less disruptive.
6
hassoca776982004-06-12 14:33:05 +000072004-06-12 Robert Olsson <Robert.Olsson at data.slu.se>
8
9 * Added IRDP support.
10
hasso3e31cde2004-05-18 11:58:59 +0000112004-05-18 Hasso Tepper <hasso@estpak.ee>
12
13 * rtadv.c: Removed "[no] ipv6 nd send-ra" command. Replaced "ipv6 nd
14 prefix-advertisement" with "ipv6 nd prefix". Rewrite syntax of
15 "ipv6 nd prefix" command to allow various combinations of parameters
16 and flags. No defaults in configuration. Replaced on-link and
17 autoconfig with off-link and no-autoconfig flags in command syntax.
18 Cosmetic fixes in all commands. Documentation to reflect all changes.
19
paul19877dd2004-05-11 10:49:35 +0000202004-05-11 Paul Jakma <paul@dishone.st>
21
22 * Makefile.am: support for IOCTL_METHOD, as per Sowmini's patch.
paul48a46fa2004-05-11 10:55:22 +000023 * if_ioctl_solaris.c: Fixup some erroneous privilege changes and
24 add privs.h header.
25 * ioctl_solaris.c: ditto
paulc50ae8b2004-05-11 11:31:07 +000026 * ioctl.h: Add if_ioctl_ipv6 prototype and AF_IOCTL for SOLARIS_IPV6
27 * kernel_socket.c: Fix SAROUNDUP, compiler doesnt like do..while
28 RHS in assignments :)
29 * redistribute.c: (zebra_interface_delete_update) only used
30 if RTM_IFANNOUNCE and NETLINK is available.
31
paulb9df2d22004-05-09 09:09:59 +0000322004-05-09 Paul Jakma <paul@dishone.st>
33
34 * zserv.c: (zsend_route_multipath) Set the nexthop_num
35 field correctly. Add NEXTHOP_TYPE_IPV6_IFNAME for v6.
36 Conditionally set ZAPI_MESSAGE_METRIC flag - only for adds.
37 (zsend_ipv4_add) cruft, deleted.
38 (zsend_ipv4_delete) ditto.
39 (zsend_ipv6_add) ditto.
40 (zsend_ipv6_delete) ditto.
paul44145db2004-05-09 11:00:23 +000041 * ioctl.c: (if_get_mtu) set mtu6 to mtu
42 * mtu_kvm.c: (if_kvm_get_mtu) set mtu6 to mtu
43 * rt_netlink.c: (netlink_interface) set mtu6 to mtu
44 (netlink_link_change) ditto
paul66e94882004-05-09 17:19:24 +000045 * ipforward_solaris.c: fix typo of ND variable.
paul88424682004-05-09 18:21:35 +000046 * if_ioctl_solaris.c: Add zprivs support.
47 * ioctl_solaris.c: ditto.
paul66e94882004-05-09 17:19:24 +000048
paulb9df2d22004-05-09 09:09:59 +0000492004-05-09 Sowmini Varadhan <sowmini.varadhan@sun.com>
50
51 * zserv.c: (zsend_ipv{4,6}_{add,delete}_multipath) collapsed
52 into single zsend_route_multipath function.
53 (zsend_interface_{up,down}) collapsed into zsend_interface_update.
54 (zsend_interface_address_{add,delete}) collapsed into
55 zsend_interface_address.
56 (zsend_interface_add) send mtu6.
57 (zsend_interface_delete) ditto.
58 (zebra_write) remove unused function.
59 (various) Apply static qualifier. Add comments.
60 * zserv.h: Definitions changed as per above.
61 * redistribute.c: Changes as per zserv.c.
paul44145db2004-05-09 11:00:23 +000062 * interface.c: (if_delete_update) only used with HAVE_NETLINK
63 and RTM_IFANNOUNCE.
64 (if_flag_dump_vty) Solaris IFF_IPV4 and IFF_IPV6 if flags
65 (if_dump_vty) print mtu6 if not same as mtu
paul88424682004-05-09 18:21:35 +000066 * if_ioctl_solaris.c: New file, Solaris interface ioctl methods.
67 * ioctl_solaris.c: New file, Common solaris ioctl methods.
68
hasso34195bf2004-04-06 12:07:06 +0000692004-04-06 Krzysztof Oledzki <oleq@ans.pl>
70
71 * rt_netlink.c: Do not ignore metric when reading kernel routing
72 table on Linux with rt_netlink interface.
73
742004-03-18 Hasso Tepper <hasso@estpak.ee>
hassof1d92e12004-03-18 15:40:33 +000075
76 * interface.c: Temporary fix for handling secondary addresses
77 with label.
78
hasso55906722004-02-11 22:42:16 +0000792004-02-12 Hasso Tepper <hasso@estpak.ee>
hassof1d92e12004-03-18 15:40:33 +000080
hasso55906722004-02-11 22:42:16 +000081 * zserv.c: Added "ipv6 forwarding" command.
82
gdtb27900b2004-01-08 15:44:29 +0000832004-01-08 Greg Troxel <gdt@fnord.ir.bbn.com>
84
85 * kernel_socket.c (kernel_read): Use sockaddr_storage in buffer
86 for reading kernel messages to ensure enough space (necessary on
87 Solaris due to sockaddr_dl being large). Thanks to Sowmini
88 Varadhan for help with this change.
89
gdt9ccabd12004-01-06 18:23:02 +0000902004-01-06 Greg Troxel <gdt@t1.ir.bbn.com>
91
92 * rtadv.c (rtadv_send_packet): Change perror to zlog_err.
93
gdtdbee01f2004-01-06 00:36:51 +0000942004-01-05 Greg Troxel <gdt@fnord.ir.bbn.com>
gdt4bfbea82004-01-06 01:13:05 +000095 * kernel_socket.c (ifm_read): Major cleanup. Use Sowmini's code
96 to find the sockaddr_dl in all cases, narrowing the Solaris ifdef
97 to just the accomodation of broken kernels. Check sockaddr_dl
98 carefully up front, and later assume any non-NULL sdl pointer is
99 valid. Clean up types and variable declarations, and rename
100 WRAPUP to SAROUNDUP to make the name fit the behavior.
101
1022004-01-05 Greg Troxel <gdt@fnord.ir.bbn.com>
gdtdbee01f2004-01-06 00:36:51 +0000103
104 * kernel_socket.c (kernel_read): Add a sockaddr_dl to the ifmsg
105 structure, because on Solaris sockaddr_dl is far larger than the
106 base sockaddr structure. (The code had previously been failing to
107 read all the data.)
gdt4bfbea82004-01-06 01:13:05 +0000108
gdtda26e3b2004-01-05 17:20:59 +00001092004-01-05 Greg Troxel <gdt@ahi.ir.bbn.com>
110
111 * kernel_socket.c (kernel_read): Look up interfaces by index
112 first, so that state changes which do not include a sockaddr_dl
113 now work. Add many sanity checks. In
114 particular, do not assume that a sockaddr_dl follows a message
115 without checking the ifm_addrs flags, and do not trust the length
116 in a sockaddr_dl. Add/clarify many comments.
117
gdt4b5e1352003-12-03 17:54:34 +00001182003-12-03 Greg Troxel <gdt@poblano.ir.bbn.com>
119
120 * rtadv.c: reorder includes to avoid compiler warning (define
121 structs before using them in prototypes)
122
hasso647e4f12003-05-25 11:43:52 +00001232003-05-25 Jim Crumpler <Jim.Crumpler@edion.com>
124
125 * zserv.c: Add "ip forwarding" command.
126
paul445f1432003-05-16 19:00:31 +00001272003-05-16 Gilad Arnold <gilad.arnold@terayon.com>
128
129 * zebra_rib.c: Fix memory leaks for ifname nexthops
130
1312003-04-19 Israel Keys <ikeys@agile.tv>
132
133 * rt_netlink.c: BLOCK on netlink while initialising
134
1352003-02-06 Francois Deppierraz <francois@ctrlaltdel.ch>
136
137 * rt_netlink.c (netlink_route_multipath): Set RTM_F_EQUALIZE when
138 it exists.
139
paul718e3742002-12-13 20:15:29 +00001402002-09-28 Akihiro Mizutani <mizutani@net-chef.net>
141
142 * zebra_rib.c (static_add_ipv4): Null0 static route is added.
143
1442002-09-10 Jochen Friedrich <chris+zebra@scram.de>
145
146 * rt_netlink.c: Add check for EAGAIN.
147 * kernel_socket.c: Likewise
148
1492002-06-12 Israel Keys <ikeys@oz.agile.tv>
150
151 * rt_netlink.c: Setting the NLM_F_ACK flag on the netlink command
152 message so that we get an ACK for successful netlink commands.
153 Change the netlink socket to BLOCKING while we wait for a
154 response; be it an ACK or an NLMSG_ERROR. Change
155 netlink_parse_info to deal with ACK messages.
156
1572001-11-01 Jun-ichiro itojun Hagino <itojun@iijlab.net>
158
159 * rtadv.c (rtadv_make_socket): setsockopt(IPV6_CHECKSUM) does not
160 work for ICMPv6 socket.
161
1622001-10-24 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
163
164 * rib.c (rib_process): Select connected route any case.
165
1662001-10-23 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
167
168 * interface.c (no_ip_address_secondary): Add "no" to command.
169
1702001-10-18 NOGUCHI Kay <kay@v6.access.co.jp>
171
172 * ioctl.c (if_prefix_add_ipv6): Set the prefered and valid lifetime
173 to infinity as the freebsd4.4 workaroud.
174
1752001-08-26 mihail.balikov@interbgc.com
176
177 * zebra_snmp.c: Fix snmpwalk problem such as IPv4 address
178 A.B.C.255.
179
1802001-08-22 NOGUCHI Kay <kay@v6.access.co.jp>
181
182 * rtadv.c: Do not send RA to loopback interface.
183
1842001-08-20 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
185
186 * ioctl.c (if_set_prefix): Remove Linux 2.0 specific connected
187 route treatment.
188
1892001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
190
191 * zebra-0.92a released.
192
1932001-08-17 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
194
195 * rib.c: Kernel route is treated as EGP routes in nexthop active
196 check.
197
1982001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
199
200 * zebra-0.92 released.
201
2022001-08-08 "Akihiro Mizutani" <mizutani@dml.com>
203
204 * rib.c (show_ip_route_prefix_longer): Add longer-prefix option to
205 show route commands.
206
2072001-07-29 Yon Uriarte <havanna_moon@gmx.net>
208
209 * zserv.c (zsend_ipv4_add_multipath): Add
210 NEXTHOP_TYPE_IPV4_IFINDEX check.
211
2122001-07-29 NOGUCHI Kay <kay@v6.access.co.jp>
213
214 * rtadv.c: Apply valid lifetime, preferred lifetime, onilnk flag,
215 autonomous address-configuration flag patch.
216 (no_ipv6_nd_suppress_ra): Change "ipv6 nd send-ra" to "no ipv6 nd
217 suppress-ra".
218
2192001-07-24 NOGUCHI Kay <kay@v6.access.co.jp>
220
221 * rtadv.c (ipv6_nd_ra_interval): Add "ipv6 nd ra-interval SECONDS"
222 command.
223
2242001-07-24 Jun-ichiro itojun Hagino <itojun@iijlab.net>
225
226 * rt_socket.c (kernel_rtm_ipv4): Add KAME/NetBSD151 equal cost
227 multicast FIB support both IPv4 and IPv6.
228
2292001-07-24 Hal Snyder <hal@vailsys.com>
230
231 * if_ioctl.c (interface_list_ioctl): Fix bug of failing to get the
232 full list of interfaces on some configurations of OpenBSD.
233
2342001-07-23 NOGUCHI Kay <kay@v6.access.co.jp>
235
236 * rtadv.c (ipv6_nd_send_ra): Apply [zebra 9320] to fix "ipv6 nd
237 send-ra" bug.
238 (ipv6_nd_ra_lifetime): "ipv6 nd ra-lifetime 0" for default router
239 availability.
240 (ipv6_nd_managed_config_flag): "ipv6 nd managed-config-flag" is
241 added.
242 (ipv6_nd_other_config_flag): "ipv6 nd other-config-flag" is added.
243
2442001-07-23 Jun-ichiro itojun Hagino <itojun@iijlab.net>
245
246 * ioctl.c (if_ioctl): Change ioctl argument from int to u_long.
247
248 * rt_ioctl.c: Likewise.
249
2502001-07-23 Jun-ichiro itojun Hagino <itojun@iijlab.net>
251
252 * kernel_socket.c (rtm_write): Only set RTF_CLONING when the
253 interface is not p2p.
254
2552001-04-23 Kunihiro Ishiguro <kunihiro@zebra.org>
256
257 * ioctl.c (if_prefix_add_ipv6): Fix argument type.
258
2592001-04-06 Toshiaki Takada <takada@zebra.org>
260
261 * zserv.c (zsend_interface_delete): Use client->obuf instead of
262 allocating new stream.
263
2642001-03-10 Kunihiro Ishiguro <kunihiro@zebra.org>
265
266 * rt_netlink.c: Revert RTPROT_BOOT change.
267
2682001-03-08 Kunihiro Ishiguro <kunihiro@zebra.org>
269
270 * rt_netlink.c (netlink_route_change): Skip RTPROT_BOOT route.
271 (netlink_routing_table): Likewise.
272
2732001-03-07 "Akihiro Mizutani" <mizutani@dml.com>
274
275 * zserv.c (zsend_ipv4_add_multipath): Send metric value to
276 protocol daemons.
277
2782001-02-18 Kunihiro Ishiguro <kunihiro@zebra.org>
279
280 * rt_netlink.c (netlink_routing_table): Do not return
281 tb[RTA_GATEWAY] is NULL. Reported by: "Michael O'Keefe"
282 <mokeefe@qualcomm.com>.
283
2842001-02-08 Kunihiro Ishiguro <kunihiro@zebra.org>
285
286 * if_ioctl.c (interface_list_ioctl): Call if_add_update().
287 Suggested by: Chris Dunlop <chris@onthe.net.au>.
288
2892001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
290
291 * rib.c (nexthop_active_ipv4): When nexthop type is
292 NEXTHOP_TYPE_IPV4_IFINDEX, propery set the ifindex to rifindex.
293
294 * zserv.c: Initialize rtm_table_default with 0.
295
296 * zebra-0.91 is released.
297
2982001-01-31 Kunihiro Ishiguro <kunihiro@zebra.org>
299
300 * kernel_socket.c (rtm_read): Filter cloned route. Suggested by:
301 Jun-ichiro itojun Hagino <itojun@iijlab.net>
302
3032001-01-30 Kunihiro Ishiguro <kunihiro@zebra.org>
304
305 * connected.c (connected_up_ipv6): When point-to-point destination
306 address is ::, use local address for connected network.
307 (connected_down_ipv6): Likewise.
308
3092001-01-25 Kunihiro Ishiguro <kunihiro@zebra.org>
310
311 * zserv.c (zebra_serv): Add missing close() call. Reported by:
312 David Waitzman <djw@vineyard.net>.
313
3142001-01-24 Kunihiro Ishiguro <kunihiro@zebra.org>
315
316 * rib.c (rib_lookup_ipv4): New function for checking exact match
317 IGP route.
318
3192001-01-23 Kunihiro Ishiguro <kunihiro@zebra.org>
320
321 * rib.c (show_ipv6_route_protocol): Fix bug of "show ip route
322 route-type".
323
3242001-01-22 Kunihiro Ishiguro <kunihiro@zebra.org>
325
326 * interface.c (zebra_interface): Do not call
327 zebra_interface_add_update for inactive interface.
328
329 * zserv.c (zsend_interface_address_add): Send interface address
330 flag.
331 (zsend_interface_address_delete): Likewise.
332
3332001-01-19 Kunihiro Ishiguro <kunihiro@zebra.org>
334
335 * interface.c (if_addr_add): Add flags.
336
337 * connected.c (ifa_add_ipv4): Add new function for interface
338 address handling.
339 (ifa_delete_ipv4): Likewise.
340
3412001-01-16 Kunihiro Ishiguro <kunihiro@zebra.org>
342
343 * rib.c (rib_update): Update IPv6 RIB.
344
345 * kernel_socket.c (ifam_read): Call if_refresh() for update
346 interface flag status. This is for implicit interface up on *BSD.
347
348 * interface.c (if_refresh): Add interface flag refresh function.
349
350 * kernel_socket.c (rtm_read): Fetch link-local address interface
351 index.
352 (ifan_read): We need to fetch interface information. Suggested
353 by: Yasuhiro Ohara <yasu@sfc.wide.ad.jp>.
354
355 * rib.c (static_ipv6_nexthop_same): Add check for
356 NEXTHOP_TYPE_IPV6_IFNAME.
357
3582001-01-15 Kunihiro Ishiguro <kunihiro@zebra.org>
359
360 * rib.h (NEW_RIB): Turn on NEW_RIB flag. IPv6 new RIB code are
361 taken into place.
362
3632001-01-14 Kunihiro Ishiguro <kunihiro@zebra.org>
364
365 * rib.c (static_ipv6_write): Display STATIC_IPV6_GATEWAY_IFNAME
366 configuration.
367 (rib_delete_ipv6): Handle same route conter for IPv6 connected
368 route.
369 (show_ipv6_route_protocol): New command.
370 (show_ipv6_route_addr): Likewise.
371 (show_ipv6_route_prefix): Likewise.
372 (rib_update): Sweep kernel route when it is cleaned up.
373
374 * rt_socket.c (kernel_add_ipv6): Add NEXTHOP_IPV6_IFNAME
375 treatmenet.
376
377 * rt_netlink.c (kernel_init): Likewise.
378
379 * rt_ioctl.c (kernel_ioctl_ipv6_multipath): Likewise.
380
381 * rib.c (rib_add_ipv4): Cope with same connected route on a
382 interface. Suggested by: Matthew Grant <grantma@anathoth.gen.nz>.
383 (nexthop_ipv6_ifname_add): Add NEXTHOP_IPV6_IFNAME treatmenet.
384
385 * rib.h (struct new_rib): Add refcnt to keep track on the
386 reference of same connected route.
387
388 * ioctl.c (if_set_prefix): Add check for GNU_LINUX.
389
3902001-01-13 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
391
392 * kernel_socket.c (ifan_read, rtm_type_str): Add RTM_OIFINFO check.
393 (rtm_type_str): Add RTM_IFANNOUNCE check.
394 (ifan_read): New function.
395 (kernel_read): Add case for RTM_IFANNOUNCE.
396
3972001-01-13 Kunihiro Ishiguro <kunihiro@zebra.org>
398
399 * rt_ioctl.c (kernel_ioctl_ipv6_multipath): New function.
400
401 * rt_netlink.c (netlink_route_multipath): IPv6 address ifindex
402 treatment.
403
404 * connected.c (connected_up_ipv6): Add dest value check.
405
406 * rib.c (nexthop_active_ipv6): Do not touch IPv6 nexthop's
407 ifindex.
408 (rib_add_ipv4): Import rib_add_ipv6() same route check code.
409 (nexthop_active_check): NEXTHOP_TYPE_IPV6_IFINDEX activity is only
410 checked by ifindex.
411
412 * rt_socket.c (kernel_rtm_ipv6_multipath): New function.
413
414 * redistribute.c (redistribute_add): Use
415 zsend_ipv6_add_multipath().
416 (redistribute_delete_multipath): Use
417 zsend_ipv6_delete_multipath().
418
419 * interface.c (ip_address): Check current IP address to avoid
420 duplicate.
421
422 * rib.c (rib_delete_ipv4): When deleted route is connected route,
423 check ifindex.
424 (rib_add_ipv4): When connected route is added do not perform
425 implicit withdraw.
426 (rib_delete_ipv4): Check ifindex for connected route.
427
428 * kernel_socket.c (rtm_read): When route has RTF_STATIC, set
429 ZEBRA_FLAG_STATIC for indicate as persistent route.
430 (ifam_read): Unset interface index from link-local address when
431 IPv6 stack is KAME.
432
433 * rib.c (rib_update): Do not delete persistent kernel route.
434
435 * rib.h (struct new_rib): Integrate RIB_FLAG_* to ZEBRA_FLAG_*.
436
437 * rt_socket.c (kernel_add_ipv6_multipath): Add placeholder.
438 (kernel_delete_ipv6_multipath): Likewise.
439
440 * rt_netlink.c (netlink_talk): Give struct nlsock to netlink_talk.
441
4422001-01-12 Kunihiro Ishiguro <kunihiro@zebra.org>
443
444 * rib.c (rib_update): Revert Matthew Grant's patch
445 zebra_cvs_newribfix.patch. Use struct rib->ifindex for kernel
446 interface index. Introduce NEXTHOP_TYPE_IPV4_IFINDEX to support
447 that. Add support for address deletion situation.
448
4492001-01-11 Kunihiro Ishiguro <kunihiro@zebra.org>
450
451 * interface.c: Remove HAVE_IF_PSEUDO part.
452
453 * rib.h: Likewise.
454
455 * rt_netlink.c (netlink_link_change): Likewise.
456
4572001-01-10 Kunihiro Ishiguro <kunihiro@zebra.org>
458
459 * zserv.c: Remove OLD_RIB codes.
460
4612001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
462
463 * zebra-0.90 is released.
464
4652001-01-09 Matthew Grant <grantma@anathoth.gen.nz>
466
467 * interface.c (if_new_intern_ifindex): Allocate a new internal
468 interface index.
469 (if_addr_refresh): Fix up ip addresses configured via zebra.
470 (if_add_update): Handle an interface addition.
471 (if_delete_update): Handle an interface delete event.
472
473 * rib.c (nexthop_ipv4_add): Add kernel route deletion process when
474 interface goes down.
475
4762001-01-08 Kunihiro Ishiguro <kunihiro@zebra.org>
477
478 * interface.c (if_dump_vty): When HAVE_NET_RT_IFLIST is defined,
479 NetBSD also use this function. Suggested by Jasper Wallace
480 <jasper@ivision.co.uk>.
481
4822001-01-07 Kunihiro Ishiguro <kunihiro@zebra.org>
483
484 * rib.c (nexthop_active_ipv4): Move back to set methodo to old
485 one.
486
4872001-01-05 Kunihiro Ishiguro <kunihiro@zebra.org>
488
489 * rib.c (rib_add_ipv4): EBGP multihop set ZEBRA_FLAG_INTERNAL
490 flag, so treat it.
491
4922001-01-04 Kunihiro Ishiguro <kunihiro@zebra.org>
493
494 * rt_netlink.c (netlink_talk_ipv6): When IPv6 route message is
495 sent from netlink_cmd, the same message comes from netlink. To
496 avoid confusion, temporary netlink_talk_ipv6 use netlink.sock
497 instead of netlink_cmd.sock.
498
4992001-01-01 Kunihiro Ishiguro <kunihiro@zebra.org>
500
501 * zserv.h (ZEBRA_SERV_PATH): Change "/tmp/zebra" to "/tmp/.zebra".
502 Change "/tmp/zserv" to "/tmp/.zserv".
503
5042000-12-29 Frank van Maarseveen <F.vanMaarseveen@inter.NL.net>
505
506 * rt_netlink.c (struct nlsock): Divide kernel message into listen
507 socket and command socket.
508 (netlink_talk): Remove socket listen code. Use netlink_parse_info
509 for read kernel response.
510
5112000-12-29 Kunihiro Ishiguro <kunihiro@zebra.org>
512
513 * rib.c (vty_show_ip_route): Show uptime of the RIP,OSPF,BGP
514 routes.
515
5162000-12-27 Kunihiro Ishiguro <kunihiro@zebra.org>
517
518 * rt_netlink.c (netlink_route_multipath): Metric value is
519 reflected to kernel routing table.
520
521 * rt_ioctl.c (kernel_ioctl_ipv4_multipath): Likewise.
522
523 * kernel_socket.c (rtm_write): Likewise.
524
525 * rib.c (nexthop_active_ipv4): Only iBGP route perform recursive
526 nexthop lookup.
527
528 * rt_ioctl.c (kernel_ioctl_ipv4_multipath): Add ioctl version of
529 new RIB implementation.
530
5312000-12-26 Kunihiro Ishiguro <kunihiro@zebra.org>
532
533 * rib.h: Remove MULTIPATH_NUM. It is defined by configure script.
534
5352000-12-25 Michael Rozhavsky <mrozhavsky@opticalaccess.com>
536
537 * rib.c (rib_if_up): Call rib_fib_set instead of RIB_FIB_SET for
538 proper redistribution.
539
5402000-12-19 Kunihiro Ishiguro <kunihiro@zebra.org>
541
542 * rib.c (nexthop_active_ipv4): Add self lookup nexthop check.
543 (show_ip_route_protocol): Support new RIB.
544
545 * rt_netlink.c (netlink_route_change): Do not return when gate is
546 NULL.
547
5482000-12-18 Kunihiro Ishiguro <kunihiro@zebra.org>
549
550 * rib.c (rib_lookup_ipv4_nexthop): IBGP nexthop check function is
551 updated.
552 (rib_add_ipv4): Free implicit withdraw route's RIB.
553
5542000-12-15 Kunihiro Ishiguro <kunihiro@zebra.org>
555
556 * rib.c (nexthop_active_ipv4): Check indirect nexthop.
557
558 * redistribute.c (redistribute_add_multipath): Redistribution
559 works with new rib code.
560
5612000-12-14 Kunihiro Ishiguro <kunihiro@zebra.org>
562
563 * rt_netlink.c (netlink_route_multipath): Check useful nexthop
564 number.
565 (netlink_route_multipath): Clear rtnh_flags and rtnh_hops.
566
567 * rib.c (nexthop_active_update): Set flag for the rib's nexthop
568 activity is changed.
569 (nexthop_active_check): Before checking interface is up, make it
570 sure the interface exist.
571
5722000-11-20 Kunihiro Ishiguro <kunihiro@zebra.org>
573
574 * rib.c (ip_route): New RIB prototype.
575
5762000-11-16 Yon Uriarte <ukl2@rz.uni-karlsruhe.de>
577
578 * zserv.c (zsend_interface_add): Send hardware address when
579 hw_addr_len is greater than 0.
580
5812000-11-07 Kunihiro Ishiguro <kunihiro@zebra.org>
582
583 * connected.c (connected_up_ipv4): Fix ptop bug. The destination
584 network should be installed into routing table.
585 (connected_down_ipv4): Likewise.
586 (connected_add_ipv4): Change to use connected_up_ipv4.
587 (connected_delete_ipv4): Likewise.
588
5892000-11-06 Kunihiro Ishiguro <kunihiro@zebra.org>
590
591 * rt_netlink.c (netlink_interface_addr): Revert Harald Welte
592 <laforge@gnumonks.org>'s ptop patch then back to original code to
593 avoid duplicated connected route problem. Suggested by Frank van
594 Maarseveen <F.vanMaarseveen@inter.NL.net>.
595
596 * kernel_socket.c (rtm_read): Make behavior consistent even #ifdef
597 DEBUG is defined. Reported by Jun-ichiro itojun Hagino
598 <itojun@iijlab.net>.
599
6002000-10-23 Jochen Friedrich <jochen@scram.de>
601
602 * main.c (main): Call zebra_snmp_init() when it is enabled.
603
6042000-10-23 Kunihiro Ishiguro <kunihiro@zebra.org>
605
606 * zserv.c (zebra_serv_un): UNIX domain socket server of zebra
607 protocol.
608
6092000-10-19 Kunihiro Ishiguro <kunihiro@zebra.org>
610
611 * rib.c (rib_add_ipv4): Same check bug is fixed.
612
6132000-10-03 Kunihiro Ishiguro <kunihiro@zebra.org>
614
615 * rib.c (rib_if_down): Remove kernel route when the interface goes
616 down.
617
618 * debug.c: New command "debug zebra kernel" is added.
619
6202000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
621
622 * zebra-0.89 is released.
623
6242000-09-24 Harald Welte <laforge@gnumonks.org>
625
626 * rt_netlink.c (netlink_interface_addr): Fix point-to-point address
627 treatment in netlink interface.
628
6292000-09-21 David Lipovkov <dlipovkov@OpticalAccess.com>
630
631 * rib.c (rib_if_down): Pull static route only. Protocol daemon
632 must withdraw routes when interface goes down.
633 (rib_add_ipv4): Check nexthop when replace route.
634
6352000-09-21 Kunihiro Ishiguro <kunihiro@zebra.org>
636
637 * if_ioctl.c (if_getaddrs): New function for looking up
638 interface's address by getifaddrs().
639
6402000-09-10 Kunihiro Ishiguro <kunihiro@zebra.org>
641
642 * connected.c (connected_delete_ipv4): Add check for connected
643 address is found or not.
644 (connected_add_ipv6): Reflect IPv6 connected address change to
645 protocol daemons.
646 (connected_delete_ipv6): Likewise.
647
6482000-09-07 David Lipovkov <davidl@nbase.co.il>
649
650 * rib.c (rib_delete_ipv4): Reverted the change from pseudo
651 interface patch to original. Because ospfd deletes routes using
652 zero ifindex.
653
6542000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
655
656 * zebra-0.88 is released.
657
6582000-08-15 "Akihiro Mizutani" <mizutani@dml.com>
659
660 * rib.c (show_ip_route_protocol): Help string correction.
661 (show_ip_route_prefix): Check prefix mask.
662 (show_ip_route_vty_detail): Display distance and metric.
663
6642000-08-14 Kunihiro Ishiguro <kunihiro@zebra.org>
665
666 * zserv.c (zsend_interface_add): Change ifindex store size from
667 two octet to four.
668 (zsend_interface_delete): Likewise.
669 (zsend_interface_address_add): Likewise.
670 (zsend_interface_address_delete): Likewise.
671 (zsend_interface_up): Likewise.
672 (zsend_interface_down): Likewise.
673
6742000-08-13 Kunihiro Ishiguro <kunihiro@zebra.org>
675
676 * rib.c (rib_add_ipv4): Do not install distance 255 route.
677
6782000-08-10 Toshiaki Takada <takada@zebra.org>
679
680 * interface.c (bandwidth_if), (no_bandwidth_if): Call
681 zebra_interface_up_update () instead of using if_up() and if_down().
682
6832000-08-07 "Akihiro Mizutani" <mizutani@dml.com>
684
685 * interface.c (bandwidth_if): Fix help string.
686
6872000-08-07 Matthew Grant <grantma@anathoth.gen.nz>
688
689 * interface.c (if_dump_vty): Display bandwidth value.
690 (bandwidth_if): New command "bandwidth <1-10000000>" is added.
691 When interface is up, force protocol daemons to recalculate routes
692 due to cost change.
693 (no_bandwidth_if): Likewise.
694 (if_config_write): Output bandwidth configuration.
695
696 * zserv.c (zsend_interface_add): Send bandwidth value.
697 (zsend_interface_up): Likewise.
698 (zsend_interface_down): Likewise.
699
700
7012000-08-07 Michael Rozhavsky <mike@nbase.co.il>
702
703 * rib.c (show_ip_route_protocol): "show ip route
704 (bgp|connected|kernel|ospf|rip|static)" is added.
705
7062000-08-07 Kunihiro Ishiguro <kunihiro@zebra.org>
707
708 * rib.c (rib_lookup_ipv4_nexthop): Check parent node until IGP
709 nexthop is found.
710 (rib_add_ipv4_internal): Set fib ifindex to rib ifindex.
711
7122000-08-06 Kunihiro Ishiguro <kunihiro@zebra.org>
713
714 * redistribute.c (redistribute_delete): Fix bug of default route
715 redistribute treatment.
716
7172000-08-05 Kunihiro Ishiguro <kunihiro@zebra.org>
718
719 * rib.c (rib_init): Install ip_node in rib.c instead of zserv.c.
720 Change default distance value.
721
722 Old New
723 ------------------------------------------
724 system 10 0
725 kernel 20 0
726 connected 30 0
727 static 40 1
728 rip 50 120
729 ripng 50 120
730 ospf 60 110
731 ospf6 49 110
732 bgp 70 200(iBGP) 20(eBGP)
733 ------------------------------------------
734
735 * zserv.c (client_lookup): Function removed.
736 (zsend_interface_add): Use client's output buffer. Check ifinfo
737 flag.
738 (zsend_interface_delete): Likewise.
739 Delete ipv4_static_radix and ipv6_static_radix.
740
7412000-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
742
743 * zserv.h (struct zebra_client): When client request interface
744 information, ifinfo is set.
745
746 * rib.c: Temporary Revert changes for pseudo interface.
747
748 * rib.h: Likewise.
749
750 * zserv.c: Likewise.
751
752 * interface.c: Likewise.
753
7542000-08-02 David Lipovkov <davidl@nbase.co.il>
755
756 * interface.c (zebra_if_init): Install interface "pseudo"
757 commands.
758
759 * rib.c (rib_create): ifname argument is added.
760 (rib_add_ipv4_pseudo): New function is added.
761 (rib_delete_ipv4_pseudo): Likewise.
762
763 * rib.h : Delete INTERFACE_UNKNOWN definition. Add prototype for
764 pseudo interface functions.
765
766 * rt_netlink.c (netlink_link_change): Check for pseudo interface.
767
768 * zserv.c (ip_route): When destination is pseudo interface, call
769 rib_add_ipv4_pseudo().
770
771 * zserv.c (no_ip_route): Trim "unknown" argument.
772
7732000-07-26 kunitake@dti.ad.jp
774
775 * if_ioctl.c (if_get_hwaddr): Fix hardware address length from 8
776 to 6.
777
778 * rtadv.c (rtadv_send_packet): Fix shift bug for hardware address.
779
7802000-07-24 Akihiro Mizutani <mizutani@dml.com>
781
782 * interface.c: Use install_default() for common VTY commands.
783
7842000-07-23 Kunihiro Ishiguro <kunihiro@zebra.org>
785
786 * if_ioctl.c (interface_list_ioctl): A interface list size is
787 calculated from ifreq->if_addr.sa_len. This is for OpenBSD.
788
789 * ioctl.c (if_get_mtu): Remove codes for SIOCGIFDATA.
790
7912000-07-09 Chris Dunlop <chris@onthe.net.au>
792
793 * if_ioctl.c (if_get_index): Add check for HAVE_BROKEN_ALIASES.
794
7952000-07-04 Kunihiro Ishiguro <kunihiro@zebra.org>
796
797 * zserv.c (zebra_client_read): Add ZEBRA_REDISTRIBUTE_{ADD,DELETE}
798 message handling.
799
8002000-07-02 David Lipovkov <davidl@nbase.co.il>
801
802 * zserv.c: "ip route A.B.C.D/M unknown" command is added.
803
8042000-06-28 Michael Rozhavsky <mike@nbase.co.il>
805
806 * rib.c: Remove old kernel route when new route comes in.
807
8082000-06-13 David Lipovkov <davidl@nbase.co.il>
809
810 * rib.c (rib_if_up): Add check for unknown interface.
811
8122000-06-13 Kunihiro Ishiguro <kunihiro@zebra.org>
813
814 * rib.h: Define INTERFACE_UNKNOWN.
815
8162000-06-08 Kunihiro Ishiguro <kunihiro@zebra.org>
817
818 * Makefile.am (EXTRA_DIST): Move irdp.c until implementation is
819 finished.
820
8212000-06-05 David Lipovkov <davidl@nbase.co.il>
822
823 * interface.c (if_zebra_delete_hook): Call rib_if_delete().
824
825 * redistribute.c (zebra_interface_delete_update): New function.
826
827 * redistribute.h (zebra_interface_delete_update): New function
828 prototype.
829
830 * rib.c (rib_if_delete): New function. Walk down all routes and
831 delete all on the interface.
832
833 * rib.h: New function prototype.
834
835 * rt_netlink.c (netlink_link_change): Call
836 zebra_interface_delete_update ().
837
8382000-05-10 Kunihiro Ishiguro <kunihiro@zebra.org>
839
840 * if_ioctl.c (interface_info_ioctl): Check interface's flag before
841 checking interface's address.
842
8432000-04-26 Jochen Friedrich <jochen@nwe.de>
844
845 * GNOME-PRODUCT-ZEBRA-MIB: New file.
846
847 * GNOME-SMI: New file.
848
8492000-04-23 Kunihiro Ishiguro <kunihiro@zebra.org>
850
851 * irdp.c: New file from 1997 development code.
852 * irdp.h: Likewise.
853
8542000-04-19 Kunihiro Ishiguro <kunihiro@zebra.org>
855
856 * rtadv.c (rtadv_send_packet): Enclose router advertisement
857 logging with IS_ZEBRA_DEBUG_PACKET.
858
8592000-04-17 Kunihiro Ishiguro <kunihiro@zebra.org>
860
861 * zserv.c (zebra_client_close): Remove client structure from
862 client_list when connection is terminated.
863
8642000-03-21 David Lipovkov <davidl@nbase.co.il>
865
866 * connected.c (connected_add_ipv4): Allows all necessary structure
867 updates for connected route, but doesn't insert it into rib if
868 it's interface is down.
869
8702000-01-21 Hideto Yamakawa <hideto.yamakawa@soliton.co.jp>
871
872 * rtread_getmsg.c: Set some definition for Solaris 2.5 and Solaris
873 2.5.1.
874
8752000-01-21 Kunihiro Ishiguro <kunihiro@zebra.org>
876
877 * rib.c (no_ipv6_route_ifname): Fix buf of cheking return value
878 from str2prefix_ipv6().
879
8802000-01-14 Kunihiro Ishiguro <kunihiro@zebra.org>
881
882 * rt_socket.c: Revert to use RTF_HOST for IPv4 with /32 route and
883 IPv6 with /128 routes.
884 (kernel_rtm_ipv4): In case of /32 route's gateway is interface. It
885 should have mask for cloning.
886
8871999-12-26 Jochen.Friedrich@genorz.de
888
889 * interface.c (if_dump_vty): Fix a bug of missing VTY_NEWLINE.
890
8911999-12-23 Alex Zinin <zinin@amt.ru>
892 * interface.*: dynamic int up/down support
893
8941999-12-09 Kunihiro Ishiguro <kunihiro@zebra.org>
895
896 * ipforward_proc.c (dropline): Move dropline() from lib/dropline.c
897
898 * rtread_proc.c (proc_route_read): Don't use dropline().
899
9001999-12-08 Kunihiro Ishiguro <kunihiro@zebra.org>
901
902 * kernel_socket.c (rtm_read): When message is RTM_GET, it has own
903 process's pid.
904
9051999-12-04 Kunihiro Ishiguro <kunihiro@zebra.org>
906
907 * main.c (main): Change to default log output to ZLOG_STDOUT.
908
909 * zserv.c (zebra_serv): More detailed error print.
910
9111999-11-30 Kunihiro Ishiguro <kunihiro@zebra.org>
912
913 * kernel_socket.c (rtm_read): Check old pid for static route
914 insertion check.
915
9161999-11-30 Kunihiro Ishiguro <kunihiro@zebra.org>
917
918 * interface.c (if_dump_vty): BSDI/OS uses 64bit for interface
919 statistics counter.
920
921 * mtu_kvm.c: New file added.
922
9231999-11-27 Vladimir B. Grebenschikov <vova@express.ru>
924
925 * kernel_socket.c (rtm_write): Set RTF_CLONING flag for
926 route to the directly connected interface.
927
9281999-11-27 Kunihiro Ishiguro <kunihiro@zebra.org>
929
930 * rt_socket.c: Delete USE_HOST_BIT definition.
931
9321999-11-21 Michael Handler <handler@sub-rosa.com>
933
934 * rtread_getmsg.c: Undef some definition to resolve conflict.
935
9361999-11-27 Kunihiro Ishiguro <kunihiro@zebra.org>
937
938 * kernel_socket.c (rtm_write): Change to use pre stored struct_dl
939 value for gateway specification.
940
9411999-11-25 Kunihiro Ishiguro <kunihiro@zebra.org>
942
943 * rt_socket.c (kernel_rtm_ipv4): Even mask is 32 under IPv4 or
944 128 under IPv6, don't use RTF_HOST.
945
9461999-11-21 Kunihiro Ishiguro <kunihiro@zebra.org>
947
948 * Makefile.am (EXTRA_DIST): Add rtread_getmsg.c.
949
9501999-11-21 Michael Handler <handler@sub-rosa.com>
951
952 * rtread_getmsg.c: Added for Solaris 2.6 support.
953
9541999-11-18 Kunihiro Ishiguro <kunihiro@zebra.org>
955
956 * rtread_sysctl.c (rtm_read_route): RTM_DELETE handling added.
957
958 * rt_socket.c (kernel_read): Better BSD routing socket support.
959
9601999-10-19 Kunihiro Ishiguro <kunihiro@zebra.org>
961
962 * client_main.c: Disable making obsolete zebra test `client'
963 command.
964
9651999-10-18 Kunihiro Ishiguro <kunihiro@zebra.org>
966
967 * zebra.c: Renamed to zserv.c.
968
969 * zebra.h: Global definitions are moved to lib/zebra.h. Then
970 renamed to zserv.h.
971
9721999-10-15 Jordan Mendelson <jordy@wserv.com>
973
974 * if_ioctl.c: Add Linux 2.2.X's alias support and dynamic
975 interface. Remove ugly MAX_INTERFACE handling codes.
976
9771999-09-17 Satosi KOBAYASI <kobayasi@north.ad.jp>
978
979 * Fix serious bug of IPv6 route deletion.
980
9811999-09-11 Kunihiro Ishiguro <kunihiro@zebra.org>
982
983 * ioctl.c (if_set_prefix): Properly set broadcast address.
984
9851999-09-04 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
986
987 * rib.c (rib_add_ipv6, rib_delete_ipv6): now protocol daemons
988 can install connected route to kernel via zebra
989
9901999-08-24 VOP <vop@unity.net>
991
992 * rib.c: Include "sockunion.h"
993
9941999-08-22 Kunihiro Ishiguro <kunihiro@zebra.org>
995
996 * ipforward.h: New file.
997
998 * zebra.h: Obsolete message ZEBRA_GET_ALL_INTERFACE,
999 ZEBRA_GET_ONE_INTERFACE, ZEBRA_GET_HOSTINFO are deleted.
1000
10011999-08-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1002
1003 * zebra.h (ZEBRA_INTERFACE_ADDRESS_ADD):
1004 ZEBRA_INTERFACE_{ADD,DELETE} added.
1005
10061999-08-15 Kunihiro Ishiguro <kunihiro@zebra.org>
1007
1008 * rib.c: show ip route A.B.C.D works.
1009
1010 * zebra.c (zebra_read_ipv4): Add ifindex to zebra messages.
1011
10121999-08-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1013
1014 * zebra.h: New Zebra message ZEBRA_INTERFACE_{ADD,DELETE} added.
1015
10161999-08-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1017
1018 * interface.h: New file.
1019 * Makefile.am: Add interface.h
1020
10211999-08-04 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1022
1023 * redistribute.c (zebra_redistribute): give ifindex to client.
1024
10251999-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1026
1027 * main.c (longopts): -k, --keep_kernel option added.
1028
10291999-07-18 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1030
1031 * rt_socket.c (rtm_write): forgot closing socket bug fixed.
1032
10331999-07-17 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1034
1035 * rib.c (show_ipv6_cmd): if rib is link show interface name.
1036
10371999-07-17 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1038
1039 * rt_socket.c (rtm_write): use sockaddr_dl when null gateway.
1040
10411999-07-16 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1042
1043 * rt_socket.c (rtm_write): ipv6 route table bug fixed.
1044
10451999-07-15 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1046
1047 * zebra.c (zebra_read_ipv6): read link prefix from ospf6 support
1048
10491999-07-15 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1050
1051 * rt_socket.c (kernel_rtm_ipv6): gate treatment bug fixed.
1052
10531999-07-15 Kunihiro Ishiguro <kunihiro@zebra.org>
1054
1055 * if_sysctl.c (ifm_read): Clear sockunion argument before fetching
1056 data. Suggested by "Chris P. Ross" <cross@eng.us.uu.net>
1057
10581999-07-08 HEO SeonMeyong <seirios@Matrix.IRI.Co.Jp>
1059
1060 * interface.c (if_tun_add): Add KAME's gif tunnel setting codes.
1061
10621999-06-26 Kunihiro Ishiguro <kunihiro@zebra.org>
1063
1064 * zebra.c (zebra_serv): Only accept loopback address connection.
1065
10661999-06-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1067
1068 * zebra.h (ZEBRA_ROUTE_EXTERNAL): Add zebra messages flags
1069
10701999-06-17 Kunihiro Ishiguro <kunihiro@zebra.org>
1071
1072 * ipforward_proc.c: ipforward_on () and ipforward_off () added.
1073
10741999-06-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1075
1076 * ipforward_proc.c (ipforward_ipv6): Check for IPv6 forwarding
1077 using /proc file system is added.
1078
10791999-06-06 Kunihiro Ishiguro <kunihiro@zebra.org>
1080
1081 * if_ioctl.c (if_get_index): Interface index set bug is fixed by
1082 adding #else at the middle of function. Suggested by David Luyer
1083 <luyer@ucs.uwa.edu.au>.
1084
10851999-05-29 <kunihiro@zebra.org>
1086
1087 * rt_ioctl.c: Comment out #include <linux/ipv6_route.h>.
1088
10891999-05-26 Kunihiro Ishiguro <kunihiro@zebra.org>
1090
1091 * zebra.h (ZEBRA_ROUTE_MAX): Add new define for the max value of
1092 the sort of routes.
1093
10941999-05-25 Patrick Koppen <koppen@rhrk.uni-kl.de>
1095
1096 * rt_netlink.c (netlink_socket): Make netlink socket non-blocking.
1097 (netlink_parse_info): If errno is EWOULDBLOCK then continue to
1098 parse the message.
1099 (netlink_talk): Likewise
1100
11011999-05-17 <kunihiro@zebra.org>
1102
1103 * redistribute.c (zebra_check_addr): Added for loopback address
1104 check.
1105
11061999-05-15 Kunihiro Ishiguro <kunihiro@zebra.org>
1107
1108 * rt_netlink.c (netlink_route_change): Tempolary bypass ipv6 route
1109 change treatment.
1110
1111 * Makefile.am (noinst_HEADERS): redistribute.h added.
1112
1113 * redistribute.h: New file.
1114
11151999-05-14 Stephen R. van den Berg <srb@cuci.nl>
1116
1117 * zebra.c (show_table): Show all table configuration DEFUN.
1118 (config_table): Config table number DEFUN.
1119
1120 * rt_netlink.c: Add support for multiple routing table.
1121
1122 * rib.c (rib_weed_table): New function added for delete all
1123 routes from specified routing table.
1124
1125 * main.c (signal_init): SIGTERM call sigint.
1126 (sigint): Loggging more better message.
1127
11281999-05-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1129
1130 * rt_netlink.c: Change log () to zlog ().
1131
11321999-05-07 <kunihiro@zebra.org>
1133
1134 * zebra.h (ZEBRA_ROUTE_OSPF6): Added for ospf6d route.
1135
11361999-04-20 Kunihiro Ishiguro <kunihiro@zebra.org>
1137
1138 * interface.c: Add `no ip address' command.
1139
11401999-04-10 Kunihiro Ishiguro <kunihiro@zebra.org>
1141
1142 * rt_netlink.c (kernel_read): Function added for asynchronous
1143 zebra between kernel communication.
1144
11451999-03-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1146
1147 * rtread_sysctl.c (rtm_read): Fix address memcopy overrun bug.
1148 Reported by Achim Patzner <ap@bnc.net>.
1149
11501999-03-03 Kunihiro Ishiguro <kunihiro@zebra.org>
1151
1152 * Makefile.am: Install configuration sample with 600 permission.
1153
11541999-03-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1155
1156 * Makefile.am: Add -I.. to INCLUDES.
1157
11581999-02-18 Peter Galbavy <Peter.Galbavy@knowledge.com>
1159
1160 * syslog support added
1161
11621999-02-17 Peter Galbavy <Peter.Galbavy@knowledge.com>
1163
1164 * if_sysctl.c (interface_list): allocated memory free when unknown
1165 ifm_type is returned.
1166
1167 * ioctl.c (if_get_mtu): added SIOCGIFDATA treatment.
1168
11691998-12-15 Magnus Ahltorp <map@stacken.kth.se>
1170
1171 * interface.c: Header include added.
1172
11731998-12-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1174
1175 * rt.h (kernel_delete_ipv6): change int index to unsigned int index.
1176
11771998-12-13 Kunihiro Ishiguro <kunihiro@zebra.org>
1178
1179 * if_ioctl.c (interface_list_ioctl): interface flag must be
1180 checked before check addresses of the interface.
1181
11821998-12-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1183
1184 * Makefile.am (INCLUDES): add @INCLUDES@ for Linux IPv6.
1185
11861998-10-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1187
1188 * ioctl.c: Linux version before 2.1.0 need interface route setup.
1189
11901998-09-15 HEO SeonMeyong <seirios@matrix.iri.co.jp>
1191
1192 * change HYDRANGEA to KAME
1193
11941998-09-01 Kunihiro Ishiguro <kunihiro@zebra.org>
1195
1196 * if_ioctl.c (if_addr_ioctl): set address family for getting
1197 interface's address.
1198 (if_get_index): silently return when can't get interface's index.
1199
12001998-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
1201
1202 * main.c (main): batch mode option '-b' added.
1203
12041998-08-16 Kunihiro Ishiguro <kunihiro@zebra.org>
1205
1206 * ioctl.c (if_set_prefix): add `ip address IPV4ADDR' command.
1207 * interface.c (shutdown_if): add interface shutdown and no
1208 shutdown command.
1209
12101998-08-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1211
1212 * rib.c (rib_add_ipv6): delete rib_add_in6.
1213
12141998-07-27 Kunihiro Ishiguro <kunihiro@zebra.org>
1215
1216 * main.c: retain flag is added.
1217
12181998-07-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1219
1220 * rtable.[ch]: merged with rib.[ch]
1221
12221998-07-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1223
1224 * connected.h: renamed from ifa.h.
1225
12261998-06-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1227
1228 * rename if.c to interface.c
1229 * rename ifa.c to connected.c
1230
1231 * Porting to Debian GNU/Linux 2.0 (hamm).
1232
12331998-06-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1234
1235 * rt_netlink.c: renamed from krt_netlink.c
1236
1237 * fib.c: deleted.
1238 * rt_kvm.c: deleted.
1239 * rtread_getmsg.c: deleted.
1240
12411998-06-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1242
1243 * if.c (multicast): add multicast flag [un]set fucntion.
1244
12451998-05-19 Yamshita TAKAO <jargon@lares.dti.ne.jp>
1246
1247 * rt_socket.c: Modify for compile on Solaris, but dont't work it.
1248 rt_socket.c have some undefined function, so add directive "IMPLEMENT"
1249
12501998-05-18 Yamshita TAKAO <jargon@lares.dti.ne.jp>
1251
1252 * zebra.c: Modify for compile on Solaris.
1253
12541998-05-03 Kunihiro Ishiguro <kunihiro@zebra.org>
1255
1256 * main.c: change CONFDIR to SYSCONFDIR.
1257
12581998-05-01 Kunihiro Ishiguro <kunihiro@zebra.org>
1259
1260 * .cvsignore: added.
1261
12621998-04-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1263
1264 * client.c: moves to ../lib.
1265
12661998-03-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1267
1268 * if_ioctl.c (if_get_addr): Change address copy from memcopy() to
1269 structure assignment.
1270
12711998-03-30 URA Hiroshi <ura@yamato.ibm.co.jp>
1272
1273 * if_sysctl.c (ifm_interface_add): sdl->sdl_data copy bug fixed.
1274
12751998-02-23 "Hannes R. Boehm" <hannes@boehm.org>
1276
1277 * if.c (if_init): add config_exit_cmd and config_help_cmd.
1278
12791998-01-24 Kunihiro Ishiguro <kunihiro@zebra.org>
1280
1281 * rt_ioctl.c (route_ioctl): EPERM treatment added.
1282
12831998-01-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1284
1285 * rt_socket.c (kernel_read): communication port zebra between
1286 kernel is now handled by kernel_read.
1287
12881998-01-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1289
1290 * main.c (main): zebra [-P port] can specify vty port number.
1291
12921997-12-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1293
1294 * zebra.c: change select will be block.
1295
12961997-12-04 Kunihiro Ishiguro <kunihiro@zebra.org>
1297
1298 * add static route treatment.
1299
13001997-11-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1301
1302 * rt_netlink.c: add netlink support over GNU/Linux system.
1303
13041997-11-23 Kunihiro Ishiguro <kunihiro@zebra.org>
1305
1306 * all inet_addr is changed to inet_aton.
1307
1308 * zebra.c (ip_route): add ip route command for static routes.
1309
13101997-11-20 Kunihiro Ishiguro <kunihiro@zebra.org>
1311
1312 * if.c (if_flag_dump): Linux port of if_flag_dump and _vty.
1313
13141997-11-19 Kunihiro Ishiguro <kunihiro@zebra.org>
1315
1316 * if.c: add interface command.
1317
13181997-11-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1319
1320 * ipforward_proc.c : Now works on Linux.
1321
13221997-10-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1323
1324 * command.c : add completion feature.
1325
13261997-10-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1327
1328 * vty.c (vty_command): add vty interface.
1329
13301997-10-13 Kunihiro Ishiguro <kunihiro@zebra.org>
1331
1332 * zebra.c: add verbose mode.
1333
13341997-10-12 SonMyong Ho <s-ho@Matrix.IRI.Co.Jp>
1335
1336 * Hydrangea for FreeBSD supported
1337 * in.h: add some prototype.
1338
13391997-10-11 Kunihiro Ishiguro <kunihiro@zebra.org>
1340
1341 * rt_socket.c and rtread.c completely rewritten.
1342
13431997-10-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1344
1345 * rt_socket.c: rename kernel_sock to routing_socket
1346
13471997-10-04 Kunihiro Ishiguro <kunihiro@zebra.org>
1348
1349 * if.c (if_new): interface structure change from linklist to vector.
1350
13511997-10-03 Kunihiro Ishiguro <kunihiro@zebra.org>
1352
1353 * vector.c (vector_init): create vector related function
1354
13551997-09-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1356
1357 * Makefile.in: add tags target
1358
1359 * start IPv6 support for INRIA FreeBSD.
1360