blob: 9ac66dcc1e6b52397e7eff47878c9705fec6bbc1 [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
paulb9df2d22004-05-09 09:09:59 +000014
152004-05-09 Sowmini Varadhan <sowmini.varadhan@sun.com>
16
17 * zserv.c: (zsend_ipv{4,6}_{add,delete}_multipath) collapsed
18 into single zsend_route_multipath function.
19 (zsend_interface_{up,down}) collapsed into zsend_interface_update.
20 (zsend_interface_address_{add,delete}) collapsed into
21 zsend_interface_address.
22 (zsend_interface_add) send mtu6.
23 (zsend_interface_delete) ditto.
24 (zebra_write) remove unused function.
25 (various) Apply static qualifier. Add comments.
26 * zserv.h: Definitions changed as per above.
27 * redistribute.c: Changes as per zserv.c.
paul44145db2004-05-09 11:00:23 +000028 * interface.c: (if_delete_update) only used with HAVE_NETLINK
29 and RTM_IFANNOUNCE.
30 (if_flag_dump_vty) Solaris IFF_IPV4 and IFF_IPV6 if flags
31 (if_dump_vty) print mtu6 if not same as mtu
paulb9df2d22004-05-09 09:09:59 +000032
hasso34195bf2004-04-06 12:07:06 +0000332004-04-06 Krzysztof Oledzki <oleq@ans.pl>
34
35 * rt_netlink.c: Do not ignore metric when reading kernel routing
36 table on Linux with rt_netlink interface.
37
382004-03-18 Hasso Tepper <hasso@estpak.ee>
hassof1d92e12004-03-18 15:40:33 +000039
40 * interface.c: Temporary fix for handling secondary addresses
41 with label.
42
hasso55906722004-02-11 22:42:16 +0000432004-02-12 Hasso Tepper <hasso@estpak.ee>
hassof1d92e12004-03-18 15:40:33 +000044
hasso55906722004-02-11 22:42:16 +000045 * zserv.c: Added "ipv6 forwarding" command.
46
gdtb27900b2004-01-08 15:44:29 +0000472004-01-08 Greg Troxel <gdt@fnord.ir.bbn.com>
48
49 * kernel_socket.c (kernel_read): Use sockaddr_storage in buffer
50 for reading kernel messages to ensure enough space (necessary on
51 Solaris due to sockaddr_dl being large). Thanks to Sowmini
52 Varadhan for help with this change.
53
gdt9ccabd12004-01-06 18:23:02 +0000542004-01-06 Greg Troxel <gdt@t1.ir.bbn.com>
55
56 * rtadv.c (rtadv_send_packet): Change perror to zlog_err.
57
gdtdbee01f2004-01-06 00:36:51 +0000582004-01-05 Greg Troxel <gdt@fnord.ir.bbn.com>
gdt4bfbea82004-01-06 01:13:05 +000059 * kernel_socket.c (ifm_read): Major cleanup. Use Sowmini's code
60 to find the sockaddr_dl in all cases, narrowing the Solaris ifdef
61 to just the accomodation of broken kernels. Check sockaddr_dl
62 carefully up front, and later assume any non-NULL sdl pointer is
63 valid. Clean up types and variable declarations, and rename
64 WRAPUP to SAROUNDUP to make the name fit the behavior.
65
662004-01-05 Greg Troxel <gdt@fnord.ir.bbn.com>
gdtdbee01f2004-01-06 00:36:51 +000067
68 * kernel_socket.c (kernel_read): Add a sockaddr_dl to the ifmsg
69 structure, because on Solaris sockaddr_dl is far larger than the
70 base sockaddr structure. (The code had previously been failing to
71 read all the data.)
gdt4bfbea82004-01-06 01:13:05 +000072
gdtda26e3b2004-01-05 17:20:59 +0000732004-01-05 Greg Troxel <gdt@ahi.ir.bbn.com>
74
75 * kernel_socket.c (kernel_read): Look up interfaces by index
76 first, so that state changes which do not include a sockaddr_dl
77 now work. Add many sanity checks. In
78 particular, do not assume that a sockaddr_dl follows a message
79 without checking the ifm_addrs flags, and do not trust the length
80 in a sockaddr_dl. Add/clarify many comments.
81
gdt4b5e1352003-12-03 17:54:34 +0000822003-12-03 Greg Troxel <gdt@poblano.ir.bbn.com>
83
84 * rtadv.c: reorder includes to avoid compiler warning (define
85 structs before using them in prototypes)
86
hasso647e4f12003-05-25 11:43:52 +0000872003-05-25 Jim Crumpler <Jim.Crumpler@edion.com>
88
89 * zserv.c: Add "ip forwarding" command.
90
paul445f1432003-05-16 19:00:31 +0000912003-05-16 Gilad Arnold <gilad.arnold@terayon.com>
92
93 * zebra_rib.c: Fix memory leaks for ifname nexthops
94
952003-04-19 Israel Keys <ikeys@agile.tv>
96
97 * rt_netlink.c: BLOCK on netlink while initialising
98
992003-02-06 Francois Deppierraz <francois@ctrlaltdel.ch>
100
101 * rt_netlink.c (netlink_route_multipath): Set RTM_F_EQUALIZE when
102 it exists.
103
paul718e3742002-12-13 20:15:29 +00001042002-09-28 Akihiro Mizutani <mizutani@net-chef.net>
105
106 * zebra_rib.c (static_add_ipv4): Null0 static route is added.
107
1082002-09-10 Jochen Friedrich <chris+zebra@scram.de>
109
110 * rt_netlink.c: Add check for EAGAIN.
111 * kernel_socket.c: Likewise
112
1132002-06-12 Israel Keys <ikeys@oz.agile.tv>
114
115 * rt_netlink.c: Setting the NLM_F_ACK flag on the netlink command
116 message so that we get an ACK for successful netlink commands.
117 Change the netlink socket to BLOCKING while we wait for a
118 response; be it an ACK or an NLMSG_ERROR. Change
119 netlink_parse_info to deal with ACK messages.
120
1212001-11-01 Jun-ichiro itojun Hagino <itojun@iijlab.net>
122
123 * rtadv.c (rtadv_make_socket): setsockopt(IPV6_CHECKSUM) does not
124 work for ICMPv6 socket.
125
1262001-10-24 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
127
128 * rib.c (rib_process): Select connected route any case.
129
1302001-10-23 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
131
132 * interface.c (no_ip_address_secondary): Add "no" to command.
133
1342001-10-18 NOGUCHI Kay <kay@v6.access.co.jp>
135
136 * ioctl.c (if_prefix_add_ipv6): Set the prefered and valid lifetime
137 to infinity as the freebsd4.4 workaroud.
138
1392001-08-26 mihail.balikov@interbgc.com
140
141 * zebra_snmp.c: Fix snmpwalk problem such as IPv4 address
142 A.B.C.255.
143
1442001-08-22 NOGUCHI Kay <kay@v6.access.co.jp>
145
146 * rtadv.c: Do not send RA to loopback interface.
147
1482001-08-20 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
149
150 * ioctl.c (if_set_prefix): Remove Linux 2.0 specific connected
151 route treatment.
152
1532001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
154
155 * zebra-0.92a released.
156
1572001-08-17 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
158
159 * rib.c: Kernel route is treated as EGP routes in nexthop active
160 check.
161
1622001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
163
164 * zebra-0.92 released.
165
1662001-08-08 "Akihiro Mizutani" <mizutani@dml.com>
167
168 * rib.c (show_ip_route_prefix_longer): Add longer-prefix option to
169 show route commands.
170
1712001-07-29 Yon Uriarte <havanna_moon@gmx.net>
172
173 * zserv.c (zsend_ipv4_add_multipath): Add
174 NEXTHOP_TYPE_IPV4_IFINDEX check.
175
1762001-07-29 NOGUCHI Kay <kay@v6.access.co.jp>
177
178 * rtadv.c: Apply valid lifetime, preferred lifetime, onilnk flag,
179 autonomous address-configuration flag patch.
180 (no_ipv6_nd_suppress_ra): Change "ipv6 nd send-ra" to "no ipv6 nd
181 suppress-ra".
182
1832001-07-24 NOGUCHI Kay <kay@v6.access.co.jp>
184
185 * rtadv.c (ipv6_nd_ra_interval): Add "ipv6 nd ra-interval SECONDS"
186 command.
187
1882001-07-24 Jun-ichiro itojun Hagino <itojun@iijlab.net>
189
190 * rt_socket.c (kernel_rtm_ipv4): Add KAME/NetBSD151 equal cost
191 multicast FIB support both IPv4 and IPv6.
192
1932001-07-24 Hal Snyder <hal@vailsys.com>
194
195 * if_ioctl.c (interface_list_ioctl): Fix bug of failing to get the
196 full list of interfaces on some configurations of OpenBSD.
197
1982001-07-23 NOGUCHI Kay <kay@v6.access.co.jp>
199
200 * rtadv.c (ipv6_nd_send_ra): Apply [zebra 9320] to fix "ipv6 nd
201 send-ra" bug.
202 (ipv6_nd_ra_lifetime): "ipv6 nd ra-lifetime 0" for default router
203 availability.
204 (ipv6_nd_managed_config_flag): "ipv6 nd managed-config-flag" is
205 added.
206 (ipv6_nd_other_config_flag): "ipv6 nd other-config-flag" is added.
207
2082001-07-23 Jun-ichiro itojun Hagino <itojun@iijlab.net>
209
210 * ioctl.c (if_ioctl): Change ioctl argument from int to u_long.
211
212 * rt_ioctl.c: Likewise.
213
2142001-07-23 Jun-ichiro itojun Hagino <itojun@iijlab.net>
215
216 * kernel_socket.c (rtm_write): Only set RTF_CLONING when the
217 interface is not p2p.
218
2192001-04-23 Kunihiro Ishiguro <kunihiro@zebra.org>
220
221 * ioctl.c (if_prefix_add_ipv6): Fix argument type.
222
2232001-04-06 Toshiaki Takada <takada@zebra.org>
224
225 * zserv.c (zsend_interface_delete): Use client->obuf instead of
226 allocating new stream.
227
2282001-03-10 Kunihiro Ishiguro <kunihiro@zebra.org>
229
230 * rt_netlink.c: Revert RTPROT_BOOT change.
231
2322001-03-08 Kunihiro Ishiguro <kunihiro@zebra.org>
233
234 * rt_netlink.c (netlink_route_change): Skip RTPROT_BOOT route.
235 (netlink_routing_table): Likewise.
236
2372001-03-07 "Akihiro Mizutani" <mizutani@dml.com>
238
239 * zserv.c (zsend_ipv4_add_multipath): Send metric value to
240 protocol daemons.
241
2422001-02-18 Kunihiro Ishiguro <kunihiro@zebra.org>
243
244 * rt_netlink.c (netlink_routing_table): Do not return
245 tb[RTA_GATEWAY] is NULL. Reported by: "Michael O'Keefe"
246 <mokeefe@qualcomm.com>.
247
2482001-02-08 Kunihiro Ishiguro <kunihiro@zebra.org>
249
250 * if_ioctl.c (interface_list_ioctl): Call if_add_update().
251 Suggested by: Chris Dunlop <chris@onthe.net.au>.
252
2532001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
254
255 * rib.c (nexthop_active_ipv4): When nexthop type is
256 NEXTHOP_TYPE_IPV4_IFINDEX, propery set the ifindex to rifindex.
257
258 * zserv.c: Initialize rtm_table_default with 0.
259
260 * zebra-0.91 is released.
261
2622001-01-31 Kunihiro Ishiguro <kunihiro@zebra.org>
263
264 * kernel_socket.c (rtm_read): Filter cloned route. Suggested by:
265 Jun-ichiro itojun Hagino <itojun@iijlab.net>
266
2672001-01-30 Kunihiro Ishiguro <kunihiro@zebra.org>
268
269 * connected.c (connected_up_ipv6): When point-to-point destination
270 address is ::, use local address for connected network.
271 (connected_down_ipv6): Likewise.
272
2732001-01-25 Kunihiro Ishiguro <kunihiro@zebra.org>
274
275 * zserv.c (zebra_serv): Add missing close() call. Reported by:
276 David Waitzman <djw@vineyard.net>.
277
2782001-01-24 Kunihiro Ishiguro <kunihiro@zebra.org>
279
280 * rib.c (rib_lookup_ipv4): New function for checking exact match
281 IGP route.
282
2832001-01-23 Kunihiro Ishiguro <kunihiro@zebra.org>
284
285 * rib.c (show_ipv6_route_protocol): Fix bug of "show ip route
286 route-type".
287
2882001-01-22 Kunihiro Ishiguro <kunihiro@zebra.org>
289
290 * interface.c (zebra_interface): Do not call
291 zebra_interface_add_update for inactive interface.
292
293 * zserv.c (zsend_interface_address_add): Send interface address
294 flag.
295 (zsend_interface_address_delete): Likewise.
296
2972001-01-19 Kunihiro Ishiguro <kunihiro@zebra.org>
298
299 * interface.c (if_addr_add): Add flags.
300
301 * connected.c (ifa_add_ipv4): Add new function for interface
302 address handling.
303 (ifa_delete_ipv4): Likewise.
304
3052001-01-16 Kunihiro Ishiguro <kunihiro@zebra.org>
306
307 * rib.c (rib_update): Update IPv6 RIB.
308
309 * kernel_socket.c (ifam_read): Call if_refresh() for update
310 interface flag status. This is for implicit interface up on *BSD.
311
312 * interface.c (if_refresh): Add interface flag refresh function.
313
314 * kernel_socket.c (rtm_read): Fetch link-local address interface
315 index.
316 (ifan_read): We need to fetch interface information. Suggested
317 by: Yasuhiro Ohara <yasu@sfc.wide.ad.jp>.
318
319 * rib.c (static_ipv6_nexthop_same): Add check for
320 NEXTHOP_TYPE_IPV6_IFNAME.
321
3222001-01-15 Kunihiro Ishiguro <kunihiro@zebra.org>
323
324 * rib.h (NEW_RIB): Turn on NEW_RIB flag. IPv6 new RIB code are
325 taken into place.
326
3272001-01-14 Kunihiro Ishiguro <kunihiro@zebra.org>
328
329 * rib.c (static_ipv6_write): Display STATIC_IPV6_GATEWAY_IFNAME
330 configuration.
331 (rib_delete_ipv6): Handle same route conter for IPv6 connected
332 route.
333 (show_ipv6_route_protocol): New command.
334 (show_ipv6_route_addr): Likewise.
335 (show_ipv6_route_prefix): Likewise.
336 (rib_update): Sweep kernel route when it is cleaned up.
337
338 * rt_socket.c (kernel_add_ipv6): Add NEXTHOP_IPV6_IFNAME
339 treatmenet.
340
341 * rt_netlink.c (kernel_init): Likewise.
342
343 * rt_ioctl.c (kernel_ioctl_ipv6_multipath): Likewise.
344
345 * rib.c (rib_add_ipv4): Cope with same connected route on a
346 interface. Suggested by: Matthew Grant <grantma@anathoth.gen.nz>.
347 (nexthop_ipv6_ifname_add): Add NEXTHOP_IPV6_IFNAME treatmenet.
348
349 * rib.h (struct new_rib): Add refcnt to keep track on the
350 reference of same connected route.
351
352 * ioctl.c (if_set_prefix): Add check for GNU_LINUX.
353
3542001-01-13 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
355
356 * kernel_socket.c (ifan_read, rtm_type_str): Add RTM_OIFINFO check.
357 (rtm_type_str): Add RTM_IFANNOUNCE check.
358 (ifan_read): New function.
359 (kernel_read): Add case for RTM_IFANNOUNCE.
360
3612001-01-13 Kunihiro Ishiguro <kunihiro@zebra.org>
362
363 * rt_ioctl.c (kernel_ioctl_ipv6_multipath): New function.
364
365 * rt_netlink.c (netlink_route_multipath): IPv6 address ifindex
366 treatment.
367
368 * connected.c (connected_up_ipv6): Add dest value check.
369
370 * rib.c (nexthop_active_ipv6): Do not touch IPv6 nexthop's
371 ifindex.
372 (rib_add_ipv4): Import rib_add_ipv6() same route check code.
373 (nexthop_active_check): NEXTHOP_TYPE_IPV6_IFINDEX activity is only
374 checked by ifindex.
375
376 * rt_socket.c (kernel_rtm_ipv6_multipath): New function.
377
378 * redistribute.c (redistribute_add): Use
379 zsend_ipv6_add_multipath().
380 (redistribute_delete_multipath): Use
381 zsend_ipv6_delete_multipath().
382
383 * interface.c (ip_address): Check current IP address to avoid
384 duplicate.
385
386 * rib.c (rib_delete_ipv4): When deleted route is connected route,
387 check ifindex.
388 (rib_add_ipv4): When connected route is added do not perform
389 implicit withdraw.
390 (rib_delete_ipv4): Check ifindex for connected route.
391
392 * kernel_socket.c (rtm_read): When route has RTF_STATIC, set
393 ZEBRA_FLAG_STATIC for indicate as persistent route.
394 (ifam_read): Unset interface index from link-local address when
395 IPv6 stack is KAME.
396
397 * rib.c (rib_update): Do not delete persistent kernel route.
398
399 * rib.h (struct new_rib): Integrate RIB_FLAG_* to ZEBRA_FLAG_*.
400
401 * rt_socket.c (kernel_add_ipv6_multipath): Add placeholder.
402 (kernel_delete_ipv6_multipath): Likewise.
403
404 * rt_netlink.c (netlink_talk): Give struct nlsock to netlink_talk.
405
4062001-01-12 Kunihiro Ishiguro <kunihiro@zebra.org>
407
408 * rib.c (rib_update): Revert Matthew Grant's patch
409 zebra_cvs_newribfix.patch. Use struct rib->ifindex for kernel
410 interface index. Introduce NEXTHOP_TYPE_IPV4_IFINDEX to support
411 that. Add support for address deletion situation.
412
4132001-01-11 Kunihiro Ishiguro <kunihiro@zebra.org>
414
415 * interface.c: Remove HAVE_IF_PSEUDO part.
416
417 * rib.h: Likewise.
418
419 * rt_netlink.c (netlink_link_change): Likewise.
420
4212001-01-10 Kunihiro Ishiguro <kunihiro@zebra.org>
422
423 * zserv.c: Remove OLD_RIB codes.
424
4252001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
426
427 * zebra-0.90 is released.
428
4292001-01-09 Matthew Grant <grantma@anathoth.gen.nz>
430
431 * interface.c (if_new_intern_ifindex): Allocate a new internal
432 interface index.
433 (if_addr_refresh): Fix up ip addresses configured via zebra.
434 (if_add_update): Handle an interface addition.
435 (if_delete_update): Handle an interface delete event.
436
437 * rib.c (nexthop_ipv4_add): Add kernel route deletion process when
438 interface goes down.
439
4402001-01-08 Kunihiro Ishiguro <kunihiro@zebra.org>
441
442 * interface.c (if_dump_vty): When HAVE_NET_RT_IFLIST is defined,
443 NetBSD also use this function. Suggested by Jasper Wallace
444 <jasper@ivision.co.uk>.
445
4462001-01-07 Kunihiro Ishiguro <kunihiro@zebra.org>
447
448 * rib.c (nexthop_active_ipv4): Move back to set methodo to old
449 one.
450
4512001-01-05 Kunihiro Ishiguro <kunihiro@zebra.org>
452
453 * rib.c (rib_add_ipv4): EBGP multihop set ZEBRA_FLAG_INTERNAL
454 flag, so treat it.
455
4562001-01-04 Kunihiro Ishiguro <kunihiro@zebra.org>
457
458 * rt_netlink.c (netlink_talk_ipv6): When IPv6 route message is
459 sent from netlink_cmd, the same message comes from netlink. To
460 avoid confusion, temporary netlink_talk_ipv6 use netlink.sock
461 instead of netlink_cmd.sock.
462
4632001-01-01 Kunihiro Ishiguro <kunihiro@zebra.org>
464
465 * zserv.h (ZEBRA_SERV_PATH): Change "/tmp/zebra" to "/tmp/.zebra".
466 Change "/tmp/zserv" to "/tmp/.zserv".
467
4682000-12-29 Frank van Maarseveen <F.vanMaarseveen@inter.NL.net>
469
470 * rt_netlink.c (struct nlsock): Divide kernel message into listen
471 socket and command socket.
472 (netlink_talk): Remove socket listen code. Use netlink_parse_info
473 for read kernel response.
474
4752000-12-29 Kunihiro Ishiguro <kunihiro@zebra.org>
476
477 * rib.c (vty_show_ip_route): Show uptime of the RIP,OSPF,BGP
478 routes.
479
4802000-12-27 Kunihiro Ishiguro <kunihiro@zebra.org>
481
482 * rt_netlink.c (netlink_route_multipath): Metric value is
483 reflected to kernel routing table.
484
485 * rt_ioctl.c (kernel_ioctl_ipv4_multipath): Likewise.
486
487 * kernel_socket.c (rtm_write): Likewise.
488
489 * rib.c (nexthop_active_ipv4): Only iBGP route perform recursive
490 nexthop lookup.
491
492 * rt_ioctl.c (kernel_ioctl_ipv4_multipath): Add ioctl version of
493 new RIB implementation.
494
4952000-12-26 Kunihiro Ishiguro <kunihiro@zebra.org>
496
497 * rib.h: Remove MULTIPATH_NUM. It is defined by configure script.
498
4992000-12-25 Michael Rozhavsky <mrozhavsky@opticalaccess.com>
500
501 * rib.c (rib_if_up): Call rib_fib_set instead of RIB_FIB_SET for
502 proper redistribution.
503
5042000-12-19 Kunihiro Ishiguro <kunihiro@zebra.org>
505
506 * rib.c (nexthop_active_ipv4): Add self lookup nexthop check.
507 (show_ip_route_protocol): Support new RIB.
508
509 * rt_netlink.c (netlink_route_change): Do not return when gate is
510 NULL.
511
5122000-12-18 Kunihiro Ishiguro <kunihiro@zebra.org>
513
514 * rib.c (rib_lookup_ipv4_nexthop): IBGP nexthop check function is
515 updated.
516 (rib_add_ipv4): Free implicit withdraw route's RIB.
517
5182000-12-15 Kunihiro Ishiguro <kunihiro@zebra.org>
519
520 * rib.c (nexthop_active_ipv4): Check indirect nexthop.
521
522 * redistribute.c (redistribute_add_multipath): Redistribution
523 works with new rib code.
524
5252000-12-14 Kunihiro Ishiguro <kunihiro@zebra.org>
526
527 * rt_netlink.c (netlink_route_multipath): Check useful nexthop
528 number.
529 (netlink_route_multipath): Clear rtnh_flags and rtnh_hops.
530
531 * rib.c (nexthop_active_update): Set flag for the rib's nexthop
532 activity is changed.
533 (nexthop_active_check): Before checking interface is up, make it
534 sure the interface exist.
535
5362000-11-20 Kunihiro Ishiguro <kunihiro@zebra.org>
537
538 * rib.c (ip_route): New RIB prototype.
539
5402000-11-16 Yon Uriarte <ukl2@rz.uni-karlsruhe.de>
541
542 * zserv.c (zsend_interface_add): Send hardware address when
543 hw_addr_len is greater than 0.
544
5452000-11-07 Kunihiro Ishiguro <kunihiro@zebra.org>
546
547 * connected.c (connected_up_ipv4): Fix ptop bug. The destination
548 network should be installed into routing table.
549 (connected_down_ipv4): Likewise.
550 (connected_add_ipv4): Change to use connected_up_ipv4.
551 (connected_delete_ipv4): Likewise.
552
5532000-11-06 Kunihiro Ishiguro <kunihiro@zebra.org>
554
555 * rt_netlink.c (netlink_interface_addr): Revert Harald Welte
556 <laforge@gnumonks.org>'s ptop patch then back to original code to
557 avoid duplicated connected route problem. Suggested by Frank van
558 Maarseveen <F.vanMaarseveen@inter.NL.net>.
559
560 * kernel_socket.c (rtm_read): Make behavior consistent even #ifdef
561 DEBUG is defined. Reported by Jun-ichiro itojun Hagino
562 <itojun@iijlab.net>.
563
5642000-10-23 Jochen Friedrich <jochen@scram.de>
565
566 * main.c (main): Call zebra_snmp_init() when it is enabled.
567
5682000-10-23 Kunihiro Ishiguro <kunihiro@zebra.org>
569
570 * zserv.c (zebra_serv_un): UNIX domain socket server of zebra
571 protocol.
572
5732000-10-19 Kunihiro Ishiguro <kunihiro@zebra.org>
574
575 * rib.c (rib_add_ipv4): Same check bug is fixed.
576
5772000-10-03 Kunihiro Ishiguro <kunihiro@zebra.org>
578
579 * rib.c (rib_if_down): Remove kernel route when the interface goes
580 down.
581
582 * debug.c: New command "debug zebra kernel" is added.
583
5842000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
585
586 * zebra-0.89 is released.
587
5882000-09-24 Harald Welte <laforge@gnumonks.org>
589
590 * rt_netlink.c (netlink_interface_addr): Fix point-to-point address
591 treatment in netlink interface.
592
5932000-09-21 David Lipovkov <dlipovkov@OpticalAccess.com>
594
595 * rib.c (rib_if_down): Pull static route only. Protocol daemon
596 must withdraw routes when interface goes down.
597 (rib_add_ipv4): Check nexthop when replace route.
598
5992000-09-21 Kunihiro Ishiguro <kunihiro@zebra.org>
600
601 * if_ioctl.c (if_getaddrs): New function for looking up
602 interface's address by getifaddrs().
603
6042000-09-10 Kunihiro Ishiguro <kunihiro@zebra.org>
605
606 * connected.c (connected_delete_ipv4): Add check for connected
607 address is found or not.
608 (connected_add_ipv6): Reflect IPv6 connected address change to
609 protocol daemons.
610 (connected_delete_ipv6): Likewise.
611
6122000-09-07 David Lipovkov <davidl@nbase.co.il>
613
614 * rib.c (rib_delete_ipv4): Reverted the change from pseudo
615 interface patch to original. Because ospfd deletes routes using
616 zero ifindex.
617
6182000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
619
620 * zebra-0.88 is released.
621
6222000-08-15 "Akihiro Mizutani" <mizutani@dml.com>
623
624 * rib.c (show_ip_route_protocol): Help string correction.
625 (show_ip_route_prefix): Check prefix mask.
626 (show_ip_route_vty_detail): Display distance and metric.
627
6282000-08-14 Kunihiro Ishiguro <kunihiro@zebra.org>
629
630 * zserv.c (zsend_interface_add): Change ifindex store size from
631 two octet to four.
632 (zsend_interface_delete): Likewise.
633 (zsend_interface_address_add): Likewise.
634 (zsend_interface_address_delete): Likewise.
635 (zsend_interface_up): Likewise.
636 (zsend_interface_down): Likewise.
637
6382000-08-13 Kunihiro Ishiguro <kunihiro@zebra.org>
639
640 * rib.c (rib_add_ipv4): Do not install distance 255 route.
641
6422000-08-10 Toshiaki Takada <takada@zebra.org>
643
644 * interface.c (bandwidth_if), (no_bandwidth_if): Call
645 zebra_interface_up_update () instead of using if_up() and if_down().
646
6472000-08-07 "Akihiro Mizutani" <mizutani@dml.com>
648
649 * interface.c (bandwidth_if): Fix help string.
650
6512000-08-07 Matthew Grant <grantma@anathoth.gen.nz>
652
653 * interface.c (if_dump_vty): Display bandwidth value.
654 (bandwidth_if): New command "bandwidth <1-10000000>" is added.
655 When interface is up, force protocol daemons to recalculate routes
656 due to cost change.
657 (no_bandwidth_if): Likewise.
658 (if_config_write): Output bandwidth configuration.
659
660 * zserv.c (zsend_interface_add): Send bandwidth value.
661 (zsend_interface_up): Likewise.
662 (zsend_interface_down): Likewise.
663
664
6652000-08-07 Michael Rozhavsky <mike@nbase.co.il>
666
667 * rib.c (show_ip_route_protocol): "show ip route
668 (bgp|connected|kernel|ospf|rip|static)" is added.
669
6702000-08-07 Kunihiro Ishiguro <kunihiro@zebra.org>
671
672 * rib.c (rib_lookup_ipv4_nexthop): Check parent node until IGP
673 nexthop is found.
674 (rib_add_ipv4_internal): Set fib ifindex to rib ifindex.
675
6762000-08-06 Kunihiro Ishiguro <kunihiro@zebra.org>
677
678 * redistribute.c (redistribute_delete): Fix bug of default route
679 redistribute treatment.
680
6812000-08-05 Kunihiro Ishiguro <kunihiro@zebra.org>
682
683 * rib.c (rib_init): Install ip_node in rib.c instead of zserv.c.
684 Change default distance value.
685
686 Old New
687 ------------------------------------------
688 system 10 0
689 kernel 20 0
690 connected 30 0
691 static 40 1
692 rip 50 120
693 ripng 50 120
694 ospf 60 110
695 ospf6 49 110
696 bgp 70 200(iBGP) 20(eBGP)
697 ------------------------------------------
698
699 * zserv.c (client_lookup): Function removed.
700 (zsend_interface_add): Use client's output buffer. Check ifinfo
701 flag.
702 (zsend_interface_delete): Likewise.
703 Delete ipv4_static_radix and ipv6_static_radix.
704
7052000-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
706
707 * zserv.h (struct zebra_client): When client request interface
708 information, ifinfo is set.
709
710 * rib.c: Temporary Revert changes for pseudo interface.
711
712 * rib.h: Likewise.
713
714 * zserv.c: Likewise.
715
716 * interface.c: Likewise.
717
7182000-08-02 David Lipovkov <davidl@nbase.co.il>
719
720 * interface.c (zebra_if_init): Install interface "pseudo"
721 commands.
722
723 * rib.c (rib_create): ifname argument is added.
724 (rib_add_ipv4_pseudo): New function is added.
725 (rib_delete_ipv4_pseudo): Likewise.
726
727 * rib.h : Delete INTERFACE_UNKNOWN definition. Add prototype for
728 pseudo interface functions.
729
730 * rt_netlink.c (netlink_link_change): Check for pseudo interface.
731
732 * zserv.c (ip_route): When destination is pseudo interface, call
733 rib_add_ipv4_pseudo().
734
735 * zserv.c (no_ip_route): Trim "unknown" argument.
736
7372000-07-26 kunitake@dti.ad.jp
738
739 * if_ioctl.c (if_get_hwaddr): Fix hardware address length from 8
740 to 6.
741
742 * rtadv.c (rtadv_send_packet): Fix shift bug for hardware address.
743
7442000-07-24 Akihiro Mizutani <mizutani@dml.com>
745
746 * interface.c: Use install_default() for common VTY commands.
747
7482000-07-23 Kunihiro Ishiguro <kunihiro@zebra.org>
749
750 * if_ioctl.c (interface_list_ioctl): A interface list size is
751 calculated from ifreq->if_addr.sa_len. This is for OpenBSD.
752
753 * ioctl.c (if_get_mtu): Remove codes for SIOCGIFDATA.
754
7552000-07-09 Chris Dunlop <chris@onthe.net.au>
756
757 * if_ioctl.c (if_get_index): Add check for HAVE_BROKEN_ALIASES.
758
7592000-07-04 Kunihiro Ishiguro <kunihiro@zebra.org>
760
761 * zserv.c (zebra_client_read): Add ZEBRA_REDISTRIBUTE_{ADD,DELETE}
762 message handling.
763
7642000-07-02 David Lipovkov <davidl@nbase.co.il>
765
766 * zserv.c: "ip route A.B.C.D/M unknown" command is added.
767
7682000-06-28 Michael Rozhavsky <mike@nbase.co.il>
769
770 * rib.c: Remove old kernel route when new route comes in.
771
7722000-06-13 David Lipovkov <davidl@nbase.co.il>
773
774 * rib.c (rib_if_up): Add check for unknown interface.
775
7762000-06-13 Kunihiro Ishiguro <kunihiro@zebra.org>
777
778 * rib.h: Define INTERFACE_UNKNOWN.
779
7802000-06-08 Kunihiro Ishiguro <kunihiro@zebra.org>
781
782 * Makefile.am (EXTRA_DIST): Move irdp.c until implementation is
783 finished.
784
7852000-06-05 David Lipovkov <davidl@nbase.co.il>
786
787 * interface.c (if_zebra_delete_hook): Call rib_if_delete().
788
789 * redistribute.c (zebra_interface_delete_update): New function.
790
791 * redistribute.h (zebra_interface_delete_update): New function
792 prototype.
793
794 * rib.c (rib_if_delete): New function. Walk down all routes and
795 delete all on the interface.
796
797 * rib.h: New function prototype.
798
799 * rt_netlink.c (netlink_link_change): Call
800 zebra_interface_delete_update ().
801
8022000-05-10 Kunihiro Ishiguro <kunihiro@zebra.org>
803
804 * if_ioctl.c (interface_info_ioctl): Check interface's flag before
805 checking interface's address.
806
8072000-04-26 Jochen Friedrich <jochen@nwe.de>
808
809 * GNOME-PRODUCT-ZEBRA-MIB: New file.
810
811 * GNOME-SMI: New file.
812
8132000-04-23 Kunihiro Ishiguro <kunihiro@zebra.org>
814
815 * irdp.c: New file from 1997 development code.
816 * irdp.h: Likewise.
817
8182000-04-19 Kunihiro Ishiguro <kunihiro@zebra.org>
819
820 * rtadv.c (rtadv_send_packet): Enclose router advertisement
821 logging with IS_ZEBRA_DEBUG_PACKET.
822
8232000-04-17 Kunihiro Ishiguro <kunihiro@zebra.org>
824
825 * zserv.c (zebra_client_close): Remove client structure from
826 client_list when connection is terminated.
827
8282000-03-21 David Lipovkov <davidl@nbase.co.il>
829
830 * connected.c (connected_add_ipv4): Allows all necessary structure
831 updates for connected route, but doesn't insert it into rib if
832 it's interface is down.
833
8342000-01-21 Hideto Yamakawa <hideto.yamakawa@soliton.co.jp>
835
836 * rtread_getmsg.c: Set some definition for Solaris 2.5 and Solaris
837 2.5.1.
838
8392000-01-21 Kunihiro Ishiguro <kunihiro@zebra.org>
840
841 * rib.c (no_ipv6_route_ifname): Fix buf of cheking return value
842 from str2prefix_ipv6().
843
8442000-01-14 Kunihiro Ishiguro <kunihiro@zebra.org>
845
846 * rt_socket.c: Revert to use RTF_HOST for IPv4 with /32 route and
847 IPv6 with /128 routes.
848 (kernel_rtm_ipv4): In case of /32 route's gateway is interface. It
849 should have mask for cloning.
850
8511999-12-26 Jochen.Friedrich@genorz.de
852
853 * interface.c (if_dump_vty): Fix a bug of missing VTY_NEWLINE.
854
8551999-12-23 Alex Zinin <zinin@amt.ru>
856 * interface.*: dynamic int up/down support
857
8581999-12-09 Kunihiro Ishiguro <kunihiro@zebra.org>
859
860 * ipforward_proc.c (dropline): Move dropline() from lib/dropline.c
861
862 * rtread_proc.c (proc_route_read): Don't use dropline().
863
8641999-12-08 Kunihiro Ishiguro <kunihiro@zebra.org>
865
866 * kernel_socket.c (rtm_read): When message is RTM_GET, it has own
867 process's pid.
868
8691999-12-04 Kunihiro Ishiguro <kunihiro@zebra.org>
870
871 * main.c (main): Change to default log output to ZLOG_STDOUT.
872
873 * zserv.c (zebra_serv): More detailed error print.
874
8751999-11-30 Kunihiro Ishiguro <kunihiro@zebra.org>
876
877 * kernel_socket.c (rtm_read): Check old pid for static route
878 insertion check.
879
8801999-11-30 Kunihiro Ishiguro <kunihiro@zebra.org>
881
882 * interface.c (if_dump_vty): BSDI/OS uses 64bit for interface
883 statistics counter.
884
885 * mtu_kvm.c: New file added.
886
8871999-11-27 Vladimir B. Grebenschikov <vova@express.ru>
888
889 * kernel_socket.c (rtm_write): Set RTF_CLONING flag for
890 route to the directly connected interface.
891
8921999-11-27 Kunihiro Ishiguro <kunihiro@zebra.org>
893
894 * rt_socket.c: Delete USE_HOST_BIT definition.
895
8961999-11-21 Michael Handler <handler@sub-rosa.com>
897
898 * rtread_getmsg.c: Undef some definition to resolve conflict.
899
9001999-11-27 Kunihiro Ishiguro <kunihiro@zebra.org>
901
902 * kernel_socket.c (rtm_write): Change to use pre stored struct_dl
903 value for gateway specification.
904
9051999-11-25 Kunihiro Ishiguro <kunihiro@zebra.org>
906
907 * rt_socket.c (kernel_rtm_ipv4): Even mask is 32 under IPv4 or
908 128 under IPv6, don't use RTF_HOST.
909
9101999-11-21 Kunihiro Ishiguro <kunihiro@zebra.org>
911
912 * Makefile.am (EXTRA_DIST): Add rtread_getmsg.c.
913
9141999-11-21 Michael Handler <handler@sub-rosa.com>
915
916 * rtread_getmsg.c: Added for Solaris 2.6 support.
917
9181999-11-18 Kunihiro Ishiguro <kunihiro@zebra.org>
919
920 * rtread_sysctl.c (rtm_read_route): RTM_DELETE handling added.
921
922 * rt_socket.c (kernel_read): Better BSD routing socket support.
923
9241999-10-19 Kunihiro Ishiguro <kunihiro@zebra.org>
925
926 * client_main.c: Disable making obsolete zebra test `client'
927 command.
928
9291999-10-18 Kunihiro Ishiguro <kunihiro@zebra.org>
930
931 * zebra.c: Renamed to zserv.c.
932
933 * zebra.h: Global definitions are moved to lib/zebra.h. Then
934 renamed to zserv.h.
935
9361999-10-15 Jordan Mendelson <jordy@wserv.com>
937
938 * if_ioctl.c: Add Linux 2.2.X's alias support and dynamic
939 interface. Remove ugly MAX_INTERFACE handling codes.
940
9411999-09-17 Satosi KOBAYASI <kobayasi@north.ad.jp>
942
943 * Fix serious bug of IPv6 route deletion.
944
9451999-09-11 Kunihiro Ishiguro <kunihiro@zebra.org>
946
947 * ioctl.c (if_set_prefix): Properly set broadcast address.
948
9491999-09-04 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
950
951 * rib.c (rib_add_ipv6, rib_delete_ipv6): now protocol daemons
952 can install connected route to kernel via zebra
953
9541999-08-24 VOP <vop@unity.net>
955
956 * rib.c: Include "sockunion.h"
957
9581999-08-22 Kunihiro Ishiguro <kunihiro@zebra.org>
959
960 * ipforward.h: New file.
961
962 * zebra.h: Obsolete message ZEBRA_GET_ALL_INTERFACE,
963 ZEBRA_GET_ONE_INTERFACE, ZEBRA_GET_HOSTINFO are deleted.
964
9651999-08-18 Kunihiro Ishiguro <kunihiro@zebra.org>
966
967 * zebra.h (ZEBRA_INTERFACE_ADDRESS_ADD):
968 ZEBRA_INTERFACE_{ADD,DELETE} added.
969
9701999-08-15 Kunihiro Ishiguro <kunihiro@zebra.org>
971
972 * rib.c: show ip route A.B.C.D works.
973
974 * zebra.c (zebra_read_ipv4): Add ifindex to zebra messages.
975
9761999-08-12 Kunihiro Ishiguro <kunihiro@zebra.org>
977
978 * zebra.h: New Zebra message ZEBRA_INTERFACE_{ADD,DELETE} added.
979
9801999-08-09 Kunihiro Ishiguro <kunihiro@zebra.org>
981
982 * interface.h: New file.
983 * Makefile.am: Add interface.h
984
9851999-08-04 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
986
987 * redistribute.c (zebra_redistribute): give ifindex to client.
988
9891999-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
990
991 * main.c (longopts): -k, --keep_kernel option added.
992
9931999-07-18 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
994
995 * rt_socket.c (rtm_write): forgot closing socket bug fixed.
996
9971999-07-17 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
998
999 * rib.c (show_ipv6_cmd): if rib is link show interface name.
1000
10011999-07-17 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1002
1003 * rt_socket.c (rtm_write): use sockaddr_dl when null gateway.
1004
10051999-07-16 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1006
1007 * rt_socket.c (rtm_write): ipv6 route table bug fixed.
1008
10091999-07-15 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1010
1011 * zebra.c (zebra_read_ipv6): read link prefix from ospf6 support
1012
10131999-07-15 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1014
1015 * rt_socket.c (kernel_rtm_ipv6): gate treatment bug fixed.
1016
10171999-07-15 Kunihiro Ishiguro <kunihiro@zebra.org>
1018
1019 * if_sysctl.c (ifm_read): Clear sockunion argument before fetching
1020 data. Suggested by "Chris P. Ross" <cross@eng.us.uu.net>
1021
10221999-07-08 HEO SeonMeyong <seirios@Matrix.IRI.Co.Jp>
1023
1024 * interface.c (if_tun_add): Add KAME's gif tunnel setting codes.
1025
10261999-06-26 Kunihiro Ishiguro <kunihiro@zebra.org>
1027
1028 * zebra.c (zebra_serv): Only accept loopback address connection.
1029
10301999-06-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1031
1032 * zebra.h (ZEBRA_ROUTE_EXTERNAL): Add zebra messages flags
1033
10341999-06-17 Kunihiro Ishiguro <kunihiro@zebra.org>
1035
1036 * ipforward_proc.c: ipforward_on () and ipforward_off () added.
1037
10381999-06-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1039
1040 * ipforward_proc.c (ipforward_ipv6): Check for IPv6 forwarding
1041 using /proc file system is added.
1042
10431999-06-06 Kunihiro Ishiguro <kunihiro@zebra.org>
1044
1045 * if_ioctl.c (if_get_index): Interface index set bug is fixed by
1046 adding #else at the middle of function. Suggested by David Luyer
1047 <luyer@ucs.uwa.edu.au>.
1048
10491999-05-29 <kunihiro@zebra.org>
1050
1051 * rt_ioctl.c: Comment out #include <linux/ipv6_route.h>.
1052
10531999-05-26 Kunihiro Ishiguro <kunihiro@zebra.org>
1054
1055 * zebra.h (ZEBRA_ROUTE_MAX): Add new define for the max value of
1056 the sort of routes.
1057
10581999-05-25 Patrick Koppen <koppen@rhrk.uni-kl.de>
1059
1060 * rt_netlink.c (netlink_socket): Make netlink socket non-blocking.
1061 (netlink_parse_info): If errno is EWOULDBLOCK then continue to
1062 parse the message.
1063 (netlink_talk): Likewise
1064
10651999-05-17 <kunihiro@zebra.org>
1066
1067 * redistribute.c (zebra_check_addr): Added for loopback address
1068 check.
1069
10701999-05-15 Kunihiro Ishiguro <kunihiro@zebra.org>
1071
1072 * rt_netlink.c (netlink_route_change): Tempolary bypass ipv6 route
1073 change treatment.
1074
1075 * Makefile.am (noinst_HEADERS): redistribute.h added.
1076
1077 * redistribute.h: New file.
1078
10791999-05-14 Stephen R. van den Berg <srb@cuci.nl>
1080
1081 * zebra.c (show_table): Show all table configuration DEFUN.
1082 (config_table): Config table number DEFUN.
1083
1084 * rt_netlink.c: Add support for multiple routing table.
1085
1086 * rib.c (rib_weed_table): New function added for delete all
1087 routes from specified routing table.
1088
1089 * main.c (signal_init): SIGTERM call sigint.
1090 (sigint): Loggging more better message.
1091
10921999-05-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1093
1094 * rt_netlink.c: Change log () to zlog ().
1095
10961999-05-07 <kunihiro@zebra.org>
1097
1098 * zebra.h (ZEBRA_ROUTE_OSPF6): Added for ospf6d route.
1099
11001999-04-20 Kunihiro Ishiguro <kunihiro@zebra.org>
1101
1102 * interface.c: Add `no ip address' command.
1103
11041999-04-10 Kunihiro Ishiguro <kunihiro@zebra.org>
1105
1106 * rt_netlink.c (kernel_read): Function added for asynchronous
1107 zebra between kernel communication.
1108
11091999-03-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1110
1111 * rtread_sysctl.c (rtm_read): Fix address memcopy overrun bug.
1112 Reported by Achim Patzner <ap@bnc.net>.
1113
11141999-03-03 Kunihiro Ishiguro <kunihiro@zebra.org>
1115
1116 * Makefile.am: Install configuration sample with 600 permission.
1117
11181999-03-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1119
1120 * Makefile.am: Add -I.. to INCLUDES.
1121
11221999-02-18 Peter Galbavy <Peter.Galbavy@knowledge.com>
1123
1124 * syslog support added
1125
11261999-02-17 Peter Galbavy <Peter.Galbavy@knowledge.com>
1127
1128 * if_sysctl.c (interface_list): allocated memory free when unknown
1129 ifm_type is returned.
1130
1131 * ioctl.c (if_get_mtu): added SIOCGIFDATA treatment.
1132
11331998-12-15 Magnus Ahltorp <map@stacken.kth.se>
1134
1135 * interface.c: Header include added.
1136
11371998-12-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1138
1139 * rt.h (kernel_delete_ipv6): change int index to unsigned int index.
1140
11411998-12-13 Kunihiro Ishiguro <kunihiro@zebra.org>
1142
1143 * if_ioctl.c (interface_list_ioctl): interface flag must be
1144 checked before check addresses of the interface.
1145
11461998-12-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1147
1148 * Makefile.am (INCLUDES): add @INCLUDES@ for Linux IPv6.
1149
11501998-10-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1151
1152 * ioctl.c: Linux version before 2.1.0 need interface route setup.
1153
11541998-09-15 HEO SeonMeyong <seirios@matrix.iri.co.jp>
1155
1156 * change HYDRANGEA to KAME
1157
11581998-09-01 Kunihiro Ishiguro <kunihiro@zebra.org>
1159
1160 * if_ioctl.c (if_addr_ioctl): set address family for getting
1161 interface's address.
1162 (if_get_index): silently return when can't get interface's index.
1163
11641998-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
1165
1166 * main.c (main): batch mode option '-b' added.
1167
11681998-08-16 Kunihiro Ishiguro <kunihiro@zebra.org>
1169
1170 * ioctl.c (if_set_prefix): add `ip address IPV4ADDR' command.
1171 * interface.c (shutdown_if): add interface shutdown and no
1172 shutdown command.
1173
11741998-08-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1175
1176 * rib.c (rib_add_ipv6): delete rib_add_in6.
1177
11781998-07-27 Kunihiro Ishiguro <kunihiro@zebra.org>
1179
1180 * main.c: retain flag is added.
1181
11821998-07-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1183
1184 * rtable.[ch]: merged with rib.[ch]
1185
11861998-07-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1187
1188 * connected.h: renamed from ifa.h.
1189
11901998-06-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1191
1192 * rename if.c to interface.c
1193 * rename ifa.c to connected.c
1194
1195 * Porting to Debian GNU/Linux 2.0 (hamm).
1196
11971998-06-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1198
1199 * rt_netlink.c: renamed from krt_netlink.c
1200
1201 * fib.c: deleted.
1202 * rt_kvm.c: deleted.
1203 * rtread_getmsg.c: deleted.
1204
12051998-06-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1206
1207 * if.c (multicast): add multicast flag [un]set fucntion.
1208
12091998-05-19 Yamshita TAKAO <jargon@lares.dti.ne.jp>
1210
1211 * rt_socket.c: Modify for compile on Solaris, but dont't work it.
1212 rt_socket.c have some undefined function, so add directive "IMPLEMENT"
1213
12141998-05-18 Yamshita TAKAO <jargon@lares.dti.ne.jp>
1215
1216 * zebra.c: Modify for compile on Solaris.
1217
12181998-05-03 Kunihiro Ishiguro <kunihiro@zebra.org>
1219
1220 * main.c: change CONFDIR to SYSCONFDIR.
1221
12221998-05-01 Kunihiro Ishiguro <kunihiro@zebra.org>
1223
1224 * .cvsignore: added.
1225
12261998-04-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1227
1228 * client.c: moves to ../lib.
1229
12301998-03-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1231
1232 * if_ioctl.c (if_get_addr): Change address copy from memcopy() to
1233 structure assignment.
1234
12351998-03-30 URA Hiroshi <ura@yamato.ibm.co.jp>
1236
1237 * if_sysctl.c (ifm_interface_add): sdl->sdl_data copy bug fixed.
1238
12391998-02-23 "Hannes R. Boehm" <hannes@boehm.org>
1240
1241 * if.c (if_init): add config_exit_cmd and config_help_cmd.
1242
12431998-01-24 Kunihiro Ishiguro <kunihiro@zebra.org>
1244
1245 * rt_ioctl.c (route_ioctl): EPERM treatment added.
1246
12471998-01-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1248
1249 * rt_socket.c (kernel_read): communication port zebra between
1250 kernel is now handled by kernel_read.
1251
12521998-01-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1253
1254 * main.c (main): zebra [-P port] can specify vty port number.
1255
12561997-12-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1257
1258 * zebra.c: change select will be block.
1259
12601997-12-04 Kunihiro Ishiguro <kunihiro@zebra.org>
1261
1262 * add static route treatment.
1263
12641997-11-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1265
1266 * rt_netlink.c: add netlink support over GNU/Linux system.
1267
12681997-11-23 Kunihiro Ishiguro <kunihiro@zebra.org>
1269
1270 * all inet_addr is changed to inet_aton.
1271
1272 * zebra.c (ip_route): add ip route command for static routes.
1273
12741997-11-20 Kunihiro Ishiguro <kunihiro@zebra.org>
1275
1276 * if.c (if_flag_dump): Linux port of if_flag_dump and _vty.
1277
12781997-11-19 Kunihiro Ishiguro <kunihiro@zebra.org>
1279
1280 * if.c: add interface command.
1281
12821997-11-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1283
1284 * ipforward_proc.c : Now works on Linux.
1285
12861997-10-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1287
1288 * command.c : add completion feature.
1289
12901997-10-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1291
1292 * vty.c (vty_command): add vty interface.
1293
12941997-10-13 Kunihiro Ishiguro <kunihiro@zebra.org>
1295
1296 * zebra.c: add verbose mode.
1297
12981997-10-12 SonMyong Ho <s-ho@Matrix.IRI.Co.Jp>
1299
1300 * Hydrangea for FreeBSD supported
1301 * in.h: add some prototype.
1302
13031997-10-11 Kunihiro Ishiguro <kunihiro@zebra.org>
1304
1305 * rt_socket.c and rtread.c completely rewritten.
1306
13071997-10-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1308
1309 * rt_socket.c: rename kernel_sock to routing_socket
1310
13111997-10-04 Kunihiro Ishiguro <kunihiro@zebra.org>
1312
1313 * if.c (if_new): interface structure change from linklist to vector.
1314
13151997-10-03 Kunihiro Ishiguro <kunihiro@zebra.org>
1316
1317 * vector.c (vector_init): create vector related function
1318
13191997-09-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1320
1321 * Makefile.in: add tags target
1322
1323 * start IPv6 support for INRIA FreeBSD.
1324