blob: 38bca6b08e64467b505016416d54c37d881b17a2 [file] [log] [blame]
hasso52dc7ee2004-09-23 19:18:23 +000012004-09-23 Hasso Tepper <hasso at quagga.net>
2
3 * *.[c|h]: list -> struct list *, listnode -> struct listnode *.
4
paul44983cf2004-09-22 13:15:58 +000052004-09-22 Paul Jakma <paul.jakma@sun.com>
6
7 * zserv.c: (zsend_route_multipath) fix nasty bad memset of struct
8 in_addr to sizeof(struct in6_addr), causing odd and hard to debug
9 crash.
10
hassoc34b6b52004-08-31 13:41:49 +0000112004-08-31 Hasso Tepper <hasso at quagga.net>
12
13 * main.c, rt_netlink.c: Added -s command line switch for tuning
14 netlink receive buffer size in Linux to avoid buffer overruns.
15
gdta5ea6872004-08-26 13:24:00 +0000162004-08-26 Miles Nordin <carton@Ivy.NET>
17
18 * ipforward_sysctl.c (mib_ipv6): Use size_t for len, per
19 sysctl(3), rather than int. (Needed on NetBSD/alpha to display
20 forwarding status correctly.)
21
paul3e0b3a52004-08-23 18:58:32 +0000222004-08-23 Paul Jakma <paul@dishone.st>
23
24 * zserv.c: (zebra_init) remove implicit ip forward enabling
25
paul0de1cde2004-08-19 04:45:33 +0000262004-08-19 Paul Jakma <paul@dishone.st>
27
28 * irdp_main.c: update to match sockopt renames.
29 * irdp_packet.c: include sockopt.h and update to match sockopt
30 renames.
31
gdt57492d52004-08-11 18:06:38 +0000322004-08-11 Greg Troxel <gdt@fnord.ir.bbn.com>
33
34 * rtadv.c (rtadv_send_packet): Allocate space for control messages
35 more carefully; it was wrong on NetBSD/sparc where CMSG alignment
36 is to 8 bytes instead of 4, and overwriting the address. Use the
37 provided macros for determining lengths.
38
paul5b73a672004-07-23 15:26:14 +0000392004-07-23 Sowmini Varadhan <Sowmini.Varadhan@Sun.COM>
40
41 * if_ioctl_solaris.c: HAVE_IPV6 ifdef fixups
42 * zserv.c: ditto
43 * ioctl_solaris.c: ditto.
44 * interface.c: cast for LLADDR
45 * interface.h: Add guards, include redistribute.h and remove
46 extraneous definitions of zebra_interface_{up,down}_update
47 * ioctl.h: Add AF_IOCTL define for non SOLARIS_IPV6
48 * redistribute.h: include dependent header, zserv.h
49 * zserv.h: include dependent header, rib.h
50
paul1470baf2004-07-23 15:25:01 +0000512004-07-23 Paul Jakma <paul@dishone.st>
52
53 * irdp_main.c: use setsockopt_pktinfo_ipv4
54 * irdp_packet.c: use SOPT_SIZE_CMSG_PKTINFO_IPV4 and
55 getsockopt_pktinfo_ifindex()
56
gdtcced60d2004-07-13 16:45:54 +0000572004-07-13 David Wiggins <dwiggins@bbn.com
58
59 * kernel_socket.c (rtm_flag_dump): terminate buffer with '\0', not '0'.
60
hasso25dac852004-07-13 03:06:51 +0000612004-07-13 Hasso Tepper <hasso@estpak.ee>
62
63 * irdp_main.c: Add privilege change.
64
hasso996933f2004-07-12 16:32:56 +0000652004-07-12 Hasso Tepper <hasso@estpak.ee>
66
67 * irdp_interface.c: follow common style while naming vty command
68 functions. Avoids confusion in extract.pl.
69
gdt87efd642004-06-30 17:36:11 +0000702004-06-30 Greg Troxel <gdt@poblano.ir.bbn.com>
71
72 * main.c: define thread_master variable so that linking with
73 libzebra.so doesn't fail. Arguably zclient.o should be in a
74 separate library, but this is far less disruptive.
75
hassoca776982004-06-12 14:33:05 +0000762004-06-12 Robert Olsson <Robert.Olsson at data.slu.se>
77
78 * Added IRDP support.
79
hasso3e31cde2004-05-18 11:58:59 +0000802004-05-18 Hasso Tepper <hasso@estpak.ee>
81
82 * rtadv.c: Removed "[no] ipv6 nd send-ra" command. Replaced "ipv6 nd
83 prefix-advertisement" with "ipv6 nd prefix". Rewrite syntax of
84 "ipv6 nd prefix" command to allow various combinations of parameters
85 and flags. No defaults in configuration. Replaced on-link and
86 autoconfig with off-link and no-autoconfig flags in command syntax.
87 Cosmetic fixes in all commands. Documentation to reflect all changes.
88
paul19877dd2004-05-11 10:49:35 +0000892004-05-11 Paul Jakma <paul@dishone.st>
90
91 * Makefile.am: support for IOCTL_METHOD, as per Sowmini's patch.
paul48a46fa2004-05-11 10:55:22 +000092 * if_ioctl_solaris.c: Fixup some erroneous privilege changes and
93 add privs.h header.
94 * ioctl_solaris.c: ditto
paulc50ae8b2004-05-11 11:31:07 +000095 * ioctl.h: Add if_ioctl_ipv6 prototype and AF_IOCTL for SOLARIS_IPV6
96 * kernel_socket.c: Fix SAROUNDUP, compiler doesnt like do..while
97 RHS in assignments :)
98 * redistribute.c: (zebra_interface_delete_update) only used
99 if RTM_IFANNOUNCE and NETLINK is available.
100
paulb9df2d22004-05-09 09:09:59 +00001012004-05-09 Paul Jakma <paul@dishone.st>
102
103 * zserv.c: (zsend_route_multipath) Set the nexthop_num
104 field correctly. Add NEXTHOP_TYPE_IPV6_IFNAME for v6.
105 Conditionally set ZAPI_MESSAGE_METRIC flag - only for adds.
106 (zsend_ipv4_add) cruft, deleted.
107 (zsend_ipv4_delete) ditto.
108 (zsend_ipv6_add) ditto.
109 (zsend_ipv6_delete) ditto.
paul44145db2004-05-09 11:00:23 +0000110 * ioctl.c: (if_get_mtu) set mtu6 to mtu
111 * mtu_kvm.c: (if_kvm_get_mtu) set mtu6 to mtu
112 * rt_netlink.c: (netlink_interface) set mtu6 to mtu
113 (netlink_link_change) ditto
paul66e94882004-05-09 17:19:24 +0000114 * ipforward_solaris.c: fix typo of ND variable.
paul88424682004-05-09 18:21:35 +0000115 * if_ioctl_solaris.c: Add zprivs support.
116 * ioctl_solaris.c: ditto.
paul66e94882004-05-09 17:19:24 +0000117
paulb9df2d22004-05-09 09:09:59 +00001182004-05-09 Sowmini Varadhan <sowmini.varadhan@sun.com>
119
120 * zserv.c: (zsend_ipv{4,6}_{add,delete}_multipath) collapsed
121 into single zsend_route_multipath function.
122 (zsend_interface_{up,down}) collapsed into zsend_interface_update.
123 (zsend_interface_address_{add,delete}) collapsed into
124 zsend_interface_address.
125 (zsend_interface_add) send mtu6.
126 (zsend_interface_delete) ditto.
127 (zebra_write) remove unused function.
128 (various) Apply static qualifier. Add comments.
129 * zserv.h: Definitions changed as per above.
130 * redistribute.c: Changes as per zserv.c.
paul44145db2004-05-09 11:00:23 +0000131 * interface.c: (if_delete_update) only used with HAVE_NETLINK
132 and RTM_IFANNOUNCE.
133 (if_flag_dump_vty) Solaris IFF_IPV4 and IFF_IPV6 if flags
134 (if_dump_vty) print mtu6 if not same as mtu
paul88424682004-05-09 18:21:35 +0000135 * if_ioctl_solaris.c: New file, Solaris interface ioctl methods.
136 * ioctl_solaris.c: New file, Common solaris ioctl methods.
137
hasso34195bf2004-04-06 12:07:06 +00001382004-04-06 Krzysztof Oledzki <oleq@ans.pl>
139
140 * rt_netlink.c: Do not ignore metric when reading kernel routing
141 table on Linux with rt_netlink interface.
142
1432004-03-18 Hasso Tepper <hasso@estpak.ee>
hassof1d92e12004-03-18 15:40:33 +0000144
145 * interface.c: Temporary fix for handling secondary addresses
146 with label.
147
hasso55906722004-02-11 22:42:16 +00001482004-02-12 Hasso Tepper <hasso@estpak.ee>
hassof1d92e12004-03-18 15:40:33 +0000149
hasso55906722004-02-11 22:42:16 +0000150 * zserv.c: Added "ipv6 forwarding" command.
151
gdtb27900b2004-01-08 15:44:29 +00001522004-01-08 Greg Troxel <gdt@fnord.ir.bbn.com>
153
154 * kernel_socket.c (kernel_read): Use sockaddr_storage in buffer
155 for reading kernel messages to ensure enough space (necessary on
156 Solaris due to sockaddr_dl being large). Thanks to Sowmini
157 Varadhan for help with this change.
158
gdt9ccabd12004-01-06 18:23:02 +00001592004-01-06 Greg Troxel <gdt@t1.ir.bbn.com>
160
161 * rtadv.c (rtadv_send_packet): Change perror to zlog_err.
162
gdtdbee01f2004-01-06 00:36:51 +00001632004-01-05 Greg Troxel <gdt@fnord.ir.bbn.com>
gdt4bfbea82004-01-06 01:13:05 +0000164 * kernel_socket.c (ifm_read): Major cleanup. Use Sowmini's code
165 to find the sockaddr_dl in all cases, narrowing the Solaris ifdef
166 to just the accomodation of broken kernels. Check sockaddr_dl
167 carefully up front, and later assume any non-NULL sdl pointer is
168 valid. Clean up types and variable declarations, and rename
169 WRAPUP to SAROUNDUP to make the name fit the behavior.
170
1712004-01-05 Greg Troxel <gdt@fnord.ir.bbn.com>
gdtdbee01f2004-01-06 00:36:51 +0000172
173 * kernel_socket.c (kernel_read): Add a sockaddr_dl to the ifmsg
174 structure, because on Solaris sockaddr_dl is far larger than the
175 base sockaddr structure. (The code had previously been failing to
176 read all the data.)
gdt4bfbea82004-01-06 01:13:05 +0000177
gdtda26e3b2004-01-05 17:20:59 +00001782004-01-05 Greg Troxel <gdt@ahi.ir.bbn.com>
179
180 * kernel_socket.c (kernel_read): Look up interfaces by index
181 first, so that state changes which do not include a sockaddr_dl
182 now work. Add many sanity checks. In
183 particular, do not assume that a sockaddr_dl follows a message
184 without checking the ifm_addrs flags, and do not trust the length
185 in a sockaddr_dl. Add/clarify many comments.
186
gdt4b5e1352003-12-03 17:54:34 +00001872003-12-03 Greg Troxel <gdt@poblano.ir.bbn.com>
188
189 * rtadv.c: reorder includes to avoid compiler warning (define
190 structs before using them in prototypes)
191
hasso647e4f12003-05-25 11:43:52 +00001922003-05-25 Jim Crumpler <Jim.Crumpler@edion.com>
193
194 * zserv.c: Add "ip forwarding" command.
195
paul445f1432003-05-16 19:00:31 +00001962003-05-16 Gilad Arnold <gilad.arnold@terayon.com>
197
198 * zebra_rib.c: Fix memory leaks for ifname nexthops
199
2002003-04-19 Israel Keys <ikeys@agile.tv>
201
202 * rt_netlink.c: BLOCK on netlink while initialising
203
2042003-02-06 Francois Deppierraz <francois@ctrlaltdel.ch>
205
206 * rt_netlink.c (netlink_route_multipath): Set RTM_F_EQUALIZE when
207 it exists.
208
paul718e3742002-12-13 20:15:29 +00002092002-09-28 Akihiro Mizutani <mizutani@net-chef.net>
210
211 * zebra_rib.c (static_add_ipv4): Null0 static route is added.
212
2132002-09-10 Jochen Friedrich <chris+zebra@scram.de>
214
215 * rt_netlink.c: Add check for EAGAIN.
216 * kernel_socket.c: Likewise
217
2182002-06-12 Israel Keys <ikeys@oz.agile.tv>
219
220 * rt_netlink.c: Setting the NLM_F_ACK flag on the netlink command
221 message so that we get an ACK for successful netlink commands.
222 Change the netlink socket to BLOCKING while we wait for a
223 response; be it an ACK or an NLMSG_ERROR. Change
224 netlink_parse_info to deal with ACK messages.
225
2262001-11-01 Jun-ichiro itojun Hagino <itojun@iijlab.net>
227
228 * rtadv.c (rtadv_make_socket): setsockopt(IPV6_CHECKSUM) does not
229 work for ICMPv6 socket.
230
2312001-10-24 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
232
233 * rib.c (rib_process): Select connected route any case.
234
2352001-10-23 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
236
237 * interface.c (no_ip_address_secondary): Add "no" to command.
238
2392001-10-18 NOGUCHI Kay <kay@v6.access.co.jp>
240
241 * ioctl.c (if_prefix_add_ipv6): Set the prefered and valid lifetime
242 to infinity as the freebsd4.4 workaroud.
243
2442001-08-26 mihail.balikov@interbgc.com
245
246 * zebra_snmp.c: Fix snmpwalk problem such as IPv4 address
247 A.B.C.255.
248
2492001-08-22 NOGUCHI Kay <kay@v6.access.co.jp>
250
251 * rtadv.c: Do not send RA to loopback interface.
252
2532001-08-20 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
254
255 * ioctl.c (if_set_prefix): Remove Linux 2.0 specific connected
256 route treatment.
257
2582001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
259
260 * zebra-0.92a released.
261
2622001-08-17 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
263
264 * rib.c: Kernel route is treated as EGP routes in nexthop active
265 check.
266
2672001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
268
269 * zebra-0.92 released.
270
2712001-08-08 "Akihiro Mizutani" <mizutani@dml.com>
272
273 * rib.c (show_ip_route_prefix_longer): Add longer-prefix option to
274 show route commands.
275
2762001-07-29 Yon Uriarte <havanna_moon@gmx.net>
277
278 * zserv.c (zsend_ipv4_add_multipath): Add
279 NEXTHOP_TYPE_IPV4_IFINDEX check.
280
2812001-07-29 NOGUCHI Kay <kay@v6.access.co.jp>
282
283 * rtadv.c: Apply valid lifetime, preferred lifetime, onilnk flag,
284 autonomous address-configuration flag patch.
285 (no_ipv6_nd_suppress_ra): Change "ipv6 nd send-ra" to "no ipv6 nd
286 suppress-ra".
287
2882001-07-24 NOGUCHI Kay <kay@v6.access.co.jp>
289
290 * rtadv.c (ipv6_nd_ra_interval): Add "ipv6 nd ra-interval SECONDS"
291 command.
292
2932001-07-24 Jun-ichiro itojun Hagino <itojun@iijlab.net>
294
295 * rt_socket.c (kernel_rtm_ipv4): Add KAME/NetBSD151 equal cost
296 multicast FIB support both IPv4 and IPv6.
297
2982001-07-24 Hal Snyder <hal@vailsys.com>
299
300 * if_ioctl.c (interface_list_ioctl): Fix bug of failing to get the
301 full list of interfaces on some configurations of OpenBSD.
302
3032001-07-23 NOGUCHI Kay <kay@v6.access.co.jp>
304
305 * rtadv.c (ipv6_nd_send_ra): Apply [zebra 9320] to fix "ipv6 nd
306 send-ra" bug.
307 (ipv6_nd_ra_lifetime): "ipv6 nd ra-lifetime 0" for default router
308 availability.
309 (ipv6_nd_managed_config_flag): "ipv6 nd managed-config-flag" is
310 added.
311 (ipv6_nd_other_config_flag): "ipv6 nd other-config-flag" is added.
312
3132001-07-23 Jun-ichiro itojun Hagino <itojun@iijlab.net>
314
315 * ioctl.c (if_ioctl): Change ioctl argument from int to u_long.
316
317 * rt_ioctl.c: Likewise.
318
3192001-07-23 Jun-ichiro itojun Hagino <itojun@iijlab.net>
320
321 * kernel_socket.c (rtm_write): Only set RTF_CLONING when the
322 interface is not p2p.
323
3242001-04-23 Kunihiro Ishiguro <kunihiro@zebra.org>
325
326 * ioctl.c (if_prefix_add_ipv6): Fix argument type.
327
3282001-04-06 Toshiaki Takada <takada@zebra.org>
329
330 * zserv.c (zsend_interface_delete): Use client->obuf instead of
331 allocating new stream.
332
3332001-03-10 Kunihiro Ishiguro <kunihiro@zebra.org>
334
335 * rt_netlink.c: Revert RTPROT_BOOT change.
336
3372001-03-08 Kunihiro Ishiguro <kunihiro@zebra.org>
338
339 * rt_netlink.c (netlink_route_change): Skip RTPROT_BOOT route.
340 (netlink_routing_table): Likewise.
341
3422001-03-07 "Akihiro Mizutani" <mizutani@dml.com>
343
344 * zserv.c (zsend_ipv4_add_multipath): Send metric value to
345 protocol daemons.
346
3472001-02-18 Kunihiro Ishiguro <kunihiro@zebra.org>
348
349 * rt_netlink.c (netlink_routing_table): Do not return
350 tb[RTA_GATEWAY] is NULL. Reported by: "Michael O'Keefe"
351 <mokeefe@qualcomm.com>.
352
3532001-02-08 Kunihiro Ishiguro <kunihiro@zebra.org>
354
355 * if_ioctl.c (interface_list_ioctl): Call if_add_update().
356 Suggested by: Chris Dunlop <chris@onthe.net.au>.
357
3582001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
359
360 * rib.c (nexthop_active_ipv4): When nexthop type is
361 NEXTHOP_TYPE_IPV4_IFINDEX, propery set the ifindex to rifindex.
362
363 * zserv.c: Initialize rtm_table_default with 0.
364
365 * zebra-0.91 is released.
366
3672001-01-31 Kunihiro Ishiguro <kunihiro@zebra.org>
368
369 * kernel_socket.c (rtm_read): Filter cloned route. Suggested by:
370 Jun-ichiro itojun Hagino <itojun@iijlab.net>
371
3722001-01-30 Kunihiro Ishiguro <kunihiro@zebra.org>
373
374 * connected.c (connected_up_ipv6): When point-to-point destination
375 address is ::, use local address for connected network.
376 (connected_down_ipv6): Likewise.
377
3782001-01-25 Kunihiro Ishiguro <kunihiro@zebra.org>
379
380 * zserv.c (zebra_serv): Add missing close() call. Reported by:
381 David Waitzman <djw@vineyard.net>.
382
3832001-01-24 Kunihiro Ishiguro <kunihiro@zebra.org>
384
385 * rib.c (rib_lookup_ipv4): New function for checking exact match
386 IGP route.
387
3882001-01-23 Kunihiro Ishiguro <kunihiro@zebra.org>
389
390 * rib.c (show_ipv6_route_protocol): Fix bug of "show ip route
391 route-type".
392
3932001-01-22 Kunihiro Ishiguro <kunihiro@zebra.org>
394
395 * interface.c (zebra_interface): Do not call
396 zebra_interface_add_update for inactive interface.
397
398 * zserv.c (zsend_interface_address_add): Send interface address
399 flag.
400 (zsend_interface_address_delete): Likewise.
401
4022001-01-19 Kunihiro Ishiguro <kunihiro@zebra.org>
403
404 * interface.c (if_addr_add): Add flags.
405
406 * connected.c (ifa_add_ipv4): Add new function for interface
407 address handling.
408 (ifa_delete_ipv4): Likewise.
409
4102001-01-16 Kunihiro Ishiguro <kunihiro@zebra.org>
411
412 * rib.c (rib_update): Update IPv6 RIB.
413
414 * kernel_socket.c (ifam_read): Call if_refresh() for update
415 interface flag status. This is for implicit interface up on *BSD.
416
417 * interface.c (if_refresh): Add interface flag refresh function.
418
419 * kernel_socket.c (rtm_read): Fetch link-local address interface
420 index.
421 (ifan_read): We need to fetch interface information. Suggested
422 by: Yasuhiro Ohara <yasu@sfc.wide.ad.jp>.
423
424 * rib.c (static_ipv6_nexthop_same): Add check for
425 NEXTHOP_TYPE_IPV6_IFNAME.
426
4272001-01-15 Kunihiro Ishiguro <kunihiro@zebra.org>
428
429 * rib.h (NEW_RIB): Turn on NEW_RIB flag. IPv6 new RIB code are
430 taken into place.
431
4322001-01-14 Kunihiro Ishiguro <kunihiro@zebra.org>
433
434 * rib.c (static_ipv6_write): Display STATIC_IPV6_GATEWAY_IFNAME
435 configuration.
436 (rib_delete_ipv6): Handle same route conter for IPv6 connected
437 route.
438 (show_ipv6_route_protocol): New command.
439 (show_ipv6_route_addr): Likewise.
440 (show_ipv6_route_prefix): Likewise.
441 (rib_update): Sweep kernel route when it is cleaned up.
442
443 * rt_socket.c (kernel_add_ipv6): Add NEXTHOP_IPV6_IFNAME
444 treatmenet.
445
446 * rt_netlink.c (kernel_init): Likewise.
447
448 * rt_ioctl.c (kernel_ioctl_ipv6_multipath): Likewise.
449
450 * rib.c (rib_add_ipv4): Cope with same connected route on a
451 interface. Suggested by: Matthew Grant <grantma@anathoth.gen.nz>.
452 (nexthop_ipv6_ifname_add): Add NEXTHOP_IPV6_IFNAME treatmenet.
453
454 * rib.h (struct new_rib): Add refcnt to keep track on the
455 reference of same connected route.
456
457 * ioctl.c (if_set_prefix): Add check for GNU_LINUX.
458
4592001-01-13 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
460
461 * kernel_socket.c (ifan_read, rtm_type_str): Add RTM_OIFINFO check.
462 (rtm_type_str): Add RTM_IFANNOUNCE check.
463 (ifan_read): New function.
464 (kernel_read): Add case for RTM_IFANNOUNCE.
465
4662001-01-13 Kunihiro Ishiguro <kunihiro@zebra.org>
467
468 * rt_ioctl.c (kernel_ioctl_ipv6_multipath): New function.
469
470 * rt_netlink.c (netlink_route_multipath): IPv6 address ifindex
471 treatment.
472
473 * connected.c (connected_up_ipv6): Add dest value check.
474
475 * rib.c (nexthop_active_ipv6): Do not touch IPv6 nexthop's
476 ifindex.
477 (rib_add_ipv4): Import rib_add_ipv6() same route check code.
478 (nexthop_active_check): NEXTHOP_TYPE_IPV6_IFINDEX activity is only
479 checked by ifindex.
480
481 * rt_socket.c (kernel_rtm_ipv6_multipath): New function.
482
483 * redistribute.c (redistribute_add): Use
484 zsend_ipv6_add_multipath().
485 (redistribute_delete_multipath): Use
486 zsend_ipv6_delete_multipath().
487
488 * interface.c (ip_address): Check current IP address to avoid
489 duplicate.
490
491 * rib.c (rib_delete_ipv4): When deleted route is connected route,
492 check ifindex.
493 (rib_add_ipv4): When connected route is added do not perform
494 implicit withdraw.
495 (rib_delete_ipv4): Check ifindex for connected route.
496
497 * kernel_socket.c (rtm_read): When route has RTF_STATIC, set
498 ZEBRA_FLAG_STATIC for indicate as persistent route.
499 (ifam_read): Unset interface index from link-local address when
500 IPv6 stack is KAME.
501
502 * rib.c (rib_update): Do not delete persistent kernel route.
503
504 * rib.h (struct new_rib): Integrate RIB_FLAG_* to ZEBRA_FLAG_*.
505
506 * rt_socket.c (kernel_add_ipv6_multipath): Add placeholder.
507 (kernel_delete_ipv6_multipath): Likewise.
508
509 * rt_netlink.c (netlink_talk): Give struct nlsock to netlink_talk.
510
5112001-01-12 Kunihiro Ishiguro <kunihiro@zebra.org>
512
513 * rib.c (rib_update): Revert Matthew Grant's patch
514 zebra_cvs_newribfix.patch. Use struct rib->ifindex for kernel
515 interface index. Introduce NEXTHOP_TYPE_IPV4_IFINDEX to support
516 that. Add support for address deletion situation.
517
5182001-01-11 Kunihiro Ishiguro <kunihiro@zebra.org>
519
520 * interface.c: Remove HAVE_IF_PSEUDO part.
521
522 * rib.h: Likewise.
523
524 * rt_netlink.c (netlink_link_change): Likewise.
525
5262001-01-10 Kunihiro Ishiguro <kunihiro@zebra.org>
527
528 * zserv.c: Remove OLD_RIB codes.
529
5302001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
531
532 * zebra-0.90 is released.
533
5342001-01-09 Matthew Grant <grantma@anathoth.gen.nz>
535
536 * interface.c (if_new_intern_ifindex): Allocate a new internal
537 interface index.
538 (if_addr_refresh): Fix up ip addresses configured via zebra.
539 (if_add_update): Handle an interface addition.
540 (if_delete_update): Handle an interface delete event.
541
542 * rib.c (nexthop_ipv4_add): Add kernel route deletion process when
543 interface goes down.
544
5452001-01-08 Kunihiro Ishiguro <kunihiro@zebra.org>
546
547 * interface.c (if_dump_vty): When HAVE_NET_RT_IFLIST is defined,
548 NetBSD also use this function. Suggested by Jasper Wallace
549 <jasper@ivision.co.uk>.
550
5512001-01-07 Kunihiro Ishiguro <kunihiro@zebra.org>
552
553 * rib.c (nexthop_active_ipv4): Move back to set methodo to old
554 one.
555
5562001-01-05 Kunihiro Ishiguro <kunihiro@zebra.org>
557
558 * rib.c (rib_add_ipv4): EBGP multihop set ZEBRA_FLAG_INTERNAL
559 flag, so treat it.
560
5612001-01-04 Kunihiro Ishiguro <kunihiro@zebra.org>
562
563 * rt_netlink.c (netlink_talk_ipv6): When IPv6 route message is
564 sent from netlink_cmd, the same message comes from netlink. To
565 avoid confusion, temporary netlink_talk_ipv6 use netlink.sock
566 instead of netlink_cmd.sock.
567
5682001-01-01 Kunihiro Ishiguro <kunihiro@zebra.org>
569
570 * zserv.h (ZEBRA_SERV_PATH): Change "/tmp/zebra" to "/tmp/.zebra".
571 Change "/tmp/zserv" to "/tmp/.zserv".
572
5732000-12-29 Frank van Maarseveen <F.vanMaarseveen@inter.NL.net>
574
575 * rt_netlink.c (struct nlsock): Divide kernel message into listen
576 socket and command socket.
577 (netlink_talk): Remove socket listen code. Use netlink_parse_info
578 for read kernel response.
579
5802000-12-29 Kunihiro Ishiguro <kunihiro@zebra.org>
581
582 * rib.c (vty_show_ip_route): Show uptime of the RIP,OSPF,BGP
583 routes.
584
5852000-12-27 Kunihiro Ishiguro <kunihiro@zebra.org>
586
587 * rt_netlink.c (netlink_route_multipath): Metric value is
588 reflected to kernel routing table.
589
590 * rt_ioctl.c (kernel_ioctl_ipv4_multipath): Likewise.
591
592 * kernel_socket.c (rtm_write): Likewise.
593
594 * rib.c (nexthop_active_ipv4): Only iBGP route perform recursive
595 nexthop lookup.
596
597 * rt_ioctl.c (kernel_ioctl_ipv4_multipath): Add ioctl version of
598 new RIB implementation.
599
6002000-12-26 Kunihiro Ishiguro <kunihiro@zebra.org>
601
602 * rib.h: Remove MULTIPATH_NUM. It is defined by configure script.
603
6042000-12-25 Michael Rozhavsky <mrozhavsky@opticalaccess.com>
605
606 * rib.c (rib_if_up): Call rib_fib_set instead of RIB_FIB_SET for
607 proper redistribution.
608
6092000-12-19 Kunihiro Ishiguro <kunihiro@zebra.org>
610
611 * rib.c (nexthop_active_ipv4): Add self lookup nexthop check.
612 (show_ip_route_protocol): Support new RIB.
613
614 * rt_netlink.c (netlink_route_change): Do not return when gate is
615 NULL.
616
6172000-12-18 Kunihiro Ishiguro <kunihiro@zebra.org>
618
619 * rib.c (rib_lookup_ipv4_nexthop): IBGP nexthop check function is
620 updated.
621 (rib_add_ipv4): Free implicit withdraw route's RIB.
622
6232000-12-15 Kunihiro Ishiguro <kunihiro@zebra.org>
624
625 * rib.c (nexthop_active_ipv4): Check indirect nexthop.
626
627 * redistribute.c (redistribute_add_multipath): Redistribution
628 works with new rib code.
629
6302000-12-14 Kunihiro Ishiguro <kunihiro@zebra.org>
631
632 * rt_netlink.c (netlink_route_multipath): Check useful nexthop
633 number.
634 (netlink_route_multipath): Clear rtnh_flags and rtnh_hops.
635
636 * rib.c (nexthop_active_update): Set flag for the rib's nexthop
637 activity is changed.
638 (nexthop_active_check): Before checking interface is up, make it
639 sure the interface exist.
640
6412000-11-20 Kunihiro Ishiguro <kunihiro@zebra.org>
642
643 * rib.c (ip_route): New RIB prototype.
644
6452000-11-16 Yon Uriarte <ukl2@rz.uni-karlsruhe.de>
646
647 * zserv.c (zsend_interface_add): Send hardware address when
648 hw_addr_len is greater than 0.
649
6502000-11-07 Kunihiro Ishiguro <kunihiro@zebra.org>
651
652 * connected.c (connected_up_ipv4): Fix ptop bug. The destination
653 network should be installed into routing table.
654 (connected_down_ipv4): Likewise.
655 (connected_add_ipv4): Change to use connected_up_ipv4.
656 (connected_delete_ipv4): Likewise.
657
6582000-11-06 Kunihiro Ishiguro <kunihiro@zebra.org>
659
660 * rt_netlink.c (netlink_interface_addr): Revert Harald Welte
661 <laforge@gnumonks.org>'s ptop patch then back to original code to
662 avoid duplicated connected route problem. Suggested by Frank van
663 Maarseveen <F.vanMaarseveen@inter.NL.net>.
664
665 * kernel_socket.c (rtm_read): Make behavior consistent even #ifdef
666 DEBUG is defined. Reported by Jun-ichiro itojun Hagino
667 <itojun@iijlab.net>.
668
6692000-10-23 Jochen Friedrich <jochen@scram.de>
670
671 * main.c (main): Call zebra_snmp_init() when it is enabled.
672
6732000-10-23 Kunihiro Ishiguro <kunihiro@zebra.org>
674
675 * zserv.c (zebra_serv_un): UNIX domain socket server of zebra
676 protocol.
677
6782000-10-19 Kunihiro Ishiguro <kunihiro@zebra.org>
679
680 * rib.c (rib_add_ipv4): Same check bug is fixed.
681
6822000-10-03 Kunihiro Ishiguro <kunihiro@zebra.org>
683
684 * rib.c (rib_if_down): Remove kernel route when the interface goes
685 down.
686
687 * debug.c: New command "debug zebra kernel" is added.
688
6892000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
690
691 * zebra-0.89 is released.
692
6932000-09-24 Harald Welte <laforge@gnumonks.org>
694
695 * rt_netlink.c (netlink_interface_addr): Fix point-to-point address
696 treatment in netlink interface.
697
6982000-09-21 David Lipovkov <dlipovkov@OpticalAccess.com>
699
700 * rib.c (rib_if_down): Pull static route only. Protocol daemon
701 must withdraw routes when interface goes down.
702 (rib_add_ipv4): Check nexthop when replace route.
703
7042000-09-21 Kunihiro Ishiguro <kunihiro@zebra.org>
705
706 * if_ioctl.c (if_getaddrs): New function for looking up
707 interface's address by getifaddrs().
708
7092000-09-10 Kunihiro Ishiguro <kunihiro@zebra.org>
710
711 * connected.c (connected_delete_ipv4): Add check for connected
712 address is found or not.
713 (connected_add_ipv6): Reflect IPv6 connected address change to
714 protocol daemons.
715 (connected_delete_ipv6): Likewise.
716
7172000-09-07 David Lipovkov <davidl@nbase.co.il>
718
719 * rib.c (rib_delete_ipv4): Reverted the change from pseudo
720 interface patch to original. Because ospfd deletes routes using
721 zero ifindex.
722
7232000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
724
725 * zebra-0.88 is released.
726
7272000-08-15 "Akihiro Mizutani" <mizutani@dml.com>
728
729 * rib.c (show_ip_route_protocol): Help string correction.
730 (show_ip_route_prefix): Check prefix mask.
731 (show_ip_route_vty_detail): Display distance and metric.
732
7332000-08-14 Kunihiro Ishiguro <kunihiro@zebra.org>
734
735 * zserv.c (zsend_interface_add): Change ifindex store size from
736 two octet to four.
737 (zsend_interface_delete): Likewise.
738 (zsend_interface_address_add): Likewise.
739 (zsend_interface_address_delete): Likewise.
740 (zsend_interface_up): Likewise.
741 (zsend_interface_down): Likewise.
742
7432000-08-13 Kunihiro Ishiguro <kunihiro@zebra.org>
744
745 * rib.c (rib_add_ipv4): Do not install distance 255 route.
746
7472000-08-10 Toshiaki Takada <takada@zebra.org>
748
749 * interface.c (bandwidth_if), (no_bandwidth_if): Call
750 zebra_interface_up_update () instead of using if_up() and if_down().
751
7522000-08-07 "Akihiro Mizutani" <mizutani@dml.com>
753
754 * interface.c (bandwidth_if): Fix help string.
755
7562000-08-07 Matthew Grant <grantma@anathoth.gen.nz>
757
758 * interface.c (if_dump_vty): Display bandwidth value.
759 (bandwidth_if): New command "bandwidth <1-10000000>" is added.
760 When interface is up, force protocol daemons to recalculate routes
761 due to cost change.
762 (no_bandwidth_if): Likewise.
763 (if_config_write): Output bandwidth configuration.
764
765 * zserv.c (zsend_interface_add): Send bandwidth value.
766 (zsend_interface_up): Likewise.
767 (zsend_interface_down): Likewise.
768
769
7702000-08-07 Michael Rozhavsky <mike@nbase.co.il>
771
772 * rib.c (show_ip_route_protocol): "show ip route
773 (bgp|connected|kernel|ospf|rip|static)" is added.
774
7752000-08-07 Kunihiro Ishiguro <kunihiro@zebra.org>
776
777 * rib.c (rib_lookup_ipv4_nexthop): Check parent node until IGP
778 nexthop is found.
779 (rib_add_ipv4_internal): Set fib ifindex to rib ifindex.
780
7812000-08-06 Kunihiro Ishiguro <kunihiro@zebra.org>
782
783 * redistribute.c (redistribute_delete): Fix bug of default route
784 redistribute treatment.
785
7862000-08-05 Kunihiro Ishiguro <kunihiro@zebra.org>
787
788 * rib.c (rib_init): Install ip_node in rib.c instead of zserv.c.
789 Change default distance value.
790
791 Old New
792 ------------------------------------------
793 system 10 0
794 kernel 20 0
795 connected 30 0
796 static 40 1
797 rip 50 120
798 ripng 50 120
799 ospf 60 110
800 ospf6 49 110
801 bgp 70 200(iBGP) 20(eBGP)
802 ------------------------------------------
803
804 * zserv.c (client_lookup): Function removed.
805 (zsend_interface_add): Use client's output buffer. Check ifinfo
806 flag.
807 (zsend_interface_delete): Likewise.
808 Delete ipv4_static_radix and ipv6_static_radix.
809
8102000-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
811
812 * zserv.h (struct zebra_client): When client request interface
813 information, ifinfo is set.
814
815 * rib.c: Temporary Revert changes for pseudo interface.
816
817 * rib.h: Likewise.
818
819 * zserv.c: Likewise.
820
821 * interface.c: Likewise.
822
8232000-08-02 David Lipovkov <davidl@nbase.co.il>
824
825 * interface.c (zebra_if_init): Install interface "pseudo"
826 commands.
827
828 * rib.c (rib_create): ifname argument is added.
829 (rib_add_ipv4_pseudo): New function is added.
830 (rib_delete_ipv4_pseudo): Likewise.
831
832 * rib.h : Delete INTERFACE_UNKNOWN definition. Add prototype for
833 pseudo interface functions.
834
835 * rt_netlink.c (netlink_link_change): Check for pseudo interface.
836
837 * zserv.c (ip_route): When destination is pseudo interface, call
838 rib_add_ipv4_pseudo().
839
840 * zserv.c (no_ip_route): Trim "unknown" argument.
841
8422000-07-26 kunitake@dti.ad.jp
843
844 * if_ioctl.c (if_get_hwaddr): Fix hardware address length from 8
845 to 6.
846
847 * rtadv.c (rtadv_send_packet): Fix shift bug for hardware address.
848
8492000-07-24 Akihiro Mizutani <mizutani@dml.com>
850
851 * interface.c: Use install_default() for common VTY commands.
852
8532000-07-23 Kunihiro Ishiguro <kunihiro@zebra.org>
854
855 * if_ioctl.c (interface_list_ioctl): A interface list size is
856 calculated from ifreq->if_addr.sa_len. This is for OpenBSD.
857
858 * ioctl.c (if_get_mtu): Remove codes for SIOCGIFDATA.
859
8602000-07-09 Chris Dunlop <chris@onthe.net.au>
861
862 * if_ioctl.c (if_get_index): Add check for HAVE_BROKEN_ALIASES.
863
8642000-07-04 Kunihiro Ishiguro <kunihiro@zebra.org>
865
866 * zserv.c (zebra_client_read): Add ZEBRA_REDISTRIBUTE_{ADD,DELETE}
867 message handling.
868
8692000-07-02 David Lipovkov <davidl@nbase.co.il>
870
871 * zserv.c: "ip route A.B.C.D/M unknown" command is added.
872
8732000-06-28 Michael Rozhavsky <mike@nbase.co.il>
874
875 * rib.c: Remove old kernel route when new route comes in.
876
8772000-06-13 David Lipovkov <davidl@nbase.co.il>
878
879 * rib.c (rib_if_up): Add check for unknown interface.
880
8812000-06-13 Kunihiro Ishiguro <kunihiro@zebra.org>
882
883 * rib.h: Define INTERFACE_UNKNOWN.
884
8852000-06-08 Kunihiro Ishiguro <kunihiro@zebra.org>
886
887 * Makefile.am (EXTRA_DIST): Move irdp.c until implementation is
888 finished.
889
8902000-06-05 David Lipovkov <davidl@nbase.co.il>
891
892 * interface.c (if_zebra_delete_hook): Call rib_if_delete().
893
894 * redistribute.c (zebra_interface_delete_update): New function.
895
896 * redistribute.h (zebra_interface_delete_update): New function
897 prototype.
898
899 * rib.c (rib_if_delete): New function. Walk down all routes and
900 delete all on the interface.
901
902 * rib.h: New function prototype.
903
904 * rt_netlink.c (netlink_link_change): Call
905 zebra_interface_delete_update ().
906
9072000-05-10 Kunihiro Ishiguro <kunihiro@zebra.org>
908
909 * if_ioctl.c (interface_info_ioctl): Check interface's flag before
910 checking interface's address.
911
9122000-04-26 Jochen Friedrich <jochen@nwe.de>
913
914 * GNOME-PRODUCT-ZEBRA-MIB: New file.
915
916 * GNOME-SMI: New file.
917
9182000-04-23 Kunihiro Ishiguro <kunihiro@zebra.org>
919
920 * irdp.c: New file from 1997 development code.
921 * irdp.h: Likewise.
922
9232000-04-19 Kunihiro Ishiguro <kunihiro@zebra.org>
924
925 * rtadv.c (rtadv_send_packet): Enclose router advertisement
926 logging with IS_ZEBRA_DEBUG_PACKET.
927
9282000-04-17 Kunihiro Ishiguro <kunihiro@zebra.org>
929
930 * zserv.c (zebra_client_close): Remove client structure from
931 client_list when connection is terminated.
932
9332000-03-21 David Lipovkov <davidl@nbase.co.il>
934
935 * connected.c (connected_add_ipv4): Allows all necessary structure
936 updates for connected route, but doesn't insert it into rib if
937 it's interface is down.
938
9392000-01-21 Hideto Yamakawa <hideto.yamakawa@soliton.co.jp>
940
941 * rtread_getmsg.c: Set some definition for Solaris 2.5 and Solaris
942 2.5.1.
943
9442000-01-21 Kunihiro Ishiguro <kunihiro@zebra.org>
945
946 * rib.c (no_ipv6_route_ifname): Fix buf of cheking return value
947 from str2prefix_ipv6().
948
9492000-01-14 Kunihiro Ishiguro <kunihiro@zebra.org>
950
951 * rt_socket.c: Revert to use RTF_HOST for IPv4 with /32 route and
952 IPv6 with /128 routes.
953 (kernel_rtm_ipv4): In case of /32 route's gateway is interface. It
954 should have mask for cloning.
955
9561999-12-26 Jochen.Friedrich@genorz.de
957
958 * interface.c (if_dump_vty): Fix a bug of missing VTY_NEWLINE.
959
9601999-12-23 Alex Zinin <zinin@amt.ru>
961 * interface.*: dynamic int up/down support
962
9631999-12-09 Kunihiro Ishiguro <kunihiro@zebra.org>
964
965 * ipforward_proc.c (dropline): Move dropline() from lib/dropline.c
966
967 * rtread_proc.c (proc_route_read): Don't use dropline().
968
9691999-12-08 Kunihiro Ishiguro <kunihiro@zebra.org>
970
971 * kernel_socket.c (rtm_read): When message is RTM_GET, it has own
972 process's pid.
973
9741999-12-04 Kunihiro Ishiguro <kunihiro@zebra.org>
975
976 * main.c (main): Change to default log output to ZLOG_STDOUT.
977
978 * zserv.c (zebra_serv): More detailed error print.
979
9801999-11-30 Kunihiro Ishiguro <kunihiro@zebra.org>
981
982 * kernel_socket.c (rtm_read): Check old pid for static route
983 insertion check.
984
9851999-11-30 Kunihiro Ishiguro <kunihiro@zebra.org>
986
987 * interface.c (if_dump_vty): BSDI/OS uses 64bit for interface
988 statistics counter.
989
990 * mtu_kvm.c: New file added.
991
9921999-11-27 Vladimir B. Grebenschikov <vova@express.ru>
993
994 * kernel_socket.c (rtm_write): Set RTF_CLONING flag for
995 route to the directly connected interface.
996
9971999-11-27 Kunihiro Ishiguro <kunihiro@zebra.org>
998
999 * rt_socket.c: Delete USE_HOST_BIT definition.
1000
10011999-11-21 Michael Handler <handler@sub-rosa.com>
1002
1003 * rtread_getmsg.c: Undef some definition to resolve conflict.
1004
10051999-11-27 Kunihiro Ishiguro <kunihiro@zebra.org>
1006
1007 * kernel_socket.c (rtm_write): Change to use pre stored struct_dl
1008 value for gateway specification.
1009
10101999-11-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1011
1012 * rt_socket.c (kernel_rtm_ipv4): Even mask is 32 under IPv4 or
1013 128 under IPv6, don't use RTF_HOST.
1014
10151999-11-21 Kunihiro Ishiguro <kunihiro@zebra.org>
1016
1017 * Makefile.am (EXTRA_DIST): Add rtread_getmsg.c.
1018
10191999-11-21 Michael Handler <handler@sub-rosa.com>
1020
1021 * rtread_getmsg.c: Added for Solaris 2.6 support.
1022
10231999-11-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1024
1025 * rtread_sysctl.c (rtm_read_route): RTM_DELETE handling added.
1026
1027 * rt_socket.c (kernel_read): Better BSD routing socket support.
1028
10291999-10-19 Kunihiro Ishiguro <kunihiro@zebra.org>
1030
1031 * client_main.c: Disable making obsolete zebra test `client'
1032 command.
1033
10341999-10-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1035
1036 * zebra.c: Renamed to zserv.c.
1037
1038 * zebra.h: Global definitions are moved to lib/zebra.h. Then
1039 renamed to zserv.h.
1040
10411999-10-15 Jordan Mendelson <jordy@wserv.com>
1042
1043 * if_ioctl.c: Add Linux 2.2.X's alias support and dynamic
1044 interface. Remove ugly MAX_INTERFACE handling codes.
1045
10461999-09-17 Satosi KOBAYASI <kobayasi@north.ad.jp>
1047
1048 * Fix serious bug of IPv6 route deletion.
1049
10501999-09-11 Kunihiro Ishiguro <kunihiro@zebra.org>
1051
1052 * ioctl.c (if_set_prefix): Properly set broadcast address.
1053
10541999-09-04 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1055
1056 * rib.c (rib_add_ipv6, rib_delete_ipv6): now protocol daemons
1057 can install connected route to kernel via zebra
1058
10591999-08-24 VOP <vop@unity.net>
1060
1061 * rib.c: Include "sockunion.h"
1062
10631999-08-22 Kunihiro Ishiguro <kunihiro@zebra.org>
1064
1065 * ipforward.h: New file.
1066
1067 * zebra.h: Obsolete message ZEBRA_GET_ALL_INTERFACE,
1068 ZEBRA_GET_ONE_INTERFACE, ZEBRA_GET_HOSTINFO are deleted.
1069
10701999-08-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1071
1072 * zebra.h (ZEBRA_INTERFACE_ADDRESS_ADD):
1073 ZEBRA_INTERFACE_{ADD,DELETE} added.
1074
10751999-08-15 Kunihiro Ishiguro <kunihiro@zebra.org>
1076
1077 * rib.c: show ip route A.B.C.D works.
1078
1079 * zebra.c (zebra_read_ipv4): Add ifindex to zebra messages.
1080
10811999-08-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1082
1083 * zebra.h: New Zebra message ZEBRA_INTERFACE_{ADD,DELETE} added.
1084
10851999-08-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1086
1087 * interface.h: New file.
1088 * Makefile.am: Add interface.h
1089
10901999-08-04 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1091
1092 * redistribute.c (zebra_redistribute): give ifindex to client.
1093
10941999-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1095
1096 * main.c (longopts): -k, --keep_kernel option added.
1097
10981999-07-18 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1099
1100 * rt_socket.c (rtm_write): forgot closing socket bug fixed.
1101
11021999-07-17 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1103
1104 * rib.c (show_ipv6_cmd): if rib is link show interface name.
1105
11061999-07-17 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1107
1108 * rt_socket.c (rtm_write): use sockaddr_dl when null gateway.
1109
11101999-07-16 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1111
1112 * rt_socket.c (rtm_write): ipv6 route table bug fixed.
1113
11141999-07-15 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1115
1116 * zebra.c (zebra_read_ipv6): read link prefix from ospf6 support
1117
11181999-07-15 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1119
1120 * rt_socket.c (kernel_rtm_ipv6): gate treatment bug fixed.
1121
11221999-07-15 Kunihiro Ishiguro <kunihiro@zebra.org>
1123
1124 * if_sysctl.c (ifm_read): Clear sockunion argument before fetching
1125 data. Suggested by "Chris P. Ross" <cross@eng.us.uu.net>
1126
11271999-07-08 HEO SeonMeyong <seirios@Matrix.IRI.Co.Jp>
1128
1129 * interface.c (if_tun_add): Add KAME's gif tunnel setting codes.
1130
11311999-06-26 Kunihiro Ishiguro <kunihiro@zebra.org>
1132
1133 * zebra.c (zebra_serv): Only accept loopback address connection.
1134
11351999-06-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1136
1137 * zebra.h (ZEBRA_ROUTE_EXTERNAL): Add zebra messages flags
1138
11391999-06-17 Kunihiro Ishiguro <kunihiro@zebra.org>
1140
1141 * ipforward_proc.c: ipforward_on () and ipforward_off () added.
1142
11431999-06-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1144
1145 * ipforward_proc.c (ipforward_ipv6): Check for IPv6 forwarding
1146 using /proc file system is added.
1147
11481999-06-06 Kunihiro Ishiguro <kunihiro@zebra.org>
1149
1150 * if_ioctl.c (if_get_index): Interface index set bug is fixed by
1151 adding #else at the middle of function. Suggested by David Luyer
1152 <luyer@ucs.uwa.edu.au>.
1153
11541999-05-29 <kunihiro@zebra.org>
1155
1156 * rt_ioctl.c: Comment out #include <linux/ipv6_route.h>.
1157
11581999-05-26 Kunihiro Ishiguro <kunihiro@zebra.org>
1159
1160 * zebra.h (ZEBRA_ROUTE_MAX): Add new define for the max value of
1161 the sort of routes.
1162
11631999-05-25 Patrick Koppen <koppen@rhrk.uni-kl.de>
1164
1165 * rt_netlink.c (netlink_socket): Make netlink socket non-blocking.
1166 (netlink_parse_info): If errno is EWOULDBLOCK then continue to
1167 parse the message.
1168 (netlink_talk): Likewise
1169
11701999-05-17 <kunihiro@zebra.org>
1171
1172 * redistribute.c (zebra_check_addr): Added for loopback address
1173 check.
1174
11751999-05-15 Kunihiro Ishiguro <kunihiro@zebra.org>
1176
1177 * rt_netlink.c (netlink_route_change): Tempolary bypass ipv6 route
1178 change treatment.
1179
1180 * Makefile.am (noinst_HEADERS): redistribute.h added.
1181
1182 * redistribute.h: New file.
1183
11841999-05-14 Stephen R. van den Berg <srb@cuci.nl>
1185
1186 * zebra.c (show_table): Show all table configuration DEFUN.
1187 (config_table): Config table number DEFUN.
1188
1189 * rt_netlink.c: Add support for multiple routing table.
1190
1191 * rib.c (rib_weed_table): New function added for delete all
1192 routes from specified routing table.
1193
1194 * main.c (signal_init): SIGTERM call sigint.
1195 (sigint): Loggging more better message.
1196
11971999-05-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1198
1199 * rt_netlink.c: Change log () to zlog ().
1200
12011999-05-07 <kunihiro@zebra.org>
1202
1203 * zebra.h (ZEBRA_ROUTE_OSPF6): Added for ospf6d route.
1204
12051999-04-20 Kunihiro Ishiguro <kunihiro@zebra.org>
1206
1207 * interface.c: Add `no ip address' command.
1208
12091999-04-10 Kunihiro Ishiguro <kunihiro@zebra.org>
1210
1211 * rt_netlink.c (kernel_read): Function added for asynchronous
1212 zebra between kernel communication.
1213
12141999-03-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1215
1216 * rtread_sysctl.c (rtm_read): Fix address memcopy overrun bug.
1217 Reported by Achim Patzner <ap@bnc.net>.
1218
12191999-03-03 Kunihiro Ishiguro <kunihiro@zebra.org>
1220
1221 * Makefile.am: Install configuration sample with 600 permission.
1222
12231999-03-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1224
1225 * Makefile.am: Add -I.. to INCLUDES.
1226
12271999-02-18 Peter Galbavy <Peter.Galbavy@knowledge.com>
1228
1229 * syslog support added
1230
12311999-02-17 Peter Galbavy <Peter.Galbavy@knowledge.com>
1232
1233 * if_sysctl.c (interface_list): allocated memory free when unknown
1234 ifm_type is returned.
1235
1236 * ioctl.c (if_get_mtu): added SIOCGIFDATA treatment.
1237
12381998-12-15 Magnus Ahltorp <map@stacken.kth.se>
1239
1240 * interface.c: Header include added.
1241
12421998-12-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1243
1244 * rt.h (kernel_delete_ipv6): change int index to unsigned int index.
1245
12461998-12-13 Kunihiro Ishiguro <kunihiro@zebra.org>
1247
1248 * if_ioctl.c (interface_list_ioctl): interface flag must be
1249 checked before check addresses of the interface.
1250
12511998-12-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1252
1253 * Makefile.am (INCLUDES): add @INCLUDES@ for Linux IPv6.
1254
12551998-10-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1256
1257 * ioctl.c: Linux version before 2.1.0 need interface route setup.
1258
12591998-09-15 HEO SeonMeyong <seirios@matrix.iri.co.jp>
1260
1261 * change HYDRANGEA to KAME
1262
12631998-09-01 Kunihiro Ishiguro <kunihiro@zebra.org>
1264
1265 * if_ioctl.c (if_addr_ioctl): set address family for getting
1266 interface's address.
1267 (if_get_index): silently return when can't get interface's index.
1268
12691998-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
1270
1271 * main.c (main): batch mode option '-b' added.
1272
12731998-08-16 Kunihiro Ishiguro <kunihiro@zebra.org>
1274
1275 * ioctl.c (if_set_prefix): add `ip address IPV4ADDR' command.
1276 * interface.c (shutdown_if): add interface shutdown and no
1277 shutdown command.
1278
12791998-08-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1280
1281 * rib.c (rib_add_ipv6): delete rib_add_in6.
1282
12831998-07-27 Kunihiro Ishiguro <kunihiro@zebra.org>
1284
1285 * main.c: retain flag is added.
1286
12871998-07-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1288
1289 * rtable.[ch]: merged with rib.[ch]
1290
12911998-07-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1292
1293 * connected.h: renamed from ifa.h.
1294
12951998-06-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1296
1297 * rename if.c to interface.c
1298 * rename ifa.c to connected.c
1299
1300 * Porting to Debian GNU/Linux 2.0 (hamm).
1301
13021998-06-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1303
1304 * rt_netlink.c: renamed from krt_netlink.c
1305
1306 * fib.c: deleted.
1307 * rt_kvm.c: deleted.
1308 * rtread_getmsg.c: deleted.
1309
13101998-06-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1311
1312 * if.c (multicast): add multicast flag [un]set fucntion.
1313
13141998-05-19 Yamshita TAKAO <jargon@lares.dti.ne.jp>
1315
1316 * rt_socket.c: Modify for compile on Solaris, but dont't work it.
1317 rt_socket.c have some undefined function, so add directive "IMPLEMENT"
1318
13191998-05-18 Yamshita TAKAO <jargon@lares.dti.ne.jp>
1320
1321 * zebra.c: Modify for compile on Solaris.
1322
13231998-05-03 Kunihiro Ishiguro <kunihiro@zebra.org>
1324
1325 * main.c: change CONFDIR to SYSCONFDIR.
1326
13271998-05-01 Kunihiro Ishiguro <kunihiro@zebra.org>
1328
1329 * .cvsignore: added.
1330
13311998-04-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1332
1333 * client.c: moves to ../lib.
1334
13351998-03-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1336
1337 * if_ioctl.c (if_get_addr): Change address copy from memcopy() to
1338 structure assignment.
1339
13401998-03-30 URA Hiroshi <ura@yamato.ibm.co.jp>
1341
1342 * if_sysctl.c (ifm_interface_add): sdl->sdl_data copy bug fixed.
1343
13441998-02-23 "Hannes R. Boehm" <hannes@boehm.org>
1345
1346 * if.c (if_init): add config_exit_cmd and config_help_cmd.
1347
13481998-01-24 Kunihiro Ishiguro <kunihiro@zebra.org>
1349
1350 * rt_ioctl.c (route_ioctl): EPERM treatment added.
1351
13521998-01-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1353
1354 * rt_socket.c (kernel_read): communication port zebra between
1355 kernel is now handled by kernel_read.
1356
13571998-01-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1358
1359 * main.c (main): zebra [-P port] can specify vty port number.
1360
13611997-12-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1362
1363 * zebra.c: change select will be block.
1364
13651997-12-04 Kunihiro Ishiguro <kunihiro@zebra.org>
1366
1367 * add static route treatment.
1368
13691997-11-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1370
1371 * rt_netlink.c: add netlink support over GNU/Linux system.
1372
13731997-11-23 Kunihiro Ishiguro <kunihiro@zebra.org>
1374
1375 * all inet_addr is changed to inet_aton.
1376
1377 * zebra.c (ip_route): add ip route command for static routes.
1378
13791997-11-20 Kunihiro Ishiguro <kunihiro@zebra.org>
1380
1381 * if.c (if_flag_dump): Linux port of if_flag_dump and _vty.
1382
13831997-11-19 Kunihiro Ishiguro <kunihiro@zebra.org>
1384
1385 * if.c: add interface command.
1386
13871997-11-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1388
1389 * ipforward_proc.c : Now works on Linux.
1390
13911997-10-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1392
1393 * command.c : add completion feature.
1394
13951997-10-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1396
1397 * vty.c (vty_command): add vty interface.
1398
13991997-10-13 Kunihiro Ishiguro <kunihiro@zebra.org>
1400
1401 * zebra.c: add verbose mode.
1402
14031997-10-12 SonMyong Ho <s-ho@Matrix.IRI.Co.Jp>
1404
1405 * Hydrangea for FreeBSD supported
1406 * in.h: add some prototype.
1407
14081997-10-11 Kunihiro Ishiguro <kunihiro@zebra.org>
1409
1410 * rt_socket.c and rtread.c completely rewritten.
1411
14121997-10-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1413
1414 * rt_socket.c: rename kernel_sock to routing_socket
1415
14161997-10-04 Kunihiro Ishiguro <kunihiro@zebra.org>
1417
1418 * if.c (if_new): interface structure change from linklist to vector.
1419
14201997-10-03 Kunihiro Ishiguro <kunihiro@zebra.org>
1421
1422 * vector.c (vector_init): create vector related function
1423
14241997-09-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1425
1426 * Makefile.in: add tags target
1427
1428 * start IPv6 support for INRIA FreeBSD.
1429