blob: 27deda70ef8c5931d19ca47e43fe3c365a54f6c1 [file] [log] [blame]
paul0c0f9112004-09-24 08:24:42 +000012004-09-24 Paul Jakma <paul@dishone.st>
2
paul26f7a242004-09-24 08:45:10 +00003 * irdp_interface.c: (no_ip_irdp_address_preference_cmd)
4 add missing listnode declaration.
5
62004-09-24 Paul Jakma <paul@dishone.st>
7
paul0c0f9112004-09-24 08:24:42 +00008 * irdp_{interface,main}.c: lists typedef removal cleanup.
9 update some list loops to LIST_LOOP. some miscellaneous style
10 and indent fixups.
11 (no_ip_irdp_address_preference_cmd) Fix delete of referenced node
paul26f7a242004-09-24 08:45:10 +000012 in loop.
paul0c0f9112004-09-24 08:24:42 +000013 * irdp_packet.c: (irdp_recvmsg) Fix buggy assignment of integer
14 to pointer.
15 * if_ioctl{,_solaris}.c: lists typedef removal cleanup.
16 update some list loops to LIST_LOOP.
17
hasso52dc7ee2004-09-23 19:18:23 +0000182004-09-23 Hasso Tepper <hasso at quagga.net>
19
20 * *.[c|h]: list -> struct list *, listnode -> struct listnode *.
21
paul44983cf2004-09-22 13:15:58 +0000222004-09-22 Paul Jakma <paul.jakma@sun.com>
23
24 * zserv.c: (zsend_route_multipath) fix nasty bad memset of struct
25 in_addr to sizeof(struct in6_addr), causing odd and hard to debug
26 crash.
27
hassoc34b6b52004-08-31 13:41:49 +0000282004-08-31 Hasso Tepper <hasso at quagga.net>
29
30 * main.c, rt_netlink.c: Added -s command line switch for tuning
31 netlink receive buffer size in Linux to avoid buffer overruns.
32
gdta5ea6872004-08-26 13:24:00 +0000332004-08-26 Miles Nordin <carton@Ivy.NET>
34
35 * ipforward_sysctl.c (mib_ipv6): Use size_t for len, per
36 sysctl(3), rather than int. (Needed on NetBSD/alpha to display
37 forwarding status correctly.)
38
paul3e0b3a52004-08-23 18:58:32 +0000392004-08-23 Paul Jakma <paul@dishone.st>
40
41 * zserv.c: (zebra_init) remove implicit ip forward enabling
42
paul0de1cde2004-08-19 04:45:33 +0000432004-08-19 Paul Jakma <paul@dishone.st>
44
45 * irdp_main.c: update to match sockopt renames.
46 * irdp_packet.c: include sockopt.h and update to match sockopt
47 renames.
48
gdt57492d52004-08-11 18:06:38 +0000492004-08-11 Greg Troxel <gdt@fnord.ir.bbn.com>
50
51 * rtadv.c (rtadv_send_packet): Allocate space for control messages
52 more carefully; it was wrong on NetBSD/sparc where CMSG alignment
53 is to 8 bytes instead of 4, and overwriting the address. Use the
54 provided macros for determining lengths.
55
paul5b73a672004-07-23 15:26:14 +0000562004-07-23 Sowmini Varadhan <Sowmini.Varadhan@Sun.COM>
57
58 * if_ioctl_solaris.c: HAVE_IPV6 ifdef fixups
59 * zserv.c: ditto
60 * ioctl_solaris.c: ditto.
61 * interface.c: cast for LLADDR
62 * interface.h: Add guards, include redistribute.h and remove
63 extraneous definitions of zebra_interface_{up,down}_update
64 * ioctl.h: Add AF_IOCTL define for non SOLARIS_IPV6
65 * redistribute.h: include dependent header, zserv.h
66 * zserv.h: include dependent header, rib.h
67
paul1470baf2004-07-23 15:25:01 +0000682004-07-23 Paul Jakma <paul@dishone.st>
69
70 * irdp_main.c: use setsockopt_pktinfo_ipv4
71 * irdp_packet.c: use SOPT_SIZE_CMSG_PKTINFO_IPV4 and
72 getsockopt_pktinfo_ifindex()
73
gdtcced60d2004-07-13 16:45:54 +0000742004-07-13 David Wiggins <dwiggins@bbn.com
75
76 * kernel_socket.c (rtm_flag_dump): terminate buffer with '\0', not '0'.
77
hasso25dac852004-07-13 03:06:51 +0000782004-07-13 Hasso Tepper <hasso@estpak.ee>
79
80 * irdp_main.c: Add privilege change.
81
hasso996933f2004-07-12 16:32:56 +0000822004-07-12 Hasso Tepper <hasso@estpak.ee>
83
84 * irdp_interface.c: follow common style while naming vty command
85 functions. Avoids confusion in extract.pl.
86
gdt87efd642004-06-30 17:36:11 +0000872004-06-30 Greg Troxel <gdt@poblano.ir.bbn.com>
88
89 * main.c: define thread_master variable so that linking with
90 libzebra.so doesn't fail. Arguably zclient.o should be in a
91 separate library, but this is far less disruptive.
92
hassoca776982004-06-12 14:33:05 +0000932004-06-12 Robert Olsson <Robert.Olsson at data.slu.se>
94
95 * Added IRDP support.
96
hasso3e31cde2004-05-18 11:58:59 +0000972004-05-18 Hasso Tepper <hasso@estpak.ee>
98
99 * rtadv.c: Removed "[no] ipv6 nd send-ra" command. Replaced "ipv6 nd
100 prefix-advertisement" with "ipv6 nd prefix". Rewrite syntax of
101 "ipv6 nd prefix" command to allow various combinations of parameters
102 and flags. No defaults in configuration. Replaced on-link and
103 autoconfig with off-link and no-autoconfig flags in command syntax.
104 Cosmetic fixes in all commands. Documentation to reflect all changes.
105
paul19877dd2004-05-11 10:49:35 +00001062004-05-11 Paul Jakma <paul@dishone.st>
107
108 * Makefile.am: support for IOCTL_METHOD, as per Sowmini's patch.
paul48a46fa2004-05-11 10:55:22 +0000109 * if_ioctl_solaris.c: Fixup some erroneous privilege changes and
110 add privs.h header.
111 * ioctl_solaris.c: ditto
paulc50ae8b2004-05-11 11:31:07 +0000112 * ioctl.h: Add if_ioctl_ipv6 prototype and AF_IOCTL for SOLARIS_IPV6
113 * kernel_socket.c: Fix SAROUNDUP, compiler doesnt like do..while
114 RHS in assignments :)
115 * redistribute.c: (zebra_interface_delete_update) only used
116 if RTM_IFANNOUNCE and NETLINK is available.
117
paulb9df2d22004-05-09 09:09:59 +00001182004-05-09 Paul Jakma <paul@dishone.st>
119
120 * zserv.c: (zsend_route_multipath) Set the nexthop_num
121 field correctly. Add NEXTHOP_TYPE_IPV6_IFNAME for v6.
122 Conditionally set ZAPI_MESSAGE_METRIC flag - only for adds.
123 (zsend_ipv4_add) cruft, deleted.
124 (zsend_ipv4_delete) ditto.
125 (zsend_ipv6_add) ditto.
126 (zsend_ipv6_delete) ditto.
paul44145db2004-05-09 11:00:23 +0000127 * ioctl.c: (if_get_mtu) set mtu6 to mtu
128 * mtu_kvm.c: (if_kvm_get_mtu) set mtu6 to mtu
129 * rt_netlink.c: (netlink_interface) set mtu6 to mtu
130 (netlink_link_change) ditto
paul66e94882004-05-09 17:19:24 +0000131 * ipforward_solaris.c: fix typo of ND variable.
paul88424682004-05-09 18:21:35 +0000132 * if_ioctl_solaris.c: Add zprivs support.
133 * ioctl_solaris.c: ditto.
paul66e94882004-05-09 17:19:24 +0000134
paulb9df2d22004-05-09 09:09:59 +00001352004-05-09 Sowmini Varadhan <sowmini.varadhan@sun.com>
136
137 * zserv.c: (zsend_ipv{4,6}_{add,delete}_multipath) collapsed
138 into single zsend_route_multipath function.
139 (zsend_interface_{up,down}) collapsed into zsend_interface_update.
140 (zsend_interface_address_{add,delete}) collapsed into
141 zsend_interface_address.
142 (zsend_interface_add) send mtu6.
143 (zsend_interface_delete) ditto.
144 (zebra_write) remove unused function.
145 (various) Apply static qualifier. Add comments.
146 * zserv.h: Definitions changed as per above.
147 * redistribute.c: Changes as per zserv.c.
paul44145db2004-05-09 11:00:23 +0000148 * interface.c: (if_delete_update) only used with HAVE_NETLINK
149 and RTM_IFANNOUNCE.
150 (if_flag_dump_vty) Solaris IFF_IPV4 and IFF_IPV6 if flags
151 (if_dump_vty) print mtu6 if not same as mtu
paul88424682004-05-09 18:21:35 +0000152 * if_ioctl_solaris.c: New file, Solaris interface ioctl methods.
153 * ioctl_solaris.c: New file, Common solaris ioctl methods.
154
hasso34195bf2004-04-06 12:07:06 +00001552004-04-06 Krzysztof Oledzki <oleq@ans.pl>
156
157 * rt_netlink.c: Do not ignore metric when reading kernel routing
158 table on Linux with rt_netlink interface.
159
1602004-03-18 Hasso Tepper <hasso@estpak.ee>
hassof1d92e12004-03-18 15:40:33 +0000161
162 * interface.c: Temporary fix for handling secondary addresses
163 with label.
164
hasso55906722004-02-11 22:42:16 +00001652004-02-12 Hasso Tepper <hasso@estpak.ee>
hassof1d92e12004-03-18 15:40:33 +0000166
hasso55906722004-02-11 22:42:16 +0000167 * zserv.c: Added "ipv6 forwarding" command.
168
gdtb27900b2004-01-08 15:44:29 +00001692004-01-08 Greg Troxel <gdt@fnord.ir.bbn.com>
170
171 * kernel_socket.c (kernel_read): Use sockaddr_storage in buffer
172 for reading kernel messages to ensure enough space (necessary on
173 Solaris due to sockaddr_dl being large). Thanks to Sowmini
174 Varadhan for help with this change.
175
gdt9ccabd12004-01-06 18:23:02 +00001762004-01-06 Greg Troxel <gdt@t1.ir.bbn.com>
177
178 * rtadv.c (rtadv_send_packet): Change perror to zlog_err.
179
gdtdbee01f2004-01-06 00:36:51 +00001802004-01-05 Greg Troxel <gdt@fnord.ir.bbn.com>
gdt4bfbea82004-01-06 01:13:05 +0000181 * kernel_socket.c (ifm_read): Major cleanup. Use Sowmini's code
182 to find the sockaddr_dl in all cases, narrowing the Solaris ifdef
183 to just the accomodation of broken kernels. Check sockaddr_dl
184 carefully up front, and later assume any non-NULL sdl pointer is
185 valid. Clean up types and variable declarations, and rename
186 WRAPUP to SAROUNDUP to make the name fit the behavior.
187
1882004-01-05 Greg Troxel <gdt@fnord.ir.bbn.com>
gdtdbee01f2004-01-06 00:36:51 +0000189
190 * kernel_socket.c (kernel_read): Add a sockaddr_dl to the ifmsg
191 structure, because on Solaris sockaddr_dl is far larger than the
192 base sockaddr structure. (The code had previously been failing to
193 read all the data.)
gdt4bfbea82004-01-06 01:13:05 +0000194
gdtda26e3b2004-01-05 17:20:59 +00001952004-01-05 Greg Troxel <gdt@ahi.ir.bbn.com>
196
197 * kernel_socket.c (kernel_read): Look up interfaces by index
198 first, so that state changes which do not include a sockaddr_dl
199 now work. Add many sanity checks. In
200 particular, do not assume that a sockaddr_dl follows a message
201 without checking the ifm_addrs flags, and do not trust the length
202 in a sockaddr_dl. Add/clarify many comments.
203
gdt4b5e1352003-12-03 17:54:34 +00002042003-12-03 Greg Troxel <gdt@poblano.ir.bbn.com>
205
206 * rtadv.c: reorder includes to avoid compiler warning (define
207 structs before using them in prototypes)
208
hasso647e4f12003-05-25 11:43:52 +00002092003-05-25 Jim Crumpler <Jim.Crumpler@edion.com>
210
211 * zserv.c: Add "ip forwarding" command.
212
paul445f1432003-05-16 19:00:31 +00002132003-05-16 Gilad Arnold <gilad.arnold@terayon.com>
214
215 * zebra_rib.c: Fix memory leaks for ifname nexthops
216
2172003-04-19 Israel Keys <ikeys@agile.tv>
218
219 * rt_netlink.c: BLOCK on netlink while initialising
220
2212003-02-06 Francois Deppierraz <francois@ctrlaltdel.ch>
222
223 * rt_netlink.c (netlink_route_multipath): Set RTM_F_EQUALIZE when
224 it exists.
225
paul718e3742002-12-13 20:15:29 +00002262002-09-28 Akihiro Mizutani <mizutani@net-chef.net>
227
228 * zebra_rib.c (static_add_ipv4): Null0 static route is added.
229
2302002-09-10 Jochen Friedrich <chris+zebra@scram.de>
231
232 * rt_netlink.c: Add check for EAGAIN.
233 * kernel_socket.c: Likewise
234
2352002-06-12 Israel Keys <ikeys@oz.agile.tv>
236
237 * rt_netlink.c: Setting the NLM_F_ACK flag on the netlink command
238 message so that we get an ACK for successful netlink commands.
239 Change the netlink socket to BLOCKING while we wait for a
240 response; be it an ACK or an NLMSG_ERROR. Change
241 netlink_parse_info to deal with ACK messages.
242
2432001-11-01 Jun-ichiro itojun Hagino <itojun@iijlab.net>
244
245 * rtadv.c (rtadv_make_socket): setsockopt(IPV6_CHECKSUM) does not
246 work for ICMPv6 socket.
247
2482001-10-24 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
249
250 * rib.c (rib_process): Select connected route any case.
251
2522001-10-23 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
253
254 * interface.c (no_ip_address_secondary): Add "no" to command.
255
2562001-10-18 NOGUCHI Kay <kay@v6.access.co.jp>
257
258 * ioctl.c (if_prefix_add_ipv6): Set the prefered and valid lifetime
259 to infinity as the freebsd4.4 workaroud.
260
2612001-08-26 mihail.balikov@interbgc.com
262
263 * zebra_snmp.c: Fix snmpwalk problem such as IPv4 address
264 A.B.C.255.
265
2662001-08-22 NOGUCHI Kay <kay@v6.access.co.jp>
267
268 * rtadv.c: Do not send RA to loopback interface.
269
2702001-08-20 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
271
272 * ioctl.c (if_set_prefix): Remove Linux 2.0 specific connected
273 route treatment.
274
2752001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
276
277 * zebra-0.92a released.
278
2792001-08-17 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
280
281 * rib.c: Kernel route is treated as EGP routes in nexthop active
282 check.
283
2842001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
285
286 * zebra-0.92 released.
287
2882001-08-08 "Akihiro Mizutani" <mizutani@dml.com>
289
290 * rib.c (show_ip_route_prefix_longer): Add longer-prefix option to
291 show route commands.
292
2932001-07-29 Yon Uriarte <havanna_moon@gmx.net>
294
295 * zserv.c (zsend_ipv4_add_multipath): Add
296 NEXTHOP_TYPE_IPV4_IFINDEX check.
297
2982001-07-29 NOGUCHI Kay <kay@v6.access.co.jp>
299
300 * rtadv.c: Apply valid lifetime, preferred lifetime, onilnk flag,
301 autonomous address-configuration flag patch.
302 (no_ipv6_nd_suppress_ra): Change "ipv6 nd send-ra" to "no ipv6 nd
303 suppress-ra".
304
3052001-07-24 NOGUCHI Kay <kay@v6.access.co.jp>
306
307 * rtadv.c (ipv6_nd_ra_interval): Add "ipv6 nd ra-interval SECONDS"
308 command.
309
3102001-07-24 Jun-ichiro itojun Hagino <itojun@iijlab.net>
311
312 * rt_socket.c (kernel_rtm_ipv4): Add KAME/NetBSD151 equal cost
313 multicast FIB support both IPv4 and IPv6.
314
3152001-07-24 Hal Snyder <hal@vailsys.com>
316
317 * if_ioctl.c (interface_list_ioctl): Fix bug of failing to get the
318 full list of interfaces on some configurations of OpenBSD.
319
3202001-07-23 NOGUCHI Kay <kay@v6.access.co.jp>
321
322 * rtadv.c (ipv6_nd_send_ra): Apply [zebra 9320] to fix "ipv6 nd
323 send-ra" bug.
324 (ipv6_nd_ra_lifetime): "ipv6 nd ra-lifetime 0" for default router
325 availability.
326 (ipv6_nd_managed_config_flag): "ipv6 nd managed-config-flag" is
327 added.
328 (ipv6_nd_other_config_flag): "ipv6 nd other-config-flag" is added.
329
3302001-07-23 Jun-ichiro itojun Hagino <itojun@iijlab.net>
331
332 * ioctl.c (if_ioctl): Change ioctl argument from int to u_long.
333
334 * rt_ioctl.c: Likewise.
335
3362001-07-23 Jun-ichiro itojun Hagino <itojun@iijlab.net>
337
338 * kernel_socket.c (rtm_write): Only set RTF_CLONING when the
339 interface is not p2p.
340
3412001-04-23 Kunihiro Ishiguro <kunihiro@zebra.org>
342
343 * ioctl.c (if_prefix_add_ipv6): Fix argument type.
344
3452001-04-06 Toshiaki Takada <takada@zebra.org>
346
347 * zserv.c (zsend_interface_delete): Use client->obuf instead of
348 allocating new stream.
349
3502001-03-10 Kunihiro Ishiguro <kunihiro@zebra.org>
351
352 * rt_netlink.c: Revert RTPROT_BOOT change.
353
3542001-03-08 Kunihiro Ishiguro <kunihiro@zebra.org>
355
356 * rt_netlink.c (netlink_route_change): Skip RTPROT_BOOT route.
357 (netlink_routing_table): Likewise.
358
3592001-03-07 "Akihiro Mizutani" <mizutani@dml.com>
360
361 * zserv.c (zsend_ipv4_add_multipath): Send metric value to
362 protocol daemons.
363
3642001-02-18 Kunihiro Ishiguro <kunihiro@zebra.org>
365
366 * rt_netlink.c (netlink_routing_table): Do not return
367 tb[RTA_GATEWAY] is NULL. Reported by: "Michael O'Keefe"
368 <mokeefe@qualcomm.com>.
369
3702001-02-08 Kunihiro Ishiguro <kunihiro@zebra.org>
371
372 * if_ioctl.c (interface_list_ioctl): Call if_add_update().
373 Suggested by: Chris Dunlop <chris@onthe.net.au>.
374
3752001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
376
377 * rib.c (nexthop_active_ipv4): When nexthop type is
378 NEXTHOP_TYPE_IPV4_IFINDEX, propery set the ifindex to rifindex.
379
380 * zserv.c: Initialize rtm_table_default with 0.
381
382 * zebra-0.91 is released.
383
3842001-01-31 Kunihiro Ishiguro <kunihiro@zebra.org>
385
386 * kernel_socket.c (rtm_read): Filter cloned route. Suggested by:
387 Jun-ichiro itojun Hagino <itojun@iijlab.net>
388
3892001-01-30 Kunihiro Ishiguro <kunihiro@zebra.org>
390
391 * connected.c (connected_up_ipv6): When point-to-point destination
392 address is ::, use local address for connected network.
393 (connected_down_ipv6): Likewise.
394
3952001-01-25 Kunihiro Ishiguro <kunihiro@zebra.org>
396
397 * zserv.c (zebra_serv): Add missing close() call. Reported by:
398 David Waitzman <djw@vineyard.net>.
399
4002001-01-24 Kunihiro Ishiguro <kunihiro@zebra.org>
401
402 * rib.c (rib_lookup_ipv4): New function for checking exact match
403 IGP route.
404
4052001-01-23 Kunihiro Ishiguro <kunihiro@zebra.org>
406
407 * rib.c (show_ipv6_route_protocol): Fix bug of "show ip route
408 route-type".
409
4102001-01-22 Kunihiro Ishiguro <kunihiro@zebra.org>
411
412 * interface.c (zebra_interface): Do not call
413 zebra_interface_add_update for inactive interface.
414
415 * zserv.c (zsend_interface_address_add): Send interface address
416 flag.
417 (zsend_interface_address_delete): Likewise.
418
4192001-01-19 Kunihiro Ishiguro <kunihiro@zebra.org>
420
421 * interface.c (if_addr_add): Add flags.
422
423 * connected.c (ifa_add_ipv4): Add new function for interface
424 address handling.
425 (ifa_delete_ipv4): Likewise.
426
4272001-01-16 Kunihiro Ishiguro <kunihiro@zebra.org>
428
429 * rib.c (rib_update): Update IPv6 RIB.
430
431 * kernel_socket.c (ifam_read): Call if_refresh() for update
432 interface flag status. This is for implicit interface up on *BSD.
433
434 * interface.c (if_refresh): Add interface flag refresh function.
435
436 * kernel_socket.c (rtm_read): Fetch link-local address interface
437 index.
438 (ifan_read): We need to fetch interface information. Suggested
439 by: Yasuhiro Ohara <yasu@sfc.wide.ad.jp>.
440
441 * rib.c (static_ipv6_nexthop_same): Add check for
442 NEXTHOP_TYPE_IPV6_IFNAME.
443
4442001-01-15 Kunihiro Ishiguro <kunihiro@zebra.org>
445
446 * rib.h (NEW_RIB): Turn on NEW_RIB flag. IPv6 new RIB code are
447 taken into place.
448
4492001-01-14 Kunihiro Ishiguro <kunihiro@zebra.org>
450
451 * rib.c (static_ipv6_write): Display STATIC_IPV6_GATEWAY_IFNAME
452 configuration.
453 (rib_delete_ipv6): Handle same route conter for IPv6 connected
454 route.
455 (show_ipv6_route_protocol): New command.
456 (show_ipv6_route_addr): Likewise.
457 (show_ipv6_route_prefix): Likewise.
458 (rib_update): Sweep kernel route when it is cleaned up.
459
460 * rt_socket.c (kernel_add_ipv6): Add NEXTHOP_IPV6_IFNAME
461 treatmenet.
462
463 * rt_netlink.c (kernel_init): Likewise.
464
465 * rt_ioctl.c (kernel_ioctl_ipv6_multipath): Likewise.
466
467 * rib.c (rib_add_ipv4): Cope with same connected route on a
468 interface. Suggested by: Matthew Grant <grantma@anathoth.gen.nz>.
469 (nexthop_ipv6_ifname_add): Add NEXTHOP_IPV6_IFNAME treatmenet.
470
471 * rib.h (struct new_rib): Add refcnt to keep track on the
472 reference of same connected route.
473
474 * ioctl.c (if_set_prefix): Add check for GNU_LINUX.
475
4762001-01-13 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
477
478 * kernel_socket.c (ifan_read, rtm_type_str): Add RTM_OIFINFO check.
479 (rtm_type_str): Add RTM_IFANNOUNCE check.
480 (ifan_read): New function.
481 (kernel_read): Add case for RTM_IFANNOUNCE.
482
4832001-01-13 Kunihiro Ishiguro <kunihiro@zebra.org>
484
485 * rt_ioctl.c (kernel_ioctl_ipv6_multipath): New function.
486
487 * rt_netlink.c (netlink_route_multipath): IPv6 address ifindex
488 treatment.
489
490 * connected.c (connected_up_ipv6): Add dest value check.
491
492 * rib.c (nexthop_active_ipv6): Do not touch IPv6 nexthop's
493 ifindex.
494 (rib_add_ipv4): Import rib_add_ipv6() same route check code.
495 (nexthop_active_check): NEXTHOP_TYPE_IPV6_IFINDEX activity is only
496 checked by ifindex.
497
498 * rt_socket.c (kernel_rtm_ipv6_multipath): New function.
499
500 * redistribute.c (redistribute_add): Use
501 zsend_ipv6_add_multipath().
502 (redistribute_delete_multipath): Use
503 zsend_ipv6_delete_multipath().
504
505 * interface.c (ip_address): Check current IP address to avoid
506 duplicate.
507
508 * rib.c (rib_delete_ipv4): When deleted route is connected route,
509 check ifindex.
510 (rib_add_ipv4): When connected route is added do not perform
511 implicit withdraw.
512 (rib_delete_ipv4): Check ifindex for connected route.
513
514 * kernel_socket.c (rtm_read): When route has RTF_STATIC, set
515 ZEBRA_FLAG_STATIC for indicate as persistent route.
516 (ifam_read): Unset interface index from link-local address when
517 IPv6 stack is KAME.
518
519 * rib.c (rib_update): Do not delete persistent kernel route.
520
521 * rib.h (struct new_rib): Integrate RIB_FLAG_* to ZEBRA_FLAG_*.
522
523 * rt_socket.c (kernel_add_ipv6_multipath): Add placeholder.
524 (kernel_delete_ipv6_multipath): Likewise.
525
526 * rt_netlink.c (netlink_talk): Give struct nlsock to netlink_talk.
527
5282001-01-12 Kunihiro Ishiguro <kunihiro@zebra.org>
529
530 * rib.c (rib_update): Revert Matthew Grant's patch
531 zebra_cvs_newribfix.patch. Use struct rib->ifindex for kernel
532 interface index. Introduce NEXTHOP_TYPE_IPV4_IFINDEX to support
533 that. Add support for address deletion situation.
534
5352001-01-11 Kunihiro Ishiguro <kunihiro@zebra.org>
536
537 * interface.c: Remove HAVE_IF_PSEUDO part.
538
539 * rib.h: Likewise.
540
541 * rt_netlink.c (netlink_link_change): Likewise.
542
5432001-01-10 Kunihiro Ishiguro <kunihiro@zebra.org>
544
545 * zserv.c: Remove OLD_RIB codes.
546
5472001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
548
549 * zebra-0.90 is released.
550
5512001-01-09 Matthew Grant <grantma@anathoth.gen.nz>
552
553 * interface.c (if_new_intern_ifindex): Allocate a new internal
554 interface index.
555 (if_addr_refresh): Fix up ip addresses configured via zebra.
556 (if_add_update): Handle an interface addition.
557 (if_delete_update): Handle an interface delete event.
558
559 * rib.c (nexthop_ipv4_add): Add kernel route deletion process when
560 interface goes down.
561
5622001-01-08 Kunihiro Ishiguro <kunihiro@zebra.org>
563
564 * interface.c (if_dump_vty): When HAVE_NET_RT_IFLIST is defined,
565 NetBSD also use this function. Suggested by Jasper Wallace
566 <jasper@ivision.co.uk>.
567
5682001-01-07 Kunihiro Ishiguro <kunihiro@zebra.org>
569
570 * rib.c (nexthop_active_ipv4): Move back to set methodo to old
571 one.
572
5732001-01-05 Kunihiro Ishiguro <kunihiro@zebra.org>
574
575 * rib.c (rib_add_ipv4): EBGP multihop set ZEBRA_FLAG_INTERNAL
576 flag, so treat it.
577
5782001-01-04 Kunihiro Ishiguro <kunihiro@zebra.org>
579
580 * rt_netlink.c (netlink_talk_ipv6): When IPv6 route message is
581 sent from netlink_cmd, the same message comes from netlink. To
582 avoid confusion, temporary netlink_talk_ipv6 use netlink.sock
583 instead of netlink_cmd.sock.
584
5852001-01-01 Kunihiro Ishiguro <kunihiro@zebra.org>
586
587 * zserv.h (ZEBRA_SERV_PATH): Change "/tmp/zebra" to "/tmp/.zebra".
588 Change "/tmp/zserv" to "/tmp/.zserv".
589
5902000-12-29 Frank van Maarseveen <F.vanMaarseveen@inter.NL.net>
591
592 * rt_netlink.c (struct nlsock): Divide kernel message into listen
593 socket and command socket.
594 (netlink_talk): Remove socket listen code. Use netlink_parse_info
595 for read kernel response.
596
5972000-12-29 Kunihiro Ishiguro <kunihiro@zebra.org>
598
599 * rib.c (vty_show_ip_route): Show uptime of the RIP,OSPF,BGP
600 routes.
601
6022000-12-27 Kunihiro Ishiguro <kunihiro@zebra.org>
603
604 * rt_netlink.c (netlink_route_multipath): Metric value is
605 reflected to kernel routing table.
606
607 * rt_ioctl.c (kernel_ioctl_ipv4_multipath): Likewise.
608
609 * kernel_socket.c (rtm_write): Likewise.
610
611 * rib.c (nexthop_active_ipv4): Only iBGP route perform recursive
612 nexthop lookup.
613
614 * rt_ioctl.c (kernel_ioctl_ipv4_multipath): Add ioctl version of
615 new RIB implementation.
616
6172000-12-26 Kunihiro Ishiguro <kunihiro@zebra.org>
618
619 * rib.h: Remove MULTIPATH_NUM. It is defined by configure script.
620
6212000-12-25 Michael Rozhavsky <mrozhavsky@opticalaccess.com>
622
623 * rib.c (rib_if_up): Call rib_fib_set instead of RIB_FIB_SET for
624 proper redistribution.
625
6262000-12-19 Kunihiro Ishiguro <kunihiro@zebra.org>
627
628 * rib.c (nexthop_active_ipv4): Add self lookup nexthop check.
629 (show_ip_route_protocol): Support new RIB.
630
631 * rt_netlink.c (netlink_route_change): Do not return when gate is
632 NULL.
633
6342000-12-18 Kunihiro Ishiguro <kunihiro@zebra.org>
635
636 * rib.c (rib_lookup_ipv4_nexthop): IBGP nexthop check function is
637 updated.
638 (rib_add_ipv4): Free implicit withdraw route's RIB.
639
6402000-12-15 Kunihiro Ishiguro <kunihiro@zebra.org>
641
642 * rib.c (nexthop_active_ipv4): Check indirect nexthop.
643
644 * redistribute.c (redistribute_add_multipath): Redistribution
645 works with new rib code.
646
6472000-12-14 Kunihiro Ishiguro <kunihiro@zebra.org>
648
649 * rt_netlink.c (netlink_route_multipath): Check useful nexthop
650 number.
651 (netlink_route_multipath): Clear rtnh_flags and rtnh_hops.
652
653 * rib.c (nexthop_active_update): Set flag for the rib's nexthop
654 activity is changed.
655 (nexthop_active_check): Before checking interface is up, make it
656 sure the interface exist.
657
6582000-11-20 Kunihiro Ishiguro <kunihiro@zebra.org>
659
660 * rib.c (ip_route): New RIB prototype.
661
6622000-11-16 Yon Uriarte <ukl2@rz.uni-karlsruhe.de>
663
664 * zserv.c (zsend_interface_add): Send hardware address when
665 hw_addr_len is greater than 0.
666
6672000-11-07 Kunihiro Ishiguro <kunihiro@zebra.org>
668
669 * connected.c (connected_up_ipv4): Fix ptop bug. The destination
670 network should be installed into routing table.
671 (connected_down_ipv4): Likewise.
672 (connected_add_ipv4): Change to use connected_up_ipv4.
673 (connected_delete_ipv4): Likewise.
674
6752000-11-06 Kunihiro Ishiguro <kunihiro@zebra.org>
676
677 * rt_netlink.c (netlink_interface_addr): Revert Harald Welte
678 <laforge@gnumonks.org>'s ptop patch then back to original code to
679 avoid duplicated connected route problem. Suggested by Frank van
680 Maarseveen <F.vanMaarseveen@inter.NL.net>.
681
682 * kernel_socket.c (rtm_read): Make behavior consistent even #ifdef
683 DEBUG is defined. Reported by Jun-ichiro itojun Hagino
684 <itojun@iijlab.net>.
685
6862000-10-23 Jochen Friedrich <jochen@scram.de>
687
688 * main.c (main): Call zebra_snmp_init() when it is enabled.
689
6902000-10-23 Kunihiro Ishiguro <kunihiro@zebra.org>
691
692 * zserv.c (zebra_serv_un): UNIX domain socket server of zebra
693 protocol.
694
6952000-10-19 Kunihiro Ishiguro <kunihiro@zebra.org>
696
697 * rib.c (rib_add_ipv4): Same check bug is fixed.
698
6992000-10-03 Kunihiro Ishiguro <kunihiro@zebra.org>
700
701 * rib.c (rib_if_down): Remove kernel route when the interface goes
702 down.
703
704 * debug.c: New command "debug zebra kernel" is added.
705
7062000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
707
708 * zebra-0.89 is released.
709
7102000-09-24 Harald Welte <laforge@gnumonks.org>
711
712 * rt_netlink.c (netlink_interface_addr): Fix point-to-point address
713 treatment in netlink interface.
714
7152000-09-21 David Lipovkov <dlipovkov@OpticalAccess.com>
716
717 * rib.c (rib_if_down): Pull static route only. Protocol daemon
718 must withdraw routes when interface goes down.
719 (rib_add_ipv4): Check nexthop when replace route.
720
7212000-09-21 Kunihiro Ishiguro <kunihiro@zebra.org>
722
723 * if_ioctl.c (if_getaddrs): New function for looking up
724 interface's address by getifaddrs().
725
7262000-09-10 Kunihiro Ishiguro <kunihiro@zebra.org>
727
728 * connected.c (connected_delete_ipv4): Add check for connected
729 address is found or not.
730 (connected_add_ipv6): Reflect IPv6 connected address change to
731 protocol daemons.
732 (connected_delete_ipv6): Likewise.
733
7342000-09-07 David Lipovkov <davidl@nbase.co.il>
735
736 * rib.c (rib_delete_ipv4): Reverted the change from pseudo
737 interface patch to original. Because ospfd deletes routes using
738 zero ifindex.
739
7402000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
741
742 * zebra-0.88 is released.
743
7442000-08-15 "Akihiro Mizutani" <mizutani@dml.com>
745
746 * rib.c (show_ip_route_protocol): Help string correction.
747 (show_ip_route_prefix): Check prefix mask.
748 (show_ip_route_vty_detail): Display distance and metric.
749
7502000-08-14 Kunihiro Ishiguro <kunihiro@zebra.org>
751
752 * zserv.c (zsend_interface_add): Change ifindex store size from
753 two octet to four.
754 (zsend_interface_delete): Likewise.
755 (zsend_interface_address_add): Likewise.
756 (zsend_interface_address_delete): Likewise.
757 (zsend_interface_up): Likewise.
758 (zsend_interface_down): Likewise.
759
7602000-08-13 Kunihiro Ishiguro <kunihiro@zebra.org>
761
762 * rib.c (rib_add_ipv4): Do not install distance 255 route.
763
7642000-08-10 Toshiaki Takada <takada@zebra.org>
765
766 * interface.c (bandwidth_if), (no_bandwidth_if): Call
767 zebra_interface_up_update () instead of using if_up() and if_down().
768
7692000-08-07 "Akihiro Mizutani" <mizutani@dml.com>
770
771 * interface.c (bandwidth_if): Fix help string.
772
7732000-08-07 Matthew Grant <grantma@anathoth.gen.nz>
774
775 * interface.c (if_dump_vty): Display bandwidth value.
776 (bandwidth_if): New command "bandwidth <1-10000000>" is added.
777 When interface is up, force protocol daemons to recalculate routes
778 due to cost change.
779 (no_bandwidth_if): Likewise.
780 (if_config_write): Output bandwidth configuration.
781
782 * zserv.c (zsend_interface_add): Send bandwidth value.
783 (zsend_interface_up): Likewise.
784 (zsend_interface_down): Likewise.
785
786
7872000-08-07 Michael Rozhavsky <mike@nbase.co.il>
788
789 * rib.c (show_ip_route_protocol): "show ip route
790 (bgp|connected|kernel|ospf|rip|static)" is added.
791
7922000-08-07 Kunihiro Ishiguro <kunihiro@zebra.org>
793
794 * rib.c (rib_lookup_ipv4_nexthop): Check parent node until IGP
795 nexthop is found.
796 (rib_add_ipv4_internal): Set fib ifindex to rib ifindex.
797
7982000-08-06 Kunihiro Ishiguro <kunihiro@zebra.org>
799
800 * redistribute.c (redistribute_delete): Fix bug of default route
801 redistribute treatment.
802
8032000-08-05 Kunihiro Ishiguro <kunihiro@zebra.org>
804
805 * rib.c (rib_init): Install ip_node in rib.c instead of zserv.c.
806 Change default distance value.
807
808 Old New
809 ------------------------------------------
810 system 10 0
811 kernel 20 0
812 connected 30 0
813 static 40 1
814 rip 50 120
815 ripng 50 120
816 ospf 60 110
817 ospf6 49 110
818 bgp 70 200(iBGP) 20(eBGP)
819 ------------------------------------------
820
821 * zserv.c (client_lookup): Function removed.
822 (zsend_interface_add): Use client's output buffer. Check ifinfo
823 flag.
824 (zsend_interface_delete): Likewise.
825 Delete ipv4_static_radix and ipv6_static_radix.
826
8272000-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
828
829 * zserv.h (struct zebra_client): When client request interface
830 information, ifinfo is set.
831
832 * rib.c: Temporary Revert changes for pseudo interface.
833
834 * rib.h: Likewise.
835
836 * zserv.c: Likewise.
837
838 * interface.c: Likewise.
839
8402000-08-02 David Lipovkov <davidl@nbase.co.il>
841
842 * interface.c (zebra_if_init): Install interface "pseudo"
843 commands.
844
845 * rib.c (rib_create): ifname argument is added.
846 (rib_add_ipv4_pseudo): New function is added.
847 (rib_delete_ipv4_pseudo): Likewise.
848
849 * rib.h : Delete INTERFACE_UNKNOWN definition. Add prototype for
850 pseudo interface functions.
851
852 * rt_netlink.c (netlink_link_change): Check for pseudo interface.
853
854 * zserv.c (ip_route): When destination is pseudo interface, call
855 rib_add_ipv4_pseudo().
856
857 * zserv.c (no_ip_route): Trim "unknown" argument.
858
8592000-07-26 kunitake@dti.ad.jp
860
861 * if_ioctl.c (if_get_hwaddr): Fix hardware address length from 8
862 to 6.
863
864 * rtadv.c (rtadv_send_packet): Fix shift bug for hardware address.
865
8662000-07-24 Akihiro Mizutani <mizutani@dml.com>
867
868 * interface.c: Use install_default() for common VTY commands.
869
8702000-07-23 Kunihiro Ishiguro <kunihiro@zebra.org>
871
872 * if_ioctl.c (interface_list_ioctl): A interface list size is
873 calculated from ifreq->if_addr.sa_len. This is for OpenBSD.
874
875 * ioctl.c (if_get_mtu): Remove codes for SIOCGIFDATA.
876
8772000-07-09 Chris Dunlop <chris@onthe.net.au>
878
879 * if_ioctl.c (if_get_index): Add check for HAVE_BROKEN_ALIASES.
880
8812000-07-04 Kunihiro Ishiguro <kunihiro@zebra.org>
882
883 * zserv.c (zebra_client_read): Add ZEBRA_REDISTRIBUTE_{ADD,DELETE}
884 message handling.
885
8862000-07-02 David Lipovkov <davidl@nbase.co.il>
887
888 * zserv.c: "ip route A.B.C.D/M unknown" command is added.
889
8902000-06-28 Michael Rozhavsky <mike@nbase.co.il>
891
892 * rib.c: Remove old kernel route when new route comes in.
893
8942000-06-13 David Lipovkov <davidl@nbase.co.il>
895
896 * rib.c (rib_if_up): Add check for unknown interface.
897
8982000-06-13 Kunihiro Ishiguro <kunihiro@zebra.org>
899
900 * rib.h: Define INTERFACE_UNKNOWN.
901
9022000-06-08 Kunihiro Ishiguro <kunihiro@zebra.org>
903
904 * Makefile.am (EXTRA_DIST): Move irdp.c until implementation is
905 finished.
906
9072000-06-05 David Lipovkov <davidl@nbase.co.il>
908
909 * interface.c (if_zebra_delete_hook): Call rib_if_delete().
910
911 * redistribute.c (zebra_interface_delete_update): New function.
912
913 * redistribute.h (zebra_interface_delete_update): New function
914 prototype.
915
916 * rib.c (rib_if_delete): New function. Walk down all routes and
917 delete all on the interface.
918
919 * rib.h: New function prototype.
920
921 * rt_netlink.c (netlink_link_change): Call
922 zebra_interface_delete_update ().
923
9242000-05-10 Kunihiro Ishiguro <kunihiro@zebra.org>
925
926 * if_ioctl.c (interface_info_ioctl): Check interface's flag before
927 checking interface's address.
928
9292000-04-26 Jochen Friedrich <jochen@nwe.de>
930
931 * GNOME-PRODUCT-ZEBRA-MIB: New file.
932
933 * GNOME-SMI: New file.
934
9352000-04-23 Kunihiro Ishiguro <kunihiro@zebra.org>
936
937 * irdp.c: New file from 1997 development code.
938 * irdp.h: Likewise.
939
9402000-04-19 Kunihiro Ishiguro <kunihiro@zebra.org>
941
942 * rtadv.c (rtadv_send_packet): Enclose router advertisement
943 logging with IS_ZEBRA_DEBUG_PACKET.
944
9452000-04-17 Kunihiro Ishiguro <kunihiro@zebra.org>
946
947 * zserv.c (zebra_client_close): Remove client structure from
948 client_list when connection is terminated.
949
9502000-03-21 David Lipovkov <davidl@nbase.co.il>
951
952 * connected.c (connected_add_ipv4): Allows all necessary structure
953 updates for connected route, but doesn't insert it into rib if
954 it's interface is down.
955
9562000-01-21 Hideto Yamakawa <hideto.yamakawa@soliton.co.jp>
957
958 * rtread_getmsg.c: Set some definition for Solaris 2.5 and Solaris
959 2.5.1.
960
9612000-01-21 Kunihiro Ishiguro <kunihiro@zebra.org>
962
963 * rib.c (no_ipv6_route_ifname): Fix buf of cheking return value
964 from str2prefix_ipv6().
965
9662000-01-14 Kunihiro Ishiguro <kunihiro@zebra.org>
967
968 * rt_socket.c: Revert to use RTF_HOST for IPv4 with /32 route and
969 IPv6 with /128 routes.
970 (kernel_rtm_ipv4): In case of /32 route's gateway is interface. It
971 should have mask for cloning.
972
9731999-12-26 Jochen.Friedrich@genorz.de
974
975 * interface.c (if_dump_vty): Fix a bug of missing VTY_NEWLINE.
976
9771999-12-23 Alex Zinin <zinin@amt.ru>
978 * interface.*: dynamic int up/down support
979
9801999-12-09 Kunihiro Ishiguro <kunihiro@zebra.org>
981
982 * ipforward_proc.c (dropline): Move dropline() from lib/dropline.c
983
984 * rtread_proc.c (proc_route_read): Don't use dropline().
985
9861999-12-08 Kunihiro Ishiguro <kunihiro@zebra.org>
987
988 * kernel_socket.c (rtm_read): When message is RTM_GET, it has own
989 process's pid.
990
9911999-12-04 Kunihiro Ishiguro <kunihiro@zebra.org>
992
993 * main.c (main): Change to default log output to ZLOG_STDOUT.
994
995 * zserv.c (zebra_serv): More detailed error print.
996
9971999-11-30 Kunihiro Ishiguro <kunihiro@zebra.org>
998
999 * kernel_socket.c (rtm_read): Check old pid for static route
1000 insertion check.
1001
10021999-11-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1003
1004 * interface.c (if_dump_vty): BSDI/OS uses 64bit for interface
1005 statistics counter.
1006
1007 * mtu_kvm.c: New file added.
1008
10091999-11-27 Vladimir B. Grebenschikov <vova@express.ru>
1010
1011 * kernel_socket.c (rtm_write): Set RTF_CLONING flag for
1012 route to the directly connected interface.
1013
10141999-11-27 Kunihiro Ishiguro <kunihiro@zebra.org>
1015
1016 * rt_socket.c: Delete USE_HOST_BIT definition.
1017
10181999-11-21 Michael Handler <handler@sub-rosa.com>
1019
1020 * rtread_getmsg.c: Undef some definition to resolve conflict.
1021
10221999-11-27 Kunihiro Ishiguro <kunihiro@zebra.org>
1023
1024 * kernel_socket.c (rtm_write): Change to use pre stored struct_dl
1025 value for gateway specification.
1026
10271999-11-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1028
1029 * rt_socket.c (kernel_rtm_ipv4): Even mask is 32 under IPv4 or
1030 128 under IPv6, don't use RTF_HOST.
1031
10321999-11-21 Kunihiro Ishiguro <kunihiro@zebra.org>
1033
1034 * Makefile.am (EXTRA_DIST): Add rtread_getmsg.c.
1035
10361999-11-21 Michael Handler <handler@sub-rosa.com>
1037
1038 * rtread_getmsg.c: Added for Solaris 2.6 support.
1039
10401999-11-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1041
1042 * rtread_sysctl.c (rtm_read_route): RTM_DELETE handling added.
1043
1044 * rt_socket.c (kernel_read): Better BSD routing socket support.
1045
10461999-10-19 Kunihiro Ishiguro <kunihiro@zebra.org>
1047
1048 * client_main.c: Disable making obsolete zebra test `client'
1049 command.
1050
10511999-10-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1052
1053 * zebra.c: Renamed to zserv.c.
1054
1055 * zebra.h: Global definitions are moved to lib/zebra.h. Then
1056 renamed to zserv.h.
1057
10581999-10-15 Jordan Mendelson <jordy@wserv.com>
1059
1060 * if_ioctl.c: Add Linux 2.2.X's alias support and dynamic
1061 interface. Remove ugly MAX_INTERFACE handling codes.
1062
10631999-09-17 Satosi KOBAYASI <kobayasi@north.ad.jp>
1064
1065 * Fix serious bug of IPv6 route deletion.
1066
10671999-09-11 Kunihiro Ishiguro <kunihiro@zebra.org>
1068
1069 * ioctl.c (if_set_prefix): Properly set broadcast address.
1070
10711999-09-04 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1072
1073 * rib.c (rib_add_ipv6, rib_delete_ipv6): now protocol daemons
1074 can install connected route to kernel via zebra
1075
10761999-08-24 VOP <vop@unity.net>
1077
1078 * rib.c: Include "sockunion.h"
1079
10801999-08-22 Kunihiro Ishiguro <kunihiro@zebra.org>
1081
1082 * ipforward.h: New file.
1083
1084 * zebra.h: Obsolete message ZEBRA_GET_ALL_INTERFACE,
1085 ZEBRA_GET_ONE_INTERFACE, ZEBRA_GET_HOSTINFO are deleted.
1086
10871999-08-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1088
1089 * zebra.h (ZEBRA_INTERFACE_ADDRESS_ADD):
1090 ZEBRA_INTERFACE_{ADD,DELETE} added.
1091
10921999-08-15 Kunihiro Ishiguro <kunihiro@zebra.org>
1093
1094 * rib.c: show ip route A.B.C.D works.
1095
1096 * zebra.c (zebra_read_ipv4): Add ifindex to zebra messages.
1097
10981999-08-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1099
1100 * zebra.h: New Zebra message ZEBRA_INTERFACE_{ADD,DELETE} added.
1101
11021999-08-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1103
1104 * interface.h: New file.
1105 * Makefile.am: Add interface.h
1106
11071999-08-04 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1108
1109 * redistribute.c (zebra_redistribute): give ifindex to client.
1110
11111999-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1112
1113 * main.c (longopts): -k, --keep_kernel option added.
1114
11151999-07-18 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1116
1117 * rt_socket.c (rtm_write): forgot closing socket bug fixed.
1118
11191999-07-17 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1120
1121 * rib.c (show_ipv6_cmd): if rib is link show interface name.
1122
11231999-07-17 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1124
1125 * rt_socket.c (rtm_write): use sockaddr_dl when null gateway.
1126
11271999-07-16 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1128
1129 * rt_socket.c (rtm_write): ipv6 route table bug fixed.
1130
11311999-07-15 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1132
1133 * zebra.c (zebra_read_ipv6): read link prefix from ospf6 support
1134
11351999-07-15 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1136
1137 * rt_socket.c (kernel_rtm_ipv6): gate treatment bug fixed.
1138
11391999-07-15 Kunihiro Ishiguro <kunihiro@zebra.org>
1140
1141 * if_sysctl.c (ifm_read): Clear sockunion argument before fetching
1142 data. Suggested by "Chris P. Ross" <cross@eng.us.uu.net>
1143
11441999-07-08 HEO SeonMeyong <seirios@Matrix.IRI.Co.Jp>
1145
1146 * interface.c (if_tun_add): Add KAME's gif tunnel setting codes.
1147
11481999-06-26 Kunihiro Ishiguro <kunihiro@zebra.org>
1149
1150 * zebra.c (zebra_serv): Only accept loopback address connection.
1151
11521999-06-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1153
1154 * zebra.h (ZEBRA_ROUTE_EXTERNAL): Add zebra messages flags
1155
11561999-06-17 Kunihiro Ishiguro <kunihiro@zebra.org>
1157
1158 * ipforward_proc.c: ipforward_on () and ipforward_off () added.
1159
11601999-06-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1161
1162 * ipforward_proc.c (ipforward_ipv6): Check for IPv6 forwarding
1163 using /proc file system is added.
1164
11651999-06-06 Kunihiro Ishiguro <kunihiro@zebra.org>
1166
1167 * if_ioctl.c (if_get_index): Interface index set bug is fixed by
1168 adding #else at the middle of function. Suggested by David Luyer
1169 <luyer@ucs.uwa.edu.au>.
1170
11711999-05-29 <kunihiro@zebra.org>
1172
1173 * rt_ioctl.c: Comment out #include <linux/ipv6_route.h>.
1174
11751999-05-26 Kunihiro Ishiguro <kunihiro@zebra.org>
1176
1177 * zebra.h (ZEBRA_ROUTE_MAX): Add new define for the max value of
1178 the sort of routes.
1179
11801999-05-25 Patrick Koppen <koppen@rhrk.uni-kl.de>
1181
1182 * rt_netlink.c (netlink_socket): Make netlink socket non-blocking.
1183 (netlink_parse_info): If errno is EWOULDBLOCK then continue to
1184 parse the message.
1185 (netlink_talk): Likewise
1186
11871999-05-17 <kunihiro@zebra.org>
1188
1189 * redistribute.c (zebra_check_addr): Added for loopback address
1190 check.
1191
11921999-05-15 Kunihiro Ishiguro <kunihiro@zebra.org>
1193
1194 * rt_netlink.c (netlink_route_change): Tempolary bypass ipv6 route
1195 change treatment.
1196
1197 * Makefile.am (noinst_HEADERS): redistribute.h added.
1198
1199 * redistribute.h: New file.
1200
12011999-05-14 Stephen R. van den Berg <srb@cuci.nl>
1202
1203 * zebra.c (show_table): Show all table configuration DEFUN.
1204 (config_table): Config table number DEFUN.
1205
1206 * rt_netlink.c: Add support for multiple routing table.
1207
1208 * rib.c (rib_weed_table): New function added for delete all
1209 routes from specified routing table.
1210
1211 * main.c (signal_init): SIGTERM call sigint.
1212 (sigint): Loggging more better message.
1213
12141999-05-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1215
1216 * rt_netlink.c: Change log () to zlog ().
1217
12181999-05-07 <kunihiro@zebra.org>
1219
1220 * zebra.h (ZEBRA_ROUTE_OSPF6): Added for ospf6d route.
1221
12221999-04-20 Kunihiro Ishiguro <kunihiro@zebra.org>
1223
1224 * interface.c: Add `no ip address' command.
1225
12261999-04-10 Kunihiro Ishiguro <kunihiro@zebra.org>
1227
1228 * rt_netlink.c (kernel_read): Function added for asynchronous
1229 zebra between kernel communication.
1230
12311999-03-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1232
1233 * rtread_sysctl.c (rtm_read): Fix address memcopy overrun bug.
1234 Reported by Achim Patzner <ap@bnc.net>.
1235
12361999-03-03 Kunihiro Ishiguro <kunihiro@zebra.org>
1237
1238 * Makefile.am: Install configuration sample with 600 permission.
1239
12401999-03-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1241
1242 * Makefile.am: Add -I.. to INCLUDES.
1243
12441999-02-18 Peter Galbavy <Peter.Galbavy@knowledge.com>
1245
1246 * syslog support added
1247
12481999-02-17 Peter Galbavy <Peter.Galbavy@knowledge.com>
1249
1250 * if_sysctl.c (interface_list): allocated memory free when unknown
1251 ifm_type is returned.
1252
1253 * ioctl.c (if_get_mtu): added SIOCGIFDATA treatment.
1254
12551998-12-15 Magnus Ahltorp <map@stacken.kth.se>
1256
1257 * interface.c: Header include added.
1258
12591998-12-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1260
1261 * rt.h (kernel_delete_ipv6): change int index to unsigned int index.
1262
12631998-12-13 Kunihiro Ishiguro <kunihiro@zebra.org>
1264
1265 * if_ioctl.c (interface_list_ioctl): interface flag must be
1266 checked before check addresses of the interface.
1267
12681998-12-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1269
1270 * Makefile.am (INCLUDES): add @INCLUDES@ for Linux IPv6.
1271
12721998-10-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1273
1274 * ioctl.c: Linux version before 2.1.0 need interface route setup.
1275
12761998-09-15 HEO SeonMeyong <seirios@matrix.iri.co.jp>
1277
1278 * change HYDRANGEA to KAME
1279
12801998-09-01 Kunihiro Ishiguro <kunihiro@zebra.org>
1281
1282 * if_ioctl.c (if_addr_ioctl): set address family for getting
1283 interface's address.
1284 (if_get_index): silently return when can't get interface's index.
1285
12861998-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
1287
1288 * main.c (main): batch mode option '-b' added.
1289
12901998-08-16 Kunihiro Ishiguro <kunihiro@zebra.org>
1291
1292 * ioctl.c (if_set_prefix): add `ip address IPV4ADDR' command.
1293 * interface.c (shutdown_if): add interface shutdown and no
1294 shutdown command.
1295
12961998-08-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1297
1298 * rib.c (rib_add_ipv6): delete rib_add_in6.
1299
13001998-07-27 Kunihiro Ishiguro <kunihiro@zebra.org>
1301
1302 * main.c: retain flag is added.
1303
13041998-07-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1305
1306 * rtable.[ch]: merged with rib.[ch]
1307
13081998-07-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1309
1310 * connected.h: renamed from ifa.h.
1311
13121998-06-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1313
1314 * rename if.c to interface.c
1315 * rename ifa.c to connected.c
1316
1317 * Porting to Debian GNU/Linux 2.0 (hamm).
1318
13191998-06-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1320
1321 * rt_netlink.c: renamed from krt_netlink.c
1322
1323 * fib.c: deleted.
1324 * rt_kvm.c: deleted.
1325 * rtread_getmsg.c: deleted.
1326
13271998-06-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1328
1329 * if.c (multicast): add multicast flag [un]set fucntion.
1330
13311998-05-19 Yamshita TAKAO <jargon@lares.dti.ne.jp>
1332
1333 * rt_socket.c: Modify for compile on Solaris, but dont't work it.
1334 rt_socket.c have some undefined function, so add directive "IMPLEMENT"
1335
13361998-05-18 Yamshita TAKAO <jargon@lares.dti.ne.jp>
1337
1338 * zebra.c: Modify for compile on Solaris.
1339
13401998-05-03 Kunihiro Ishiguro <kunihiro@zebra.org>
1341
1342 * main.c: change CONFDIR to SYSCONFDIR.
1343
13441998-05-01 Kunihiro Ishiguro <kunihiro@zebra.org>
1345
1346 * .cvsignore: added.
1347
13481998-04-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1349
1350 * client.c: moves to ../lib.
1351
13521998-03-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1353
1354 * if_ioctl.c (if_get_addr): Change address copy from memcopy() to
1355 structure assignment.
1356
13571998-03-30 URA Hiroshi <ura@yamato.ibm.co.jp>
1358
1359 * if_sysctl.c (ifm_interface_add): sdl->sdl_data copy bug fixed.
1360
13611998-02-23 "Hannes R. Boehm" <hannes@boehm.org>
1362
1363 * if.c (if_init): add config_exit_cmd and config_help_cmd.
1364
13651998-01-24 Kunihiro Ishiguro <kunihiro@zebra.org>
1366
1367 * rt_ioctl.c (route_ioctl): EPERM treatment added.
1368
13691998-01-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1370
1371 * rt_socket.c (kernel_read): communication port zebra between
1372 kernel is now handled by kernel_read.
1373
13741998-01-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1375
1376 * main.c (main): zebra [-P port] can specify vty port number.
1377
13781997-12-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1379
1380 * zebra.c: change select will be block.
1381
13821997-12-04 Kunihiro Ishiguro <kunihiro@zebra.org>
1383
1384 * add static route treatment.
1385
13861997-11-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1387
1388 * rt_netlink.c: add netlink support over GNU/Linux system.
1389
13901997-11-23 Kunihiro Ishiguro <kunihiro@zebra.org>
1391
1392 * all inet_addr is changed to inet_aton.
1393
1394 * zebra.c (ip_route): add ip route command for static routes.
1395
13961997-11-20 Kunihiro Ishiguro <kunihiro@zebra.org>
1397
1398 * if.c (if_flag_dump): Linux port of if_flag_dump and _vty.
1399
14001997-11-19 Kunihiro Ishiguro <kunihiro@zebra.org>
1401
1402 * if.c: add interface command.
1403
14041997-11-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1405
1406 * ipforward_proc.c : Now works on Linux.
1407
14081997-10-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1409
1410 * command.c : add completion feature.
1411
14121997-10-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1413
1414 * vty.c (vty_command): add vty interface.
1415
14161997-10-13 Kunihiro Ishiguro <kunihiro@zebra.org>
1417
1418 * zebra.c: add verbose mode.
1419
14201997-10-12 SonMyong Ho <s-ho@Matrix.IRI.Co.Jp>
1421
1422 * Hydrangea for FreeBSD supported
1423 * in.h: add some prototype.
1424
14251997-10-11 Kunihiro Ishiguro <kunihiro@zebra.org>
1426
1427 * rt_socket.c and rtread.c completely rewritten.
1428
14291997-10-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1430
1431 * rt_socket.c: rename kernel_sock to routing_socket
1432
14331997-10-04 Kunihiro Ishiguro <kunihiro@zebra.org>
1434
1435 * if.c (if_new): interface structure change from linklist to vector.
1436
14371997-10-03 Kunihiro Ishiguro <kunihiro@zebra.org>
1438
1439 * vector.c (vector_init): create vector related function
1440
14411997-09-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1442
1443 * Makefile.in: add tags target
1444
1445 * start IPv6 support for INRIA FreeBSD.
1446