blob: b121b4484cfdc4368dfda67df8161e38ad5b9ea2 [file] [log] [blame]
paul1470baf2004-07-23 15:25:01 +000012004-07-23 Paul Jakma <paul@dishone.st>
2
3 * irdp_main.c: use setsockopt_pktinfo_ipv4
4 * irdp_packet.c: use SOPT_SIZE_CMSG_PKTINFO_IPV4 and
5 getsockopt_pktinfo_ifindex()
6
gdtcced60d2004-07-13 16:45:54 +000072004-07-13 David Wiggins <dwiggins@bbn.com
8
9 * kernel_socket.c (rtm_flag_dump): terminate buffer with '\0', not '0'.
10
hasso25dac852004-07-13 03:06:51 +0000112004-07-13 Hasso Tepper <hasso@estpak.ee>
12
13 * irdp_main.c: Add privilege change.
14
hasso996933f2004-07-12 16:32:56 +0000152004-07-12 Hasso Tepper <hasso@estpak.ee>
16
17 * irdp_interface.c: follow common style while naming vty command
18 functions. Avoids confusion in extract.pl.
19
gdt87efd642004-06-30 17:36:11 +0000202004-06-30 Greg Troxel <gdt@poblano.ir.bbn.com>
21
22 * main.c: define thread_master variable so that linking with
23 libzebra.so doesn't fail. Arguably zclient.o should be in a
24 separate library, but this is far less disruptive.
25
hassoca776982004-06-12 14:33:05 +0000262004-06-12 Robert Olsson <Robert.Olsson at data.slu.se>
27
28 * Added IRDP support.
29
hasso3e31cde2004-05-18 11:58:59 +0000302004-05-18 Hasso Tepper <hasso@estpak.ee>
31
32 * rtadv.c: Removed "[no] ipv6 nd send-ra" command. Replaced "ipv6 nd
33 prefix-advertisement" with "ipv6 nd prefix". Rewrite syntax of
34 "ipv6 nd prefix" command to allow various combinations of parameters
35 and flags. No defaults in configuration. Replaced on-link and
36 autoconfig with off-link and no-autoconfig flags in command syntax.
37 Cosmetic fixes in all commands. Documentation to reflect all changes.
38
paul19877dd2004-05-11 10:49:35 +0000392004-05-11 Paul Jakma <paul@dishone.st>
40
41 * Makefile.am: support for IOCTL_METHOD, as per Sowmini's patch.
paul48a46fa2004-05-11 10:55:22 +000042 * if_ioctl_solaris.c: Fixup some erroneous privilege changes and
43 add privs.h header.
44 * ioctl_solaris.c: ditto
paulc50ae8b2004-05-11 11:31:07 +000045 * ioctl.h: Add if_ioctl_ipv6 prototype and AF_IOCTL for SOLARIS_IPV6
46 * kernel_socket.c: Fix SAROUNDUP, compiler doesnt like do..while
47 RHS in assignments :)
48 * redistribute.c: (zebra_interface_delete_update) only used
49 if RTM_IFANNOUNCE and NETLINK is available.
50
paulb9df2d22004-05-09 09:09:59 +0000512004-05-09 Paul Jakma <paul@dishone.st>
52
53 * zserv.c: (zsend_route_multipath) Set the nexthop_num
54 field correctly. Add NEXTHOP_TYPE_IPV6_IFNAME for v6.
55 Conditionally set ZAPI_MESSAGE_METRIC flag - only for adds.
56 (zsend_ipv4_add) cruft, deleted.
57 (zsend_ipv4_delete) ditto.
58 (zsend_ipv6_add) ditto.
59 (zsend_ipv6_delete) ditto.
paul44145db2004-05-09 11:00:23 +000060 * ioctl.c: (if_get_mtu) set mtu6 to mtu
61 * mtu_kvm.c: (if_kvm_get_mtu) set mtu6 to mtu
62 * rt_netlink.c: (netlink_interface) set mtu6 to mtu
63 (netlink_link_change) ditto
paul66e94882004-05-09 17:19:24 +000064 * ipforward_solaris.c: fix typo of ND variable.
paul88424682004-05-09 18:21:35 +000065 * if_ioctl_solaris.c: Add zprivs support.
66 * ioctl_solaris.c: ditto.
paul66e94882004-05-09 17:19:24 +000067
paulb9df2d22004-05-09 09:09:59 +0000682004-05-09 Sowmini Varadhan <sowmini.varadhan@sun.com>
69
70 * zserv.c: (zsend_ipv{4,6}_{add,delete}_multipath) collapsed
71 into single zsend_route_multipath function.
72 (zsend_interface_{up,down}) collapsed into zsend_interface_update.
73 (zsend_interface_address_{add,delete}) collapsed into
74 zsend_interface_address.
75 (zsend_interface_add) send mtu6.
76 (zsend_interface_delete) ditto.
77 (zebra_write) remove unused function.
78 (various) Apply static qualifier. Add comments.
79 * zserv.h: Definitions changed as per above.
80 * redistribute.c: Changes as per zserv.c.
paul44145db2004-05-09 11:00:23 +000081 * interface.c: (if_delete_update) only used with HAVE_NETLINK
82 and RTM_IFANNOUNCE.
83 (if_flag_dump_vty) Solaris IFF_IPV4 and IFF_IPV6 if flags
84 (if_dump_vty) print mtu6 if not same as mtu
paul88424682004-05-09 18:21:35 +000085 * if_ioctl_solaris.c: New file, Solaris interface ioctl methods.
86 * ioctl_solaris.c: New file, Common solaris ioctl methods.
87
hasso34195bf2004-04-06 12:07:06 +0000882004-04-06 Krzysztof Oledzki <oleq@ans.pl>
89
90 * rt_netlink.c: Do not ignore metric when reading kernel routing
91 table on Linux with rt_netlink interface.
92
932004-03-18 Hasso Tepper <hasso@estpak.ee>
hassof1d92e12004-03-18 15:40:33 +000094
95 * interface.c: Temporary fix for handling secondary addresses
96 with label.
97
hasso55906722004-02-11 22:42:16 +0000982004-02-12 Hasso Tepper <hasso@estpak.ee>
hassof1d92e12004-03-18 15:40:33 +000099
hasso55906722004-02-11 22:42:16 +0000100 * zserv.c: Added "ipv6 forwarding" command.
101
gdtb27900b2004-01-08 15:44:29 +00001022004-01-08 Greg Troxel <gdt@fnord.ir.bbn.com>
103
104 * kernel_socket.c (kernel_read): Use sockaddr_storage in buffer
105 for reading kernel messages to ensure enough space (necessary on
106 Solaris due to sockaddr_dl being large). Thanks to Sowmini
107 Varadhan for help with this change.
108
gdt9ccabd12004-01-06 18:23:02 +00001092004-01-06 Greg Troxel <gdt@t1.ir.bbn.com>
110
111 * rtadv.c (rtadv_send_packet): Change perror to zlog_err.
112
gdtdbee01f2004-01-06 00:36:51 +00001132004-01-05 Greg Troxel <gdt@fnord.ir.bbn.com>
gdt4bfbea82004-01-06 01:13:05 +0000114 * kernel_socket.c (ifm_read): Major cleanup. Use Sowmini's code
115 to find the sockaddr_dl in all cases, narrowing the Solaris ifdef
116 to just the accomodation of broken kernels. Check sockaddr_dl
117 carefully up front, and later assume any non-NULL sdl pointer is
118 valid. Clean up types and variable declarations, and rename
119 WRAPUP to SAROUNDUP to make the name fit the behavior.
120
1212004-01-05 Greg Troxel <gdt@fnord.ir.bbn.com>
gdtdbee01f2004-01-06 00:36:51 +0000122
123 * kernel_socket.c (kernel_read): Add a sockaddr_dl to the ifmsg
124 structure, because on Solaris sockaddr_dl is far larger than the
125 base sockaddr structure. (The code had previously been failing to
126 read all the data.)
gdt4bfbea82004-01-06 01:13:05 +0000127
gdtda26e3b2004-01-05 17:20:59 +00001282004-01-05 Greg Troxel <gdt@ahi.ir.bbn.com>
129
130 * kernel_socket.c (kernel_read): Look up interfaces by index
131 first, so that state changes which do not include a sockaddr_dl
132 now work. Add many sanity checks. In
133 particular, do not assume that a sockaddr_dl follows a message
134 without checking the ifm_addrs flags, and do not trust the length
135 in a sockaddr_dl. Add/clarify many comments.
136
gdt4b5e1352003-12-03 17:54:34 +00001372003-12-03 Greg Troxel <gdt@poblano.ir.bbn.com>
138
139 * rtadv.c: reorder includes to avoid compiler warning (define
140 structs before using them in prototypes)
141
hasso647e4f12003-05-25 11:43:52 +00001422003-05-25 Jim Crumpler <Jim.Crumpler@edion.com>
143
144 * zserv.c: Add "ip forwarding" command.
145
paul445f1432003-05-16 19:00:31 +00001462003-05-16 Gilad Arnold <gilad.arnold@terayon.com>
147
148 * zebra_rib.c: Fix memory leaks for ifname nexthops
149
1502003-04-19 Israel Keys <ikeys@agile.tv>
151
152 * rt_netlink.c: BLOCK on netlink while initialising
153
1542003-02-06 Francois Deppierraz <francois@ctrlaltdel.ch>
155
156 * rt_netlink.c (netlink_route_multipath): Set RTM_F_EQUALIZE when
157 it exists.
158
paul718e3742002-12-13 20:15:29 +00001592002-09-28 Akihiro Mizutani <mizutani@net-chef.net>
160
161 * zebra_rib.c (static_add_ipv4): Null0 static route is added.
162
1632002-09-10 Jochen Friedrich <chris+zebra@scram.de>
164
165 * rt_netlink.c: Add check for EAGAIN.
166 * kernel_socket.c: Likewise
167
1682002-06-12 Israel Keys <ikeys@oz.agile.tv>
169
170 * rt_netlink.c: Setting the NLM_F_ACK flag on the netlink command
171 message so that we get an ACK for successful netlink commands.
172 Change the netlink socket to BLOCKING while we wait for a
173 response; be it an ACK or an NLMSG_ERROR. Change
174 netlink_parse_info to deal with ACK messages.
175
1762001-11-01 Jun-ichiro itojun Hagino <itojun@iijlab.net>
177
178 * rtadv.c (rtadv_make_socket): setsockopt(IPV6_CHECKSUM) does not
179 work for ICMPv6 socket.
180
1812001-10-24 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
182
183 * rib.c (rib_process): Select connected route any case.
184
1852001-10-23 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
186
187 * interface.c (no_ip_address_secondary): Add "no" to command.
188
1892001-10-18 NOGUCHI Kay <kay@v6.access.co.jp>
190
191 * ioctl.c (if_prefix_add_ipv6): Set the prefered and valid lifetime
192 to infinity as the freebsd4.4 workaroud.
193
1942001-08-26 mihail.balikov@interbgc.com
195
196 * zebra_snmp.c: Fix snmpwalk problem such as IPv4 address
197 A.B.C.255.
198
1992001-08-22 NOGUCHI Kay <kay@v6.access.co.jp>
200
201 * rtadv.c: Do not send RA to loopback interface.
202
2032001-08-20 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
204
205 * ioctl.c (if_set_prefix): Remove Linux 2.0 specific connected
206 route treatment.
207
2082001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
209
210 * zebra-0.92a released.
211
2122001-08-17 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
213
214 * rib.c: Kernel route is treated as EGP routes in nexthop active
215 check.
216
2172001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
218
219 * zebra-0.92 released.
220
2212001-08-08 "Akihiro Mizutani" <mizutani@dml.com>
222
223 * rib.c (show_ip_route_prefix_longer): Add longer-prefix option to
224 show route commands.
225
2262001-07-29 Yon Uriarte <havanna_moon@gmx.net>
227
228 * zserv.c (zsend_ipv4_add_multipath): Add
229 NEXTHOP_TYPE_IPV4_IFINDEX check.
230
2312001-07-29 NOGUCHI Kay <kay@v6.access.co.jp>
232
233 * rtadv.c: Apply valid lifetime, preferred lifetime, onilnk flag,
234 autonomous address-configuration flag patch.
235 (no_ipv6_nd_suppress_ra): Change "ipv6 nd send-ra" to "no ipv6 nd
236 suppress-ra".
237
2382001-07-24 NOGUCHI Kay <kay@v6.access.co.jp>
239
240 * rtadv.c (ipv6_nd_ra_interval): Add "ipv6 nd ra-interval SECONDS"
241 command.
242
2432001-07-24 Jun-ichiro itojun Hagino <itojun@iijlab.net>
244
245 * rt_socket.c (kernel_rtm_ipv4): Add KAME/NetBSD151 equal cost
246 multicast FIB support both IPv4 and IPv6.
247
2482001-07-24 Hal Snyder <hal@vailsys.com>
249
250 * if_ioctl.c (interface_list_ioctl): Fix bug of failing to get the
251 full list of interfaces on some configurations of OpenBSD.
252
2532001-07-23 NOGUCHI Kay <kay@v6.access.co.jp>
254
255 * rtadv.c (ipv6_nd_send_ra): Apply [zebra 9320] to fix "ipv6 nd
256 send-ra" bug.
257 (ipv6_nd_ra_lifetime): "ipv6 nd ra-lifetime 0" for default router
258 availability.
259 (ipv6_nd_managed_config_flag): "ipv6 nd managed-config-flag" is
260 added.
261 (ipv6_nd_other_config_flag): "ipv6 nd other-config-flag" is added.
262
2632001-07-23 Jun-ichiro itojun Hagino <itojun@iijlab.net>
264
265 * ioctl.c (if_ioctl): Change ioctl argument from int to u_long.
266
267 * rt_ioctl.c: Likewise.
268
2692001-07-23 Jun-ichiro itojun Hagino <itojun@iijlab.net>
270
271 * kernel_socket.c (rtm_write): Only set RTF_CLONING when the
272 interface is not p2p.
273
2742001-04-23 Kunihiro Ishiguro <kunihiro@zebra.org>
275
276 * ioctl.c (if_prefix_add_ipv6): Fix argument type.
277
2782001-04-06 Toshiaki Takada <takada@zebra.org>
279
280 * zserv.c (zsend_interface_delete): Use client->obuf instead of
281 allocating new stream.
282
2832001-03-10 Kunihiro Ishiguro <kunihiro@zebra.org>
284
285 * rt_netlink.c: Revert RTPROT_BOOT change.
286
2872001-03-08 Kunihiro Ishiguro <kunihiro@zebra.org>
288
289 * rt_netlink.c (netlink_route_change): Skip RTPROT_BOOT route.
290 (netlink_routing_table): Likewise.
291
2922001-03-07 "Akihiro Mizutani" <mizutani@dml.com>
293
294 * zserv.c (zsend_ipv4_add_multipath): Send metric value to
295 protocol daemons.
296
2972001-02-18 Kunihiro Ishiguro <kunihiro@zebra.org>
298
299 * rt_netlink.c (netlink_routing_table): Do not return
300 tb[RTA_GATEWAY] is NULL. Reported by: "Michael O'Keefe"
301 <mokeefe@qualcomm.com>.
302
3032001-02-08 Kunihiro Ishiguro <kunihiro@zebra.org>
304
305 * if_ioctl.c (interface_list_ioctl): Call if_add_update().
306 Suggested by: Chris Dunlop <chris@onthe.net.au>.
307
3082001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
309
310 * rib.c (nexthop_active_ipv4): When nexthop type is
311 NEXTHOP_TYPE_IPV4_IFINDEX, propery set the ifindex to rifindex.
312
313 * zserv.c: Initialize rtm_table_default with 0.
314
315 * zebra-0.91 is released.
316
3172001-01-31 Kunihiro Ishiguro <kunihiro@zebra.org>
318
319 * kernel_socket.c (rtm_read): Filter cloned route. Suggested by:
320 Jun-ichiro itojun Hagino <itojun@iijlab.net>
321
3222001-01-30 Kunihiro Ishiguro <kunihiro@zebra.org>
323
324 * connected.c (connected_up_ipv6): When point-to-point destination
325 address is ::, use local address for connected network.
326 (connected_down_ipv6): Likewise.
327
3282001-01-25 Kunihiro Ishiguro <kunihiro@zebra.org>
329
330 * zserv.c (zebra_serv): Add missing close() call. Reported by:
331 David Waitzman <djw@vineyard.net>.
332
3332001-01-24 Kunihiro Ishiguro <kunihiro@zebra.org>
334
335 * rib.c (rib_lookup_ipv4): New function for checking exact match
336 IGP route.
337
3382001-01-23 Kunihiro Ishiguro <kunihiro@zebra.org>
339
340 * rib.c (show_ipv6_route_protocol): Fix bug of "show ip route
341 route-type".
342
3432001-01-22 Kunihiro Ishiguro <kunihiro@zebra.org>
344
345 * interface.c (zebra_interface): Do not call
346 zebra_interface_add_update for inactive interface.
347
348 * zserv.c (zsend_interface_address_add): Send interface address
349 flag.
350 (zsend_interface_address_delete): Likewise.
351
3522001-01-19 Kunihiro Ishiguro <kunihiro@zebra.org>
353
354 * interface.c (if_addr_add): Add flags.
355
356 * connected.c (ifa_add_ipv4): Add new function for interface
357 address handling.
358 (ifa_delete_ipv4): Likewise.
359
3602001-01-16 Kunihiro Ishiguro <kunihiro@zebra.org>
361
362 * rib.c (rib_update): Update IPv6 RIB.
363
364 * kernel_socket.c (ifam_read): Call if_refresh() for update
365 interface flag status. This is for implicit interface up on *BSD.
366
367 * interface.c (if_refresh): Add interface flag refresh function.
368
369 * kernel_socket.c (rtm_read): Fetch link-local address interface
370 index.
371 (ifan_read): We need to fetch interface information. Suggested
372 by: Yasuhiro Ohara <yasu@sfc.wide.ad.jp>.
373
374 * rib.c (static_ipv6_nexthop_same): Add check for
375 NEXTHOP_TYPE_IPV6_IFNAME.
376
3772001-01-15 Kunihiro Ishiguro <kunihiro@zebra.org>
378
379 * rib.h (NEW_RIB): Turn on NEW_RIB flag. IPv6 new RIB code are
380 taken into place.
381
3822001-01-14 Kunihiro Ishiguro <kunihiro@zebra.org>
383
384 * rib.c (static_ipv6_write): Display STATIC_IPV6_GATEWAY_IFNAME
385 configuration.
386 (rib_delete_ipv6): Handle same route conter for IPv6 connected
387 route.
388 (show_ipv6_route_protocol): New command.
389 (show_ipv6_route_addr): Likewise.
390 (show_ipv6_route_prefix): Likewise.
391 (rib_update): Sweep kernel route when it is cleaned up.
392
393 * rt_socket.c (kernel_add_ipv6): Add NEXTHOP_IPV6_IFNAME
394 treatmenet.
395
396 * rt_netlink.c (kernel_init): Likewise.
397
398 * rt_ioctl.c (kernel_ioctl_ipv6_multipath): Likewise.
399
400 * rib.c (rib_add_ipv4): Cope with same connected route on a
401 interface. Suggested by: Matthew Grant <grantma@anathoth.gen.nz>.
402 (nexthop_ipv6_ifname_add): Add NEXTHOP_IPV6_IFNAME treatmenet.
403
404 * rib.h (struct new_rib): Add refcnt to keep track on the
405 reference of same connected route.
406
407 * ioctl.c (if_set_prefix): Add check for GNU_LINUX.
408
4092001-01-13 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
410
411 * kernel_socket.c (ifan_read, rtm_type_str): Add RTM_OIFINFO check.
412 (rtm_type_str): Add RTM_IFANNOUNCE check.
413 (ifan_read): New function.
414 (kernel_read): Add case for RTM_IFANNOUNCE.
415
4162001-01-13 Kunihiro Ishiguro <kunihiro@zebra.org>
417
418 * rt_ioctl.c (kernel_ioctl_ipv6_multipath): New function.
419
420 * rt_netlink.c (netlink_route_multipath): IPv6 address ifindex
421 treatment.
422
423 * connected.c (connected_up_ipv6): Add dest value check.
424
425 * rib.c (nexthop_active_ipv6): Do not touch IPv6 nexthop's
426 ifindex.
427 (rib_add_ipv4): Import rib_add_ipv6() same route check code.
428 (nexthop_active_check): NEXTHOP_TYPE_IPV6_IFINDEX activity is only
429 checked by ifindex.
430
431 * rt_socket.c (kernel_rtm_ipv6_multipath): New function.
432
433 * redistribute.c (redistribute_add): Use
434 zsend_ipv6_add_multipath().
435 (redistribute_delete_multipath): Use
436 zsend_ipv6_delete_multipath().
437
438 * interface.c (ip_address): Check current IP address to avoid
439 duplicate.
440
441 * rib.c (rib_delete_ipv4): When deleted route is connected route,
442 check ifindex.
443 (rib_add_ipv4): When connected route is added do not perform
444 implicit withdraw.
445 (rib_delete_ipv4): Check ifindex for connected route.
446
447 * kernel_socket.c (rtm_read): When route has RTF_STATIC, set
448 ZEBRA_FLAG_STATIC for indicate as persistent route.
449 (ifam_read): Unset interface index from link-local address when
450 IPv6 stack is KAME.
451
452 * rib.c (rib_update): Do not delete persistent kernel route.
453
454 * rib.h (struct new_rib): Integrate RIB_FLAG_* to ZEBRA_FLAG_*.
455
456 * rt_socket.c (kernel_add_ipv6_multipath): Add placeholder.
457 (kernel_delete_ipv6_multipath): Likewise.
458
459 * rt_netlink.c (netlink_talk): Give struct nlsock to netlink_talk.
460
4612001-01-12 Kunihiro Ishiguro <kunihiro@zebra.org>
462
463 * rib.c (rib_update): Revert Matthew Grant's patch
464 zebra_cvs_newribfix.patch. Use struct rib->ifindex for kernel
465 interface index. Introduce NEXTHOP_TYPE_IPV4_IFINDEX to support
466 that. Add support for address deletion situation.
467
4682001-01-11 Kunihiro Ishiguro <kunihiro@zebra.org>
469
470 * interface.c: Remove HAVE_IF_PSEUDO part.
471
472 * rib.h: Likewise.
473
474 * rt_netlink.c (netlink_link_change): Likewise.
475
4762001-01-10 Kunihiro Ishiguro <kunihiro@zebra.org>
477
478 * zserv.c: Remove OLD_RIB codes.
479
4802001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
481
482 * zebra-0.90 is released.
483
4842001-01-09 Matthew Grant <grantma@anathoth.gen.nz>
485
486 * interface.c (if_new_intern_ifindex): Allocate a new internal
487 interface index.
488 (if_addr_refresh): Fix up ip addresses configured via zebra.
489 (if_add_update): Handle an interface addition.
490 (if_delete_update): Handle an interface delete event.
491
492 * rib.c (nexthop_ipv4_add): Add kernel route deletion process when
493 interface goes down.
494
4952001-01-08 Kunihiro Ishiguro <kunihiro@zebra.org>
496
497 * interface.c (if_dump_vty): When HAVE_NET_RT_IFLIST is defined,
498 NetBSD also use this function. Suggested by Jasper Wallace
499 <jasper@ivision.co.uk>.
500
5012001-01-07 Kunihiro Ishiguro <kunihiro@zebra.org>
502
503 * rib.c (nexthop_active_ipv4): Move back to set methodo to old
504 one.
505
5062001-01-05 Kunihiro Ishiguro <kunihiro@zebra.org>
507
508 * rib.c (rib_add_ipv4): EBGP multihop set ZEBRA_FLAG_INTERNAL
509 flag, so treat it.
510
5112001-01-04 Kunihiro Ishiguro <kunihiro@zebra.org>
512
513 * rt_netlink.c (netlink_talk_ipv6): When IPv6 route message is
514 sent from netlink_cmd, the same message comes from netlink. To
515 avoid confusion, temporary netlink_talk_ipv6 use netlink.sock
516 instead of netlink_cmd.sock.
517
5182001-01-01 Kunihiro Ishiguro <kunihiro@zebra.org>
519
520 * zserv.h (ZEBRA_SERV_PATH): Change "/tmp/zebra" to "/tmp/.zebra".
521 Change "/tmp/zserv" to "/tmp/.zserv".
522
5232000-12-29 Frank van Maarseveen <F.vanMaarseveen@inter.NL.net>
524
525 * rt_netlink.c (struct nlsock): Divide kernel message into listen
526 socket and command socket.
527 (netlink_talk): Remove socket listen code. Use netlink_parse_info
528 for read kernel response.
529
5302000-12-29 Kunihiro Ishiguro <kunihiro@zebra.org>
531
532 * rib.c (vty_show_ip_route): Show uptime of the RIP,OSPF,BGP
533 routes.
534
5352000-12-27 Kunihiro Ishiguro <kunihiro@zebra.org>
536
537 * rt_netlink.c (netlink_route_multipath): Metric value is
538 reflected to kernel routing table.
539
540 * rt_ioctl.c (kernel_ioctl_ipv4_multipath): Likewise.
541
542 * kernel_socket.c (rtm_write): Likewise.
543
544 * rib.c (nexthop_active_ipv4): Only iBGP route perform recursive
545 nexthop lookup.
546
547 * rt_ioctl.c (kernel_ioctl_ipv4_multipath): Add ioctl version of
548 new RIB implementation.
549
5502000-12-26 Kunihiro Ishiguro <kunihiro@zebra.org>
551
552 * rib.h: Remove MULTIPATH_NUM. It is defined by configure script.
553
5542000-12-25 Michael Rozhavsky <mrozhavsky@opticalaccess.com>
555
556 * rib.c (rib_if_up): Call rib_fib_set instead of RIB_FIB_SET for
557 proper redistribution.
558
5592000-12-19 Kunihiro Ishiguro <kunihiro@zebra.org>
560
561 * rib.c (nexthop_active_ipv4): Add self lookup nexthop check.
562 (show_ip_route_protocol): Support new RIB.
563
564 * rt_netlink.c (netlink_route_change): Do not return when gate is
565 NULL.
566
5672000-12-18 Kunihiro Ishiguro <kunihiro@zebra.org>
568
569 * rib.c (rib_lookup_ipv4_nexthop): IBGP nexthop check function is
570 updated.
571 (rib_add_ipv4): Free implicit withdraw route's RIB.
572
5732000-12-15 Kunihiro Ishiguro <kunihiro@zebra.org>
574
575 * rib.c (nexthop_active_ipv4): Check indirect nexthop.
576
577 * redistribute.c (redistribute_add_multipath): Redistribution
578 works with new rib code.
579
5802000-12-14 Kunihiro Ishiguro <kunihiro@zebra.org>
581
582 * rt_netlink.c (netlink_route_multipath): Check useful nexthop
583 number.
584 (netlink_route_multipath): Clear rtnh_flags and rtnh_hops.
585
586 * rib.c (nexthop_active_update): Set flag for the rib's nexthop
587 activity is changed.
588 (nexthop_active_check): Before checking interface is up, make it
589 sure the interface exist.
590
5912000-11-20 Kunihiro Ishiguro <kunihiro@zebra.org>
592
593 * rib.c (ip_route): New RIB prototype.
594
5952000-11-16 Yon Uriarte <ukl2@rz.uni-karlsruhe.de>
596
597 * zserv.c (zsend_interface_add): Send hardware address when
598 hw_addr_len is greater than 0.
599
6002000-11-07 Kunihiro Ishiguro <kunihiro@zebra.org>
601
602 * connected.c (connected_up_ipv4): Fix ptop bug. The destination
603 network should be installed into routing table.
604 (connected_down_ipv4): Likewise.
605 (connected_add_ipv4): Change to use connected_up_ipv4.
606 (connected_delete_ipv4): Likewise.
607
6082000-11-06 Kunihiro Ishiguro <kunihiro@zebra.org>
609
610 * rt_netlink.c (netlink_interface_addr): Revert Harald Welte
611 <laforge@gnumonks.org>'s ptop patch then back to original code to
612 avoid duplicated connected route problem. Suggested by Frank van
613 Maarseveen <F.vanMaarseveen@inter.NL.net>.
614
615 * kernel_socket.c (rtm_read): Make behavior consistent even #ifdef
616 DEBUG is defined. Reported by Jun-ichiro itojun Hagino
617 <itojun@iijlab.net>.
618
6192000-10-23 Jochen Friedrich <jochen@scram.de>
620
621 * main.c (main): Call zebra_snmp_init() when it is enabled.
622
6232000-10-23 Kunihiro Ishiguro <kunihiro@zebra.org>
624
625 * zserv.c (zebra_serv_un): UNIX domain socket server of zebra
626 protocol.
627
6282000-10-19 Kunihiro Ishiguro <kunihiro@zebra.org>
629
630 * rib.c (rib_add_ipv4): Same check bug is fixed.
631
6322000-10-03 Kunihiro Ishiguro <kunihiro@zebra.org>
633
634 * rib.c (rib_if_down): Remove kernel route when the interface goes
635 down.
636
637 * debug.c: New command "debug zebra kernel" is added.
638
6392000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
640
641 * zebra-0.89 is released.
642
6432000-09-24 Harald Welte <laforge@gnumonks.org>
644
645 * rt_netlink.c (netlink_interface_addr): Fix point-to-point address
646 treatment in netlink interface.
647
6482000-09-21 David Lipovkov <dlipovkov@OpticalAccess.com>
649
650 * rib.c (rib_if_down): Pull static route only. Protocol daemon
651 must withdraw routes when interface goes down.
652 (rib_add_ipv4): Check nexthop when replace route.
653
6542000-09-21 Kunihiro Ishiguro <kunihiro@zebra.org>
655
656 * if_ioctl.c (if_getaddrs): New function for looking up
657 interface's address by getifaddrs().
658
6592000-09-10 Kunihiro Ishiguro <kunihiro@zebra.org>
660
661 * connected.c (connected_delete_ipv4): Add check for connected
662 address is found or not.
663 (connected_add_ipv6): Reflect IPv6 connected address change to
664 protocol daemons.
665 (connected_delete_ipv6): Likewise.
666
6672000-09-07 David Lipovkov <davidl@nbase.co.il>
668
669 * rib.c (rib_delete_ipv4): Reverted the change from pseudo
670 interface patch to original. Because ospfd deletes routes using
671 zero ifindex.
672
6732000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
674
675 * zebra-0.88 is released.
676
6772000-08-15 "Akihiro Mizutani" <mizutani@dml.com>
678
679 * rib.c (show_ip_route_protocol): Help string correction.
680 (show_ip_route_prefix): Check prefix mask.
681 (show_ip_route_vty_detail): Display distance and metric.
682
6832000-08-14 Kunihiro Ishiguro <kunihiro@zebra.org>
684
685 * zserv.c (zsend_interface_add): Change ifindex store size from
686 two octet to four.
687 (zsend_interface_delete): Likewise.
688 (zsend_interface_address_add): Likewise.
689 (zsend_interface_address_delete): Likewise.
690 (zsend_interface_up): Likewise.
691 (zsend_interface_down): Likewise.
692
6932000-08-13 Kunihiro Ishiguro <kunihiro@zebra.org>
694
695 * rib.c (rib_add_ipv4): Do not install distance 255 route.
696
6972000-08-10 Toshiaki Takada <takada@zebra.org>
698
699 * interface.c (bandwidth_if), (no_bandwidth_if): Call
700 zebra_interface_up_update () instead of using if_up() and if_down().
701
7022000-08-07 "Akihiro Mizutani" <mizutani@dml.com>
703
704 * interface.c (bandwidth_if): Fix help string.
705
7062000-08-07 Matthew Grant <grantma@anathoth.gen.nz>
707
708 * interface.c (if_dump_vty): Display bandwidth value.
709 (bandwidth_if): New command "bandwidth <1-10000000>" is added.
710 When interface is up, force protocol daemons to recalculate routes
711 due to cost change.
712 (no_bandwidth_if): Likewise.
713 (if_config_write): Output bandwidth configuration.
714
715 * zserv.c (zsend_interface_add): Send bandwidth value.
716 (zsend_interface_up): Likewise.
717 (zsend_interface_down): Likewise.
718
719
7202000-08-07 Michael Rozhavsky <mike@nbase.co.il>
721
722 * rib.c (show_ip_route_protocol): "show ip route
723 (bgp|connected|kernel|ospf|rip|static)" is added.
724
7252000-08-07 Kunihiro Ishiguro <kunihiro@zebra.org>
726
727 * rib.c (rib_lookup_ipv4_nexthop): Check parent node until IGP
728 nexthop is found.
729 (rib_add_ipv4_internal): Set fib ifindex to rib ifindex.
730
7312000-08-06 Kunihiro Ishiguro <kunihiro@zebra.org>
732
733 * redistribute.c (redistribute_delete): Fix bug of default route
734 redistribute treatment.
735
7362000-08-05 Kunihiro Ishiguro <kunihiro@zebra.org>
737
738 * rib.c (rib_init): Install ip_node in rib.c instead of zserv.c.
739 Change default distance value.
740
741 Old New
742 ------------------------------------------
743 system 10 0
744 kernel 20 0
745 connected 30 0
746 static 40 1
747 rip 50 120
748 ripng 50 120
749 ospf 60 110
750 ospf6 49 110
751 bgp 70 200(iBGP) 20(eBGP)
752 ------------------------------------------
753
754 * zserv.c (client_lookup): Function removed.
755 (zsend_interface_add): Use client's output buffer. Check ifinfo
756 flag.
757 (zsend_interface_delete): Likewise.
758 Delete ipv4_static_radix and ipv6_static_radix.
759
7602000-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
761
762 * zserv.h (struct zebra_client): When client request interface
763 information, ifinfo is set.
764
765 * rib.c: Temporary Revert changes for pseudo interface.
766
767 * rib.h: Likewise.
768
769 * zserv.c: Likewise.
770
771 * interface.c: Likewise.
772
7732000-08-02 David Lipovkov <davidl@nbase.co.il>
774
775 * interface.c (zebra_if_init): Install interface "pseudo"
776 commands.
777
778 * rib.c (rib_create): ifname argument is added.
779 (rib_add_ipv4_pseudo): New function is added.
780 (rib_delete_ipv4_pseudo): Likewise.
781
782 * rib.h : Delete INTERFACE_UNKNOWN definition. Add prototype for
783 pseudo interface functions.
784
785 * rt_netlink.c (netlink_link_change): Check for pseudo interface.
786
787 * zserv.c (ip_route): When destination is pseudo interface, call
788 rib_add_ipv4_pseudo().
789
790 * zserv.c (no_ip_route): Trim "unknown" argument.
791
7922000-07-26 kunitake@dti.ad.jp
793
794 * if_ioctl.c (if_get_hwaddr): Fix hardware address length from 8
795 to 6.
796
797 * rtadv.c (rtadv_send_packet): Fix shift bug for hardware address.
798
7992000-07-24 Akihiro Mizutani <mizutani@dml.com>
800
801 * interface.c: Use install_default() for common VTY commands.
802
8032000-07-23 Kunihiro Ishiguro <kunihiro@zebra.org>
804
805 * if_ioctl.c (interface_list_ioctl): A interface list size is
806 calculated from ifreq->if_addr.sa_len. This is for OpenBSD.
807
808 * ioctl.c (if_get_mtu): Remove codes for SIOCGIFDATA.
809
8102000-07-09 Chris Dunlop <chris@onthe.net.au>
811
812 * if_ioctl.c (if_get_index): Add check for HAVE_BROKEN_ALIASES.
813
8142000-07-04 Kunihiro Ishiguro <kunihiro@zebra.org>
815
816 * zserv.c (zebra_client_read): Add ZEBRA_REDISTRIBUTE_{ADD,DELETE}
817 message handling.
818
8192000-07-02 David Lipovkov <davidl@nbase.co.il>
820
821 * zserv.c: "ip route A.B.C.D/M unknown" command is added.
822
8232000-06-28 Michael Rozhavsky <mike@nbase.co.il>
824
825 * rib.c: Remove old kernel route when new route comes in.
826
8272000-06-13 David Lipovkov <davidl@nbase.co.il>
828
829 * rib.c (rib_if_up): Add check for unknown interface.
830
8312000-06-13 Kunihiro Ishiguro <kunihiro@zebra.org>
832
833 * rib.h: Define INTERFACE_UNKNOWN.
834
8352000-06-08 Kunihiro Ishiguro <kunihiro@zebra.org>
836
837 * Makefile.am (EXTRA_DIST): Move irdp.c until implementation is
838 finished.
839
8402000-06-05 David Lipovkov <davidl@nbase.co.il>
841
842 * interface.c (if_zebra_delete_hook): Call rib_if_delete().
843
844 * redistribute.c (zebra_interface_delete_update): New function.
845
846 * redistribute.h (zebra_interface_delete_update): New function
847 prototype.
848
849 * rib.c (rib_if_delete): New function. Walk down all routes and
850 delete all on the interface.
851
852 * rib.h: New function prototype.
853
854 * rt_netlink.c (netlink_link_change): Call
855 zebra_interface_delete_update ().
856
8572000-05-10 Kunihiro Ishiguro <kunihiro@zebra.org>
858
859 * if_ioctl.c (interface_info_ioctl): Check interface's flag before
860 checking interface's address.
861
8622000-04-26 Jochen Friedrich <jochen@nwe.de>
863
864 * GNOME-PRODUCT-ZEBRA-MIB: New file.
865
866 * GNOME-SMI: New file.
867
8682000-04-23 Kunihiro Ishiguro <kunihiro@zebra.org>
869
870 * irdp.c: New file from 1997 development code.
871 * irdp.h: Likewise.
872
8732000-04-19 Kunihiro Ishiguro <kunihiro@zebra.org>
874
875 * rtadv.c (rtadv_send_packet): Enclose router advertisement
876 logging with IS_ZEBRA_DEBUG_PACKET.
877
8782000-04-17 Kunihiro Ishiguro <kunihiro@zebra.org>
879
880 * zserv.c (zebra_client_close): Remove client structure from
881 client_list when connection is terminated.
882
8832000-03-21 David Lipovkov <davidl@nbase.co.il>
884
885 * connected.c (connected_add_ipv4): Allows all necessary structure
886 updates for connected route, but doesn't insert it into rib if
887 it's interface is down.
888
8892000-01-21 Hideto Yamakawa <hideto.yamakawa@soliton.co.jp>
890
891 * rtread_getmsg.c: Set some definition for Solaris 2.5 and Solaris
892 2.5.1.
893
8942000-01-21 Kunihiro Ishiguro <kunihiro@zebra.org>
895
896 * rib.c (no_ipv6_route_ifname): Fix buf of cheking return value
897 from str2prefix_ipv6().
898
8992000-01-14 Kunihiro Ishiguro <kunihiro@zebra.org>
900
901 * rt_socket.c: Revert to use RTF_HOST for IPv4 with /32 route and
902 IPv6 with /128 routes.
903 (kernel_rtm_ipv4): In case of /32 route's gateway is interface. It
904 should have mask for cloning.
905
9061999-12-26 Jochen.Friedrich@genorz.de
907
908 * interface.c (if_dump_vty): Fix a bug of missing VTY_NEWLINE.
909
9101999-12-23 Alex Zinin <zinin@amt.ru>
911 * interface.*: dynamic int up/down support
912
9131999-12-09 Kunihiro Ishiguro <kunihiro@zebra.org>
914
915 * ipforward_proc.c (dropline): Move dropline() from lib/dropline.c
916
917 * rtread_proc.c (proc_route_read): Don't use dropline().
918
9191999-12-08 Kunihiro Ishiguro <kunihiro@zebra.org>
920
921 * kernel_socket.c (rtm_read): When message is RTM_GET, it has own
922 process's pid.
923
9241999-12-04 Kunihiro Ishiguro <kunihiro@zebra.org>
925
926 * main.c (main): Change to default log output to ZLOG_STDOUT.
927
928 * zserv.c (zebra_serv): More detailed error print.
929
9301999-11-30 Kunihiro Ishiguro <kunihiro@zebra.org>
931
932 * kernel_socket.c (rtm_read): Check old pid for static route
933 insertion check.
934
9351999-11-30 Kunihiro Ishiguro <kunihiro@zebra.org>
936
937 * interface.c (if_dump_vty): BSDI/OS uses 64bit for interface
938 statistics counter.
939
940 * mtu_kvm.c: New file added.
941
9421999-11-27 Vladimir B. Grebenschikov <vova@express.ru>
943
944 * kernel_socket.c (rtm_write): Set RTF_CLONING flag for
945 route to the directly connected interface.
946
9471999-11-27 Kunihiro Ishiguro <kunihiro@zebra.org>
948
949 * rt_socket.c: Delete USE_HOST_BIT definition.
950
9511999-11-21 Michael Handler <handler@sub-rosa.com>
952
953 * rtread_getmsg.c: Undef some definition to resolve conflict.
954
9551999-11-27 Kunihiro Ishiguro <kunihiro@zebra.org>
956
957 * kernel_socket.c (rtm_write): Change to use pre stored struct_dl
958 value for gateway specification.
959
9601999-11-25 Kunihiro Ishiguro <kunihiro@zebra.org>
961
962 * rt_socket.c (kernel_rtm_ipv4): Even mask is 32 under IPv4 or
963 128 under IPv6, don't use RTF_HOST.
964
9651999-11-21 Kunihiro Ishiguro <kunihiro@zebra.org>
966
967 * Makefile.am (EXTRA_DIST): Add rtread_getmsg.c.
968
9691999-11-21 Michael Handler <handler@sub-rosa.com>
970
971 * rtread_getmsg.c: Added for Solaris 2.6 support.
972
9731999-11-18 Kunihiro Ishiguro <kunihiro@zebra.org>
974
975 * rtread_sysctl.c (rtm_read_route): RTM_DELETE handling added.
976
977 * rt_socket.c (kernel_read): Better BSD routing socket support.
978
9791999-10-19 Kunihiro Ishiguro <kunihiro@zebra.org>
980
981 * client_main.c: Disable making obsolete zebra test `client'
982 command.
983
9841999-10-18 Kunihiro Ishiguro <kunihiro@zebra.org>
985
986 * zebra.c: Renamed to zserv.c.
987
988 * zebra.h: Global definitions are moved to lib/zebra.h. Then
989 renamed to zserv.h.
990
9911999-10-15 Jordan Mendelson <jordy@wserv.com>
992
993 * if_ioctl.c: Add Linux 2.2.X's alias support and dynamic
994 interface. Remove ugly MAX_INTERFACE handling codes.
995
9961999-09-17 Satosi KOBAYASI <kobayasi@north.ad.jp>
997
998 * Fix serious bug of IPv6 route deletion.
999
10001999-09-11 Kunihiro Ishiguro <kunihiro@zebra.org>
1001
1002 * ioctl.c (if_set_prefix): Properly set broadcast address.
1003
10041999-09-04 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1005
1006 * rib.c (rib_add_ipv6, rib_delete_ipv6): now protocol daemons
1007 can install connected route to kernel via zebra
1008
10091999-08-24 VOP <vop@unity.net>
1010
1011 * rib.c: Include "sockunion.h"
1012
10131999-08-22 Kunihiro Ishiguro <kunihiro@zebra.org>
1014
1015 * ipforward.h: New file.
1016
1017 * zebra.h: Obsolete message ZEBRA_GET_ALL_INTERFACE,
1018 ZEBRA_GET_ONE_INTERFACE, ZEBRA_GET_HOSTINFO are deleted.
1019
10201999-08-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1021
1022 * zebra.h (ZEBRA_INTERFACE_ADDRESS_ADD):
1023 ZEBRA_INTERFACE_{ADD,DELETE} added.
1024
10251999-08-15 Kunihiro Ishiguro <kunihiro@zebra.org>
1026
1027 * rib.c: show ip route A.B.C.D works.
1028
1029 * zebra.c (zebra_read_ipv4): Add ifindex to zebra messages.
1030
10311999-08-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1032
1033 * zebra.h: New Zebra message ZEBRA_INTERFACE_{ADD,DELETE} added.
1034
10351999-08-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1036
1037 * interface.h: New file.
1038 * Makefile.am: Add interface.h
1039
10401999-08-04 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1041
1042 * redistribute.c (zebra_redistribute): give ifindex to client.
1043
10441999-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1045
1046 * main.c (longopts): -k, --keep_kernel option added.
1047
10481999-07-18 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1049
1050 * rt_socket.c (rtm_write): forgot closing socket bug fixed.
1051
10521999-07-17 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1053
1054 * rib.c (show_ipv6_cmd): if rib is link show interface name.
1055
10561999-07-17 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1057
1058 * rt_socket.c (rtm_write): use sockaddr_dl when null gateway.
1059
10601999-07-16 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1061
1062 * rt_socket.c (rtm_write): ipv6 route table bug fixed.
1063
10641999-07-15 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1065
1066 * zebra.c (zebra_read_ipv6): read link prefix from ospf6 support
1067
10681999-07-15 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1069
1070 * rt_socket.c (kernel_rtm_ipv6): gate treatment bug fixed.
1071
10721999-07-15 Kunihiro Ishiguro <kunihiro@zebra.org>
1073
1074 * if_sysctl.c (ifm_read): Clear sockunion argument before fetching
1075 data. Suggested by "Chris P. Ross" <cross@eng.us.uu.net>
1076
10771999-07-08 HEO SeonMeyong <seirios@Matrix.IRI.Co.Jp>
1078
1079 * interface.c (if_tun_add): Add KAME's gif tunnel setting codes.
1080
10811999-06-26 Kunihiro Ishiguro <kunihiro@zebra.org>
1082
1083 * zebra.c (zebra_serv): Only accept loopback address connection.
1084
10851999-06-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1086
1087 * zebra.h (ZEBRA_ROUTE_EXTERNAL): Add zebra messages flags
1088
10891999-06-17 Kunihiro Ishiguro <kunihiro@zebra.org>
1090
1091 * ipforward_proc.c: ipforward_on () and ipforward_off () added.
1092
10931999-06-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1094
1095 * ipforward_proc.c (ipforward_ipv6): Check for IPv6 forwarding
1096 using /proc file system is added.
1097
10981999-06-06 Kunihiro Ishiguro <kunihiro@zebra.org>
1099
1100 * if_ioctl.c (if_get_index): Interface index set bug is fixed by
1101 adding #else at the middle of function. Suggested by David Luyer
1102 <luyer@ucs.uwa.edu.au>.
1103
11041999-05-29 <kunihiro@zebra.org>
1105
1106 * rt_ioctl.c: Comment out #include <linux/ipv6_route.h>.
1107
11081999-05-26 Kunihiro Ishiguro <kunihiro@zebra.org>
1109
1110 * zebra.h (ZEBRA_ROUTE_MAX): Add new define for the max value of
1111 the sort of routes.
1112
11131999-05-25 Patrick Koppen <koppen@rhrk.uni-kl.de>
1114
1115 * rt_netlink.c (netlink_socket): Make netlink socket non-blocking.
1116 (netlink_parse_info): If errno is EWOULDBLOCK then continue to
1117 parse the message.
1118 (netlink_talk): Likewise
1119
11201999-05-17 <kunihiro@zebra.org>
1121
1122 * redistribute.c (zebra_check_addr): Added for loopback address
1123 check.
1124
11251999-05-15 Kunihiro Ishiguro <kunihiro@zebra.org>
1126
1127 * rt_netlink.c (netlink_route_change): Tempolary bypass ipv6 route
1128 change treatment.
1129
1130 * Makefile.am (noinst_HEADERS): redistribute.h added.
1131
1132 * redistribute.h: New file.
1133
11341999-05-14 Stephen R. van den Berg <srb@cuci.nl>
1135
1136 * zebra.c (show_table): Show all table configuration DEFUN.
1137 (config_table): Config table number DEFUN.
1138
1139 * rt_netlink.c: Add support for multiple routing table.
1140
1141 * rib.c (rib_weed_table): New function added for delete all
1142 routes from specified routing table.
1143
1144 * main.c (signal_init): SIGTERM call sigint.
1145 (sigint): Loggging more better message.
1146
11471999-05-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1148
1149 * rt_netlink.c: Change log () to zlog ().
1150
11511999-05-07 <kunihiro@zebra.org>
1152
1153 * zebra.h (ZEBRA_ROUTE_OSPF6): Added for ospf6d route.
1154
11551999-04-20 Kunihiro Ishiguro <kunihiro@zebra.org>
1156
1157 * interface.c: Add `no ip address' command.
1158
11591999-04-10 Kunihiro Ishiguro <kunihiro@zebra.org>
1160
1161 * rt_netlink.c (kernel_read): Function added for asynchronous
1162 zebra between kernel communication.
1163
11641999-03-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1165
1166 * rtread_sysctl.c (rtm_read): Fix address memcopy overrun bug.
1167 Reported by Achim Patzner <ap@bnc.net>.
1168
11691999-03-03 Kunihiro Ishiguro <kunihiro@zebra.org>
1170
1171 * Makefile.am: Install configuration sample with 600 permission.
1172
11731999-03-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1174
1175 * Makefile.am: Add -I.. to INCLUDES.
1176
11771999-02-18 Peter Galbavy <Peter.Galbavy@knowledge.com>
1178
1179 * syslog support added
1180
11811999-02-17 Peter Galbavy <Peter.Galbavy@knowledge.com>
1182
1183 * if_sysctl.c (interface_list): allocated memory free when unknown
1184 ifm_type is returned.
1185
1186 * ioctl.c (if_get_mtu): added SIOCGIFDATA treatment.
1187
11881998-12-15 Magnus Ahltorp <map@stacken.kth.se>
1189
1190 * interface.c: Header include added.
1191
11921998-12-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1193
1194 * rt.h (kernel_delete_ipv6): change int index to unsigned int index.
1195
11961998-12-13 Kunihiro Ishiguro <kunihiro@zebra.org>
1197
1198 * if_ioctl.c (interface_list_ioctl): interface flag must be
1199 checked before check addresses of the interface.
1200
12011998-12-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1202
1203 * Makefile.am (INCLUDES): add @INCLUDES@ for Linux IPv6.
1204
12051998-10-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1206
1207 * ioctl.c: Linux version before 2.1.0 need interface route setup.
1208
12091998-09-15 HEO SeonMeyong <seirios@matrix.iri.co.jp>
1210
1211 * change HYDRANGEA to KAME
1212
12131998-09-01 Kunihiro Ishiguro <kunihiro@zebra.org>
1214
1215 * if_ioctl.c (if_addr_ioctl): set address family for getting
1216 interface's address.
1217 (if_get_index): silently return when can't get interface's index.
1218
12191998-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
1220
1221 * main.c (main): batch mode option '-b' added.
1222
12231998-08-16 Kunihiro Ishiguro <kunihiro@zebra.org>
1224
1225 * ioctl.c (if_set_prefix): add `ip address IPV4ADDR' command.
1226 * interface.c (shutdown_if): add interface shutdown and no
1227 shutdown command.
1228
12291998-08-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1230
1231 * rib.c (rib_add_ipv6): delete rib_add_in6.
1232
12331998-07-27 Kunihiro Ishiguro <kunihiro@zebra.org>
1234
1235 * main.c: retain flag is added.
1236
12371998-07-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1238
1239 * rtable.[ch]: merged with rib.[ch]
1240
12411998-07-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1242
1243 * connected.h: renamed from ifa.h.
1244
12451998-06-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1246
1247 * rename if.c to interface.c
1248 * rename ifa.c to connected.c
1249
1250 * Porting to Debian GNU/Linux 2.0 (hamm).
1251
12521998-06-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1253
1254 * rt_netlink.c: renamed from krt_netlink.c
1255
1256 * fib.c: deleted.
1257 * rt_kvm.c: deleted.
1258 * rtread_getmsg.c: deleted.
1259
12601998-06-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1261
1262 * if.c (multicast): add multicast flag [un]set fucntion.
1263
12641998-05-19 Yamshita TAKAO <jargon@lares.dti.ne.jp>
1265
1266 * rt_socket.c: Modify for compile on Solaris, but dont't work it.
1267 rt_socket.c have some undefined function, so add directive "IMPLEMENT"
1268
12691998-05-18 Yamshita TAKAO <jargon@lares.dti.ne.jp>
1270
1271 * zebra.c: Modify for compile on Solaris.
1272
12731998-05-03 Kunihiro Ishiguro <kunihiro@zebra.org>
1274
1275 * main.c: change CONFDIR to SYSCONFDIR.
1276
12771998-05-01 Kunihiro Ishiguro <kunihiro@zebra.org>
1278
1279 * .cvsignore: added.
1280
12811998-04-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1282
1283 * client.c: moves to ../lib.
1284
12851998-03-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1286
1287 * if_ioctl.c (if_get_addr): Change address copy from memcopy() to
1288 structure assignment.
1289
12901998-03-30 URA Hiroshi <ura@yamato.ibm.co.jp>
1291
1292 * if_sysctl.c (ifm_interface_add): sdl->sdl_data copy bug fixed.
1293
12941998-02-23 "Hannes R. Boehm" <hannes@boehm.org>
1295
1296 * if.c (if_init): add config_exit_cmd and config_help_cmd.
1297
12981998-01-24 Kunihiro Ishiguro <kunihiro@zebra.org>
1299
1300 * rt_ioctl.c (route_ioctl): EPERM treatment added.
1301
13021998-01-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1303
1304 * rt_socket.c (kernel_read): communication port zebra between
1305 kernel is now handled by kernel_read.
1306
13071998-01-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1308
1309 * main.c (main): zebra [-P port] can specify vty port number.
1310
13111997-12-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1312
1313 * zebra.c: change select will be block.
1314
13151997-12-04 Kunihiro Ishiguro <kunihiro@zebra.org>
1316
1317 * add static route treatment.
1318
13191997-11-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1320
1321 * rt_netlink.c: add netlink support over GNU/Linux system.
1322
13231997-11-23 Kunihiro Ishiguro <kunihiro@zebra.org>
1324
1325 * all inet_addr is changed to inet_aton.
1326
1327 * zebra.c (ip_route): add ip route command for static routes.
1328
13291997-11-20 Kunihiro Ishiguro <kunihiro@zebra.org>
1330
1331 * if.c (if_flag_dump): Linux port of if_flag_dump and _vty.
1332
13331997-11-19 Kunihiro Ishiguro <kunihiro@zebra.org>
1334
1335 * if.c: add interface command.
1336
13371997-11-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1338
1339 * ipforward_proc.c : Now works on Linux.
1340
13411997-10-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1342
1343 * command.c : add completion feature.
1344
13451997-10-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1346
1347 * vty.c (vty_command): add vty interface.
1348
13491997-10-13 Kunihiro Ishiguro <kunihiro@zebra.org>
1350
1351 * zebra.c: add verbose mode.
1352
13531997-10-12 SonMyong Ho <s-ho@Matrix.IRI.Co.Jp>
1354
1355 * Hydrangea for FreeBSD supported
1356 * in.h: add some prototype.
1357
13581997-10-11 Kunihiro Ishiguro <kunihiro@zebra.org>
1359
1360 * rt_socket.c and rtread.c completely rewritten.
1361
13621997-10-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1363
1364 * rt_socket.c: rename kernel_sock to routing_socket
1365
13661997-10-04 Kunihiro Ishiguro <kunihiro@zebra.org>
1367
1368 * if.c (if_new): interface structure change from linklist to vector.
1369
13701997-10-03 Kunihiro Ishiguro <kunihiro@zebra.org>
1371
1372 * vector.c (vector_init): create vector related function
1373
13741997-09-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1375
1376 * Makefile.in: add tags target
1377
1378 * start IPv6 support for INRIA FreeBSD.
1379