blob: 6cae04bd0d09a6775256d7f51d627b67c008a687 [file] [log] [blame]
gdt9ccabd12004-01-06 18:23:02 +000012004-01-06 Greg Troxel <gdt@t1.ir.bbn.com>
2
3 * rtadv.c (rtadv_send_packet): Change perror to zlog_err.
4
gdtdbee01f2004-01-06 00:36:51 +000052004-01-05 Greg Troxel <gdt@fnord.ir.bbn.com>
gdt4bfbea82004-01-06 01:13:05 +00006 * kernel_socket.c (ifm_read): Major cleanup. Use Sowmini's code
7 to find the sockaddr_dl in all cases, narrowing the Solaris ifdef
8 to just the accomodation of broken kernels. Check sockaddr_dl
9 carefully up front, and later assume any non-NULL sdl pointer is
10 valid. Clean up types and variable declarations, and rename
11 WRAPUP to SAROUNDUP to make the name fit the behavior.
12
132004-01-05 Greg Troxel <gdt@fnord.ir.bbn.com>
gdtdbee01f2004-01-06 00:36:51 +000014
15 * kernel_socket.c (kernel_read): Add a sockaddr_dl to the ifmsg
16 structure, because on Solaris sockaddr_dl is far larger than the
17 base sockaddr structure. (The code had previously been failing to
18 read all the data.)
gdt4bfbea82004-01-06 01:13:05 +000019
gdtda26e3b2004-01-05 17:20:59 +0000202004-01-05 Greg Troxel <gdt@ahi.ir.bbn.com>
21
22 * kernel_socket.c (kernel_read): Look up interfaces by index
23 first, so that state changes which do not include a sockaddr_dl
24 now work. Add many sanity checks. In
25 particular, do not assume that a sockaddr_dl follows a message
26 without checking the ifm_addrs flags, and do not trust the length
27 in a sockaddr_dl. Add/clarify many comments.
28
gdt4b5e1352003-12-03 17:54:34 +0000292003-12-03 Greg Troxel <gdt@poblano.ir.bbn.com>
30
31 * rtadv.c: reorder includes to avoid compiler warning (define
32 structs before using them in prototypes)
33
hasso647e4f12003-05-25 11:43:52 +0000342003-05-25 Jim Crumpler <Jim.Crumpler@edion.com>
35
36 * zserv.c: Add "ip forwarding" command.
37
paul445f1432003-05-16 19:00:31 +0000382003-05-16 Gilad Arnold <gilad.arnold@terayon.com>
39
40 * zebra_rib.c: Fix memory leaks for ifname nexthops
41
422003-04-19 Israel Keys <ikeys@agile.tv>
43
44 * rt_netlink.c: BLOCK on netlink while initialising
45
462003-02-06 Francois Deppierraz <francois@ctrlaltdel.ch>
47
48 * rt_netlink.c (netlink_route_multipath): Set RTM_F_EQUALIZE when
49 it exists.
50
paul718e3742002-12-13 20:15:29 +0000512002-09-28 Akihiro Mizutani <mizutani@net-chef.net>
52
53 * zebra_rib.c (static_add_ipv4): Null0 static route is added.
54
552002-09-10 Jochen Friedrich <chris+zebra@scram.de>
56
57 * rt_netlink.c: Add check for EAGAIN.
58 * kernel_socket.c: Likewise
59
602002-06-12 Israel Keys <ikeys@oz.agile.tv>
61
62 * rt_netlink.c: Setting the NLM_F_ACK flag on the netlink command
63 message so that we get an ACK for successful netlink commands.
64 Change the netlink socket to BLOCKING while we wait for a
65 response; be it an ACK or an NLMSG_ERROR. Change
66 netlink_parse_info to deal with ACK messages.
67
682001-11-01 Jun-ichiro itojun Hagino <itojun@iijlab.net>
69
70 * rtadv.c (rtadv_make_socket): setsockopt(IPV6_CHECKSUM) does not
71 work for ICMPv6 socket.
72
732001-10-24 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
74
75 * rib.c (rib_process): Select connected route any case.
76
772001-10-23 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
78
79 * interface.c (no_ip_address_secondary): Add "no" to command.
80
812001-10-18 NOGUCHI Kay <kay@v6.access.co.jp>
82
83 * ioctl.c (if_prefix_add_ipv6): Set the prefered and valid lifetime
84 to infinity as the freebsd4.4 workaroud.
85
862001-08-26 mihail.balikov@interbgc.com
87
88 * zebra_snmp.c: Fix snmpwalk problem such as IPv4 address
89 A.B.C.255.
90
912001-08-22 NOGUCHI Kay <kay@v6.access.co.jp>
92
93 * rtadv.c: Do not send RA to loopback interface.
94
952001-08-20 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
96
97 * ioctl.c (if_set_prefix): Remove Linux 2.0 specific connected
98 route treatment.
99
1002001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
101
102 * zebra-0.92a released.
103
1042001-08-17 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
105
106 * rib.c: Kernel route is treated as EGP routes in nexthop active
107 check.
108
1092001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
110
111 * zebra-0.92 released.
112
1132001-08-08 "Akihiro Mizutani" <mizutani@dml.com>
114
115 * rib.c (show_ip_route_prefix_longer): Add longer-prefix option to
116 show route commands.
117
1182001-07-29 Yon Uriarte <havanna_moon@gmx.net>
119
120 * zserv.c (zsend_ipv4_add_multipath): Add
121 NEXTHOP_TYPE_IPV4_IFINDEX check.
122
1232001-07-29 NOGUCHI Kay <kay@v6.access.co.jp>
124
125 * rtadv.c: Apply valid lifetime, preferred lifetime, onilnk flag,
126 autonomous address-configuration flag patch.
127 (no_ipv6_nd_suppress_ra): Change "ipv6 nd send-ra" to "no ipv6 nd
128 suppress-ra".
129
1302001-07-24 NOGUCHI Kay <kay@v6.access.co.jp>
131
132 * rtadv.c (ipv6_nd_ra_interval): Add "ipv6 nd ra-interval SECONDS"
133 command.
134
1352001-07-24 Jun-ichiro itojun Hagino <itojun@iijlab.net>
136
137 * rt_socket.c (kernel_rtm_ipv4): Add KAME/NetBSD151 equal cost
138 multicast FIB support both IPv4 and IPv6.
139
1402001-07-24 Hal Snyder <hal@vailsys.com>
141
142 * if_ioctl.c (interface_list_ioctl): Fix bug of failing to get the
143 full list of interfaces on some configurations of OpenBSD.
144
1452001-07-23 NOGUCHI Kay <kay@v6.access.co.jp>
146
147 * rtadv.c (ipv6_nd_send_ra): Apply [zebra 9320] to fix "ipv6 nd
148 send-ra" bug.
149 (ipv6_nd_ra_lifetime): "ipv6 nd ra-lifetime 0" for default router
150 availability.
151 (ipv6_nd_managed_config_flag): "ipv6 nd managed-config-flag" is
152 added.
153 (ipv6_nd_other_config_flag): "ipv6 nd other-config-flag" is added.
154
1552001-07-23 Jun-ichiro itojun Hagino <itojun@iijlab.net>
156
157 * ioctl.c (if_ioctl): Change ioctl argument from int to u_long.
158
159 * rt_ioctl.c: Likewise.
160
1612001-07-23 Jun-ichiro itojun Hagino <itojun@iijlab.net>
162
163 * kernel_socket.c (rtm_write): Only set RTF_CLONING when the
164 interface is not p2p.
165
1662001-04-23 Kunihiro Ishiguro <kunihiro@zebra.org>
167
168 * ioctl.c (if_prefix_add_ipv6): Fix argument type.
169
1702001-04-06 Toshiaki Takada <takada@zebra.org>
171
172 * zserv.c (zsend_interface_delete): Use client->obuf instead of
173 allocating new stream.
174
1752001-03-10 Kunihiro Ishiguro <kunihiro@zebra.org>
176
177 * rt_netlink.c: Revert RTPROT_BOOT change.
178
1792001-03-08 Kunihiro Ishiguro <kunihiro@zebra.org>
180
181 * rt_netlink.c (netlink_route_change): Skip RTPROT_BOOT route.
182 (netlink_routing_table): Likewise.
183
1842001-03-07 "Akihiro Mizutani" <mizutani@dml.com>
185
186 * zserv.c (zsend_ipv4_add_multipath): Send metric value to
187 protocol daemons.
188
1892001-02-18 Kunihiro Ishiguro <kunihiro@zebra.org>
190
191 * rt_netlink.c (netlink_routing_table): Do not return
192 tb[RTA_GATEWAY] is NULL. Reported by: "Michael O'Keefe"
193 <mokeefe@qualcomm.com>.
194
1952001-02-08 Kunihiro Ishiguro <kunihiro@zebra.org>
196
197 * if_ioctl.c (interface_list_ioctl): Call if_add_update().
198 Suggested by: Chris Dunlop <chris@onthe.net.au>.
199
2002001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
201
202 * rib.c (nexthop_active_ipv4): When nexthop type is
203 NEXTHOP_TYPE_IPV4_IFINDEX, propery set the ifindex to rifindex.
204
205 * zserv.c: Initialize rtm_table_default with 0.
206
207 * zebra-0.91 is released.
208
2092001-01-31 Kunihiro Ishiguro <kunihiro@zebra.org>
210
211 * kernel_socket.c (rtm_read): Filter cloned route. Suggested by:
212 Jun-ichiro itojun Hagino <itojun@iijlab.net>
213
2142001-01-30 Kunihiro Ishiguro <kunihiro@zebra.org>
215
216 * connected.c (connected_up_ipv6): When point-to-point destination
217 address is ::, use local address for connected network.
218 (connected_down_ipv6): Likewise.
219
2202001-01-25 Kunihiro Ishiguro <kunihiro@zebra.org>
221
222 * zserv.c (zebra_serv): Add missing close() call. Reported by:
223 David Waitzman <djw@vineyard.net>.
224
2252001-01-24 Kunihiro Ishiguro <kunihiro@zebra.org>
226
227 * rib.c (rib_lookup_ipv4): New function for checking exact match
228 IGP route.
229
2302001-01-23 Kunihiro Ishiguro <kunihiro@zebra.org>
231
232 * rib.c (show_ipv6_route_protocol): Fix bug of "show ip route
233 route-type".
234
2352001-01-22 Kunihiro Ishiguro <kunihiro@zebra.org>
236
237 * interface.c (zebra_interface): Do not call
238 zebra_interface_add_update for inactive interface.
239
240 * zserv.c (zsend_interface_address_add): Send interface address
241 flag.
242 (zsend_interface_address_delete): Likewise.
243
2442001-01-19 Kunihiro Ishiguro <kunihiro@zebra.org>
245
246 * interface.c (if_addr_add): Add flags.
247
248 * connected.c (ifa_add_ipv4): Add new function for interface
249 address handling.
250 (ifa_delete_ipv4): Likewise.
251
2522001-01-16 Kunihiro Ishiguro <kunihiro@zebra.org>
253
254 * rib.c (rib_update): Update IPv6 RIB.
255
256 * kernel_socket.c (ifam_read): Call if_refresh() for update
257 interface flag status. This is for implicit interface up on *BSD.
258
259 * interface.c (if_refresh): Add interface flag refresh function.
260
261 * kernel_socket.c (rtm_read): Fetch link-local address interface
262 index.
263 (ifan_read): We need to fetch interface information. Suggested
264 by: Yasuhiro Ohara <yasu@sfc.wide.ad.jp>.
265
266 * rib.c (static_ipv6_nexthop_same): Add check for
267 NEXTHOP_TYPE_IPV6_IFNAME.
268
2692001-01-15 Kunihiro Ishiguro <kunihiro@zebra.org>
270
271 * rib.h (NEW_RIB): Turn on NEW_RIB flag. IPv6 new RIB code are
272 taken into place.
273
2742001-01-14 Kunihiro Ishiguro <kunihiro@zebra.org>
275
276 * rib.c (static_ipv6_write): Display STATIC_IPV6_GATEWAY_IFNAME
277 configuration.
278 (rib_delete_ipv6): Handle same route conter for IPv6 connected
279 route.
280 (show_ipv6_route_protocol): New command.
281 (show_ipv6_route_addr): Likewise.
282 (show_ipv6_route_prefix): Likewise.
283 (rib_update): Sweep kernel route when it is cleaned up.
284
285 * rt_socket.c (kernel_add_ipv6): Add NEXTHOP_IPV6_IFNAME
286 treatmenet.
287
288 * rt_netlink.c (kernel_init): Likewise.
289
290 * rt_ioctl.c (kernel_ioctl_ipv6_multipath): Likewise.
291
292 * rib.c (rib_add_ipv4): Cope with same connected route on a
293 interface. Suggested by: Matthew Grant <grantma@anathoth.gen.nz>.
294 (nexthop_ipv6_ifname_add): Add NEXTHOP_IPV6_IFNAME treatmenet.
295
296 * rib.h (struct new_rib): Add refcnt to keep track on the
297 reference of same connected route.
298
299 * ioctl.c (if_set_prefix): Add check for GNU_LINUX.
300
3012001-01-13 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
302
303 * kernel_socket.c (ifan_read, rtm_type_str): Add RTM_OIFINFO check.
304 (rtm_type_str): Add RTM_IFANNOUNCE check.
305 (ifan_read): New function.
306 (kernel_read): Add case for RTM_IFANNOUNCE.
307
3082001-01-13 Kunihiro Ishiguro <kunihiro@zebra.org>
309
310 * rt_ioctl.c (kernel_ioctl_ipv6_multipath): New function.
311
312 * rt_netlink.c (netlink_route_multipath): IPv6 address ifindex
313 treatment.
314
315 * connected.c (connected_up_ipv6): Add dest value check.
316
317 * rib.c (nexthop_active_ipv6): Do not touch IPv6 nexthop's
318 ifindex.
319 (rib_add_ipv4): Import rib_add_ipv6() same route check code.
320 (nexthop_active_check): NEXTHOP_TYPE_IPV6_IFINDEX activity is only
321 checked by ifindex.
322
323 * rt_socket.c (kernel_rtm_ipv6_multipath): New function.
324
325 * redistribute.c (redistribute_add): Use
326 zsend_ipv6_add_multipath().
327 (redistribute_delete_multipath): Use
328 zsend_ipv6_delete_multipath().
329
330 * interface.c (ip_address): Check current IP address to avoid
331 duplicate.
332
333 * rib.c (rib_delete_ipv4): When deleted route is connected route,
334 check ifindex.
335 (rib_add_ipv4): When connected route is added do not perform
336 implicit withdraw.
337 (rib_delete_ipv4): Check ifindex for connected route.
338
339 * kernel_socket.c (rtm_read): When route has RTF_STATIC, set
340 ZEBRA_FLAG_STATIC for indicate as persistent route.
341 (ifam_read): Unset interface index from link-local address when
342 IPv6 stack is KAME.
343
344 * rib.c (rib_update): Do not delete persistent kernel route.
345
346 * rib.h (struct new_rib): Integrate RIB_FLAG_* to ZEBRA_FLAG_*.
347
348 * rt_socket.c (kernel_add_ipv6_multipath): Add placeholder.
349 (kernel_delete_ipv6_multipath): Likewise.
350
351 * rt_netlink.c (netlink_talk): Give struct nlsock to netlink_talk.
352
3532001-01-12 Kunihiro Ishiguro <kunihiro@zebra.org>
354
355 * rib.c (rib_update): Revert Matthew Grant's patch
356 zebra_cvs_newribfix.patch. Use struct rib->ifindex for kernel
357 interface index. Introduce NEXTHOP_TYPE_IPV4_IFINDEX to support
358 that. Add support for address deletion situation.
359
3602001-01-11 Kunihiro Ishiguro <kunihiro@zebra.org>
361
362 * interface.c: Remove HAVE_IF_PSEUDO part.
363
364 * rib.h: Likewise.
365
366 * rt_netlink.c (netlink_link_change): Likewise.
367
3682001-01-10 Kunihiro Ishiguro <kunihiro@zebra.org>
369
370 * zserv.c: Remove OLD_RIB codes.
371
3722001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
373
374 * zebra-0.90 is released.
375
3762001-01-09 Matthew Grant <grantma@anathoth.gen.nz>
377
378 * interface.c (if_new_intern_ifindex): Allocate a new internal
379 interface index.
380 (if_addr_refresh): Fix up ip addresses configured via zebra.
381 (if_add_update): Handle an interface addition.
382 (if_delete_update): Handle an interface delete event.
383
384 * rib.c (nexthop_ipv4_add): Add kernel route deletion process when
385 interface goes down.
386
3872001-01-08 Kunihiro Ishiguro <kunihiro@zebra.org>
388
389 * interface.c (if_dump_vty): When HAVE_NET_RT_IFLIST is defined,
390 NetBSD also use this function. Suggested by Jasper Wallace
391 <jasper@ivision.co.uk>.
392
3932001-01-07 Kunihiro Ishiguro <kunihiro@zebra.org>
394
395 * rib.c (nexthop_active_ipv4): Move back to set methodo to old
396 one.
397
3982001-01-05 Kunihiro Ishiguro <kunihiro@zebra.org>
399
400 * rib.c (rib_add_ipv4): EBGP multihop set ZEBRA_FLAG_INTERNAL
401 flag, so treat it.
402
4032001-01-04 Kunihiro Ishiguro <kunihiro@zebra.org>
404
405 * rt_netlink.c (netlink_talk_ipv6): When IPv6 route message is
406 sent from netlink_cmd, the same message comes from netlink. To
407 avoid confusion, temporary netlink_talk_ipv6 use netlink.sock
408 instead of netlink_cmd.sock.
409
4102001-01-01 Kunihiro Ishiguro <kunihiro@zebra.org>
411
412 * zserv.h (ZEBRA_SERV_PATH): Change "/tmp/zebra" to "/tmp/.zebra".
413 Change "/tmp/zserv" to "/tmp/.zserv".
414
4152000-12-29 Frank van Maarseveen <F.vanMaarseveen@inter.NL.net>
416
417 * rt_netlink.c (struct nlsock): Divide kernel message into listen
418 socket and command socket.
419 (netlink_talk): Remove socket listen code. Use netlink_parse_info
420 for read kernel response.
421
4222000-12-29 Kunihiro Ishiguro <kunihiro@zebra.org>
423
424 * rib.c (vty_show_ip_route): Show uptime of the RIP,OSPF,BGP
425 routes.
426
4272000-12-27 Kunihiro Ishiguro <kunihiro@zebra.org>
428
429 * rt_netlink.c (netlink_route_multipath): Metric value is
430 reflected to kernel routing table.
431
432 * rt_ioctl.c (kernel_ioctl_ipv4_multipath): Likewise.
433
434 * kernel_socket.c (rtm_write): Likewise.
435
436 * rib.c (nexthop_active_ipv4): Only iBGP route perform recursive
437 nexthop lookup.
438
439 * rt_ioctl.c (kernel_ioctl_ipv4_multipath): Add ioctl version of
440 new RIB implementation.
441
4422000-12-26 Kunihiro Ishiguro <kunihiro@zebra.org>
443
444 * rib.h: Remove MULTIPATH_NUM. It is defined by configure script.
445
4462000-12-25 Michael Rozhavsky <mrozhavsky@opticalaccess.com>
447
448 * rib.c (rib_if_up): Call rib_fib_set instead of RIB_FIB_SET for
449 proper redistribution.
450
4512000-12-19 Kunihiro Ishiguro <kunihiro@zebra.org>
452
453 * rib.c (nexthop_active_ipv4): Add self lookup nexthop check.
454 (show_ip_route_protocol): Support new RIB.
455
456 * rt_netlink.c (netlink_route_change): Do not return when gate is
457 NULL.
458
4592000-12-18 Kunihiro Ishiguro <kunihiro@zebra.org>
460
461 * rib.c (rib_lookup_ipv4_nexthop): IBGP nexthop check function is
462 updated.
463 (rib_add_ipv4): Free implicit withdraw route's RIB.
464
4652000-12-15 Kunihiro Ishiguro <kunihiro@zebra.org>
466
467 * rib.c (nexthop_active_ipv4): Check indirect nexthop.
468
469 * redistribute.c (redistribute_add_multipath): Redistribution
470 works with new rib code.
471
4722000-12-14 Kunihiro Ishiguro <kunihiro@zebra.org>
473
474 * rt_netlink.c (netlink_route_multipath): Check useful nexthop
475 number.
476 (netlink_route_multipath): Clear rtnh_flags and rtnh_hops.
477
478 * rib.c (nexthop_active_update): Set flag for the rib's nexthop
479 activity is changed.
480 (nexthop_active_check): Before checking interface is up, make it
481 sure the interface exist.
482
4832000-11-20 Kunihiro Ishiguro <kunihiro@zebra.org>
484
485 * rib.c (ip_route): New RIB prototype.
486
4872000-11-16 Yon Uriarte <ukl2@rz.uni-karlsruhe.de>
488
489 * zserv.c (zsend_interface_add): Send hardware address when
490 hw_addr_len is greater than 0.
491
4922000-11-07 Kunihiro Ishiguro <kunihiro@zebra.org>
493
494 * connected.c (connected_up_ipv4): Fix ptop bug. The destination
495 network should be installed into routing table.
496 (connected_down_ipv4): Likewise.
497 (connected_add_ipv4): Change to use connected_up_ipv4.
498 (connected_delete_ipv4): Likewise.
499
5002000-11-06 Kunihiro Ishiguro <kunihiro@zebra.org>
501
502 * rt_netlink.c (netlink_interface_addr): Revert Harald Welte
503 <laforge@gnumonks.org>'s ptop patch then back to original code to
504 avoid duplicated connected route problem. Suggested by Frank van
505 Maarseveen <F.vanMaarseveen@inter.NL.net>.
506
507 * kernel_socket.c (rtm_read): Make behavior consistent even #ifdef
508 DEBUG is defined. Reported by Jun-ichiro itojun Hagino
509 <itojun@iijlab.net>.
510
5112000-10-23 Jochen Friedrich <jochen@scram.de>
512
513 * main.c (main): Call zebra_snmp_init() when it is enabled.
514
5152000-10-23 Kunihiro Ishiguro <kunihiro@zebra.org>
516
517 * zserv.c (zebra_serv_un): UNIX domain socket server of zebra
518 protocol.
519
5202000-10-19 Kunihiro Ishiguro <kunihiro@zebra.org>
521
522 * rib.c (rib_add_ipv4): Same check bug is fixed.
523
5242000-10-03 Kunihiro Ishiguro <kunihiro@zebra.org>
525
526 * rib.c (rib_if_down): Remove kernel route when the interface goes
527 down.
528
529 * debug.c: New command "debug zebra kernel" is added.
530
5312000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
532
533 * zebra-0.89 is released.
534
5352000-09-24 Harald Welte <laforge@gnumonks.org>
536
537 * rt_netlink.c (netlink_interface_addr): Fix point-to-point address
538 treatment in netlink interface.
539
5402000-09-21 David Lipovkov <dlipovkov@OpticalAccess.com>
541
542 * rib.c (rib_if_down): Pull static route only. Protocol daemon
543 must withdraw routes when interface goes down.
544 (rib_add_ipv4): Check nexthop when replace route.
545
5462000-09-21 Kunihiro Ishiguro <kunihiro@zebra.org>
547
548 * if_ioctl.c (if_getaddrs): New function for looking up
549 interface's address by getifaddrs().
550
5512000-09-10 Kunihiro Ishiguro <kunihiro@zebra.org>
552
553 * connected.c (connected_delete_ipv4): Add check for connected
554 address is found or not.
555 (connected_add_ipv6): Reflect IPv6 connected address change to
556 protocol daemons.
557 (connected_delete_ipv6): Likewise.
558
5592000-09-07 David Lipovkov <davidl@nbase.co.il>
560
561 * rib.c (rib_delete_ipv4): Reverted the change from pseudo
562 interface patch to original. Because ospfd deletes routes using
563 zero ifindex.
564
5652000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
566
567 * zebra-0.88 is released.
568
5692000-08-15 "Akihiro Mizutani" <mizutani@dml.com>
570
571 * rib.c (show_ip_route_protocol): Help string correction.
572 (show_ip_route_prefix): Check prefix mask.
573 (show_ip_route_vty_detail): Display distance and metric.
574
5752000-08-14 Kunihiro Ishiguro <kunihiro@zebra.org>
576
577 * zserv.c (zsend_interface_add): Change ifindex store size from
578 two octet to four.
579 (zsend_interface_delete): Likewise.
580 (zsend_interface_address_add): Likewise.
581 (zsend_interface_address_delete): Likewise.
582 (zsend_interface_up): Likewise.
583 (zsend_interface_down): Likewise.
584
5852000-08-13 Kunihiro Ishiguro <kunihiro@zebra.org>
586
587 * rib.c (rib_add_ipv4): Do not install distance 255 route.
588
5892000-08-10 Toshiaki Takada <takada@zebra.org>
590
591 * interface.c (bandwidth_if), (no_bandwidth_if): Call
592 zebra_interface_up_update () instead of using if_up() and if_down().
593
5942000-08-07 "Akihiro Mizutani" <mizutani@dml.com>
595
596 * interface.c (bandwidth_if): Fix help string.
597
5982000-08-07 Matthew Grant <grantma@anathoth.gen.nz>
599
600 * interface.c (if_dump_vty): Display bandwidth value.
601 (bandwidth_if): New command "bandwidth <1-10000000>" is added.
602 When interface is up, force protocol daemons to recalculate routes
603 due to cost change.
604 (no_bandwidth_if): Likewise.
605 (if_config_write): Output bandwidth configuration.
606
607 * zserv.c (zsend_interface_add): Send bandwidth value.
608 (zsend_interface_up): Likewise.
609 (zsend_interface_down): Likewise.
610
611
6122000-08-07 Michael Rozhavsky <mike@nbase.co.il>
613
614 * rib.c (show_ip_route_protocol): "show ip route
615 (bgp|connected|kernel|ospf|rip|static)" is added.
616
6172000-08-07 Kunihiro Ishiguro <kunihiro@zebra.org>
618
619 * rib.c (rib_lookup_ipv4_nexthop): Check parent node until IGP
620 nexthop is found.
621 (rib_add_ipv4_internal): Set fib ifindex to rib ifindex.
622
6232000-08-06 Kunihiro Ishiguro <kunihiro@zebra.org>
624
625 * redistribute.c (redistribute_delete): Fix bug of default route
626 redistribute treatment.
627
6282000-08-05 Kunihiro Ishiguro <kunihiro@zebra.org>
629
630 * rib.c (rib_init): Install ip_node in rib.c instead of zserv.c.
631 Change default distance value.
632
633 Old New
634 ------------------------------------------
635 system 10 0
636 kernel 20 0
637 connected 30 0
638 static 40 1
639 rip 50 120
640 ripng 50 120
641 ospf 60 110
642 ospf6 49 110
643 bgp 70 200(iBGP) 20(eBGP)
644 ------------------------------------------
645
646 * zserv.c (client_lookup): Function removed.
647 (zsend_interface_add): Use client's output buffer. Check ifinfo
648 flag.
649 (zsend_interface_delete): Likewise.
650 Delete ipv4_static_radix and ipv6_static_radix.
651
6522000-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
653
654 * zserv.h (struct zebra_client): When client request interface
655 information, ifinfo is set.
656
657 * rib.c: Temporary Revert changes for pseudo interface.
658
659 * rib.h: Likewise.
660
661 * zserv.c: Likewise.
662
663 * interface.c: Likewise.
664
6652000-08-02 David Lipovkov <davidl@nbase.co.il>
666
667 * interface.c (zebra_if_init): Install interface "pseudo"
668 commands.
669
670 * rib.c (rib_create): ifname argument is added.
671 (rib_add_ipv4_pseudo): New function is added.
672 (rib_delete_ipv4_pseudo): Likewise.
673
674 * rib.h : Delete INTERFACE_UNKNOWN definition. Add prototype for
675 pseudo interface functions.
676
677 * rt_netlink.c (netlink_link_change): Check for pseudo interface.
678
679 * zserv.c (ip_route): When destination is pseudo interface, call
680 rib_add_ipv4_pseudo().
681
682 * zserv.c (no_ip_route): Trim "unknown" argument.
683
6842000-07-26 kunitake@dti.ad.jp
685
686 * if_ioctl.c (if_get_hwaddr): Fix hardware address length from 8
687 to 6.
688
689 * rtadv.c (rtadv_send_packet): Fix shift bug for hardware address.
690
6912000-07-24 Akihiro Mizutani <mizutani@dml.com>
692
693 * interface.c: Use install_default() for common VTY commands.
694
6952000-07-23 Kunihiro Ishiguro <kunihiro@zebra.org>
696
697 * if_ioctl.c (interface_list_ioctl): A interface list size is
698 calculated from ifreq->if_addr.sa_len. This is for OpenBSD.
699
700 * ioctl.c (if_get_mtu): Remove codes for SIOCGIFDATA.
701
7022000-07-09 Chris Dunlop <chris@onthe.net.au>
703
704 * if_ioctl.c (if_get_index): Add check for HAVE_BROKEN_ALIASES.
705
7062000-07-04 Kunihiro Ishiguro <kunihiro@zebra.org>
707
708 * zserv.c (zebra_client_read): Add ZEBRA_REDISTRIBUTE_{ADD,DELETE}
709 message handling.
710
7112000-07-02 David Lipovkov <davidl@nbase.co.il>
712
713 * zserv.c: "ip route A.B.C.D/M unknown" command is added.
714
7152000-06-28 Michael Rozhavsky <mike@nbase.co.il>
716
717 * rib.c: Remove old kernel route when new route comes in.
718
7192000-06-13 David Lipovkov <davidl@nbase.co.il>
720
721 * rib.c (rib_if_up): Add check for unknown interface.
722
7232000-06-13 Kunihiro Ishiguro <kunihiro@zebra.org>
724
725 * rib.h: Define INTERFACE_UNKNOWN.
726
7272000-06-08 Kunihiro Ishiguro <kunihiro@zebra.org>
728
729 * Makefile.am (EXTRA_DIST): Move irdp.c until implementation is
730 finished.
731
7322000-06-05 David Lipovkov <davidl@nbase.co.il>
733
734 * interface.c (if_zebra_delete_hook): Call rib_if_delete().
735
736 * redistribute.c (zebra_interface_delete_update): New function.
737
738 * redistribute.h (zebra_interface_delete_update): New function
739 prototype.
740
741 * rib.c (rib_if_delete): New function. Walk down all routes and
742 delete all on the interface.
743
744 * rib.h: New function prototype.
745
746 * rt_netlink.c (netlink_link_change): Call
747 zebra_interface_delete_update ().
748
7492000-05-10 Kunihiro Ishiguro <kunihiro@zebra.org>
750
751 * if_ioctl.c (interface_info_ioctl): Check interface's flag before
752 checking interface's address.
753
7542000-04-26 Jochen Friedrich <jochen@nwe.de>
755
756 * GNOME-PRODUCT-ZEBRA-MIB: New file.
757
758 * GNOME-SMI: New file.
759
7602000-04-23 Kunihiro Ishiguro <kunihiro@zebra.org>
761
762 * irdp.c: New file from 1997 development code.
763 * irdp.h: Likewise.
764
7652000-04-19 Kunihiro Ishiguro <kunihiro@zebra.org>
766
767 * rtadv.c (rtadv_send_packet): Enclose router advertisement
768 logging with IS_ZEBRA_DEBUG_PACKET.
769
7702000-04-17 Kunihiro Ishiguro <kunihiro@zebra.org>
771
772 * zserv.c (zebra_client_close): Remove client structure from
773 client_list when connection is terminated.
774
7752000-03-21 David Lipovkov <davidl@nbase.co.il>
776
777 * connected.c (connected_add_ipv4): Allows all necessary structure
778 updates for connected route, but doesn't insert it into rib if
779 it's interface is down.
780
7812000-01-21 Hideto Yamakawa <hideto.yamakawa@soliton.co.jp>
782
783 * rtread_getmsg.c: Set some definition for Solaris 2.5 and Solaris
784 2.5.1.
785
7862000-01-21 Kunihiro Ishiguro <kunihiro@zebra.org>
787
788 * rib.c (no_ipv6_route_ifname): Fix buf of cheking return value
789 from str2prefix_ipv6().
790
7912000-01-14 Kunihiro Ishiguro <kunihiro@zebra.org>
792
793 * rt_socket.c: Revert to use RTF_HOST for IPv4 with /32 route and
794 IPv6 with /128 routes.
795 (kernel_rtm_ipv4): In case of /32 route's gateway is interface. It
796 should have mask for cloning.
797
7981999-12-26 Jochen.Friedrich@genorz.de
799
800 * interface.c (if_dump_vty): Fix a bug of missing VTY_NEWLINE.
801
8021999-12-23 Alex Zinin <zinin@amt.ru>
803 * interface.*: dynamic int up/down support
804
8051999-12-09 Kunihiro Ishiguro <kunihiro@zebra.org>
806
807 * ipforward_proc.c (dropline): Move dropline() from lib/dropline.c
808
809 * rtread_proc.c (proc_route_read): Don't use dropline().
810
8111999-12-08 Kunihiro Ishiguro <kunihiro@zebra.org>
812
813 * kernel_socket.c (rtm_read): When message is RTM_GET, it has own
814 process's pid.
815
8161999-12-04 Kunihiro Ishiguro <kunihiro@zebra.org>
817
818 * main.c (main): Change to default log output to ZLOG_STDOUT.
819
820 * zserv.c (zebra_serv): More detailed error print.
821
8221999-11-30 Kunihiro Ishiguro <kunihiro@zebra.org>
823
824 * kernel_socket.c (rtm_read): Check old pid for static route
825 insertion check.
826
8271999-11-30 Kunihiro Ishiguro <kunihiro@zebra.org>
828
829 * interface.c (if_dump_vty): BSDI/OS uses 64bit for interface
830 statistics counter.
831
832 * mtu_kvm.c: New file added.
833
8341999-11-27 Vladimir B. Grebenschikov <vova@express.ru>
835
836 * kernel_socket.c (rtm_write): Set RTF_CLONING flag for
837 route to the directly connected interface.
838
8391999-11-27 Kunihiro Ishiguro <kunihiro@zebra.org>
840
841 * rt_socket.c: Delete USE_HOST_BIT definition.
842
8431999-11-21 Michael Handler <handler@sub-rosa.com>
844
845 * rtread_getmsg.c: Undef some definition to resolve conflict.
846
8471999-11-27 Kunihiro Ishiguro <kunihiro@zebra.org>
848
849 * kernel_socket.c (rtm_write): Change to use pre stored struct_dl
850 value for gateway specification.
851
8521999-11-25 Kunihiro Ishiguro <kunihiro@zebra.org>
853
854 * rt_socket.c (kernel_rtm_ipv4): Even mask is 32 under IPv4 or
855 128 under IPv6, don't use RTF_HOST.
856
8571999-11-21 Kunihiro Ishiguro <kunihiro@zebra.org>
858
859 * Makefile.am (EXTRA_DIST): Add rtread_getmsg.c.
860
8611999-11-21 Michael Handler <handler@sub-rosa.com>
862
863 * rtread_getmsg.c: Added for Solaris 2.6 support.
864
8651999-11-18 Kunihiro Ishiguro <kunihiro@zebra.org>
866
867 * rtread_sysctl.c (rtm_read_route): RTM_DELETE handling added.
868
869 * rt_socket.c (kernel_read): Better BSD routing socket support.
870
8711999-10-19 Kunihiro Ishiguro <kunihiro@zebra.org>
872
873 * client_main.c: Disable making obsolete zebra test `client'
874 command.
875
8761999-10-18 Kunihiro Ishiguro <kunihiro@zebra.org>
877
878 * zebra.c: Renamed to zserv.c.
879
880 * zebra.h: Global definitions are moved to lib/zebra.h. Then
881 renamed to zserv.h.
882
8831999-10-15 Jordan Mendelson <jordy@wserv.com>
884
885 * if_ioctl.c: Add Linux 2.2.X's alias support and dynamic
886 interface. Remove ugly MAX_INTERFACE handling codes.
887
8881999-09-17 Satosi KOBAYASI <kobayasi@north.ad.jp>
889
890 * Fix serious bug of IPv6 route deletion.
891
8921999-09-11 Kunihiro Ishiguro <kunihiro@zebra.org>
893
894 * ioctl.c (if_set_prefix): Properly set broadcast address.
895
8961999-09-04 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
897
898 * rib.c (rib_add_ipv6, rib_delete_ipv6): now protocol daemons
899 can install connected route to kernel via zebra
900
9011999-08-24 VOP <vop@unity.net>
902
903 * rib.c: Include "sockunion.h"
904
9051999-08-22 Kunihiro Ishiguro <kunihiro@zebra.org>
906
907 * ipforward.h: New file.
908
909 * zebra.h: Obsolete message ZEBRA_GET_ALL_INTERFACE,
910 ZEBRA_GET_ONE_INTERFACE, ZEBRA_GET_HOSTINFO are deleted.
911
9121999-08-18 Kunihiro Ishiguro <kunihiro@zebra.org>
913
914 * zebra.h (ZEBRA_INTERFACE_ADDRESS_ADD):
915 ZEBRA_INTERFACE_{ADD,DELETE} added.
916
9171999-08-15 Kunihiro Ishiguro <kunihiro@zebra.org>
918
919 * rib.c: show ip route A.B.C.D works.
920
921 * zebra.c (zebra_read_ipv4): Add ifindex to zebra messages.
922
9231999-08-12 Kunihiro Ishiguro <kunihiro@zebra.org>
924
925 * zebra.h: New Zebra message ZEBRA_INTERFACE_{ADD,DELETE} added.
926
9271999-08-09 Kunihiro Ishiguro <kunihiro@zebra.org>
928
929 * interface.h: New file.
930 * Makefile.am: Add interface.h
931
9321999-08-04 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
933
934 * redistribute.c (zebra_redistribute): give ifindex to client.
935
9361999-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
937
938 * main.c (longopts): -k, --keep_kernel option added.
939
9401999-07-18 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
941
942 * rt_socket.c (rtm_write): forgot closing socket bug fixed.
943
9441999-07-17 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
945
946 * rib.c (show_ipv6_cmd): if rib is link show interface name.
947
9481999-07-17 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
949
950 * rt_socket.c (rtm_write): use sockaddr_dl when null gateway.
951
9521999-07-16 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
953
954 * rt_socket.c (rtm_write): ipv6 route table bug fixed.
955
9561999-07-15 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
957
958 * zebra.c (zebra_read_ipv6): read link prefix from ospf6 support
959
9601999-07-15 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
961
962 * rt_socket.c (kernel_rtm_ipv6): gate treatment bug fixed.
963
9641999-07-15 Kunihiro Ishiguro <kunihiro@zebra.org>
965
966 * if_sysctl.c (ifm_read): Clear sockunion argument before fetching
967 data. Suggested by "Chris P. Ross" <cross@eng.us.uu.net>
968
9691999-07-08 HEO SeonMeyong <seirios@Matrix.IRI.Co.Jp>
970
971 * interface.c (if_tun_add): Add KAME's gif tunnel setting codes.
972
9731999-06-26 Kunihiro Ishiguro <kunihiro@zebra.org>
974
975 * zebra.c (zebra_serv): Only accept loopback address connection.
976
9771999-06-25 Kunihiro Ishiguro <kunihiro@zebra.org>
978
979 * zebra.h (ZEBRA_ROUTE_EXTERNAL): Add zebra messages flags
980
9811999-06-17 Kunihiro Ishiguro <kunihiro@zebra.org>
982
983 * ipforward_proc.c: ipforward_on () and ipforward_off () added.
984
9851999-06-14 Kunihiro Ishiguro <kunihiro@zebra.org>
986
987 * ipforward_proc.c (ipforward_ipv6): Check for IPv6 forwarding
988 using /proc file system is added.
989
9901999-06-06 Kunihiro Ishiguro <kunihiro@zebra.org>
991
992 * if_ioctl.c (if_get_index): Interface index set bug is fixed by
993 adding #else at the middle of function. Suggested by David Luyer
994 <luyer@ucs.uwa.edu.au>.
995
9961999-05-29 <kunihiro@zebra.org>
997
998 * rt_ioctl.c: Comment out #include <linux/ipv6_route.h>.
999
10001999-05-26 Kunihiro Ishiguro <kunihiro@zebra.org>
1001
1002 * zebra.h (ZEBRA_ROUTE_MAX): Add new define for the max value of
1003 the sort of routes.
1004
10051999-05-25 Patrick Koppen <koppen@rhrk.uni-kl.de>
1006
1007 * rt_netlink.c (netlink_socket): Make netlink socket non-blocking.
1008 (netlink_parse_info): If errno is EWOULDBLOCK then continue to
1009 parse the message.
1010 (netlink_talk): Likewise
1011
10121999-05-17 <kunihiro@zebra.org>
1013
1014 * redistribute.c (zebra_check_addr): Added for loopback address
1015 check.
1016
10171999-05-15 Kunihiro Ishiguro <kunihiro@zebra.org>
1018
1019 * rt_netlink.c (netlink_route_change): Tempolary bypass ipv6 route
1020 change treatment.
1021
1022 * Makefile.am (noinst_HEADERS): redistribute.h added.
1023
1024 * redistribute.h: New file.
1025
10261999-05-14 Stephen R. van den Berg <srb@cuci.nl>
1027
1028 * zebra.c (show_table): Show all table configuration DEFUN.
1029 (config_table): Config table number DEFUN.
1030
1031 * rt_netlink.c: Add support for multiple routing table.
1032
1033 * rib.c (rib_weed_table): New function added for delete all
1034 routes from specified routing table.
1035
1036 * main.c (signal_init): SIGTERM call sigint.
1037 (sigint): Loggging more better message.
1038
10391999-05-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1040
1041 * rt_netlink.c: Change log () to zlog ().
1042
10431999-05-07 <kunihiro@zebra.org>
1044
1045 * zebra.h (ZEBRA_ROUTE_OSPF6): Added for ospf6d route.
1046
10471999-04-20 Kunihiro Ishiguro <kunihiro@zebra.org>
1048
1049 * interface.c: Add `no ip address' command.
1050
10511999-04-10 Kunihiro Ishiguro <kunihiro@zebra.org>
1052
1053 * rt_netlink.c (kernel_read): Function added for asynchronous
1054 zebra between kernel communication.
1055
10561999-03-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1057
1058 * rtread_sysctl.c (rtm_read): Fix address memcopy overrun bug.
1059 Reported by Achim Patzner <ap@bnc.net>.
1060
10611999-03-03 Kunihiro Ishiguro <kunihiro@zebra.org>
1062
1063 * Makefile.am: Install configuration sample with 600 permission.
1064
10651999-03-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1066
1067 * Makefile.am: Add -I.. to INCLUDES.
1068
10691999-02-18 Peter Galbavy <Peter.Galbavy@knowledge.com>
1070
1071 * syslog support added
1072
10731999-02-17 Peter Galbavy <Peter.Galbavy@knowledge.com>
1074
1075 * if_sysctl.c (interface_list): allocated memory free when unknown
1076 ifm_type is returned.
1077
1078 * ioctl.c (if_get_mtu): added SIOCGIFDATA treatment.
1079
10801998-12-15 Magnus Ahltorp <map@stacken.kth.se>
1081
1082 * interface.c: Header include added.
1083
10841998-12-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1085
1086 * rt.h (kernel_delete_ipv6): change int index to unsigned int index.
1087
10881998-12-13 Kunihiro Ishiguro <kunihiro@zebra.org>
1089
1090 * if_ioctl.c (interface_list_ioctl): interface flag must be
1091 checked before check addresses of the interface.
1092
10931998-12-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1094
1095 * Makefile.am (INCLUDES): add @INCLUDES@ for Linux IPv6.
1096
10971998-10-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1098
1099 * ioctl.c: Linux version before 2.1.0 need interface route setup.
1100
11011998-09-15 HEO SeonMeyong <seirios@matrix.iri.co.jp>
1102
1103 * change HYDRANGEA to KAME
1104
11051998-09-01 Kunihiro Ishiguro <kunihiro@zebra.org>
1106
1107 * if_ioctl.c (if_addr_ioctl): set address family for getting
1108 interface's address.
1109 (if_get_index): silently return when can't get interface's index.
1110
11111998-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
1112
1113 * main.c (main): batch mode option '-b' added.
1114
11151998-08-16 Kunihiro Ishiguro <kunihiro@zebra.org>
1116
1117 * ioctl.c (if_set_prefix): add `ip address IPV4ADDR' command.
1118 * interface.c (shutdown_if): add interface shutdown and no
1119 shutdown command.
1120
11211998-08-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1122
1123 * rib.c (rib_add_ipv6): delete rib_add_in6.
1124
11251998-07-27 Kunihiro Ishiguro <kunihiro@zebra.org>
1126
1127 * main.c: retain flag is added.
1128
11291998-07-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1130
1131 * rtable.[ch]: merged with rib.[ch]
1132
11331998-07-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1134
1135 * connected.h: renamed from ifa.h.
1136
11371998-06-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1138
1139 * rename if.c to interface.c
1140 * rename ifa.c to connected.c
1141
1142 * Porting to Debian GNU/Linux 2.0 (hamm).
1143
11441998-06-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1145
1146 * rt_netlink.c: renamed from krt_netlink.c
1147
1148 * fib.c: deleted.
1149 * rt_kvm.c: deleted.
1150 * rtread_getmsg.c: deleted.
1151
11521998-06-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1153
1154 * if.c (multicast): add multicast flag [un]set fucntion.
1155
11561998-05-19 Yamshita TAKAO <jargon@lares.dti.ne.jp>
1157
1158 * rt_socket.c: Modify for compile on Solaris, but dont't work it.
1159 rt_socket.c have some undefined function, so add directive "IMPLEMENT"
1160
11611998-05-18 Yamshita TAKAO <jargon@lares.dti.ne.jp>
1162
1163 * zebra.c: Modify for compile on Solaris.
1164
11651998-05-03 Kunihiro Ishiguro <kunihiro@zebra.org>
1166
1167 * main.c: change CONFDIR to SYSCONFDIR.
1168
11691998-05-01 Kunihiro Ishiguro <kunihiro@zebra.org>
1170
1171 * .cvsignore: added.
1172
11731998-04-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1174
1175 * client.c: moves to ../lib.
1176
11771998-03-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1178
1179 * if_ioctl.c (if_get_addr): Change address copy from memcopy() to
1180 structure assignment.
1181
11821998-03-30 URA Hiroshi <ura@yamato.ibm.co.jp>
1183
1184 * if_sysctl.c (ifm_interface_add): sdl->sdl_data copy bug fixed.
1185
11861998-02-23 "Hannes R. Boehm" <hannes@boehm.org>
1187
1188 * if.c (if_init): add config_exit_cmd and config_help_cmd.
1189
11901998-01-24 Kunihiro Ishiguro <kunihiro@zebra.org>
1191
1192 * rt_ioctl.c (route_ioctl): EPERM treatment added.
1193
11941998-01-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1195
1196 * rt_socket.c (kernel_read): communication port zebra between
1197 kernel is now handled by kernel_read.
1198
11991998-01-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1200
1201 * main.c (main): zebra [-P port] can specify vty port number.
1202
12031997-12-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1204
1205 * zebra.c: change select will be block.
1206
12071997-12-04 Kunihiro Ishiguro <kunihiro@zebra.org>
1208
1209 * add static route treatment.
1210
12111997-11-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1212
1213 * rt_netlink.c: add netlink support over GNU/Linux system.
1214
12151997-11-23 Kunihiro Ishiguro <kunihiro@zebra.org>
1216
1217 * all inet_addr is changed to inet_aton.
1218
1219 * zebra.c (ip_route): add ip route command for static routes.
1220
12211997-11-20 Kunihiro Ishiguro <kunihiro@zebra.org>
1222
1223 * if.c (if_flag_dump): Linux port of if_flag_dump and _vty.
1224
12251997-11-19 Kunihiro Ishiguro <kunihiro@zebra.org>
1226
1227 * if.c: add interface command.
1228
12291997-11-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1230
1231 * ipforward_proc.c : Now works on Linux.
1232
12331997-10-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1234
1235 * command.c : add completion feature.
1236
12371997-10-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1238
1239 * vty.c (vty_command): add vty interface.
1240
12411997-10-13 Kunihiro Ishiguro <kunihiro@zebra.org>
1242
1243 * zebra.c: add verbose mode.
1244
12451997-10-12 SonMyong Ho <s-ho@Matrix.IRI.Co.Jp>
1246
1247 * Hydrangea for FreeBSD supported
1248 * in.h: add some prototype.
1249
12501997-10-11 Kunihiro Ishiguro <kunihiro@zebra.org>
1251
1252 * rt_socket.c and rtread.c completely rewritten.
1253
12541997-10-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1255
1256 * rt_socket.c: rename kernel_sock to routing_socket
1257
12581997-10-04 Kunihiro Ishiguro <kunihiro@zebra.org>
1259
1260 * if.c (if_new): interface structure change from linklist to vector.
1261
12621997-10-03 Kunihiro Ishiguro <kunihiro@zebra.org>
1263
1264 * vector.c (vector_init): create vector related function
1265
12661997-09-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1267
1268 * Makefile.in: add tags target
1269
1270 * start IPv6 support for INRIA FreeBSD.
1271