blob: acf2f8cba3a87efeb2a3a1cf8841a76698697d4c [file] [log] [blame]
hasso25dac852004-07-13 03:06:51 +000012004-07-13 Hasso Tepper <hasso@estpak.ee>
2
3 * irdp_main.c: Add privilege change.
4
hasso996933f2004-07-12 16:32:56 +000052004-07-12 Hasso Tepper <hasso@estpak.ee>
6
7 * irdp_interface.c: follow common style while naming vty command
8 functions. Avoids confusion in extract.pl.
9
gdt87efd642004-06-30 17:36:11 +0000102004-06-30 Greg Troxel <gdt@poblano.ir.bbn.com>
11
12 * main.c: define thread_master variable so that linking with
13 libzebra.so doesn't fail. Arguably zclient.o should be in a
14 separate library, but this is far less disruptive.
15
hassoca776982004-06-12 14:33:05 +0000162004-06-12 Robert Olsson <Robert.Olsson at data.slu.se>
17
18 * Added IRDP support.
19
hasso3e31cde2004-05-18 11:58:59 +0000202004-05-18 Hasso Tepper <hasso@estpak.ee>
21
22 * rtadv.c: Removed "[no] ipv6 nd send-ra" command. Replaced "ipv6 nd
23 prefix-advertisement" with "ipv6 nd prefix". Rewrite syntax of
24 "ipv6 nd prefix" command to allow various combinations of parameters
25 and flags. No defaults in configuration. Replaced on-link and
26 autoconfig with off-link and no-autoconfig flags in command syntax.
27 Cosmetic fixes in all commands. Documentation to reflect all changes.
28
paul19877dd2004-05-11 10:49:35 +0000292004-05-11 Paul Jakma <paul@dishone.st>
30
31 * Makefile.am: support for IOCTL_METHOD, as per Sowmini's patch.
paul48a46fa2004-05-11 10:55:22 +000032 * if_ioctl_solaris.c: Fixup some erroneous privilege changes and
33 add privs.h header.
34 * ioctl_solaris.c: ditto
paulc50ae8b2004-05-11 11:31:07 +000035 * ioctl.h: Add if_ioctl_ipv6 prototype and AF_IOCTL for SOLARIS_IPV6
36 * kernel_socket.c: Fix SAROUNDUP, compiler doesnt like do..while
37 RHS in assignments :)
38 * redistribute.c: (zebra_interface_delete_update) only used
39 if RTM_IFANNOUNCE and NETLINK is available.
40
paulb9df2d22004-05-09 09:09:59 +0000412004-05-09 Paul Jakma <paul@dishone.st>
42
43 * zserv.c: (zsend_route_multipath) Set the nexthop_num
44 field correctly. Add NEXTHOP_TYPE_IPV6_IFNAME for v6.
45 Conditionally set ZAPI_MESSAGE_METRIC flag - only for adds.
46 (zsend_ipv4_add) cruft, deleted.
47 (zsend_ipv4_delete) ditto.
48 (zsend_ipv6_add) ditto.
49 (zsend_ipv6_delete) ditto.
paul44145db2004-05-09 11:00:23 +000050 * ioctl.c: (if_get_mtu) set mtu6 to mtu
51 * mtu_kvm.c: (if_kvm_get_mtu) set mtu6 to mtu
52 * rt_netlink.c: (netlink_interface) set mtu6 to mtu
53 (netlink_link_change) ditto
paul66e94882004-05-09 17:19:24 +000054 * ipforward_solaris.c: fix typo of ND variable.
paul88424682004-05-09 18:21:35 +000055 * if_ioctl_solaris.c: Add zprivs support.
56 * ioctl_solaris.c: ditto.
paul66e94882004-05-09 17:19:24 +000057
paulb9df2d22004-05-09 09:09:59 +0000582004-05-09 Sowmini Varadhan <sowmini.varadhan@sun.com>
59
60 * zserv.c: (zsend_ipv{4,6}_{add,delete}_multipath) collapsed
61 into single zsend_route_multipath function.
62 (zsend_interface_{up,down}) collapsed into zsend_interface_update.
63 (zsend_interface_address_{add,delete}) collapsed into
64 zsend_interface_address.
65 (zsend_interface_add) send mtu6.
66 (zsend_interface_delete) ditto.
67 (zebra_write) remove unused function.
68 (various) Apply static qualifier. Add comments.
69 * zserv.h: Definitions changed as per above.
70 * redistribute.c: Changes as per zserv.c.
paul44145db2004-05-09 11:00:23 +000071 * interface.c: (if_delete_update) only used with HAVE_NETLINK
72 and RTM_IFANNOUNCE.
73 (if_flag_dump_vty) Solaris IFF_IPV4 and IFF_IPV6 if flags
74 (if_dump_vty) print mtu6 if not same as mtu
paul88424682004-05-09 18:21:35 +000075 * if_ioctl_solaris.c: New file, Solaris interface ioctl methods.
76 * ioctl_solaris.c: New file, Common solaris ioctl methods.
77
hasso34195bf2004-04-06 12:07:06 +0000782004-04-06 Krzysztof Oledzki <oleq@ans.pl>
79
80 * rt_netlink.c: Do not ignore metric when reading kernel routing
81 table on Linux with rt_netlink interface.
82
832004-03-18 Hasso Tepper <hasso@estpak.ee>
hassof1d92e12004-03-18 15:40:33 +000084
85 * interface.c: Temporary fix for handling secondary addresses
86 with label.
87
hasso55906722004-02-11 22:42:16 +0000882004-02-12 Hasso Tepper <hasso@estpak.ee>
hassof1d92e12004-03-18 15:40:33 +000089
hasso55906722004-02-11 22:42:16 +000090 * zserv.c: Added "ipv6 forwarding" command.
91
gdtb27900b2004-01-08 15:44:29 +0000922004-01-08 Greg Troxel <gdt@fnord.ir.bbn.com>
93
94 * kernel_socket.c (kernel_read): Use sockaddr_storage in buffer
95 for reading kernel messages to ensure enough space (necessary on
96 Solaris due to sockaddr_dl being large). Thanks to Sowmini
97 Varadhan for help with this change.
98
gdt9ccabd12004-01-06 18:23:02 +0000992004-01-06 Greg Troxel <gdt@t1.ir.bbn.com>
100
101 * rtadv.c (rtadv_send_packet): Change perror to zlog_err.
102
gdtdbee01f2004-01-06 00:36:51 +00001032004-01-05 Greg Troxel <gdt@fnord.ir.bbn.com>
gdt4bfbea82004-01-06 01:13:05 +0000104 * kernel_socket.c (ifm_read): Major cleanup. Use Sowmini's code
105 to find the sockaddr_dl in all cases, narrowing the Solaris ifdef
106 to just the accomodation of broken kernels. Check sockaddr_dl
107 carefully up front, and later assume any non-NULL sdl pointer is
108 valid. Clean up types and variable declarations, and rename
109 WRAPUP to SAROUNDUP to make the name fit the behavior.
110
1112004-01-05 Greg Troxel <gdt@fnord.ir.bbn.com>
gdtdbee01f2004-01-06 00:36:51 +0000112
113 * kernel_socket.c (kernel_read): Add a sockaddr_dl to the ifmsg
114 structure, because on Solaris sockaddr_dl is far larger than the
115 base sockaddr structure. (The code had previously been failing to
116 read all the data.)
gdt4bfbea82004-01-06 01:13:05 +0000117
gdtda26e3b2004-01-05 17:20:59 +00001182004-01-05 Greg Troxel <gdt@ahi.ir.bbn.com>
119
120 * kernel_socket.c (kernel_read): Look up interfaces by index
121 first, so that state changes which do not include a sockaddr_dl
122 now work. Add many sanity checks. In
123 particular, do not assume that a sockaddr_dl follows a message
124 without checking the ifm_addrs flags, and do not trust the length
125 in a sockaddr_dl. Add/clarify many comments.
126
gdt4b5e1352003-12-03 17:54:34 +00001272003-12-03 Greg Troxel <gdt@poblano.ir.bbn.com>
128
129 * rtadv.c: reorder includes to avoid compiler warning (define
130 structs before using them in prototypes)
131
hasso647e4f12003-05-25 11:43:52 +00001322003-05-25 Jim Crumpler <Jim.Crumpler@edion.com>
133
134 * zserv.c: Add "ip forwarding" command.
135
paul445f1432003-05-16 19:00:31 +00001362003-05-16 Gilad Arnold <gilad.arnold@terayon.com>
137
138 * zebra_rib.c: Fix memory leaks for ifname nexthops
139
1402003-04-19 Israel Keys <ikeys@agile.tv>
141
142 * rt_netlink.c: BLOCK on netlink while initialising
143
1442003-02-06 Francois Deppierraz <francois@ctrlaltdel.ch>
145
146 * rt_netlink.c (netlink_route_multipath): Set RTM_F_EQUALIZE when
147 it exists.
148
paul718e3742002-12-13 20:15:29 +00001492002-09-28 Akihiro Mizutani <mizutani@net-chef.net>
150
151 * zebra_rib.c (static_add_ipv4): Null0 static route is added.
152
1532002-09-10 Jochen Friedrich <chris+zebra@scram.de>
154
155 * rt_netlink.c: Add check for EAGAIN.
156 * kernel_socket.c: Likewise
157
1582002-06-12 Israel Keys <ikeys@oz.agile.tv>
159
160 * rt_netlink.c: Setting the NLM_F_ACK flag on the netlink command
161 message so that we get an ACK for successful netlink commands.
162 Change the netlink socket to BLOCKING while we wait for a
163 response; be it an ACK or an NLMSG_ERROR. Change
164 netlink_parse_info to deal with ACK messages.
165
1662001-11-01 Jun-ichiro itojun Hagino <itojun@iijlab.net>
167
168 * rtadv.c (rtadv_make_socket): setsockopt(IPV6_CHECKSUM) does not
169 work for ICMPv6 socket.
170
1712001-10-24 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
172
173 * rib.c (rib_process): Select connected route any case.
174
1752001-10-23 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
176
177 * interface.c (no_ip_address_secondary): Add "no" to command.
178
1792001-10-18 NOGUCHI Kay <kay@v6.access.co.jp>
180
181 * ioctl.c (if_prefix_add_ipv6): Set the prefered and valid lifetime
182 to infinity as the freebsd4.4 workaroud.
183
1842001-08-26 mihail.balikov@interbgc.com
185
186 * zebra_snmp.c: Fix snmpwalk problem such as IPv4 address
187 A.B.C.255.
188
1892001-08-22 NOGUCHI Kay <kay@v6.access.co.jp>
190
191 * rtadv.c: Do not send RA to loopback interface.
192
1932001-08-20 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
194
195 * ioctl.c (if_set_prefix): Remove Linux 2.0 specific connected
196 route treatment.
197
1982001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
199
200 * zebra-0.92a released.
201
2022001-08-17 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
203
204 * rib.c: Kernel route is treated as EGP routes in nexthop active
205 check.
206
2072001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
208
209 * zebra-0.92 released.
210
2112001-08-08 "Akihiro Mizutani" <mizutani@dml.com>
212
213 * rib.c (show_ip_route_prefix_longer): Add longer-prefix option to
214 show route commands.
215
2162001-07-29 Yon Uriarte <havanna_moon@gmx.net>
217
218 * zserv.c (zsend_ipv4_add_multipath): Add
219 NEXTHOP_TYPE_IPV4_IFINDEX check.
220
2212001-07-29 NOGUCHI Kay <kay@v6.access.co.jp>
222
223 * rtadv.c: Apply valid lifetime, preferred lifetime, onilnk flag,
224 autonomous address-configuration flag patch.
225 (no_ipv6_nd_suppress_ra): Change "ipv6 nd send-ra" to "no ipv6 nd
226 suppress-ra".
227
2282001-07-24 NOGUCHI Kay <kay@v6.access.co.jp>
229
230 * rtadv.c (ipv6_nd_ra_interval): Add "ipv6 nd ra-interval SECONDS"
231 command.
232
2332001-07-24 Jun-ichiro itojun Hagino <itojun@iijlab.net>
234
235 * rt_socket.c (kernel_rtm_ipv4): Add KAME/NetBSD151 equal cost
236 multicast FIB support both IPv4 and IPv6.
237
2382001-07-24 Hal Snyder <hal@vailsys.com>
239
240 * if_ioctl.c (interface_list_ioctl): Fix bug of failing to get the
241 full list of interfaces on some configurations of OpenBSD.
242
2432001-07-23 NOGUCHI Kay <kay@v6.access.co.jp>
244
245 * rtadv.c (ipv6_nd_send_ra): Apply [zebra 9320] to fix "ipv6 nd
246 send-ra" bug.
247 (ipv6_nd_ra_lifetime): "ipv6 nd ra-lifetime 0" for default router
248 availability.
249 (ipv6_nd_managed_config_flag): "ipv6 nd managed-config-flag" is
250 added.
251 (ipv6_nd_other_config_flag): "ipv6 nd other-config-flag" is added.
252
2532001-07-23 Jun-ichiro itojun Hagino <itojun@iijlab.net>
254
255 * ioctl.c (if_ioctl): Change ioctl argument from int to u_long.
256
257 * rt_ioctl.c: Likewise.
258
2592001-07-23 Jun-ichiro itojun Hagino <itojun@iijlab.net>
260
261 * kernel_socket.c (rtm_write): Only set RTF_CLONING when the
262 interface is not p2p.
263
2642001-04-23 Kunihiro Ishiguro <kunihiro@zebra.org>
265
266 * ioctl.c (if_prefix_add_ipv6): Fix argument type.
267
2682001-04-06 Toshiaki Takada <takada@zebra.org>
269
270 * zserv.c (zsend_interface_delete): Use client->obuf instead of
271 allocating new stream.
272
2732001-03-10 Kunihiro Ishiguro <kunihiro@zebra.org>
274
275 * rt_netlink.c: Revert RTPROT_BOOT change.
276
2772001-03-08 Kunihiro Ishiguro <kunihiro@zebra.org>
278
279 * rt_netlink.c (netlink_route_change): Skip RTPROT_BOOT route.
280 (netlink_routing_table): Likewise.
281
2822001-03-07 "Akihiro Mizutani" <mizutani@dml.com>
283
284 * zserv.c (zsend_ipv4_add_multipath): Send metric value to
285 protocol daemons.
286
2872001-02-18 Kunihiro Ishiguro <kunihiro@zebra.org>
288
289 * rt_netlink.c (netlink_routing_table): Do not return
290 tb[RTA_GATEWAY] is NULL. Reported by: "Michael O'Keefe"
291 <mokeefe@qualcomm.com>.
292
2932001-02-08 Kunihiro Ishiguro <kunihiro@zebra.org>
294
295 * if_ioctl.c (interface_list_ioctl): Call if_add_update().
296 Suggested by: Chris Dunlop <chris@onthe.net.au>.
297
2982001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
299
300 * rib.c (nexthop_active_ipv4): When nexthop type is
301 NEXTHOP_TYPE_IPV4_IFINDEX, propery set the ifindex to rifindex.
302
303 * zserv.c: Initialize rtm_table_default with 0.
304
305 * zebra-0.91 is released.
306
3072001-01-31 Kunihiro Ishiguro <kunihiro@zebra.org>
308
309 * kernel_socket.c (rtm_read): Filter cloned route. Suggested by:
310 Jun-ichiro itojun Hagino <itojun@iijlab.net>
311
3122001-01-30 Kunihiro Ishiguro <kunihiro@zebra.org>
313
314 * connected.c (connected_up_ipv6): When point-to-point destination
315 address is ::, use local address for connected network.
316 (connected_down_ipv6): Likewise.
317
3182001-01-25 Kunihiro Ishiguro <kunihiro@zebra.org>
319
320 * zserv.c (zebra_serv): Add missing close() call. Reported by:
321 David Waitzman <djw@vineyard.net>.
322
3232001-01-24 Kunihiro Ishiguro <kunihiro@zebra.org>
324
325 * rib.c (rib_lookup_ipv4): New function for checking exact match
326 IGP route.
327
3282001-01-23 Kunihiro Ishiguro <kunihiro@zebra.org>
329
330 * rib.c (show_ipv6_route_protocol): Fix bug of "show ip route
331 route-type".
332
3332001-01-22 Kunihiro Ishiguro <kunihiro@zebra.org>
334
335 * interface.c (zebra_interface): Do not call
336 zebra_interface_add_update for inactive interface.
337
338 * zserv.c (zsend_interface_address_add): Send interface address
339 flag.
340 (zsend_interface_address_delete): Likewise.
341
3422001-01-19 Kunihiro Ishiguro <kunihiro@zebra.org>
343
344 * interface.c (if_addr_add): Add flags.
345
346 * connected.c (ifa_add_ipv4): Add new function for interface
347 address handling.
348 (ifa_delete_ipv4): Likewise.
349
3502001-01-16 Kunihiro Ishiguro <kunihiro@zebra.org>
351
352 * rib.c (rib_update): Update IPv6 RIB.
353
354 * kernel_socket.c (ifam_read): Call if_refresh() for update
355 interface flag status. This is for implicit interface up on *BSD.
356
357 * interface.c (if_refresh): Add interface flag refresh function.
358
359 * kernel_socket.c (rtm_read): Fetch link-local address interface
360 index.
361 (ifan_read): We need to fetch interface information. Suggested
362 by: Yasuhiro Ohara <yasu@sfc.wide.ad.jp>.
363
364 * rib.c (static_ipv6_nexthop_same): Add check for
365 NEXTHOP_TYPE_IPV6_IFNAME.
366
3672001-01-15 Kunihiro Ishiguro <kunihiro@zebra.org>
368
369 * rib.h (NEW_RIB): Turn on NEW_RIB flag. IPv6 new RIB code are
370 taken into place.
371
3722001-01-14 Kunihiro Ishiguro <kunihiro@zebra.org>
373
374 * rib.c (static_ipv6_write): Display STATIC_IPV6_GATEWAY_IFNAME
375 configuration.
376 (rib_delete_ipv6): Handle same route conter for IPv6 connected
377 route.
378 (show_ipv6_route_protocol): New command.
379 (show_ipv6_route_addr): Likewise.
380 (show_ipv6_route_prefix): Likewise.
381 (rib_update): Sweep kernel route when it is cleaned up.
382
383 * rt_socket.c (kernel_add_ipv6): Add NEXTHOP_IPV6_IFNAME
384 treatmenet.
385
386 * rt_netlink.c (kernel_init): Likewise.
387
388 * rt_ioctl.c (kernel_ioctl_ipv6_multipath): Likewise.
389
390 * rib.c (rib_add_ipv4): Cope with same connected route on a
391 interface. Suggested by: Matthew Grant <grantma@anathoth.gen.nz>.
392 (nexthop_ipv6_ifname_add): Add NEXTHOP_IPV6_IFNAME treatmenet.
393
394 * rib.h (struct new_rib): Add refcnt to keep track on the
395 reference of same connected route.
396
397 * ioctl.c (if_set_prefix): Add check for GNU_LINUX.
398
3992001-01-13 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
400
401 * kernel_socket.c (ifan_read, rtm_type_str): Add RTM_OIFINFO check.
402 (rtm_type_str): Add RTM_IFANNOUNCE check.
403 (ifan_read): New function.
404 (kernel_read): Add case for RTM_IFANNOUNCE.
405
4062001-01-13 Kunihiro Ishiguro <kunihiro@zebra.org>
407
408 * rt_ioctl.c (kernel_ioctl_ipv6_multipath): New function.
409
410 * rt_netlink.c (netlink_route_multipath): IPv6 address ifindex
411 treatment.
412
413 * connected.c (connected_up_ipv6): Add dest value check.
414
415 * rib.c (nexthop_active_ipv6): Do not touch IPv6 nexthop's
416 ifindex.
417 (rib_add_ipv4): Import rib_add_ipv6() same route check code.
418 (nexthop_active_check): NEXTHOP_TYPE_IPV6_IFINDEX activity is only
419 checked by ifindex.
420
421 * rt_socket.c (kernel_rtm_ipv6_multipath): New function.
422
423 * redistribute.c (redistribute_add): Use
424 zsend_ipv6_add_multipath().
425 (redistribute_delete_multipath): Use
426 zsend_ipv6_delete_multipath().
427
428 * interface.c (ip_address): Check current IP address to avoid
429 duplicate.
430
431 * rib.c (rib_delete_ipv4): When deleted route is connected route,
432 check ifindex.
433 (rib_add_ipv4): When connected route is added do not perform
434 implicit withdraw.
435 (rib_delete_ipv4): Check ifindex for connected route.
436
437 * kernel_socket.c (rtm_read): When route has RTF_STATIC, set
438 ZEBRA_FLAG_STATIC for indicate as persistent route.
439 (ifam_read): Unset interface index from link-local address when
440 IPv6 stack is KAME.
441
442 * rib.c (rib_update): Do not delete persistent kernel route.
443
444 * rib.h (struct new_rib): Integrate RIB_FLAG_* to ZEBRA_FLAG_*.
445
446 * rt_socket.c (kernel_add_ipv6_multipath): Add placeholder.
447 (kernel_delete_ipv6_multipath): Likewise.
448
449 * rt_netlink.c (netlink_talk): Give struct nlsock to netlink_talk.
450
4512001-01-12 Kunihiro Ishiguro <kunihiro@zebra.org>
452
453 * rib.c (rib_update): Revert Matthew Grant's patch
454 zebra_cvs_newribfix.patch. Use struct rib->ifindex for kernel
455 interface index. Introduce NEXTHOP_TYPE_IPV4_IFINDEX to support
456 that. Add support for address deletion situation.
457
4582001-01-11 Kunihiro Ishiguro <kunihiro@zebra.org>
459
460 * interface.c: Remove HAVE_IF_PSEUDO part.
461
462 * rib.h: Likewise.
463
464 * rt_netlink.c (netlink_link_change): Likewise.
465
4662001-01-10 Kunihiro Ishiguro <kunihiro@zebra.org>
467
468 * zserv.c: Remove OLD_RIB codes.
469
4702001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
471
472 * zebra-0.90 is released.
473
4742001-01-09 Matthew Grant <grantma@anathoth.gen.nz>
475
476 * interface.c (if_new_intern_ifindex): Allocate a new internal
477 interface index.
478 (if_addr_refresh): Fix up ip addresses configured via zebra.
479 (if_add_update): Handle an interface addition.
480 (if_delete_update): Handle an interface delete event.
481
482 * rib.c (nexthop_ipv4_add): Add kernel route deletion process when
483 interface goes down.
484
4852001-01-08 Kunihiro Ishiguro <kunihiro@zebra.org>
486
487 * interface.c (if_dump_vty): When HAVE_NET_RT_IFLIST is defined,
488 NetBSD also use this function. Suggested by Jasper Wallace
489 <jasper@ivision.co.uk>.
490
4912001-01-07 Kunihiro Ishiguro <kunihiro@zebra.org>
492
493 * rib.c (nexthop_active_ipv4): Move back to set methodo to old
494 one.
495
4962001-01-05 Kunihiro Ishiguro <kunihiro@zebra.org>
497
498 * rib.c (rib_add_ipv4): EBGP multihop set ZEBRA_FLAG_INTERNAL
499 flag, so treat it.
500
5012001-01-04 Kunihiro Ishiguro <kunihiro@zebra.org>
502
503 * rt_netlink.c (netlink_talk_ipv6): When IPv6 route message is
504 sent from netlink_cmd, the same message comes from netlink. To
505 avoid confusion, temporary netlink_talk_ipv6 use netlink.sock
506 instead of netlink_cmd.sock.
507
5082001-01-01 Kunihiro Ishiguro <kunihiro@zebra.org>
509
510 * zserv.h (ZEBRA_SERV_PATH): Change "/tmp/zebra" to "/tmp/.zebra".
511 Change "/tmp/zserv" to "/tmp/.zserv".
512
5132000-12-29 Frank van Maarseveen <F.vanMaarseveen@inter.NL.net>
514
515 * rt_netlink.c (struct nlsock): Divide kernel message into listen
516 socket and command socket.
517 (netlink_talk): Remove socket listen code. Use netlink_parse_info
518 for read kernel response.
519
5202000-12-29 Kunihiro Ishiguro <kunihiro@zebra.org>
521
522 * rib.c (vty_show_ip_route): Show uptime of the RIP,OSPF,BGP
523 routes.
524
5252000-12-27 Kunihiro Ishiguro <kunihiro@zebra.org>
526
527 * rt_netlink.c (netlink_route_multipath): Metric value is
528 reflected to kernel routing table.
529
530 * rt_ioctl.c (kernel_ioctl_ipv4_multipath): Likewise.
531
532 * kernel_socket.c (rtm_write): Likewise.
533
534 * rib.c (nexthop_active_ipv4): Only iBGP route perform recursive
535 nexthop lookup.
536
537 * rt_ioctl.c (kernel_ioctl_ipv4_multipath): Add ioctl version of
538 new RIB implementation.
539
5402000-12-26 Kunihiro Ishiguro <kunihiro@zebra.org>
541
542 * rib.h: Remove MULTIPATH_NUM. It is defined by configure script.
543
5442000-12-25 Michael Rozhavsky <mrozhavsky@opticalaccess.com>
545
546 * rib.c (rib_if_up): Call rib_fib_set instead of RIB_FIB_SET for
547 proper redistribution.
548
5492000-12-19 Kunihiro Ishiguro <kunihiro@zebra.org>
550
551 * rib.c (nexthop_active_ipv4): Add self lookup nexthop check.
552 (show_ip_route_protocol): Support new RIB.
553
554 * rt_netlink.c (netlink_route_change): Do not return when gate is
555 NULL.
556
5572000-12-18 Kunihiro Ishiguro <kunihiro@zebra.org>
558
559 * rib.c (rib_lookup_ipv4_nexthop): IBGP nexthop check function is
560 updated.
561 (rib_add_ipv4): Free implicit withdraw route's RIB.
562
5632000-12-15 Kunihiro Ishiguro <kunihiro@zebra.org>
564
565 * rib.c (nexthop_active_ipv4): Check indirect nexthop.
566
567 * redistribute.c (redistribute_add_multipath): Redistribution
568 works with new rib code.
569
5702000-12-14 Kunihiro Ishiguro <kunihiro@zebra.org>
571
572 * rt_netlink.c (netlink_route_multipath): Check useful nexthop
573 number.
574 (netlink_route_multipath): Clear rtnh_flags and rtnh_hops.
575
576 * rib.c (nexthop_active_update): Set flag for the rib's nexthop
577 activity is changed.
578 (nexthop_active_check): Before checking interface is up, make it
579 sure the interface exist.
580
5812000-11-20 Kunihiro Ishiguro <kunihiro@zebra.org>
582
583 * rib.c (ip_route): New RIB prototype.
584
5852000-11-16 Yon Uriarte <ukl2@rz.uni-karlsruhe.de>
586
587 * zserv.c (zsend_interface_add): Send hardware address when
588 hw_addr_len is greater than 0.
589
5902000-11-07 Kunihiro Ishiguro <kunihiro@zebra.org>
591
592 * connected.c (connected_up_ipv4): Fix ptop bug. The destination
593 network should be installed into routing table.
594 (connected_down_ipv4): Likewise.
595 (connected_add_ipv4): Change to use connected_up_ipv4.
596 (connected_delete_ipv4): Likewise.
597
5982000-11-06 Kunihiro Ishiguro <kunihiro@zebra.org>
599
600 * rt_netlink.c (netlink_interface_addr): Revert Harald Welte
601 <laforge@gnumonks.org>'s ptop patch then back to original code to
602 avoid duplicated connected route problem. Suggested by Frank van
603 Maarseveen <F.vanMaarseveen@inter.NL.net>.
604
605 * kernel_socket.c (rtm_read): Make behavior consistent even #ifdef
606 DEBUG is defined. Reported by Jun-ichiro itojun Hagino
607 <itojun@iijlab.net>.
608
6092000-10-23 Jochen Friedrich <jochen@scram.de>
610
611 * main.c (main): Call zebra_snmp_init() when it is enabled.
612
6132000-10-23 Kunihiro Ishiguro <kunihiro@zebra.org>
614
615 * zserv.c (zebra_serv_un): UNIX domain socket server of zebra
616 protocol.
617
6182000-10-19 Kunihiro Ishiguro <kunihiro@zebra.org>
619
620 * rib.c (rib_add_ipv4): Same check bug is fixed.
621
6222000-10-03 Kunihiro Ishiguro <kunihiro@zebra.org>
623
624 * rib.c (rib_if_down): Remove kernel route when the interface goes
625 down.
626
627 * debug.c: New command "debug zebra kernel" is added.
628
6292000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
630
631 * zebra-0.89 is released.
632
6332000-09-24 Harald Welte <laforge@gnumonks.org>
634
635 * rt_netlink.c (netlink_interface_addr): Fix point-to-point address
636 treatment in netlink interface.
637
6382000-09-21 David Lipovkov <dlipovkov@OpticalAccess.com>
639
640 * rib.c (rib_if_down): Pull static route only. Protocol daemon
641 must withdraw routes when interface goes down.
642 (rib_add_ipv4): Check nexthop when replace route.
643
6442000-09-21 Kunihiro Ishiguro <kunihiro@zebra.org>
645
646 * if_ioctl.c (if_getaddrs): New function for looking up
647 interface's address by getifaddrs().
648
6492000-09-10 Kunihiro Ishiguro <kunihiro@zebra.org>
650
651 * connected.c (connected_delete_ipv4): Add check for connected
652 address is found or not.
653 (connected_add_ipv6): Reflect IPv6 connected address change to
654 protocol daemons.
655 (connected_delete_ipv6): Likewise.
656
6572000-09-07 David Lipovkov <davidl@nbase.co.il>
658
659 * rib.c (rib_delete_ipv4): Reverted the change from pseudo
660 interface patch to original. Because ospfd deletes routes using
661 zero ifindex.
662
6632000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
664
665 * zebra-0.88 is released.
666
6672000-08-15 "Akihiro Mizutani" <mizutani@dml.com>
668
669 * rib.c (show_ip_route_protocol): Help string correction.
670 (show_ip_route_prefix): Check prefix mask.
671 (show_ip_route_vty_detail): Display distance and metric.
672
6732000-08-14 Kunihiro Ishiguro <kunihiro@zebra.org>
674
675 * zserv.c (zsend_interface_add): Change ifindex store size from
676 two octet to four.
677 (zsend_interface_delete): Likewise.
678 (zsend_interface_address_add): Likewise.
679 (zsend_interface_address_delete): Likewise.
680 (zsend_interface_up): Likewise.
681 (zsend_interface_down): Likewise.
682
6832000-08-13 Kunihiro Ishiguro <kunihiro@zebra.org>
684
685 * rib.c (rib_add_ipv4): Do not install distance 255 route.
686
6872000-08-10 Toshiaki Takada <takada@zebra.org>
688
689 * interface.c (bandwidth_if), (no_bandwidth_if): Call
690 zebra_interface_up_update () instead of using if_up() and if_down().
691
6922000-08-07 "Akihiro Mizutani" <mizutani@dml.com>
693
694 * interface.c (bandwidth_if): Fix help string.
695
6962000-08-07 Matthew Grant <grantma@anathoth.gen.nz>
697
698 * interface.c (if_dump_vty): Display bandwidth value.
699 (bandwidth_if): New command "bandwidth <1-10000000>" is added.
700 When interface is up, force protocol daemons to recalculate routes
701 due to cost change.
702 (no_bandwidth_if): Likewise.
703 (if_config_write): Output bandwidth configuration.
704
705 * zserv.c (zsend_interface_add): Send bandwidth value.
706 (zsend_interface_up): Likewise.
707 (zsend_interface_down): Likewise.
708
709
7102000-08-07 Michael Rozhavsky <mike@nbase.co.il>
711
712 * rib.c (show_ip_route_protocol): "show ip route
713 (bgp|connected|kernel|ospf|rip|static)" is added.
714
7152000-08-07 Kunihiro Ishiguro <kunihiro@zebra.org>
716
717 * rib.c (rib_lookup_ipv4_nexthop): Check parent node until IGP
718 nexthop is found.
719 (rib_add_ipv4_internal): Set fib ifindex to rib ifindex.
720
7212000-08-06 Kunihiro Ishiguro <kunihiro@zebra.org>
722
723 * redistribute.c (redistribute_delete): Fix bug of default route
724 redistribute treatment.
725
7262000-08-05 Kunihiro Ishiguro <kunihiro@zebra.org>
727
728 * rib.c (rib_init): Install ip_node in rib.c instead of zserv.c.
729 Change default distance value.
730
731 Old New
732 ------------------------------------------
733 system 10 0
734 kernel 20 0
735 connected 30 0
736 static 40 1
737 rip 50 120
738 ripng 50 120
739 ospf 60 110
740 ospf6 49 110
741 bgp 70 200(iBGP) 20(eBGP)
742 ------------------------------------------
743
744 * zserv.c (client_lookup): Function removed.
745 (zsend_interface_add): Use client's output buffer. Check ifinfo
746 flag.
747 (zsend_interface_delete): Likewise.
748 Delete ipv4_static_radix and ipv6_static_radix.
749
7502000-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
751
752 * zserv.h (struct zebra_client): When client request interface
753 information, ifinfo is set.
754
755 * rib.c: Temporary Revert changes for pseudo interface.
756
757 * rib.h: Likewise.
758
759 * zserv.c: Likewise.
760
761 * interface.c: Likewise.
762
7632000-08-02 David Lipovkov <davidl@nbase.co.il>
764
765 * interface.c (zebra_if_init): Install interface "pseudo"
766 commands.
767
768 * rib.c (rib_create): ifname argument is added.
769 (rib_add_ipv4_pseudo): New function is added.
770 (rib_delete_ipv4_pseudo): Likewise.
771
772 * rib.h : Delete INTERFACE_UNKNOWN definition. Add prototype for
773 pseudo interface functions.
774
775 * rt_netlink.c (netlink_link_change): Check for pseudo interface.
776
777 * zserv.c (ip_route): When destination is pseudo interface, call
778 rib_add_ipv4_pseudo().
779
780 * zserv.c (no_ip_route): Trim "unknown" argument.
781
7822000-07-26 kunitake@dti.ad.jp
783
784 * if_ioctl.c (if_get_hwaddr): Fix hardware address length from 8
785 to 6.
786
787 * rtadv.c (rtadv_send_packet): Fix shift bug for hardware address.
788
7892000-07-24 Akihiro Mizutani <mizutani@dml.com>
790
791 * interface.c: Use install_default() for common VTY commands.
792
7932000-07-23 Kunihiro Ishiguro <kunihiro@zebra.org>
794
795 * if_ioctl.c (interface_list_ioctl): A interface list size is
796 calculated from ifreq->if_addr.sa_len. This is for OpenBSD.
797
798 * ioctl.c (if_get_mtu): Remove codes for SIOCGIFDATA.
799
8002000-07-09 Chris Dunlop <chris@onthe.net.au>
801
802 * if_ioctl.c (if_get_index): Add check for HAVE_BROKEN_ALIASES.
803
8042000-07-04 Kunihiro Ishiguro <kunihiro@zebra.org>
805
806 * zserv.c (zebra_client_read): Add ZEBRA_REDISTRIBUTE_{ADD,DELETE}
807 message handling.
808
8092000-07-02 David Lipovkov <davidl@nbase.co.il>
810
811 * zserv.c: "ip route A.B.C.D/M unknown" command is added.
812
8132000-06-28 Michael Rozhavsky <mike@nbase.co.il>
814
815 * rib.c: Remove old kernel route when new route comes in.
816
8172000-06-13 David Lipovkov <davidl@nbase.co.il>
818
819 * rib.c (rib_if_up): Add check for unknown interface.
820
8212000-06-13 Kunihiro Ishiguro <kunihiro@zebra.org>
822
823 * rib.h: Define INTERFACE_UNKNOWN.
824
8252000-06-08 Kunihiro Ishiguro <kunihiro@zebra.org>
826
827 * Makefile.am (EXTRA_DIST): Move irdp.c until implementation is
828 finished.
829
8302000-06-05 David Lipovkov <davidl@nbase.co.il>
831
832 * interface.c (if_zebra_delete_hook): Call rib_if_delete().
833
834 * redistribute.c (zebra_interface_delete_update): New function.
835
836 * redistribute.h (zebra_interface_delete_update): New function
837 prototype.
838
839 * rib.c (rib_if_delete): New function. Walk down all routes and
840 delete all on the interface.
841
842 * rib.h: New function prototype.
843
844 * rt_netlink.c (netlink_link_change): Call
845 zebra_interface_delete_update ().
846
8472000-05-10 Kunihiro Ishiguro <kunihiro@zebra.org>
848
849 * if_ioctl.c (interface_info_ioctl): Check interface's flag before
850 checking interface's address.
851
8522000-04-26 Jochen Friedrich <jochen@nwe.de>
853
854 * GNOME-PRODUCT-ZEBRA-MIB: New file.
855
856 * GNOME-SMI: New file.
857
8582000-04-23 Kunihiro Ishiguro <kunihiro@zebra.org>
859
860 * irdp.c: New file from 1997 development code.
861 * irdp.h: Likewise.
862
8632000-04-19 Kunihiro Ishiguro <kunihiro@zebra.org>
864
865 * rtadv.c (rtadv_send_packet): Enclose router advertisement
866 logging with IS_ZEBRA_DEBUG_PACKET.
867
8682000-04-17 Kunihiro Ishiguro <kunihiro@zebra.org>
869
870 * zserv.c (zebra_client_close): Remove client structure from
871 client_list when connection is terminated.
872
8732000-03-21 David Lipovkov <davidl@nbase.co.il>
874
875 * connected.c (connected_add_ipv4): Allows all necessary structure
876 updates for connected route, but doesn't insert it into rib if
877 it's interface is down.
878
8792000-01-21 Hideto Yamakawa <hideto.yamakawa@soliton.co.jp>
880
881 * rtread_getmsg.c: Set some definition for Solaris 2.5 and Solaris
882 2.5.1.
883
8842000-01-21 Kunihiro Ishiguro <kunihiro@zebra.org>
885
886 * rib.c (no_ipv6_route_ifname): Fix buf of cheking return value
887 from str2prefix_ipv6().
888
8892000-01-14 Kunihiro Ishiguro <kunihiro@zebra.org>
890
891 * rt_socket.c: Revert to use RTF_HOST for IPv4 with /32 route and
892 IPv6 with /128 routes.
893 (kernel_rtm_ipv4): In case of /32 route's gateway is interface. It
894 should have mask for cloning.
895
8961999-12-26 Jochen.Friedrich@genorz.de
897
898 * interface.c (if_dump_vty): Fix a bug of missing VTY_NEWLINE.
899
9001999-12-23 Alex Zinin <zinin@amt.ru>
901 * interface.*: dynamic int up/down support
902
9031999-12-09 Kunihiro Ishiguro <kunihiro@zebra.org>
904
905 * ipforward_proc.c (dropline): Move dropline() from lib/dropline.c
906
907 * rtread_proc.c (proc_route_read): Don't use dropline().
908
9091999-12-08 Kunihiro Ishiguro <kunihiro@zebra.org>
910
911 * kernel_socket.c (rtm_read): When message is RTM_GET, it has own
912 process's pid.
913
9141999-12-04 Kunihiro Ishiguro <kunihiro@zebra.org>
915
916 * main.c (main): Change to default log output to ZLOG_STDOUT.
917
918 * zserv.c (zebra_serv): More detailed error print.
919
9201999-11-30 Kunihiro Ishiguro <kunihiro@zebra.org>
921
922 * kernel_socket.c (rtm_read): Check old pid for static route
923 insertion check.
924
9251999-11-30 Kunihiro Ishiguro <kunihiro@zebra.org>
926
927 * interface.c (if_dump_vty): BSDI/OS uses 64bit for interface
928 statistics counter.
929
930 * mtu_kvm.c: New file added.
931
9321999-11-27 Vladimir B. Grebenschikov <vova@express.ru>
933
934 * kernel_socket.c (rtm_write): Set RTF_CLONING flag for
935 route to the directly connected interface.
936
9371999-11-27 Kunihiro Ishiguro <kunihiro@zebra.org>
938
939 * rt_socket.c: Delete USE_HOST_BIT definition.
940
9411999-11-21 Michael Handler <handler@sub-rosa.com>
942
943 * rtread_getmsg.c: Undef some definition to resolve conflict.
944
9451999-11-27 Kunihiro Ishiguro <kunihiro@zebra.org>
946
947 * kernel_socket.c (rtm_write): Change to use pre stored struct_dl
948 value for gateway specification.
949
9501999-11-25 Kunihiro Ishiguro <kunihiro@zebra.org>
951
952 * rt_socket.c (kernel_rtm_ipv4): Even mask is 32 under IPv4 or
953 128 under IPv6, don't use RTF_HOST.
954
9551999-11-21 Kunihiro Ishiguro <kunihiro@zebra.org>
956
957 * Makefile.am (EXTRA_DIST): Add rtread_getmsg.c.
958
9591999-11-21 Michael Handler <handler@sub-rosa.com>
960
961 * rtread_getmsg.c: Added for Solaris 2.6 support.
962
9631999-11-18 Kunihiro Ishiguro <kunihiro@zebra.org>
964
965 * rtread_sysctl.c (rtm_read_route): RTM_DELETE handling added.
966
967 * rt_socket.c (kernel_read): Better BSD routing socket support.
968
9691999-10-19 Kunihiro Ishiguro <kunihiro@zebra.org>
970
971 * client_main.c: Disable making obsolete zebra test `client'
972 command.
973
9741999-10-18 Kunihiro Ishiguro <kunihiro@zebra.org>
975
976 * zebra.c: Renamed to zserv.c.
977
978 * zebra.h: Global definitions are moved to lib/zebra.h. Then
979 renamed to zserv.h.
980
9811999-10-15 Jordan Mendelson <jordy@wserv.com>
982
983 * if_ioctl.c: Add Linux 2.2.X's alias support and dynamic
984 interface. Remove ugly MAX_INTERFACE handling codes.
985
9861999-09-17 Satosi KOBAYASI <kobayasi@north.ad.jp>
987
988 * Fix serious bug of IPv6 route deletion.
989
9901999-09-11 Kunihiro Ishiguro <kunihiro@zebra.org>
991
992 * ioctl.c (if_set_prefix): Properly set broadcast address.
993
9941999-09-04 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
995
996 * rib.c (rib_add_ipv6, rib_delete_ipv6): now protocol daemons
997 can install connected route to kernel via zebra
998
9991999-08-24 VOP <vop@unity.net>
1000
1001 * rib.c: Include "sockunion.h"
1002
10031999-08-22 Kunihiro Ishiguro <kunihiro@zebra.org>
1004
1005 * ipforward.h: New file.
1006
1007 * zebra.h: Obsolete message ZEBRA_GET_ALL_INTERFACE,
1008 ZEBRA_GET_ONE_INTERFACE, ZEBRA_GET_HOSTINFO are deleted.
1009
10101999-08-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1011
1012 * zebra.h (ZEBRA_INTERFACE_ADDRESS_ADD):
1013 ZEBRA_INTERFACE_{ADD,DELETE} added.
1014
10151999-08-15 Kunihiro Ishiguro <kunihiro@zebra.org>
1016
1017 * rib.c: show ip route A.B.C.D works.
1018
1019 * zebra.c (zebra_read_ipv4): Add ifindex to zebra messages.
1020
10211999-08-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1022
1023 * zebra.h: New Zebra message ZEBRA_INTERFACE_{ADD,DELETE} added.
1024
10251999-08-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1026
1027 * interface.h: New file.
1028 * Makefile.am: Add interface.h
1029
10301999-08-04 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1031
1032 * redistribute.c (zebra_redistribute): give ifindex to client.
1033
10341999-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1035
1036 * main.c (longopts): -k, --keep_kernel option added.
1037
10381999-07-18 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1039
1040 * rt_socket.c (rtm_write): forgot closing socket bug fixed.
1041
10421999-07-17 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1043
1044 * rib.c (show_ipv6_cmd): if rib is link show interface name.
1045
10461999-07-17 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1047
1048 * rt_socket.c (rtm_write): use sockaddr_dl when null gateway.
1049
10501999-07-16 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1051
1052 * rt_socket.c (rtm_write): ipv6 route table bug fixed.
1053
10541999-07-15 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1055
1056 * zebra.c (zebra_read_ipv6): read link prefix from ospf6 support
1057
10581999-07-15 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1059
1060 * rt_socket.c (kernel_rtm_ipv6): gate treatment bug fixed.
1061
10621999-07-15 Kunihiro Ishiguro <kunihiro@zebra.org>
1063
1064 * if_sysctl.c (ifm_read): Clear sockunion argument before fetching
1065 data. Suggested by "Chris P. Ross" <cross@eng.us.uu.net>
1066
10671999-07-08 HEO SeonMeyong <seirios@Matrix.IRI.Co.Jp>
1068
1069 * interface.c (if_tun_add): Add KAME's gif tunnel setting codes.
1070
10711999-06-26 Kunihiro Ishiguro <kunihiro@zebra.org>
1072
1073 * zebra.c (zebra_serv): Only accept loopback address connection.
1074
10751999-06-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1076
1077 * zebra.h (ZEBRA_ROUTE_EXTERNAL): Add zebra messages flags
1078
10791999-06-17 Kunihiro Ishiguro <kunihiro@zebra.org>
1080
1081 * ipforward_proc.c: ipforward_on () and ipforward_off () added.
1082
10831999-06-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1084
1085 * ipforward_proc.c (ipforward_ipv6): Check for IPv6 forwarding
1086 using /proc file system is added.
1087
10881999-06-06 Kunihiro Ishiguro <kunihiro@zebra.org>
1089
1090 * if_ioctl.c (if_get_index): Interface index set bug is fixed by
1091 adding #else at the middle of function. Suggested by David Luyer
1092 <luyer@ucs.uwa.edu.au>.
1093
10941999-05-29 <kunihiro@zebra.org>
1095
1096 * rt_ioctl.c: Comment out #include <linux/ipv6_route.h>.
1097
10981999-05-26 Kunihiro Ishiguro <kunihiro@zebra.org>
1099
1100 * zebra.h (ZEBRA_ROUTE_MAX): Add new define for the max value of
1101 the sort of routes.
1102
11031999-05-25 Patrick Koppen <koppen@rhrk.uni-kl.de>
1104
1105 * rt_netlink.c (netlink_socket): Make netlink socket non-blocking.
1106 (netlink_parse_info): If errno is EWOULDBLOCK then continue to
1107 parse the message.
1108 (netlink_talk): Likewise
1109
11101999-05-17 <kunihiro@zebra.org>
1111
1112 * redistribute.c (zebra_check_addr): Added for loopback address
1113 check.
1114
11151999-05-15 Kunihiro Ishiguro <kunihiro@zebra.org>
1116
1117 * rt_netlink.c (netlink_route_change): Tempolary bypass ipv6 route
1118 change treatment.
1119
1120 * Makefile.am (noinst_HEADERS): redistribute.h added.
1121
1122 * redistribute.h: New file.
1123
11241999-05-14 Stephen R. van den Berg <srb@cuci.nl>
1125
1126 * zebra.c (show_table): Show all table configuration DEFUN.
1127 (config_table): Config table number DEFUN.
1128
1129 * rt_netlink.c: Add support for multiple routing table.
1130
1131 * rib.c (rib_weed_table): New function added for delete all
1132 routes from specified routing table.
1133
1134 * main.c (signal_init): SIGTERM call sigint.
1135 (sigint): Loggging more better message.
1136
11371999-05-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1138
1139 * rt_netlink.c: Change log () to zlog ().
1140
11411999-05-07 <kunihiro@zebra.org>
1142
1143 * zebra.h (ZEBRA_ROUTE_OSPF6): Added for ospf6d route.
1144
11451999-04-20 Kunihiro Ishiguro <kunihiro@zebra.org>
1146
1147 * interface.c: Add `no ip address' command.
1148
11491999-04-10 Kunihiro Ishiguro <kunihiro@zebra.org>
1150
1151 * rt_netlink.c (kernel_read): Function added for asynchronous
1152 zebra between kernel communication.
1153
11541999-03-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1155
1156 * rtread_sysctl.c (rtm_read): Fix address memcopy overrun bug.
1157 Reported by Achim Patzner <ap@bnc.net>.
1158
11591999-03-03 Kunihiro Ishiguro <kunihiro@zebra.org>
1160
1161 * Makefile.am: Install configuration sample with 600 permission.
1162
11631999-03-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1164
1165 * Makefile.am: Add -I.. to INCLUDES.
1166
11671999-02-18 Peter Galbavy <Peter.Galbavy@knowledge.com>
1168
1169 * syslog support added
1170
11711999-02-17 Peter Galbavy <Peter.Galbavy@knowledge.com>
1172
1173 * if_sysctl.c (interface_list): allocated memory free when unknown
1174 ifm_type is returned.
1175
1176 * ioctl.c (if_get_mtu): added SIOCGIFDATA treatment.
1177
11781998-12-15 Magnus Ahltorp <map@stacken.kth.se>
1179
1180 * interface.c: Header include added.
1181
11821998-12-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1183
1184 * rt.h (kernel_delete_ipv6): change int index to unsigned int index.
1185
11861998-12-13 Kunihiro Ishiguro <kunihiro@zebra.org>
1187
1188 * if_ioctl.c (interface_list_ioctl): interface flag must be
1189 checked before check addresses of the interface.
1190
11911998-12-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1192
1193 * Makefile.am (INCLUDES): add @INCLUDES@ for Linux IPv6.
1194
11951998-10-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1196
1197 * ioctl.c: Linux version before 2.1.0 need interface route setup.
1198
11991998-09-15 HEO SeonMeyong <seirios@matrix.iri.co.jp>
1200
1201 * change HYDRANGEA to KAME
1202
12031998-09-01 Kunihiro Ishiguro <kunihiro@zebra.org>
1204
1205 * if_ioctl.c (if_addr_ioctl): set address family for getting
1206 interface's address.
1207 (if_get_index): silently return when can't get interface's index.
1208
12091998-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
1210
1211 * main.c (main): batch mode option '-b' added.
1212
12131998-08-16 Kunihiro Ishiguro <kunihiro@zebra.org>
1214
1215 * ioctl.c (if_set_prefix): add `ip address IPV4ADDR' command.
1216 * interface.c (shutdown_if): add interface shutdown and no
1217 shutdown command.
1218
12191998-08-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1220
1221 * rib.c (rib_add_ipv6): delete rib_add_in6.
1222
12231998-07-27 Kunihiro Ishiguro <kunihiro@zebra.org>
1224
1225 * main.c: retain flag is added.
1226
12271998-07-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1228
1229 * rtable.[ch]: merged with rib.[ch]
1230
12311998-07-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1232
1233 * connected.h: renamed from ifa.h.
1234
12351998-06-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1236
1237 * rename if.c to interface.c
1238 * rename ifa.c to connected.c
1239
1240 * Porting to Debian GNU/Linux 2.0 (hamm).
1241
12421998-06-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1243
1244 * rt_netlink.c: renamed from krt_netlink.c
1245
1246 * fib.c: deleted.
1247 * rt_kvm.c: deleted.
1248 * rtread_getmsg.c: deleted.
1249
12501998-06-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1251
1252 * if.c (multicast): add multicast flag [un]set fucntion.
1253
12541998-05-19 Yamshita TAKAO <jargon@lares.dti.ne.jp>
1255
1256 * rt_socket.c: Modify for compile on Solaris, but dont't work it.
1257 rt_socket.c have some undefined function, so add directive "IMPLEMENT"
1258
12591998-05-18 Yamshita TAKAO <jargon@lares.dti.ne.jp>
1260
1261 * zebra.c: Modify for compile on Solaris.
1262
12631998-05-03 Kunihiro Ishiguro <kunihiro@zebra.org>
1264
1265 * main.c: change CONFDIR to SYSCONFDIR.
1266
12671998-05-01 Kunihiro Ishiguro <kunihiro@zebra.org>
1268
1269 * .cvsignore: added.
1270
12711998-04-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1272
1273 * client.c: moves to ../lib.
1274
12751998-03-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1276
1277 * if_ioctl.c (if_get_addr): Change address copy from memcopy() to
1278 structure assignment.
1279
12801998-03-30 URA Hiroshi <ura@yamato.ibm.co.jp>
1281
1282 * if_sysctl.c (ifm_interface_add): sdl->sdl_data copy bug fixed.
1283
12841998-02-23 "Hannes R. Boehm" <hannes@boehm.org>
1285
1286 * if.c (if_init): add config_exit_cmd and config_help_cmd.
1287
12881998-01-24 Kunihiro Ishiguro <kunihiro@zebra.org>
1289
1290 * rt_ioctl.c (route_ioctl): EPERM treatment added.
1291
12921998-01-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1293
1294 * rt_socket.c (kernel_read): communication port zebra between
1295 kernel is now handled by kernel_read.
1296
12971998-01-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1298
1299 * main.c (main): zebra [-P port] can specify vty port number.
1300
13011997-12-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1302
1303 * zebra.c: change select will be block.
1304
13051997-12-04 Kunihiro Ishiguro <kunihiro@zebra.org>
1306
1307 * add static route treatment.
1308
13091997-11-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1310
1311 * rt_netlink.c: add netlink support over GNU/Linux system.
1312
13131997-11-23 Kunihiro Ishiguro <kunihiro@zebra.org>
1314
1315 * all inet_addr is changed to inet_aton.
1316
1317 * zebra.c (ip_route): add ip route command for static routes.
1318
13191997-11-20 Kunihiro Ishiguro <kunihiro@zebra.org>
1320
1321 * if.c (if_flag_dump): Linux port of if_flag_dump and _vty.
1322
13231997-11-19 Kunihiro Ishiguro <kunihiro@zebra.org>
1324
1325 * if.c: add interface command.
1326
13271997-11-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1328
1329 * ipforward_proc.c : Now works on Linux.
1330
13311997-10-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1332
1333 * command.c : add completion feature.
1334
13351997-10-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1336
1337 * vty.c (vty_command): add vty interface.
1338
13391997-10-13 Kunihiro Ishiguro <kunihiro@zebra.org>
1340
1341 * zebra.c: add verbose mode.
1342
13431997-10-12 SonMyong Ho <s-ho@Matrix.IRI.Co.Jp>
1344
1345 * Hydrangea for FreeBSD supported
1346 * in.h: add some prototype.
1347
13481997-10-11 Kunihiro Ishiguro <kunihiro@zebra.org>
1349
1350 * rt_socket.c and rtread.c completely rewritten.
1351
13521997-10-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1353
1354 * rt_socket.c: rename kernel_sock to routing_socket
1355
13561997-10-04 Kunihiro Ishiguro <kunihiro@zebra.org>
1357
1358 * if.c (if_new): interface structure change from linklist to vector.
1359
13601997-10-03 Kunihiro Ishiguro <kunihiro@zebra.org>
1361
1362 * vector.c (vector_init): create vector related function
1363
13641997-09-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1365
1366 * Makefile.in: add tags target
1367
1368 * start IPv6 support for INRIA FreeBSD.
1369