blob: 053f9e87a7d31a56d0b0d7a79de287dd9863c633 [file] [log] [blame]
paulb9df2d22004-05-09 09:09:59 +000012004-05-09 Paul Jakma <paul@dishone.st>
2
3 * zserv.c: (zsend_route_multipath) Set the nexthop_num
4 field correctly. Add NEXTHOP_TYPE_IPV6_IFNAME for v6.
5 Conditionally set ZAPI_MESSAGE_METRIC flag - only for adds.
6 (zsend_ipv4_add) cruft, deleted.
7 (zsend_ipv4_delete) ditto.
8 (zsend_ipv6_add) ditto.
9 (zsend_ipv6_delete) ditto.
paul44145db2004-05-09 11:00:23 +000010 * ioctl.c: (if_get_mtu) set mtu6 to mtu
11 * mtu_kvm.c: (if_kvm_get_mtu) set mtu6 to mtu
12 * rt_netlink.c: (netlink_interface) set mtu6 to mtu
13 (netlink_link_change) ditto
paul66e94882004-05-09 17:19:24 +000014 * ipforward_solaris.c: fix typo of ND variable.
paul88424682004-05-09 18:21:35 +000015 * if_ioctl_solaris.c: Add zprivs support.
16 * ioctl_solaris.c: ditto.
paul66e94882004-05-09 17:19:24 +000017
paulb9df2d22004-05-09 09:09:59 +0000182004-05-09 Sowmini Varadhan <sowmini.varadhan@sun.com>
19
20 * zserv.c: (zsend_ipv{4,6}_{add,delete}_multipath) collapsed
21 into single zsend_route_multipath function.
22 (zsend_interface_{up,down}) collapsed into zsend_interface_update.
23 (zsend_interface_address_{add,delete}) collapsed into
24 zsend_interface_address.
25 (zsend_interface_add) send mtu6.
26 (zsend_interface_delete) ditto.
27 (zebra_write) remove unused function.
28 (various) Apply static qualifier. Add comments.
29 * zserv.h: Definitions changed as per above.
30 * redistribute.c: Changes as per zserv.c.
paul44145db2004-05-09 11:00:23 +000031 * interface.c: (if_delete_update) only used with HAVE_NETLINK
32 and RTM_IFANNOUNCE.
33 (if_flag_dump_vty) Solaris IFF_IPV4 and IFF_IPV6 if flags
34 (if_dump_vty) print mtu6 if not same as mtu
paul88424682004-05-09 18:21:35 +000035 * if_ioctl_solaris.c: New file, Solaris interface ioctl methods.
36 * ioctl_solaris.c: New file, Common solaris ioctl methods.
37
hasso34195bf2004-04-06 12:07:06 +0000382004-04-06 Krzysztof Oledzki <oleq@ans.pl>
39
40 * rt_netlink.c: Do not ignore metric when reading kernel routing
41 table on Linux with rt_netlink interface.
42
432004-03-18 Hasso Tepper <hasso@estpak.ee>
hassof1d92e12004-03-18 15:40:33 +000044
45 * interface.c: Temporary fix for handling secondary addresses
46 with label.
47
hasso55906722004-02-11 22:42:16 +0000482004-02-12 Hasso Tepper <hasso@estpak.ee>
hassof1d92e12004-03-18 15:40:33 +000049
hasso55906722004-02-11 22:42:16 +000050 * zserv.c: Added "ipv6 forwarding" command.
51
gdtb27900b2004-01-08 15:44:29 +0000522004-01-08 Greg Troxel <gdt@fnord.ir.bbn.com>
53
54 * kernel_socket.c (kernel_read): Use sockaddr_storage in buffer
55 for reading kernel messages to ensure enough space (necessary on
56 Solaris due to sockaddr_dl being large). Thanks to Sowmini
57 Varadhan for help with this change.
58
gdt9ccabd12004-01-06 18:23:02 +0000592004-01-06 Greg Troxel <gdt@t1.ir.bbn.com>
60
61 * rtadv.c (rtadv_send_packet): Change perror to zlog_err.
62
gdtdbee01f2004-01-06 00:36:51 +0000632004-01-05 Greg Troxel <gdt@fnord.ir.bbn.com>
gdt4bfbea82004-01-06 01:13:05 +000064 * kernel_socket.c (ifm_read): Major cleanup. Use Sowmini's code
65 to find the sockaddr_dl in all cases, narrowing the Solaris ifdef
66 to just the accomodation of broken kernels. Check sockaddr_dl
67 carefully up front, and later assume any non-NULL sdl pointer is
68 valid. Clean up types and variable declarations, and rename
69 WRAPUP to SAROUNDUP to make the name fit the behavior.
70
712004-01-05 Greg Troxel <gdt@fnord.ir.bbn.com>
gdtdbee01f2004-01-06 00:36:51 +000072
73 * kernel_socket.c (kernel_read): Add a sockaddr_dl to the ifmsg
74 structure, because on Solaris sockaddr_dl is far larger than the
75 base sockaddr structure. (The code had previously been failing to
76 read all the data.)
gdt4bfbea82004-01-06 01:13:05 +000077
gdtda26e3b2004-01-05 17:20:59 +0000782004-01-05 Greg Troxel <gdt@ahi.ir.bbn.com>
79
80 * kernel_socket.c (kernel_read): Look up interfaces by index
81 first, so that state changes which do not include a sockaddr_dl
82 now work. Add many sanity checks. In
83 particular, do not assume that a sockaddr_dl follows a message
84 without checking the ifm_addrs flags, and do not trust the length
85 in a sockaddr_dl. Add/clarify many comments.
86
gdt4b5e1352003-12-03 17:54:34 +0000872003-12-03 Greg Troxel <gdt@poblano.ir.bbn.com>
88
89 * rtadv.c: reorder includes to avoid compiler warning (define
90 structs before using them in prototypes)
91
hasso647e4f12003-05-25 11:43:52 +0000922003-05-25 Jim Crumpler <Jim.Crumpler@edion.com>
93
94 * zserv.c: Add "ip forwarding" command.
95
paul445f1432003-05-16 19:00:31 +0000962003-05-16 Gilad Arnold <gilad.arnold@terayon.com>
97
98 * zebra_rib.c: Fix memory leaks for ifname nexthops
99
1002003-04-19 Israel Keys <ikeys@agile.tv>
101
102 * rt_netlink.c: BLOCK on netlink while initialising
103
1042003-02-06 Francois Deppierraz <francois@ctrlaltdel.ch>
105
106 * rt_netlink.c (netlink_route_multipath): Set RTM_F_EQUALIZE when
107 it exists.
108
paul718e3742002-12-13 20:15:29 +00001092002-09-28 Akihiro Mizutani <mizutani@net-chef.net>
110
111 * zebra_rib.c (static_add_ipv4): Null0 static route is added.
112
1132002-09-10 Jochen Friedrich <chris+zebra@scram.de>
114
115 * rt_netlink.c: Add check for EAGAIN.
116 * kernel_socket.c: Likewise
117
1182002-06-12 Israel Keys <ikeys@oz.agile.tv>
119
120 * rt_netlink.c: Setting the NLM_F_ACK flag on the netlink command
121 message so that we get an ACK for successful netlink commands.
122 Change the netlink socket to BLOCKING while we wait for a
123 response; be it an ACK or an NLMSG_ERROR. Change
124 netlink_parse_info to deal with ACK messages.
125
1262001-11-01 Jun-ichiro itojun Hagino <itojun@iijlab.net>
127
128 * rtadv.c (rtadv_make_socket): setsockopt(IPV6_CHECKSUM) does not
129 work for ICMPv6 socket.
130
1312001-10-24 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
132
133 * rib.c (rib_process): Select connected route any case.
134
1352001-10-23 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
136
137 * interface.c (no_ip_address_secondary): Add "no" to command.
138
1392001-10-18 NOGUCHI Kay <kay@v6.access.co.jp>
140
141 * ioctl.c (if_prefix_add_ipv6): Set the prefered and valid lifetime
142 to infinity as the freebsd4.4 workaroud.
143
1442001-08-26 mihail.balikov@interbgc.com
145
146 * zebra_snmp.c: Fix snmpwalk problem such as IPv4 address
147 A.B.C.255.
148
1492001-08-22 NOGUCHI Kay <kay@v6.access.co.jp>
150
151 * rtadv.c: Do not send RA to loopback interface.
152
1532001-08-20 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
154
155 * ioctl.c (if_set_prefix): Remove Linux 2.0 specific connected
156 route treatment.
157
1582001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
159
160 * zebra-0.92a released.
161
1622001-08-17 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
163
164 * rib.c: Kernel route is treated as EGP routes in nexthop active
165 check.
166
1672001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
168
169 * zebra-0.92 released.
170
1712001-08-08 "Akihiro Mizutani" <mizutani@dml.com>
172
173 * rib.c (show_ip_route_prefix_longer): Add longer-prefix option to
174 show route commands.
175
1762001-07-29 Yon Uriarte <havanna_moon@gmx.net>
177
178 * zserv.c (zsend_ipv4_add_multipath): Add
179 NEXTHOP_TYPE_IPV4_IFINDEX check.
180
1812001-07-29 NOGUCHI Kay <kay@v6.access.co.jp>
182
183 * rtadv.c: Apply valid lifetime, preferred lifetime, onilnk flag,
184 autonomous address-configuration flag patch.
185 (no_ipv6_nd_suppress_ra): Change "ipv6 nd send-ra" to "no ipv6 nd
186 suppress-ra".
187
1882001-07-24 NOGUCHI Kay <kay@v6.access.co.jp>
189
190 * rtadv.c (ipv6_nd_ra_interval): Add "ipv6 nd ra-interval SECONDS"
191 command.
192
1932001-07-24 Jun-ichiro itojun Hagino <itojun@iijlab.net>
194
195 * rt_socket.c (kernel_rtm_ipv4): Add KAME/NetBSD151 equal cost
196 multicast FIB support both IPv4 and IPv6.
197
1982001-07-24 Hal Snyder <hal@vailsys.com>
199
200 * if_ioctl.c (interface_list_ioctl): Fix bug of failing to get the
201 full list of interfaces on some configurations of OpenBSD.
202
2032001-07-23 NOGUCHI Kay <kay@v6.access.co.jp>
204
205 * rtadv.c (ipv6_nd_send_ra): Apply [zebra 9320] to fix "ipv6 nd
206 send-ra" bug.
207 (ipv6_nd_ra_lifetime): "ipv6 nd ra-lifetime 0" for default router
208 availability.
209 (ipv6_nd_managed_config_flag): "ipv6 nd managed-config-flag" is
210 added.
211 (ipv6_nd_other_config_flag): "ipv6 nd other-config-flag" is added.
212
2132001-07-23 Jun-ichiro itojun Hagino <itojun@iijlab.net>
214
215 * ioctl.c (if_ioctl): Change ioctl argument from int to u_long.
216
217 * rt_ioctl.c: Likewise.
218
2192001-07-23 Jun-ichiro itojun Hagino <itojun@iijlab.net>
220
221 * kernel_socket.c (rtm_write): Only set RTF_CLONING when the
222 interface is not p2p.
223
2242001-04-23 Kunihiro Ishiguro <kunihiro@zebra.org>
225
226 * ioctl.c (if_prefix_add_ipv6): Fix argument type.
227
2282001-04-06 Toshiaki Takada <takada@zebra.org>
229
230 * zserv.c (zsend_interface_delete): Use client->obuf instead of
231 allocating new stream.
232
2332001-03-10 Kunihiro Ishiguro <kunihiro@zebra.org>
234
235 * rt_netlink.c: Revert RTPROT_BOOT change.
236
2372001-03-08 Kunihiro Ishiguro <kunihiro@zebra.org>
238
239 * rt_netlink.c (netlink_route_change): Skip RTPROT_BOOT route.
240 (netlink_routing_table): Likewise.
241
2422001-03-07 "Akihiro Mizutani" <mizutani@dml.com>
243
244 * zserv.c (zsend_ipv4_add_multipath): Send metric value to
245 protocol daemons.
246
2472001-02-18 Kunihiro Ishiguro <kunihiro@zebra.org>
248
249 * rt_netlink.c (netlink_routing_table): Do not return
250 tb[RTA_GATEWAY] is NULL. Reported by: "Michael O'Keefe"
251 <mokeefe@qualcomm.com>.
252
2532001-02-08 Kunihiro Ishiguro <kunihiro@zebra.org>
254
255 * if_ioctl.c (interface_list_ioctl): Call if_add_update().
256 Suggested by: Chris Dunlop <chris@onthe.net.au>.
257
2582001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
259
260 * rib.c (nexthop_active_ipv4): When nexthop type is
261 NEXTHOP_TYPE_IPV4_IFINDEX, propery set the ifindex to rifindex.
262
263 * zserv.c: Initialize rtm_table_default with 0.
264
265 * zebra-0.91 is released.
266
2672001-01-31 Kunihiro Ishiguro <kunihiro@zebra.org>
268
269 * kernel_socket.c (rtm_read): Filter cloned route. Suggested by:
270 Jun-ichiro itojun Hagino <itojun@iijlab.net>
271
2722001-01-30 Kunihiro Ishiguro <kunihiro@zebra.org>
273
274 * connected.c (connected_up_ipv6): When point-to-point destination
275 address is ::, use local address for connected network.
276 (connected_down_ipv6): Likewise.
277
2782001-01-25 Kunihiro Ishiguro <kunihiro@zebra.org>
279
280 * zserv.c (zebra_serv): Add missing close() call. Reported by:
281 David Waitzman <djw@vineyard.net>.
282
2832001-01-24 Kunihiro Ishiguro <kunihiro@zebra.org>
284
285 * rib.c (rib_lookup_ipv4): New function for checking exact match
286 IGP route.
287
2882001-01-23 Kunihiro Ishiguro <kunihiro@zebra.org>
289
290 * rib.c (show_ipv6_route_protocol): Fix bug of "show ip route
291 route-type".
292
2932001-01-22 Kunihiro Ishiguro <kunihiro@zebra.org>
294
295 * interface.c (zebra_interface): Do not call
296 zebra_interface_add_update for inactive interface.
297
298 * zserv.c (zsend_interface_address_add): Send interface address
299 flag.
300 (zsend_interface_address_delete): Likewise.
301
3022001-01-19 Kunihiro Ishiguro <kunihiro@zebra.org>
303
304 * interface.c (if_addr_add): Add flags.
305
306 * connected.c (ifa_add_ipv4): Add new function for interface
307 address handling.
308 (ifa_delete_ipv4): Likewise.
309
3102001-01-16 Kunihiro Ishiguro <kunihiro@zebra.org>
311
312 * rib.c (rib_update): Update IPv6 RIB.
313
314 * kernel_socket.c (ifam_read): Call if_refresh() for update
315 interface flag status. This is for implicit interface up on *BSD.
316
317 * interface.c (if_refresh): Add interface flag refresh function.
318
319 * kernel_socket.c (rtm_read): Fetch link-local address interface
320 index.
321 (ifan_read): We need to fetch interface information. Suggested
322 by: Yasuhiro Ohara <yasu@sfc.wide.ad.jp>.
323
324 * rib.c (static_ipv6_nexthop_same): Add check for
325 NEXTHOP_TYPE_IPV6_IFNAME.
326
3272001-01-15 Kunihiro Ishiguro <kunihiro@zebra.org>
328
329 * rib.h (NEW_RIB): Turn on NEW_RIB flag. IPv6 new RIB code are
330 taken into place.
331
3322001-01-14 Kunihiro Ishiguro <kunihiro@zebra.org>
333
334 * rib.c (static_ipv6_write): Display STATIC_IPV6_GATEWAY_IFNAME
335 configuration.
336 (rib_delete_ipv6): Handle same route conter for IPv6 connected
337 route.
338 (show_ipv6_route_protocol): New command.
339 (show_ipv6_route_addr): Likewise.
340 (show_ipv6_route_prefix): Likewise.
341 (rib_update): Sweep kernel route when it is cleaned up.
342
343 * rt_socket.c (kernel_add_ipv6): Add NEXTHOP_IPV6_IFNAME
344 treatmenet.
345
346 * rt_netlink.c (kernel_init): Likewise.
347
348 * rt_ioctl.c (kernel_ioctl_ipv6_multipath): Likewise.
349
350 * rib.c (rib_add_ipv4): Cope with same connected route on a
351 interface. Suggested by: Matthew Grant <grantma@anathoth.gen.nz>.
352 (nexthop_ipv6_ifname_add): Add NEXTHOP_IPV6_IFNAME treatmenet.
353
354 * rib.h (struct new_rib): Add refcnt to keep track on the
355 reference of same connected route.
356
357 * ioctl.c (if_set_prefix): Add check for GNU_LINUX.
358
3592001-01-13 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
360
361 * kernel_socket.c (ifan_read, rtm_type_str): Add RTM_OIFINFO check.
362 (rtm_type_str): Add RTM_IFANNOUNCE check.
363 (ifan_read): New function.
364 (kernel_read): Add case for RTM_IFANNOUNCE.
365
3662001-01-13 Kunihiro Ishiguro <kunihiro@zebra.org>
367
368 * rt_ioctl.c (kernel_ioctl_ipv6_multipath): New function.
369
370 * rt_netlink.c (netlink_route_multipath): IPv6 address ifindex
371 treatment.
372
373 * connected.c (connected_up_ipv6): Add dest value check.
374
375 * rib.c (nexthop_active_ipv6): Do not touch IPv6 nexthop's
376 ifindex.
377 (rib_add_ipv4): Import rib_add_ipv6() same route check code.
378 (nexthop_active_check): NEXTHOP_TYPE_IPV6_IFINDEX activity is only
379 checked by ifindex.
380
381 * rt_socket.c (kernel_rtm_ipv6_multipath): New function.
382
383 * redistribute.c (redistribute_add): Use
384 zsend_ipv6_add_multipath().
385 (redistribute_delete_multipath): Use
386 zsend_ipv6_delete_multipath().
387
388 * interface.c (ip_address): Check current IP address to avoid
389 duplicate.
390
391 * rib.c (rib_delete_ipv4): When deleted route is connected route,
392 check ifindex.
393 (rib_add_ipv4): When connected route is added do not perform
394 implicit withdraw.
395 (rib_delete_ipv4): Check ifindex for connected route.
396
397 * kernel_socket.c (rtm_read): When route has RTF_STATIC, set
398 ZEBRA_FLAG_STATIC for indicate as persistent route.
399 (ifam_read): Unset interface index from link-local address when
400 IPv6 stack is KAME.
401
402 * rib.c (rib_update): Do not delete persistent kernel route.
403
404 * rib.h (struct new_rib): Integrate RIB_FLAG_* to ZEBRA_FLAG_*.
405
406 * rt_socket.c (kernel_add_ipv6_multipath): Add placeholder.
407 (kernel_delete_ipv6_multipath): Likewise.
408
409 * rt_netlink.c (netlink_talk): Give struct nlsock to netlink_talk.
410
4112001-01-12 Kunihiro Ishiguro <kunihiro@zebra.org>
412
413 * rib.c (rib_update): Revert Matthew Grant's patch
414 zebra_cvs_newribfix.patch. Use struct rib->ifindex for kernel
415 interface index. Introduce NEXTHOP_TYPE_IPV4_IFINDEX to support
416 that. Add support for address deletion situation.
417
4182001-01-11 Kunihiro Ishiguro <kunihiro@zebra.org>
419
420 * interface.c: Remove HAVE_IF_PSEUDO part.
421
422 * rib.h: Likewise.
423
424 * rt_netlink.c (netlink_link_change): Likewise.
425
4262001-01-10 Kunihiro Ishiguro <kunihiro@zebra.org>
427
428 * zserv.c: Remove OLD_RIB codes.
429
4302001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
431
432 * zebra-0.90 is released.
433
4342001-01-09 Matthew Grant <grantma@anathoth.gen.nz>
435
436 * interface.c (if_new_intern_ifindex): Allocate a new internal
437 interface index.
438 (if_addr_refresh): Fix up ip addresses configured via zebra.
439 (if_add_update): Handle an interface addition.
440 (if_delete_update): Handle an interface delete event.
441
442 * rib.c (nexthop_ipv4_add): Add kernel route deletion process when
443 interface goes down.
444
4452001-01-08 Kunihiro Ishiguro <kunihiro@zebra.org>
446
447 * interface.c (if_dump_vty): When HAVE_NET_RT_IFLIST is defined,
448 NetBSD also use this function. Suggested by Jasper Wallace
449 <jasper@ivision.co.uk>.
450
4512001-01-07 Kunihiro Ishiguro <kunihiro@zebra.org>
452
453 * rib.c (nexthop_active_ipv4): Move back to set methodo to old
454 one.
455
4562001-01-05 Kunihiro Ishiguro <kunihiro@zebra.org>
457
458 * rib.c (rib_add_ipv4): EBGP multihop set ZEBRA_FLAG_INTERNAL
459 flag, so treat it.
460
4612001-01-04 Kunihiro Ishiguro <kunihiro@zebra.org>
462
463 * rt_netlink.c (netlink_talk_ipv6): When IPv6 route message is
464 sent from netlink_cmd, the same message comes from netlink. To
465 avoid confusion, temporary netlink_talk_ipv6 use netlink.sock
466 instead of netlink_cmd.sock.
467
4682001-01-01 Kunihiro Ishiguro <kunihiro@zebra.org>
469
470 * zserv.h (ZEBRA_SERV_PATH): Change "/tmp/zebra" to "/tmp/.zebra".
471 Change "/tmp/zserv" to "/tmp/.zserv".
472
4732000-12-29 Frank van Maarseveen <F.vanMaarseveen@inter.NL.net>
474
475 * rt_netlink.c (struct nlsock): Divide kernel message into listen
476 socket and command socket.
477 (netlink_talk): Remove socket listen code. Use netlink_parse_info
478 for read kernel response.
479
4802000-12-29 Kunihiro Ishiguro <kunihiro@zebra.org>
481
482 * rib.c (vty_show_ip_route): Show uptime of the RIP,OSPF,BGP
483 routes.
484
4852000-12-27 Kunihiro Ishiguro <kunihiro@zebra.org>
486
487 * rt_netlink.c (netlink_route_multipath): Metric value is
488 reflected to kernel routing table.
489
490 * rt_ioctl.c (kernel_ioctl_ipv4_multipath): Likewise.
491
492 * kernel_socket.c (rtm_write): Likewise.
493
494 * rib.c (nexthop_active_ipv4): Only iBGP route perform recursive
495 nexthop lookup.
496
497 * rt_ioctl.c (kernel_ioctl_ipv4_multipath): Add ioctl version of
498 new RIB implementation.
499
5002000-12-26 Kunihiro Ishiguro <kunihiro@zebra.org>
501
502 * rib.h: Remove MULTIPATH_NUM. It is defined by configure script.
503
5042000-12-25 Michael Rozhavsky <mrozhavsky@opticalaccess.com>
505
506 * rib.c (rib_if_up): Call rib_fib_set instead of RIB_FIB_SET for
507 proper redistribution.
508
5092000-12-19 Kunihiro Ishiguro <kunihiro@zebra.org>
510
511 * rib.c (nexthop_active_ipv4): Add self lookup nexthop check.
512 (show_ip_route_protocol): Support new RIB.
513
514 * rt_netlink.c (netlink_route_change): Do not return when gate is
515 NULL.
516
5172000-12-18 Kunihiro Ishiguro <kunihiro@zebra.org>
518
519 * rib.c (rib_lookup_ipv4_nexthop): IBGP nexthop check function is
520 updated.
521 (rib_add_ipv4): Free implicit withdraw route's RIB.
522
5232000-12-15 Kunihiro Ishiguro <kunihiro@zebra.org>
524
525 * rib.c (nexthop_active_ipv4): Check indirect nexthop.
526
527 * redistribute.c (redistribute_add_multipath): Redistribution
528 works with new rib code.
529
5302000-12-14 Kunihiro Ishiguro <kunihiro@zebra.org>
531
532 * rt_netlink.c (netlink_route_multipath): Check useful nexthop
533 number.
534 (netlink_route_multipath): Clear rtnh_flags and rtnh_hops.
535
536 * rib.c (nexthop_active_update): Set flag for the rib's nexthop
537 activity is changed.
538 (nexthop_active_check): Before checking interface is up, make it
539 sure the interface exist.
540
5412000-11-20 Kunihiro Ishiguro <kunihiro@zebra.org>
542
543 * rib.c (ip_route): New RIB prototype.
544
5452000-11-16 Yon Uriarte <ukl2@rz.uni-karlsruhe.de>
546
547 * zserv.c (zsend_interface_add): Send hardware address when
548 hw_addr_len is greater than 0.
549
5502000-11-07 Kunihiro Ishiguro <kunihiro@zebra.org>
551
552 * connected.c (connected_up_ipv4): Fix ptop bug. The destination
553 network should be installed into routing table.
554 (connected_down_ipv4): Likewise.
555 (connected_add_ipv4): Change to use connected_up_ipv4.
556 (connected_delete_ipv4): Likewise.
557
5582000-11-06 Kunihiro Ishiguro <kunihiro@zebra.org>
559
560 * rt_netlink.c (netlink_interface_addr): Revert Harald Welte
561 <laforge@gnumonks.org>'s ptop patch then back to original code to
562 avoid duplicated connected route problem. Suggested by Frank van
563 Maarseveen <F.vanMaarseveen@inter.NL.net>.
564
565 * kernel_socket.c (rtm_read): Make behavior consistent even #ifdef
566 DEBUG is defined. Reported by Jun-ichiro itojun Hagino
567 <itojun@iijlab.net>.
568
5692000-10-23 Jochen Friedrich <jochen@scram.de>
570
571 * main.c (main): Call zebra_snmp_init() when it is enabled.
572
5732000-10-23 Kunihiro Ishiguro <kunihiro@zebra.org>
574
575 * zserv.c (zebra_serv_un): UNIX domain socket server of zebra
576 protocol.
577
5782000-10-19 Kunihiro Ishiguro <kunihiro@zebra.org>
579
580 * rib.c (rib_add_ipv4): Same check bug is fixed.
581
5822000-10-03 Kunihiro Ishiguro <kunihiro@zebra.org>
583
584 * rib.c (rib_if_down): Remove kernel route when the interface goes
585 down.
586
587 * debug.c: New command "debug zebra kernel" is added.
588
5892000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
590
591 * zebra-0.89 is released.
592
5932000-09-24 Harald Welte <laforge@gnumonks.org>
594
595 * rt_netlink.c (netlink_interface_addr): Fix point-to-point address
596 treatment in netlink interface.
597
5982000-09-21 David Lipovkov <dlipovkov@OpticalAccess.com>
599
600 * rib.c (rib_if_down): Pull static route only. Protocol daemon
601 must withdraw routes when interface goes down.
602 (rib_add_ipv4): Check nexthop when replace route.
603
6042000-09-21 Kunihiro Ishiguro <kunihiro@zebra.org>
605
606 * if_ioctl.c (if_getaddrs): New function for looking up
607 interface's address by getifaddrs().
608
6092000-09-10 Kunihiro Ishiguro <kunihiro@zebra.org>
610
611 * connected.c (connected_delete_ipv4): Add check for connected
612 address is found or not.
613 (connected_add_ipv6): Reflect IPv6 connected address change to
614 protocol daemons.
615 (connected_delete_ipv6): Likewise.
616
6172000-09-07 David Lipovkov <davidl@nbase.co.il>
618
619 * rib.c (rib_delete_ipv4): Reverted the change from pseudo
620 interface patch to original. Because ospfd deletes routes using
621 zero ifindex.
622
6232000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
624
625 * zebra-0.88 is released.
626
6272000-08-15 "Akihiro Mizutani" <mizutani@dml.com>
628
629 * rib.c (show_ip_route_protocol): Help string correction.
630 (show_ip_route_prefix): Check prefix mask.
631 (show_ip_route_vty_detail): Display distance and metric.
632
6332000-08-14 Kunihiro Ishiguro <kunihiro@zebra.org>
634
635 * zserv.c (zsend_interface_add): Change ifindex store size from
636 two octet to four.
637 (zsend_interface_delete): Likewise.
638 (zsend_interface_address_add): Likewise.
639 (zsend_interface_address_delete): Likewise.
640 (zsend_interface_up): Likewise.
641 (zsend_interface_down): Likewise.
642
6432000-08-13 Kunihiro Ishiguro <kunihiro@zebra.org>
644
645 * rib.c (rib_add_ipv4): Do not install distance 255 route.
646
6472000-08-10 Toshiaki Takada <takada@zebra.org>
648
649 * interface.c (bandwidth_if), (no_bandwidth_if): Call
650 zebra_interface_up_update () instead of using if_up() and if_down().
651
6522000-08-07 "Akihiro Mizutani" <mizutani@dml.com>
653
654 * interface.c (bandwidth_if): Fix help string.
655
6562000-08-07 Matthew Grant <grantma@anathoth.gen.nz>
657
658 * interface.c (if_dump_vty): Display bandwidth value.
659 (bandwidth_if): New command "bandwidth <1-10000000>" is added.
660 When interface is up, force protocol daemons to recalculate routes
661 due to cost change.
662 (no_bandwidth_if): Likewise.
663 (if_config_write): Output bandwidth configuration.
664
665 * zserv.c (zsend_interface_add): Send bandwidth value.
666 (zsend_interface_up): Likewise.
667 (zsend_interface_down): Likewise.
668
669
6702000-08-07 Michael Rozhavsky <mike@nbase.co.il>
671
672 * rib.c (show_ip_route_protocol): "show ip route
673 (bgp|connected|kernel|ospf|rip|static)" is added.
674
6752000-08-07 Kunihiro Ishiguro <kunihiro@zebra.org>
676
677 * rib.c (rib_lookup_ipv4_nexthop): Check parent node until IGP
678 nexthop is found.
679 (rib_add_ipv4_internal): Set fib ifindex to rib ifindex.
680
6812000-08-06 Kunihiro Ishiguro <kunihiro@zebra.org>
682
683 * redistribute.c (redistribute_delete): Fix bug of default route
684 redistribute treatment.
685
6862000-08-05 Kunihiro Ishiguro <kunihiro@zebra.org>
687
688 * rib.c (rib_init): Install ip_node in rib.c instead of zserv.c.
689 Change default distance value.
690
691 Old New
692 ------------------------------------------
693 system 10 0
694 kernel 20 0
695 connected 30 0
696 static 40 1
697 rip 50 120
698 ripng 50 120
699 ospf 60 110
700 ospf6 49 110
701 bgp 70 200(iBGP) 20(eBGP)
702 ------------------------------------------
703
704 * zserv.c (client_lookup): Function removed.
705 (zsend_interface_add): Use client's output buffer. Check ifinfo
706 flag.
707 (zsend_interface_delete): Likewise.
708 Delete ipv4_static_radix and ipv6_static_radix.
709
7102000-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
711
712 * zserv.h (struct zebra_client): When client request interface
713 information, ifinfo is set.
714
715 * rib.c: Temporary Revert changes for pseudo interface.
716
717 * rib.h: Likewise.
718
719 * zserv.c: Likewise.
720
721 * interface.c: Likewise.
722
7232000-08-02 David Lipovkov <davidl@nbase.co.il>
724
725 * interface.c (zebra_if_init): Install interface "pseudo"
726 commands.
727
728 * rib.c (rib_create): ifname argument is added.
729 (rib_add_ipv4_pseudo): New function is added.
730 (rib_delete_ipv4_pseudo): Likewise.
731
732 * rib.h : Delete INTERFACE_UNKNOWN definition. Add prototype for
733 pseudo interface functions.
734
735 * rt_netlink.c (netlink_link_change): Check for pseudo interface.
736
737 * zserv.c (ip_route): When destination is pseudo interface, call
738 rib_add_ipv4_pseudo().
739
740 * zserv.c (no_ip_route): Trim "unknown" argument.
741
7422000-07-26 kunitake@dti.ad.jp
743
744 * if_ioctl.c (if_get_hwaddr): Fix hardware address length from 8
745 to 6.
746
747 * rtadv.c (rtadv_send_packet): Fix shift bug for hardware address.
748
7492000-07-24 Akihiro Mizutani <mizutani@dml.com>
750
751 * interface.c: Use install_default() for common VTY commands.
752
7532000-07-23 Kunihiro Ishiguro <kunihiro@zebra.org>
754
755 * if_ioctl.c (interface_list_ioctl): A interface list size is
756 calculated from ifreq->if_addr.sa_len. This is for OpenBSD.
757
758 * ioctl.c (if_get_mtu): Remove codes for SIOCGIFDATA.
759
7602000-07-09 Chris Dunlop <chris@onthe.net.au>
761
762 * if_ioctl.c (if_get_index): Add check for HAVE_BROKEN_ALIASES.
763
7642000-07-04 Kunihiro Ishiguro <kunihiro@zebra.org>
765
766 * zserv.c (zebra_client_read): Add ZEBRA_REDISTRIBUTE_{ADD,DELETE}
767 message handling.
768
7692000-07-02 David Lipovkov <davidl@nbase.co.il>
770
771 * zserv.c: "ip route A.B.C.D/M unknown" command is added.
772
7732000-06-28 Michael Rozhavsky <mike@nbase.co.il>
774
775 * rib.c: Remove old kernel route when new route comes in.
776
7772000-06-13 David Lipovkov <davidl@nbase.co.il>
778
779 * rib.c (rib_if_up): Add check for unknown interface.
780
7812000-06-13 Kunihiro Ishiguro <kunihiro@zebra.org>
782
783 * rib.h: Define INTERFACE_UNKNOWN.
784
7852000-06-08 Kunihiro Ishiguro <kunihiro@zebra.org>
786
787 * Makefile.am (EXTRA_DIST): Move irdp.c until implementation is
788 finished.
789
7902000-06-05 David Lipovkov <davidl@nbase.co.il>
791
792 * interface.c (if_zebra_delete_hook): Call rib_if_delete().
793
794 * redistribute.c (zebra_interface_delete_update): New function.
795
796 * redistribute.h (zebra_interface_delete_update): New function
797 prototype.
798
799 * rib.c (rib_if_delete): New function. Walk down all routes and
800 delete all on the interface.
801
802 * rib.h: New function prototype.
803
804 * rt_netlink.c (netlink_link_change): Call
805 zebra_interface_delete_update ().
806
8072000-05-10 Kunihiro Ishiguro <kunihiro@zebra.org>
808
809 * if_ioctl.c (interface_info_ioctl): Check interface's flag before
810 checking interface's address.
811
8122000-04-26 Jochen Friedrich <jochen@nwe.de>
813
814 * GNOME-PRODUCT-ZEBRA-MIB: New file.
815
816 * GNOME-SMI: New file.
817
8182000-04-23 Kunihiro Ishiguro <kunihiro@zebra.org>
819
820 * irdp.c: New file from 1997 development code.
821 * irdp.h: Likewise.
822
8232000-04-19 Kunihiro Ishiguro <kunihiro@zebra.org>
824
825 * rtadv.c (rtadv_send_packet): Enclose router advertisement
826 logging with IS_ZEBRA_DEBUG_PACKET.
827
8282000-04-17 Kunihiro Ishiguro <kunihiro@zebra.org>
829
830 * zserv.c (zebra_client_close): Remove client structure from
831 client_list when connection is terminated.
832
8332000-03-21 David Lipovkov <davidl@nbase.co.il>
834
835 * connected.c (connected_add_ipv4): Allows all necessary structure
836 updates for connected route, but doesn't insert it into rib if
837 it's interface is down.
838
8392000-01-21 Hideto Yamakawa <hideto.yamakawa@soliton.co.jp>
840
841 * rtread_getmsg.c: Set some definition for Solaris 2.5 and Solaris
842 2.5.1.
843
8442000-01-21 Kunihiro Ishiguro <kunihiro@zebra.org>
845
846 * rib.c (no_ipv6_route_ifname): Fix buf of cheking return value
847 from str2prefix_ipv6().
848
8492000-01-14 Kunihiro Ishiguro <kunihiro@zebra.org>
850
851 * rt_socket.c: Revert to use RTF_HOST for IPv4 with /32 route and
852 IPv6 with /128 routes.
853 (kernel_rtm_ipv4): In case of /32 route's gateway is interface. It
854 should have mask for cloning.
855
8561999-12-26 Jochen.Friedrich@genorz.de
857
858 * interface.c (if_dump_vty): Fix a bug of missing VTY_NEWLINE.
859
8601999-12-23 Alex Zinin <zinin@amt.ru>
861 * interface.*: dynamic int up/down support
862
8631999-12-09 Kunihiro Ishiguro <kunihiro@zebra.org>
864
865 * ipforward_proc.c (dropline): Move dropline() from lib/dropline.c
866
867 * rtread_proc.c (proc_route_read): Don't use dropline().
868
8691999-12-08 Kunihiro Ishiguro <kunihiro@zebra.org>
870
871 * kernel_socket.c (rtm_read): When message is RTM_GET, it has own
872 process's pid.
873
8741999-12-04 Kunihiro Ishiguro <kunihiro@zebra.org>
875
876 * main.c (main): Change to default log output to ZLOG_STDOUT.
877
878 * zserv.c (zebra_serv): More detailed error print.
879
8801999-11-30 Kunihiro Ishiguro <kunihiro@zebra.org>
881
882 * kernel_socket.c (rtm_read): Check old pid for static route
883 insertion check.
884
8851999-11-30 Kunihiro Ishiguro <kunihiro@zebra.org>
886
887 * interface.c (if_dump_vty): BSDI/OS uses 64bit for interface
888 statistics counter.
889
890 * mtu_kvm.c: New file added.
891
8921999-11-27 Vladimir B. Grebenschikov <vova@express.ru>
893
894 * kernel_socket.c (rtm_write): Set RTF_CLONING flag for
895 route to the directly connected interface.
896
8971999-11-27 Kunihiro Ishiguro <kunihiro@zebra.org>
898
899 * rt_socket.c: Delete USE_HOST_BIT definition.
900
9011999-11-21 Michael Handler <handler@sub-rosa.com>
902
903 * rtread_getmsg.c: Undef some definition to resolve conflict.
904
9051999-11-27 Kunihiro Ishiguro <kunihiro@zebra.org>
906
907 * kernel_socket.c (rtm_write): Change to use pre stored struct_dl
908 value for gateway specification.
909
9101999-11-25 Kunihiro Ishiguro <kunihiro@zebra.org>
911
912 * rt_socket.c (kernel_rtm_ipv4): Even mask is 32 under IPv4 or
913 128 under IPv6, don't use RTF_HOST.
914
9151999-11-21 Kunihiro Ishiguro <kunihiro@zebra.org>
916
917 * Makefile.am (EXTRA_DIST): Add rtread_getmsg.c.
918
9191999-11-21 Michael Handler <handler@sub-rosa.com>
920
921 * rtread_getmsg.c: Added for Solaris 2.6 support.
922
9231999-11-18 Kunihiro Ishiguro <kunihiro@zebra.org>
924
925 * rtread_sysctl.c (rtm_read_route): RTM_DELETE handling added.
926
927 * rt_socket.c (kernel_read): Better BSD routing socket support.
928
9291999-10-19 Kunihiro Ishiguro <kunihiro@zebra.org>
930
931 * client_main.c: Disable making obsolete zebra test `client'
932 command.
933
9341999-10-18 Kunihiro Ishiguro <kunihiro@zebra.org>
935
936 * zebra.c: Renamed to zserv.c.
937
938 * zebra.h: Global definitions are moved to lib/zebra.h. Then
939 renamed to zserv.h.
940
9411999-10-15 Jordan Mendelson <jordy@wserv.com>
942
943 * if_ioctl.c: Add Linux 2.2.X's alias support and dynamic
944 interface. Remove ugly MAX_INTERFACE handling codes.
945
9461999-09-17 Satosi KOBAYASI <kobayasi@north.ad.jp>
947
948 * Fix serious bug of IPv6 route deletion.
949
9501999-09-11 Kunihiro Ishiguro <kunihiro@zebra.org>
951
952 * ioctl.c (if_set_prefix): Properly set broadcast address.
953
9541999-09-04 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
955
956 * rib.c (rib_add_ipv6, rib_delete_ipv6): now protocol daemons
957 can install connected route to kernel via zebra
958
9591999-08-24 VOP <vop@unity.net>
960
961 * rib.c: Include "sockunion.h"
962
9631999-08-22 Kunihiro Ishiguro <kunihiro@zebra.org>
964
965 * ipforward.h: New file.
966
967 * zebra.h: Obsolete message ZEBRA_GET_ALL_INTERFACE,
968 ZEBRA_GET_ONE_INTERFACE, ZEBRA_GET_HOSTINFO are deleted.
969
9701999-08-18 Kunihiro Ishiguro <kunihiro@zebra.org>
971
972 * zebra.h (ZEBRA_INTERFACE_ADDRESS_ADD):
973 ZEBRA_INTERFACE_{ADD,DELETE} added.
974
9751999-08-15 Kunihiro Ishiguro <kunihiro@zebra.org>
976
977 * rib.c: show ip route A.B.C.D works.
978
979 * zebra.c (zebra_read_ipv4): Add ifindex to zebra messages.
980
9811999-08-12 Kunihiro Ishiguro <kunihiro@zebra.org>
982
983 * zebra.h: New Zebra message ZEBRA_INTERFACE_{ADD,DELETE} added.
984
9851999-08-09 Kunihiro Ishiguro <kunihiro@zebra.org>
986
987 * interface.h: New file.
988 * Makefile.am: Add interface.h
989
9901999-08-04 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
991
992 * redistribute.c (zebra_redistribute): give ifindex to client.
993
9941999-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
995
996 * main.c (longopts): -k, --keep_kernel option added.
997
9981999-07-18 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
999
1000 * rt_socket.c (rtm_write): forgot closing socket bug fixed.
1001
10021999-07-17 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1003
1004 * rib.c (show_ipv6_cmd): if rib is link show interface name.
1005
10061999-07-17 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1007
1008 * rt_socket.c (rtm_write): use sockaddr_dl when null gateway.
1009
10101999-07-16 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1011
1012 * rt_socket.c (rtm_write): ipv6 route table bug fixed.
1013
10141999-07-15 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1015
1016 * zebra.c (zebra_read_ipv6): read link prefix from ospf6 support
1017
10181999-07-15 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1019
1020 * rt_socket.c (kernel_rtm_ipv6): gate treatment bug fixed.
1021
10221999-07-15 Kunihiro Ishiguro <kunihiro@zebra.org>
1023
1024 * if_sysctl.c (ifm_read): Clear sockunion argument before fetching
1025 data. Suggested by "Chris P. Ross" <cross@eng.us.uu.net>
1026
10271999-07-08 HEO SeonMeyong <seirios@Matrix.IRI.Co.Jp>
1028
1029 * interface.c (if_tun_add): Add KAME's gif tunnel setting codes.
1030
10311999-06-26 Kunihiro Ishiguro <kunihiro@zebra.org>
1032
1033 * zebra.c (zebra_serv): Only accept loopback address connection.
1034
10351999-06-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1036
1037 * zebra.h (ZEBRA_ROUTE_EXTERNAL): Add zebra messages flags
1038
10391999-06-17 Kunihiro Ishiguro <kunihiro@zebra.org>
1040
1041 * ipforward_proc.c: ipforward_on () and ipforward_off () added.
1042
10431999-06-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1044
1045 * ipforward_proc.c (ipforward_ipv6): Check for IPv6 forwarding
1046 using /proc file system is added.
1047
10481999-06-06 Kunihiro Ishiguro <kunihiro@zebra.org>
1049
1050 * if_ioctl.c (if_get_index): Interface index set bug is fixed by
1051 adding #else at the middle of function. Suggested by David Luyer
1052 <luyer@ucs.uwa.edu.au>.
1053
10541999-05-29 <kunihiro@zebra.org>
1055
1056 * rt_ioctl.c: Comment out #include <linux/ipv6_route.h>.
1057
10581999-05-26 Kunihiro Ishiguro <kunihiro@zebra.org>
1059
1060 * zebra.h (ZEBRA_ROUTE_MAX): Add new define for the max value of
1061 the sort of routes.
1062
10631999-05-25 Patrick Koppen <koppen@rhrk.uni-kl.de>
1064
1065 * rt_netlink.c (netlink_socket): Make netlink socket non-blocking.
1066 (netlink_parse_info): If errno is EWOULDBLOCK then continue to
1067 parse the message.
1068 (netlink_talk): Likewise
1069
10701999-05-17 <kunihiro@zebra.org>
1071
1072 * redistribute.c (zebra_check_addr): Added for loopback address
1073 check.
1074
10751999-05-15 Kunihiro Ishiguro <kunihiro@zebra.org>
1076
1077 * rt_netlink.c (netlink_route_change): Tempolary bypass ipv6 route
1078 change treatment.
1079
1080 * Makefile.am (noinst_HEADERS): redistribute.h added.
1081
1082 * redistribute.h: New file.
1083
10841999-05-14 Stephen R. van den Berg <srb@cuci.nl>
1085
1086 * zebra.c (show_table): Show all table configuration DEFUN.
1087 (config_table): Config table number DEFUN.
1088
1089 * rt_netlink.c: Add support for multiple routing table.
1090
1091 * rib.c (rib_weed_table): New function added for delete all
1092 routes from specified routing table.
1093
1094 * main.c (signal_init): SIGTERM call sigint.
1095 (sigint): Loggging more better message.
1096
10971999-05-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1098
1099 * rt_netlink.c: Change log () to zlog ().
1100
11011999-05-07 <kunihiro@zebra.org>
1102
1103 * zebra.h (ZEBRA_ROUTE_OSPF6): Added for ospf6d route.
1104
11051999-04-20 Kunihiro Ishiguro <kunihiro@zebra.org>
1106
1107 * interface.c: Add `no ip address' command.
1108
11091999-04-10 Kunihiro Ishiguro <kunihiro@zebra.org>
1110
1111 * rt_netlink.c (kernel_read): Function added for asynchronous
1112 zebra between kernel communication.
1113
11141999-03-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1115
1116 * rtread_sysctl.c (rtm_read): Fix address memcopy overrun bug.
1117 Reported by Achim Patzner <ap@bnc.net>.
1118
11191999-03-03 Kunihiro Ishiguro <kunihiro@zebra.org>
1120
1121 * Makefile.am: Install configuration sample with 600 permission.
1122
11231999-03-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1124
1125 * Makefile.am: Add -I.. to INCLUDES.
1126
11271999-02-18 Peter Galbavy <Peter.Galbavy@knowledge.com>
1128
1129 * syslog support added
1130
11311999-02-17 Peter Galbavy <Peter.Galbavy@knowledge.com>
1132
1133 * if_sysctl.c (interface_list): allocated memory free when unknown
1134 ifm_type is returned.
1135
1136 * ioctl.c (if_get_mtu): added SIOCGIFDATA treatment.
1137
11381998-12-15 Magnus Ahltorp <map@stacken.kth.se>
1139
1140 * interface.c: Header include added.
1141
11421998-12-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1143
1144 * rt.h (kernel_delete_ipv6): change int index to unsigned int index.
1145
11461998-12-13 Kunihiro Ishiguro <kunihiro@zebra.org>
1147
1148 * if_ioctl.c (interface_list_ioctl): interface flag must be
1149 checked before check addresses of the interface.
1150
11511998-12-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1152
1153 * Makefile.am (INCLUDES): add @INCLUDES@ for Linux IPv6.
1154
11551998-10-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1156
1157 * ioctl.c: Linux version before 2.1.0 need interface route setup.
1158
11591998-09-15 HEO SeonMeyong <seirios@matrix.iri.co.jp>
1160
1161 * change HYDRANGEA to KAME
1162
11631998-09-01 Kunihiro Ishiguro <kunihiro@zebra.org>
1164
1165 * if_ioctl.c (if_addr_ioctl): set address family for getting
1166 interface's address.
1167 (if_get_index): silently return when can't get interface's index.
1168
11691998-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
1170
1171 * main.c (main): batch mode option '-b' added.
1172
11731998-08-16 Kunihiro Ishiguro <kunihiro@zebra.org>
1174
1175 * ioctl.c (if_set_prefix): add `ip address IPV4ADDR' command.
1176 * interface.c (shutdown_if): add interface shutdown and no
1177 shutdown command.
1178
11791998-08-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1180
1181 * rib.c (rib_add_ipv6): delete rib_add_in6.
1182
11831998-07-27 Kunihiro Ishiguro <kunihiro@zebra.org>
1184
1185 * main.c: retain flag is added.
1186
11871998-07-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1188
1189 * rtable.[ch]: merged with rib.[ch]
1190
11911998-07-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1192
1193 * connected.h: renamed from ifa.h.
1194
11951998-06-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1196
1197 * rename if.c to interface.c
1198 * rename ifa.c to connected.c
1199
1200 * Porting to Debian GNU/Linux 2.0 (hamm).
1201
12021998-06-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1203
1204 * rt_netlink.c: renamed from krt_netlink.c
1205
1206 * fib.c: deleted.
1207 * rt_kvm.c: deleted.
1208 * rtread_getmsg.c: deleted.
1209
12101998-06-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1211
1212 * if.c (multicast): add multicast flag [un]set fucntion.
1213
12141998-05-19 Yamshita TAKAO <jargon@lares.dti.ne.jp>
1215
1216 * rt_socket.c: Modify for compile on Solaris, but dont't work it.
1217 rt_socket.c have some undefined function, so add directive "IMPLEMENT"
1218
12191998-05-18 Yamshita TAKAO <jargon@lares.dti.ne.jp>
1220
1221 * zebra.c: Modify for compile on Solaris.
1222
12231998-05-03 Kunihiro Ishiguro <kunihiro@zebra.org>
1224
1225 * main.c: change CONFDIR to SYSCONFDIR.
1226
12271998-05-01 Kunihiro Ishiguro <kunihiro@zebra.org>
1228
1229 * .cvsignore: added.
1230
12311998-04-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1232
1233 * client.c: moves to ../lib.
1234
12351998-03-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1236
1237 * if_ioctl.c (if_get_addr): Change address copy from memcopy() to
1238 structure assignment.
1239
12401998-03-30 URA Hiroshi <ura@yamato.ibm.co.jp>
1241
1242 * if_sysctl.c (ifm_interface_add): sdl->sdl_data copy bug fixed.
1243
12441998-02-23 "Hannes R. Boehm" <hannes@boehm.org>
1245
1246 * if.c (if_init): add config_exit_cmd and config_help_cmd.
1247
12481998-01-24 Kunihiro Ishiguro <kunihiro@zebra.org>
1249
1250 * rt_ioctl.c (route_ioctl): EPERM treatment added.
1251
12521998-01-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1253
1254 * rt_socket.c (kernel_read): communication port zebra between
1255 kernel is now handled by kernel_read.
1256
12571998-01-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1258
1259 * main.c (main): zebra [-P port] can specify vty port number.
1260
12611997-12-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1262
1263 * zebra.c: change select will be block.
1264
12651997-12-04 Kunihiro Ishiguro <kunihiro@zebra.org>
1266
1267 * add static route treatment.
1268
12691997-11-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1270
1271 * rt_netlink.c: add netlink support over GNU/Linux system.
1272
12731997-11-23 Kunihiro Ishiguro <kunihiro@zebra.org>
1274
1275 * all inet_addr is changed to inet_aton.
1276
1277 * zebra.c (ip_route): add ip route command for static routes.
1278
12791997-11-20 Kunihiro Ishiguro <kunihiro@zebra.org>
1280
1281 * if.c (if_flag_dump): Linux port of if_flag_dump and _vty.
1282
12831997-11-19 Kunihiro Ishiguro <kunihiro@zebra.org>
1284
1285 * if.c: add interface command.
1286
12871997-11-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1288
1289 * ipforward_proc.c : Now works on Linux.
1290
12911997-10-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1292
1293 * command.c : add completion feature.
1294
12951997-10-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1296
1297 * vty.c (vty_command): add vty interface.
1298
12991997-10-13 Kunihiro Ishiguro <kunihiro@zebra.org>
1300
1301 * zebra.c: add verbose mode.
1302
13031997-10-12 SonMyong Ho <s-ho@Matrix.IRI.Co.Jp>
1304
1305 * Hydrangea for FreeBSD supported
1306 * in.h: add some prototype.
1307
13081997-10-11 Kunihiro Ishiguro <kunihiro@zebra.org>
1309
1310 * rt_socket.c and rtread.c completely rewritten.
1311
13121997-10-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1313
1314 * rt_socket.c: rename kernel_sock to routing_socket
1315
13161997-10-04 Kunihiro Ishiguro <kunihiro@zebra.org>
1317
1318 * if.c (if_new): interface structure change from linklist to vector.
1319
13201997-10-03 Kunihiro Ishiguro <kunihiro@zebra.org>
1321
1322 * vector.c (vector_init): create vector related function
1323
13241997-09-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1325
1326 * Makefile.in: add tags target
1327
1328 * start IPv6 support for INRIA FreeBSD.
1329