blob: b6df396fa0e29edab4658e916818c2a488586f1c [file] [log] [blame]
hasso55906722004-02-11 22:42:16 +000012004-02-12 Hasso Tepper <hasso@estpak.ee>
2 * zserv.c: Added "ipv6 forwarding" command.
3
gdtb27900b2004-01-08 15:44:29 +000042004-01-08 Greg Troxel <gdt@fnord.ir.bbn.com>
5
6 * kernel_socket.c (kernel_read): Use sockaddr_storage in buffer
7 for reading kernel messages to ensure enough space (necessary on
8 Solaris due to sockaddr_dl being large). Thanks to Sowmini
9 Varadhan for help with this change.
10
gdt9ccabd12004-01-06 18:23:02 +0000112004-01-06 Greg Troxel <gdt@t1.ir.bbn.com>
12
13 * rtadv.c (rtadv_send_packet): Change perror to zlog_err.
14
gdtdbee01f2004-01-06 00:36:51 +0000152004-01-05 Greg Troxel <gdt@fnord.ir.bbn.com>
gdt4bfbea82004-01-06 01:13:05 +000016 * kernel_socket.c (ifm_read): Major cleanup. Use Sowmini's code
17 to find the sockaddr_dl in all cases, narrowing the Solaris ifdef
18 to just the accomodation of broken kernels. Check sockaddr_dl
19 carefully up front, and later assume any non-NULL sdl pointer is
20 valid. Clean up types and variable declarations, and rename
21 WRAPUP to SAROUNDUP to make the name fit the behavior.
22
232004-01-05 Greg Troxel <gdt@fnord.ir.bbn.com>
gdtdbee01f2004-01-06 00:36:51 +000024
25 * kernel_socket.c (kernel_read): Add a sockaddr_dl to the ifmsg
26 structure, because on Solaris sockaddr_dl is far larger than the
27 base sockaddr structure. (The code had previously been failing to
28 read all the data.)
gdt4bfbea82004-01-06 01:13:05 +000029
gdtda26e3b2004-01-05 17:20:59 +0000302004-01-05 Greg Troxel <gdt@ahi.ir.bbn.com>
31
32 * kernel_socket.c (kernel_read): Look up interfaces by index
33 first, so that state changes which do not include a sockaddr_dl
34 now work. Add many sanity checks. In
35 particular, do not assume that a sockaddr_dl follows a message
36 without checking the ifm_addrs flags, and do not trust the length
37 in a sockaddr_dl. Add/clarify many comments.
38
gdt4b5e1352003-12-03 17:54:34 +0000392003-12-03 Greg Troxel <gdt@poblano.ir.bbn.com>
40
41 * rtadv.c: reorder includes to avoid compiler warning (define
42 structs before using them in prototypes)
43
hasso647e4f12003-05-25 11:43:52 +0000442003-05-25 Jim Crumpler <Jim.Crumpler@edion.com>
45
46 * zserv.c: Add "ip forwarding" command.
47
paul445f1432003-05-16 19:00:31 +0000482003-05-16 Gilad Arnold <gilad.arnold@terayon.com>
49
50 * zebra_rib.c: Fix memory leaks for ifname nexthops
51
522003-04-19 Israel Keys <ikeys@agile.tv>
53
54 * rt_netlink.c: BLOCK on netlink while initialising
55
562003-02-06 Francois Deppierraz <francois@ctrlaltdel.ch>
57
58 * rt_netlink.c (netlink_route_multipath): Set RTM_F_EQUALIZE when
59 it exists.
60
paul718e3742002-12-13 20:15:29 +0000612002-09-28 Akihiro Mizutani <mizutani@net-chef.net>
62
63 * zebra_rib.c (static_add_ipv4): Null0 static route is added.
64
652002-09-10 Jochen Friedrich <chris+zebra@scram.de>
66
67 * rt_netlink.c: Add check for EAGAIN.
68 * kernel_socket.c: Likewise
69
702002-06-12 Israel Keys <ikeys@oz.agile.tv>
71
72 * rt_netlink.c: Setting the NLM_F_ACK flag on the netlink command
73 message so that we get an ACK for successful netlink commands.
74 Change the netlink socket to BLOCKING while we wait for a
75 response; be it an ACK or an NLMSG_ERROR. Change
76 netlink_parse_info to deal with ACK messages.
77
782001-11-01 Jun-ichiro itojun Hagino <itojun@iijlab.net>
79
80 * rtadv.c (rtadv_make_socket): setsockopt(IPV6_CHECKSUM) does not
81 work for ICMPv6 socket.
82
832001-10-24 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
84
85 * rib.c (rib_process): Select connected route any case.
86
872001-10-23 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
88
89 * interface.c (no_ip_address_secondary): Add "no" to command.
90
912001-10-18 NOGUCHI Kay <kay@v6.access.co.jp>
92
93 * ioctl.c (if_prefix_add_ipv6): Set the prefered and valid lifetime
94 to infinity as the freebsd4.4 workaroud.
95
962001-08-26 mihail.balikov@interbgc.com
97
98 * zebra_snmp.c: Fix snmpwalk problem such as IPv4 address
99 A.B.C.255.
100
1012001-08-22 NOGUCHI Kay <kay@v6.access.co.jp>
102
103 * rtadv.c: Do not send RA to loopback interface.
104
1052001-08-20 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
106
107 * ioctl.c (if_set_prefix): Remove Linux 2.0 specific connected
108 route treatment.
109
1102001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
111
112 * zebra-0.92a released.
113
1142001-08-17 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
115
116 * rib.c: Kernel route is treated as EGP routes in nexthop active
117 check.
118
1192001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
120
121 * zebra-0.92 released.
122
1232001-08-08 "Akihiro Mizutani" <mizutani@dml.com>
124
125 * rib.c (show_ip_route_prefix_longer): Add longer-prefix option to
126 show route commands.
127
1282001-07-29 Yon Uriarte <havanna_moon@gmx.net>
129
130 * zserv.c (zsend_ipv4_add_multipath): Add
131 NEXTHOP_TYPE_IPV4_IFINDEX check.
132
1332001-07-29 NOGUCHI Kay <kay@v6.access.co.jp>
134
135 * rtadv.c: Apply valid lifetime, preferred lifetime, onilnk flag,
136 autonomous address-configuration flag patch.
137 (no_ipv6_nd_suppress_ra): Change "ipv6 nd send-ra" to "no ipv6 nd
138 suppress-ra".
139
1402001-07-24 NOGUCHI Kay <kay@v6.access.co.jp>
141
142 * rtadv.c (ipv6_nd_ra_interval): Add "ipv6 nd ra-interval SECONDS"
143 command.
144
1452001-07-24 Jun-ichiro itojun Hagino <itojun@iijlab.net>
146
147 * rt_socket.c (kernel_rtm_ipv4): Add KAME/NetBSD151 equal cost
148 multicast FIB support both IPv4 and IPv6.
149
1502001-07-24 Hal Snyder <hal@vailsys.com>
151
152 * if_ioctl.c (interface_list_ioctl): Fix bug of failing to get the
153 full list of interfaces on some configurations of OpenBSD.
154
1552001-07-23 NOGUCHI Kay <kay@v6.access.co.jp>
156
157 * rtadv.c (ipv6_nd_send_ra): Apply [zebra 9320] to fix "ipv6 nd
158 send-ra" bug.
159 (ipv6_nd_ra_lifetime): "ipv6 nd ra-lifetime 0" for default router
160 availability.
161 (ipv6_nd_managed_config_flag): "ipv6 nd managed-config-flag" is
162 added.
163 (ipv6_nd_other_config_flag): "ipv6 nd other-config-flag" is added.
164
1652001-07-23 Jun-ichiro itojun Hagino <itojun@iijlab.net>
166
167 * ioctl.c (if_ioctl): Change ioctl argument from int to u_long.
168
169 * rt_ioctl.c: Likewise.
170
1712001-07-23 Jun-ichiro itojun Hagino <itojun@iijlab.net>
172
173 * kernel_socket.c (rtm_write): Only set RTF_CLONING when the
174 interface is not p2p.
175
1762001-04-23 Kunihiro Ishiguro <kunihiro@zebra.org>
177
178 * ioctl.c (if_prefix_add_ipv6): Fix argument type.
179
1802001-04-06 Toshiaki Takada <takada@zebra.org>
181
182 * zserv.c (zsend_interface_delete): Use client->obuf instead of
183 allocating new stream.
184
1852001-03-10 Kunihiro Ishiguro <kunihiro@zebra.org>
186
187 * rt_netlink.c: Revert RTPROT_BOOT change.
188
1892001-03-08 Kunihiro Ishiguro <kunihiro@zebra.org>
190
191 * rt_netlink.c (netlink_route_change): Skip RTPROT_BOOT route.
192 (netlink_routing_table): Likewise.
193
1942001-03-07 "Akihiro Mizutani" <mizutani@dml.com>
195
196 * zserv.c (zsend_ipv4_add_multipath): Send metric value to
197 protocol daemons.
198
1992001-02-18 Kunihiro Ishiguro <kunihiro@zebra.org>
200
201 * rt_netlink.c (netlink_routing_table): Do not return
202 tb[RTA_GATEWAY] is NULL. Reported by: "Michael O'Keefe"
203 <mokeefe@qualcomm.com>.
204
2052001-02-08 Kunihiro Ishiguro <kunihiro@zebra.org>
206
207 * if_ioctl.c (interface_list_ioctl): Call if_add_update().
208 Suggested by: Chris Dunlop <chris@onthe.net.au>.
209
2102001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
211
212 * rib.c (nexthop_active_ipv4): When nexthop type is
213 NEXTHOP_TYPE_IPV4_IFINDEX, propery set the ifindex to rifindex.
214
215 * zserv.c: Initialize rtm_table_default with 0.
216
217 * zebra-0.91 is released.
218
2192001-01-31 Kunihiro Ishiguro <kunihiro@zebra.org>
220
221 * kernel_socket.c (rtm_read): Filter cloned route. Suggested by:
222 Jun-ichiro itojun Hagino <itojun@iijlab.net>
223
2242001-01-30 Kunihiro Ishiguro <kunihiro@zebra.org>
225
226 * connected.c (connected_up_ipv6): When point-to-point destination
227 address is ::, use local address for connected network.
228 (connected_down_ipv6): Likewise.
229
2302001-01-25 Kunihiro Ishiguro <kunihiro@zebra.org>
231
232 * zserv.c (zebra_serv): Add missing close() call. Reported by:
233 David Waitzman <djw@vineyard.net>.
234
2352001-01-24 Kunihiro Ishiguro <kunihiro@zebra.org>
236
237 * rib.c (rib_lookup_ipv4): New function for checking exact match
238 IGP route.
239
2402001-01-23 Kunihiro Ishiguro <kunihiro@zebra.org>
241
242 * rib.c (show_ipv6_route_protocol): Fix bug of "show ip route
243 route-type".
244
2452001-01-22 Kunihiro Ishiguro <kunihiro@zebra.org>
246
247 * interface.c (zebra_interface): Do not call
248 zebra_interface_add_update for inactive interface.
249
250 * zserv.c (zsend_interface_address_add): Send interface address
251 flag.
252 (zsend_interface_address_delete): Likewise.
253
2542001-01-19 Kunihiro Ishiguro <kunihiro@zebra.org>
255
256 * interface.c (if_addr_add): Add flags.
257
258 * connected.c (ifa_add_ipv4): Add new function for interface
259 address handling.
260 (ifa_delete_ipv4): Likewise.
261
2622001-01-16 Kunihiro Ishiguro <kunihiro@zebra.org>
263
264 * rib.c (rib_update): Update IPv6 RIB.
265
266 * kernel_socket.c (ifam_read): Call if_refresh() for update
267 interface flag status. This is for implicit interface up on *BSD.
268
269 * interface.c (if_refresh): Add interface flag refresh function.
270
271 * kernel_socket.c (rtm_read): Fetch link-local address interface
272 index.
273 (ifan_read): We need to fetch interface information. Suggested
274 by: Yasuhiro Ohara <yasu@sfc.wide.ad.jp>.
275
276 * rib.c (static_ipv6_nexthop_same): Add check for
277 NEXTHOP_TYPE_IPV6_IFNAME.
278
2792001-01-15 Kunihiro Ishiguro <kunihiro@zebra.org>
280
281 * rib.h (NEW_RIB): Turn on NEW_RIB flag. IPv6 new RIB code are
282 taken into place.
283
2842001-01-14 Kunihiro Ishiguro <kunihiro@zebra.org>
285
286 * rib.c (static_ipv6_write): Display STATIC_IPV6_GATEWAY_IFNAME
287 configuration.
288 (rib_delete_ipv6): Handle same route conter for IPv6 connected
289 route.
290 (show_ipv6_route_protocol): New command.
291 (show_ipv6_route_addr): Likewise.
292 (show_ipv6_route_prefix): Likewise.
293 (rib_update): Sweep kernel route when it is cleaned up.
294
295 * rt_socket.c (kernel_add_ipv6): Add NEXTHOP_IPV6_IFNAME
296 treatmenet.
297
298 * rt_netlink.c (kernel_init): Likewise.
299
300 * rt_ioctl.c (kernel_ioctl_ipv6_multipath): Likewise.
301
302 * rib.c (rib_add_ipv4): Cope with same connected route on a
303 interface. Suggested by: Matthew Grant <grantma@anathoth.gen.nz>.
304 (nexthop_ipv6_ifname_add): Add NEXTHOP_IPV6_IFNAME treatmenet.
305
306 * rib.h (struct new_rib): Add refcnt to keep track on the
307 reference of same connected route.
308
309 * ioctl.c (if_set_prefix): Add check for GNU_LINUX.
310
3112001-01-13 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
312
313 * kernel_socket.c (ifan_read, rtm_type_str): Add RTM_OIFINFO check.
314 (rtm_type_str): Add RTM_IFANNOUNCE check.
315 (ifan_read): New function.
316 (kernel_read): Add case for RTM_IFANNOUNCE.
317
3182001-01-13 Kunihiro Ishiguro <kunihiro@zebra.org>
319
320 * rt_ioctl.c (kernel_ioctl_ipv6_multipath): New function.
321
322 * rt_netlink.c (netlink_route_multipath): IPv6 address ifindex
323 treatment.
324
325 * connected.c (connected_up_ipv6): Add dest value check.
326
327 * rib.c (nexthop_active_ipv6): Do not touch IPv6 nexthop's
328 ifindex.
329 (rib_add_ipv4): Import rib_add_ipv6() same route check code.
330 (nexthop_active_check): NEXTHOP_TYPE_IPV6_IFINDEX activity is only
331 checked by ifindex.
332
333 * rt_socket.c (kernel_rtm_ipv6_multipath): New function.
334
335 * redistribute.c (redistribute_add): Use
336 zsend_ipv6_add_multipath().
337 (redistribute_delete_multipath): Use
338 zsend_ipv6_delete_multipath().
339
340 * interface.c (ip_address): Check current IP address to avoid
341 duplicate.
342
343 * rib.c (rib_delete_ipv4): When deleted route is connected route,
344 check ifindex.
345 (rib_add_ipv4): When connected route is added do not perform
346 implicit withdraw.
347 (rib_delete_ipv4): Check ifindex for connected route.
348
349 * kernel_socket.c (rtm_read): When route has RTF_STATIC, set
350 ZEBRA_FLAG_STATIC for indicate as persistent route.
351 (ifam_read): Unset interface index from link-local address when
352 IPv6 stack is KAME.
353
354 * rib.c (rib_update): Do not delete persistent kernel route.
355
356 * rib.h (struct new_rib): Integrate RIB_FLAG_* to ZEBRA_FLAG_*.
357
358 * rt_socket.c (kernel_add_ipv6_multipath): Add placeholder.
359 (kernel_delete_ipv6_multipath): Likewise.
360
361 * rt_netlink.c (netlink_talk): Give struct nlsock to netlink_talk.
362
3632001-01-12 Kunihiro Ishiguro <kunihiro@zebra.org>
364
365 * rib.c (rib_update): Revert Matthew Grant's patch
366 zebra_cvs_newribfix.patch. Use struct rib->ifindex for kernel
367 interface index. Introduce NEXTHOP_TYPE_IPV4_IFINDEX to support
368 that. Add support for address deletion situation.
369
3702001-01-11 Kunihiro Ishiguro <kunihiro@zebra.org>
371
372 * interface.c: Remove HAVE_IF_PSEUDO part.
373
374 * rib.h: Likewise.
375
376 * rt_netlink.c (netlink_link_change): Likewise.
377
3782001-01-10 Kunihiro Ishiguro <kunihiro@zebra.org>
379
380 * zserv.c: Remove OLD_RIB codes.
381
3822001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
383
384 * zebra-0.90 is released.
385
3862001-01-09 Matthew Grant <grantma@anathoth.gen.nz>
387
388 * interface.c (if_new_intern_ifindex): Allocate a new internal
389 interface index.
390 (if_addr_refresh): Fix up ip addresses configured via zebra.
391 (if_add_update): Handle an interface addition.
392 (if_delete_update): Handle an interface delete event.
393
394 * rib.c (nexthop_ipv4_add): Add kernel route deletion process when
395 interface goes down.
396
3972001-01-08 Kunihiro Ishiguro <kunihiro@zebra.org>
398
399 * interface.c (if_dump_vty): When HAVE_NET_RT_IFLIST is defined,
400 NetBSD also use this function. Suggested by Jasper Wallace
401 <jasper@ivision.co.uk>.
402
4032001-01-07 Kunihiro Ishiguro <kunihiro@zebra.org>
404
405 * rib.c (nexthop_active_ipv4): Move back to set methodo to old
406 one.
407
4082001-01-05 Kunihiro Ishiguro <kunihiro@zebra.org>
409
410 * rib.c (rib_add_ipv4): EBGP multihop set ZEBRA_FLAG_INTERNAL
411 flag, so treat it.
412
4132001-01-04 Kunihiro Ishiguro <kunihiro@zebra.org>
414
415 * rt_netlink.c (netlink_talk_ipv6): When IPv6 route message is
416 sent from netlink_cmd, the same message comes from netlink. To
417 avoid confusion, temporary netlink_talk_ipv6 use netlink.sock
418 instead of netlink_cmd.sock.
419
4202001-01-01 Kunihiro Ishiguro <kunihiro@zebra.org>
421
422 * zserv.h (ZEBRA_SERV_PATH): Change "/tmp/zebra" to "/tmp/.zebra".
423 Change "/tmp/zserv" to "/tmp/.zserv".
424
4252000-12-29 Frank van Maarseveen <F.vanMaarseveen@inter.NL.net>
426
427 * rt_netlink.c (struct nlsock): Divide kernel message into listen
428 socket and command socket.
429 (netlink_talk): Remove socket listen code. Use netlink_parse_info
430 for read kernel response.
431
4322000-12-29 Kunihiro Ishiguro <kunihiro@zebra.org>
433
434 * rib.c (vty_show_ip_route): Show uptime of the RIP,OSPF,BGP
435 routes.
436
4372000-12-27 Kunihiro Ishiguro <kunihiro@zebra.org>
438
439 * rt_netlink.c (netlink_route_multipath): Metric value is
440 reflected to kernel routing table.
441
442 * rt_ioctl.c (kernel_ioctl_ipv4_multipath): Likewise.
443
444 * kernel_socket.c (rtm_write): Likewise.
445
446 * rib.c (nexthop_active_ipv4): Only iBGP route perform recursive
447 nexthop lookup.
448
449 * rt_ioctl.c (kernel_ioctl_ipv4_multipath): Add ioctl version of
450 new RIB implementation.
451
4522000-12-26 Kunihiro Ishiguro <kunihiro@zebra.org>
453
454 * rib.h: Remove MULTIPATH_NUM. It is defined by configure script.
455
4562000-12-25 Michael Rozhavsky <mrozhavsky@opticalaccess.com>
457
458 * rib.c (rib_if_up): Call rib_fib_set instead of RIB_FIB_SET for
459 proper redistribution.
460
4612000-12-19 Kunihiro Ishiguro <kunihiro@zebra.org>
462
463 * rib.c (nexthop_active_ipv4): Add self lookup nexthop check.
464 (show_ip_route_protocol): Support new RIB.
465
466 * rt_netlink.c (netlink_route_change): Do not return when gate is
467 NULL.
468
4692000-12-18 Kunihiro Ishiguro <kunihiro@zebra.org>
470
471 * rib.c (rib_lookup_ipv4_nexthop): IBGP nexthop check function is
472 updated.
473 (rib_add_ipv4): Free implicit withdraw route's RIB.
474
4752000-12-15 Kunihiro Ishiguro <kunihiro@zebra.org>
476
477 * rib.c (nexthop_active_ipv4): Check indirect nexthop.
478
479 * redistribute.c (redistribute_add_multipath): Redistribution
480 works with new rib code.
481
4822000-12-14 Kunihiro Ishiguro <kunihiro@zebra.org>
483
484 * rt_netlink.c (netlink_route_multipath): Check useful nexthop
485 number.
486 (netlink_route_multipath): Clear rtnh_flags and rtnh_hops.
487
488 * rib.c (nexthop_active_update): Set flag for the rib's nexthop
489 activity is changed.
490 (nexthop_active_check): Before checking interface is up, make it
491 sure the interface exist.
492
4932000-11-20 Kunihiro Ishiguro <kunihiro@zebra.org>
494
495 * rib.c (ip_route): New RIB prototype.
496
4972000-11-16 Yon Uriarte <ukl2@rz.uni-karlsruhe.de>
498
499 * zserv.c (zsend_interface_add): Send hardware address when
500 hw_addr_len is greater than 0.
501
5022000-11-07 Kunihiro Ishiguro <kunihiro@zebra.org>
503
504 * connected.c (connected_up_ipv4): Fix ptop bug. The destination
505 network should be installed into routing table.
506 (connected_down_ipv4): Likewise.
507 (connected_add_ipv4): Change to use connected_up_ipv4.
508 (connected_delete_ipv4): Likewise.
509
5102000-11-06 Kunihiro Ishiguro <kunihiro@zebra.org>
511
512 * rt_netlink.c (netlink_interface_addr): Revert Harald Welte
513 <laforge@gnumonks.org>'s ptop patch then back to original code to
514 avoid duplicated connected route problem. Suggested by Frank van
515 Maarseveen <F.vanMaarseveen@inter.NL.net>.
516
517 * kernel_socket.c (rtm_read): Make behavior consistent even #ifdef
518 DEBUG is defined. Reported by Jun-ichiro itojun Hagino
519 <itojun@iijlab.net>.
520
5212000-10-23 Jochen Friedrich <jochen@scram.de>
522
523 * main.c (main): Call zebra_snmp_init() when it is enabled.
524
5252000-10-23 Kunihiro Ishiguro <kunihiro@zebra.org>
526
527 * zserv.c (zebra_serv_un): UNIX domain socket server of zebra
528 protocol.
529
5302000-10-19 Kunihiro Ishiguro <kunihiro@zebra.org>
531
532 * rib.c (rib_add_ipv4): Same check bug is fixed.
533
5342000-10-03 Kunihiro Ishiguro <kunihiro@zebra.org>
535
536 * rib.c (rib_if_down): Remove kernel route when the interface goes
537 down.
538
539 * debug.c: New command "debug zebra kernel" is added.
540
5412000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
542
543 * zebra-0.89 is released.
544
5452000-09-24 Harald Welte <laforge@gnumonks.org>
546
547 * rt_netlink.c (netlink_interface_addr): Fix point-to-point address
548 treatment in netlink interface.
549
5502000-09-21 David Lipovkov <dlipovkov@OpticalAccess.com>
551
552 * rib.c (rib_if_down): Pull static route only. Protocol daemon
553 must withdraw routes when interface goes down.
554 (rib_add_ipv4): Check nexthop when replace route.
555
5562000-09-21 Kunihiro Ishiguro <kunihiro@zebra.org>
557
558 * if_ioctl.c (if_getaddrs): New function for looking up
559 interface's address by getifaddrs().
560
5612000-09-10 Kunihiro Ishiguro <kunihiro@zebra.org>
562
563 * connected.c (connected_delete_ipv4): Add check for connected
564 address is found or not.
565 (connected_add_ipv6): Reflect IPv6 connected address change to
566 protocol daemons.
567 (connected_delete_ipv6): Likewise.
568
5692000-09-07 David Lipovkov <davidl@nbase.co.il>
570
571 * rib.c (rib_delete_ipv4): Reverted the change from pseudo
572 interface patch to original. Because ospfd deletes routes using
573 zero ifindex.
574
5752000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
576
577 * zebra-0.88 is released.
578
5792000-08-15 "Akihiro Mizutani" <mizutani@dml.com>
580
581 * rib.c (show_ip_route_protocol): Help string correction.
582 (show_ip_route_prefix): Check prefix mask.
583 (show_ip_route_vty_detail): Display distance and metric.
584
5852000-08-14 Kunihiro Ishiguro <kunihiro@zebra.org>
586
587 * zserv.c (zsend_interface_add): Change ifindex store size from
588 two octet to four.
589 (zsend_interface_delete): Likewise.
590 (zsend_interface_address_add): Likewise.
591 (zsend_interface_address_delete): Likewise.
592 (zsend_interface_up): Likewise.
593 (zsend_interface_down): Likewise.
594
5952000-08-13 Kunihiro Ishiguro <kunihiro@zebra.org>
596
597 * rib.c (rib_add_ipv4): Do not install distance 255 route.
598
5992000-08-10 Toshiaki Takada <takada@zebra.org>
600
601 * interface.c (bandwidth_if), (no_bandwidth_if): Call
602 zebra_interface_up_update () instead of using if_up() and if_down().
603
6042000-08-07 "Akihiro Mizutani" <mizutani@dml.com>
605
606 * interface.c (bandwidth_if): Fix help string.
607
6082000-08-07 Matthew Grant <grantma@anathoth.gen.nz>
609
610 * interface.c (if_dump_vty): Display bandwidth value.
611 (bandwidth_if): New command "bandwidth <1-10000000>" is added.
612 When interface is up, force protocol daemons to recalculate routes
613 due to cost change.
614 (no_bandwidth_if): Likewise.
615 (if_config_write): Output bandwidth configuration.
616
617 * zserv.c (zsend_interface_add): Send bandwidth value.
618 (zsend_interface_up): Likewise.
619 (zsend_interface_down): Likewise.
620
621
6222000-08-07 Michael Rozhavsky <mike@nbase.co.il>
623
624 * rib.c (show_ip_route_protocol): "show ip route
625 (bgp|connected|kernel|ospf|rip|static)" is added.
626
6272000-08-07 Kunihiro Ishiguro <kunihiro@zebra.org>
628
629 * rib.c (rib_lookup_ipv4_nexthop): Check parent node until IGP
630 nexthop is found.
631 (rib_add_ipv4_internal): Set fib ifindex to rib ifindex.
632
6332000-08-06 Kunihiro Ishiguro <kunihiro@zebra.org>
634
635 * redistribute.c (redistribute_delete): Fix bug of default route
636 redistribute treatment.
637
6382000-08-05 Kunihiro Ishiguro <kunihiro@zebra.org>
639
640 * rib.c (rib_init): Install ip_node in rib.c instead of zserv.c.
641 Change default distance value.
642
643 Old New
644 ------------------------------------------
645 system 10 0
646 kernel 20 0
647 connected 30 0
648 static 40 1
649 rip 50 120
650 ripng 50 120
651 ospf 60 110
652 ospf6 49 110
653 bgp 70 200(iBGP) 20(eBGP)
654 ------------------------------------------
655
656 * zserv.c (client_lookup): Function removed.
657 (zsend_interface_add): Use client's output buffer. Check ifinfo
658 flag.
659 (zsend_interface_delete): Likewise.
660 Delete ipv4_static_radix and ipv6_static_radix.
661
6622000-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
663
664 * zserv.h (struct zebra_client): When client request interface
665 information, ifinfo is set.
666
667 * rib.c: Temporary Revert changes for pseudo interface.
668
669 * rib.h: Likewise.
670
671 * zserv.c: Likewise.
672
673 * interface.c: Likewise.
674
6752000-08-02 David Lipovkov <davidl@nbase.co.il>
676
677 * interface.c (zebra_if_init): Install interface "pseudo"
678 commands.
679
680 * rib.c (rib_create): ifname argument is added.
681 (rib_add_ipv4_pseudo): New function is added.
682 (rib_delete_ipv4_pseudo): Likewise.
683
684 * rib.h : Delete INTERFACE_UNKNOWN definition. Add prototype for
685 pseudo interface functions.
686
687 * rt_netlink.c (netlink_link_change): Check for pseudo interface.
688
689 * zserv.c (ip_route): When destination is pseudo interface, call
690 rib_add_ipv4_pseudo().
691
692 * zserv.c (no_ip_route): Trim "unknown" argument.
693
6942000-07-26 kunitake@dti.ad.jp
695
696 * if_ioctl.c (if_get_hwaddr): Fix hardware address length from 8
697 to 6.
698
699 * rtadv.c (rtadv_send_packet): Fix shift bug for hardware address.
700
7012000-07-24 Akihiro Mizutani <mizutani@dml.com>
702
703 * interface.c: Use install_default() for common VTY commands.
704
7052000-07-23 Kunihiro Ishiguro <kunihiro@zebra.org>
706
707 * if_ioctl.c (interface_list_ioctl): A interface list size is
708 calculated from ifreq->if_addr.sa_len. This is for OpenBSD.
709
710 * ioctl.c (if_get_mtu): Remove codes for SIOCGIFDATA.
711
7122000-07-09 Chris Dunlop <chris@onthe.net.au>
713
714 * if_ioctl.c (if_get_index): Add check for HAVE_BROKEN_ALIASES.
715
7162000-07-04 Kunihiro Ishiguro <kunihiro@zebra.org>
717
718 * zserv.c (zebra_client_read): Add ZEBRA_REDISTRIBUTE_{ADD,DELETE}
719 message handling.
720
7212000-07-02 David Lipovkov <davidl@nbase.co.il>
722
723 * zserv.c: "ip route A.B.C.D/M unknown" command is added.
724
7252000-06-28 Michael Rozhavsky <mike@nbase.co.il>
726
727 * rib.c: Remove old kernel route when new route comes in.
728
7292000-06-13 David Lipovkov <davidl@nbase.co.il>
730
731 * rib.c (rib_if_up): Add check for unknown interface.
732
7332000-06-13 Kunihiro Ishiguro <kunihiro@zebra.org>
734
735 * rib.h: Define INTERFACE_UNKNOWN.
736
7372000-06-08 Kunihiro Ishiguro <kunihiro@zebra.org>
738
739 * Makefile.am (EXTRA_DIST): Move irdp.c until implementation is
740 finished.
741
7422000-06-05 David Lipovkov <davidl@nbase.co.il>
743
744 * interface.c (if_zebra_delete_hook): Call rib_if_delete().
745
746 * redistribute.c (zebra_interface_delete_update): New function.
747
748 * redistribute.h (zebra_interface_delete_update): New function
749 prototype.
750
751 * rib.c (rib_if_delete): New function. Walk down all routes and
752 delete all on the interface.
753
754 * rib.h: New function prototype.
755
756 * rt_netlink.c (netlink_link_change): Call
757 zebra_interface_delete_update ().
758
7592000-05-10 Kunihiro Ishiguro <kunihiro@zebra.org>
760
761 * if_ioctl.c (interface_info_ioctl): Check interface's flag before
762 checking interface's address.
763
7642000-04-26 Jochen Friedrich <jochen@nwe.de>
765
766 * GNOME-PRODUCT-ZEBRA-MIB: New file.
767
768 * GNOME-SMI: New file.
769
7702000-04-23 Kunihiro Ishiguro <kunihiro@zebra.org>
771
772 * irdp.c: New file from 1997 development code.
773 * irdp.h: Likewise.
774
7752000-04-19 Kunihiro Ishiguro <kunihiro@zebra.org>
776
777 * rtadv.c (rtadv_send_packet): Enclose router advertisement
778 logging with IS_ZEBRA_DEBUG_PACKET.
779
7802000-04-17 Kunihiro Ishiguro <kunihiro@zebra.org>
781
782 * zserv.c (zebra_client_close): Remove client structure from
783 client_list when connection is terminated.
784
7852000-03-21 David Lipovkov <davidl@nbase.co.il>
786
787 * connected.c (connected_add_ipv4): Allows all necessary structure
788 updates for connected route, but doesn't insert it into rib if
789 it's interface is down.
790
7912000-01-21 Hideto Yamakawa <hideto.yamakawa@soliton.co.jp>
792
793 * rtread_getmsg.c: Set some definition for Solaris 2.5 and Solaris
794 2.5.1.
795
7962000-01-21 Kunihiro Ishiguro <kunihiro@zebra.org>
797
798 * rib.c (no_ipv6_route_ifname): Fix buf of cheking return value
799 from str2prefix_ipv6().
800
8012000-01-14 Kunihiro Ishiguro <kunihiro@zebra.org>
802
803 * rt_socket.c: Revert to use RTF_HOST for IPv4 with /32 route and
804 IPv6 with /128 routes.
805 (kernel_rtm_ipv4): In case of /32 route's gateway is interface. It
806 should have mask for cloning.
807
8081999-12-26 Jochen.Friedrich@genorz.de
809
810 * interface.c (if_dump_vty): Fix a bug of missing VTY_NEWLINE.
811
8121999-12-23 Alex Zinin <zinin@amt.ru>
813 * interface.*: dynamic int up/down support
814
8151999-12-09 Kunihiro Ishiguro <kunihiro@zebra.org>
816
817 * ipforward_proc.c (dropline): Move dropline() from lib/dropline.c
818
819 * rtread_proc.c (proc_route_read): Don't use dropline().
820
8211999-12-08 Kunihiro Ishiguro <kunihiro@zebra.org>
822
823 * kernel_socket.c (rtm_read): When message is RTM_GET, it has own
824 process's pid.
825
8261999-12-04 Kunihiro Ishiguro <kunihiro@zebra.org>
827
828 * main.c (main): Change to default log output to ZLOG_STDOUT.
829
830 * zserv.c (zebra_serv): More detailed error print.
831
8321999-11-30 Kunihiro Ishiguro <kunihiro@zebra.org>
833
834 * kernel_socket.c (rtm_read): Check old pid for static route
835 insertion check.
836
8371999-11-30 Kunihiro Ishiguro <kunihiro@zebra.org>
838
839 * interface.c (if_dump_vty): BSDI/OS uses 64bit for interface
840 statistics counter.
841
842 * mtu_kvm.c: New file added.
843
8441999-11-27 Vladimir B. Grebenschikov <vova@express.ru>
845
846 * kernel_socket.c (rtm_write): Set RTF_CLONING flag for
847 route to the directly connected interface.
848
8491999-11-27 Kunihiro Ishiguro <kunihiro@zebra.org>
850
851 * rt_socket.c: Delete USE_HOST_BIT definition.
852
8531999-11-21 Michael Handler <handler@sub-rosa.com>
854
855 * rtread_getmsg.c: Undef some definition to resolve conflict.
856
8571999-11-27 Kunihiro Ishiguro <kunihiro@zebra.org>
858
859 * kernel_socket.c (rtm_write): Change to use pre stored struct_dl
860 value for gateway specification.
861
8621999-11-25 Kunihiro Ishiguro <kunihiro@zebra.org>
863
864 * rt_socket.c (kernel_rtm_ipv4): Even mask is 32 under IPv4 or
865 128 under IPv6, don't use RTF_HOST.
866
8671999-11-21 Kunihiro Ishiguro <kunihiro@zebra.org>
868
869 * Makefile.am (EXTRA_DIST): Add rtread_getmsg.c.
870
8711999-11-21 Michael Handler <handler@sub-rosa.com>
872
873 * rtread_getmsg.c: Added for Solaris 2.6 support.
874
8751999-11-18 Kunihiro Ishiguro <kunihiro@zebra.org>
876
877 * rtread_sysctl.c (rtm_read_route): RTM_DELETE handling added.
878
879 * rt_socket.c (kernel_read): Better BSD routing socket support.
880
8811999-10-19 Kunihiro Ishiguro <kunihiro@zebra.org>
882
883 * client_main.c: Disable making obsolete zebra test `client'
884 command.
885
8861999-10-18 Kunihiro Ishiguro <kunihiro@zebra.org>
887
888 * zebra.c: Renamed to zserv.c.
889
890 * zebra.h: Global definitions are moved to lib/zebra.h. Then
891 renamed to zserv.h.
892
8931999-10-15 Jordan Mendelson <jordy@wserv.com>
894
895 * if_ioctl.c: Add Linux 2.2.X's alias support and dynamic
896 interface. Remove ugly MAX_INTERFACE handling codes.
897
8981999-09-17 Satosi KOBAYASI <kobayasi@north.ad.jp>
899
900 * Fix serious bug of IPv6 route deletion.
901
9021999-09-11 Kunihiro Ishiguro <kunihiro@zebra.org>
903
904 * ioctl.c (if_set_prefix): Properly set broadcast address.
905
9061999-09-04 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
907
908 * rib.c (rib_add_ipv6, rib_delete_ipv6): now protocol daemons
909 can install connected route to kernel via zebra
910
9111999-08-24 VOP <vop@unity.net>
912
913 * rib.c: Include "sockunion.h"
914
9151999-08-22 Kunihiro Ishiguro <kunihiro@zebra.org>
916
917 * ipforward.h: New file.
918
919 * zebra.h: Obsolete message ZEBRA_GET_ALL_INTERFACE,
920 ZEBRA_GET_ONE_INTERFACE, ZEBRA_GET_HOSTINFO are deleted.
921
9221999-08-18 Kunihiro Ishiguro <kunihiro@zebra.org>
923
924 * zebra.h (ZEBRA_INTERFACE_ADDRESS_ADD):
925 ZEBRA_INTERFACE_{ADD,DELETE} added.
926
9271999-08-15 Kunihiro Ishiguro <kunihiro@zebra.org>
928
929 * rib.c: show ip route A.B.C.D works.
930
931 * zebra.c (zebra_read_ipv4): Add ifindex to zebra messages.
932
9331999-08-12 Kunihiro Ishiguro <kunihiro@zebra.org>
934
935 * zebra.h: New Zebra message ZEBRA_INTERFACE_{ADD,DELETE} added.
936
9371999-08-09 Kunihiro Ishiguro <kunihiro@zebra.org>
938
939 * interface.h: New file.
940 * Makefile.am: Add interface.h
941
9421999-08-04 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
943
944 * redistribute.c (zebra_redistribute): give ifindex to client.
945
9461999-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
947
948 * main.c (longopts): -k, --keep_kernel option added.
949
9501999-07-18 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
951
952 * rt_socket.c (rtm_write): forgot closing socket bug fixed.
953
9541999-07-17 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
955
956 * rib.c (show_ipv6_cmd): if rib is link show interface name.
957
9581999-07-17 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
959
960 * rt_socket.c (rtm_write): use sockaddr_dl when null gateway.
961
9621999-07-16 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
963
964 * rt_socket.c (rtm_write): ipv6 route table bug fixed.
965
9661999-07-15 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
967
968 * zebra.c (zebra_read_ipv6): read link prefix from ospf6 support
969
9701999-07-15 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
971
972 * rt_socket.c (kernel_rtm_ipv6): gate treatment bug fixed.
973
9741999-07-15 Kunihiro Ishiguro <kunihiro@zebra.org>
975
976 * if_sysctl.c (ifm_read): Clear sockunion argument before fetching
977 data. Suggested by "Chris P. Ross" <cross@eng.us.uu.net>
978
9791999-07-08 HEO SeonMeyong <seirios@Matrix.IRI.Co.Jp>
980
981 * interface.c (if_tun_add): Add KAME's gif tunnel setting codes.
982
9831999-06-26 Kunihiro Ishiguro <kunihiro@zebra.org>
984
985 * zebra.c (zebra_serv): Only accept loopback address connection.
986
9871999-06-25 Kunihiro Ishiguro <kunihiro@zebra.org>
988
989 * zebra.h (ZEBRA_ROUTE_EXTERNAL): Add zebra messages flags
990
9911999-06-17 Kunihiro Ishiguro <kunihiro@zebra.org>
992
993 * ipforward_proc.c: ipforward_on () and ipforward_off () added.
994
9951999-06-14 Kunihiro Ishiguro <kunihiro@zebra.org>
996
997 * ipforward_proc.c (ipforward_ipv6): Check for IPv6 forwarding
998 using /proc file system is added.
999
10001999-06-06 Kunihiro Ishiguro <kunihiro@zebra.org>
1001
1002 * if_ioctl.c (if_get_index): Interface index set bug is fixed by
1003 adding #else at the middle of function. Suggested by David Luyer
1004 <luyer@ucs.uwa.edu.au>.
1005
10061999-05-29 <kunihiro@zebra.org>
1007
1008 * rt_ioctl.c: Comment out #include <linux/ipv6_route.h>.
1009
10101999-05-26 Kunihiro Ishiguro <kunihiro@zebra.org>
1011
1012 * zebra.h (ZEBRA_ROUTE_MAX): Add new define for the max value of
1013 the sort of routes.
1014
10151999-05-25 Patrick Koppen <koppen@rhrk.uni-kl.de>
1016
1017 * rt_netlink.c (netlink_socket): Make netlink socket non-blocking.
1018 (netlink_parse_info): If errno is EWOULDBLOCK then continue to
1019 parse the message.
1020 (netlink_talk): Likewise
1021
10221999-05-17 <kunihiro@zebra.org>
1023
1024 * redistribute.c (zebra_check_addr): Added for loopback address
1025 check.
1026
10271999-05-15 Kunihiro Ishiguro <kunihiro@zebra.org>
1028
1029 * rt_netlink.c (netlink_route_change): Tempolary bypass ipv6 route
1030 change treatment.
1031
1032 * Makefile.am (noinst_HEADERS): redistribute.h added.
1033
1034 * redistribute.h: New file.
1035
10361999-05-14 Stephen R. van den Berg <srb@cuci.nl>
1037
1038 * zebra.c (show_table): Show all table configuration DEFUN.
1039 (config_table): Config table number DEFUN.
1040
1041 * rt_netlink.c: Add support for multiple routing table.
1042
1043 * rib.c (rib_weed_table): New function added for delete all
1044 routes from specified routing table.
1045
1046 * main.c (signal_init): SIGTERM call sigint.
1047 (sigint): Loggging more better message.
1048
10491999-05-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1050
1051 * rt_netlink.c: Change log () to zlog ().
1052
10531999-05-07 <kunihiro@zebra.org>
1054
1055 * zebra.h (ZEBRA_ROUTE_OSPF6): Added for ospf6d route.
1056
10571999-04-20 Kunihiro Ishiguro <kunihiro@zebra.org>
1058
1059 * interface.c: Add `no ip address' command.
1060
10611999-04-10 Kunihiro Ishiguro <kunihiro@zebra.org>
1062
1063 * rt_netlink.c (kernel_read): Function added for asynchronous
1064 zebra between kernel communication.
1065
10661999-03-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1067
1068 * rtread_sysctl.c (rtm_read): Fix address memcopy overrun bug.
1069 Reported by Achim Patzner <ap@bnc.net>.
1070
10711999-03-03 Kunihiro Ishiguro <kunihiro@zebra.org>
1072
1073 * Makefile.am: Install configuration sample with 600 permission.
1074
10751999-03-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1076
1077 * Makefile.am: Add -I.. to INCLUDES.
1078
10791999-02-18 Peter Galbavy <Peter.Galbavy@knowledge.com>
1080
1081 * syslog support added
1082
10831999-02-17 Peter Galbavy <Peter.Galbavy@knowledge.com>
1084
1085 * if_sysctl.c (interface_list): allocated memory free when unknown
1086 ifm_type is returned.
1087
1088 * ioctl.c (if_get_mtu): added SIOCGIFDATA treatment.
1089
10901998-12-15 Magnus Ahltorp <map@stacken.kth.se>
1091
1092 * interface.c: Header include added.
1093
10941998-12-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1095
1096 * rt.h (kernel_delete_ipv6): change int index to unsigned int index.
1097
10981998-12-13 Kunihiro Ishiguro <kunihiro@zebra.org>
1099
1100 * if_ioctl.c (interface_list_ioctl): interface flag must be
1101 checked before check addresses of the interface.
1102
11031998-12-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1104
1105 * Makefile.am (INCLUDES): add @INCLUDES@ for Linux IPv6.
1106
11071998-10-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1108
1109 * ioctl.c: Linux version before 2.1.0 need interface route setup.
1110
11111998-09-15 HEO SeonMeyong <seirios@matrix.iri.co.jp>
1112
1113 * change HYDRANGEA to KAME
1114
11151998-09-01 Kunihiro Ishiguro <kunihiro@zebra.org>
1116
1117 * if_ioctl.c (if_addr_ioctl): set address family for getting
1118 interface's address.
1119 (if_get_index): silently return when can't get interface's index.
1120
11211998-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
1122
1123 * main.c (main): batch mode option '-b' added.
1124
11251998-08-16 Kunihiro Ishiguro <kunihiro@zebra.org>
1126
1127 * ioctl.c (if_set_prefix): add `ip address IPV4ADDR' command.
1128 * interface.c (shutdown_if): add interface shutdown and no
1129 shutdown command.
1130
11311998-08-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1132
1133 * rib.c (rib_add_ipv6): delete rib_add_in6.
1134
11351998-07-27 Kunihiro Ishiguro <kunihiro@zebra.org>
1136
1137 * main.c: retain flag is added.
1138
11391998-07-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1140
1141 * rtable.[ch]: merged with rib.[ch]
1142
11431998-07-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1144
1145 * connected.h: renamed from ifa.h.
1146
11471998-06-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1148
1149 * rename if.c to interface.c
1150 * rename ifa.c to connected.c
1151
1152 * Porting to Debian GNU/Linux 2.0 (hamm).
1153
11541998-06-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1155
1156 * rt_netlink.c: renamed from krt_netlink.c
1157
1158 * fib.c: deleted.
1159 * rt_kvm.c: deleted.
1160 * rtread_getmsg.c: deleted.
1161
11621998-06-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1163
1164 * if.c (multicast): add multicast flag [un]set fucntion.
1165
11661998-05-19 Yamshita TAKAO <jargon@lares.dti.ne.jp>
1167
1168 * rt_socket.c: Modify for compile on Solaris, but dont't work it.
1169 rt_socket.c have some undefined function, so add directive "IMPLEMENT"
1170
11711998-05-18 Yamshita TAKAO <jargon@lares.dti.ne.jp>
1172
1173 * zebra.c: Modify for compile on Solaris.
1174
11751998-05-03 Kunihiro Ishiguro <kunihiro@zebra.org>
1176
1177 * main.c: change CONFDIR to SYSCONFDIR.
1178
11791998-05-01 Kunihiro Ishiguro <kunihiro@zebra.org>
1180
1181 * .cvsignore: added.
1182
11831998-04-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1184
1185 * client.c: moves to ../lib.
1186
11871998-03-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1188
1189 * if_ioctl.c (if_get_addr): Change address copy from memcopy() to
1190 structure assignment.
1191
11921998-03-30 URA Hiroshi <ura@yamato.ibm.co.jp>
1193
1194 * if_sysctl.c (ifm_interface_add): sdl->sdl_data copy bug fixed.
1195
11961998-02-23 "Hannes R. Boehm" <hannes@boehm.org>
1197
1198 * if.c (if_init): add config_exit_cmd and config_help_cmd.
1199
12001998-01-24 Kunihiro Ishiguro <kunihiro@zebra.org>
1201
1202 * rt_ioctl.c (route_ioctl): EPERM treatment added.
1203
12041998-01-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1205
1206 * rt_socket.c (kernel_read): communication port zebra between
1207 kernel is now handled by kernel_read.
1208
12091998-01-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1210
1211 * main.c (main): zebra [-P port] can specify vty port number.
1212
12131997-12-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1214
1215 * zebra.c: change select will be block.
1216
12171997-12-04 Kunihiro Ishiguro <kunihiro@zebra.org>
1218
1219 * add static route treatment.
1220
12211997-11-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1222
1223 * rt_netlink.c: add netlink support over GNU/Linux system.
1224
12251997-11-23 Kunihiro Ishiguro <kunihiro@zebra.org>
1226
1227 * all inet_addr is changed to inet_aton.
1228
1229 * zebra.c (ip_route): add ip route command for static routes.
1230
12311997-11-20 Kunihiro Ishiguro <kunihiro@zebra.org>
1232
1233 * if.c (if_flag_dump): Linux port of if_flag_dump and _vty.
1234
12351997-11-19 Kunihiro Ishiguro <kunihiro@zebra.org>
1236
1237 * if.c: add interface command.
1238
12391997-11-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1240
1241 * ipforward_proc.c : Now works on Linux.
1242
12431997-10-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1244
1245 * command.c : add completion feature.
1246
12471997-10-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1248
1249 * vty.c (vty_command): add vty interface.
1250
12511997-10-13 Kunihiro Ishiguro <kunihiro@zebra.org>
1252
1253 * zebra.c: add verbose mode.
1254
12551997-10-12 SonMyong Ho <s-ho@Matrix.IRI.Co.Jp>
1256
1257 * Hydrangea for FreeBSD supported
1258 * in.h: add some prototype.
1259
12601997-10-11 Kunihiro Ishiguro <kunihiro@zebra.org>
1261
1262 * rt_socket.c and rtread.c completely rewritten.
1263
12641997-10-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1265
1266 * rt_socket.c: rename kernel_sock to routing_socket
1267
12681997-10-04 Kunihiro Ishiguro <kunihiro@zebra.org>
1269
1270 * if.c (if_new): interface structure change from linklist to vector.
1271
12721997-10-03 Kunihiro Ishiguro <kunihiro@zebra.org>
1273
1274 * vector.c (vector_init): create vector related function
1275
12761997-09-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1277
1278 * Makefile.in: add tags target
1279
1280 * start IPv6 support for INRIA FreeBSD.
1281