blob: 9dd031cbec50d019623c8f8a4f0adb18e80ae968 [file] [log] [blame]
gdta5ea6872004-08-26 13:24:00 +000012004-08-26 Miles Nordin <carton@Ivy.NET>
2
3 * ipforward_sysctl.c (mib_ipv6): Use size_t for len, per
4 sysctl(3), rather than int. (Needed on NetBSD/alpha to display
5 forwarding status correctly.)
6
paul3e0b3a52004-08-23 18:58:32 +000072004-08-23 Paul Jakma <paul@dishone.st>
8
9 * zserv.c: (zebra_init) remove implicit ip forward enabling
10
paul0de1cde2004-08-19 04:45:33 +0000112004-08-19 Paul Jakma <paul@dishone.st>
12
13 * irdp_main.c: update to match sockopt renames.
14 * irdp_packet.c: include sockopt.h and update to match sockopt
15 renames.
16
gdt57492d52004-08-11 18:06:38 +0000172004-08-11 Greg Troxel <gdt@fnord.ir.bbn.com>
18
19 * rtadv.c (rtadv_send_packet): Allocate space for control messages
20 more carefully; it was wrong on NetBSD/sparc where CMSG alignment
21 is to 8 bytes instead of 4, and overwriting the address. Use the
22 provided macros for determining lengths.
23
paul5b73a672004-07-23 15:26:14 +0000242004-07-23 Sowmini Varadhan <Sowmini.Varadhan@Sun.COM>
25
26 * if_ioctl_solaris.c: HAVE_IPV6 ifdef fixups
27 * zserv.c: ditto
28 * ioctl_solaris.c: ditto.
29 * interface.c: cast for LLADDR
30 * interface.h: Add guards, include redistribute.h and remove
31 extraneous definitions of zebra_interface_{up,down}_update
32 * ioctl.h: Add AF_IOCTL define for non SOLARIS_IPV6
33 * redistribute.h: include dependent header, zserv.h
34 * zserv.h: include dependent header, rib.h
35
paul1470baf2004-07-23 15:25:01 +0000362004-07-23 Paul Jakma <paul@dishone.st>
37
38 * irdp_main.c: use setsockopt_pktinfo_ipv4
39 * irdp_packet.c: use SOPT_SIZE_CMSG_PKTINFO_IPV4 and
40 getsockopt_pktinfo_ifindex()
41
gdtcced60d2004-07-13 16:45:54 +0000422004-07-13 David Wiggins <dwiggins@bbn.com
43
44 * kernel_socket.c (rtm_flag_dump): terminate buffer with '\0', not '0'.
45
hasso25dac852004-07-13 03:06:51 +0000462004-07-13 Hasso Tepper <hasso@estpak.ee>
47
48 * irdp_main.c: Add privilege change.
49
hasso996933f2004-07-12 16:32:56 +0000502004-07-12 Hasso Tepper <hasso@estpak.ee>
51
52 * irdp_interface.c: follow common style while naming vty command
53 functions. Avoids confusion in extract.pl.
54
gdt87efd642004-06-30 17:36:11 +0000552004-06-30 Greg Troxel <gdt@poblano.ir.bbn.com>
56
57 * main.c: define thread_master variable so that linking with
58 libzebra.so doesn't fail. Arguably zclient.o should be in a
59 separate library, but this is far less disruptive.
60
hassoca776982004-06-12 14:33:05 +0000612004-06-12 Robert Olsson <Robert.Olsson at data.slu.se>
62
63 * Added IRDP support.
64
hasso3e31cde2004-05-18 11:58:59 +0000652004-05-18 Hasso Tepper <hasso@estpak.ee>
66
67 * rtadv.c: Removed "[no] ipv6 nd send-ra" command. Replaced "ipv6 nd
68 prefix-advertisement" with "ipv6 nd prefix". Rewrite syntax of
69 "ipv6 nd prefix" command to allow various combinations of parameters
70 and flags. No defaults in configuration. Replaced on-link and
71 autoconfig with off-link and no-autoconfig flags in command syntax.
72 Cosmetic fixes in all commands. Documentation to reflect all changes.
73
paul19877dd2004-05-11 10:49:35 +0000742004-05-11 Paul Jakma <paul@dishone.st>
75
76 * Makefile.am: support for IOCTL_METHOD, as per Sowmini's patch.
paul48a46fa2004-05-11 10:55:22 +000077 * if_ioctl_solaris.c: Fixup some erroneous privilege changes and
78 add privs.h header.
79 * ioctl_solaris.c: ditto
paulc50ae8b2004-05-11 11:31:07 +000080 * ioctl.h: Add if_ioctl_ipv6 prototype and AF_IOCTL for SOLARIS_IPV6
81 * kernel_socket.c: Fix SAROUNDUP, compiler doesnt like do..while
82 RHS in assignments :)
83 * redistribute.c: (zebra_interface_delete_update) only used
84 if RTM_IFANNOUNCE and NETLINK is available.
85
paulb9df2d22004-05-09 09:09:59 +0000862004-05-09 Paul Jakma <paul@dishone.st>
87
88 * zserv.c: (zsend_route_multipath) Set the nexthop_num
89 field correctly. Add NEXTHOP_TYPE_IPV6_IFNAME for v6.
90 Conditionally set ZAPI_MESSAGE_METRIC flag - only for adds.
91 (zsend_ipv4_add) cruft, deleted.
92 (zsend_ipv4_delete) ditto.
93 (zsend_ipv6_add) ditto.
94 (zsend_ipv6_delete) ditto.
paul44145db2004-05-09 11:00:23 +000095 * ioctl.c: (if_get_mtu) set mtu6 to mtu
96 * mtu_kvm.c: (if_kvm_get_mtu) set mtu6 to mtu
97 * rt_netlink.c: (netlink_interface) set mtu6 to mtu
98 (netlink_link_change) ditto
paul66e94882004-05-09 17:19:24 +000099 * ipforward_solaris.c: fix typo of ND variable.
paul88424682004-05-09 18:21:35 +0000100 * if_ioctl_solaris.c: Add zprivs support.
101 * ioctl_solaris.c: ditto.
paul66e94882004-05-09 17:19:24 +0000102
paulb9df2d22004-05-09 09:09:59 +00001032004-05-09 Sowmini Varadhan <sowmini.varadhan@sun.com>
104
105 * zserv.c: (zsend_ipv{4,6}_{add,delete}_multipath) collapsed
106 into single zsend_route_multipath function.
107 (zsend_interface_{up,down}) collapsed into zsend_interface_update.
108 (zsend_interface_address_{add,delete}) collapsed into
109 zsend_interface_address.
110 (zsend_interface_add) send mtu6.
111 (zsend_interface_delete) ditto.
112 (zebra_write) remove unused function.
113 (various) Apply static qualifier. Add comments.
114 * zserv.h: Definitions changed as per above.
115 * redistribute.c: Changes as per zserv.c.
paul44145db2004-05-09 11:00:23 +0000116 * interface.c: (if_delete_update) only used with HAVE_NETLINK
117 and RTM_IFANNOUNCE.
118 (if_flag_dump_vty) Solaris IFF_IPV4 and IFF_IPV6 if flags
119 (if_dump_vty) print mtu6 if not same as mtu
paul88424682004-05-09 18:21:35 +0000120 * if_ioctl_solaris.c: New file, Solaris interface ioctl methods.
121 * ioctl_solaris.c: New file, Common solaris ioctl methods.
122
hasso34195bf2004-04-06 12:07:06 +00001232004-04-06 Krzysztof Oledzki <oleq@ans.pl>
124
125 * rt_netlink.c: Do not ignore metric when reading kernel routing
126 table on Linux with rt_netlink interface.
127
1282004-03-18 Hasso Tepper <hasso@estpak.ee>
hassof1d92e12004-03-18 15:40:33 +0000129
130 * interface.c: Temporary fix for handling secondary addresses
131 with label.
132
hasso55906722004-02-11 22:42:16 +00001332004-02-12 Hasso Tepper <hasso@estpak.ee>
hassof1d92e12004-03-18 15:40:33 +0000134
hasso55906722004-02-11 22:42:16 +0000135 * zserv.c: Added "ipv6 forwarding" command.
136
gdtb27900b2004-01-08 15:44:29 +00001372004-01-08 Greg Troxel <gdt@fnord.ir.bbn.com>
138
139 * kernel_socket.c (kernel_read): Use sockaddr_storage in buffer
140 for reading kernel messages to ensure enough space (necessary on
141 Solaris due to sockaddr_dl being large). Thanks to Sowmini
142 Varadhan for help with this change.
143
gdt9ccabd12004-01-06 18:23:02 +00001442004-01-06 Greg Troxel <gdt@t1.ir.bbn.com>
145
146 * rtadv.c (rtadv_send_packet): Change perror to zlog_err.
147
gdtdbee01f2004-01-06 00:36:51 +00001482004-01-05 Greg Troxel <gdt@fnord.ir.bbn.com>
gdt4bfbea82004-01-06 01:13:05 +0000149 * kernel_socket.c (ifm_read): Major cleanup. Use Sowmini's code
150 to find the sockaddr_dl in all cases, narrowing the Solaris ifdef
151 to just the accomodation of broken kernels. Check sockaddr_dl
152 carefully up front, and later assume any non-NULL sdl pointer is
153 valid. Clean up types and variable declarations, and rename
154 WRAPUP to SAROUNDUP to make the name fit the behavior.
155
1562004-01-05 Greg Troxel <gdt@fnord.ir.bbn.com>
gdtdbee01f2004-01-06 00:36:51 +0000157
158 * kernel_socket.c (kernel_read): Add a sockaddr_dl to the ifmsg
159 structure, because on Solaris sockaddr_dl is far larger than the
160 base sockaddr structure. (The code had previously been failing to
161 read all the data.)
gdt4bfbea82004-01-06 01:13:05 +0000162
gdtda26e3b2004-01-05 17:20:59 +00001632004-01-05 Greg Troxel <gdt@ahi.ir.bbn.com>
164
165 * kernel_socket.c (kernel_read): Look up interfaces by index
166 first, so that state changes which do not include a sockaddr_dl
167 now work. Add many sanity checks. In
168 particular, do not assume that a sockaddr_dl follows a message
169 without checking the ifm_addrs flags, and do not trust the length
170 in a sockaddr_dl. Add/clarify many comments.
171
gdt4b5e1352003-12-03 17:54:34 +00001722003-12-03 Greg Troxel <gdt@poblano.ir.bbn.com>
173
174 * rtadv.c: reorder includes to avoid compiler warning (define
175 structs before using them in prototypes)
176
hasso647e4f12003-05-25 11:43:52 +00001772003-05-25 Jim Crumpler <Jim.Crumpler@edion.com>
178
179 * zserv.c: Add "ip forwarding" command.
180
paul445f1432003-05-16 19:00:31 +00001812003-05-16 Gilad Arnold <gilad.arnold@terayon.com>
182
183 * zebra_rib.c: Fix memory leaks for ifname nexthops
184
1852003-04-19 Israel Keys <ikeys@agile.tv>
186
187 * rt_netlink.c: BLOCK on netlink while initialising
188
1892003-02-06 Francois Deppierraz <francois@ctrlaltdel.ch>
190
191 * rt_netlink.c (netlink_route_multipath): Set RTM_F_EQUALIZE when
192 it exists.
193
paul718e3742002-12-13 20:15:29 +00001942002-09-28 Akihiro Mizutani <mizutani@net-chef.net>
195
196 * zebra_rib.c (static_add_ipv4): Null0 static route is added.
197
1982002-09-10 Jochen Friedrich <chris+zebra@scram.de>
199
200 * rt_netlink.c: Add check for EAGAIN.
201 * kernel_socket.c: Likewise
202
2032002-06-12 Israel Keys <ikeys@oz.agile.tv>
204
205 * rt_netlink.c: Setting the NLM_F_ACK flag on the netlink command
206 message so that we get an ACK for successful netlink commands.
207 Change the netlink socket to BLOCKING while we wait for a
208 response; be it an ACK or an NLMSG_ERROR. Change
209 netlink_parse_info to deal with ACK messages.
210
2112001-11-01 Jun-ichiro itojun Hagino <itojun@iijlab.net>
212
213 * rtadv.c (rtadv_make_socket): setsockopt(IPV6_CHECKSUM) does not
214 work for ICMPv6 socket.
215
2162001-10-24 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
217
218 * rib.c (rib_process): Select connected route any case.
219
2202001-10-23 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
221
222 * interface.c (no_ip_address_secondary): Add "no" to command.
223
2242001-10-18 NOGUCHI Kay <kay@v6.access.co.jp>
225
226 * ioctl.c (if_prefix_add_ipv6): Set the prefered and valid lifetime
227 to infinity as the freebsd4.4 workaroud.
228
2292001-08-26 mihail.balikov@interbgc.com
230
231 * zebra_snmp.c: Fix snmpwalk problem such as IPv4 address
232 A.B.C.255.
233
2342001-08-22 NOGUCHI Kay <kay@v6.access.co.jp>
235
236 * rtadv.c: Do not send RA to loopback interface.
237
2382001-08-20 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
239
240 * ioctl.c (if_set_prefix): Remove Linux 2.0 specific connected
241 route treatment.
242
2432001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
244
245 * zebra-0.92a released.
246
2472001-08-17 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
248
249 * rib.c: Kernel route is treated as EGP routes in nexthop active
250 check.
251
2522001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
253
254 * zebra-0.92 released.
255
2562001-08-08 "Akihiro Mizutani" <mizutani@dml.com>
257
258 * rib.c (show_ip_route_prefix_longer): Add longer-prefix option to
259 show route commands.
260
2612001-07-29 Yon Uriarte <havanna_moon@gmx.net>
262
263 * zserv.c (zsend_ipv4_add_multipath): Add
264 NEXTHOP_TYPE_IPV4_IFINDEX check.
265
2662001-07-29 NOGUCHI Kay <kay@v6.access.co.jp>
267
268 * rtadv.c: Apply valid lifetime, preferred lifetime, onilnk flag,
269 autonomous address-configuration flag patch.
270 (no_ipv6_nd_suppress_ra): Change "ipv6 nd send-ra" to "no ipv6 nd
271 suppress-ra".
272
2732001-07-24 NOGUCHI Kay <kay@v6.access.co.jp>
274
275 * rtadv.c (ipv6_nd_ra_interval): Add "ipv6 nd ra-interval SECONDS"
276 command.
277
2782001-07-24 Jun-ichiro itojun Hagino <itojun@iijlab.net>
279
280 * rt_socket.c (kernel_rtm_ipv4): Add KAME/NetBSD151 equal cost
281 multicast FIB support both IPv4 and IPv6.
282
2832001-07-24 Hal Snyder <hal@vailsys.com>
284
285 * if_ioctl.c (interface_list_ioctl): Fix bug of failing to get the
286 full list of interfaces on some configurations of OpenBSD.
287
2882001-07-23 NOGUCHI Kay <kay@v6.access.co.jp>
289
290 * rtadv.c (ipv6_nd_send_ra): Apply [zebra 9320] to fix "ipv6 nd
291 send-ra" bug.
292 (ipv6_nd_ra_lifetime): "ipv6 nd ra-lifetime 0" for default router
293 availability.
294 (ipv6_nd_managed_config_flag): "ipv6 nd managed-config-flag" is
295 added.
296 (ipv6_nd_other_config_flag): "ipv6 nd other-config-flag" is added.
297
2982001-07-23 Jun-ichiro itojun Hagino <itojun@iijlab.net>
299
300 * ioctl.c (if_ioctl): Change ioctl argument from int to u_long.
301
302 * rt_ioctl.c: Likewise.
303
3042001-07-23 Jun-ichiro itojun Hagino <itojun@iijlab.net>
305
306 * kernel_socket.c (rtm_write): Only set RTF_CLONING when the
307 interface is not p2p.
308
3092001-04-23 Kunihiro Ishiguro <kunihiro@zebra.org>
310
311 * ioctl.c (if_prefix_add_ipv6): Fix argument type.
312
3132001-04-06 Toshiaki Takada <takada@zebra.org>
314
315 * zserv.c (zsend_interface_delete): Use client->obuf instead of
316 allocating new stream.
317
3182001-03-10 Kunihiro Ishiguro <kunihiro@zebra.org>
319
320 * rt_netlink.c: Revert RTPROT_BOOT change.
321
3222001-03-08 Kunihiro Ishiguro <kunihiro@zebra.org>
323
324 * rt_netlink.c (netlink_route_change): Skip RTPROT_BOOT route.
325 (netlink_routing_table): Likewise.
326
3272001-03-07 "Akihiro Mizutani" <mizutani@dml.com>
328
329 * zserv.c (zsend_ipv4_add_multipath): Send metric value to
330 protocol daemons.
331
3322001-02-18 Kunihiro Ishiguro <kunihiro@zebra.org>
333
334 * rt_netlink.c (netlink_routing_table): Do not return
335 tb[RTA_GATEWAY] is NULL. Reported by: "Michael O'Keefe"
336 <mokeefe@qualcomm.com>.
337
3382001-02-08 Kunihiro Ishiguro <kunihiro@zebra.org>
339
340 * if_ioctl.c (interface_list_ioctl): Call if_add_update().
341 Suggested by: Chris Dunlop <chris@onthe.net.au>.
342
3432001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
344
345 * rib.c (nexthop_active_ipv4): When nexthop type is
346 NEXTHOP_TYPE_IPV4_IFINDEX, propery set the ifindex to rifindex.
347
348 * zserv.c: Initialize rtm_table_default with 0.
349
350 * zebra-0.91 is released.
351
3522001-01-31 Kunihiro Ishiguro <kunihiro@zebra.org>
353
354 * kernel_socket.c (rtm_read): Filter cloned route. Suggested by:
355 Jun-ichiro itojun Hagino <itojun@iijlab.net>
356
3572001-01-30 Kunihiro Ishiguro <kunihiro@zebra.org>
358
359 * connected.c (connected_up_ipv6): When point-to-point destination
360 address is ::, use local address for connected network.
361 (connected_down_ipv6): Likewise.
362
3632001-01-25 Kunihiro Ishiguro <kunihiro@zebra.org>
364
365 * zserv.c (zebra_serv): Add missing close() call. Reported by:
366 David Waitzman <djw@vineyard.net>.
367
3682001-01-24 Kunihiro Ishiguro <kunihiro@zebra.org>
369
370 * rib.c (rib_lookup_ipv4): New function for checking exact match
371 IGP route.
372
3732001-01-23 Kunihiro Ishiguro <kunihiro@zebra.org>
374
375 * rib.c (show_ipv6_route_protocol): Fix bug of "show ip route
376 route-type".
377
3782001-01-22 Kunihiro Ishiguro <kunihiro@zebra.org>
379
380 * interface.c (zebra_interface): Do not call
381 zebra_interface_add_update for inactive interface.
382
383 * zserv.c (zsend_interface_address_add): Send interface address
384 flag.
385 (zsend_interface_address_delete): Likewise.
386
3872001-01-19 Kunihiro Ishiguro <kunihiro@zebra.org>
388
389 * interface.c (if_addr_add): Add flags.
390
391 * connected.c (ifa_add_ipv4): Add new function for interface
392 address handling.
393 (ifa_delete_ipv4): Likewise.
394
3952001-01-16 Kunihiro Ishiguro <kunihiro@zebra.org>
396
397 * rib.c (rib_update): Update IPv6 RIB.
398
399 * kernel_socket.c (ifam_read): Call if_refresh() for update
400 interface flag status. This is for implicit interface up on *BSD.
401
402 * interface.c (if_refresh): Add interface flag refresh function.
403
404 * kernel_socket.c (rtm_read): Fetch link-local address interface
405 index.
406 (ifan_read): We need to fetch interface information. Suggested
407 by: Yasuhiro Ohara <yasu@sfc.wide.ad.jp>.
408
409 * rib.c (static_ipv6_nexthop_same): Add check for
410 NEXTHOP_TYPE_IPV6_IFNAME.
411
4122001-01-15 Kunihiro Ishiguro <kunihiro@zebra.org>
413
414 * rib.h (NEW_RIB): Turn on NEW_RIB flag. IPv6 new RIB code are
415 taken into place.
416
4172001-01-14 Kunihiro Ishiguro <kunihiro@zebra.org>
418
419 * rib.c (static_ipv6_write): Display STATIC_IPV6_GATEWAY_IFNAME
420 configuration.
421 (rib_delete_ipv6): Handle same route conter for IPv6 connected
422 route.
423 (show_ipv6_route_protocol): New command.
424 (show_ipv6_route_addr): Likewise.
425 (show_ipv6_route_prefix): Likewise.
426 (rib_update): Sweep kernel route when it is cleaned up.
427
428 * rt_socket.c (kernel_add_ipv6): Add NEXTHOP_IPV6_IFNAME
429 treatmenet.
430
431 * rt_netlink.c (kernel_init): Likewise.
432
433 * rt_ioctl.c (kernel_ioctl_ipv6_multipath): Likewise.
434
435 * rib.c (rib_add_ipv4): Cope with same connected route on a
436 interface. Suggested by: Matthew Grant <grantma@anathoth.gen.nz>.
437 (nexthop_ipv6_ifname_add): Add NEXTHOP_IPV6_IFNAME treatmenet.
438
439 * rib.h (struct new_rib): Add refcnt to keep track on the
440 reference of same connected route.
441
442 * ioctl.c (if_set_prefix): Add check for GNU_LINUX.
443
4442001-01-13 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
445
446 * kernel_socket.c (ifan_read, rtm_type_str): Add RTM_OIFINFO check.
447 (rtm_type_str): Add RTM_IFANNOUNCE check.
448 (ifan_read): New function.
449 (kernel_read): Add case for RTM_IFANNOUNCE.
450
4512001-01-13 Kunihiro Ishiguro <kunihiro@zebra.org>
452
453 * rt_ioctl.c (kernel_ioctl_ipv6_multipath): New function.
454
455 * rt_netlink.c (netlink_route_multipath): IPv6 address ifindex
456 treatment.
457
458 * connected.c (connected_up_ipv6): Add dest value check.
459
460 * rib.c (nexthop_active_ipv6): Do not touch IPv6 nexthop's
461 ifindex.
462 (rib_add_ipv4): Import rib_add_ipv6() same route check code.
463 (nexthop_active_check): NEXTHOP_TYPE_IPV6_IFINDEX activity is only
464 checked by ifindex.
465
466 * rt_socket.c (kernel_rtm_ipv6_multipath): New function.
467
468 * redistribute.c (redistribute_add): Use
469 zsend_ipv6_add_multipath().
470 (redistribute_delete_multipath): Use
471 zsend_ipv6_delete_multipath().
472
473 * interface.c (ip_address): Check current IP address to avoid
474 duplicate.
475
476 * rib.c (rib_delete_ipv4): When deleted route is connected route,
477 check ifindex.
478 (rib_add_ipv4): When connected route is added do not perform
479 implicit withdraw.
480 (rib_delete_ipv4): Check ifindex for connected route.
481
482 * kernel_socket.c (rtm_read): When route has RTF_STATIC, set
483 ZEBRA_FLAG_STATIC for indicate as persistent route.
484 (ifam_read): Unset interface index from link-local address when
485 IPv6 stack is KAME.
486
487 * rib.c (rib_update): Do not delete persistent kernel route.
488
489 * rib.h (struct new_rib): Integrate RIB_FLAG_* to ZEBRA_FLAG_*.
490
491 * rt_socket.c (kernel_add_ipv6_multipath): Add placeholder.
492 (kernel_delete_ipv6_multipath): Likewise.
493
494 * rt_netlink.c (netlink_talk): Give struct nlsock to netlink_talk.
495
4962001-01-12 Kunihiro Ishiguro <kunihiro@zebra.org>
497
498 * rib.c (rib_update): Revert Matthew Grant's patch
499 zebra_cvs_newribfix.patch. Use struct rib->ifindex for kernel
500 interface index. Introduce NEXTHOP_TYPE_IPV4_IFINDEX to support
501 that. Add support for address deletion situation.
502
5032001-01-11 Kunihiro Ishiguro <kunihiro@zebra.org>
504
505 * interface.c: Remove HAVE_IF_PSEUDO part.
506
507 * rib.h: Likewise.
508
509 * rt_netlink.c (netlink_link_change): Likewise.
510
5112001-01-10 Kunihiro Ishiguro <kunihiro@zebra.org>
512
513 * zserv.c: Remove OLD_RIB codes.
514
5152001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
516
517 * zebra-0.90 is released.
518
5192001-01-09 Matthew Grant <grantma@anathoth.gen.nz>
520
521 * interface.c (if_new_intern_ifindex): Allocate a new internal
522 interface index.
523 (if_addr_refresh): Fix up ip addresses configured via zebra.
524 (if_add_update): Handle an interface addition.
525 (if_delete_update): Handle an interface delete event.
526
527 * rib.c (nexthop_ipv4_add): Add kernel route deletion process when
528 interface goes down.
529
5302001-01-08 Kunihiro Ishiguro <kunihiro@zebra.org>
531
532 * interface.c (if_dump_vty): When HAVE_NET_RT_IFLIST is defined,
533 NetBSD also use this function. Suggested by Jasper Wallace
534 <jasper@ivision.co.uk>.
535
5362001-01-07 Kunihiro Ishiguro <kunihiro@zebra.org>
537
538 * rib.c (nexthop_active_ipv4): Move back to set methodo to old
539 one.
540
5412001-01-05 Kunihiro Ishiguro <kunihiro@zebra.org>
542
543 * rib.c (rib_add_ipv4): EBGP multihop set ZEBRA_FLAG_INTERNAL
544 flag, so treat it.
545
5462001-01-04 Kunihiro Ishiguro <kunihiro@zebra.org>
547
548 * rt_netlink.c (netlink_talk_ipv6): When IPv6 route message is
549 sent from netlink_cmd, the same message comes from netlink. To
550 avoid confusion, temporary netlink_talk_ipv6 use netlink.sock
551 instead of netlink_cmd.sock.
552
5532001-01-01 Kunihiro Ishiguro <kunihiro@zebra.org>
554
555 * zserv.h (ZEBRA_SERV_PATH): Change "/tmp/zebra" to "/tmp/.zebra".
556 Change "/tmp/zserv" to "/tmp/.zserv".
557
5582000-12-29 Frank van Maarseveen <F.vanMaarseveen@inter.NL.net>
559
560 * rt_netlink.c (struct nlsock): Divide kernel message into listen
561 socket and command socket.
562 (netlink_talk): Remove socket listen code. Use netlink_parse_info
563 for read kernel response.
564
5652000-12-29 Kunihiro Ishiguro <kunihiro@zebra.org>
566
567 * rib.c (vty_show_ip_route): Show uptime of the RIP,OSPF,BGP
568 routes.
569
5702000-12-27 Kunihiro Ishiguro <kunihiro@zebra.org>
571
572 * rt_netlink.c (netlink_route_multipath): Metric value is
573 reflected to kernel routing table.
574
575 * rt_ioctl.c (kernel_ioctl_ipv4_multipath): Likewise.
576
577 * kernel_socket.c (rtm_write): Likewise.
578
579 * rib.c (nexthop_active_ipv4): Only iBGP route perform recursive
580 nexthop lookup.
581
582 * rt_ioctl.c (kernel_ioctl_ipv4_multipath): Add ioctl version of
583 new RIB implementation.
584
5852000-12-26 Kunihiro Ishiguro <kunihiro@zebra.org>
586
587 * rib.h: Remove MULTIPATH_NUM. It is defined by configure script.
588
5892000-12-25 Michael Rozhavsky <mrozhavsky@opticalaccess.com>
590
591 * rib.c (rib_if_up): Call rib_fib_set instead of RIB_FIB_SET for
592 proper redistribution.
593
5942000-12-19 Kunihiro Ishiguro <kunihiro@zebra.org>
595
596 * rib.c (nexthop_active_ipv4): Add self lookup nexthop check.
597 (show_ip_route_protocol): Support new RIB.
598
599 * rt_netlink.c (netlink_route_change): Do not return when gate is
600 NULL.
601
6022000-12-18 Kunihiro Ishiguro <kunihiro@zebra.org>
603
604 * rib.c (rib_lookup_ipv4_nexthop): IBGP nexthop check function is
605 updated.
606 (rib_add_ipv4): Free implicit withdraw route's RIB.
607
6082000-12-15 Kunihiro Ishiguro <kunihiro@zebra.org>
609
610 * rib.c (nexthop_active_ipv4): Check indirect nexthop.
611
612 * redistribute.c (redistribute_add_multipath): Redistribution
613 works with new rib code.
614
6152000-12-14 Kunihiro Ishiguro <kunihiro@zebra.org>
616
617 * rt_netlink.c (netlink_route_multipath): Check useful nexthop
618 number.
619 (netlink_route_multipath): Clear rtnh_flags and rtnh_hops.
620
621 * rib.c (nexthop_active_update): Set flag for the rib's nexthop
622 activity is changed.
623 (nexthop_active_check): Before checking interface is up, make it
624 sure the interface exist.
625
6262000-11-20 Kunihiro Ishiguro <kunihiro@zebra.org>
627
628 * rib.c (ip_route): New RIB prototype.
629
6302000-11-16 Yon Uriarte <ukl2@rz.uni-karlsruhe.de>
631
632 * zserv.c (zsend_interface_add): Send hardware address when
633 hw_addr_len is greater than 0.
634
6352000-11-07 Kunihiro Ishiguro <kunihiro@zebra.org>
636
637 * connected.c (connected_up_ipv4): Fix ptop bug. The destination
638 network should be installed into routing table.
639 (connected_down_ipv4): Likewise.
640 (connected_add_ipv4): Change to use connected_up_ipv4.
641 (connected_delete_ipv4): Likewise.
642
6432000-11-06 Kunihiro Ishiguro <kunihiro@zebra.org>
644
645 * rt_netlink.c (netlink_interface_addr): Revert Harald Welte
646 <laforge@gnumonks.org>'s ptop patch then back to original code to
647 avoid duplicated connected route problem. Suggested by Frank van
648 Maarseveen <F.vanMaarseveen@inter.NL.net>.
649
650 * kernel_socket.c (rtm_read): Make behavior consistent even #ifdef
651 DEBUG is defined. Reported by Jun-ichiro itojun Hagino
652 <itojun@iijlab.net>.
653
6542000-10-23 Jochen Friedrich <jochen@scram.de>
655
656 * main.c (main): Call zebra_snmp_init() when it is enabled.
657
6582000-10-23 Kunihiro Ishiguro <kunihiro@zebra.org>
659
660 * zserv.c (zebra_serv_un): UNIX domain socket server of zebra
661 protocol.
662
6632000-10-19 Kunihiro Ishiguro <kunihiro@zebra.org>
664
665 * rib.c (rib_add_ipv4): Same check bug is fixed.
666
6672000-10-03 Kunihiro Ishiguro <kunihiro@zebra.org>
668
669 * rib.c (rib_if_down): Remove kernel route when the interface goes
670 down.
671
672 * debug.c: New command "debug zebra kernel" is added.
673
6742000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
675
676 * zebra-0.89 is released.
677
6782000-09-24 Harald Welte <laforge@gnumonks.org>
679
680 * rt_netlink.c (netlink_interface_addr): Fix point-to-point address
681 treatment in netlink interface.
682
6832000-09-21 David Lipovkov <dlipovkov@OpticalAccess.com>
684
685 * rib.c (rib_if_down): Pull static route only. Protocol daemon
686 must withdraw routes when interface goes down.
687 (rib_add_ipv4): Check nexthop when replace route.
688
6892000-09-21 Kunihiro Ishiguro <kunihiro@zebra.org>
690
691 * if_ioctl.c (if_getaddrs): New function for looking up
692 interface's address by getifaddrs().
693
6942000-09-10 Kunihiro Ishiguro <kunihiro@zebra.org>
695
696 * connected.c (connected_delete_ipv4): Add check for connected
697 address is found or not.
698 (connected_add_ipv6): Reflect IPv6 connected address change to
699 protocol daemons.
700 (connected_delete_ipv6): Likewise.
701
7022000-09-07 David Lipovkov <davidl@nbase.co.il>
703
704 * rib.c (rib_delete_ipv4): Reverted the change from pseudo
705 interface patch to original. Because ospfd deletes routes using
706 zero ifindex.
707
7082000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
709
710 * zebra-0.88 is released.
711
7122000-08-15 "Akihiro Mizutani" <mizutani@dml.com>
713
714 * rib.c (show_ip_route_protocol): Help string correction.
715 (show_ip_route_prefix): Check prefix mask.
716 (show_ip_route_vty_detail): Display distance and metric.
717
7182000-08-14 Kunihiro Ishiguro <kunihiro@zebra.org>
719
720 * zserv.c (zsend_interface_add): Change ifindex store size from
721 two octet to four.
722 (zsend_interface_delete): Likewise.
723 (zsend_interface_address_add): Likewise.
724 (zsend_interface_address_delete): Likewise.
725 (zsend_interface_up): Likewise.
726 (zsend_interface_down): Likewise.
727
7282000-08-13 Kunihiro Ishiguro <kunihiro@zebra.org>
729
730 * rib.c (rib_add_ipv4): Do not install distance 255 route.
731
7322000-08-10 Toshiaki Takada <takada@zebra.org>
733
734 * interface.c (bandwidth_if), (no_bandwidth_if): Call
735 zebra_interface_up_update () instead of using if_up() and if_down().
736
7372000-08-07 "Akihiro Mizutani" <mizutani@dml.com>
738
739 * interface.c (bandwidth_if): Fix help string.
740
7412000-08-07 Matthew Grant <grantma@anathoth.gen.nz>
742
743 * interface.c (if_dump_vty): Display bandwidth value.
744 (bandwidth_if): New command "bandwidth <1-10000000>" is added.
745 When interface is up, force protocol daemons to recalculate routes
746 due to cost change.
747 (no_bandwidth_if): Likewise.
748 (if_config_write): Output bandwidth configuration.
749
750 * zserv.c (zsend_interface_add): Send bandwidth value.
751 (zsend_interface_up): Likewise.
752 (zsend_interface_down): Likewise.
753
754
7552000-08-07 Michael Rozhavsky <mike@nbase.co.il>
756
757 * rib.c (show_ip_route_protocol): "show ip route
758 (bgp|connected|kernel|ospf|rip|static)" is added.
759
7602000-08-07 Kunihiro Ishiguro <kunihiro@zebra.org>
761
762 * rib.c (rib_lookup_ipv4_nexthop): Check parent node until IGP
763 nexthop is found.
764 (rib_add_ipv4_internal): Set fib ifindex to rib ifindex.
765
7662000-08-06 Kunihiro Ishiguro <kunihiro@zebra.org>
767
768 * redistribute.c (redistribute_delete): Fix bug of default route
769 redistribute treatment.
770
7712000-08-05 Kunihiro Ishiguro <kunihiro@zebra.org>
772
773 * rib.c (rib_init): Install ip_node in rib.c instead of zserv.c.
774 Change default distance value.
775
776 Old New
777 ------------------------------------------
778 system 10 0
779 kernel 20 0
780 connected 30 0
781 static 40 1
782 rip 50 120
783 ripng 50 120
784 ospf 60 110
785 ospf6 49 110
786 bgp 70 200(iBGP) 20(eBGP)
787 ------------------------------------------
788
789 * zserv.c (client_lookup): Function removed.
790 (zsend_interface_add): Use client's output buffer. Check ifinfo
791 flag.
792 (zsend_interface_delete): Likewise.
793 Delete ipv4_static_radix and ipv6_static_radix.
794
7952000-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
796
797 * zserv.h (struct zebra_client): When client request interface
798 information, ifinfo is set.
799
800 * rib.c: Temporary Revert changes for pseudo interface.
801
802 * rib.h: Likewise.
803
804 * zserv.c: Likewise.
805
806 * interface.c: Likewise.
807
8082000-08-02 David Lipovkov <davidl@nbase.co.il>
809
810 * interface.c (zebra_if_init): Install interface "pseudo"
811 commands.
812
813 * rib.c (rib_create): ifname argument is added.
814 (rib_add_ipv4_pseudo): New function is added.
815 (rib_delete_ipv4_pseudo): Likewise.
816
817 * rib.h : Delete INTERFACE_UNKNOWN definition. Add prototype for
818 pseudo interface functions.
819
820 * rt_netlink.c (netlink_link_change): Check for pseudo interface.
821
822 * zserv.c (ip_route): When destination is pseudo interface, call
823 rib_add_ipv4_pseudo().
824
825 * zserv.c (no_ip_route): Trim "unknown" argument.
826
8272000-07-26 kunitake@dti.ad.jp
828
829 * if_ioctl.c (if_get_hwaddr): Fix hardware address length from 8
830 to 6.
831
832 * rtadv.c (rtadv_send_packet): Fix shift bug for hardware address.
833
8342000-07-24 Akihiro Mizutani <mizutani@dml.com>
835
836 * interface.c: Use install_default() for common VTY commands.
837
8382000-07-23 Kunihiro Ishiguro <kunihiro@zebra.org>
839
840 * if_ioctl.c (interface_list_ioctl): A interface list size is
841 calculated from ifreq->if_addr.sa_len. This is for OpenBSD.
842
843 * ioctl.c (if_get_mtu): Remove codes for SIOCGIFDATA.
844
8452000-07-09 Chris Dunlop <chris@onthe.net.au>
846
847 * if_ioctl.c (if_get_index): Add check for HAVE_BROKEN_ALIASES.
848
8492000-07-04 Kunihiro Ishiguro <kunihiro@zebra.org>
850
851 * zserv.c (zebra_client_read): Add ZEBRA_REDISTRIBUTE_{ADD,DELETE}
852 message handling.
853
8542000-07-02 David Lipovkov <davidl@nbase.co.il>
855
856 * zserv.c: "ip route A.B.C.D/M unknown" command is added.
857
8582000-06-28 Michael Rozhavsky <mike@nbase.co.il>
859
860 * rib.c: Remove old kernel route when new route comes in.
861
8622000-06-13 David Lipovkov <davidl@nbase.co.il>
863
864 * rib.c (rib_if_up): Add check for unknown interface.
865
8662000-06-13 Kunihiro Ishiguro <kunihiro@zebra.org>
867
868 * rib.h: Define INTERFACE_UNKNOWN.
869
8702000-06-08 Kunihiro Ishiguro <kunihiro@zebra.org>
871
872 * Makefile.am (EXTRA_DIST): Move irdp.c until implementation is
873 finished.
874
8752000-06-05 David Lipovkov <davidl@nbase.co.il>
876
877 * interface.c (if_zebra_delete_hook): Call rib_if_delete().
878
879 * redistribute.c (zebra_interface_delete_update): New function.
880
881 * redistribute.h (zebra_interface_delete_update): New function
882 prototype.
883
884 * rib.c (rib_if_delete): New function. Walk down all routes and
885 delete all on the interface.
886
887 * rib.h: New function prototype.
888
889 * rt_netlink.c (netlink_link_change): Call
890 zebra_interface_delete_update ().
891
8922000-05-10 Kunihiro Ishiguro <kunihiro@zebra.org>
893
894 * if_ioctl.c (interface_info_ioctl): Check interface's flag before
895 checking interface's address.
896
8972000-04-26 Jochen Friedrich <jochen@nwe.de>
898
899 * GNOME-PRODUCT-ZEBRA-MIB: New file.
900
901 * GNOME-SMI: New file.
902
9032000-04-23 Kunihiro Ishiguro <kunihiro@zebra.org>
904
905 * irdp.c: New file from 1997 development code.
906 * irdp.h: Likewise.
907
9082000-04-19 Kunihiro Ishiguro <kunihiro@zebra.org>
909
910 * rtadv.c (rtadv_send_packet): Enclose router advertisement
911 logging with IS_ZEBRA_DEBUG_PACKET.
912
9132000-04-17 Kunihiro Ishiguro <kunihiro@zebra.org>
914
915 * zserv.c (zebra_client_close): Remove client structure from
916 client_list when connection is terminated.
917
9182000-03-21 David Lipovkov <davidl@nbase.co.il>
919
920 * connected.c (connected_add_ipv4): Allows all necessary structure
921 updates for connected route, but doesn't insert it into rib if
922 it's interface is down.
923
9242000-01-21 Hideto Yamakawa <hideto.yamakawa@soliton.co.jp>
925
926 * rtread_getmsg.c: Set some definition for Solaris 2.5 and Solaris
927 2.5.1.
928
9292000-01-21 Kunihiro Ishiguro <kunihiro@zebra.org>
930
931 * rib.c (no_ipv6_route_ifname): Fix buf of cheking return value
932 from str2prefix_ipv6().
933
9342000-01-14 Kunihiro Ishiguro <kunihiro@zebra.org>
935
936 * rt_socket.c: Revert to use RTF_HOST for IPv4 with /32 route and
937 IPv6 with /128 routes.
938 (kernel_rtm_ipv4): In case of /32 route's gateway is interface. It
939 should have mask for cloning.
940
9411999-12-26 Jochen.Friedrich@genorz.de
942
943 * interface.c (if_dump_vty): Fix a bug of missing VTY_NEWLINE.
944
9451999-12-23 Alex Zinin <zinin@amt.ru>
946 * interface.*: dynamic int up/down support
947
9481999-12-09 Kunihiro Ishiguro <kunihiro@zebra.org>
949
950 * ipforward_proc.c (dropline): Move dropline() from lib/dropline.c
951
952 * rtread_proc.c (proc_route_read): Don't use dropline().
953
9541999-12-08 Kunihiro Ishiguro <kunihiro@zebra.org>
955
956 * kernel_socket.c (rtm_read): When message is RTM_GET, it has own
957 process's pid.
958
9591999-12-04 Kunihiro Ishiguro <kunihiro@zebra.org>
960
961 * main.c (main): Change to default log output to ZLOG_STDOUT.
962
963 * zserv.c (zebra_serv): More detailed error print.
964
9651999-11-30 Kunihiro Ishiguro <kunihiro@zebra.org>
966
967 * kernel_socket.c (rtm_read): Check old pid for static route
968 insertion check.
969
9701999-11-30 Kunihiro Ishiguro <kunihiro@zebra.org>
971
972 * interface.c (if_dump_vty): BSDI/OS uses 64bit for interface
973 statistics counter.
974
975 * mtu_kvm.c: New file added.
976
9771999-11-27 Vladimir B. Grebenschikov <vova@express.ru>
978
979 * kernel_socket.c (rtm_write): Set RTF_CLONING flag for
980 route to the directly connected interface.
981
9821999-11-27 Kunihiro Ishiguro <kunihiro@zebra.org>
983
984 * rt_socket.c: Delete USE_HOST_BIT definition.
985
9861999-11-21 Michael Handler <handler@sub-rosa.com>
987
988 * rtread_getmsg.c: Undef some definition to resolve conflict.
989
9901999-11-27 Kunihiro Ishiguro <kunihiro@zebra.org>
991
992 * kernel_socket.c (rtm_write): Change to use pre stored struct_dl
993 value for gateway specification.
994
9951999-11-25 Kunihiro Ishiguro <kunihiro@zebra.org>
996
997 * rt_socket.c (kernel_rtm_ipv4): Even mask is 32 under IPv4 or
998 128 under IPv6, don't use RTF_HOST.
999
10001999-11-21 Kunihiro Ishiguro <kunihiro@zebra.org>
1001
1002 * Makefile.am (EXTRA_DIST): Add rtread_getmsg.c.
1003
10041999-11-21 Michael Handler <handler@sub-rosa.com>
1005
1006 * rtread_getmsg.c: Added for Solaris 2.6 support.
1007
10081999-11-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1009
1010 * rtread_sysctl.c (rtm_read_route): RTM_DELETE handling added.
1011
1012 * rt_socket.c (kernel_read): Better BSD routing socket support.
1013
10141999-10-19 Kunihiro Ishiguro <kunihiro@zebra.org>
1015
1016 * client_main.c: Disable making obsolete zebra test `client'
1017 command.
1018
10191999-10-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1020
1021 * zebra.c: Renamed to zserv.c.
1022
1023 * zebra.h: Global definitions are moved to lib/zebra.h. Then
1024 renamed to zserv.h.
1025
10261999-10-15 Jordan Mendelson <jordy@wserv.com>
1027
1028 * if_ioctl.c: Add Linux 2.2.X's alias support and dynamic
1029 interface. Remove ugly MAX_INTERFACE handling codes.
1030
10311999-09-17 Satosi KOBAYASI <kobayasi@north.ad.jp>
1032
1033 * Fix serious bug of IPv6 route deletion.
1034
10351999-09-11 Kunihiro Ishiguro <kunihiro@zebra.org>
1036
1037 * ioctl.c (if_set_prefix): Properly set broadcast address.
1038
10391999-09-04 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1040
1041 * rib.c (rib_add_ipv6, rib_delete_ipv6): now protocol daemons
1042 can install connected route to kernel via zebra
1043
10441999-08-24 VOP <vop@unity.net>
1045
1046 * rib.c: Include "sockunion.h"
1047
10481999-08-22 Kunihiro Ishiguro <kunihiro@zebra.org>
1049
1050 * ipforward.h: New file.
1051
1052 * zebra.h: Obsolete message ZEBRA_GET_ALL_INTERFACE,
1053 ZEBRA_GET_ONE_INTERFACE, ZEBRA_GET_HOSTINFO are deleted.
1054
10551999-08-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1056
1057 * zebra.h (ZEBRA_INTERFACE_ADDRESS_ADD):
1058 ZEBRA_INTERFACE_{ADD,DELETE} added.
1059
10601999-08-15 Kunihiro Ishiguro <kunihiro@zebra.org>
1061
1062 * rib.c: show ip route A.B.C.D works.
1063
1064 * zebra.c (zebra_read_ipv4): Add ifindex to zebra messages.
1065
10661999-08-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1067
1068 * zebra.h: New Zebra message ZEBRA_INTERFACE_{ADD,DELETE} added.
1069
10701999-08-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1071
1072 * interface.h: New file.
1073 * Makefile.am: Add interface.h
1074
10751999-08-04 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1076
1077 * redistribute.c (zebra_redistribute): give ifindex to client.
1078
10791999-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1080
1081 * main.c (longopts): -k, --keep_kernel option added.
1082
10831999-07-18 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1084
1085 * rt_socket.c (rtm_write): forgot closing socket bug fixed.
1086
10871999-07-17 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1088
1089 * rib.c (show_ipv6_cmd): if rib is link show interface name.
1090
10911999-07-17 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1092
1093 * rt_socket.c (rtm_write): use sockaddr_dl when null gateway.
1094
10951999-07-16 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1096
1097 * rt_socket.c (rtm_write): ipv6 route table bug fixed.
1098
10991999-07-15 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1100
1101 * zebra.c (zebra_read_ipv6): read link prefix from ospf6 support
1102
11031999-07-15 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1104
1105 * rt_socket.c (kernel_rtm_ipv6): gate treatment bug fixed.
1106
11071999-07-15 Kunihiro Ishiguro <kunihiro@zebra.org>
1108
1109 * if_sysctl.c (ifm_read): Clear sockunion argument before fetching
1110 data. Suggested by "Chris P. Ross" <cross@eng.us.uu.net>
1111
11121999-07-08 HEO SeonMeyong <seirios@Matrix.IRI.Co.Jp>
1113
1114 * interface.c (if_tun_add): Add KAME's gif tunnel setting codes.
1115
11161999-06-26 Kunihiro Ishiguro <kunihiro@zebra.org>
1117
1118 * zebra.c (zebra_serv): Only accept loopback address connection.
1119
11201999-06-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1121
1122 * zebra.h (ZEBRA_ROUTE_EXTERNAL): Add zebra messages flags
1123
11241999-06-17 Kunihiro Ishiguro <kunihiro@zebra.org>
1125
1126 * ipforward_proc.c: ipforward_on () and ipforward_off () added.
1127
11281999-06-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1129
1130 * ipforward_proc.c (ipforward_ipv6): Check for IPv6 forwarding
1131 using /proc file system is added.
1132
11331999-06-06 Kunihiro Ishiguro <kunihiro@zebra.org>
1134
1135 * if_ioctl.c (if_get_index): Interface index set bug is fixed by
1136 adding #else at the middle of function. Suggested by David Luyer
1137 <luyer@ucs.uwa.edu.au>.
1138
11391999-05-29 <kunihiro@zebra.org>
1140
1141 * rt_ioctl.c: Comment out #include <linux/ipv6_route.h>.
1142
11431999-05-26 Kunihiro Ishiguro <kunihiro@zebra.org>
1144
1145 * zebra.h (ZEBRA_ROUTE_MAX): Add new define for the max value of
1146 the sort of routes.
1147
11481999-05-25 Patrick Koppen <koppen@rhrk.uni-kl.de>
1149
1150 * rt_netlink.c (netlink_socket): Make netlink socket non-blocking.
1151 (netlink_parse_info): If errno is EWOULDBLOCK then continue to
1152 parse the message.
1153 (netlink_talk): Likewise
1154
11551999-05-17 <kunihiro@zebra.org>
1156
1157 * redistribute.c (zebra_check_addr): Added for loopback address
1158 check.
1159
11601999-05-15 Kunihiro Ishiguro <kunihiro@zebra.org>
1161
1162 * rt_netlink.c (netlink_route_change): Tempolary bypass ipv6 route
1163 change treatment.
1164
1165 * Makefile.am (noinst_HEADERS): redistribute.h added.
1166
1167 * redistribute.h: New file.
1168
11691999-05-14 Stephen R. van den Berg <srb@cuci.nl>
1170
1171 * zebra.c (show_table): Show all table configuration DEFUN.
1172 (config_table): Config table number DEFUN.
1173
1174 * rt_netlink.c: Add support for multiple routing table.
1175
1176 * rib.c (rib_weed_table): New function added for delete all
1177 routes from specified routing table.
1178
1179 * main.c (signal_init): SIGTERM call sigint.
1180 (sigint): Loggging more better message.
1181
11821999-05-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1183
1184 * rt_netlink.c: Change log () to zlog ().
1185
11861999-05-07 <kunihiro@zebra.org>
1187
1188 * zebra.h (ZEBRA_ROUTE_OSPF6): Added for ospf6d route.
1189
11901999-04-20 Kunihiro Ishiguro <kunihiro@zebra.org>
1191
1192 * interface.c: Add `no ip address' command.
1193
11941999-04-10 Kunihiro Ishiguro <kunihiro@zebra.org>
1195
1196 * rt_netlink.c (kernel_read): Function added for asynchronous
1197 zebra between kernel communication.
1198
11991999-03-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1200
1201 * rtread_sysctl.c (rtm_read): Fix address memcopy overrun bug.
1202 Reported by Achim Patzner <ap@bnc.net>.
1203
12041999-03-03 Kunihiro Ishiguro <kunihiro@zebra.org>
1205
1206 * Makefile.am: Install configuration sample with 600 permission.
1207
12081999-03-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1209
1210 * Makefile.am: Add -I.. to INCLUDES.
1211
12121999-02-18 Peter Galbavy <Peter.Galbavy@knowledge.com>
1213
1214 * syslog support added
1215
12161999-02-17 Peter Galbavy <Peter.Galbavy@knowledge.com>
1217
1218 * if_sysctl.c (interface_list): allocated memory free when unknown
1219 ifm_type is returned.
1220
1221 * ioctl.c (if_get_mtu): added SIOCGIFDATA treatment.
1222
12231998-12-15 Magnus Ahltorp <map@stacken.kth.se>
1224
1225 * interface.c: Header include added.
1226
12271998-12-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1228
1229 * rt.h (kernel_delete_ipv6): change int index to unsigned int index.
1230
12311998-12-13 Kunihiro Ishiguro <kunihiro@zebra.org>
1232
1233 * if_ioctl.c (interface_list_ioctl): interface flag must be
1234 checked before check addresses of the interface.
1235
12361998-12-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1237
1238 * Makefile.am (INCLUDES): add @INCLUDES@ for Linux IPv6.
1239
12401998-10-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1241
1242 * ioctl.c: Linux version before 2.1.0 need interface route setup.
1243
12441998-09-15 HEO SeonMeyong <seirios@matrix.iri.co.jp>
1245
1246 * change HYDRANGEA to KAME
1247
12481998-09-01 Kunihiro Ishiguro <kunihiro@zebra.org>
1249
1250 * if_ioctl.c (if_addr_ioctl): set address family for getting
1251 interface's address.
1252 (if_get_index): silently return when can't get interface's index.
1253
12541998-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
1255
1256 * main.c (main): batch mode option '-b' added.
1257
12581998-08-16 Kunihiro Ishiguro <kunihiro@zebra.org>
1259
1260 * ioctl.c (if_set_prefix): add `ip address IPV4ADDR' command.
1261 * interface.c (shutdown_if): add interface shutdown and no
1262 shutdown command.
1263
12641998-08-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1265
1266 * rib.c (rib_add_ipv6): delete rib_add_in6.
1267
12681998-07-27 Kunihiro Ishiguro <kunihiro@zebra.org>
1269
1270 * main.c: retain flag is added.
1271
12721998-07-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1273
1274 * rtable.[ch]: merged with rib.[ch]
1275
12761998-07-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1277
1278 * connected.h: renamed from ifa.h.
1279
12801998-06-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1281
1282 * rename if.c to interface.c
1283 * rename ifa.c to connected.c
1284
1285 * Porting to Debian GNU/Linux 2.0 (hamm).
1286
12871998-06-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1288
1289 * rt_netlink.c: renamed from krt_netlink.c
1290
1291 * fib.c: deleted.
1292 * rt_kvm.c: deleted.
1293 * rtread_getmsg.c: deleted.
1294
12951998-06-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1296
1297 * if.c (multicast): add multicast flag [un]set fucntion.
1298
12991998-05-19 Yamshita TAKAO <jargon@lares.dti.ne.jp>
1300
1301 * rt_socket.c: Modify for compile on Solaris, but dont't work it.
1302 rt_socket.c have some undefined function, so add directive "IMPLEMENT"
1303
13041998-05-18 Yamshita TAKAO <jargon@lares.dti.ne.jp>
1305
1306 * zebra.c: Modify for compile on Solaris.
1307
13081998-05-03 Kunihiro Ishiguro <kunihiro@zebra.org>
1309
1310 * main.c: change CONFDIR to SYSCONFDIR.
1311
13121998-05-01 Kunihiro Ishiguro <kunihiro@zebra.org>
1313
1314 * .cvsignore: added.
1315
13161998-04-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1317
1318 * client.c: moves to ../lib.
1319
13201998-03-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1321
1322 * if_ioctl.c (if_get_addr): Change address copy from memcopy() to
1323 structure assignment.
1324
13251998-03-30 URA Hiroshi <ura@yamato.ibm.co.jp>
1326
1327 * if_sysctl.c (ifm_interface_add): sdl->sdl_data copy bug fixed.
1328
13291998-02-23 "Hannes R. Boehm" <hannes@boehm.org>
1330
1331 * if.c (if_init): add config_exit_cmd and config_help_cmd.
1332
13331998-01-24 Kunihiro Ishiguro <kunihiro@zebra.org>
1334
1335 * rt_ioctl.c (route_ioctl): EPERM treatment added.
1336
13371998-01-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1338
1339 * rt_socket.c (kernel_read): communication port zebra between
1340 kernel is now handled by kernel_read.
1341
13421998-01-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1343
1344 * main.c (main): zebra [-P port] can specify vty port number.
1345
13461997-12-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1347
1348 * zebra.c: change select will be block.
1349
13501997-12-04 Kunihiro Ishiguro <kunihiro@zebra.org>
1351
1352 * add static route treatment.
1353
13541997-11-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1355
1356 * rt_netlink.c: add netlink support over GNU/Linux system.
1357
13581997-11-23 Kunihiro Ishiguro <kunihiro@zebra.org>
1359
1360 * all inet_addr is changed to inet_aton.
1361
1362 * zebra.c (ip_route): add ip route command for static routes.
1363
13641997-11-20 Kunihiro Ishiguro <kunihiro@zebra.org>
1365
1366 * if.c (if_flag_dump): Linux port of if_flag_dump and _vty.
1367
13681997-11-19 Kunihiro Ishiguro <kunihiro@zebra.org>
1369
1370 * if.c: add interface command.
1371
13721997-11-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1373
1374 * ipforward_proc.c : Now works on Linux.
1375
13761997-10-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1377
1378 * command.c : add completion feature.
1379
13801997-10-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1381
1382 * vty.c (vty_command): add vty interface.
1383
13841997-10-13 Kunihiro Ishiguro <kunihiro@zebra.org>
1385
1386 * zebra.c: add verbose mode.
1387
13881997-10-12 SonMyong Ho <s-ho@Matrix.IRI.Co.Jp>
1389
1390 * Hydrangea for FreeBSD supported
1391 * in.h: add some prototype.
1392
13931997-10-11 Kunihiro Ishiguro <kunihiro@zebra.org>
1394
1395 * rt_socket.c and rtread.c completely rewritten.
1396
13971997-10-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1398
1399 * rt_socket.c: rename kernel_sock to routing_socket
1400
14011997-10-04 Kunihiro Ishiguro <kunihiro@zebra.org>
1402
1403 * if.c (if_new): interface structure change from linklist to vector.
1404
14051997-10-03 Kunihiro Ishiguro <kunihiro@zebra.org>
1406
1407 * vector.c (vector_init): create vector related function
1408
14091997-09-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1410
1411 * Makefile.in: add tags target
1412
1413 * start IPv6 support for INRIA FreeBSD.
1414