blob: 19d54312bf544ca97dad9e364daf78184970a7aa [file] [log] [blame]
hasso18a6dce2004-10-03 18:18:34 +000012004-10-03 James R. Leu <jleu at mindspring.com>
2
3 * router-id.c, router-id.h: New files. Router id selection process. If
4 there is non 127.x.x.x address in loopack interface, lowest of them
5 is chosen. If there isn't, lowest from other interfaces addresses
6 are chosen. "router-id x.x.x.x" vty command to manual override.
7 * Makefile.am: Compile new files.
8 * main.c: Initialize router id.
9 * redistribute.c: Add interface addresses into router id selection
10 lists as they (dis)appear.
11 * zserv.c, zserv.h: Sending router id related messages to daemons.
12
hassoc9e52be2004-09-26 16:09:34 +0000132004-09-26 Hasso Tepper <hasso at quagga.net>
14
15 * irdp_interface.c, irdp_main.c, irdp_packet.c, rt_netlink.c,
16 rtadv.c, zebra_vty.c: Fix compiler warnings.
17
paul0c0f9112004-09-24 08:24:42 +0000182004-09-24 Paul Jakma <paul@dishone.st>
19
paul26f7a242004-09-24 08:45:10 +000020 * irdp_interface.c: (no_ip_irdp_address_preference_cmd)
21 add missing listnode declaration.
22
232004-09-24 Paul Jakma <paul@dishone.st>
24
paul0c0f9112004-09-24 08:24:42 +000025 * irdp_{interface,main}.c: lists typedef removal cleanup.
26 update some list loops to LIST_LOOP. some miscellaneous style
27 and indent fixups.
28 (no_ip_irdp_address_preference_cmd) Fix delete of referenced node
paul26f7a242004-09-24 08:45:10 +000029 in loop.
paul0c0f9112004-09-24 08:24:42 +000030 * irdp_packet.c: (irdp_recvmsg) Fix buggy assignment of integer
31 to pointer.
32 * if_ioctl{,_solaris}.c: lists typedef removal cleanup.
33 update some list loops to LIST_LOOP.
34
hasso52dc7ee2004-09-23 19:18:23 +0000352004-09-23 Hasso Tepper <hasso at quagga.net>
36
37 * *.[c|h]: list -> struct list *, listnode -> struct listnode *.
38
paul44983cf2004-09-22 13:15:58 +0000392004-09-22 Paul Jakma <paul.jakma@sun.com>
40
41 * zserv.c: (zsend_route_multipath) fix nasty bad memset of struct
42 in_addr to sizeof(struct in6_addr), causing odd and hard to debug
43 crash.
44
hassoc34b6b52004-08-31 13:41:49 +0000452004-08-31 Hasso Tepper <hasso at quagga.net>
46
47 * main.c, rt_netlink.c: Added -s command line switch for tuning
48 netlink receive buffer size in Linux to avoid buffer overruns.
49
gdta5ea6872004-08-26 13:24:00 +0000502004-08-26 Miles Nordin <carton@Ivy.NET>
51
52 * ipforward_sysctl.c (mib_ipv6): Use size_t for len, per
53 sysctl(3), rather than int. (Needed on NetBSD/alpha to display
54 forwarding status correctly.)
55
paul3e0b3a52004-08-23 18:58:32 +0000562004-08-23 Paul Jakma <paul@dishone.st>
57
58 * zserv.c: (zebra_init) remove implicit ip forward enabling
59
paul0de1cde2004-08-19 04:45:33 +0000602004-08-19 Paul Jakma <paul@dishone.st>
61
62 * irdp_main.c: update to match sockopt renames.
63 * irdp_packet.c: include sockopt.h and update to match sockopt
64 renames.
65
gdt57492d52004-08-11 18:06:38 +0000662004-08-11 Greg Troxel <gdt@fnord.ir.bbn.com>
67
68 * rtadv.c (rtadv_send_packet): Allocate space for control messages
69 more carefully; it was wrong on NetBSD/sparc where CMSG alignment
70 is to 8 bytes instead of 4, and overwriting the address. Use the
71 provided macros for determining lengths.
72
paul5b73a672004-07-23 15:26:14 +0000732004-07-23 Sowmini Varadhan <Sowmini.Varadhan@Sun.COM>
74
75 * if_ioctl_solaris.c: HAVE_IPV6 ifdef fixups
76 * zserv.c: ditto
77 * ioctl_solaris.c: ditto.
78 * interface.c: cast for LLADDR
79 * interface.h: Add guards, include redistribute.h and remove
80 extraneous definitions of zebra_interface_{up,down}_update
81 * ioctl.h: Add AF_IOCTL define for non SOLARIS_IPV6
82 * redistribute.h: include dependent header, zserv.h
83 * zserv.h: include dependent header, rib.h
84
paul1470baf2004-07-23 15:25:01 +0000852004-07-23 Paul Jakma <paul@dishone.st>
86
87 * irdp_main.c: use setsockopt_pktinfo_ipv4
88 * irdp_packet.c: use SOPT_SIZE_CMSG_PKTINFO_IPV4 and
89 getsockopt_pktinfo_ifindex()
90
gdtcced60d2004-07-13 16:45:54 +0000912004-07-13 David Wiggins <dwiggins@bbn.com
92
93 * kernel_socket.c (rtm_flag_dump): terminate buffer with '\0', not '0'.
94
hasso25dac852004-07-13 03:06:51 +0000952004-07-13 Hasso Tepper <hasso@estpak.ee>
96
97 * irdp_main.c: Add privilege change.
98
hasso996933f2004-07-12 16:32:56 +0000992004-07-12 Hasso Tepper <hasso@estpak.ee>
100
101 * irdp_interface.c: follow common style while naming vty command
102 functions. Avoids confusion in extract.pl.
103
gdt87efd642004-06-30 17:36:11 +00001042004-06-30 Greg Troxel <gdt@poblano.ir.bbn.com>
105
106 * main.c: define thread_master variable so that linking with
107 libzebra.so doesn't fail. Arguably zclient.o should be in a
108 separate library, but this is far less disruptive.
109
hassoca776982004-06-12 14:33:05 +00001102004-06-12 Robert Olsson <Robert.Olsson at data.slu.se>
111
112 * Added IRDP support.
113
hasso3e31cde2004-05-18 11:58:59 +00001142004-05-18 Hasso Tepper <hasso@estpak.ee>
115
116 * rtadv.c: Removed "[no] ipv6 nd send-ra" command. Replaced "ipv6 nd
117 prefix-advertisement" with "ipv6 nd prefix". Rewrite syntax of
118 "ipv6 nd prefix" command to allow various combinations of parameters
119 and flags. No defaults in configuration. Replaced on-link and
120 autoconfig with off-link and no-autoconfig flags in command syntax.
121 Cosmetic fixes in all commands. Documentation to reflect all changes.
122
paul19877dd2004-05-11 10:49:35 +00001232004-05-11 Paul Jakma <paul@dishone.st>
124
125 * Makefile.am: support for IOCTL_METHOD, as per Sowmini's patch.
paul48a46fa2004-05-11 10:55:22 +0000126 * if_ioctl_solaris.c: Fixup some erroneous privilege changes and
127 add privs.h header.
128 * ioctl_solaris.c: ditto
paulc50ae8b2004-05-11 11:31:07 +0000129 * ioctl.h: Add if_ioctl_ipv6 prototype and AF_IOCTL for SOLARIS_IPV6
130 * kernel_socket.c: Fix SAROUNDUP, compiler doesnt like do..while
131 RHS in assignments :)
132 * redistribute.c: (zebra_interface_delete_update) only used
133 if RTM_IFANNOUNCE and NETLINK is available.
134
paulb9df2d22004-05-09 09:09:59 +00001352004-05-09 Paul Jakma <paul@dishone.st>
136
137 * zserv.c: (zsend_route_multipath) Set the nexthop_num
138 field correctly. Add NEXTHOP_TYPE_IPV6_IFNAME for v6.
139 Conditionally set ZAPI_MESSAGE_METRIC flag - only for adds.
140 (zsend_ipv4_add) cruft, deleted.
141 (zsend_ipv4_delete) ditto.
142 (zsend_ipv6_add) ditto.
143 (zsend_ipv6_delete) ditto.
paul44145db2004-05-09 11:00:23 +0000144 * ioctl.c: (if_get_mtu) set mtu6 to mtu
145 * mtu_kvm.c: (if_kvm_get_mtu) set mtu6 to mtu
146 * rt_netlink.c: (netlink_interface) set mtu6 to mtu
147 (netlink_link_change) ditto
paul66e94882004-05-09 17:19:24 +0000148 * ipforward_solaris.c: fix typo of ND variable.
paul88424682004-05-09 18:21:35 +0000149 * if_ioctl_solaris.c: Add zprivs support.
150 * ioctl_solaris.c: ditto.
paul66e94882004-05-09 17:19:24 +0000151
paulb9df2d22004-05-09 09:09:59 +00001522004-05-09 Sowmini Varadhan <sowmini.varadhan@sun.com>
153
154 * zserv.c: (zsend_ipv{4,6}_{add,delete}_multipath) collapsed
155 into single zsend_route_multipath function.
156 (zsend_interface_{up,down}) collapsed into zsend_interface_update.
157 (zsend_interface_address_{add,delete}) collapsed into
158 zsend_interface_address.
159 (zsend_interface_add) send mtu6.
160 (zsend_interface_delete) ditto.
161 (zebra_write) remove unused function.
162 (various) Apply static qualifier. Add comments.
163 * zserv.h: Definitions changed as per above.
164 * redistribute.c: Changes as per zserv.c.
paul44145db2004-05-09 11:00:23 +0000165 * interface.c: (if_delete_update) only used with HAVE_NETLINK
166 and RTM_IFANNOUNCE.
167 (if_flag_dump_vty) Solaris IFF_IPV4 and IFF_IPV6 if flags
168 (if_dump_vty) print mtu6 if not same as mtu
paul88424682004-05-09 18:21:35 +0000169 * if_ioctl_solaris.c: New file, Solaris interface ioctl methods.
170 * ioctl_solaris.c: New file, Common solaris ioctl methods.
171
hasso34195bf2004-04-06 12:07:06 +00001722004-04-06 Krzysztof Oledzki <oleq@ans.pl>
173
174 * rt_netlink.c: Do not ignore metric when reading kernel routing
175 table on Linux with rt_netlink interface.
176
1772004-03-18 Hasso Tepper <hasso@estpak.ee>
hassof1d92e12004-03-18 15:40:33 +0000178
179 * interface.c: Temporary fix for handling secondary addresses
180 with label.
181
hasso55906722004-02-11 22:42:16 +00001822004-02-12 Hasso Tepper <hasso@estpak.ee>
hassof1d92e12004-03-18 15:40:33 +0000183
hasso55906722004-02-11 22:42:16 +0000184 * zserv.c: Added "ipv6 forwarding" command.
185
gdtb27900b2004-01-08 15:44:29 +00001862004-01-08 Greg Troxel <gdt@fnord.ir.bbn.com>
187
188 * kernel_socket.c (kernel_read): Use sockaddr_storage in buffer
189 for reading kernel messages to ensure enough space (necessary on
190 Solaris due to sockaddr_dl being large). Thanks to Sowmini
191 Varadhan for help with this change.
192
gdt9ccabd12004-01-06 18:23:02 +00001932004-01-06 Greg Troxel <gdt@t1.ir.bbn.com>
194
195 * rtadv.c (rtadv_send_packet): Change perror to zlog_err.
196
gdtdbee01f2004-01-06 00:36:51 +00001972004-01-05 Greg Troxel <gdt@fnord.ir.bbn.com>
gdt4bfbea82004-01-06 01:13:05 +0000198 * kernel_socket.c (ifm_read): Major cleanup. Use Sowmini's code
199 to find the sockaddr_dl in all cases, narrowing the Solaris ifdef
200 to just the accomodation of broken kernels. Check sockaddr_dl
201 carefully up front, and later assume any non-NULL sdl pointer is
202 valid. Clean up types and variable declarations, and rename
203 WRAPUP to SAROUNDUP to make the name fit the behavior.
204
2052004-01-05 Greg Troxel <gdt@fnord.ir.bbn.com>
gdtdbee01f2004-01-06 00:36:51 +0000206
207 * kernel_socket.c (kernel_read): Add a sockaddr_dl to the ifmsg
208 structure, because on Solaris sockaddr_dl is far larger than the
209 base sockaddr structure. (The code had previously been failing to
210 read all the data.)
gdt4bfbea82004-01-06 01:13:05 +0000211
gdtda26e3b2004-01-05 17:20:59 +00002122004-01-05 Greg Troxel <gdt@ahi.ir.bbn.com>
213
214 * kernel_socket.c (kernel_read): Look up interfaces by index
215 first, so that state changes which do not include a sockaddr_dl
216 now work. Add many sanity checks. In
217 particular, do not assume that a sockaddr_dl follows a message
218 without checking the ifm_addrs flags, and do not trust the length
219 in a sockaddr_dl. Add/clarify many comments.
220
gdt4b5e1352003-12-03 17:54:34 +00002212003-12-03 Greg Troxel <gdt@poblano.ir.bbn.com>
222
223 * rtadv.c: reorder includes to avoid compiler warning (define
224 structs before using them in prototypes)
225
hasso647e4f12003-05-25 11:43:52 +00002262003-05-25 Jim Crumpler <Jim.Crumpler@edion.com>
227
228 * zserv.c: Add "ip forwarding" command.
229
paul445f1432003-05-16 19:00:31 +00002302003-05-16 Gilad Arnold <gilad.arnold@terayon.com>
231
232 * zebra_rib.c: Fix memory leaks for ifname nexthops
233
2342003-04-19 Israel Keys <ikeys@agile.tv>
235
236 * rt_netlink.c: BLOCK on netlink while initialising
237
2382003-02-06 Francois Deppierraz <francois@ctrlaltdel.ch>
239
240 * rt_netlink.c (netlink_route_multipath): Set RTM_F_EQUALIZE when
241 it exists.
242
paul718e3742002-12-13 20:15:29 +00002432002-09-28 Akihiro Mizutani <mizutani@net-chef.net>
244
245 * zebra_rib.c (static_add_ipv4): Null0 static route is added.
246
2472002-09-10 Jochen Friedrich <chris+zebra@scram.de>
248
249 * rt_netlink.c: Add check for EAGAIN.
250 * kernel_socket.c: Likewise
251
2522002-06-12 Israel Keys <ikeys@oz.agile.tv>
253
254 * rt_netlink.c: Setting the NLM_F_ACK flag on the netlink command
255 message so that we get an ACK for successful netlink commands.
256 Change the netlink socket to BLOCKING while we wait for a
257 response; be it an ACK or an NLMSG_ERROR. Change
258 netlink_parse_info to deal with ACK messages.
259
2602001-11-01 Jun-ichiro itojun Hagino <itojun@iijlab.net>
261
262 * rtadv.c (rtadv_make_socket): setsockopt(IPV6_CHECKSUM) does not
263 work for ICMPv6 socket.
264
2652001-10-24 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
266
267 * rib.c (rib_process): Select connected route any case.
268
2692001-10-23 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
270
271 * interface.c (no_ip_address_secondary): Add "no" to command.
272
2732001-10-18 NOGUCHI Kay <kay@v6.access.co.jp>
274
275 * ioctl.c (if_prefix_add_ipv6): Set the prefered and valid lifetime
276 to infinity as the freebsd4.4 workaroud.
277
2782001-08-26 mihail.balikov@interbgc.com
279
280 * zebra_snmp.c: Fix snmpwalk problem such as IPv4 address
281 A.B.C.255.
282
2832001-08-22 NOGUCHI Kay <kay@v6.access.co.jp>
284
285 * rtadv.c: Do not send RA to loopback interface.
286
2872001-08-20 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
288
289 * ioctl.c (if_set_prefix): Remove Linux 2.0 specific connected
290 route treatment.
291
2922001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
293
294 * zebra-0.92a released.
295
2962001-08-17 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
297
298 * rib.c: Kernel route is treated as EGP routes in nexthop active
299 check.
300
3012001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
302
303 * zebra-0.92 released.
304
3052001-08-08 "Akihiro Mizutani" <mizutani@dml.com>
306
307 * rib.c (show_ip_route_prefix_longer): Add longer-prefix option to
308 show route commands.
309
3102001-07-29 Yon Uriarte <havanna_moon@gmx.net>
311
312 * zserv.c (zsend_ipv4_add_multipath): Add
313 NEXTHOP_TYPE_IPV4_IFINDEX check.
314
3152001-07-29 NOGUCHI Kay <kay@v6.access.co.jp>
316
317 * rtadv.c: Apply valid lifetime, preferred lifetime, onilnk flag,
318 autonomous address-configuration flag patch.
319 (no_ipv6_nd_suppress_ra): Change "ipv6 nd send-ra" to "no ipv6 nd
320 suppress-ra".
321
3222001-07-24 NOGUCHI Kay <kay@v6.access.co.jp>
323
324 * rtadv.c (ipv6_nd_ra_interval): Add "ipv6 nd ra-interval SECONDS"
325 command.
326
3272001-07-24 Jun-ichiro itojun Hagino <itojun@iijlab.net>
328
329 * rt_socket.c (kernel_rtm_ipv4): Add KAME/NetBSD151 equal cost
330 multicast FIB support both IPv4 and IPv6.
331
3322001-07-24 Hal Snyder <hal@vailsys.com>
333
334 * if_ioctl.c (interface_list_ioctl): Fix bug of failing to get the
335 full list of interfaces on some configurations of OpenBSD.
336
3372001-07-23 NOGUCHI Kay <kay@v6.access.co.jp>
338
339 * rtadv.c (ipv6_nd_send_ra): Apply [zebra 9320] to fix "ipv6 nd
340 send-ra" bug.
341 (ipv6_nd_ra_lifetime): "ipv6 nd ra-lifetime 0" for default router
342 availability.
343 (ipv6_nd_managed_config_flag): "ipv6 nd managed-config-flag" is
344 added.
345 (ipv6_nd_other_config_flag): "ipv6 nd other-config-flag" is added.
346
3472001-07-23 Jun-ichiro itojun Hagino <itojun@iijlab.net>
348
349 * ioctl.c (if_ioctl): Change ioctl argument from int to u_long.
350
351 * rt_ioctl.c: Likewise.
352
3532001-07-23 Jun-ichiro itojun Hagino <itojun@iijlab.net>
354
355 * kernel_socket.c (rtm_write): Only set RTF_CLONING when the
356 interface is not p2p.
357
3582001-04-23 Kunihiro Ishiguro <kunihiro@zebra.org>
359
360 * ioctl.c (if_prefix_add_ipv6): Fix argument type.
361
3622001-04-06 Toshiaki Takada <takada@zebra.org>
363
364 * zserv.c (zsend_interface_delete): Use client->obuf instead of
365 allocating new stream.
366
3672001-03-10 Kunihiro Ishiguro <kunihiro@zebra.org>
368
369 * rt_netlink.c: Revert RTPROT_BOOT change.
370
3712001-03-08 Kunihiro Ishiguro <kunihiro@zebra.org>
372
373 * rt_netlink.c (netlink_route_change): Skip RTPROT_BOOT route.
374 (netlink_routing_table): Likewise.
375
3762001-03-07 "Akihiro Mizutani" <mizutani@dml.com>
377
378 * zserv.c (zsend_ipv4_add_multipath): Send metric value to
379 protocol daemons.
380
3812001-02-18 Kunihiro Ishiguro <kunihiro@zebra.org>
382
383 * rt_netlink.c (netlink_routing_table): Do not return
384 tb[RTA_GATEWAY] is NULL. Reported by: "Michael O'Keefe"
385 <mokeefe@qualcomm.com>.
386
3872001-02-08 Kunihiro Ishiguro <kunihiro@zebra.org>
388
389 * if_ioctl.c (interface_list_ioctl): Call if_add_update().
390 Suggested by: Chris Dunlop <chris@onthe.net.au>.
391
3922001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
393
394 * rib.c (nexthop_active_ipv4): When nexthop type is
395 NEXTHOP_TYPE_IPV4_IFINDEX, propery set the ifindex to rifindex.
396
397 * zserv.c: Initialize rtm_table_default with 0.
398
399 * zebra-0.91 is released.
400
4012001-01-31 Kunihiro Ishiguro <kunihiro@zebra.org>
402
403 * kernel_socket.c (rtm_read): Filter cloned route. Suggested by:
404 Jun-ichiro itojun Hagino <itojun@iijlab.net>
405
4062001-01-30 Kunihiro Ishiguro <kunihiro@zebra.org>
407
408 * connected.c (connected_up_ipv6): When point-to-point destination
409 address is ::, use local address for connected network.
410 (connected_down_ipv6): Likewise.
411
4122001-01-25 Kunihiro Ishiguro <kunihiro@zebra.org>
413
414 * zserv.c (zebra_serv): Add missing close() call. Reported by:
415 David Waitzman <djw@vineyard.net>.
416
4172001-01-24 Kunihiro Ishiguro <kunihiro@zebra.org>
418
419 * rib.c (rib_lookup_ipv4): New function for checking exact match
420 IGP route.
421
4222001-01-23 Kunihiro Ishiguro <kunihiro@zebra.org>
423
424 * rib.c (show_ipv6_route_protocol): Fix bug of "show ip route
425 route-type".
426
4272001-01-22 Kunihiro Ishiguro <kunihiro@zebra.org>
428
429 * interface.c (zebra_interface): Do not call
430 zebra_interface_add_update for inactive interface.
431
432 * zserv.c (zsend_interface_address_add): Send interface address
433 flag.
434 (zsend_interface_address_delete): Likewise.
435
4362001-01-19 Kunihiro Ishiguro <kunihiro@zebra.org>
437
438 * interface.c (if_addr_add): Add flags.
439
440 * connected.c (ifa_add_ipv4): Add new function for interface
441 address handling.
442 (ifa_delete_ipv4): Likewise.
443
4442001-01-16 Kunihiro Ishiguro <kunihiro@zebra.org>
445
446 * rib.c (rib_update): Update IPv6 RIB.
447
448 * kernel_socket.c (ifam_read): Call if_refresh() for update
449 interface flag status. This is for implicit interface up on *BSD.
450
451 * interface.c (if_refresh): Add interface flag refresh function.
452
453 * kernel_socket.c (rtm_read): Fetch link-local address interface
454 index.
455 (ifan_read): We need to fetch interface information. Suggested
456 by: Yasuhiro Ohara <yasu@sfc.wide.ad.jp>.
457
458 * rib.c (static_ipv6_nexthop_same): Add check for
459 NEXTHOP_TYPE_IPV6_IFNAME.
460
4612001-01-15 Kunihiro Ishiguro <kunihiro@zebra.org>
462
463 * rib.h (NEW_RIB): Turn on NEW_RIB flag. IPv6 new RIB code are
464 taken into place.
465
4662001-01-14 Kunihiro Ishiguro <kunihiro@zebra.org>
467
468 * rib.c (static_ipv6_write): Display STATIC_IPV6_GATEWAY_IFNAME
469 configuration.
470 (rib_delete_ipv6): Handle same route conter for IPv6 connected
471 route.
472 (show_ipv6_route_protocol): New command.
473 (show_ipv6_route_addr): Likewise.
474 (show_ipv6_route_prefix): Likewise.
475 (rib_update): Sweep kernel route when it is cleaned up.
476
477 * rt_socket.c (kernel_add_ipv6): Add NEXTHOP_IPV6_IFNAME
478 treatmenet.
479
480 * rt_netlink.c (kernel_init): Likewise.
481
482 * rt_ioctl.c (kernel_ioctl_ipv6_multipath): Likewise.
483
484 * rib.c (rib_add_ipv4): Cope with same connected route on a
485 interface. Suggested by: Matthew Grant <grantma@anathoth.gen.nz>.
486 (nexthop_ipv6_ifname_add): Add NEXTHOP_IPV6_IFNAME treatmenet.
487
488 * rib.h (struct new_rib): Add refcnt to keep track on the
489 reference of same connected route.
490
491 * ioctl.c (if_set_prefix): Add check for GNU_LINUX.
492
4932001-01-13 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
494
495 * kernel_socket.c (ifan_read, rtm_type_str): Add RTM_OIFINFO check.
496 (rtm_type_str): Add RTM_IFANNOUNCE check.
497 (ifan_read): New function.
498 (kernel_read): Add case for RTM_IFANNOUNCE.
499
5002001-01-13 Kunihiro Ishiguro <kunihiro@zebra.org>
501
502 * rt_ioctl.c (kernel_ioctl_ipv6_multipath): New function.
503
504 * rt_netlink.c (netlink_route_multipath): IPv6 address ifindex
505 treatment.
506
507 * connected.c (connected_up_ipv6): Add dest value check.
508
509 * rib.c (nexthop_active_ipv6): Do not touch IPv6 nexthop's
510 ifindex.
511 (rib_add_ipv4): Import rib_add_ipv6() same route check code.
512 (nexthop_active_check): NEXTHOP_TYPE_IPV6_IFINDEX activity is only
513 checked by ifindex.
514
515 * rt_socket.c (kernel_rtm_ipv6_multipath): New function.
516
517 * redistribute.c (redistribute_add): Use
518 zsend_ipv6_add_multipath().
519 (redistribute_delete_multipath): Use
520 zsend_ipv6_delete_multipath().
521
522 * interface.c (ip_address): Check current IP address to avoid
523 duplicate.
524
525 * rib.c (rib_delete_ipv4): When deleted route is connected route,
526 check ifindex.
527 (rib_add_ipv4): When connected route is added do not perform
528 implicit withdraw.
529 (rib_delete_ipv4): Check ifindex for connected route.
530
531 * kernel_socket.c (rtm_read): When route has RTF_STATIC, set
532 ZEBRA_FLAG_STATIC for indicate as persistent route.
533 (ifam_read): Unset interface index from link-local address when
534 IPv6 stack is KAME.
535
536 * rib.c (rib_update): Do not delete persistent kernel route.
537
538 * rib.h (struct new_rib): Integrate RIB_FLAG_* to ZEBRA_FLAG_*.
539
540 * rt_socket.c (kernel_add_ipv6_multipath): Add placeholder.
541 (kernel_delete_ipv6_multipath): Likewise.
542
543 * rt_netlink.c (netlink_talk): Give struct nlsock to netlink_talk.
544
5452001-01-12 Kunihiro Ishiguro <kunihiro@zebra.org>
546
547 * rib.c (rib_update): Revert Matthew Grant's patch
548 zebra_cvs_newribfix.patch. Use struct rib->ifindex for kernel
549 interface index. Introduce NEXTHOP_TYPE_IPV4_IFINDEX to support
550 that. Add support for address deletion situation.
551
5522001-01-11 Kunihiro Ishiguro <kunihiro@zebra.org>
553
554 * interface.c: Remove HAVE_IF_PSEUDO part.
555
556 * rib.h: Likewise.
557
558 * rt_netlink.c (netlink_link_change): Likewise.
559
5602001-01-10 Kunihiro Ishiguro <kunihiro@zebra.org>
561
562 * zserv.c: Remove OLD_RIB codes.
563
5642001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
565
566 * zebra-0.90 is released.
567
5682001-01-09 Matthew Grant <grantma@anathoth.gen.nz>
569
570 * interface.c (if_new_intern_ifindex): Allocate a new internal
571 interface index.
572 (if_addr_refresh): Fix up ip addresses configured via zebra.
573 (if_add_update): Handle an interface addition.
574 (if_delete_update): Handle an interface delete event.
575
576 * rib.c (nexthop_ipv4_add): Add kernel route deletion process when
577 interface goes down.
578
5792001-01-08 Kunihiro Ishiguro <kunihiro@zebra.org>
580
581 * interface.c (if_dump_vty): When HAVE_NET_RT_IFLIST is defined,
582 NetBSD also use this function. Suggested by Jasper Wallace
583 <jasper@ivision.co.uk>.
584
5852001-01-07 Kunihiro Ishiguro <kunihiro@zebra.org>
586
587 * rib.c (nexthop_active_ipv4): Move back to set methodo to old
588 one.
589
5902001-01-05 Kunihiro Ishiguro <kunihiro@zebra.org>
591
592 * rib.c (rib_add_ipv4): EBGP multihop set ZEBRA_FLAG_INTERNAL
593 flag, so treat it.
594
5952001-01-04 Kunihiro Ishiguro <kunihiro@zebra.org>
596
597 * rt_netlink.c (netlink_talk_ipv6): When IPv6 route message is
598 sent from netlink_cmd, the same message comes from netlink. To
599 avoid confusion, temporary netlink_talk_ipv6 use netlink.sock
600 instead of netlink_cmd.sock.
601
6022001-01-01 Kunihiro Ishiguro <kunihiro@zebra.org>
603
604 * zserv.h (ZEBRA_SERV_PATH): Change "/tmp/zebra" to "/tmp/.zebra".
605 Change "/tmp/zserv" to "/tmp/.zserv".
606
6072000-12-29 Frank van Maarseveen <F.vanMaarseveen@inter.NL.net>
608
609 * rt_netlink.c (struct nlsock): Divide kernel message into listen
610 socket and command socket.
611 (netlink_talk): Remove socket listen code. Use netlink_parse_info
612 for read kernel response.
613
6142000-12-29 Kunihiro Ishiguro <kunihiro@zebra.org>
615
616 * rib.c (vty_show_ip_route): Show uptime of the RIP,OSPF,BGP
617 routes.
618
6192000-12-27 Kunihiro Ishiguro <kunihiro@zebra.org>
620
621 * rt_netlink.c (netlink_route_multipath): Metric value is
622 reflected to kernel routing table.
623
624 * rt_ioctl.c (kernel_ioctl_ipv4_multipath): Likewise.
625
626 * kernel_socket.c (rtm_write): Likewise.
627
628 * rib.c (nexthop_active_ipv4): Only iBGP route perform recursive
629 nexthop lookup.
630
631 * rt_ioctl.c (kernel_ioctl_ipv4_multipath): Add ioctl version of
632 new RIB implementation.
633
6342000-12-26 Kunihiro Ishiguro <kunihiro@zebra.org>
635
636 * rib.h: Remove MULTIPATH_NUM. It is defined by configure script.
637
6382000-12-25 Michael Rozhavsky <mrozhavsky@opticalaccess.com>
639
640 * rib.c (rib_if_up): Call rib_fib_set instead of RIB_FIB_SET for
641 proper redistribution.
642
6432000-12-19 Kunihiro Ishiguro <kunihiro@zebra.org>
644
645 * rib.c (nexthop_active_ipv4): Add self lookup nexthop check.
646 (show_ip_route_protocol): Support new RIB.
647
648 * rt_netlink.c (netlink_route_change): Do not return when gate is
649 NULL.
650
6512000-12-18 Kunihiro Ishiguro <kunihiro@zebra.org>
652
653 * rib.c (rib_lookup_ipv4_nexthop): IBGP nexthop check function is
654 updated.
655 (rib_add_ipv4): Free implicit withdraw route's RIB.
656
6572000-12-15 Kunihiro Ishiguro <kunihiro@zebra.org>
658
659 * rib.c (nexthop_active_ipv4): Check indirect nexthop.
660
661 * redistribute.c (redistribute_add_multipath): Redistribution
662 works with new rib code.
663
6642000-12-14 Kunihiro Ishiguro <kunihiro@zebra.org>
665
666 * rt_netlink.c (netlink_route_multipath): Check useful nexthop
667 number.
668 (netlink_route_multipath): Clear rtnh_flags and rtnh_hops.
669
670 * rib.c (nexthop_active_update): Set flag for the rib's nexthop
671 activity is changed.
672 (nexthop_active_check): Before checking interface is up, make it
673 sure the interface exist.
674
6752000-11-20 Kunihiro Ishiguro <kunihiro@zebra.org>
676
677 * rib.c (ip_route): New RIB prototype.
678
6792000-11-16 Yon Uriarte <ukl2@rz.uni-karlsruhe.de>
680
681 * zserv.c (zsend_interface_add): Send hardware address when
682 hw_addr_len is greater than 0.
683
6842000-11-07 Kunihiro Ishiguro <kunihiro@zebra.org>
685
686 * connected.c (connected_up_ipv4): Fix ptop bug. The destination
687 network should be installed into routing table.
688 (connected_down_ipv4): Likewise.
689 (connected_add_ipv4): Change to use connected_up_ipv4.
690 (connected_delete_ipv4): Likewise.
691
6922000-11-06 Kunihiro Ishiguro <kunihiro@zebra.org>
693
694 * rt_netlink.c (netlink_interface_addr): Revert Harald Welte
695 <laforge@gnumonks.org>'s ptop patch then back to original code to
696 avoid duplicated connected route problem. Suggested by Frank van
697 Maarseveen <F.vanMaarseveen@inter.NL.net>.
698
699 * kernel_socket.c (rtm_read): Make behavior consistent even #ifdef
700 DEBUG is defined. Reported by Jun-ichiro itojun Hagino
701 <itojun@iijlab.net>.
702
7032000-10-23 Jochen Friedrich <jochen@scram.de>
704
705 * main.c (main): Call zebra_snmp_init() when it is enabled.
706
7072000-10-23 Kunihiro Ishiguro <kunihiro@zebra.org>
708
709 * zserv.c (zebra_serv_un): UNIX domain socket server of zebra
710 protocol.
711
7122000-10-19 Kunihiro Ishiguro <kunihiro@zebra.org>
713
714 * rib.c (rib_add_ipv4): Same check bug is fixed.
715
7162000-10-03 Kunihiro Ishiguro <kunihiro@zebra.org>
717
718 * rib.c (rib_if_down): Remove kernel route when the interface goes
719 down.
720
721 * debug.c: New command "debug zebra kernel" is added.
722
7232000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
724
725 * zebra-0.89 is released.
726
7272000-09-24 Harald Welte <laforge@gnumonks.org>
728
729 * rt_netlink.c (netlink_interface_addr): Fix point-to-point address
730 treatment in netlink interface.
731
7322000-09-21 David Lipovkov <dlipovkov@OpticalAccess.com>
733
734 * rib.c (rib_if_down): Pull static route only. Protocol daemon
735 must withdraw routes when interface goes down.
736 (rib_add_ipv4): Check nexthop when replace route.
737
7382000-09-21 Kunihiro Ishiguro <kunihiro@zebra.org>
739
740 * if_ioctl.c (if_getaddrs): New function for looking up
741 interface's address by getifaddrs().
742
7432000-09-10 Kunihiro Ishiguro <kunihiro@zebra.org>
744
745 * connected.c (connected_delete_ipv4): Add check for connected
746 address is found or not.
747 (connected_add_ipv6): Reflect IPv6 connected address change to
748 protocol daemons.
749 (connected_delete_ipv6): Likewise.
750
7512000-09-07 David Lipovkov <davidl@nbase.co.il>
752
753 * rib.c (rib_delete_ipv4): Reverted the change from pseudo
754 interface patch to original. Because ospfd deletes routes using
755 zero ifindex.
756
7572000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
758
759 * zebra-0.88 is released.
760
7612000-08-15 "Akihiro Mizutani" <mizutani@dml.com>
762
763 * rib.c (show_ip_route_protocol): Help string correction.
764 (show_ip_route_prefix): Check prefix mask.
765 (show_ip_route_vty_detail): Display distance and metric.
766
7672000-08-14 Kunihiro Ishiguro <kunihiro@zebra.org>
768
769 * zserv.c (zsend_interface_add): Change ifindex store size from
770 two octet to four.
771 (zsend_interface_delete): Likewise.
772 (zsend_interface_address_add): Likewise.
773 (zsend_interface_address_delete): Likewise.
774 (zsend_interface_up): Likewise.
775 (zsend_interface_down): Likewise.
776
7772000-08-13 Kunihiro Ishiguro <kunihiro@zebra.org>
778
779 * rib.c (rib_add_ipv4): Do not install distance 255 route.
780
7812000-08-10 Toshiaki Takada <takada@zebra.org>
782
783 * interface.c (bandwidth_if), (no_bandwidth_if): Call
784 zebra_interface_up_update () instead of using if_up() and if_down().
785
7862000-08-07 "Akihiro Mizutani" <mizutani@dml.com>
787
788 * interface.c (bandwidth_if): Fix help string.
789
7902000-08-07 Matthew Grant <grantma@anathoth.gen.nz>
791
792 * interface.c (if_dump_vty): Display bandwidth value.
793 (bandwidth_if): New command "bandwidth <1-10000000>" is added.
794 When interface is up, force protocol daemons to recalculate routes
795 due to cost change.
796 (no_bandwidth_if): Likewise.
797 (if_config_write): Output bandwidth configuration.
798
799 * zserv.c (zsend_interface_add): Send bandwidth value.
800 (zsend_interface_up): Likewise.
801 (zsend_interface_down): Likewise.
802
803
8042000-08-07 Michael Rozhavsky <mike@nbase.co.il>
805
806 * rib.c (show_ip_route_protocol): "show ip route
807 (bgp|connected|kernel|ospf|rip|static)" is added.
808
8092000-08-07 Kunihiro Ishiguro <kunihiro@zebra.org>
810
811 * rib.c (rib_lookup_ipv4_nexthop): Check parent node until IGP
812 nexthop is found.
813 (rib_add_ipv4_internal): Set fib ifindex to rib ifindex.
814
8152000-08-06 Kunihiro Ishiguro <kunihiro@zebra.org>
816
817 * redistribute.c (redistribute_delete): Fix bug of default route
818 redistribute treatment.
819
8202000-08-05 Kunihiro Ishiguro <kunihiro@zebra.org>
821
822 * rib.c (rib_init): Install ip_node in rib.c instead of zserv.c.
823 Change default distance value.
824
825 Old New
826 ------------------------------------------
827 system 10 0
828 kernel 20 0
829 connected 30 0
830 static 40 1
831 rip 50 120
832 ripng 50 120
833 ospf 60 110
834 ospf6 49 110
835 bgp 70 200(iBGP) 20(eBGP)
836 ------------------------------------------
837
838 * zserv.c (client_lookup): Function removed.
839 (zsend_interface_add): Use client's output buffer. Check ifinfo
840 flag.
841 (zsend_interface_delete): Likewise.
842 Delete ipv4_static_radix and ipv6_static_radix.
843
8442000-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
845
846 * zserv.h (struct zebra_client): When client request interface
847 information, ifinfo is set.
848
849 * rib.c: Temporary Revert changes for pseudo interface.
850
851 * rib.h: Likewise.
852
853 * zserv.c: Likewise.
854
855 * interface.c: Likewise.
856
8572000-08-02 David Lipovkov <davidl@nbase.co.il>
858
859 * interface.c (zebra_if_init): Install interface "pseudo"
860 commands.
861
862 * rib.c (rib_create): ifname argument is added.
863 (rib_add_ipv4_pseudo): New function is added.
864 (rib_delete_ipv4_pseudo): Likewise.
865
866 * rib.h : Delete INTERFACE_UNKNOWN definition. Add prototype for
867 pseudo interface functions.
868
869 * rt_netlink.c (netlink_link_change): Check for pseudo interface.
870
871 * zserv.c (ip_route): When destination is pseudo interface, call
872 rib_add_ipv4_pseudo().
873
874 * zserv.c (no_ip_route): Trim "unknown" argument.
875
8762000-07-26 kunitake@dti.ad.jp
877
878 * if_ioctl.c (if_get_hwaddr): Fix hardware address length from 8
879 to 6.
880
881 * rtadv.c (rtadv_send_packet): Fix shift bug for hardware address.
882
8832000-07-24 Akihiro Mizutani <mizutani@dml.com>
884
885 * interface.c: Use install_default() for common VTY commands.
886
8872000-07-23 Kunihiro Ishiguro <kunihiro@zebra.org>
888
889 * if_ioctl.c (interface_list_ioctl): A interface list size is
890 calculated from ifreq->if_addr.sa_len. This is for OpenBSD.
891
892 * ioctl.c (if_get_mtu): Remove codes for SIOCGIFDATA.
893
8942000-07-09 Chris Dunlop <chris@onthe.net.au>
895
896 * if_ioctl.c (if_get_index): Add check for HAVE_BROKEN_ALIASES.
897
8982000-07-04 Kunihiro Ishiguro <kunihiro@zebra.org>
899
900 * zserv.c (zebra_client_read): Add ZEBRA_REDISTRIBUTE_{ADD,DELETE}
901 message handling.
902
9032000-07-02 David Lipovkov <davidl@nbase.co.il>
904
905 * zserv.c: "ip route A.B.C.D/M unknown" command is added.
906
9072000-06-28 Michael Rozhavsky <mike@nbase.co.il>
908
909 * rib.c: Remove old kernel route when new route comes in.
910
9112000-06-13 David Lipovkov <davidl@nbase.co.il>
912
913 * rib.c (rib_if_up): Add check for unknown interface.
914
9152000-06-13 Kunihiro Ishiguro <kunihiro@zebra.org>
916
917 * rib.h: Define INTERFACE_UNKNOWN.
918
9192000-06-08 Kunihiro Ishiguro <kunihiro@zebra.org>
920
921 * Makefile.am (EXTRA_DIST): Move irdp.c until implementation is
922 finished.
923
9242000-06-05 David Lipovkov <davidl@nbase.co.il>
925
926 * interface.c (if_zebra_delete_hook): Call rib_if_delete().
927
928 * redistribute.c (zebra_interface_delete_update): New function.
929
930 * redistribute.h (zebra_interface_delete_update): New function
931 prototype.
932
933 * rib.c (rib_if_delete): New function. Walk down all routes and
934 delete all on the interface.
935
936 * rib.h: New function prototype.
937
938 * rt_netlink.c (netlink_link_change): Call
939 zebra_interface_delete_update ().
940
9412000-05-10 Kunihiro Ishiguro <kunihiro@zebra.org>
942
943 * if_ioctl.c (interface_info_ioctl): Check interface's flag before
944 checking interface's address.
945
9462000-04-26 Jochen Friedrich <jochen@nwe.de>
947
948 * GNOME-PRODUCT-ZEBRA-MIB: New file.
949
950 * GNOME-SMI: New file.
951
9522000-04-23 Kunihiro Ishiguro <kunihiro@zebra.org>
953
954 * irdp.c: New file from 1997 development code.
955 * irdp.h: Likewise.
956
9572000-04-19 Kunihiro Ishiguro <kunihiro@zebra.org>
958
959 * rtadv.c (rtadv_send_packet): Enclose router advertisement
960 logging with IS_ZEBRA_DEBUG_PACKET.
961
9622000-04-17 Kunihiro Ishiguro <kunihiro@zebra.org>
963
964 * zserv.c (zebra_client_close): Remove client structure from
965 client_list when connection is terminated.
966
9672000-03-21 David Lipovkov <davidl@nbase.co.il>
968
969 * connected.c (connected_add_ipv4): Allows all necessary structure
970 updates for connected route, but doesn't insert it into rib if
971 it's interface is down.
972
9732000-01-21 Hideto Yamakawa <hideto.yamakawa@soliton.co.jp>
974
975 * rtread_getmsg.c: Set some definition for Solaris 2.5 and Solaris
976 2.5.1.
977
9782000-01-21 Kunihiro Ishiguro <kunihiro@zebra.org>
979
980 * rib.c (no_ipv6_route_ifname): Fix buf of cheking return value
981 from str2prefix_ipv6().
982
9832000-01-14 Kunihiro Ishiguro <kunihiro@zebra.org>
984
985 * rt_socket.c: Revert to use RTF_HOST for IPv4 with /32 route and
986 IPv6 with /128 routes.
987 (kernel_rtm_ipv4): In case of /32 route's gateway is interface. It
988 should have mask for cloning.
989
9901999-12-26 Jochen.Friedrich@genorz.de
991
992 * interface.c (if_dump_vty): Fix a bug of missing VTY_NEWLINE.
993
9941999-12-23 Alex Zinin <zinin@amt.ru>
995 * interface.*: dynamic int up/down support
996
9971999-12-09 Kunihiro Ishiguro <kunihiro@zebra.org>
998
999 * ipforward_proc.c (dropline): Move dropline() from lib/dropline.c
1000
1001 * rtread_proc.c (proc_route_read): Don't use dropline().
1002
10031999-12-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1004
1005 * kernel_socket.c (rtm_read): When message is RTM_GET, it has own
1006 process's pid.
1007
10081999-12-04 Kunihiro Ishiguro <kunihiro@zebra.org>
1009
1010 * main.c (main): Change to default log output to ZLOG_STDOUT.
1011
1012 * zserv.c (zebra_serv): More detailed error print.
1013
10141999-11-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1015
1016 * kernel_socket.c (rtm_read): Check old pid for static route
1017 insertion check.
1018
10191999-11-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1020
1021 * interface.c (if_dump_vty): BSDI/OS uses 64bit for interface
1022 statistics counter.
1023
1024 * mtu_kvm.c: New file added.
1025
10261999-11-27 Vladimir B. Grebenschikov <vova@express.ru>
1027
1028 * kernel_socket.c (rtm_write): Set RTF_CLONING flag for
1029 route to the directly connected interface.
1030
10311999-11-27 Kunihiro Ishiguro <kunihiro@zebra.org>
1032
1033 * rt_socket.c: Delete USE_HOST_BIT definition.
1034
10351999-11-21 Michael Handler <handler@sub-rosa.com>
1036
1037 * rtread_getmsg.c: Undef some definition to resolve conflict.
1038
10391999-11-27 Kunihiro Ishiguro <kunihiro@zebra.org>
1040
1041 * kernel_socket.c (rtm_write): Change to use pre stored struct_dl
1042 value for gateway specification.
1043
10441999-11-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1045
1046 * rt_socket.c (kernel_rtm_ipv4): Even mask is 32 under IPv4 or
1047 128 under IPv6, don't use RTF_HOST.
1048
10491999-11-21 Kunihiro Ishiguro <kunihiro@zebra.org>
1050
1051 * Makefile.am (EXTRA_DIST): Add rtread_getmsg.c.
1052
10531999-11-21 Michael Handler <handler@sub-rosa.com>
1054
1055 * rtread_getmsg.c: Added for Solaris 2.6 support.
1056
10571999-11-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1058
1059 * rtread_sysctl.c (rtm_read_route): RTM_DELETE handling added.
1060
1061 * rt_socket.c (kernel_read): Better BSD routing socket support.
1062
10631999-10-19 Kunihiro Ishiguro <kunihiro@zebra.org>
1064
1065 * client_main.c: Disable making obsolete zebra test `client'
1066 command.
1067
10681999-10-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1069
1070 * zebra.c: Renamed to zserv.c.
1071
1072 * zebra.h: Global definitions are moved to lib/zebra.h. Then
1073 renamed to zserv.h.
1074
10751999-10-15 Jordan Mendelson <jordy@wserv.com>
1076
1077 * if_ioctl.c: Add Linux 2.2.X's alias support and dynamic
1078 interface. Remove ugly MAX_INTERFACE handling codes.
1079
10801999-09-17 Satosi KOBAYASI <kobayasi@north.ad.jp>
1081
1082 * Fix serious bug of IPv6 route deletion.
1083
10841999-09-11 Kunihiro Ishiguro <kunihiro@zebra.org>
1085
1086 * ioctl.c (if_set_prefix): Properly set broadcast address.
1087
10881999-09-04 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1089
1090 * rib.c (rib_add_ipv6, rib_delete_ipv6): now protocol daemons
1091 can install connected route to kernel via zebra
1092
10931999-08-24 VOP <vop@unity.net>
1094
1095 * rib.c: Include "sockunion.h"
1096
10971999-08-22 Kunihiro Ishiguro <kunihiro@zebra.org>
1098
1099 * ipforward.h: New file.
1100
1101 * zebra.h: Obsolete message ZEBRA_GET_ALL_INTERFACE,
1102 ZEBRA_GET_ONE_INTERFACE, ZEBRA_GET_HOSTINFO are deleted.
1103
11041999-08-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1105
1106 * zebra.h (ZEBRA_INTERFACE_ADDRESS_ADD):
1107 ZEBRA_INTERFACE_{ADD,DELETE} added.
1108
11091999-08-15 Kunihiro Ishiguro <kunihiro@zebra.org>
1110
1111 * rib.c: show ip route A.B.C.D works.
1112
1113 * zebra.c (zebra_read_ipv4): Add ifindex to zebra messages.
1114
11151999-08-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1116
1117 * zebra.h: New Zebra message ZEBRA_INTERFACE_{ADD,DELETE} added.
1118
11191999-08-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1120
1121 * interface.h: New file.
1122 * Makefile.am: Add interface.h
1123
11241999-08-04 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1125
1126 * redistribute.c (zebra_redistribute): give ifindex to client.
1127
11281999-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1129
1130 * main.c (longopts): -k, --keep_kernel option added.
1131
11321999-07-18 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1133
1134 * rt_socket.c (rtm_write): forgot closing socket bug fixed.
1135
11361999-07-17 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1137
1138 * rib.c (show_ipv6_cmd): if rib is link show interface name.
1139
11401999-07-17 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1141
1142 * rt_socket.c (rtm_write): use sockaddr_dl when null gateway.
1143
11441999-07-16 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1145
1146 * rt_socket.c (rtm_write): ipv6 route table bug fixed.
1147
11481999-07-15 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1149
1150 * zebra.c (zebra_read_ipv6): read link prefix from ospf6 support
1151
11521999-07-15 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1153
1154 * rt_socket.c (kernel_rtm_ipv6): gate treatment bug fixed.
1155
11561999-07-15 Kunihiro Ishiguro <kunihiro@zebra.org>
1157
1158 * if_sysctl.c (ifm_read): Clear sockunion argument before fetching
1159 data. Suggested by "Chris P. Ross" <cross@eng.us.uu.net>
1160
11611999-07-08 HEO SeonMeyong <seirios@Matrix.IRI.Co.Jp>
1162
1163 * interface.c (if_tun_add): Add KAME's gif tunnel setting codes.
1164
11651999-06-26 Kunihiro Ishiguro <kunihiro@zebra.org>
1166
1167 * zebra.c (zebra_serv): Only accept loopback address connection.
1168
11691999-06-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1170
1171 * zebra.h (ZEBRA_ROUTE_EXTERNAL): Add zebra messages flags
1172
11731999-06-17 Kunihiro Ishiguro <kunihiro@zebra.org>
1174
1175 * ipforward_proc.c: ipforward_on () and ipforward_off () added.
1176
11771999-06-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1178
1179 * ipforward_proc.c (ipforward_ipv6): Check for IPv6 forwarding
1180 using /proc file system is added.
1181
11821999-06-06 Kunihiro Ishiguro <kunihiro@zebra.org>
1183
1184 * if_ioctl.c (if_get_index): Interface index set bug is fixed by
1185 adding #else at the middle of function. Suggested by David Luyer
1186 <luyer@ucs.uwa.edu.au>.
1187
11881999-05-29 <kunihiro@zebra.org>
1189
1190 * rt_ioctl.c: Comment out #include <linux/ipv6_route.h>.
1191
11921999-05-26 Kunihiro Ishiguro <kunihiro@zebra.org>
1193
1194 * zebra.h (ZEBRA_ROUTE_MAX): Add new define for the max value of
1195 the sort of routes.
1196
11971999-05-25 Patrick Koppen <koppen@rhrk.uni-kl.de>
1198
1199 * rt_netlink.c (netlink_socket): Make netlink socket non-blocking.
1200 (netlink_parse_info): If errno is EWOULDBLOCK then continue to
1201 parse the message.
1202 (netlink_talk): Likewise
1203
12041999-05-17 <kunihiro@zebra.org>
1205
1206 * redistribute.c (zebra_check_addr): Added for loopback address
1207 check.
1208
12091999-05-15 Kunihiro Ishiguro <kunihiro@zebra.org>
1210
1211 * rt_netlink.c (netlink_route_change): Tempolary bypass ipv6 route
1212 change treatment.
1213
1214 * Makefile.am (noinst_HEADERS): redistribute.h added.
1215
1216 * redistribute.h: New file.
1217
12181999-05-14 Stephen R. van den Berg <srb@cuci.nl>
1219
1220 * zebra.c (show_table): Show all table configuration DEFUN.
1221 (config_table): Config table number DEFUN.
1222
1223 * rt_netlink.c: Add support for multiple routing table.
1224
1225 * rib.c (rib_weed_table): New function added for delete all
1226 routes from specified routing table.
1227
1228 * main.c (signal_init): SIGTERM call sigint.
1229 (sigint): Loggging more better message.
1230
12311999-05-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1232
1233 * rt_netlink.c: Change log () to zlog ().
1234
12351999-05-07 <kunihiro@zebra.org>
1236
1237 * zebra.h (ZEBRA_ROUTE_OSPF6): Added for ospf6d route.
1238
12391999-04-20 Kunihiro Ishiguro <kunihiro@zebra.org>
1240
1241 * interface.c: Add `no ip address' command.
1242
12431999-04-10 Kunihiro Ishiguro <kunihiro@zebra.org>
1244
1245 * rt_netlink.c (kernel_read): Function added for asynchronous
1246 zebra between kernel communication.
1247
12481999-03-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1249
1250 * rtread_sysctl.c (rtm_read): Fix address memcopy overrun bug.
1251 Reported by Achim Patzner <ap@bnc.net>.
1252
12531999-03-03 Kunihiro Ishiguro <kunihiro@zebra.org>
1254
1255 * Makefile.am: Install configuration sample with 600 permission.
1256
12571999-03-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1258
1259 * Makefile.am: Add -I.. to INCLUDES.
1260
12611999-02-18 Peter Galbavy <Peter.Galbavy@knowledge.com>
1262
1263 * syslog support added
1264
12651999-02-17 Peter Galbavy <Peter.Galbavy@knowledge.com>
1266
1267 * if_sysctl.c (interface_list): allocated memory free when unknown
1268 ifm_type is returned.
1269
1270 * ioctl.c (if_get_mtu): added SIOCGIFDATA treatment.
1271
12721998-12-15 Magnus Ahltorp <map@stacken.kth.se>
1273
1274 * interface.c: Header include added.
1275
12761998-12-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1277
1278 * rt.h (kernel_delete_ipv6): change int index to unsigned int index.
1279
12801998-12-13 Kunihiro Ishiguro <kunihiro@zebra.org>
1281
1282 * if_ioctl.c (interface_list_ioctl): interface flag must be
1283 checked before check addresses of the interface.
1284
12851998-12-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1286
1287 * Makefile.am (INCLUDES): add @INCLUDES@ for Linux IPv6.
1288
12891998-10-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1290
1291 * ioctl.c: Linux version before 2.1.0 need interface route setup.
1292
12931998-09-15 HEO SeonMeyong <seirios@matrix.iri.co.jp>
1294
1295 * change HYDRANGEA to KAME
1296
12971998-09-01 Kunihiro Ishiguro <kunihiro@zebra.org>
1298
1299 * if_ioctl.c (if_addr_ioctl): set address family for getting
1300 interface's address.
1301 (if_get_index): silently return when can't get interface's index.
1302
13031998-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
1304
1305 * main.c (main): batch mode option '-b' added.
1306
13071998-08-16 Kunihiro Ishiguro <kunihiro@zebra.org>
1308
1309 * ioctl.c (if_set_prefix): add `ip address IPV4ADDR' command.
1310 * interface.c (shutdown_if): add interface shutdown and no
1311 shutdown command.
1312
13131998-08-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1314
1315 * rib.c (rib_add_ipv6): delete rib_add_in6.
1316
13171998-07-27 Kunihiro Ishiguro <kunihiro@zebra.org>
1318
1319 * main.c: retain flag is added.
1320
13211998-07-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1322
1323 * rtable.[ch]: merged with rib.[ch]
1324
13251998-07-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1326
1327 * connected.h: renamed from ifa.h.
1328
13291998-06-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1330
1331 * rename if.c to interface.c
1332 * rename ifa.c to connected.c
1333
1334 * Porting to Debian GNU/Linux 2.0 (hamm).
1335
13361998-06-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1337
1338 * rt_netlink.c: renamed from krt_netlink.c
1339
1340 * fib.c: deleted.
1341 * rt_kvm.c: deleted.
1342 * rtread_getmsg.c: deleted.
1343
13441998-06-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1345
1346 * if.c (multicast): add multicast flag [un]set fucntion.
1347
13481998-05-19 Yamshita TAKAO <jargon@lares.dti.ne.jp>
1349
1350 * rt_socket.c: Modify for compile on Solaris, but dont't work it.
1351 rt_socket.c have some undefined function, so add directive "IMPLEMENT"
1352
13531998-05-18 Yamshita TAKAO <jargon@lares.dti.ne.jp>
1354
1355 * zebra.c: Modify for compile on Solaris.
1356
13571998-05-03 Kunihiro Ishiguro <kunihiro@zebra.org>
1358
1359 * main.c: change CONFDIR to SYSCONFDIR.
1360
13611998-05-01 Kunihiro Ishiguro <kunihiro@zebra.org>
1362
1363 * .cvsignore: added.
1364
13651998-04-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1366
1367 * client.c: moves to ../lib.
1368
13691998-03-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1370
1371 * if_ioctl.c (if_get_addr): Change address copy from memcopy() to
1372 structure assignment.
1373
13741998-03-30 URA Hiroshi <ura@yamato.ibm.co.jp>
1375
1376 * if_sysctl.c (ifm_interface_add): sdl->sdl_data copy bug fixed.
1377
13781998-02-23 "Hannes R. Boehm" <hannes@boehm.org>
1379
1380 * if.c (if_init): add config_exit_cmd and config_help_cmd.
1381
13821998-01-24 Kunihiro Ishiguro <kunihiro@zebra.org>
1383
1384 * rt_ioctl.c (route_ioctl): EPERM treatment added.
1385
13861998-01-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1387
1388 * rt_socket.c (kernel_read): communication port zebra between
1389 kernel is now handled by kernel_read.
1390
13911998-01-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1392
1393 * main.c (main): zebra [-P port] can specify vty port number.
1394
13951997-12-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1396
1397 * zebra.c: change select will be block.
1398
13991997-12-04 Kunihiro Ishiguro <kunihiro@zebra.org>
1400
1401 * add static route treatment.
1402
14031997-11-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1404
1405 * rt_netlink.c: add netlink support over GNU/Linux system.
1406
14071997-11-23 Kunihiro Ishiguro <kunihiro@zebra.org>
1408
1409 * all inet_addr is changed to inet_aton.
1410
1411 * zebra.c (ip_route): add ip route command for static routes.
1412
14131997-11-20 Kunihiro Ishiguro <kunihiro@zebra.org>
1414
1415 * if.c (if_flag_dump): Linux port of if_flag_dump and _vty.
1416
14171997-11-19 Kunihiro Ishiguro <kunihiro@zebra.org>
1418
1419 * if.c: add interface command.
1420
14211997-11-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1422
1423 * ipforward_proc.c : Now works on Linux.
1424
14251997-10-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1426
1427 * command.c : add completion feature.
1428
14291997-10-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1430
1431 * vty.c (vty_command): add vty interface.
1432
14331997-10-13 Kunihiro Ishiguro <kunihiro@zebra.org>
1434
1435 * zebra.c: add verbose mode.
1436
14371997-10-12 SonMyong Ho <s-ho@Matrix.IRI.Co.Jp>
1438
1439 * Hydrangea for FreeBSD supported
1440 * in.h: add some prototype.
1441
14421997-10-11 Kunihiro Ishiguro <kunihiro@zebra.org>
1443
1444 * rt_socket.c and rtread.c completely rewritten.
1445
14461997-10-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1447
1448 * rt_socket.c: rename kernel_sock to routing_socket
1449
14501997-10-04 Kunihiro Ishiguro <kunihiro@zebra.org>
1451
1452 * if.c (if_new): interface structure change from linklist to vector.
1453
14541997-10-03 Kunihiro Ishiguro <kunihiro@zebra.org>
1455
1456 * vector.c (vector_init): create vector related function
1457
14581997-09-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1459
1460 * Makefile.in: add tags target
1461
1462 * start IPv6 support for INRIA FreeBSD.
1463