blob: da3210e1dde921b49aeb84cd383c7955f5790051 [file] [log] [blame]
hassoca776982004-06-12 14:33:05 +000012004-06-12 Robert Olsson <Robert.Olsson at data.slu.se>
2
3 * Added IRDP support.
4
hasso3e31cde2004-05-18 11:58:59 +000052004-05-18 Hasso Tepper <hasso@estpak.ee>
6
7 * rtadv.c: Removed "[no] ipv6 nd send-ra" command. Replaced "ipv6 nd
8 prefix-advertisement" with "ipv6 nd prefix". Rewrite syntax of
9 "ipv6 nd prefix" command to allow various combinations of parameters
10 and flags. No defaults in configuration. Replaced on-link and
11 autoconfig with off-link and no-autoconfig flags in command syntax.
12 Cosmetic fixes in all commands. Documentation to reflect all changes.
13
paul19877dd2004-05-11 10:49:35 +0000142004-05-11 Paul Jakma <paul@dishone.st>
15
16 * Makefile.am: support for IOCTL_METHOD, as per Sowmini's patch.
paul48a46fa2004-05-11 10:55:22 +000017 * if_ioctl_solaris.c: Fixup some erroneous privilege changes and
18 add privs.h header.
19 * ioctl_solaris.c: ditto
paulc50ae8b2004-05-11 11:31:07 +000020 * ioctl.h: Add if_ioctl_ipv6 prototype and AF_IOCTL for SOLARIS_IPV6
21 * kernel_socket.c: Fix SAROUNDUP, compiler doesnt like do..while
22 RHS in assignments :)
23 * redistribute.c: (zebra_interface_delete_update) only used
24 if RTM_IFANNOUNCE and NETLINK is available.
25
paulb9df2d22004-05-09 09:09:59 +0000262004-05-09 Paul Jakma <paul@dishone.st>
27
28 * zserv.c: (zsend_route_multipath) Set the nexthop_num
29 field correctly. Add NEXTHOP_TYPE_IPV6_IFNAME for v6.
30 Conditionally set ZAPI_MESSAGE_METRIC flag - only for adds.
31 (zsend_ipv4_add) cruft, deleted.
32 (zsend_ipv4_delete) ditto.
33 (zsend_ipv6_add) ditto.
34 (zsend_ipv6_delete) ditto.
paul44145db2004-05-09 11:00:23 +000035 * ioctl.c: (if_get_mtu) set mtu6 to mtu
36 * mtu_kvm.c: (if_kvm_get_mtu) set mtu6 to mtu
37 * rt_netlink.c: (netlink_interface) set mtu6 to mtu
38 (netlink_link_change) ditto
paul66e94882004-05-09 17:19:24 +000039 * ipforward_solaris.c: fix typo of ND variable.
paul88424682004-05-09 18:21:35 +000040 * if_ioctl_solaris.c: Add zprivs support.
41 * ioctl_solaris.c: ditto.
paul66e94882004-05-09 17:19:24 +000042
paulb9df2d22004-05-09 09:09:59 +0000432004-05-09 Sowmini Varadhan <sowmini.varadhan@sun.com>
44
45 * zserv.c: (zsend_ipv{4,6}_{add,delete}_multipath) collapsed
46 into single zsend_route_multipath function.
47 (zsend_interface_{up,down}) collapsed into zsend_interface_update.
48 (zsend_interface_address_{add,delete}) collapsed into
49 zsend_interface_address.
50 (zsend_interface_add) send mtu6.
51 (zsend_interface_delete) ditto.
52 (zebra_write) remove unused function.
53 (various) Apply static qualifier. Add comments.
54 * zserv.h: Definitions changed as per above.
55 * redistribute.c: Changes as per zserv.c.
paul44145db2004-05-09 11:00:23 +000056 * interface.c: (if_delete_update) only used with HAVE_NETLINK
57 and RTM_IFANNOUNCE.
58 (if_flag_dump_vty) Solaris IFF_IPV4 and IFF_IPV6 if flags
59 (if_dump_vty) print mtu6 if not same as mtu
paul88424682004-05-09 18:21:35 +000060 * if_ioctl_solaris.c: New file, Solaris interface ioctl methods.
61 * ioctl_solaris.c: New file, Common solaris ioctl methods.
62
hasso34195bf2004-04-06 12:07:06 +0000632004-04-06 Krzysztof Oledzki <oleq@ans.pl>
64
65 * rt_netlink.c: Do not ignore metric when reading kernel routing
66 table on Linux with rt_netlink interface.
67
682004-03-18 Hasso Tepper <hasso@estpak.ee>
hassof1d92e12004-03-18 15:40:33 +000069
70 * interface.c: Temporary fix for handling secondary addresses
71 with label.
72
hasso55906722004-02-11 22:42:16 +0000732004-02-12 Hasso Tepper <hasso@estpak.ee>
hassof1d92e12004-03-18 15:40:33 +000074
hasso55906722004-02-11 22:42:16 +000075 * zserv.c: Added "ipv6 forwarding" command.
76
gdtb27900b2004-01-08 15:44:29 +0000772004-01-08 Greg Troxel <gdt@fnord.ir.bbn.com>
78
79 * kernel_socket.c (kernel_read): Use sockaddr_storage in buffer
80 for reading kernel messages to ensure enough space (necessary on
81 Solaris due to sockaddr_dl being large). Thanks to Sowmini
82 Varadhan for help with this change.
83
gdt9ccabd12004-01-06 18:23:02 +0000842004-01-06 Greg Troxel <gdt@t1.ir.bbn.com>
85
86 * rtadv.c (rtadv_send_packet): Change perror to zlog_err.
87
gdtdbee01f2004-01-06 00:36:51 +0000882004-01-05 Greg Troxel <gdt@fnord.ir.bbn.com>
gdt4bfbea82004-01-06 01:13:05 +000089 * kernel_socket.c (ifm_read): Major cleanup. Use Sowmini's code
90 to find the sockaddr_dl in all cases, narrowing the Solaris ifdef
91 to just the accomodation of broken kernels. Check sockaddr_dl
92 carefully up front, and later assume any non-NULL sdl pointer is
93 valid. Clean up types and variable declarations, and rename
94 WRAPUP to SAROUNDUP to make the name fit the behavior.
95
962004-01-05 Greg Troxel <gdt@fnord.ir.bbn.com>
gdtdbee01f2004-01-06 00:36:51 +000097
98 * kernel_socket.c (kernel_read): Add a sockaddr_dl to the ifmsg
99 structure, because on Solaris sockaddr_dl is far larger than the
100 base sockaddr structure. (The code had previously been failing to
101 read all the data.)
gdt4bfbea82004-01-06 01:13:05 +0000102
gdtda26e3b2004-01-05 17:20:59 +00001032004-01-05 Greg Troxel <gdt@ahi.ir.bbn.com>
104
105 * kernel_socket.c (kernel_read): Look up interfaces by index
106 first, so that state changes which do not include a sockaddr_dl
107 now work. Add many sanity checks. In
108 particular, do not assume that a sockaddr_dl follows a message
109 without checking the ifm_addrs flags, and do not trust the length
110 in a sockaddr_dl. Add/clarify many comments.
111
gdt4b5e1352003-12-03 17:54:34 +00001122003-12-03 Greg Troxel <gdt@poblano.ir.bbn.com>
113
114 * rtadv.c: reorder includes to avoid compiler warning (define
115 structs before using them in prototypes)
116
hasso647e4f12003-05-25 11:43:52 +00001172003-05-25 Jim Crumpler <Jim.Crumpler@edion.com>
118
119 * zserv.c: Add "ip forwarding" command.
120
paul445f1432003-05-16 19:00:31 +00001212003-05-16 Gilad Arnold <gilad.arnold@terayon.com>
122
123 * zebra_rib.c: Fix memory leaks for ifname nexthops
124
1252003-04-19 Israel Keys <ikeys@agile.tv>
126
127 * rt_netlink.c: BLOCK on netlink while initialising
128
1292003-02-06 Francois Deppierraz <francois@ctrlaltdel.ch>
130
131 * rt_netlink.c (netlink_route_multipath): Set RTM_F_EQUALIZE when
132 it exists.
133
paul718e3742002-12-13 20:15:29 +00001342002-09-28 Akihiro Mizutani <mizutani@net-chef.net>
135
136 * zebra_rib.c (static_add_ipv4): Null0 static route is added.
137
1382002-09-10 Jochen Friedrich <chris+zebra@scram.de>
139
140 * rt_netlink.c: Add check for EAGAIN.
141 * kernel_socket.c: Likewise
142
1432002-06-12 Israel Keys <ikeys@oz.agile.tv>
144
145 * rt_netlink.c: Setting the NLM_F_ACK flag on the netlink command
146 message so that we get an ACK for successful netlink commands.
147 Change the netlink socket to BLOCKING while we wait for a
148 response; be it an ACK or an NLMSG_ERROR. Change
149 netlink_parse_info to deal with ACK messages.
150
1512001-11-01 Jun-ichiro itojun Hagino <itojun@iijlab.net>
152
153 * rtadv.c (rtadv_make_socket): setsockopt(IPV6_CHECKSUM) does not
154 work for ICMPv6 socket.
155
1562001-10-24 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
157
158 * rib.c (rib_process): Select connected route any case.
159
1602001-10-23 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
161
162 * interface.c (no_ip_address_secondary): Add "no" to command.
163
1642001-10-18 NOGUCHI Kay <kay@v6.access.co.jp>
165
166 * ioctl.c (if_prefix_add_ipv6): Set the prefered and valid lifetime
167 to infinity as the freebsd4.4 workaroud.
168
1692001-08-26 mihail.balikov@interbgc.com
170
171 * zebra_snmp.c: Fix snmpwalk problem such as IPv4 address
172 A.B.C.255.
173
1742001-08-22 NOGUCHI Kay <kay@v6.access.co.jp>
175
176 * rtadv.c: Do not send RA to loopback interface.
177
1782001-08-20 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
179
180 * ioctl.c (if_set_prefix): Remove Linux 2.0 specific connected
181 route treatment.
182
1832001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
184
185 * zebra-0.92a released.
186
1872001-08-17 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
188
189 * rib.c: Kernel route is treated as EGP routes in nexthop active
190 check.
191
1922001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
193
194 * zebra-0.92 released.
195
1962001-08-08 "Akihiro Mizutani" <mizutani@dml.com>
197
198 * rib.c (show_ip_route_prefix_longer): Add longer-prefix option to
199 show route commands.
200
2012001-07-29 Yon Uriarte <havanna_moon@gmx.net>
202
203 * zserv.c (zsend_ipv4_add_multipath): Add
204 NEXTHOP_TYPE_IPV4_IFINDEX check.
205
2062001-07-29 NOGUCHI Kay <kay@v6.access.co.jp>
207
208 * rtadv.c: Apply valid lifetime, preferred lifetime, onilnk flag,
209 autonomous address-configuration flag patch.
210 (no_ipv6_nd_suppress_ra): Change "ipv6 nd send-ra" to "no ipv6 nd
211 suppress-ra".
212
2132001-07-24 NOGUCHI Kay <kay@v6.access.co.jp>
214
215 * rtadv.c (ipv6_nd_ra_interval): Add "ipv6 nd ra-interval SECONDS"
216 command.
217
2182001-07-24 Jun-ichiro itojun Hagino <itojun@iijlab.net>
219
220 * rt_socket.c (kernel_rtm_ipv4): Add KAME/NetBSD151 equal cost
221 multicast FIB support both IPv4 and IPv6.
222
2232001-07-24 Hal Snyder <hal@vailsys.com>
224
225 * if_ioctl.c (interface_list_ioctl): Fix bug of failing to get the
226 full list of interfaces on some configurations of OpenBSD.
227
2282001-07-23 NOGUCHI Kay <kay@v6.access.co.jp>
229
230 * rtadv.c (ipv6_nd_send_ra): Apply [zebra 9320] to fix "ipv6 nd
231 send-ra" bug.
232 (ipv6_nd_ra_lifetime): "ipv6 nd ra-lifetime 0" for default router
233 availability.
234 (ipv6_nd_managed_config_flag): "ipv6 nd managed-config-flag" is
235 added.
236 (ipv6_nd_other_config_flag): "ipv6 nd other-config-flag" is added.
237
2382001-07-23 Jun-ichiro itojun Hagino <itojun@iijlab.net>
239
240 * ioctl.c (if_ioctl): Change ioctl argument from int to u_long.
241
242 * rt_ioctl.c: Likewise.
243
2442001-07-23 Jun-ichiro itojun Hagino <itojun@iijlab.net>
245
246 * kernel_socket.c (rtm_write): Only set RTF_CLONING when the
247 interface is not p2p.
248
2492001-04-23 Kunihiro Ishiguro <kunihiro@zebra.org>
250
251 * ioctl.c (if_prefix_add_ipv6): Fix argument type.
252
2532001-04-06 Toshiaki Takada <takada@zebra.org>
254
255 * zserv.c (zsend_interface_delete): Use client->obuf instead of
256 allocating new stream.
257
2582001-03-10 Kunihiro Ishiguro <kunihiro@zebra.org>
259
260 * rt_netlink.c: Revert RTPROT_BOOT change.
261
2622001-03-08 Kunihiro Ishiguro <kunihiro@zebra.org>
263
264 * rt_netlink.c (netlink_route_change): Skip RTPROT_BOOT route.
265 (netlink_routing_table): Likewise.
266
2672001-03-07 "Akihiro Mizutani" <mizutani@dml.com>
268
269 * zserv.c (zsend_ipv4_add_multipath): Send metric value to
270 protocol daemons.
271
2722001-02-18 Kunihiro Ishiguro <kunihiro@zebra.org>
273
274 * rt_netlink.c (netlink_routing_table): Do not return
275 tb[RTA_GATEWAY] is NULL. Reported by: "Michael O'Keefe"
276 <mokeefe@qualcomm.com>.
277
2782001-02-08 Kunihiro Ishiguro <kunihiro@zebra.org>
279
280 * if_ioctl.c (interface_list_ioctl): Call if_add_update().
281 Suggested by: Chris Dunlop <chris@onthe.net.au>.
282
2832001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
284
285 * rib.c (nexthop_active_ipv4): When nexthop type is
286 NEXTHOP_TYPE_IPV4_IFINDEX, propery set the ifindex to rifindex.
287
288 * zserv.c: Initialize rtm_table_default with 0.
289
290 * zebra-0.91 is released.
291
2922001-01-31 Kunihiro Ishiguro <kunihiro@zebra.org>
293
294 * kernel_socket.c (rtm_read): Filter cloned route. Suggested by:
295 Jun-ichiro itojun Hagino <itojun@iijlab.net>
296
2972001-01-30 Kunihiro Ishiguro <kunihiro@zebra.org>
298
299 * connected.c (connected_up_ipv6): When point-to-point destination
300 address is ::, use local address for connected network.
301 (connected_down_ipv6): Likewise.
302
3032001-01-25 Kunihiro Ishiguro <kunihiro@zebra.org>
304
305 * zserv.c (zebra_serv): Add missing close() call. Reported by:
306 David Waitzman <djw@vineyard.net>.
307
3082001-01-24 Kunihiro Ishiguro <kunihiro@zebra.org>
309
310 * rib.c (rib_lookup_ipv4): New function for checking exact match
311 IGP route.
312
3132001-01-23 Kunihiro Ishiguro <kunihiro@zebra.org>
314
315 * rib.c (show_ipv6_route_protocol): Fix bug of "show ip route
316 route-type".
317
3182001-01-22 Kunihiro Ishiguro <kunihiro@zebra.org>
319
320 * interface.c (zebra_interface): Do not call
321 zebra_interface_add_update for inactive interface.
322
323 * zserv.c (zsend_interface_address_add): Send interface address
324 flag.
325 (zsend_interface_address_delete): Likewise.
326
3272001-01-19 Kunihiro Ishiguro <kunihiro@zebra.org>
328
329 * interface.c (if_addr_add): Add flags.
330
331 * connected.c (ifa_add_ipv4): Add new function for interface
332 address handling.
333 (ifa_delete_ipv4): Likewise.
334
3352001-01-16 Kunihiro Ishiguro <kunihiro@zebra.org>
336
337 * rib.c (rib_update): Update IPv6 RIB.
338
339 * kernel_socket.c (ifam_read): Call if_refresh() for update
340 interface flag status. This is for implicit interface up on *BSD.
341
342 * interface.c (if_refresh): Add interface flag refresh function.
343
344 * kernel_socket.c (rtm_read): Fetch link-local address interface
345 index.
346 (ifan_read): We need to fetch interface information. Suggested
347 by: Yasuhiro Ohara <yasu@sfc.wide.ad.jp>.
348
349 * rib.c (static_ipv6_nexthop_same): Add check for
350 NEXTHOP_TYPE_IPV6_IFNAME.
351
3522001-01-15 Kunihiro Ishiguro <kunihiro@zebra.org>
353
354 * rib.h (NEW_RIB): Turn on NEW_RIB flag. IPv6 new RIB code are
355 taken into place.
356
3572001-01-14 Kunihiro Ishiguro <kunihiro@zebra.org>
358
359 * rib.c (static_ipv6_write): Display STATIC_IPV6_GATEWAY_IFNAME
360 configuration.
361 (rib_delete_ipv6): Handle same route conter for IPv6 connected
362 route.
363 (show_ipv6_route_protocol): New command.
364 (show_ipv6_route_addr): Likewise.
365 (show_ipv6_route_prefix): Likewise.
366 (rib_update): Sweep kernel route when it is cleaned up.
367
368 * rt_socket.c (kernel_add_ipv6): Add NEXTHOP_IPV6_IFNAME
369 treatmenet.
370
371 * rt_netlink.c (kernel_init): Likewise.
372
373 * rt_ioctl.c (kernel_ioctl_ipv6_multipath): Likewise.
374
375 * rib.c (rib_add_ipv4): Cope with same connected route on a
376 interface. Suggested by: Matthew Grant <grantma@anathoth.gen.nz>.
377 (nexthop_ipv6_ifname_add): Add NEXTHOP_IPV6_IFNAME treatmenet.
378
379 * rib.h (struct new_rib): Add refcnt to keep track on the
380 reference of same connected route.
381
382 * ioctl.c (if_set_prefix): Add check for GNU_LINUX.
383
3842001-01-13 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
385
386 * kernel_socket.c (ifan_read, rtm_type_str): Add RTM_OIFINFO check.
387 (rtm_type_str): Add RTM_IFANNOUNCE check.
388 (ifan_read): New function.
389 (kernel_read): Add case for RTM_IFANNOUNCE.
390
3912001-01-13 Kunihiro Ishiguro <kunihiro@zebra.org>
392
393 * rt_ioctl.c (kernel_ioctl_ipv6_multipath): New function.
394
395 * rt_netlink.c (netlink_route_multipath): IPv6 address ifindex
396 treatment.
397
398 * connected.c (connected_up_ipv6): Add dest value check.
399
400 * rib.c (nexthop_active_ipv6): Do not touch IPv6 nexthop's
401 ifindex.
402 (rib_add_ipv4): Import rib_add_ipv6() same route check code.
403 (nexthop_active_check): NEXTHOP_TYPE_IPV6_IFINDEX activity is only
404 checked by ifindex.
405
406 * rt_socket.c (kernel_rtm_ipv6_multipath): New function.
407
408 * redistribute.c (redistribute_add): Use
409 zsend_ipv6_add_multipath().
410 (redistribute_delete_multipath): Use
411 zsend_ipv6_delete_multipath().
412
413 * interface.c (ip_address): Check current IP address to avoid
414 duplicate.
415
416 * rib.c (rib_delete_ipv4): When deleted route is connected route,
417 check ifindex.
418 (rib_add_ipv4): When connected route is added do not perform
419 implicit withdraw.
420 (rib_delete_ipv4): Check ifindex for connected route.
421
422 * kernel_socket.c (rtm_read): When route has RTF_STATIC, set
423 ZEBRA_FLAG_STATIC for indicate as persistent route.
424 (ifam_read): Unset interface index from link-local address when
425 IPv6 stack is KAME.
426
427 * rib.c (rib_update): Do not delete persistent kernel route.
428
429 * rib.h (struct new_rib): Integrate RIB_FLAG_* to ZEBRA_FLAG_*.
430
431 * rt_socket.c (kernel_add_ipv6_multipath): Add placeholder.
432 (kernel_delete_ipv6_multipath): Likewise.
433
434 * rt_netlink.c (netlink_talk): Give struct nlsock to netlink_talk.
435
4362001-01-12 Kunihiro Ishiguro <kunihiro@zebra.org>
437
438 * rib.c (rib_update): Revert Matthew Grant's patch
439 zebra_cvs_newribfix.patch. Use struct rib->ifindex for kernel
440 interface index. Introduce NEXTHOP_TYPE_IPV4_IFINDEX to support
441 that. Add support for address deletion situation.
442
4432001-01-11 Kunihiro Ishiguro <kunihiro@zebra.org>
444
445 * interface.c: Remove HAVE_IF_PSEUDO part.
446
447 * rib.h: Likewise.
448
449 * rt_netlink.c (netlink_link_change): Likewise.
450
4512001-01-10 Kunihiro Ishiguro <kunihiro@zebra.org>
452
453 * zserv.c: Remove OLD_RIB codes.
454
4552001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
456
457 * zebra-0.90 is released.
458
4592001-01-09 Matthew Grant <grantma@anathoth.gen.nz>
460
461 * interface.c (if_new_intern_ifindex): Allocate a new internal
462 interface index.
463 (if_addr_refresh): Fix up ip addresses configured via zebra.
464 (if_add_update): Handle an interface addition.
465 (if_delete_update): Handle an interface delete event.
466
467 * rib.c (nexthop_ipv4_add): Add kernel route deletion process when
468 interface goes down.
469
4702001-01-08 Kunihiro Ishiguro <kunihiro@zebra.org>
471
472 * interface.c (if_dump_vty): When HAVE_NET_RT_IFLIST is defined,
473 NetBSD also use this function. Suggested by Jasper Wallace
474 <jasper@ivision.co.uk>.
475
4762001-01-07 Kunihiro Ishiguro <kunihiro@zebra.org>
477
478 * rib.c (nexthop_active_ipv4): Move back to set methodo to old
479 one.
480
4812001-01-05 Kunihiro Ishiguro <kunihiro@zebra.org>
482
483 * rib.c (rib_add_ipv4): EBGP multihop set ZEBRA_FLAG_INTERNAL
484 flag, so treat it.
485
4862001-01-04 Kunihiro Ishiguro <kunihiro@zebra.org>
487
488 * rt_netlink.c (netlink_talk_ipv6): When IPv6 route message is
489 sent from netlink_cmd, the same message comes from netlink. To
490 avoid confusion, temporary netlink_talk_ipv6 use netlink.sock
491 instead of netlink_cmd.sock.
492
4932001-01-01 Kunihiro Ishiguro <kunihiro@zebra.org>
494
495 * zserv.h (ZEBRA_SERV_PATH): Change "/tmp/zebra" to "/tmp/.zebra".
496 Change "/tmp/zserv" to "/tmp/.zserv".
497
4982000-12-29 Frank van Maarseveen <F.vanMaarseveen@inter.NL.net>
499
500 * rt_netlink.c (struct nlsock): Divide kernel message into listen
501 socket and command socket.
502 (netlink_talk): Remove socket listen code. Use netlink_parse_info
503 for read kernel response.
504
5052000-12-29 Kunihiro Ishiguro <kunihiro@zebra.org>
506
507 * rib.c (vty_show_ip_route): Show uptime of the RIP,OSPF,BGP
508 routes.
509
5102000-12-27 Kunihiro Ishiguro <kunihiro@zebra.org>
511
512 * rt_netlink.c (netlink_route_multipath): Metric value is
513 reflected to kernel routing table.
514
515 * rt_ioctl.c (kernel_ioctl_ipv4_multipath): Likewise.
516
517 * kernel_socket.c (rtm_write): Likewise.
518
519 * rib.c (nexthop_active_ipv4): Only iBGP route perform recursive
520 nexthop lookup.
521
522 * rt_ioctl.c (kernel_ioctl_ipv4_multipath): Add ioctl version of
523 new RIB implementation.
524
5252000-12-26 Kunihiro Ishiguro <kunihiro@zebra.org>
526
527 * rib.h: Remove MULTIPATH_NUM. It is defined by configure script.
528
5292000-12-25 Michael Rozhavsky <mrozhavsky@opticalaccess.com>
530
531 * rib.c (rib_if_up): Call rib_fib_set instead of RIB_FIB_SET for
532 proper redistribution.
533
5342000-12-19 Kunihiro Ishiguro <kunihiro@zebra.org>
535
536 * rib.c (nexthop_active_ipv4): Add self lookup nexthop check.
537 (show_ip_route_protocol): Support new RIB.
538
539 * rt_netlink.c (netlink_route_change): Do not return when gate is
540 NULL.
541
5422000-12-18 Kunihiro Ishiguro <kunihiro@zebra.org>
543
544 * rib.c (rib_lookup_ipv4_nexthop): IBGP nexthop check function is
545 updated.
546 (rib_add_ipv4): Free implicit withdraw route's RIB.
547
5482000-12-15 Kunihiro Ishiguro <kunihiro@zebra.org>
549
550 * rib.c (nexthop_active_ipv4): Check indirect nexthop.
551
552 * redistribute.c (redistribute_add_multipath): Redistribution
553 works with new rib code.
554
5552000-12-14 Kunihiro Ishiguro <kunihiro@zebra.org>
556
557 * rt_netlink.c (netlink_route_multipath): Check useful nexthop
558 number.
559 (netlink_route_multipath): Clear rtnh_flags and rtnh_hops.
560
561 * rib.c (nexthop_active_update): Set flag for the rib's nexthop
562 activity is changed.
563 (nexthop_active_check): Before checking interface is up, make it
564 sure the interface exist.
565
5662000-11-20 Kunihiro Ishiguro <kunihiro@zebra.org>
567
568 * rib.c (ip_route): New RIB prototype.
569
5702000-11-16 Yon Uriarte <ukl2@rz.uni-karlsruhe.de>
571
572 * zserv.c (zsend_interface_add): Send hardware address when
573 hw_addr_len is greater than 0.
574
5752000-11-07 Kunihiro Ishiguro <kunihiro@zebra.org>
576
577 * connected.c (connected_up_ipv4): Fix ptop bug. The destination
578 network should be installed into routing table.
579 (connected_down_ipv4): Likewise.
580 (connected_add_ipv4): Change to use connected_up_ipv4.
581 (connected_delete_ipv4): Likewise.
582
5832000-11-06 Kunihiro Ishiguro <kunihiro@zebra.org>
584
585 * rt_netlink.c (netlink_interface_addr): Revert Harald Welte
586 <laforge@gnumonks.org>'s ptop patch then back to original code to
587 avoid duplicated connected route problem. Suggested by Frank van
588 Maarseveen <F.vanMaarseveen@inter.NL.net>.
589
590 * kernel_socket.c (rtm_read): Make behavior consistent even #ifdef
591 DEBUG is defined. Reported by Jun-ichiro itojun Hagino
592 <itojun@iijlab.net>.
593
5942000-10-23 Jochen Friedrich <jochen@scram.de>
595
596 * main.c (main): Call zebra_snmp_init() when it is enabled.
597
5982000-10-23 Kunihiro Ishiguro <kunihiro@zebra.org>
599
600 * zserv.c (zebra_serv_un): UNIX domain socket server of zebra
601 protocol.
602
6032000-10-19 Kunihiro Ishiguro <kunihiro@zebra.org>
604
605 * rib.c (rib_add_ipv4): Same check bug is fixed.
606
6072000-10-03 Kunihiro Ishiguro <kunihiro@zebra.org>
608
609 * rib.c (rib_if_down): Remove kernel route when the interface goes
610 down.
611
612 * debug.c: New command "debug zebra kernel" is added.
613
6142000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
615
616 * zebra-0.89 is released.
617
6182000-09-24 Harald Welte <laforge@gnumonks.org>
619
620 * rt_netlink.c (netlink_interface_addr): Fix point-to-point address
621 treatment in netlink interface.
622
6232000-09-21 David Lipovkov <dlipovkov@OpticalAccess.com>
624
625 * rib.c (rib_if_down): Pull static route only. Protocol daemon
626 must withdraw routes when interface goes down.
627 (rib_add_ipv4): Check nexthop when replace route.
628
6292000-09-21 Kunihiro Ishiguro <kunihiro@zebra.org>
630
631 * if_ioctl.c (if_getaddrs): New function for looking up
632 interface's address by getifaddrs().
633
6342000-09-10 Kunihiro Ishiguro <kunihiro@zebra.org>
635
636 * connected.c (connected_delete_ipv4): Add check for connected
637 address is found or not.
638 (connected_add_ipv6): Reflect IPv6 connected address change to
639 protocol daemons.
640 (connected_delete_ipv6): Likewise.
641
6422000-09-07 David Lipovkov <davidl@nbase.co.il>
643
644 * rib.c (rib_delete_ipv4): Reverted the change from pseudo
645 interface patch to original. Because ospfd deletes routes using
646 zero ifindex.
647
6482000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
649
650 * zebra-0.88 is released.
651
6522000-08-15 "Akihiro Mizutani" <mizutani@dml.com>
653
654 * rib.c (show_ip_route_protocol): Help string correction.
655 (show_ip_route_prefix): Check prefix mask.
656 (show_ip_route_vty_detail): Display distance and metric.
657
6582000-08-14 Kunihiro Ishiguro <kunihiro@zebra.org>
659
660 * zserv.c (zsend_interface_add): Change ifindex store size from
661 two octet to four.
662 (zsend_interface_delete): Likewise.
663 (zsend_interface_address_add): Likewise.
664 (zsend_interface_address_delete): Likewise.
665 (zsend_interface_up): Likewise.
666 (zsend_interface_down): Likewise.
667
6682000-08-13 Kunihiro Ishiguro <kunihiro@zebra.org>
669
670 * rib.c (rib_add_ipv4): Do not install distance 255 route.
671
6722000-08-10 Toshiaki Takada <takada@zebra.org>
673
674 * interface.c (bandwidth_if), (no_bandwidth_if): Call
675 zebra_interface_up_update () instead of using if_up() and if_down().
676
6772000-08-07 "Akihiro Mizutani" <mizutani@dml.com>
678
679 * interface.c (bandwidth_if): Fix help string.
680
6812000-08-07 Matthew Grant <grantma@anathoth.gen.nz>
682
683 * interface.c (if_dump_vty): Display bandwidth value.
684 (bandwidth_if): New command "bandwidth <1-10000000>" is added.
685 When interface is up, force protocol daemons to recalculate routes
686 due to cost change.
687 (no_bandwidth_if): Likewise.
688 (if_config_write): Output bandwidth configuration.
689
690 * zserv.c (zsend_interface_add): Send bandwidth value.
691 (zsend_interface_up): Likewise.
692 (zsend_interface_down): Likewise.
693
694
6952000-08-07 Michael Rozhavsky <mike@nbase.co.il>
696
697 * rib.c (show_ip_route_protocol): "show ip route
698 (bgp|connected|kernel|ospf|rip|static)" is added.
699
7002000-08-07 Kunihiro Ishiguro <kunihiro@zebra.org>
701
702 * rib.c (rib_lookup_ipv4_nexthop): Check parent node until IGP
703 nexthop is found.
704 (rib_add_ipv4_internal): Set fib ifindex to rib ifindex.
705
7062000-08-06 Kunihiro Ishiguro <kunihiro@zebra.org>
707
708 * redistribute.c (redistribute_delete): Fix bug of default route
709 redistribute treatment.
710
7112000-08-05 Kunihiro Ishiguro <kunihiro@zebra.org>
712
713 * rib.c (rib_init): Install ip_node in rib.c instead of zserv.c.
714 Change default distance value.
715
716 Old New
717 ------------------------------------------
718 system 10 0
719 kernel 20 0
720 connected 30 0
721 static 40 1
722 rip 50 120
723 ripng 50 120
724 ospf 60 110
725 ospf6 49 110
726 bgp 70 200(iBGP) 20(eBGP)
727 ------------------------------------------
728
729 * zserv.c (client_lookup): Function removed.
730 (zsend_interface_add): Use client's output buffer. Check ifinfo
731 flag.
732 (zsend_interface_delete): Likewise.
733 Delete ipv4_static_radix and ipv6_static_radix.
734
7352000-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
736
737 * zserv.h (struct zebra_client): When client request interface
738 information, ifinfo is set.
739
740 * rib.c: Temporary Revert changes for pseudo interface.
741
742 * rib.h: Likewise.
743
744 * zserv.c: Likewise.
745
746 * interface.c: Likewise.
747
7482000-08-02 David Lipovkov <davidl@nbase.co.il>
749
750 * interface.c (zebra_if_init): Install interface "pseudo"
751 commands.
752
753 * rib.c (rib_create): ifname argument is added.
754 (rib_add_ipv4_pseudo): New function is added.
755 (rib_delete_ipv4_pseudo): Likewise.
756
757 * rib.h : Delete INTERFACE_UNKNOWN definition. Add prototype for
758 pseudo interface functions.
759
760 * rt_netlink.c (netlink_link_change): Check for pseudo interface.
761
762 * zserv.c (ip_route): When destination is pseudo interface, call
763 rib_add_ipv4_pseudo().
764
765 * zserv.c (no_ip_route): Trim "unknown" argument.
766
7672000-07-26 kunitake@dti.ad.jp
768
769 * if_ioctl.c (if_get_hwaddr): Fix hardware address length from 8
770 to 6.
771
772 * rtadv.c (rtadv_send_packet): Fix shift bug for hardware address.
773
7742000-07-24 Akihiro Mizutani <mizutani@dml.com>
775
776 * interface.c: Use install_default() for common VTY commands.
777
7782000-07-23 Kunihiro Ishiguro <kunihiro@zebra.org>
779
780 * if_ioctl.c (interface_list_ioctl): A interface list size is
781 calculated from ifreq->if_addr.sa_len. This is for OpenBSD.
782
783 * ioctl.c (if_get_mtu): Remove codes for SIOCGIFDATA.
784
7852000-07-09 Chris Dunlop <chris@onthe.net.au>
786
787 * if_ioctl.c (if_get_index): Add check for HAVE_BROKEN_ALIASES.
788
7892000-07-04 Kunihiro Ishiguro <kunihiro@zebra.org>
790
791 * zserv.c (zebra_client_read): Add ZEBRA_REDISTRIBUTE_{ADD,DELETE}
792 message handling.
793
7942000-07-02 David Lipovkov <davidl@nbase.co.il>
795
796 * zserv.c: "ip route A.B.C.D/M unknown" command is added.
797
7982000-06-28 Michael Rozhavsky <mike@nbase.co.il>
799
800 * rib.c: Remove old kernel route when new route comes in.
801
8022000-06-13 David Lipovkov <davidl@nbase.co.il>
803
804 * rib.c (rib_if_up): Add check for unknown interface.
805
8062000-06-13 Kunihiro Ishiguro <kunihiro@zebra.org>
807
808 * rib.h: Define INTERFACE_UNKNOWN.
809
8102000-06-08 Kunihiro Ishiguro <kunihiro@zebra.org>
811
812 * Makefile.am (EXTRA_DIST): Move irdp.c until implementation is
813 finished.
814
8152000-06-05 David Lipovkov <davidl@nbase.co.il>
816
817 * interface.c (if_zebra_delete_hook): Call rib_if_delete().
818
819 * redistribute.c (zebra_interface_delete_update): New function.
820
821 * redistribute.h (zebra_interface_delete_update): New function
822 prototype.
823
824 * rib.c (rib_if_delete): New function. Walk down all routes and
825 delete all on the interface.
826
827 * rib.h: New function prototype.
828
829 * rt_netlink.c (netlink_link_change): Call
830 zebra_interface_delete_update ().
831
8322000-05-10 Kunihiro Ishiguro <kunihiro@zebra.org>
833
834 * if_ioctl.c (interface_info_ioctl): Check interface's flag before
835 checking interface's address.
836
8372000-04-26 Jochen Friedrich <jochen@nwe.de>
838
839 * GNOME-PRODUCT-ZEBRA-MIB: New file.
840
841 * GNOME-SMI: New file.
842
8432000-04-23 Kunihiro Ishiguro <kunihiro@zebra.org>
844
845 * irdp.c: New file from 1997 development code.
846 * irdp.h: Likewise.
847
8482000-04-19 Kunihiro Ishiguro <kunihiro@zebra.org>
849
850 * rtadv.c (rtadv_send_packet): Enclose router advertisement
851 logging with IS_ZEBRA_DEBUG_PACKET.
852
8532000-04-17 Kunihiro Ishiguro <kunihiro@zebra.org>
854
855 * zserv.c (zebra_client_close): Remove client structure from
856 client_list when connection is terminated.
857
8582000-03-21 David Lipovkov <davidl@nbase.co.il>
859
860 * connected.c (connected_add_ipv4): Allows all necessary structure
861 updates for connected route, but doesn't insert it into rib if
862 it's interface is down.
863
8642000-01-21 Hideto Yamakawa <hideto.yamakawa@soliton.co.jp>
865
866 * rtread_getmsg.c: Set some definition for Solaris 2.5 and Solaris
867 2.5.1.
868
8692000-01-21 Kunihiro Ishiguro <kunihiro@zebra.org>
870
871 * rib.c (no_ipv6_route_ifname): Fix buf of cheking return value
872 from str2prefix_ipv6().
873
8742000-01-14 Kunihiro Ishiguro <kunihiro@zebra.org>
875
876 * rt_socket.c: Revert to use RTF_HOST for IPv4 with /32 route and
877 IPv6 with /128 routes.
878 (kernel_rtm_ipv4): In case of /32 route's gateway is interface. It
879 should have mask for cloning.
880
8811999-12-26 Jochen.Friedrich@genorz.de
882
883 * interface.c (if_dump_vty): Fix a bug of missing VTY_NEWLINE.
884
8851999-12-23 Alex Zinin <zinin@amt.ru>
886 * interface.*: dynamic int up/down support
887
8881999-12-09 Kunihiro Ishiguro <kunihiro@zebra.org>
889
890 * ipforward_proc.c (dropline): Move dropline() from lib/dropline.c
891
892 * rtread_proc.c (proc_route_read): Don't use dropline().
893
8941999-12-08 Kunihiro Ishiguro <kunihiro@zebra.org>
895
896 * kernel_socket.c (rtm_read): When message is RTM_GET, it has own
897 process's pid.
898
8991999-12-04 Kunihiro Ishiguro <kunihiro@zebra.org>
900
901 * main.c (main): Change to default log output to ZLOG_STDOUT.
902
903 * zserv.c (zebra_serv): More detailed error print.
904
9051999-11-30 Kunihiro Ishiguro <kunihiro@zebra.org>
906
907 * kernel_socket.c (rtm_read): Check old pid for static route
908 insertion check.
909
9101999-11-30 Kunihiro Ishiguro <kunihiro@zebra.org>
911
912 * interface.c (if_dump_vty): BSDI/OS uses 64bit for interface
913 statistics counter.
914
915 * mtu_kvm.c: New file added.
916
9171999-11-27 Vladimir B. Grebenschikov <vova@express.ru>
918
919 * kernel_socket.c (rtm_write): Set RTF_CLONING flag for
920 route to the directly connected interface.
921
9221999-11-27 Kunihiro Ishiguro <kunihiro@zebra.org>
923
924 * rt_socket.c: Delete USE_HOST_BIT definition.
925
9261999-11-21 Michael Handler <handler@sub-rosa.com>
927
928 * rtread_getmsg.c: Undef some definition to resolve conflict.
929
9301999-11-27 Kunihiro Ishiguro <kunihiro@zebra.org>
931
932 * kernel_socket.c (rtm_write): Change to use pre stored struct_dl
933 value for gateway specification.
934
9351999-11-25 Kunihiro Ishiguro <kunihiro@zebra.org>
936
937 * rt_socket.c (kernel_rtm_ipv4): Even mask is 32 under IPv4 or
938 128 under IPv6, don't use RTF_HOST.
939
9401999-11-21 Kunihiro Ishiguro <kunihiro@zebra.org>
941
942 * Makefile.am (EXTRA_DIST): Add rtread_getmsg.c.
943
9441999-11-21 Michael Handler <handler@sub-rosa.com>
945
946 * rtread_getmsg.c: Added for Solaris 2.6 support.
947
9481999-11-18 Kunihiro Ishiguro <kunihiro@zebra.org>
949
950 * rtread_sysctl.c (rtm_read_route): RTM_DELETE handling added.
951
952 * rt_socket.c (kernel_read): Better BSD routing socket support.
953
9541999-10-19 Kunihiro Ishiguro <kunihiro@zebra.org>
955
956 * client_main.c: Disable making obsolete zebra test `client'
957 command.
958
9591999-10-18 Kunihiro Ishiguro <kunihiro@zebra.org>
960
961 * zebra.c: Renamed to zserv.c.
962
963 * zebra.h: Global definitions are moved to lib/zebra.h. Then
964 renamed to zserv.h.
965
9661999-10-15 Jordan Mendelson <jordy@wserv.com>
967
968 * if_ioctl.c: Add Linux 2.2.X's alias support and dynamic
969 interface. Remove ugly MAX_INTERFACE handling codes.
970
9711999-09-17 Satosi KOBAYASI <kobayasi@north.ad.jp>
972
973 * Fix serious bug of IPv6 route deletion.
974
9751999-09-11 Kunihiro Ishiguro <kunihiro@zebra.org>
976
977 * ioctl.c (if_set_prefix): Properly set broadcast address.
978
9791999-09-04 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
980
981 * rib.c (rib_add_ipv6, rib_delete_ipv6): now protocol daemons
982 can install connected route to kernel via zebra
983
9841999-08-24 VOP <vop@unity.net>
985
986 * rib.c: Include "sockunion.h"
987
9881999-08-22 Kunihiro Ishiguro <kunihiro@zebra.org>
989
990 * ipforward.h: New file.
991
992 * zebra.h: Obsolete message ZEBRA_GET_ALL_INTERFACE,
993 ZEBRA_GET_ONE_INTERFACE, ZEBRA_GET_HOSTINFO are deleted.
994
9951999-08-18 Kunihiro Ishiguro <kunihiro@zebra.org>
996
997 * zebra.h (ZEBRA_INTERFACE_ADDRESS_ADD):
998 ZEBRA_INTERFACE_{ADD,DELETE} added.
999
10001999-08-15 Kunihiro Ishiguro <kunihiro@zebra.org>
1001
1002 * rib.c: show ip route A.B.C.D works.
1003
1004 * zebra.c (zebra_read_ipv4): Add ifindex to zebra messages.
1005
10061999-08-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1007
1008 * zebra.h: New Zebra message ZEBRA_INTERFACE_{ADD,DELETE} added.
1009
10101999-08-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1011
1012 * interface.h: New file.
1013 * Makefile.am: Add interface.h
1014
10151999-08-04 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1016
1017 * redistribute.c (zebra_redistribute): give ifindex to client.
1018
10191999-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1020
1021 * main.c (longopts): -k, --keep_kernel option added.
1022
10231999-07-18 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1024
1025 * rt_socket.c (rtm_write): forgot closing socket bug fixed.
1026
10271999-07-17 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1028
1029 * rib.c (show_ipv6_cmd): if rib is link show interface name.
1030
10311999-07-17 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1032
1033 * rt_socket.c (rtm_write): use sockaddr_dl when null gateway.
1034
10351999-07-16 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1036
1037 * rt_socket.c (rtm_write): ipv6 route table bug fixed.
1038
10391999-07-15 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1040
1041 * zebra.c (zebra_read_ipv6): read link prefix from ospf6 support
1042
10431999-07-15 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1044
1045 * rt_socket.c (kernel_rtm_ipv6): gate treatment bug fixed.
1046
10471999-07-15 Kunihiro Ishiguro <kunihiro@zebra.org>
1048
1049 * if_sysctl.c (ifm_read): Clear sockunion argument before fetching
1050 data. Suggested by "Chris P. Ross" <cross@eng.us.uu.net>
1051
10521999-07-08 HEO SeonMeyong <seirios@Matrix.IRI.Co.Jp>
1053
1054 * interface.c (if_tun_add): Add KAME's gif tunnel setting codes.
1055
10561999-06-26 Kunihiro Ishiguro <kunihiro@zebra.org>
1057
1058 * zebra.c (zebra_serv): Only accept loopback address connection.
1059
10601999-06-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1061
1062 * zebra.h (ZEBRA_ROUTE_EXTERNAL): Add zebra messages flags
1063
10641999-06-17 Kunihiro Ishiguro <kunihiro@zebra.org>
1065
1066 * ipforward_proc.c: ipforward_on () and ipforward_off () added.
1067
10681999-06-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1069
1070 * ipforward_proc.c (ipforward_ipv6): Check for IPv6 forwarding
1071 using /proc file system is added.
1072
10731999-06-06 Kunihiro Ishiguro <kunihiro@zebra.org>
1074
1075 * if_ioctl.c (if_get_index): Interface index set bug is fixed by
1076 adding #else at the middle of function. Suggested by David Luyer
1077 <luyer@ucs.uwa.edu.au>.
1078
10791999-05-29 <kunihiro@zebra.org>
1080
1081 * rt_ioctl.c: Comment out #include <linux/ipv6_route.h>.
1082
10831999-05-26 Kunihiro Ishiguro <kunihiro@zebra.org>
1084
1085 * zebra.h (ZEBRA_ROUTE_MAX): Add new define for the max value of
1086 the sort of routes.
1087
10881999-05-25 Patrick Koppen <koppen@rhrk.uni-kl.de>
1089
1090 * rt_netlink.c (netlink_socket): Make netlink socket non-blocking.
1091 (netlink_parse_info): If errno is EWOULDBLOCK then continue to
1092 parse the message.
1093 (netlink_talk): Likewise
1094
10951999-05-17 <kunihiro@zebra.org>
1096
1097 * redistribute.c (zebra_check_addr): Added for loopback address
1098 check.
1099
11001999-05-15 Kunihiro Ishiguro <kunihiro@zebra.org>
1101
1102 * rt_netlink.c (netlink_route_change): Tempolary bypass ipv6 route
1103 change treatment.
1104
1105 * Makefile.am (noinst_HEADERS): redistribute.h added.
1106
1107 * redistribute.h: New file.
1108
11091999-05-14 Stephen R. van den Berg <srb@cuci.nl>
1110
1111 * zebra.c (show_table): Show all table configuration DEFUN.
1112 (config_table): Config table number DEFUN.
1113
1114 * rt_netlink.c: Add support for multiple routing table.
1115
1116 * rib.c (rib_weed_table): New function added for delete all
1117 routes from specified routing table.
1118
1119 * main.c (signal_init): SIGTERM call sigint.
1120 (sigint): Loggging more better message.
1121
11221999-05-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1123
1124 * rt_netlink.c: Change log () to zlog ().
1125
11261999-05-07 <kunihiro@zebra.org>
1127
1128 * zebra.h (ZEBRA_ROUTE_OSPF6): Added for ospf6d route.
1129
11301999-04-20 Kunihiro Ishiguro <kunihiro@zebra.org>
1131
1132 * interface.c: Add `no ip address' command.
1133
11341999-04-10 Kunihiro Ishiguro <kunihiro@zebra.org>
1135
1136 * rt_netlink.c (kernel_read): Function added for asynchronous
1137 zebra between kernel communication.
1138
11391999-03-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1140
1141 * rtread_sysctl.c (rtm_read): Fix address memcopy overrun bug.
1142 Reported by Achim Patzner <ap@bnc.net>.
1143
11441999-03-03 Kunihiro Ishiguro <kunihiro@zebra.org>
1145
1146 * Makefile.am: Install configuration sample with 600 permission.
1147
11481999-03-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1149
1150 * Makefile.am: Add -I.. to INCLUDES.
1151
11521999-02-18 Peter Galbavy <Peter.Galbavy@knowledge.com>
1153
1154 * syslog support added
1155
11561999-02-17 Peter Galbavy <Peter.Galbavy@knowledge.com>
1157
1158 * if_sysctl.c (interface_list): allocated memory free when unknown
1159 ifm_type is returned.
1160
1161 * ioctl.c (if_get_mtu): added SIOCGIFDATA treatment.
1162
11631998-12-15 Magnus Ahltorp <map@stacken.kth.se>
1164
1165 * interface.c: Header include added.
1166
11671998-12-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1168
1169 * rt.h (kernel_delete_ipv6): change int index to unsigned int index.
1170
11711998-12-13 Kunihiro Ishiguro <kunihiro@zebra.org>
1172
1173 * if_ioctl.c (interface_list_ioctl): interface flag must be
1174 checked before check addresses of the interface.
1175
11761998-12-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1177
1178 * Makefile.am (INCLUDES): add @INCLUDES@ for Linux IPv6.
1179
11801998-10-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1181
1182 * ioctl.c: Linux version before 2.1.0 need interface route setup.
1183
11841998-09-15 HEO SeonMeyong <seirios@matrix.iri.co.jp>
1185
1186 * change HYDRANGEA to KAME
1187
11881998-09-01 Kunihiro Ishiguro <kunihiro@zebra.org>
1189
1190 * if_ioctl.c (if_addr_ioctl): set address family for getting
1191 interface's address.
1192 (if_get_index): silently return when can't get interface's index.
1193
11941998-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
1195
1196 * main.c (main): batch mode option '-b' added.
1197
11981998-08-16 Kunihiro Ishiguro <kunihiro@zebra.org>
1199
1200 * ioctl.c (if_set_prefix): add `ip address IPV4ADDR' command.
1201 * interface.c (shutdown_if): add interface shutdown and no
1202 shutdown command.
1203
12041998-08-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1205
1206 * rib.c (rib_add_ipv6): delete rib_add_in6.
1207
12081998-07-27 Kunihiro Ishiguro <kunihiro@zebra.org>
1209
1210 * main.c: retain flag is added.
1211
12121998-07-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1213
1214 * rtable.[ch]: merged with rib.[ch]
1215
12161998-07-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1217
1218 * connected.h: renamed from ifa.h.
1219
12201998-06-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1221
1222 * rename if.c to interface.c
1223 * rename ifa.c to connected.c
1224
1225 * Porting to Debian GNU/Linux 2.0 (hamm).
1226
12271998-06-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1228
1229 * rt_netlink.c: renamed from krt_netlink.c
1230
1231 * fib.c: deleted.
1232 * rt_kvm.c: deleted.
1233 * rtread_getmsg.c: deleted.
1234
12351998-06-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1236
1237 * if.c (multicast): add multicast flag [un]set fucntion.
1238
12391998-05-19 Yamshita TAKAO <jargon@lares.dti.ne.jp>
1240
1241 * rt_socket.c: Modify for compile on Solaris, but dont't work it.
1242 rt_socket.c have some undefined function, so add directive "IMPLEMENT"
1243
12441998-05-18 Yamshita TAKAO <jargon@lares.dti.ne.jp>
1245
1246 * zebra.c: Modify for compile on Solaris.
1247
12481998-05-03 Kunihiro Ishiguro <kunihiro@zebra.org>
1249
1250 * main.c: change CONFDIR to SYSCONFDIR.
1251
12521998-05-01 Kunihiro Ishiguro <kunihiro@zebra.org>
1253
1254 * .cvsignore: added.
1255
12561998-04-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1257
1258 * client.c: moves to ../lib.
1259
12601998-03-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1261
1262 * if_ioctl.c (if_get_addr): Change address copy from memcopy() to
1263 structure assignment.
1264
12651998-03-30 URA Hiroshi <ura@yamato.ibm.co.jp>
1266
1267 * if_sysctl.c (ifm_interface_add): sdl->sdl_data copy bug fixed.
1268
12691998-02-23 "Hannes R. Boehm" <hannes@boehm.org>
1270
1271 * if.c (if_init): add config_exit_cmd and config_help_cmd.
1272
12731998-01-24 Kunihiro Ishiguro <kunihiro@zebra.org>
1274
1275 * rt_ioctl.c (route_ioctl): EPERM treatment added.
1276
12771998-01-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1278
1279 * rt_socket.c (kernel_read): communication port zebra between
1280 kernel is now handled by kernel_read.
1281
12821998-01-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1283
1284 * main.c (main): zebra [-P port] can specify vty port number.
1285
12861997-12-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1287
1288 * zebra.c: change select will be block.
1289
12901997-12-04 Kunihiro Ishiguro <kunihiro@zebra.org>
1291
1292 * add static route treatment.
1293
12941997-11-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1295
1296 * rt_netlink.c: add netlink support over GNU/Linux system.
1297
12981997-11-23 Kunihiro Ishiguro <kunihiro@zebra.org>
1299
1300 * all inet_addr is changed to inet_aton.
1301
1302 * zebra.c (ip_route): add ip route command for static routes.
1303
13041997-11-20 Kunihiro Ishiguro <kunihiro@zebra.org>
1305
1306 * if.c (if_flag_dump): Linux port of if_flag_dump and _vty.
1307
13081997-11-19 Kunihiro Ishiguro <kunihiro@zebra.org>
1309
1310 * if.c: add interface command.
1311
13121997-11-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1313
1314 * ipforward_proc.c : Now works on Linux.
1315
13161997-10-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1317
1318 * command.c : add completion feature.
1319
13201997-10-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1321
1322 * vty.c (vty_command): add vty interface.
1323
13241997-10-13 Kunihiro Ishiguro <kunihiro@zebra.org>
1325
1326 * zebra.c: add verbose mode.
1327
13281997-10-12 SonMyong Ho <s-ho@Matrix.IRI.Co.Jp>
1329
1330 * Hydrangea for FreeBSD supported
1331 * in.h: add some prototype.
1332
13331997-10-11 Kunihiro Ishiguro <kunihiro@zebra.org>
1334
1335 * rt_socket.c and rtread.c completely rewritten.
1336
13371997-10-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1338
1339 * rt_socket.c: rename kernel_sock to routing_socket
1340
13411997-10-04 Kunihiro Ishiguro <kunihiro@zebra.org>
1342
1343 * if.c (if_new): interface structure change from linklist to vector.
1344
13451997-10-03 Kunihiro Ishiguro <kunihiro@zebra.org>
1346
1347 * vector.c (vector_init): create vector related function
1348
13491997-09-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1350
1351 * Makefile.in: add tags target
1352
1353 * start IPv6 support for INRIA FreeBSD.
1354