blob: 23f5c30eb83f20ee7548384ac8461d07ca4552f0 [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
paul0efa4d52002-12-13 21:55:43 +00004 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)
paul0efa4d52002-12-13 21:55:43 +000011 * Michal Ludvig <michal@logix.cz>:
12 [zebra 16525] PATCH: Bugfixes for KAME systems
13 * Kevin C Miller <kevinm@andrew.cmu.edu>
14 [zebra 16681] OSPF NSSA Patches
15 * Yon Uriarte <havanna_moon@gmx.net>
16 [zebra 16671] [PATCH] CLI extensions
paul4fc01e62002-12-13 20:49:00 +000017
paul718e3742002-12-13 20:15:29 +0000182002-07-07 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
19
20 * zebra-0.93 released.
21
222002-06-28 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
23
24 * update-autotools: Change file name from update-auto-tools.sh.
25
262002-06-21 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
27
28 * update-auto-tools.sh: Add a new script to clean up build
29 environment.
30
312002-06-18 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
32
33 * Shift to the latest build environment autoconf-2.53 and
34 automake-1.6.2.
35
362001-10-22 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
37
38 * Integrate Glen Turner <glen.turner@aarnet.edu.au>'s pid option.
39
402001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
41
42 * zebra-0.92a released.
43
442001-08-19 "Peter Galbavy" <peter.galbavy@knowtion.net>
45
46 * configure.in: SNMP library check problem fix when the library is
47 installed under /usr/local/lib.
48
492001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
50
51 * zebra-0.92 released.
52
532001-04-22 Kunihiro Ishiguro <kunihiro@zebra.org>
54
55 * configure.in (LIBPAM): Use ZEBRA_AC_C_BIGENDIAN to avoid a
56 warning.
57 (IF_METHOD): Use test -r instead of AC_CHECK_FILE to avoid
58 warnings.
59
60 * config.guess: Update to 2000-11-10 version.
61
622001-04-11 Kunihiro Ishiguro <kunihiro@zebra.org>
63
64 * configure.in: Use AC_TRY_COMPILE instead of AC_EGREP_HEADER to
65 detect in_pktinfo structure. Suggested by: Vlad Lungu
66 <vlad@rls.roknet.ro>.
67
682001-03-07 Michael Rozhavsky <mrozhavsky@opticalaccess.com>
69
70 * configure.in: Add check for structure in_pktinfo.
71
722001-02-07 "Bjoern A. Zeeb" <bzeeb+zebra@zabbadoz.net>
73
74 * configure.in (USE_PAM): Fix PAM library detection code.
75
762001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
77
78 * zebra-0.91 is released.
79
802001-01-12 Kunihiro Ishiguro <kunihiro@zebra.org>
81
82 * configure.in: Remove guile related definition.
83
842001-01-11 Kunihiro Ishiguro <kunihiro@zebra.org>
85
86 * configure.in (ac_cv_htonl_works): HAVE_REPAIRABLE_HTONL is
87 removed. htonl should work fine on any platform.
88
892001-01-10 Kunihiro Ishiguro <kunihiro@zebra.org>
90
91 * configure.in: Remove --enable-oldrib option.
92
93 * acconfig.h: OLD_RIB definition is removed.
94
95 * zebra-0.90 is released.
96
97 * configure.in (LIBS): Add check for sun_len field in struct
98 sun_len.
99
1002001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
101
102 * Makefile.am: Include init/redhat files to distribution.
103
1042001-01-07 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
105
106 * configure.in: check libm.a for BGPd compile error.
107 AC_CHECK_LIB(m, main) was added.
108
1092000-12-29 Kunihiro Ishiguro <kunihiro@zebra.org>
110
111 * configure.in: --enable-unixdomain becomes default. Add
112 --enable-tcp-zebra for TCP/IP communication between protocol
113 daemon and zebra.
114
115 * COPYING.LIB: Added for lib/getopt.c, lib/getopt.h,
116 lib/getopt1.c, lib/md5-gnu.h, lib/md5.c, lib/regex-gnu.h,
117 lib/regex.c.
118
119 * Makefile.am (dist-hook): Include tools/*.cgi to distribution.
120
1212000-12-26 Kunihiro Ishiguro <kunihiro@zebra.org>
122
123 * configure.in (MULTIPATH_NUM): --enable-multipath=ARG specify
124 multipath number. ARG must be digit.
125
1262000-12-11 Kunihiro Ishiguro <kunihiro@zebra.org>
127
128 * configure.in: Add --enable-newrib for test new RIB code.
129
1302000-11-25 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
131
132 * configure.in, config.h.in: Add check for libutil.h and
133 setproctitle().
134
1352000-10-26 Kunihiro Ishiguro <kunihiro@zebra.org>
136
137 * configure.in: Add --enable-nssa for OSPF NSSA option.
138
139 * acconfig.h: Define HAVE_NSSA.
140
1412000-10-25 "Bjoern A. Zeeb" <bzeeb+zebra@zabbadoz.net>
142
143 * configure.in: pam_misc is only linked when the platform is
144 GNU/Linux.
145
1462000-10-24 Arkadiusz Miskiewicz <misiek@pld.org.pl>
147
148 * configure.in (LIBS): Add check for crypto library. test x`ls
149 ${ac_snmp}` is replaced with sipmle test -f.
150
1512000-10-23 Kunihiro Ishiguro <kunihiro@zebra.org>
152
153 * configure.in: Add --enable-unixdomain option. This will be
154 default behavior in zebra-0.90.
155
1562000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
157
158 * zebra-0.89 is released.
159
1602000-09-27 Kunihiro Ishiguro <kunihiro@zebra.org>
161
162 * configure.in: Add check for Intel CPU for Solaris on x86 check.
163
1642000-09-21 Kunihiro Ishiguro <kunihiro@zebra.org>
165
166 * configure.in: Add check for getifaddrs().
167 Set AM_INIT_AUTOMAKE version to 0.89.
168
1692000-09-14 Kunihiro Ishiguro <kunihiro@zebra.org>
170
171 * config.guess: Update to the latest version.
172
173 * config.sub: Likewise
174
1752000-09-14 David Lipovkov <dlipovkov@OpticalAccess.com>
176
177 * REPORTING-BUGS: New file is added.
178
1792000-08-27 itojun@iijlab.net
180
181 * configure.in: Add ncurses library check when --enable-vtysh is
182 specified.
183
1842000-08-22 Kunihiro Ishiguro <kunihiro@zebra.org>
185
186 * configure.in: Add check for readline/history.h.
187
188 * acconfig.h: Remove pthread related variables.
189
190 * configure.in: Add --with-libpam option for vtysh PAM
191 authentication. Remove --disable-pthread because we don't support
192 pthread.
193
1942000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
195
196 * zebra-0.88 is released.
197
198 * configure.in: Add Solaris -lcurses for vtysh.
199
2002000-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
201
202 * configure.in: Add check for ncurses for compiling on Solaris.
203
2042000-07-27 Kunihiro Ishiguro <kunihiro@zebra.org>
205
206 * configure.in: Add check for libreadline when --enable-vtysh is
207 specified.
208
2092000-07-23 Kunihiro Ishiguro <kunihiro@zebra.org>
210
211 * configure.in: Add AC_DEFINE(OPEN_BSD). When OS is OpenBSD
212 interface method is if_ioctl.o
213
2142000-07-09 Chris Dunlop <chris@onthe.net.au>
215
216 * acconfig.h: Add HAVE_BROKEN_ALIASES.
217
218 * configure.in: Add --enable-broken-aliases.
219
2202000-06-12 Kunihiro Ishiguro <kunihiro@zebra.org>
221
222 * Set version to zebra-0.87.
223
2242000-06-05 Kunihiro Ishiguro <kunihiro@zebra.org>
225
226 * configure.in: Remove --enable-mpls-vpn. Now MPLS-VPN support is
227 default.
228
229 * Set version to zebra-0.87-pre
230
231 * Makefile.am: Likewise.
232
2332000-04-27 Kunihiro Ishiguro <kunihiro@zebra.org>
234
235 * Set version to 0.86.
236
2372000-03-21 Kunihiro Ishiguro <kunihiro@zebra.org>
238
239 * Set version to 0.85b for ospfd test.
240
2412000-03-20 Kunihiro Ishiguro <kunihiro@zebra.org>
242
243 * Set version to 0.85a for ospfd test.
244
2452000-03-08 Kunihiro Ishiguro <kunihiro@zebra.org>
246
247 * Set version to 0.85.
248
2492000-01-26 Kunihiro Ishiguro <kunihiro@zebra.org>
250
251 * Makefile.in: Regenerated by patched automake for fixing "make
252 clean" problem on FreeBSD.
253
2541999-12-08 Kunihiro Ishiguro <kunihiro@zebra.org>
255
256 * Set version to 0.83a. This is for *BSD static route lookup
257 problem.
258
2591999-12-06 Kunihiro Ishiguro <kunihiro@zebra.org>
260
261 * Set version to 0.83.
262
2631999-11-29 Kunihiro Ishiguro <kunihiro@zebra.org>
264
265 * Set version to 0.82.
266
2671999-11-23 Kunihiro Ishiguro <kunihiro@zebra.org>
268
269 * aczebra.m4: New file added.
270
2711999-11-21 Michael Handler <handler@sub-rosa.com>
272
273 * configure.in (LIBS): Add sa_len check of sockaddr.
274
275 * acconfig.h: Add HAVE_SA_LEN.
276
2771999-11-12 Kunihiro Ishiguro <kunihiro@zebra.org>
278
279 * version.h: Update version to zebra-0.81b for bgpd test.
280
2811999-11-09 Kunihiro Ishiguro <kunihiro@zebra.org>
282
283 * configure.in: Add --enable-mbgp.
284
2851999-11-05 Kunihiro Ishiguro <kunihiro@zebra.org>
286
287 * Makefile.am (EXTRA_DIST): Add TODO to the distribution.
288
2891999-11-04 Kunihiro Ishiguro <kunihiro@zebra.org>
290
291 * TODO: New file is added.
292
2931999-11-03 Kunihiro Ishiguro <kunihiro@zebra.org>
294
295 * version.h: Update version to zebra-0.81a for ospfd test.
296
2971999-10-28 Kunihiro Ishiguro <kunihiro@zebra.org>
298
299 * configure.in: New option --enable-snmp is added.
300
3011999-10-24 Kunihiro Ishiguro <kunihiro@zebra.org>
302
303 * version.h: Update version to zebra-0.80.
304
3051999-10-21 Kunihiro Ishiguro <kunihiro@zebra.org>
306
307 * version.h: Update version to zebra-0.80-pre3
308
3091999-10-18 Kunihiro Ishiguro <kunihiro@zebra.org>
310
311 * configure.in (LIBS): SNMP check is done by ucd-snmp/asn1.h.
312
3131999-10-10 Peter Galbavy <Peter.Galbavy@knowledge.com>
314
315 * configure.in: Add support of OpenBSD.
316
3171999-10-04 Kunihiro Ishiguro <kunihiro@zebra.org>
318
319 * version.h: Update version to zebra-0.80-pre2.
320
3211999-09-27 Kunihiro Ishiguro <kunihiro@zebra.org>
322
323 * version.h: Update version to zebra-0.80-pre. From this version,
324 access-list and prefix-list's name space is divided into IPv4 and
325 IPv6.
326
3271999-09-17 Kunihiro Ishiguro <kunihiro@zebra.org>
328
329 * version.h: For test recent fixes Set version to zebra-0.79a.
330
3311999-09-14 Kunihiro Ishiguro <kunihiro@zebra.org>
332
333 * version.h: zebra-0.79 is out.
334
3351999-09-08 Kunihiro Ishiguro <kunihiro@zebra.org>
336
337 * version.h: For ospfd's virtual link test. Set version to 0.78h.
338
3391999-09-07 Kunihiro Ishiguro <kunihiro@zebra.org>
340
341 * version.h: For ospfd test. Set version to 0.78g.
342
3431999-09-05 Kunihiro Ishiguro <kunihiro@zebra.org>
344
345 * version.h: For internal test of ospfd. Set version to 0.78f.
346
3471999-09-02 Kunihiro Ishiguro <kunihiro@zebra.org>
348
349 * version.h: To test ospfd's fix, set version to 0.78e.
350
3511999-09-01 Kunihiro Ishiguro <kunihiro@zebra.org>
352
353 * version.h: To test ospfd's area related bug fix, set version
354 to 0.78d.
355
3561999-09-01 Kunihiro Ishiguro <kunihiro@zebra.org>
357
358 * version.h: To test ospfd, set version to 0.78c.
359
3601999-08-31 Janos Farkas <chexum@shadow.banki.hu>
361
362 * Many misspelling correction.
363
3641999-08-31 Kunihiro Ishiguro <kunihiro@zebra.org>
365
366 * version.h: To test ospfd, set version to 0.78b.
367
3681999-08-31 Kunihiro Ishiguro <kunihiro@zebra.org>
369
370 * configure.in (LIBS): Add UCD-SNMP include path check.
371
3721999-08-31 Lars Fenneberg <lf@elemental.net>
373
374 * configure.in: The logic which detects the UCD-SNMP library
375 should first check in the default system locations for the library
376 and then in /usr/local.
377
3781999-08-27 itojun@iijlab.net
379
380 * configure.in (LIBS): Fix problem about libsnmp.a check.
381
3821999-08-26 kay <kay@v6.access.co.jp>
383
384 * configure.in (CFLAGS): Add <sys/socket.h> to check socklen_t.
385
3861999-08-24 VOP <vop@unity.net>
387
388 * filter.c: Include "sockunion.h".
389 plist.c: Likewise.
390 table.c: Likewise.
391
3921999-08-24 Kunihiro Ishiguro <kunihiro@zebra.org>
393
394 * configure.in: Add netinet6/in6.h check.
395
3961999-08-21 Masaki Minami <masaki@minami.org>
397
398 * BSD/OS 4.0 porting.
399
4001999-08-15 Kunihiro Ishiguro <kunihiro@zebra.org>
401
402 * configure.in: Add --enable-netlink option to force to use Linux
403 netlink interface.
404 (CFLAGS): Add ucd-snmp library check.
405
406 * acconfig.h: If socklen_t is not defined, typedef int to
407 socklen_t.
408
4091999-08-15 Arkadiusz Miskiewicz <misiek@misiek.eu.org>
410
411 * configure.in: When --enable-ipv6 specified, then only kernel
412 version is checked.
413
4141999-08-14 Kunihiro Ishiguro <kunihiro@zebra.org>
415
416 * configure.in: Add GNU libc 2.1 check.
417
4181999-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
419
420 * configure.in: Fix privious Linux IPv6 check changes.
421
4221999-08-02 Arkadiusz Miskiewicz <misiek@misiek.eu.org>
423
424 * configure.in: Improve Linux IPv6 feature check.
425
4261999-07-29 Rick Payne <rickp@rossfell.co.uk>
427
428 * Changed route-maps to behave in a more cisco-like fashion
429
4301999-07-27 Gerhard Poul <gpoul@gnu.org>
431
432 * SERVICES: New file added.
433
4341999-07-12 itojun@iijlab.net
435
436 * configure.in: Add check for getaddrinfo. Improve Kame related
437 library check.
438
4391999-07-07 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
440
441 * configure.in, acconfig.h: Add check for FreeBSD 3.2.
442
4431999-07-07 Kunihiro Ishiguro <kunihiro@zebra.org>
444
445 * configure.in: Delete check for netinet/ip6.h.
446
4471999-06-30 Gerhard Poul <gpoul@gnu.org>
448
449 * README: remixed the old files and added some new parts.
450 moved some INSTALL stuff into INSTALL file.
451 moved some other stuff to doc/zebra.texi
452
4531999-06-29 Kunihiro Ishiguro <kunihiro@zebra.org>
454
455 * configure.in (LIBS): Add libresolv check.
456 Change --enabe-all-in-one option to --enable-one-vty.
457
4581999-06-20 Kunihiro Ishiguro <kunihiro@zebra.org>
459
460 * configure.in: Add --enabe-all-in-one option.
461
4621999-06-16 Kunihiro Ishiguro <kunihiro@zebra.org>
463
464 * configure.in: Add socklen_t check.
465
4661999-06-16 Gerhard Poul <gpoul@gnu.org>
467
468 * Many compile warnings fixed.
469
4701999-05-31 Kunihiro Ishiguro <kunihiro@zebra.org>
471
472 * configure.in: Change message from Linux 2.2.X IPv6 to Linux IPv6.
473 OpenBSD (NRL) check is enabled.
474
4751999-05-30 Kunihiro Ishiguro <kunihiro@zebra.org>
476
477 * configure.in (LIBS): Add crypt library check.
478
4791999-05-08 Kunihiro Ishiguro <kunihiro@zebra.org>
480
481 * configure.in: Add sin6_scope_id in struct sockaddr_in6 check.
482
4831999-04-30 Kunihiro Ishiguro <kunihiro@zebra.org>
484
485 * Set version to 0.63 for first beta package.
486
4871999-04-15 Kunihiro Ishiguro <kunihiro@zebra.org>
488
489 * guile.m4: Added from guile package.
490
4911999-04-14 Kunihiro Ishiguro <kunihiro@zebra.org>
492
493 * Set version to 0.60 for beta package preparation.
494
4951999-04-12 Kunihiro Ishiguro <kunihiro@zebra.org>
496
497 * Makefile.am: Add noninst_LIBRARIES each directory's Makefile.am.
498 This change is for linking these libraries to guile.
499
5001999-04-08 Kunihiro Ishiguro <kunihiro@zebra.org>
501
502 * configure.in (LIBS): Add struct rt_addrinfo check.
503
5041999-04-07 Kunihiro Ishiguro <kunihiro@zebra.org>
505
506 * configure.in: AC_STDC_HEADERS added.
507
5081999-03-29 Kunihiro Ishiguro <kunihiro@zebra.org>
509
510 * Add dependencies to each directory's Makefile.am.
511
5121999-03-02 Peter Galbavy <Peter.Galbavy@knowledge.com>
513
514 * reworked include file structure, and configure so that all
515 source files get all system-dependent include files by including
516 <zebra.h> which is really lib/zebra.h. This means that the
517 different programs include files are now available as #include
518 "zebra/zebra.h" - note the use of quotes, not <> as delimiters.
519
520 In practical terms, if I haven't really screwed up, the main file
521 that maintainers for other OSes have to change is lib/zebra.h for
522 all the conditional includes etc.
523
524 * added --disable-pthread for those systems that seem to have
525 POSIX threads, but do not work. OpenBSD 2.4+ is like that just
526 now. Changed all occurance of #ifdef PTHREAD to use HAVE_PTHREAD
527 instead.
528
5291999-02-24 <kunihiro@zebra.org>
530
531 * configure.in: update to AC_PREREQ(1.13).
532 Change message from Linux 2.1.x to Linux 2.2.x.
533 * Added ospf6d directory support.
534
5351999-02-22 Peter Galbavy <Peter.Galbavy@knowledge.com>
536
537 * added a "log" element to the BGPd peer structure, enabling us to
538 start thinging about a log stream per peer. This is currently
539 ignored by the wrapper code, but developers should try to use the
540 "appropriate" ZLOG stream. Documentation will follow, when the
541 real routines start to exist.
542
543 The current plan is to use a copy of the BSD syslog() routines and
544 replace the syslog library function with our own. I will need
545 feedback from users of other platforms as this work is done to see
546 if all is well elsewhere.
547
548 * preliminary work on zlog() library. directly replaces syslog()
549 currently with zlog(ZLOG *, ...) where the new first argument
550 is a pointer to a ZLOG structure (defined in lib/log.h) and will
551 encapsulate all the information necessary to maintain multiple
552 logging streams.
553
5541999-02-19 Peter Galbavy <Peter.Galbavy@knowledge.com>
555
556 * added vsnprintf() macro to lib/str.h if required and removed
557 #ifdef SUNOS_5 dependency on it
558
5591999-02-18 Peter Galbavy <Peter.Galbavy@knowledge.com>
560
561 * syslog support added
562
5631999-02-18 Peter Galbavy <Peter.Galbavy@knowledge.com>
564
565 * configure.in: Add daemon function check.
566
5671999-01-21 Kunihiro Ishiguro <kunihiro@zebra.org>
568
569 * configure.in: Add --disable-ipv6, --disable-zebra,
570 --disable-bgpd, --disable-ripd, --disable-ripngd, --disable-ospfd
571 options to configure.
572
5731998-12-07 Kunihiro Ishiguro <kunihiro@zebra.org>
574
575 * configure.in: Check /usr/inet6/lib/libinet6.a exists or not.
576
5771998-10-14 Kunihiro Ishiguro <kunihiro@zebra.org>
578
579 * configure.in: Comment out FreeBSD's libc_r detect section. At
580 this moment it doesn't work correctly with zebra.
581
582 Netlink interface is only enabled when Linux kernel version is
583 upper than 2.1.0.
584
5851998-09-15 HEO SeonMeyong <seirios@matrix.iri.co.jp>
586
587 * Hydrangea is now called KAME, so change all defines.
588
5891998-08-16 Kunihiro Ishiguro <kunihiro@zebra.org>
590
591 * configure.in: ifaliasreq check added.
592
5931998-08-12 Katsuhiro Kondou <kondou@nec.co.jp>
594
595 * Patch is applied for compile under EWS4800
596
5971998-06-09 Kunihiro Ishiguro <kunihiro@zebra.org>
598
599 * configure.in: delete old mtu_method check.
600
601 * doc/zebra.texi (Kernel interface): chapter `Kernel interface' added
602
6031998-06-08 Kunihiro Ishiguro <kunihiro@zebra.org>
604
605 * configure.in: add new netlink check for GNU/Linux
606
6071998-06-07 Kunihiro Ishiguro <kunihiro@zebra.org>
608
609 * doc/zebra.texi: Update Linux netlink chapter.
610
6111998-05-18 Yamashita TAKAO <jargon@lares.dti.ne.jp>
612
613 * config.h.in: define PTHREAD if work on Solaris 2.6
614 why delete the definition? I miss?
615
6161998-05-08 Kunihiro Ishiguro <kunihiro@zebra.org>
617
618 * configure.in: add net/if.h header check.
619
6201998-05-02 SeonMeyong HEO <seirios@Matrix.iri.co.jp>
621
622 * zebra.tex,archfig.tex,zebra.sty: Manual file is added.
623 * zebra.texi: Modify Introduction text.
624 * RIPngd.c: Patch Hydrangea code.
625
6261998-05-01 Kunihiro Ishiguro <kunihiro@zebra.org>
627
628 * .cvsignore: added.
629
630 * Makerule.in: is gone.
631 * Makefile.am: Now we use automake to generate Makefile.in
632
6331998-03-19 Yamashita TAKAO <jargon@lares.dti.ne.jp>
634
635 * lib/vty.c: modified the definition of *master
636 * lib/sockunion.c (inet_aton): add, but don't work. uum...
637
638
6391998-03-15 Yamashita TAKAO <jargon@lares.dti.ne.jp>
640
641 * configure.in: define PTHREAD if work on Solaris 2.6
642 * config.h.in: likewise
643 * lib/thread.c: likewise
644 * lib/vty.c: likewise
645
6461998-03-15 SeonMeyong HEO <seirios@Matrix.iri.co.jp>
647
648 * config.h.in: define INET6 if defined HAVE_IPV6 & HYDRANGEA
649 * bgpd/: remove include <netinet6/in6.h> line.
650 * lib/: remove include <netinet6/in6.h> line.
651 * ripbgd/: remove include <netinet6/in6.h> line.
652 * zebra/: remove include <netinet6/in6.h> line.
653 * ripd/*.c: remove include <netinet6/in6.h> line.
654 undefine IPV6 difinitions because RIPd is not worked for
655 IPv6 protocol.
656
657
6581998-01-30 Kunihiro Ishiguro <kunihiro@zebra.org>
659
660 * configure.in: Change routing socket check method from
661 AC_TRY_COMPILE to AC_TRY_RUN because GNU libc version 2 has
662 AF_ROUTE but over linux it's meenigless.
663
6641998-01-06 Kunihiro Ishiguro <kunihiro@zebra.org>
665
666 * config.h.in: remove err_t define.
667
6681997-11-18 Kunihiro Ishiguro <kunihiro@zebra.org>
669
670 * configure.in (canonical): add check of IF_METHOD
671
6721997-09-27 Kunihiro Ishiguro <kunihiro@note.digital-magic.co.jp>
673
674 * configure.in: add INRIA check
675
6761997-09-25 Kunihiro Ishiguro <kunihiro@note.digital-magic.co.jp>
677
678 * configure.in (canonical): change ipforward_snmp.o to ipforward_proc.o
679
6801997-09-12 Kunihiro Ishiguro <kunihiro@zebra.org>
681
682 * configure.in: change IRDPD to NDPD
683
6841997-08-18 Kunihiro Ishiguro <kunihiro@zebra.org>
685
686 * INSTALL: new file
687
6881997-08-14 Kunihiro Ishiguro <kunihiro@zebra.org>
689
690 * config.h: add XCALLOC()
691