blob: a9e081224f8b2b43ce100aa3356577617b17a753 [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
paulab836aa2002-12-13 21:19:02 +00005 * ospfd md5 buffer copying fix (Greg Troxel)
paul8bd9c712002-12-13 21:05:16 +00006 * ospfd md5 sequence number derived from time()
paulab836aa2002-12-13 21:19:02 +00007 * RIPv1 fixes and improvements (John Hay)
8 * link state detection (linux) ([zebra 12269])
9 * Generic PtP and RFC3021 interface addressing support
10 (Frank van Maarseveen)
paul4fc01e62002-12-13 20:49:00 +000011
paul718e3742002-12-13 20:15:29 +0000122002-07-07 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
13
14 * zebra-0.93 released.
15
162002-06-28 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
17
18 * update-autotools: Change file name from update-auto-tools.sh.
19
202002-06-21 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
21
22 * update-auto-tools.sh: Add a new script to clean up build
23 environment.
24
252002-06-18 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
26
27 * Shift to the latest build environment autoconf-2.53 and
28 automake-1.6.2.
29
302001-10-22 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
31
32 * Integrate Glen Turner <glen.turner@aarnet.edu.au>'s pid option.
33
342001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
35
36 * zebra-0.92a released.
37
382001-08-19 "Peter Galbavy" <peter.galbavy@knowtion.net>
39
40 * configure.in: SNMP library check problem fix when the library is
41 installed under /usr/local/lib.
42
432001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
44
45 * zebra-0.92 released.
46
472001-04-22 Kunihiro Ishiguro <kunihiro@zebra.org>
48
49 * configure.in (LIBPAM): Use ZEBRA_AC_C_BIGENDIAN to avoid a
50 warning.
51 (IF_METHOD): Use test -r instead of AC_CHECK_FILE to avoid
52 warnings.
53
54 * config.guess: Update to 2000-11-10 version.
55
562001-04-11 Kunihiro Ishiguro <kunihiro@zebra.org>
57
58 * configure.in: Use AC_TRY_COMPILE instead of AC_EGREP_HEADER to
59 detect in_pktinfo structure. Suggested by: Vlad Lungu
60 <vlad@rls.roknet.ro>.
61
622001-03-07 Michael Rozhavsky <mrozhavsky@opticalaccess.com>
63
64 * configure.in: Add check for structure in_pktinfo.
65
662001-02-07 "Bjoern A. Zeeb" <bzeeb+zebra@zabbadoz.net>
67
68 * configure.in (USE_PAM): Fix PAM library detection code.
69
702001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
71
72 * zebra-0.91 is released.
73
742001-01-12 Kunihiro Ishiguro <kunihiro@zebra.org>
75
76 * configure.in: Remove guile related definition.
77
782001-01-11 Kunihiro Ishiguro <kunihiro@zebra.org>
79
80 * configure.in (ac_cv_htonl_works): HAVE_REPAIRABLE_HTONL is
81 removed. htonl should work fine on any platform.
82
832001-01-10 Kunihiro Ishiguro <kunihiro@zebra.org>
84
85 * configure.in: Remove --enable-oldrib option.
86
87 * acconfig.h: OLD_RIB definition is removed.
88
89 * zebra-0.90 is released.
90
91 * configure.in (LIBS): Add check for sun_len field in struct
92 sun_len.
93
942001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
95
96 * Makefile.am: Include init/redhat files to distribution.
97
982001-01-07 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
99
100 * configure.in: check libm.a for BGPd compile error.
101 AC_CHECK_LIB(m, main) was added.
102
1032000-12-29 Kunihiro Ishiguro <kunihiro@zebra.org>
104
105 * configure.in: --enable-unixdomain becomes default. Add
106 --enable-tcp-zebra for TCP/IP communication between protocol
107 daemon and zebra.
108
109 * COPYING.LIB: Added for lib/getopt.c, lib/getopt.h,
110 lib/getopt1.c, lib/md5-gnu.h, lib/md5.c, lib/regex-gnu.h,
111 lib/regex.c.
112
113 * Makefile.am (dist-hook): Include tools/*.cgi to distribution.
114
1152000-12-26 Kunihiro Ishiguro <kunihiro@zebra.org>
116
117 * configure.in (MULTIPATH_NUM): --enable-multipath=ARG specify
118 multipath number. ARG must be digit.
119
1202000-12-11 Kunihiro Ishiguro <kunihiro@zebra.org>
121
122 * configure.in: Add --enable-newrib for test new RIB code.
123
1242000-11-25 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
125
126 * configure.in, config.h.in: Add check for libutil.h and
127 setproctitle().
128
1292000-10-26 Kunihiro Ishiguro <kunihiro@zebra.org>
130
131 * configure.in: Add --enable-nssa for OSPF NSSA option.
132
133 * acconfig.h: Define HAVE_NSSA.
134
1352000-10-25 "Bjoern A. Zeeb" <bzeeb+zebra@zabbadoz.net>
136
137 * configure.in: pam_misc is only linked when the platform is
138 GNU/Linux.
139
1402000-10-24 Arkadiusz Miskiewicz <misiek@pld.org.pl>
141
142 * configure.in (LIBS): Add check for crypto library. test x`ls
143 ${ac_snmp}` is replaced with sipmle test -f.
144
1452000-10-23 Kunihiro Ishiguro <kunihiro@zebra.org>
146
147 * configure.in: Add --enable-unixdomain option. This will be
148 default behavior in zebra-0.90.
149
1502000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
151
152 * zebra-0.89 is released.
153
1542000-09-27 Kunihiro Ishiguro <kunihiro@zebra.org>
155
156 * configure.in: Add check for Intel CPU for Solaris on x86 check.
157
1582000-09-21 Kunihiro Ishiguro <kunihiro@zebra.org>
159
160 * configure.in: Add check for getifaddrs().
161 Set AM_INIT_AUTOMAKE version to 0.89.
162
1632000-09-14 Kunihiro Ishiguro <kunihiro@zebra.org>
164
165 * config.guess: Update to the latest version.
166
167 * config.sub: Likewise
168
1692000-09-14 David Lipovkov <dlipovkov@OpticalAccess.com>
170
171 * REPORTING-BUGS: New file is added.
172
1732000-08-27 itojun@iijlab.net
174
175 * configure.in: Add ncurses library check when --enable-vtysh is
176 specified.
177
1782000-08-22 Kunihiro Ishiguro <kunihiro@zebra.org>
179
180 * configure.in: Add check for readline/history.h.
181
182 * acconfig.h: Remove pthread related variables.
183
184 * configure.in: Add --with-libpam option for vtysh PAM
185 authentication. Remove --disable-pthread because we don't support
186 pthread.
187
1882000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
189
190 * zebra-0.88 is released.
191
192 * configure.in: Add Solaris -lcurses for vtysh.
193
1942000-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
195
196 * configure.in: Add check for ncurses for compiling on Solaris.
197
1982000-07-27 Kunihiro Ishiguro <kunihiro@zebra.org>
199
200 * configure.in: Add check for libreadline when --enable-vtysh is
201 specified.
202
2032000-07-23 Kunihiro Ishiguro <kunihiro@zebra.org>
204
205 * configure.in: Add AC_DEFINE(OPEN_BSD). When OS is OpenBSD
206 interface method is if_ioctl.o
207
2082000-07-09 Chris Dunlop <chris@onthe.net.au>
209
210 * acconfig.h: Add HAVE_BROKEN_ALIASES.
211
212 * configure.in: Add --enable-broken-aliases.
213
2142000-06-12 Kunihiro Ishiguro <kunihiro@zebra.org>
215
216 * Set version to zebra-0.87.
217
2182000-06-05 Kunihiro Ishiguro <kunihiro@zebra.org>
219
220 * configure.in: Remove --enable-mpls-vpn. Now MPLS-VPN support is
221 default.
222
223 * Set version to zebra-0.87-pre
224
225 * Makefile.am: Likewise.
226
2272000-04-27 Kunihiro Ishiguro <kunihiro@zebra.org>
228
229 * Set version to 0.86.
230
2312000-03-21 Kunihiro Ishiguro <kunihiro@zebra.org>
232
233 * Set version to 0.85b for ospfd test.
234
2352000-03-20 Kunihiro Ishiguro <kunihiro@zebra.org>
236
237 * Set version to 0.85a for ospfd test.
238
2392000-03-08 Kunihiro Ishiguro <kunihiro@zebra.org>
240
241 * Set version to 0.85.
242
2432000-01-26 Kunihiro Ishiguro <kunihiro@zebra.org>
244
245 * Makefile.in: Regenerated by patched automake for fixing "make
246 clean" problem on FreeBSD.
247
2481999-12-08 Kunihiro Ishiguro <kunihiro@zebra.org>
249
250 * Set version to 0.83a. This is for *BSD static route lookup
251 problem.
252
2531999-12-06 Kunihiro Ishiguro <kunihiro@zebra.org>
254
255 * Set version to 0.83.
256
2571999-11-29 Kunihiro Ishiguro <kunihiro@zebra.org>
258
259 * Set version to 0.82.
260
2611999-11-23 Kunihiro Ishiguro <kunihiro@zebra.org>
262
263 * aczebra.m4: New file added.
264
2651999-11-21 Michael Handler <handler@sub-rosa.com>
266
267 * configure.in (LIBS): Add sa_len check of sockaddr.
268
269 * acconfig.h: Add HAVE_SA_LEN.
270
2711999-11-12 Kunihiro Ishiguro <kunihiro@zebra.org>
272
273 * version.h: Update version to zebra-0.81b for bgpd test.
274
2751999-11-09 Kunihiro Ishiguro <kunihiro@zebra.org>
276
277 * configure.in: Add --enable-mbgp.
278
2791999-11-05 Kunihiro Ishiguro <kunihiro@zebra.org>
280
281 * Makefile.am (EXTRA_DIST): Add TODO to the distribution.
282
2831999-11-04 Kunihiro Ishiguro <kunihiro@zebra.org>
284
285 * TODO: New file is added.
286
2871999-11-03 Kunihiro Ishiguro <kunihiro@zebra.org>
288
289 * version.h: Update version to zebra-0.81a for ospfd test.
290
2911999-10-28 Kunihiro Ishiguro <kunihiro@zebra.org>
292
293 * configure.in: New option --enable-snmp is added.
294
2951999-10-24 Kunihiro Ishiguro <kunihiro@zebra.org>
296
297 * version.h: Update version to zebra-0.80.
298
2991999-10-21 Kunihiro Ishiguro <kunihiro@zebra.org>
300
301 * version.h: Update version to zebra-0.80-pre3
302
3031999-10-18 Kunihiro Ishiguro <kunihiro@zebra.org>
304
305 * configure.in (LIBS): SNMP check is done by ucd-snmp/asn1.h.
306
3071999-10-10 Peter Galbavy <Peter.Galbavy@knowledge.com>
308
309 * configure.in: Add support of OpenBSD.
310
3111999-10-04 Kunihiro Ishiguro <kunihiro@zebra.org>
312
313 * version.h: Update version to zebra-0.80-pre2.
314
3151999-09-27 Kunihiro Ishiguro <kunihiro@zebra.org>
316
317 * version.h: Update version to zebra-0.80-pre. From this version,
318 access-list and prefix-list's name space is divided into IPv4 and
319 IPv6.
320
3211999-09-17 Kunihiro Ishiguro <kunihiro@zebra.org>
322
323 * version.h: For test recent fixes Set version to zebra-0.79a.
324
3251999-09-14 Kunihiro Ishiguro <kunihiro@zebra.org>
326
327 * version.h: zebra-0.79 is out.
328
3291999-09-08 Kunihiro Ishiguro <kunihiro@zebra.org>
330
331 * version.h: For ospfd's virtual link test. Set version to 0.78h.
332
3331999-09-07 Kunihiro Ishiguro <kunihiro@zebra.org>
334
335 * version.h: For ospfd test. Set version to 0.78g.
336
3371999-09-05 Kunihiro Ishiguro <kunihiro@zebra.org>
338
339 * version.h: For internal test of ospfd. Set version to 0.78f.
340
3411999-09-02 Kunihiro Ishiguro <kunihiro@zebra.org>
342
343 * version.h: To test ospfd's fix, set version to 0.78e.
344
3451999-09-01 Kunihiro Ishiguro <kunihiro@zebra.org>
346
347 * version.h: To test ospfd's area related bug fix, set version
348 to 0.78d.
349
3501999-09-01 Kunihiro Ishiguro <kunihiro@zebra.org>
351
352 * version.h: To test ospfd, set version to 0.78c.
353
3541999-08-31 Janos Farkas <chexum@shadow.banki.hu>
355
356 * Many misspelling correction.
357
3581999-08-31 Kunihiro Ishiguro <kunihiro@zebra.org>
359
360 * version.h: To test ospfd, set version to 0.78b.
361
3621999-08-31 Kunihiro Ishiguro <kunihiro@zebra.org>
363
364 * configure.in (LIBS): Add UCD-SNMP include path check.
365
3661999-08-31 Lars Fenneberg <lf@elemental.net>
367
368 * configure.in: The logic which detects the UCD-SNMP library
369 should first check in the default system locations for the library
370 and then in /usr/local.
371
3721999-08-27 itojun@iijlab.net
373
374 * configure.in (LIBS): Fix problem about libsnmp.a check.
375
3761999-08-26 kay <kay@v6.access.co.jp>
377
378 * configure.in (CFLAGS): Add <sys/socket.h> to check socklen_t.
379
3801999-08-24 VOP <vop@unity.net>
381
382 * filter.c: Include "sockunion.h".
383 plist.c: Likewise.
384 table.c: Likewise.
385
3861999-08-24 Kunihiro Ishiguro <kunihiro@zebra.org>
387
388 * configure.in: Add netinet6/in6.h check.
389
3901999-08-21 Masaki Minami <masaki@minami.org>
391
392 * BSD/OS 4.0 porting.
393
3941999-08-15 Kunihiro Ishiguro <kunihiro@zebra.org>
395
396 * configure.in: Add --enable-netlink option to force to use Linux
397 netlink interface.
398 (CFLAGS): Add ucd-snmp library check.
399
400 * acconfig.h: If socklen_t is not defined, typedef int to
401 socklen_t.
402
4031999-08-15 Arkadiusz Miskiewicz <misiek@misiek.eu.org>
404
405 * configure.in: When --enable-ipv6 specified, then only kernel
406 version is checked.
407
4081999-08-14 Kunihiro Ishiguro <kunihiro@zebra.org>
409
410 * configure.in: Add GNU libc 2.1 check.
411
4121999-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
413
414 * configure.in: Fix privious Linux IPv6 check changes.
415
4161999-08-02 Arkadiusz Miskiewicz <misiek@misiek.eu.org>
417
418 * configure.in: Improve Linux IPv6 feature check.
419
4201999-07-29 Rick Payne <rickp@rossfell.co.uk>
421
422 * Changed route-maps to behave in a more cisco-like fashion
423
4241999-07-27 Gerhard Poul <gpoul@gnu.org>
425
426 * SERVICES: New file added.
427
4281999-07-12 itojun@iijlab.net
429
430 * configure.in: Add check for getaddrinfo. Improve Kame related
431 library check.
432
4331999-07-07 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
434
435 * configure.in, acconfig.h: Add check for FreeBSD 3.2.
436
4371999-07-07 Kunihiro Ishiguro <kunihiro@zebra.org>
438
439 * configure.in: Delete check for netinet/ip6.h.
440
4411999-06-30 Gerhard Poul <gpoul@gnu.org>
442
443 * README: remixed the old files and added some new parts.
444 moved some INSTALL stuff into INSTALL file.
445 moved some other stuff to doc/zebra.texi
446
4471999-06-29 Kunihiro Ishiguro <kunihiro@zebra.org>
448
449 * configure.in (LIBS): Add libresolv check.
450 Change --enabe-all-in-one option to --enable-one-vty.
451
4521999-06-20 Kunihiro Ishiguro <kunihiro@zebra.org>
453
454 * configure.in: Add --enabe-all-in-one option.
455
4561999-06-16 Kunihiro Ishiguro <kunihiro@zebra.org>
457
458 * configure.in: Add socklen_t check.
459
4601999-06-16 Gerhard Poul <gpoul@gnu.org>
461
462 * Many compile warnings fixed.
463
4641999-05-31 Kunihiro Ishiguro <kunihiro@zebra.org>
465
466 * configure.in: Change message from Linux 2.2.X IPv6 to Linux IPv6.
467 OpenBSD (NRL) check is enabled.
468
4691999-05-30 Kunihiro Ishiguro <kunihiro@zebra.org>
470
471 * configure.in (LIBS): Add crypt library check.
472
4731999-05-08 Kunihiro Ishiguro <kunihiro@zebra.org>
474
475 * configure.in: Add sin6_scope_id in struct sockaddr_in6 check.
476
4771999-04-30 Kunihiro Ishiguro <kunihiro@zebra.org>
478
479 * Set version to 0.63 for first beta package.
480
4811999-04-15 Kunihiro Ishiguro <kunihiro@zebra.org>
482
483 * guile.m4: Added from guile package.
484
4851999-04-14 Kunihiro Ishiguro <kunihiro@zebra.org>
486
487 * Set version to 0.60 for beta package preparation.
488
4891999-04-12 Kunihiro Ishiguro <kunihiro@zebra.org>
490
491 * Makefile.am: Add noninst_LIBRARIES each directory's Makefile.am.
492 This change is for linking these libraries to guile.
493
4941999-04-08 Kunihiro Ishiguro <kunihiro@zebra.org>
495
496 * configure.in (LIBS): Add struct rt_addrinfo check.
497
4981999-04-07 Kunihiro Ishiguro <kunihiro@zebra.org>
499
500 * configure.in: AC_STDC_HEADERS added.
501
5021999-03-29 Kunihiro Ishiguro <kunihiro@zebra.org>
503
504 * Add dependencies to each directory's Makefile.am.
505
5061999-03-02 Peter Galbavy <Peter.Galbavy@knowledge.com>
507
508 * reworked include file structure, and configure so that all
509 source files get all system-dependent include files by including
510 <zebra.h> which is really lib/zebra.h. This means that the
511 different programs include files are now available as #include
512 "zebra/zebra.h" - note the use of quotes, not <> as delimiters.
513
514 In practical terms, if I haven't really screwed up, the main file
515 that maintainers for other OSes have to change is lib/zebra.h for
516 all the conditional includes etc.
517
518 * added --disable-pthread for those systems that seem to have
519 POSIX threads, but do not work. OpenBSD 2.4+ is like that just
520 now. Changed all occurance of #ifdef PTHREAD to use HAVE_PTHREAD
521 instead.
522
5231999-02-24 <kunihiro@zebra.org>
524
525 * configure.in: update to AC_PREREQ(1.13).
526 Change message from Linux 2.1.x to Linux 2.2.x.
527 * Added ospf6d directory support.
528
5291999-02-22 Peter Galbavy <Peter.Galbavy@knowledge.com>
530
531 * added a "log" element to the BGPd peer structure, enabling us to
532 start thinging about a log stream per peer. This is currently
533 ignored by the wrapper code, but developers should try to use the
534 "appropriate" ZLOG stream. Documentation will follow, when the
535 real routines start to exist.
536
537 The current plan is to use a copy of the BSD syslog() routines and
538 replace the syslog library function with our own. I will need
539 feedback from users of other platforms as this work is done to see
540 if all is well elsewhere.
541
542 * preliminary work on zlog() library. directly replaces syslog()
543 currently with zlog(ZLOG *, ...) where the new first argument
544 is a pointer to a ZLOG structure (defined in lib/log.h) and will
545 encapsulate all the information necessary to maintain multiple
546 logging streams.
547
5481999-02-19 Peter Galbavy <Peter.Galbavy@knowledge.com>
549
550 * added vsnprintf() macro to lib/str.h if required and removed
551 #ifdef SUNOS_5 dependency on it
552
5531999-02-18 Peter Galbavy <Peter.Galbavy@knowledge.com>
554
555 * syslog support added
556
5571999-02-18 Peter Galbavy <Peter.Galbavy@knowledge.com>
558
559 * configure.in: Add daemon function check.
560
5611999-01-21 Kunihiro Ishiguro <kunihiro@zebra.org>
562
563 * configure.in: Add --disable-ipv6, --disable-zebra,
564 --disable-bgpd, --disable-ripd, --disable-ripngd, --disable-ospfd
565 options to configure.
566
5671998-12-07 Kunihiro Ishiguro <kunihiro@zebra.org>
568
569 * configure.in: Check /usr/inet6/lib/libinet6.a exists or not.
570
5711998-10-14 Kunihiro Ishiguro <kunihiro@zebra.org>
572
573 * configure.in: Comment out FreeBSD's libc_r detect section. At
574 this moment it doesn't work correctly with zebra.
575
576 Netlink interface is only enabled when Linux kernel version is
577 upper than 2.1.0.
578
5791998-09-15 HEO SeonMeyong <seirios@matrix.iri.co.jp>
580
581 * Hydrangea is now called KAME, so change all defines.
582
5831998-08-16 Kunihiro Ishiguro <kunihiro@zebra.org>
584
585 * configure.in: ifaliasreq check added.
586
5871998-08-12 Katsuhiro Kondou <kondou@nec.co.jp>
588
589 * Patch is applied for compile under EWS4800
590
5911998-06-09 Kunihiro Ishiguro <kunihiro@zebra.org>
592
593 * configure.in: delete old mtu_method check.
594
595 * doc/zebra.texi (Kernel interface): chapter `Kernel interface' added
596
5971998-06-08 Kunihiro Ishiguro <kunihiro@zebra.org>
598
599 * configure.in: add new netlink check for GNU/Linux
600
6011998-06-07 Kunihiro Ishiguro <kunihiro@zebra.org>
602
603 * doc/zebra.texi: Update Linux netlink chapter.
604
6051998-05-18 Yamashita TAKAO <jargon@lares.dti.ne.jp>
606
607 * config.h.in: define PTHREAD if work on Solaris 2.6
608 why delete the definition? I miss?
609
6101998-05-08 Kunihiro Ishiguro <kunihiro@zebra.org>
611
612 * configure.in: add net/if.h header check.
613
6141998-05-02 SeonMeyong HEO <seirios@Matrix.iri.co.jp>
615
616 * zebra.tex,archfig.tex,zebra.sty: Manual file is added.
617 * zebra.texi: Modify Introduction text.
618 * RIPngd.c: Patch Hydrangea code.
619
6201998-05-01 Kunihiro Ishiguro <kunihiro@zebra.org>
621
622 * .cvsignore: added.
623
624 * Makerule.in: is gone.
625 * Makefile.am: Now we use automake to generate Makefile.in
626
6271998-03-19 Yamashita TAKAO <jargon@lares.dti.ne.jp>
628
629 * lib/vty.c: modified the definition of *master
630 * lib/sockunion.c (inet_aton): add, but don't work. uum...
631
632
6331998-03-15 Yamashita TAKAO <jargon@lares.dti.ne.jp>
634
635 * configure.in: define PTHREAD if work on Solaris 2.6
636 * config.h.in: likewise
637 * lib/thread.c: likewise
638 * lib/vty.c: likewise
639
6401998-03-15 SeonMeyong HEO <seirios@Matrix.iri.co.jp>
641
642 * config.h.in: define INET6 if defined HAVE_IPV6 & HYDRANGEA
643 * bgpd/: remove include <netinet6/in6.h> line.
644 * lib/: remove include <netinet6/in6.h> line.
645 * ripbgd/: remove include <netinet6/in6.h> line.
646 * zebra/: remove include <netinet6/in6.h> line.
647 * ripd/*.c: remove include <netinet6/in6.h> line.
648 undefine IPV6 difinitions because RIPd is not worked for
649 IPv6 protocol.
650
651
6521998-01-30 Kunihiro Ishiguro <kunihiro@zebra.org>
653
654 * configure.in: Change routing socket check method from
655 AC_TRY_COMPILE to AC_TRY_RUN because GNU libc version 2 has
656 AF_ROUTE but over linux it's meenigless.
657
6581998-01-06 Kunihiro Ishiguro <kunihiro@zebra.org>
659
660 * config.h.in: remove err_t define.
661
6621997-11-18 Kunihiro Ishiguro <kunihiro@zebra.org>
663
664 * configure.in (canonical): add check of IF_METHOD
665
6661997-09-27 Kunihiro Ishiguro <kunihiro@note.digital-magic.co.jp>
667
668 * configure.in: add INRIA check
669
6701997-09-25 Kunihiro Ishiguro <kunihiro@note.digital-magic.co.jp>
671
672 * configure.in (canonical): change ipforward_snmp.o to ipforward_proc.o
673
6741997-09-12 Kunihiro Ishiguro <kunihiro@zebra.org>
675
676 * configure.in: change IRDPD to NDPD
677
6781997-08-18 Kunihiro Ishiguro <kunihiro@zebra.org>
679
680 * INSTALL: new file
681
6821997-08-14 Kunihiro Ishiguro <kunihiro@zebra.org>
683
684 * config.h: add XCALLOC()
685