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