blob: 671561146f54972d0a481cea9d4f00660991ef5a [file] [log] [blame]
paul4fc01e62002-12-13 20:49:00 +000012002-12-13 Paul Jakma <paul@dishone.st>
2
3 * added support for vtysh 'write file' command to
4 write either per-daamon and/or integrated file
paul8bd9c712002-12-13 21:05:16 +00005 * ospfd md5 buffer copying fix
6 * ospfd md5 sequence number derived from time()
7 * RIPv1 fixes and improvements
8 * link state detection (linux)
paul4fc01e62002-12-13 20:49:00 +00009
paul718e3742002-12-13 20:15:29 +0000102002-07-07 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
11
12 * zebra-0.93 released.
13
142002-06-28 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
15
16 * update-autotools: Change file name from update-auto-tools.sh.
17
182002-06-21 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
19
20 * update-auto-tools.sh: Add a new script to clean up build
21 environment.
22
232002-06-18 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
24
25 * Shift to the latest build environment autoconf-2.53 and
26 automake-1.6.2.
27
282001-10-22 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
29
30 * Integrate Glen Turner <glen.turner@aarnet.edu.au>'s pid option.
31
322001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
33
34 * zebra-0.92a released.
35
362001-08-19 "Peter Galbavy" <peter.galbavy@knowtion.net>
37
38 * configure.in: SNMP library check problem fix when the library is
39 installed under /usr/local/lib.
40
412001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
42
43 * zebra-0.92 released.
44
452001-04-22 Kunihiro Ishiguro <kunihiro@zebra.org>
46
47 * configure.in (LIBPAM): Use ZEBRA_AC_C_BIGENDIAN to avoid a
48 warning.
49 (IF_METHOD): Use test -r instead of AC_CHECK_FILE to avoid
50 warnings.
51
52 * config.guess: Update to 2000-11-10 version.
53
542001-04-11 Kunihiro Ishiguro <kunihiro@zebra.org>
55
56 * configure.in: Use AC_TRY_COMPILE instead of AC_EGREP_HEADER to
57 detect in_pktinfo structure. Suggested by: Vlad Lungu
58 <vlad@rls.roknet.ro>.
59
602001-03-07 Michael Rozhavsky <mrozhavsky@opticalaccess.com>
61
62 * configure.in: Add check for structure in_pktinfo.
63
642001-02-07 "Bjoern A. Zeeb" <bzeeb+zebra@zabbadoz.net>
65
66 * configure.in (USE_PAM): Fix PAM library detection code.
67
682001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
69
70 * zebra-0.91 is released.
71
722001-01-12 Kunihiro Ishiguro <kunihiro@zebra.org>
73
74 * configure.in: Remove guile related definition.
75
762001-01-11 Kunihiro Ishiguro <kunihiro@zebra.org>
77
78 * configure.in (ac_cv_htonl_works): HAVE_REPAIRABLE_HTONL is
79 removed. htonl should work fine on any platform.
80
812001-01-10 Kunihiro Ishiguro <kunihiro@zebra.org>
82
83 * configure.in: Remove --enable-oldrib option.
84
85 * acconfig.h: OLD_RIB definition is removed.
86
87 * zebra-0.90 is released.
88
89 * configure.in (LIBS): Add check for sun_len field in struct
90 sun_len.
91
922001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
93
94 * Makefile.am: Include init/redhat files to distribution.
95
962001-01-07 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
97
98 * configure.in: check libm.a for BGPd compile error.
99 AC_CHECK_LIB(m, main) was added.
100
1012000-12-29 Kunihiro Ishiguro <kunihiro@zebra.org>
102
103 * configure.in: --enable-unixdomain becomes default. Add
104 --enable-tcp-zebra for TCP/IP communication between protocol
105 daemon and zebra.
106
107 * COPYING.LIB: Added for lib/getopt.c, lib/getopt.h,
108 lib/getopt1.c, lib/md5-gnu.h, lib/md5.c, lib/regex-gnu.h,
109 lib/regex.c.
110
111 * Makefile.am (dist-hook): Include tools/*.cgi to distribution.
112
1132000-12-26 Kunihiro Ishiguro <kunihiro@zebra.org>
114
115 * configure.in (MULTIPATH_NUM): --enable-multipath=ARG specify
116 multipath number. ARG must be digit.
117
1182000-12-11 Kunihiro Ishiguro <kunihiro@zebra.org>
119
120 * configure.in: Add --enable-newrib for test new RIB code.
121
1222000-11-25 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
123
124 * configure.in, config.h.in: Add check for libutil.h and
125 setproctitle().
126
1272000-10-26 Kunihiro Ishiguro <kunihiro@zebra.org>
128
129 * configure.in: Add --enable-nssa for OSPF NSSA option.
130
131 * acconfig.h: Define HAVE_NSSA.
132
1332000-10-25 "Bjoern A. Zeeb" <bzeeb+zebra@zabbadoz.net>
134
135 * configure.in: pam_misc is only linked when the platform is
136 GNU/Linux.
137
1382000-10-24 Arkadiusz Miskiewicz <misiek@pld.org.pl>
139
140 * configure.in (LIBS): Add check for crypto library. test x`ls
141 ${ac_snmp}` is replaced with sipmle test -f.
142
1432000-10-23 Kunihiro Ishiguro <kunihiro@zebra.org>
144
145 * configure.in: Add --enable-unixdomain option. This will be
146 default behavior in zebra-0.90.
147
1482000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
149
150 * zebra-0.89 is released.
151
1522000-09-27 Kunihiro Ishiguro <kunihiro@zebra.org>
153
154 * configure.in: Add check for Intel CPU for Solaris on x86 check.
155
1562000-09-21 Kunihiro Ishiguro <kunihiro@zebra.org>
157
158 * configure.in: Add check for getifaddrs().
159 Set AM_INIT_AUTOMAKE version to 0.89.
160
1612000-09-14 Kunihiro Ishiguro <kunihiro@zebra.org>
162
163 * config.guess: Update to the latest version.
164
165 * config.sub: Likewise
166
1672000-09-14 David Lipovkov <dlipovkov@OpticalAccess.com>
168
169 * REPORTING-BUGS: New file is added.
170
1712000-08-27 itojun@iijlab.net
172
173 * configure.in: Add ncurses library check when --enable-vtysh is
174 specified.
175
1762000-08-22 Kunihiro Ishiguro <kunihiro@zebra.org>
177
178 * configure.in: Add check for readline/history.h.
179
180 * acconfig.h: Remove pthread related variables.
181
182 * configure.in: Add --with-libpam option for vtysh PAM
183 authentication. Remove --disable-pthread because we don't support
184 pthread.
185
1862000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
187
188 * zebra-0.88 is released.
189
190 * configure.in: Add Solaris -lcurses for vtysh.
191
1922000-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
193
194 * configure.in: Add check for ncurses for compiling on Solaris.
195
1962000-07-27 Kunihiro Ishiguro <kunihiro@zebra.org>
197
198 * configure.in: Add check for libreadline when --enable-vtysh is
199 specified.
200
2012000-07-23 Kunihiro Ishiguro <kunihiro@zebra.org>
202
203 * configure.in: Add AC_DEFINE(OPEN_BSD). When OS is OpenBSD
204 interface method is if_ioctl.o
205
2062000-07-09 Chris Dunlop <chris@onthe.net.au>
207
208 * acconfig.h: Add HAVE_BROKEN_ALIASES.
209
210 * configure.in: Add --enable-broken-aliases.
211
2122000-06-12 Kunihiro Ishiguro <kunihiro@zebra.org>
213
214 * Set version to zebra-0.87.
215
2162000-06-05 Kunihiro Ishiguro <kunihiro@zebra.org>
217
218 * configure.in: Remove --enable-mpls-vpn. Now MPLS-VPN support is
219 default.
220
221 * Set version to zebra-0.87-pre
222
223 * Makefile.am: Likewise.
224
2252000-04-27 Kunihiro Ishiguro <kunihiro@zebra.org>
226
227 * Set version to 0.86.
228
2292000-03-21 Kunihiro Ishiguro <kunihiro@zebra.org>
230
231 * Set version to 0.85b for ospfd test.
232
2332000-03-20 Kunihiro Ishiguro <kunihiro@zebra.org>
234
235 * Set version to 0.85a for ospfd test.
236
2372000-03-08 Kunihiro Ishiguro <kunihiro@zebra.org>
238
239 * Set version to 0.85.
240
2412000-01-26 Kunihiro Ishiguro <kunihiro@zebra.org>
242
243 * Makefile.in: Regenerated by patched automake for fixing "make
244 clean" problem on FreeBSD.
245
2461999-12-08 Kunihiro Ishiguro <kunihiro@zebra.org>
247
248 * Set version to 0.83a. This is for *BSD static route lookup
249 problem.
250
2511999-12-06 Kunihiro Ishiguro <kunihiro@zebra.org>
252
253 * Set version to 0.83.
254
2551999-11-29 Kunihiro Ishiguro <kunihiro@zebra.org>
256
257 * Set version to 0.82.
258
2591999-11-23 Kunihiro Ishiguro <kunihiro@zebra.org>
260
261 * aczebra.m4: New file added.
262
2631999-11-21 Michael Handler <handler@sub-rosa.com>
264
265 * configure.in (LIBS): Add sa_len check of sockaddr.
266
267 * acconfig.h: Add HAVE_SA_LEN.
268
2691999-11-12 Kunihiro Ishiguro <kunihiro@zebra.org>
270
271 * version.h: Update version to zebra-0.81b for bgpd test.
272
2731999-11-09 Kunihiro Ishiguro <kunihiro@zebra.org>
274
275 * configure.in: Add --enable-mbgp.
276
2771999-11-05 Kunihiro Ishiguro <kunihiro@zebra.org>
278
279 * Makefile.am (EXTRA_DIST): Add TODO to the distribution.
280
2811999-11-04 Kunihiro Ishiguro <kunihiro@zebra.org>
282
283 * TODO: New file is added.
284
2851999-11-03 Kunihiro Ishiguro <kunihiro@zebra.org>
286
287 * version.h: Update version to zebra-0.81a for ospfd test.
288
2891999-10-28 Kunihiro Ishiguro <kunihiro@zebra.org>
290
291 * configure.in: New option --enable-snmp is added.
292
2931999-10-24 Kunihiro Ishiguro <kunihiro@zebra.org>
294
295 * version.h: Update version to zebra-0.80.
296
2971999-10-21 Kunihiro Ishiguro <kunihiro@zebra.org>
298
299 * version.h: Update version to zebra-0.80-pre3
300
3011999-10-18 Kunihiro Ishiguro <kunihiro@zebra.org>
302
303 * configure.in (LIBS): SNMP check is done by ucd-snmp/asn1.h.
304
3051999-10-10 Peter Galbavy <Peter.Galbavy@knowledge.com>
306
307 * configure.in: Add support of OpenBSD.
308
3091999-10-04 Kunihiro Ishiguro <kunihiro@zebra.org>
310
311 * version.h: Update version to zebra-0.80-pre2.
312
3131999-09-27 Kunihiro Ishiguro <kunihiro@zebra.org>
314
315 * version.h: Update version to zebra-0.80-pre. From this version,
316 access-list and prefix-list's name space is divided into IPv4 and
317 IPv6.
318
3191999-09-17 Kunihiro Ishiguro <kunihiro@zebra.org>
320
321 * version.h: For test recent fixes Set version to zebra-0.79a.
322
3231999-09-14 Kunihiro Ishiguro <kunihiro@zebra.org>
324
325 * version.h: zebra-0.79 is out.
326
3271999-09-08 Kunihiro Ishiguro <kunihiro@zebra.org>
328
329 * version.h: For ospfd's virtual link test. Set version to 0.78h.
330
3311999-09-07 Kunihiro Ishiguro <kunihiro@zebra.org>
332
333 * version.h: For ospfd test. Set version to 0.78g.
334
3351999-09-05 Kunihiro Ishiguro <kunihiro@zebra.org>
336
337 * version.h: For internal test of ospfd. Set version to 0.78f.
338
3391999-09-02 Kunihiro Ishiguro <kunihiro@zebra.org>
340
341 * version.h: To test ospfd's fix, set version to 0.78e.
342
3431999-09-01 Kunihiro Ishiguro <kunihiro@zebra.org>
344
345 * version.h: To test ospfd's area related bug fix, set version
346 to 0.78d.
347
3481999-09-01 Kunihiro Ishiguro <kunihiro@zebra.org>
349
350 * version.h: To test ospfd, set version to 0.78c.
351
3521999-08-31 Janos Farkas <chexum@shadow.banki.hu>
353
354 * Many misspelling correction.
355
3561999-08-31 Kunihiro Ishiguro <kunihiro@zebra.org>
357
358 * version.h: To test ospfd, set version to 0.78b.
359
3601999-08-31 Kunihiro Ishiguro <kunihiro@zebra.org>
361
362 * configure.in (LIBS): Add UCD-SNMP include path check.
363
3641999-08-31 Lars Fenneberg <lf@elemental.net>
365
366 * configure.in: The logic which detects the UCD-SNMP library
367 should first check in the default system locations for the library
368 and then in /usr/local.
369
3701999-08-27 itojun@iijlab.net
371
372 * configure.in (LIBS): Fix problem about libsnmp.a check.
373
3741999-08-26 kay <kay@v6.access.co.jp>
375
376 * configure.in (CFLAGS): Add <sys/socket.h> to check socklen_t.
377
3781999-08-24 VOP <vop@unity.net>
379
380 * filter.c: Include "sockunion.h".
381 plist.c: Likewise.
382 table.c: Likewise.
383
3841999-08-24 Kunihiro Ishiguro <kunihiro@zebra.org>
385
386 * configure.in: Add netinet6/in6.h check.
387
3881999-08-21 Masaki Minami <masaki@minami.org>
389
390 * BSD/OS 4.0 porting.
391
3921999-08-15 Kunihiro Ishiguro <kunihiro@zebra.org>
393
394 * configure.in: Add --enable-netlink option to force to use Linux
395 netlink interface.
396 (CFLAGS): Add ucd-snmp library check.
397
398 * acconfig.h: If socklen_t is not defined, typedef int to
399 socklen_t.
400
4011999-08-15 Arkadiusz Miskiewicz <misiek@misiek.eu.org>
402
403 * configure.in: When --enable-ipv6 specified, then only kernel
404 version is checked.
405
4061999-08-14 Kunihiro Ishiguro <kunihiro@zebra.org>
407
408 * configure.in: Add GNU libc 2.1 check.
409
4101999-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
411
412 * configure.in: Fix privious Linux IPv6 check changes.
413
4141999-08-02 Arkadiusz Miskiewicz <misiek@misiek.eu.org>
415
416 * configure.in: Improve Linux IPv6 feature check.
417
4181999-07-29 Rick Payne <rickp@rossfell.co.uk>
419
420 * Changed route-maps to behave in a more cisco-like fashion
421
4221999-07-27 Gerhard Poul <gpoul@gnu.org>
423
424 * SERVICES: New file added.
425
4261999-07-12 itojun@iijlab.net
427
428 * configure.in: Add check for getaddrinfo. Improve Kame related
429 library check.
430
4311999-07-07 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
432
433 * configure.in, acconfig.h: Add check for FreeBSD 3.2.
434
4351999-07-07 Kunihiro Ishiguro <kunihiro@zebra.org>
436
437 * configure.in: Delete check for netinet/ip6.h.
438
4391999-06-30 Gerhard Poul <gpoul@gnu.org>
440
441 * README: remixed the old files and added some new parts.
442 moved some INSTALL stuff into INSTALL file.
443 moved some other stuff to doc/zebra.texi
444
4451999-06-29 Kunihiro Ishiguro <kunihiro@zebra.org>
446
447 * configure.in (LIBS): Add libresolv check.
448 Change --enabe-all-in-one option to --enable-one-vty.
449
4501999-06-20 Kunihiro Ishiguro <kunihiro@zebra.org>
451
452 * configure.in: Add --enabe-all-in-one option.
453
4541999-06-16 Kunihiro Ishiguro <kunihiro@zebra.org>
455
456 * configure.in: Add socklen_t check.
457
4581999-06-16 Gerhard Poul <gpoul@gnu.org>
459
460 * Many compile warnings fixed.
461
4621999-05-31 Kunihiro Ishiguro <kunihiro@zebra.org>
463
464 * configure.in: Change message from Linux 2.2.X IPv6 to Linux IPv6.
465 OpenBSD (NRL) check is enabled.
466
4671999-05-30 Kunihiro Ishiguro <kunihiro@zebra.org>
468
469 * configure.in (LIBS): Add crypt library check.
470
4711999-05-08 Kunihiro Ishiguro <kunihiro@zebra.org>
472
473 * configure.in: Add sin6_scope_id in struct sockaddr_in6 check.
474
4751999-04-30 Kunihiro Ishiguro <kunihiro@zebra.org>
476
477 * Set version to 0.63 for first beta package.
478
4791999-04-15 Kunihiro Ishiguro <kunihiro@zebra.org>
480
481 * guile.m4: Added from guile package.
482
4831999-04-14 Kunihiro Ishiguro <kunihiro@zebra.org>
484
485 * Set version to 0.60 for beta package preparation.
486
4871999-04-12 Kunihiro Ishiguro <kunihiro@zebra.org>
488
489 * Makefile.am: Add noninst_LIBRARIES each directory's Makefile.am.
490 This change is for linking these libraries to guile.
491
4921999-04-08 Kunihiro Ishiguro <kunihiro@zebra.org>
493
494 * configure.in (LIBS): Add struct rt_addrinfo check.
495
4961999-04-07 Kunihiro Ishiguro <kunihiro@zebra.org>
497
498 * configure.in: AC_STDC_HEADERS added.
499
5001999-03-29 Kunihiro Ishiguro <kunihiro@zebra.org>
501
502 * Add dependencies to each directory's Makefile.am.
503
5041999-03-02 Peter Galbavy <Peter.Galbavy@knowledge.com>
505
506 * reworked include file structure, and configure so that all
507 source files get all system-dependent include files by including
508 <zebra.h> which is really lib/zebra.h. This means that the
509 different programs include files are now available as #include
510 "zebra/zebra.h" - note the use of quotes, not <> as delimiters.
511
512 In practical terms, if I haven't really screwed up, the main file
513 that maintainers for other OSes have to change is lib/zebra.h for
514 all the conditional includes etc.
515
516 * added --disable-pthread for those systems that seem to have
517 POSIX threads, but do not work. OpenBSD 2.4+ is like that just
518 now. Changed all occurance of #ifdef PTHREAD to use HAVE_PTHREAD
519 instead.
520
5211999-02-24 <kunihiro@zebra.org>
522
523 * configure.in: update to AC_PREREQ(1.13).
524 Change message from Linux 2.1.x to Linux 2.2.x.
525 * Added ospf6d directory support.
526
5271999-02-22 Peter Galbavy <Peter.Galbavy@knowledge.com>
528
529 * added a "log" element to the BGPd peer structure, enabling us to
530 start thinging about a log stream per peer. This is currently
531 ignored by the wrapper code, but developers should try to use the
532 "appropriate" ZLOG stream. Documentation will follow, when the
533 real routines start to exist.
534
535 The current plan is to use a copy of the BSD syslog() routines and
536 replace the syslog library function with our own. I will need
537 feedback from users of other platforms as this work is done to see
538 if all is well elsewhere.
539
540 * preliminary work on zlog() library. directly replaces syslog()
541 currently with zlog(ZLOG *, ...) where the new first argument
542 is a pointer to a ZLOG structure (defined in lib/log.h) and will
543 encapsulate all the information necessary to maintain multiple
544 logging streams.
545
5461999-02-19 Peter Galbavy <Peter.Galbavy@knowledge.com>
547
548 * added vsnprintf() macro to lib/str.h if required and removed
549 #ifdef SUNOS_5 dependency on it
550
5511999-02-18 Peter Galbavy <Peter.Galbavy@knowledge.com>
552
553 * syslog support added
554
5551999-02-18 Peter Galbavy <Peter.Galbavy@knowledge.com>
556
557 * configure.in: Add daemon function check.
558
5591999-01-21 Kunihiro Ishiguro <kunihiro@zebra.org>
560
561 * configure.in: Add --disable-ipv6, --disable-zebra,
562 --disable-bgpd, --disable-ripd, --disable-ripngd, --disable-ospfd
563 options to configure.
564
5651998-12-07 Kunihiro Ishiguro <kunihiro@zebra.org>
566
567 * configure.in: Check /usr/inet6/lib/libinet6.a exists or not.
568
5691998-10-14 Kunihiro Ishiguro <kunihiro@zebra.org>
570
571 * configure.in: Comment out FreeBSD's libc_r detect section. At
572 this moment it doesn't work correctly with zebra.
573
574 Netlink interface is only enabled when Linux kernel version is
575 upper than 2.1.0.
576
5771998-09-15 HEO SeonMeyong <seirios@matrix.iri.co.jp>
578
579 * Hydrangea is now called KAME, so change all defines.
580
5811998-08-16 Kunihiro Ishiguro <kunihiro@zebra.org>
582
583 * configure.in: ifaliasreq check added.
584
5851998-08-12 Katsuhiro Kondou <kondou@nec.co.jp>
586
587 * Patch is applied for compile under EWS4800
588
5891998-06-09 Kunihiro Ishiguro <kunihiro@zebra.org>
590
591 * configure.in: delete old mtu_method check.
592
593 * doc/zebra.texi (Kernel interface): chapter `Kernel interface' added
594
5951998-06-08 Kunihiro Ishiguro <kunihiro@zebra.org>
596
597 * configure.in: add new netlink check for GNU/Linux
598
5991998-06-07 Kunihiro Ishiguro <kunihiro@zebra.org>
600
601 * doc/zebra.texi: Update Linux netlink chapter.
602
6031998-05-18 Yamashita TAKAO <jargon@lares.dti.ne.jp>
604
605 * config.h.in: define PTHREAD if work on Solaris 2.6
606 why delete the definition? I miss?
607
6081998-05-08 Kunihiro Ishiguro <kunihiro@zebra.org>
609
610 * configure.in: add net/if.h header check.
611
6121998-05-02 SeonMeyong HEO <seirios@Matrix.iri.co.jp>
613
614 * zebra.tex,archfig.tex,zebra.sty: Manual file is added.
615 * zebra.texi: Modify Introduction text.
616 * RIPngd.c: Patch Hydrangea code.
617
6181998-05-01 Kunihiro Ishiguro <kunihiro@zebra.org>
619
620 * .cvsignore: added.
621
622 * Makerule.in: is gone.
623 * Makefile.am: Now we use automake to generate Makefile.in
624
6251998-03-19 Yamashita TAKAO <jargon@lares.dti.ne.jp>
626
627 * lib/vty.c: modified the definition of *master
628 * lib/sockunion.c (inet_aton): add, but don't work. uum...
629
630
6311998-03-15 Yamashita TAKAO <jargon@lares.dti.ne.jp>
632
633 * configure.in: define PTHREAD if work on Solaris 2.6
634 * config.h.in: likewise
635 * lib/thread.c: likewise
636 * lib/vty.c: likewise
637
6381998-03-15 SeonMeyong HEO <seirios@Matrix.iri.co.jp>
639
640 * config.h.in: define INET6 if defined HAVE_IPV6 & HYDRANGEA
641 * bgpd/: remove include <netinet6/in6.h> line.
642 * lib/: remove include <netinet6/in6.h> line.
643 * ripbgd/: remove include <netinet6/in6.h> line.
644 * zebra/: remove include <netinet6/in6.h> line.
645 * ripd/*.c: remove include <netinet6/in6.h> line.
646 undefine IPV6 difinitions because RIPd is not worked for
647 IPv6 protocol.
648
649
6501998-01-30 Kunihiro Ishiguro <kunihiro@zebra.org>
651
652 * configure.in: Change routing socket check method from
653 AC_TRY_COMPILE to AC_TRY_RUN because GNU libc version 2 has
654 AF_ROUTE but over linux it's meenigless.
655
6561998-01-06 Kunihiro Ishiguro <kunihiro@zebra.org>
657
658 * config.h.in: remove err_t define.
659
6601997-11-18 Kunihiro Ishiguro <kunihiro@zebra.org>
661
662 * configure.in (canonical): add check of IF_METHOD
663
6641997-09-27 Kunihiro Ishiguro <kunihiro@note.digital-magic.co.jp>
665
666 * configure.in: add INRIA check
667
6681997-09-25 Kunihiro Ishiguro <kunihiro@note.digital-magic.co.jp>
669
670 * configure.in (canonical): change ipforward_snmp.o to ipforward_proc.o
671
6721997-09-12 Kunihiro Ishiguro <kunihiro@zebra.org>
673
674 * configure.in: change IRDPD to NDPD
675
6761997-08-18 Kunihiro Ishiguro <kunihiro@zebra.org>
677
678 * INSTALL: new file
679
6801997-08-14 Kunihiro Ishiguro <kunihiro@zebra.org>
681
682 * config.h: add XCALLOC()
683