blob: 275537ff472f15aaa5423ca66813e02d9a0fb95d [file] [log] [blame]
paul44983cf2004-09-22 13:15:58 +000012004-09-22 Paul Jakma <paul.jakma@sun.com>
2
3 * zserv.c: (zsend_route_multipath) fix nasty bad memset of struct
4 in_addr to sizeof(struct in6_addr), causing odd and hard to debug
5 crash.
6
hassoc34b6b52004-08-31 13:41:49 +000072004-08-31 Hasso Tepper <hasso at quagga.net>
8
9 * main.c, rt_netlink.c: Added -s command line switch for tuning
10 netlink receive buffer size in Linux to avoid buffer overruns.
11
gdta5ea6872004-08-26 13:24:00 +0000122004-08-26 Miles Nordin <carton@Ivy.NET>
13
14 * ipforward_sysctl.c (mib_ipv6): Use size_t for len, per
15 sysctl(3), rather than int. (Needed on NetBSD/alpha to display
16 forwarding status correctly.)
17
paul3e0b3a52004-08-23 18:58:32 +0000182004-08-23 Paul Jakma <paul@dishone.st>
19
20 * zserv.c: (zebra_init) remove implicit ip forward enabling
21
paul0de1cde2004-08-19 04:45:33 +0000222004-08-19 Paul Jakma <paul@dishone.st>
23
24 * irdp_main.c: update to match sockopt renames.
25 * irdp_packet.c: include sockopt.h and update to match sockopt
26 renames.
27
gdt57492d52004-08-11 18:06:38 +0000282004-08-11 Greg Troxel <gdt@fnord.ir.bbn.com>
29
30 * rtadv.c (rtadv_send_packet): Allocate space for control messages
31 more carefully; it was wrong on NetBSD/sparc where CMSG alignment
32 is to 8 bytes instead of 4, and overwriting the address. Use the
33 provided macros for determining lengths.
34
paul5b73a672004-07-23 15:26:14 +0000352004-07-23 Sowmini Varadhan <Sowmini.Varadhan@Sun.COM>
36
37 * if_ioctl_solaris.c: HAVE_IPV6 ifdef fixups
38 * zserv.c: ditto
39 * ioctl_solaris.c: ditto.
40 * interface.c: cast for LLADDR
41 * interface.h: Add guards, include redistribute.h and remove
42 extraneous definitions of zebra_interface_{up,down}_update
43 * ioctl.h: Add AF_IOCTL define for non SOLARIS_IPV6
44 * redistribute.h: include dependent header, zserv.h
45 * zserv.h: include dependent header, rib.h
46
paul1470baf2004-07-23 15:25:01 +0000472004-07-23 Paul Jakma <paul@dishone.st>
48
49 * irdp_main.c: use setsockopt_pktinfo_ipv4
50 * irdp_packet.c: use SOPT_SIZE_CMSG_PKTINFO_IPV4 and
51 getsockopt_pktinfo_ifindex()
52
gdtcced60d2004-07-13 16:45:54 +0000532004-07-13 David Wiggins <dwiggins@bbn.com
54
55 * kernel_socket.c (rtm_flag_dump): terminate buffer with '\0', not '0'.
56
hasso25dac852004-07-13 03:06:51 +0000572004-07-13 Hasso Tepper <hasso@estpak.ee>
58
59 * irdp_main.c: Add privilege change.
60
hasso996933f2004-07-12 16:32:56 +0000612004-07-12 Hasso Tepper <hasso@estpak.ee>
62
63 * irdp_interface.c: follow common style while naming vty command
64 functions. Avoids confusion in extract.pl.
65
gdt87efd642004-06-30 17:36:11 +0000662004-06-30 Greg Troxel <gdt@poblano.ir.bbn.com>
67
68 * main.c: define thread_master variable so that linking with
69 libzebra.so doesn't fail. Arguably zclient.o should be in a
70 separate library, but this is far less disruptive.
71
hassoca776982004-06-12 14:33:05 +0000722004-06-12 Robert Olsson <Robert.Olsson at data.slu.se>
73
74 * Added IRDP support.
75
hasso3e31cde2004-05-18 11:58:59 +0000762004-05-18 Hasso Tepper <hasso@estpak.ee>
77
78 * rtadv.c: Removed "[no] ipv6 nd send-ra" command. Replaced "ipv6 nd
79 prefix-advertisement" with "ipv6 nd prefix". Rewrite syntax of
80 "ipv6 nd prefix" command to allow various combinations of parameters
81 and flags. No defaults in configuration. Replaced on-link and
82 autoconfig with off-link and no-autoconfig flags in command syntax.
83 Cosmetic fixes in all commands. Documentation to reflect all changes.
84
paul19877dd2004-05-11 10:49:35 +0000852004-05-11 Paul Jakma <paul@dishone.st>
86
87 * Makefile.am: support for IOCTL_METHOD, as per Sowmini's patch.
paul48a46fa2004-05-11 10:55:22 +000088 * if_ioctl_solaris.c: Fixup some erroneous privilege changes and
89 add privs.h header.
90 * ioctl_solaris.c: ditto
paulc50ae8b2004-05-11 11:31:07 +000091 * ioctl.h: Add if_ioctl_ipv6 prototype and AF_IOCTL for SOLARIS_IPV6
92 * kernel_socket.c: Fix SAROUNDUP, compiler doesnt like do..while
93 RHS in assignments :)
94 * redistribute.c: (zebra_interface_delete_update) only used
95 if RTM_IFANNOUNCE and NETLINK is available.
96
paulb9df2d22004-05-09 09:09:59 +0000972004-05-09 Paul Jakma <paul@dishone.st>
98
99 * zserv.c: (zsend_route_multipath) Set the nexthop_num
100 field correctly. Add NEXTHOP_TYPE_IPV6_IFNAME for v6.
101 Conditionally set ZAPI_MESSAGE_METRIC flag - only for adds.
102 (zsend_ipv4_add) cruft, deleted.
103 (zsend_ipv4_delete) ditto.
104 (zsend_ipv6_add) ditto.
105 (zsend_ipv6_delete) ditto.
paul44145db2004-05-09 11:00:23 +0000106 * ioctl.c: (if_get_mtu) set mtu6 to mtu
107 * mtu_kvm.c: (if_kvm_get_mtu) set mtu6 to mtu
108 * rt_netlink.c: (netlink_interface) set mtu6 to mtu
109 (netlink_link_change) ditto
paul66e94882004-05-09 17:19:24 +0000110 * ipforward_solaris.c: fix typo of ND variable.
paul88424682004-05-09 18:21:35 +0000111 * if_ioctl_solaris.c: Add zprivs support.
112 * ioctl_solaris.c: ditto.
paul66e94882004-05-09 17:19:24 +0000113
paulb9df2d22004-05-09 09:09:59 +00001142004-05-09 Sowmini Varadhan <sowmini.varadhan@sun.com>
115
116 * zserv.c: (zsend_ipv{4,6}_{add,delete}_multipath) collapsed
117 into single zsend_route_multipath function.
118 (zsend_interface_{up,down}) collapsed into zsend_interface_update.
119 (zsend_interface_address_{add,delete}) collapsed into
120 zsend_interface_address.
121 (zsend_interface_add) send mtu6.
122 (zsend_interface_delete) ditto.
123 (zebra_write) remove unused function.
124 (various) Apply static qualifier. Add comments.
125 * zserv.h: Definitions changed as per above.
126 * redistribute.c: Changes as per zserv.c.
paul44145db2004-05-09 11:00:23 +0000127 * interface.c: (if_delete_update) only used with HAVE_NETLINK
128 and RTM_IFANNOUNCE.
129 (if_flag_dump_vty) Solaris IFF_IPV4 and IFF_IPV6 if flags
130 (if_dump_vty) print mtu6 if not same as mtu
paul88424682004-05-09 18:21:35 +0000131 * if_ioctl_solaris.c: New file, Solaris interface ioctl methods.
132 * ioctl_solaris.c: New file, Common solaris ioctl methods.
133
hasso34195bf2004-04-06 12:07:06 +00001342004-04-06 Krzysztof Oledzki <oleq@ans.pl>
135
136 * rt_netlink.c: Do not ignore metric when reading kernel routing
137 table on Linux with rt_netlink interface.
138
1392004-03-18 Hasso Tepper <hasso@estpak.ee>
hassof1d92e12004-03-18 15:40:33 +0000140
141 * interface.c: Temporary fix for handling secondary addresses
142 with label.
143
hasso55906722004-02-11 22:42:16 +00001442004-02-12 Hasso Tepper <hasso@estpak.ee>
hassof1d92e12004-03-18 15:40:33 +0000145
hasso55906722004-02-11 22:42:16 +0000146 * zserv.c: Added "ipv6 forwarding" command.
147
gdtb27900b2004-01-08 15:44:29 +00001482004-01-08 Greg Troxel <gdt@fnord.ir.bbn.com>
149
150 * kernel_socket.c (kernel_read): Use sockaddr_storage in buffer
151 for reading kernel messages to ensure enough space (necessary on
152 Solaris due to sockaddr_dl being large). Thanks to Sowmini
153 Varadhan for help with this change.
154
gdt9ccabd12004-01-06 18:23:02 +00001552004-01-06 Greg Troxel <gdt@t1.ir.bbn.com>
156
157 * rtadv.c (rtadv_send_packet): Change perror to zlog_err.
158
gdtdbee01f2004-01-06 00:36:51 +00001592004-01-05 Greg Troxel <gdt@fnord.ir.bbn.com>
gdt4bfbea82004-01-06 01:13:05 +0000160 * kernel_socket.c (ifm_read): Major cleanup. Use Sowmini's code
161 to find the sockaddr_dl in all cases, narrowing the Solaris ifdef
162 to just the accomodation of broken kernels. Check sockaddr_dl
163 carefully up front, and later assume any non-NULL sdl pointer is
164 valid. Clean up types and variable declarations, and rename
165 WRAPUP to SAROUNDUP to make the name fit the behavior.
166
1672004-01-05 Greg Troxel <gdt@fnord.ir.bbn.com>
gdtdbee01f2004-01-06 00:36:51 +0000168
169 * kernel_socket.c (kernel_read): Add a sockaddr_dl to the ifmsg
170 structure, because on Solaris sockaddr_dl is far larger than the
171 base sockaddr structure. (The code had previously been failing to
172 read all the data.)
gdt4bfbea82004-01-06 01:13:05 +0000173
gdtda26e3b2004-01-05 17:20:59 +00001742004-01-05 Greg Troxel <gdt@ahi.ir.bbn.com>
175
176 * kernel_socket.c (kernel_read): Look up interfaces by index
177 first, so that state changes which do not include a sockaddr_dl
178 now work. Add many sanity checks. In
179 particular, do not assume that a sockaddr_dl follows a message
180 without checking the ifm_addrs flags, and do not trust the length
181 in a sockaddr_dl. Add/clarify many comments.
182
gdt4b5e1352003-12-03 17:54:34 +00001832003-12-03 Greg Troxel <gdt@poblano.ir.bbn.com>
184
185 * rtadv.c: reorder includes to avoid compiler warning (define
186 structs before using them in prototypes)
187
hasso647e4f12003-05-25 11:43:52 +00001882003-05-25 Jim Crumpler <Jim.Crumpler@edion.com>
189
190 * zserv.c: Add "ip forwarding" command.
191
paul445f1432003-05-16 19:00:31 +00001922003-05-16 Gilad Arnold <gilad.arnold@terayon.com>
193
194 * zebra_rib.c: Fix memory leaks for ifname nexthops
195
1962003-04-19 Israel Keys <ikeys@agile.tv>
197
198 * rt_netlink.c: BLOCK on netlink while initialising
199
2002003-02-06 Francois Deppierraz <francois@ctrlaltdel.ch>
201
202 * rt_netlink.c (netlink_route_multipath): Set RTM_F_EQUALIZE when
203 it exists.
204
paul718e3742002-12-13 20:15:29 +00002052002-09-28 Akihiro Mizutani <mizutani@net-chef.net>
206
207 * zebra_rib.c (static_add_ipv4): Null0 static route is added.
208
2092002-09-10 Jochen Friedrich <chris+zebra@scram.de>
210
211 * rt_netlink.c: Add check for EAGAIN.
212 * kernel_socket.c: Likewise
213
2142002-06-12 Israel Keys <ikeys@oz.agile.tv>
215
216 * rt_netlink.c: Setting the NLM_F_ACK flag on the netlink command
217 message so that we get an ACK for successful netlink commands.
218 Change the netlink socket to BLOCKING while we wait for a
219 response; be it an ACK or an NLMSG_ERROR. Change
220 netlink_parse_info to deal with ACK messages.
221
2222001-11-01 Jun-ichiro itojun Hagino <itojun@iijlab.net>
223
224 * rtadv.c (rtadv_make_socket): setsockopt(IPV6_CHECKSUM) does not
225 work for ICMPv6 socket.
226
2272001-10-24 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
228
229 * rib.c (rib_process): Select connected route any case.
230
2312001-10-23 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
232
233 * interface.c (no_ip_address_secondary): Add "no" to command.
234
2352001-10-18 NOGUCHI Kay <kay@v6.access.co.jp>
236
237 * ioctl.c (if_prefix_add_ipv6): Set the prefered and valid lifetime
238 to infinity as the freebsd4.4 workaroud.
239
2402001-08-26 mihail.balikov@interbgc.com
241
242 * zebra_snmp.c: Fix snmpwalk problem such as IPv4 address
243 A.B.C.255.
244
2452001-08-22 NOGUCHI Kay <kay@v6.access.co.jp>
246
247 * rtadv.c: Do not send RA to loopback interface.
248
2492001-08-20 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
250
251 * ioctl.c (if_set_prefix): Remove Linux 2.0 specific connected
252 route treatment.
253
2542001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
255
256 * zebra-0.92a released.
257
2582001-08-17 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
259
260 * rib.c: Kernel route is treated as EGP routes in nexthop active
261 check.
262
2632001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
264
265 * zebra-0.92 released.
266
2672001-08-08 "Akihiro Mizutani" <mizutani@dml.com>
268
269 * rib.c (show_ip_route_prefix_longer): Add longer-prefix option to
270 show route commands.
271
2722001-07-29 Yon Uriarte <havanna_moon@gmx.net>
273
274 * zserv.c (zsend_ipv4_add_multipath): Add
275 NEXTHOP_TYPE_IPV4_IFINDEX check.
276
2772001-07-29 NOGUCHI Kay <kay@v6.access.co.jp>
278
279 * rtadv.c: Apply valid lifetime, preferred lifetime, onilnk flag,
280 autonomous address-configuration flag patch.
281 (no_ipv6_nd_suppress_ra): Change "ipv6 nd send-ra" to "no ipv6 nd
282 suppress-ra".
283
2842001-07-24 NOGUCHI Kay <kay@v6.access.co.jp>
285
286 * rtadv.c (ipv6_nd_ra_interval): Add "ipv6 nd ra-interval SECONDS"
287 command.
288
2892001-07-24 Jun-ichiro itojun Hagino <itojun@iijlab.net>
290
291 * rt_socket.c (kernel_rtm_ipv4): Add KAME/NetBSD151 equal cost
292 multicast FIB support both IPv4 and IPv6.
293
2942001-07-24 Hal Snyder <hal@vailsys.com>
295
296 * if_ioctl.c (interface_list_ioctl): Fix bug of failing to get the
297 full list of interfaces on some configurations of OpenBSD.
298
2992001-07-23 NOGUCHI Kay <kay@v6.access.co.jp>
300
301 * rtadv.c (ipv6_nd_send_ra): Apply [zebra 9320] to fix "ipv6 nd
302 send-ra" bug.
303 (ipv6_nd_ra_lifetime): "ipv6 nd ra-lifetime 0" for default router
304 availability.
305 (ipv6_nd_managed_config_flag): "ipv6 nd managed-config-flag" is
306 added.
307 (ipv6_nd_other_config_flag): "ipv6 nd other-config-flag" is added.
308
3092001-07-23 Jun-ichiro itojun Hagino <itojun@iijlab.net>
310
311 * ioctl.c (if_ioctl): Change ioctl argument from int to u_long.
312
313 * rt_ioctl.c: Likewise.
314
3152001-07-23 Jun-ichiro itojun Hagino <itojun@iijlab.net>
316
317 * kernel_socket.c (rtm_write): Only set RTF_CLONING when the
318 interface is not p2p.
319
3202001-04-23 Kunihiro Ishiguro <kunihiro@zebra.org>
321
322 * ioctl.c (if_prefix_add_ipv6): Fix argument type.
323
3242001-04-06 Toshiaki Takada <takada@zebra.org>
325
326 * zserv.c (zsend_interface_delete): Use client->obuf instead of
327 allocating new stream.
328
3292001-03-10 Kunihiro Ishiguro <kunihiro@zebra.org>
330
331 * rt_netlink.c: Revert RTPROT_BOOT change.
332
3332001-03-08 Kunihiro Ishiguro <kunihiro@zebra.org>
334
335 * rt_netlink.c (netlink_route_change): Skip RTPROT_BOOT route.
336 (netlink_routing_table): Likewise.
337
3382001-03-07 "Akihiro Mizutani" <mizutani@dml.com>
339
340 * zserv.c (zsend_ipv4_add_multipath): Send metric value to
341 protocol daemons.
342
3432001-02-18 Kunihiro Ishiguro <kunihiro@zebra.org>
344
345 * rt_netlink.c (netlink_routing_table): Do not return
346 tb[RTA_GATEWAY] is NULL. Reported by: "Michael O'Keefe"
347 <mokeefe@qualcomm.com>.
348
3492001-02-08 Kunihiro Ishiguro <kunihiro@zebra.org>
350
351 * if_ioctl.c (interface_list_ioctl): Call if_add_update().
352 Suggested by: Chris Dunlop <chris@onthe.net.au>.
353
3542001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
355
356 * rib.c (nexthop_active_ipv4): When nexthop type is
357 NEXTHOP_TYPE_IPV4_IFINDEX, propery set the ifindex to rifindex.
358
359 * zserv.c: Initialize rtm_table_default with 0.
360
361 * zebra-0.91 is released.
362
3632001-01-31 Kunihiro Ishiguro <kunihiro@zebra.org>
364
365 * kernel_socket.c (rtm_read): Filter cloned route. Suggested by:
366 Jun-ichiro itojun Hagino <itojun@iijlab.net>
367
3682001-01-30 Kunihiro Ishiguro <kunihiro@zebra.org>
369
370 * connected.c (connected_up_ipv6): When point-to-point destination
371 address is ::, use local address for connected network.
372 (connected_down_ipv6): Likewise.
373
3742001-01-25 Kunihiro Ishiguro <kunihiro@zebra.org>
375
376 * zserv.c (zebra_serv): Add missing close() call. Reported by:
377 David Waitzman <djw@vineyard.net>.
378
3792001-01-24 Kunihiro Ishiguro <kunihiro@zebra.org>
380
381 * rib.c (rib_lookup_ipv4): New function for checking exact match
382 IGP route.
383
3842001-01-23 Kunihiro Ishiguro <kunihiro@zebra.org>
385
386 * rib.c (show_ipv6_route_protocol): Fix bug of "show ip route
387 route-type".
388
3892001-01-22 Kunihiro Ishiguro <kunihiro@zebra.org>
390
391 * interface.c (zebra_interface): Do not call
392 zebra_interface_add_update for inactive interface.
393
394 * zserv.c (zsend_interface_address_add): Send interface address
395 flag.
396 (zsend_interface_address_delete): Likewise.
397
3982001-01-19 Kunihiro Ishiguro <kunihiro@zebra.org>
399
400 * interface.c (if_addr_add): Add flags.
401
402 * connected.c (ifa_add_ipv4): Add new function for interface
403 address handling.
404 (ifa_delete_ipv4): Likewise.
405
4062001-01-16 Kunihiro Ishiguro <kunihiro@zebra.org>
407
408 * rib.c (rib_update): Update IPv6 RIB.
409
410 * kernel_socket.c (ifam_read): Call if_refresh() for update
411 interface flag status. This is for implicit interface up on *BSD.
412
413 * interface.c (if_refresh): Add interface flag refresh function.
414
415 * kernel_socket.c (rtm_read): Fetch link-local address interface
416 index.
417 (ifan_read): We need to fetch interface information. Suggested
418 by: Yasuhiro Ohara <yasu@sfc.wide.ad.jp>.
419
420 * rib.c (static_ipv6_nexthop_same): Add check for
421 NEXTHOP_TYPE_IPV6_IFNAME.
422
4232001-01-15 Kunihiro Ishiguro <kunihiro@zebra.org>
424
425 * rib.h (NEW_RIB): Turn on NEW_RIB flag. IPv6 new RIB code are
426 taken into place.
427
4282001-01-14 Kunihiro Ishiguro <kunihiro@zebra.org>
429
430 * rib.c (static_ipv6_write): Display STATIC_IPV6_GATEWAY_IFNAME
431 configuration.
432 (rib_delete_ipv6): Handle same route conter for IPv6 connected
433 route.
434 (show_ipv6_route_protocol): New command.
435 (show_ipv6_route_addr): Likewise.
436 (show_ipv6_route_prefix): Likewise.
437 (rib_update): Sweep kernel route when it is cleaned up.
438
439 * rt_socket.c (kernel_add_ipv6): Add NEXTHOP_IPV6_IFNAME
440 treatmenet.
441
442 * rt_netlink.c (kernel_init): Likewise.
443
444 * rt_ioctl.c (kernel_ioctl_ipv6_multipath): Likewise.
445
446 * rib.c (rib_add_ipv4): Cope with same connected route on a
447 interface. Suggested by: Matthew Grant <grantma@anathoth.gen.nz>.
448 (nexthop_ipv6_ifname_add): Add NEXTHOP_IPV6_IFNAME treatmenet.
449
450 * rib.h (struct new_rib): Add refcnt to keep track on the
451 reference of same connected route.
452
453 * ioctl.c (if_set_prefix): Add check for GNU_LINUX.
454
4552001-01-13 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
456
457 * kernel_socket.c (ifan_read, rtm_type_str): Add RTM_OIFINFO check.
458 (rtm_type_str): Add RTM_IFANNOUNCE check.
459 (ifan_read): New function.
460 (kernel_read): Add case for RTM_IFANNOUNCE.
461
4622001-01-13 Kunihiro Ishiguro <kunihiro@zebra.org>
463
464 * rt_ioctl.c (kernel_ioctl_ipv6_multipath): New function.
465
466 * rt_netlink.c (netlink_route_multipath): IPv6 address ifindex
467 treatment.
468
469 * connected.c (connected_up_ipv6): Add dest value check.
470
471 * rib.c (nexthop_active_ipv6): Do not touch IPv6 nexthop's
472 ifindex.
473 (rib_add_ipv4): Import rib_add_ipv6() same route check code.
474 (nexthop_active_check): NEXTHOP_TYPE_IPV6_IFINDEX activity is only
475 checked by ifindex.
476
477 * rt_socket.c (kernel_rtm_ipv6_multipath): New function.
478
479 * redistribute.c (redistribute_add): Use
480 zsend_ipv6_add_multipath().
481 (redistribute_delete_multipath): Use
482 zsend_ipv6_delete_multipath().
483
484 * interface.c (ip_address): Check current IP address to avoid
485 duplicate.
486
487 * rib.c (rib_delete_ipv4): When deleted route is connected route,
488 check ifindex.
489 (rib_add_ipv4): When connected route is added do not perform
490 implicit withdraw.
491 (rib_delete_ipv4): Check ifindex for connected route.
492
493 * kernel_socket.c (rtm_read): When route has RTF_STATIC, set
494 ZEBRA_FLAG_STATIC for indicate as persistent route.
495 (ifam_read): Unset interface index from link-local address when
496 IPv6 stack is KAME.
497
498 * rib.c (rib_update): Do not delete persistent kernel route.
499
500 * rib.h (struct new_rib): Integrate RIB_FLAG_* to ZEBRA_FLAG_*.
501
502 * rt_socket.c (kernel_add_ipv6_multipath): Add placeholder.
503 (kernel_delete_ipv6_multipath): Likewise.
504
505 * rt_netlink.c (netlink_talk): Give struct nlsock to netlink_talk.
506
5072001-01-12 Kunihiro Ishiguro <kunihiro@zebra.org>
508
509 * rib.c (rib_update): Revert Matthew Grant's patch
510 zebra_cvs_newribfix.patch. Use struct rib->ifindex for kernel
511 interface index. Introduce NEXTHOP_TYPE_IPV4_IFINDEX to support
512 that. Add support for address deletion situation.
513
5142001-01-11 Kunihiro Ishiguro <kunihiro@zebra.org>
515
516 * interface.c: Remove HAVE_IF_PSEUDO part.
517
518 * rib.h: Likewise.
519
520 * rt_netlink.c (netlink_link_change): Likewise.
521
5222001-01-10 Kunihiro Ishiguro <kunihiro@zebra.org>
523
524 * zserv.c: Remove OLD_RIB codes.
525
5262001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
527
528 * zebra-0.90 is released.
529
5302001-01-09 Matthew Grant <grantma@anathoth.gen.nz>
531
532 * interface.c (if_new_intern_ifindex): Allocate a new internal
533 interface index.
534 (if_addr_refresh): Fix up ip addresses configured via zebra.
535 (if_add_update): Handle an interface addition.
536 (if_delete_update): Handle an interface delete event.
537
538 * rib.c (nexthop_ipv4_add): Add kernel route deletion process when
539 interface goes down.
540
5412001-01-08 Kunihiro Ishiguro <kunihiro@zebra.org>
542
543 * interface.c (if_dump_vty): When HAVE_NET_RT_IFLIST is defined,
544 NetBSD also use this function. Suggested by Jasper Wallace
545 <jasper@ivision.co.uk>.
546
5472001-01-07 Kunihiro Ishiguro <kunihiro@zebra.org>
548
549 * rib.c (nexthop_active_ipv4): Move back to set methodo to old
550 one.
551
5522001-01-05 Kunihiro Ishiguro <kunihiro@zebra.org>
553
554 * rib.c (rib_add_ipv4): EBGP multihop set ZEBRA_FLAG_INTERNAL
555 flag, so treat it.
556
5572001-01-04 Kunihiro Ishiguro <kunihiro@zebra.org>
558
559 * rt_netlink.c (netlink_talk_ipv6): When IPv6 route message is
560 sent from netlink_cmd, the same message comes from netlink. To
561 avoid confusion, temporary netlink_talk_ipv6 use netlink.sock
562 instead of netlink_cmd.sock.
563
5642001-01-01 Kunihiro Ishiguro <kunihiro@zebra.org>
565
566 * zserv.h (ZEBRA_SERV_PATH): Change "/tmp/zebra" to "/tmp/.zebra".
567 Change "/tmp/zserv" to "/tmp/.zserv".
568
5692000-12-29 Frank van Maarseveen <F.vanMaarseveen@inter.NL.net>
570
571 * rt_netlink.c (struct nlsock): Divide kernel message into listen
572 socket and command socket.
573 (netlink_talk): Remove socket listen code. Use netlink_parse_info
574 for read kernel response.
575
5762000-12-29 Kunihiro Ishiguro <kunihiro@zebra.org>
577
578 * rib.c (vty_show_ip_route): Show uptime of the RIP,OSPF,BGP
579 routes.
580
5812000-12-27 Kunihiro Ishiguro <kunihiro@zebra.org>
582
583 * rt_netlink.c (netlink_route_multipath): Metric value is
584 reflected to kernel routing table.
585
586 * rt_ioctl.c (kernel_ioctl_ipv4_multipath): Likewise.
587
588 * kernel_socket.c (rtm_write): Likewise.
589
590 * rib.c (nexthop_active_ipv4): Only iBGP route perform recursive
591 nexthop lookup.
592
593 * rt_ioctl.c (kernel_ioctl_ipv4_multipath): Add ioctl version of
594 new RIB implementation.
595
5962000-12-26 Kunihiro Ishiguro <kunihiro@zebra.org>
597
598 * rib.h: Remove MULTIPATH_NUM. It is defined by configure script.
599
6002000-12-25 Michael Rozhavsky <mrozhavsky@opticalaccess.com>
601
602 * rib.c (rib_if_up): Call rib_fib_set instead of RIB_FIB_SET for
603 proper redistribution.
604
6052000-12-19 Kunihiro Ishiguro <kunihiro@zebra.org>
606
607 * rib.c (nexthop_active_ipv4): Add self lookup nexthop check.
608 (show_ip_route_protocol): Support new RIB.
609
610 * rt_netlink.c (netlink_route_change): Do not return when gate is
611 NULL.
612
6132000-12-18 Kunihiro Ishiguro <kunihiro@zebra.org>
614
615 * rib.c (rib_lookup_ipv4_nexthop): IBGP nexthop check function is
616 updated.
617 (rib_add_ipv4): Free implicit withdraw route's RIB.
618
6192000-12-15 Kunihiro Ishiguro <kunihiro@zebra.org>
620
621 * rib.c (nexthop_active_ipv4): Check indirect nexthop.
622
623 * redistribute.c (redistribute_add_multipath): Redistribution
624 works with new rib code.
625
6262000-12-14 Kunihiro Ishiguro <kunihiro@zebra.org>
627
628 * rt_netlink.c (netlink_route_multipath): Check useful nexthop
629 number.
630 (netlink_route_multipath): Clear rtnh_flags and rtnh_hops.
631
632 * rib.c (nexthop_active_update): Set flag for the rib's nexthop
633 activity is changed.
634 (nexthop_active_check): Before checking interface is up, make it
635 sure the interface exist.
636
6372000-11-20 Kunihiro Ishiguro <kunihiro@zebra.org>
638
639 * rib.c (ip_route): New RIB prototype.
640
6412000-11-16 Yon Uriarte <ukl2@rz.uni-karlsruhe.de>
642
643 * zserv.c (zsend_interface_add): Send hardware address when
644 hw_addr_len is greater than 0.
645
6462000-11-07 Kunihiro Ishiguro <kunihiro@zebra.org>
647
648 * connected.c (connected_up_ipv4): Fix ptop bug. The destination
649 network should be installed into routing table.
650 (connected_down_ipv4): Likewise.
651 (connected_add_ipv4): Change to use connected_up_ipv4.
652 (connected_delete_ipv4): Likewise.
653
6542000-11-06 Kunihiro Ishiguro <kunihiro@zebra.org>
655
656 * rt_netlink.c (netlink_interface_addr): Revert Harald Welte
657 <laforge@gnumonks.org>'s ptop patch then back to original code to
658 avoid duplicated connected route problem. Suggested by Frank van
659 Maarseveen <F.vanMaarseveen@inter.NL.net>.
660
661 * kernel_socket.c (rtm_read): Make behavior consistent even #ifdef
662 DEBUG is defined. Reported by Jun-ichiro itojun Hagino
663 <itojun@iijlab.net>.
664
6652000-10-23 Jochen Friedrich <jochen@scram.de>
666
667 * main.c (main): Call zebra_snmp_init() when it is enabled.
668
6692000-10-23 Kunihiro Ishiguro <kunihiro@zebra.org>
670
671 * zserv.c (zebra_serv_un): UNIX domain socket server of zebra
672 protocol.
673
6742000-10-19 Kunihiro Ishiguro <kunihiro@zebra.org>
675
676 * rib.c (rib_add_ipv4): Same check bug is fixed.
677
6782000-10-03 Kunihiro Ishiguro <kunihiro@zebra.org>
679
680 * rib.c (rib_if_down): Remove kernel route when the interface goes
681 down.
682
683 * debug.c: New command "debug zebra kernel" is added.
684
6852000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
686
687 * zebra-0.89 is released.
688
6892000-09-24 Harald Welte <laforge@gnumonks.org>
690
691 * rt_netlink.c (netlink_interface_addr): Fix point-to-point address
692 treatment in netlink interface.
693
6942000-09-21 David Lipovkov <dlipovkov@OpticalAccess.com>
695
696 * rib.c (rib_if_down): Pull static route only. Protocol daemon
697 must withdraw routes when interface goes down.
698 (rib_add_ipv4): Check nexthop when replace route.
699
7002000-09-21 Kunihiro Ishiguro <kunihiro@zebra.org>
701
702 * if_ioctl.c (if_getaddrs): New function for looking up
703 interface's address by getifaddrs().
704
7052000-09-10 Kunihiro Ishiguro <kunihiro@zebra.org>
706
707 * connected.c (connected_delete_ipv4): Add check for connected
708 address is found or not.
709 (connected_add_ipv6): Reflect IPv6 connected address change to
710 protocol daemons.
711 (connected_delete_ipv6): Likewise.
712
7132000-09-07 David Lipovkov <davidl@nbase.co.il>
714
715 * rib.c (rib_delete_ipv4): Reverted the change from pseudo
716 interface patch to original. Because ospfd deletes routes using
717 zero ifindex.
718
7192000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
720
721 * zebra-0.88 is released.
722
7232000-08-15 "Akihiro Mizutani" <mizutani@dml.com>
724
725 * rib.c (show_ip_route_protocol): Help string correction.
726 (show_ip_route_prefix): Check prefix mask.
727 (show_ip_route_vty_detail): Display distance and metric.
728
7292000-08-14 Kunihiro Ishiguro <kunihiro@zebra.org>
730
731 * zserv.c (zsend_interface_add): Change ifindex store size from
732 two octet to four.
733 (zsend_interface_delete): Likewise.
734 (zsend_interface_address_add): Likewise.
735 (zsend_interface_address_delete): Likewise.
736 (zsend_interface_up): Likewise.
737 (zsend_interface_down): Likewise.
738
7392000-08-13 Kunihiro Ishiguro <kunihiro@zebra.org>
740
741 * rib.c (rib_add_ipv4): Do not install distance 255 route.
742
7432000-08-10 Toshiaki Takada <takada@zebra.org>
744
745 * interface.c (bandwidth_if), (no_bandwidth_if): Call
746 zebra_interface_up_update () instead of using if_up() and if_down().
747
7482000-08-07 "Akihiro Mizutani" <mizutani@dml.com>
749
750 * interface.c (bandwidth_if): Fix help string.
751
7522000-08-07 Matthew Grant <grantma@anathoth.gen.nz>
753
754 * interface.c (if_dump_vty): Display bandwidth value.
755 (bandwidth_if): New command "bandwidth <1-10000000>" is added.
756 When interface is up, force protocol daemons to recalculate routes
757 due to cost change.
758 (no_bandwidth_if): Likewise.
759 (if_config_write): Output bandwidth configuration.
760
761 * zserv.c (zsend_interface_add): Send bandwidth value.
762 (zsend_interface_up): Likewise.
763 (zsend_interface_down): Likewise.
764
765
7662000-08-07 Michael Rozhavsky <mike@nbase.co.il>
767
768 * rib.c (show_ip_route_protocol): "show ip route
769 (bgp|connected|kernel|ospf|rip|static)" is added.
770
7712000-08-07 Kunihiro Ishiguro <kunihiro@zebra.org>
772
773 * rib.c (rib_lookup_ipv4_nexthop): Check parent node until IGP
774 nexthop is found.
775 (rib_add_ipv4_internal): Set fib ifindex to rib ifindex.
776
7772000-08-06 Kunihiro Ishiguro <kunihiro@zebra.org>
778
779 * redistribute.c (redistribute_delete): Fix bug of default route
780 redistribute treatment.
781
7822000-08-05 Kunihiro Ishiguro <kunihiro@zebra.org>
783
784 * rib.c (rib_init): Install ip_node in rib.c instead of zserv.c.
785 Change default distance value.
786
787 Old New
788 ------------------------------------------
789 system 10 0
790 kernel 20 0
791 connected 30 0
792 static 40 1
793 rip 50 120
794 ripng 50 120
795 ospf 60 110
796 ospf6 49 110
797 bgp 70 200(iBGP) 20(eBGP)
798 ------------------------------------------
799
800 * zserv.c (client_lookup): Function removed.
801 (zsend_interface_add): Use client's output buffer. Check ifinfo
802 flag.
803 (zsend_interface_delete): Likewise.
804 Delete ipv4_static_radix and ipv6_static_radix.
805
8062000-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
807
808 * zserv.h (struct zebra_client): When client request interface
809 information, ifinfo is set.
810
811 * rib.c: Temporary Revert changes for pseudo interface.
812
813 * rib.h: Likewise.
814
815 * zserv.c: Likewise.
816
817 * interface.c: Likewise.
818
8192000-08-02 David Lipovkov <davidl@nbase.co.il>
820
821 * interface.c (zebra_if_init): Install interface "pseudo"
822 commands.
823
824 * rib.c (rib_create): ifname argument is added.
825 (rib_add_ipv4_pseudo): New function is added.
826 (rib_delete_ipv4_pseudo): Likewise.
827
828 * rib.h : Delete INTERFACE_UNKNOWN definition. Add prototype for
829 pseudo interface functions.
830
831 * rt_netlink.c (netlink_link_change): Check for pseudo interface.
832
833 * zserv.c (ip_route): When destination is pseudo interface, call
834 rib_add_ipv4_pseudo().
835
836 * zserv.c (no_ip_route): Trim "unknown" argument.
837
8382000-07-26 kunitake@dti.ad.jp
839
840 * if_ioctl.c (if_get_hwaddr): Fix hardware address length from 8
841 to 6.
842
843 * rtadv.c (rtadv_send_packet): Fix shift bug for hardware address.
844
8452000-07-24 Akihiro Mizutani <mizutani@dml.com>
846
847 * interface.c: Use install_default() for common VTY commands.
848
8492000-07-23 Kunihiro Ishiguro <kunihiro@zebra.org>
850
851 * if_ioctl.c (interface_list_ioctl): A interface list size is
852 calculated from ifreq->if_addr.sa_len. This is for OpenBSD.
853
854 * ioctl.c (if_get_mtu): Remove codes for SIOCGIFDATA.
855
8562000-07-09 Chris Dunlop <chris@onthe.net.au>
857
858 * if_ioctl.c (if_get_index): Add check for HAVE_BROKEN_ALIASES.
859
8602000-07-04 Kunihiro Ishiguro <kunihiro@zebra.org>
861
862 * zserv.c (zebra_client_read): Add ZEBRA_REDISTRIBUTE_{ADD,DELETE}
863 message handling.
864
8652000-07-02 David Lipovkov <davidl@nbase.co.il>
866
867 * zserv.c: "ip route A.B.C.D/M unknown" command is added.
868
8692000-06-28 Michael Rozhavsky <mike@nbase.co.il>
870
871 * rib.c: Remove old kernel route when new route comes in.
872
8732000-06-13 David Lipovkov <davidl@nbase.co.il>
874
875 * rib.c (rib_if_up): Add check for unknown interface.
876
8772000-06-13 Kunihiro Ishiguro <kunihiro@zebra.org>
878
879 * rib.h: Define INTERFACE_UNKNOWN.
880
8812000-06-08 Kunihiro Ishiguro <kunihiro@zebra.org>
882
883 * Makefile.am (EXTRA_DIST): Move irdp.c until implementation is
884 finished.
885
8862000-06-05 David Lipovkov <davidl@nbase.co.il>
887
888 * interface.c (if_zebra_delete_hook): Call rib_if_delete().
889
890 * redistribute.c (zebra_interface_delete_update): New function.
891
892 * redistribute.h (zebra_interface_delete_update): New function
893 prototype.
894
895 * rib.c (rib_if_delete): New function. Walk down all routes and
896 delete all on the interface.
897
898 * rib.h: New function prototype.
899
900 * rt_netlink.c (netlink_link_change): Call
901 zebra_interface_delete_update ().
902
9032000-05-10 Kunihiro Ishiguro <kunihiro@zebra.org>
904
905 * if_ioctl.c (interface_info_ioctl): Check interface's flag before
906 checking interface's address.
907
9082000-04-26 Jochen Friedrich <jochen@nwe.de>
909
910 * GNOME-PRODUCT-ZEBRA-MIB: New file.
911
912 * GNOME-SMI: New file.
913
9142000-04-23 Kunihiro Ishiguro <kunihiro@zebra.org>
915
916 * irdp.c: New file from 1997 development code.
917 * irdp.h: Likewise.
918
9192000-04-19 Kunihiro Ishiguro <kunihiro@zebra.org>
920
921 * rtadv.c (rtadv_send_packet): Enclose router advertisement
922 logging with IS_ZEBRA_DEBUG_PACKET.
923
9242000-04-17 Kunihiro Ishiguro <kunihiro@zebra.org>
925
926 * zserv.c (zebra_client_close): Remove client structure from
927 client_list when connection is terminated.
928
9292000-03-21 David Lipovkov <davidl@nbase.co.il>
930
931 * connected.c (connected_add_ipv4): Allows all necessary structure
932 updates for connected route, but doesn't insert it into rib if
933 it's interface is down.
934
9352000-01-21 Hideto Yamakawa <hideto.yamakawa@soliton.co.jp>
936
937 * rtread_getmsg.c: Set some definition for Solaris 2.5 and Solaris
938 2.5.1.
939
9402000-01-21 Kunihiro Ishiguro <kunihiro@zebra.org>
941
942 * rib.c (no_ipv6_route_ifname): Fix buf of cheking return value
943 from str2prefix_ipv6().
944
9452000-01-14 Kunihiro Ishiguro <kunihiro@zebra.org>
946
947 * rt_socket.c: Revert to use RTF_HOST for IPv4 with /32 route and
948 IPv6 with /128 routes.
949 (kernel_rtm_ipv4): In case of /32 route's gateway is interface. It
950 should have mask for cloning.
951
9521999-12-26 Jochen.Friedrich@genorz.de
953
954 * interface.c (if_dump_vty): Fix a bug of missing VTY_NEWLINE.
955
9561999-12-23 Alex Zinin <zinin@amt.ru>
957 * interface.*: dynamic int up/down support
958
9591999-12-09 Kunihiro Ishiguro <kunihiro@zebra.org>
960
961 * ipforward_proc.c (dropline): Move dropline() from lib/dropline.c
962
963 * rtread_proc.c (proc_route_read): Don't use dropline().
964
9651999-12-08 Kunihiro Ishiguro <kunihiro@zebra.org>
966
967 * kernel_socket.c (rtm_read): When message is RTM_GET, it has own
968 process's pid.
969
9701999-12-04 Kunihiro Ishiguro <kunihiro@zebra.org>
971
972 * main.c (main): Change to default log output to ZLOG_STDOUT.
973
974 * zserv.c (zebra_serv): More detailed error print.
975
9761999-11-30 Kunihiro Ishiguro <kunihiro@zebra.org>
977
978 * kernel_socket.c (rtm_read): Check old pid for static route
979 insertion check.
980
9811999-11-30 Kunihiro Ishiguro <kunihiro@zebra.org>
982
983 * interface.c (if_dump_vty): BSDI/OS uses 64bit for interface
984 statistics counter.
985
986 * mtu_kvm.c: New file added.
987
9881999-11-27 Vladimir B. Grebenschikov <vova@express.ru>
989
990 * kernel_socket.c (rtm_write): Set RTF_CLONING flag for
991 route to the directly connected interface.
992
9931999-11-27 Kunihiro Ishiguro <kunihiro@zebra.org>
994
995 * rt_socket.c: Delete USE_HOST_BIT definition.
996
9971999-11-21 Michael Handler <handler@sub-rosa.com>
998
999 * rtread_getmsg.c: Undef some definition to resolve conflict.
1000
10011999-11-27 Kunihiro Ishiguro <kunihiro@zebra.org>
1002
1003 * kernel_socket.c (rtm_write): Change to use pre stored struct_dl
1004 value for gateway specification.
1005
10061999-11-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1007
1008 * rt_socket.c (kernel_rtm_ipv4): Even mask is 32 under IPv4 or
1009 128 under IPv6, don't use RTF_HOST.
1010
10111999-11-21 Kunihiro Ishiguro <kunihiro@zebra.org>
1012
1013 * Makefile.am (EXTRA_DIST): Add rtread_getmsg.c.
1014
10151999-11-21 Michael Handler <handler@sub-rosa.com>
1016
1017 * rtread_getmsg.c: Added for Solaris 2.6 support.
1018
10191999-11-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1020
1021 * rtread_sysctl.c (rtm_read_route): RTM_DELETE handling added.
1022
1023 * rt_socket.c (kernel_read): Better BSD routing socket support.
1024
10251999-10-19 Kunihiro Ishiguro <kunihiro@zebra.org>
1026
1027 * client_main.c: Disable making obsolete zebra test `client'
1028 command.
1029
10301999-10-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1031
1032 * zebra.c: Renamed to zserv.c.
1033
1034 * zebra.h: Global definitions are moved to lib/zebra.h. Then
1035 renamed to zserv.h.
1036
10371999-10-15 Jordan Mendelson <jordy@wserv.com>
1038
1039 * if_ioctl.c: Add Linux 2.2.X's alias support and dynamic
1040 interface. Remove ugly MAX_INTERFACE handling codes.
1041
10421999-09-17 Satosi KOBAYASI <kobayasi@north.ad.jp>
1043
1044 * Fix serious bug of IPv6 route deletion.
1045
10461999-09-11 Kunihiro Ishiguro <kunihiro@zebra.org>
1047
1048 * ioctl.c (if_set_prefix): Properly set broadcast address.
1049
10501999-09-04 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1051
1052 * rib.c (rib_add_ipv6, rib_delete_ipv6): now protocol daemons
1053 can install connected route to kernel via zebra
1054
10551999-08-24 VOP <vop@unity.net>
1056
1057 * rib.c: Include "sockunion.h"
1058
10591999-08-22 Kunihiro Ishiguro <kunihiro@zebra.org>
1060
1061 * ipforward.h: New file.
1062
1063 * zebra.h: Obsolete message ZEBRA_GET_ALL_INTERFACE,
1064 ZEBRA_GET_ONE_INTERFACE, ZEBRA_GET_HOSTINFO are deleted.
1065
10661999-08-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1067
1068 * zebra.h (ZEBRA_INTERFACE_ADDRESS_ADD):
1069 ZEBRA_INTERFACE_{ADD,DELETE} added.
1070
10711999-08-15 Kunihiro Ishiguro <kunihiro@zebra.org>
1072
1073 * rib.c: show ip route A.B.C.D works.
1074
1075 * zebra.c (zebra_read_ipv4): Add ifindex to zebra messages.
1076
10771999-08-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1078
1079 * zebra.h: New Zebra message ZEBRA_INTERFACE_{ADD,DELETE} added.
1080
10811999-08-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1082
1083 * interface.h: New file.
1084 * Makefile.am: Add interface.h
1085
10861999-08-04 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1087
1088 * redistribute.c (zebra_redistribute): give ifindex to client.
1089
10901999-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1091
1092 * main.c (longopts): -k, --keep_kernel option added.
1093
10941999-07-18 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1095
1096 * rt_socket.c (rtm_write): forgot closing socket bug fixed.
1097
10981999-07-17 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1099
1100 * rib.c (show_ipv6_cmd): if rib is link show interface name.
1101
11021999-07-17 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1103
1104 * rt_socket.c (rtm_write): use sockaddr_dl when null gateway.
1105
11061999-07-16 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1107
1108 * rt_socket.c (rtm_write): ipv6 route table bug fixed.
1109
11101999-07-15 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1111
1112 * zebra.c (zebra_read_ipv6): read link prefix from ospf6 support
1113
11141999-07-15 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1115
1116 * rt_socket.c (kernel_rtm_ipv6): gate treatment bug fixed.
1117
11181999-07-15 Kunihiro Ishiguro <kunihiro@zebra.org>
1119
1120 * if_sysctl.c (ifm_read): Clear sockunion argument before fetching
1121 data. Suggested by "Chris P. Ross" <cross@eng.us.uu.net>
1122
11231999-07-08 HEO SeonMeyong <seirios@Matrix.IRI.Co.Jp>
1124
1125 * interface.c (if_tun_add): Add KAME's gif tunnel setting codes.
1126
11271999-06-26 Kunihiro Ishiguro <kunihiro@zebra.org>
1128
1129 * zebra.c (zebra_serv): Only accept loopback address connection.
1130
11311999-06-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1132
1133 * zebra.h (ZEBRA_ROUTE_EXTERNAL): Add zebra messages flags
1134
11351999-06-17 Kunihiro Ishiguro <kunihiro@zebra.org>
1136
1137 * ipforward_proc.c: ipforward_on () and ipforward_off () added.
1138
11391999-06-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1140
1141 * ipforward_proc.c (ipforward_ipv6): Check for IPv6 forwarding
1142 using /proc file system is added.
1143
11441999-06-06 Kunihiro Ishiguro <kunihiro@zebra.org>
1145
1146 * if_ioctl.c (if_get_index): Interface index set bug is fixed by
1147 adding #else at the middle of function. Suggested by David Luyer
1148 <luyer@ucs.uwa.edu.au>.
1149
11501999-05-29 <kunihiro@zebra.org>
1151
1152 * rt_ioctl.c: Comment out #include <linux/ipv6_route.h>.
1153
11541999-05-26 Kunihiro Ishiguro <kunihiro@zebra.org>
1155
1156 * zebra.h (ZEBRA_ROUTE_MAX): Add new define for the max value of
1157 the sort of routes.
1158
11591999-05-25 Patrick Koppen <koppen@rhrk.uni-kl.de>
1160
1161 * rt_netlink.c (netlink_socket): Make netlink socket non-blocking.
1162 (netlink_parse_info): If errno is EWOULDBLOCK then continue to
1163 parse the message.
1164 (netlink_talk): Likewise
1165
11661999-05-17 <kunihiro@zebra.org>
1167
1168 * redistribute.c (zebra_check_addr): Added for loopback address
1169 check.
1170
11711999-05-15 Kunihiro Ishiguro <kunihiro@zebra.org>
1172
1173 * rt_netlink.c (netlink_route_change): Tempolary bypass ipv6 route
1174 change treatment.
1175
1176 * Makefile.am (noinst_HEADERS): redistribute.h added.
1177
1178 * redistribute.h: New file.
1179
11801999-05-14 Stephen R. van den Berg <srb@cuci.nl>
1181
1182 * zebra.c (show_table): Show all table configuration DEFUN.
1183 (config_table): Config table number DEFUN.
1184
1185 * rt_netlink.c: Add support for multiple routing table.
1186
1187 * rib.c (rib_weed_table): New function added for delete all
1188 routes from specified routing table.
1189
1190 * main.c (signal_init): SIGTERM call sigint.
1191 (sigint): Loggging more better message.
1192
11931999-05-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1194
1195 * rt_netlink.c: Change log () to zlog ().
1196
11971999-05-07 <kunihiro@zebra.org>
1198
1199 * zebra.h (ZEBRA_ROUTE_OSPF6): Added for ospf6d route.
1200
12011999-04-20 Kunihiro Ishiguro <kunihiro@zebra.org>
1202
1203 * interface.c: Add `no ip address' command.
1204
12051999-04-10 Kunihiro Ishiguro <kunihiro@zebra.org>
1206
1207 * rt_netlink.c (kernel_read): Function added for asynchronous
1208 zebra between kernel communication.
1209
12101999-03-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1211
1212 * rtread_sysctl.c (rtm_read): Fix address memcopy overrun bug.
1213 Reported by Achim Patzner <ap@bnc.net>.
1214
12151999-03-03 Kunihiro Ishiguro <kunihiro@zebra.org>
1216
1217 * Makefile.am: Install configuration sample with 600 permission.
1218
12191999-03-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1220
1221 * Makefile.am: Add -I.. to INCLUDES.
1222
12231999-02-18 Peter Galbavy <Peter.Galbavy@knowledge.com>
1224
1225 * syslog support added
1226
12271999-02-17 Peter Galbavy <Peter.Galbavy@knowledge.com>
1228
1229 * if_sysctl.c (interface_list): allocated memory free when unknown
1230 ifm_type is returned.
1231
1232 * ioctl.c (if_get_mtu): added SIOCGIFDATA treatment.
1233
12341998-12-15 Magnus Ahltorp <map@stacken.kth.se>
1235
1236 * interface.c: Header include added.
1237
12381998-12-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1239
1240 * rt.h (kernel_delete_ipv6): change int index to unsigned int index.
1241
12421998-12-13 Kunihiro Ishiguro <kunihiro@zebra.org>
1243
1244 * if_ioctl.c (interface_list_ioctl): interface flag must be
1245 checked before check addresses of the interface.
1246
12471998-12-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1248
1249 * Makefile.am (INCLUDES): add @INCLUDES@ for Linux IPv6.
1250
12511998-10-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1252
1253 * ioctl.c: Linux version before 2.1.0 need interface route setup.
1254
12551998-09-15 HEO SeonMeyong <seirios@matrix.iri.co.jp>
1256
1257 * change HYDRANGEA to KAME
1258
12591998-09-01 Kunihiro Ishiguro <kunihiro@zebra.org>
1260
1261 * if_ioctl.c (if_addr_ioctl): set address family for getting
1262 interface's address.
1263 (if_get_index): silently return when can't get interface's index.
1264
12651998-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
1266
1267 * main.c (main): batch mode option '-b' added.
1268
12691998-08-16 Kunihiro Ishiguro <kunihiro@zebra.org>
1270
1271 * ioctl.c (if_set_prefix): add `ip address IPV4ADDR' command.
1272 * interface.c (shutdown_if): add interface shutdown and no
1273 shutdown command.
1274
12751998-08-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1276
1277 * rib.c (rib_add_ipv6): delete rib_add_in6.
1278
12791998-07-27 Kunihiro Ishiguro <kunihiro@zebra.org>
1280
1281 * main.c: retain flag is added.
1282
12831998-07-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1284
1285 * rtable.[ch]: merged with rib.[ch]
1286
12871998-07-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1288
1289 * connected.h: renamed from ifa.h.
1290
12911998-06-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1292
1293 * rename if.c to interface.c
1294 * rename ifa.c to connected.c
1295
1296 * Porting to Debian GNU/Linux 2.0 (hamm).
1297
12981998-06-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1299
1300 * rt_netlink.c: renamed from krt_netlink.c
1301
1302 * fib.c: deleted.
1303 * rt_kvm.c: deleted.
1304 * rtread_getmsg.c: deleted.
1305
13061998-06-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1307
1308 * if.c (multicast): add multicast flag [un]set fucntion.
1309
13101998-05-19 Yamshita TAKAO <jargon@lares.dti.ne.jp>
1311
1312 * rt_socket.c: Modify for compile on Solaris, but dont't work it.
1313 rt_socket.c have some undefined function, so add directive "IMPLEMENT"
1314
13151998-05-18 Yamshita TAKAO <jargon@lares.dti.ne.jp>
1316
1317 * zebra.c: Modify for compile on Solaris.
1318
13191998-05-03 Kunihiro Ishiguro <kunihiro@zebra.org>
1320
1321 * main.c: change CONFDIR to SYSCONFDIR.
1322
13231998-05-01 Kunihiro Ishiguro <kunihiro@zebra.org>
1324
1325 * .cvsignore: added.
1326
13271998-04-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1328
1329 * client.c: moves to ../lib.
1330
13311998-03-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1332
1333 * if_ioctl.c (if_get_addr): Change address copy from memcopy() to
1334 structure assignment.
1335
13361998-03-30 URA Hiroshi <ura@yamato.ibm.co.jp>
1337
1338 * if_sysctl.c (ifm_interface_add): sdl->sdl_data copy bug fixed.
1339
13401998-02-23 "Hannes R. Boehm" <hannes@boehm.org>
1341
1342 * if.c (if_init): add config_exit_cmd and config_help_cmd.
1343
13441998-01-24 Kunihiro Ishiguro <kunihiro@zebra.org>
1345
1346 * rt_ioctl.c (route_ioctl): EPERM treatment added.
1347
13481998-01-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1349
1350 * rt_socket.c (kernel_read): communication port zebra between
1351 kernel is now handled by kernel_read.
1352
13531998-01-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1354
1355 * main.c (main): zebra [-P port] can specify vty port number.
1356
13571997-12-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1358
1359 * zebra.c: change select will be block.
1360
13611997-12-04 Kunihiro Ishiguro <kunihiro@zebra.org>
1362
1363 * add static route treatment.
1364
13651997-11-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1366
1367 * rt_netlink.c: add netlink support over GNU/Linux system.
1368
13691997-11-23 Kunihiro Ishiguro <kunihiro@zebra.org>
1370
1371 * all inet_addr is changed to inet_aton.
1372
1373 * zebra.c (ip_route): add ip route command for static routes.
1374
13751997-11-20 Kunihiro Ishiguro <kunihiro@zebra.org>
1376
1377 * if.c (if_flag_dump): Linux port of if_flag_dump and _vty.
1378
13791997-11-19 Kunihiro Ishiguro <kunihiro@zebra.org>
1380
1381 * if.c: add interface command.
1382
13831997-11-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1384
1385 * ipforward_proc.c : Now works on Linux.
1386
13871997-10-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1388
1389 * command.c : add completion feature.
1390
13911997-10-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1392
1393 * vty.c (vty_command): add vty interface.
1394
13951997-10-13 Kunihiro Ishiguro <kunihiro@zebra.org>
1396
1397 * zebra.c: add verbose mode.
1398
13991997-10-12 SonMyong Ho <s-ho@Matrix.IRI.Co.Jp>
1400
1401 * Hydrangea for FreeBSD supported
1402 * in.h: add some prototype.
1403
14041997-10-11 Kunihiro Ishiguro <kunihiro@zebra.org>
1405
1406 * rt_socket.c and rtread.c completely rewritten.
1407
14081997-10-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1409
1410 * rt_socket.c: rename kernel_sock to routing_socket
1411
14121997-10-04 Kunihiro Ishiguro <kunihiro@zebra.org>
1413
1414 * if.c (if_new): interface structure change from linklist to vector.
1415
14161997-10-03 Kunihiro Ishiguro <kunihiro@zebra.org>
1417
1418 * vector.c (vector_init): create vector related function
1419
14201997-09-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1421
1422 * Makefile.in: add tags target
1423
1424 * start IPv6 support for INRIA FreeBSD.
1425