blob: 5bcabfc7b5f3741f20e731426fae012020c4adc8 [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
paula8959012002-12-13 21:59:26 +000017 * Masahiko Endo: [zebra 15475] - MPLS-TE docs
paul4fc01e62002-12-13 20:49:00 +000018
paul718e3742002-12-13 20:15:29 +0000192002-07-07 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
20
21 * zebra-0.93 released.
22
232002-06-28 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
24
25 * update-autotools: Change file name from update-auto-tools.sh.
26
272002-06-21 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
28
29 * update-auto-tools.sh: Add a new script to clean up build
30 environment.
31
322002-06-18 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
33
34 * Shift to the latest build environment autoconf-2.53 and
35 automake-1.6.2.
36
372001-10-22 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
38
39 * Integrate Glen Turner <glen.turner@aarnet.edu.au>'s pid option.
40
412001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
42
43 * zebra-0.92a released.
44
452001-08-19 "Peter Galbavy" <peter.galbavy@knowtion.net>
46
47 * configure.in: SNMP library check problem fix when the library is
48 installed under /usr/local/lib.
49
502001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
51
52 * zebra-0.92 released.
53
542001-04-22 Kunihiro Ishiguro <kunihiro@zebra.org>
55
56 * configure.in (LIBPAM): Use ZEBRA_AC_C_BIGENDIAN to avoid a
57 warning.
58 (IF_METHOD): Use test -r instead of AC_CHECK_FILE to avoid
59 warnings.
60
61 * config.guess: Update to 2000-11-10 version.
62
632001-04-11 Kunihiro Ishiguro <kunihiro@zebra.org>
64
65 * configure.in: Use AC_TRY_COMPILE instead of AC_EGREP_HEADER to
66 detect in_pktinfo structure. Suggested by: Vlad Lungu
67 <vlad@rls.roknet.ro>.
68
692001-03-07 Michael Rozhavsky <mrozhavsky@opticalaccess.com>
70
71 * configure.in: Add check for structure in_pktinfo.
72
732001-02-07 "Bjoern A. Zeeb" <bzeeb+zebra@zabbadoz.net>
74
75 * configure.in (USE_PAM): Fix PAM library detection code.
76
772001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
78
79 * zebra-0.91 is released.
80
812001-01-12 Kunihiro Ishiguro <kunihiro@zebra.org>
82
83 * configure.in: Remove guile related definition.
84
852001-01-11 Kunihiro Ishiguro <kunihiro@zebra.org>
86
87 * configure.in (ac_cv_htonl_works): HAVE_REPAIRABLE_HTONL is
88 removed. htonl should work fine on any platform.
89
902001-01-10 Kunihiro Ishiguro <kunihiro@zebra.org>
91
92 * configure.in: Remove --enable-oldrib option.
93
94 * acconfig.h: OLD_RIB definition is removed.
95
96 * zebra-0.90 is released.
97
98 * configure.in (LIBS): Add check for sun_len field in struct
99 sun_len.
100
1012001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
102
103 * Makefile.am: Include init/redhat files to distribution.
104
1052001-01-07 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
106
107 * configure.in: check libm.a for BGPd compile error.
108 AC_CHECK_LIB(m, main) was added.
109
1102000-12-29 Kunihiro Ishiguro <kunihiro@zebra.org>
111
112 * configure.in: --enable-unixdomain becomes default. Add
113 --enable-tcp-zebra for TCP/IP communication between protocol
114 daemon and zebra.
115
116 * COPYING.LIB: Added for lib/getopt.c, lib/getopt.h,
117 lib/getopt1.c, lib/md5-gnu.h, lib/md5.c, lib/regex-gnu.h,
118 lib/regex.c.
119
120 * Makefile.am (dist-hook): Include tools/*.cgi to distribution.
121
1222000-12-26 Kunihiro Ishiguro <kunihiro@zebra.org>
123
124 * configure.in (MULTIPATH_NUM): --enable-multipath=ARG specify
125 multipath number. ARG must be digit.
126
1272000-12-11 Kunihiro Ishiguro <kunihiro@zebra.org>
128
129 * configure.in: Add --enable-newrib for test new RIB code.
130
1312000-11-25 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
132
133 * configure.in, config.h.in: Add check for libutil.h and
134 setproctitle().
135
1362000-10-26 Kunihiro Ishiguro <kunihiro@zebra.org>
137
138 * configure.in: Add --enable-nssa for OSPF NSSA option.
139
140 * acconfig.h: Define HAVE_NSSA.
141
1422000-10-25 "Bjoern A. Zeeb" <bzeeb+zebra@zabbadoz.net>
143
144 * configure.in: pam_misc is only linked when the platform is
145 GNU/Linux.
146
1472000-10-24 Arkadiusz Miskiewicz <misiek@pld.org.pl>
148
149 * configure.in (LIBS): Add check for crypto library. test x`ls
150 ${ac_snmp}` is replaced with sipmle test -f.
151
1522000-10-23 Kunihiro Ishiguro <kunihiro@zebra.org>
153
154 * configure.in: Add --enable-unixdomain option. This will be
155 default behavior in zebra-0.90.
156
1572000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
158
159 * zebra-0.89 is released.
160
1612000-09-27 Kunihiro Ishiguro <kunihiro@zebra.org>
162
163 * configure.in: Add check for Intel CPU for Solaris on x86 check.
164
1652000-09-21 Kunihiro Ishiguro <kunihiro@zebra.org>
166
167 * configure.in: Add check for getifaddrs().
168 Set AM_INIT_AUTOMAKE version to 0.89.
169
1702000-09-14 Kunihiro Ishiguro <kunihiro@zebra.org>
171
172 * config.guess: Update to the latest version.
173
174 * config.sub: Likewise
175
1762000-09-14 David Lipovkov <dlipovkov@OpticalAccess.com>
177
178 * REPORTING-BUGS: New file is added.
179
1802000-08-27 itojun@iijlab.net
181
182 * configure.in: Add ncurses library check when --enable-vtysh is
183 specified.
184
1852000-08-22 Kunihiro Ishiguro <kunihiro@zebra.org>
186
187 * configure.in: Add check for readline/history.h.
188
189 * acconfig.h: Remove pthread related variables.
190
191 * configure.in: Add --with-libpam option for vtysh PAM
192 authentication. Remove --disable-pthread because we don't support
193 pthread.
194
1952000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
196
197 * zebra-0.88 is released.
198
199 * configure.in: Add Solaris -lcurses for vtysh.
200
2012000-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
202
203 * configure.in: Add check for ncurses for compiling on Solaris.
204
2052000-07-27 Kunihiro Ishiguro <kunihiro@zebra.org>
206
207 * configure.in: Add check for libreadline when --enable-vtysh is
208 specified.
209
2102000-07-23 Kunihiro Ishiguro <kunihiro@zebra.org>
211
212 * configure.in: Add AC_DEFINE(OPEN_BSD). When OS is OpenBSD
213 interface method is if_ioctl.o
214
2152000-07-09 Chris Dunlop <chris@onthe.net.au>
216
217 * acconfig.h: Add HAVE_BROKEN_ALIASES.
218
219 * configure.in: Add --enable-broken-aliases.
220
2212000-06-12 Kunihiro Ishiguro <kunihiro@zebra.org>
222
223 * Set version to zebra-0.87.
224
2252000-06-05 Kunihiro Ishiguro <kunihiro@zebra.org>
226
227 * configure.in: Remove --enable-mpls-vpn. Now MPLS-VPN support is
228 default.
229
230 * Set version to zebra-0.87-pre
231
232 * Makefile.am: Likewise.
233
2342000-04-27 Kunihiro Ishiguro <kunihiro@zebra.org>
235
236 * Set version to 0.86.
237
2382000-03-21 Kunihiro Ishiguro <kunihiro@zebra.org>
239
240 * Set version to 0.85b for ospfd test.
241
2422000-03-20 Kunihiro Ishiguro <kunihiro@zebra.org>
243
244 * Set version to 0.85a for ospfd test.
245
2462000-03-08 Kunihiro Ishiguro <kunihiro@zebra.org>
247
248 * Set version to 0.85.
249
2502000-01-26 Kunihiro Ishiguro <kunihiro@zebra.org>
251
252 * Makefile.in: Regenerated by patched automake for fixing "make
253 clean" problem on FreeBSD.
254
2551999-12-08 Kunihiro Ishiguro <kunihiro@zebra.org>
256
257 * Set version to 0.83a. This is for *BSD static route lookup
258 problem.
259
2601999-12-06 Kunihiro Ishiguro <kunihiro@zebra.org>
261
262 * Set version to 0.83.
263
2641999-11-29 Kunihiro Ishiguro <kunihiro@zebra.org>
265
266 * Set version to 0.82.
267
2681999-11-23 Kunihiro Ishiguro <kunihiro@zebra.org>
269
270 * aczebra.m4: New file added.
271
2721999-11-21 Michael Handler <handler@sub-rosa.com>
273
274 * configure.in (LIBS): Add sa_len check of sockaddr.
275
276 * acconfig.h: Add HAVE_SA_LEN.
277
2781999-11-12 Kunihiro Ishiguro <kunihiro@zebra.org>
279
280 * version.h: Update version to zebra-0.81b for bgpd test.
281
2821999-11-09 Kunihiro Ishiguro <kunihiro@zebra.org>
283
284 * configure.in: Add --enable-mbgp.
285
2861999-11-05 Kunihiro Ishiguro <kunihiro@zebra.org>
287
288 * Makefile.am (EXTRA_DIST): Add TODO to the distribution.
289
2901999-11-04 Kunihiro Ishiguro <kunihiro@zebra.org>
291
292 * TODO: New file is added.
293
2941999-11-03 Kunihiro Ishiguro <kunihiro@zebra.org>
295
296 * version.h: Update version to zebra-0.81a for ospfd test.
297
2981999-10-28 Kunihiro Ishiguro <kunihiro@zebra.org>
299
300 * configure.in: New option --enable-snmp is added.
301
3021999-10-24 Kunihiro Ishiguro <kunihiro@zebra.org>
303
304 * version.h: Update version to zebra-0.80.
305
3061999-10-21 Kunihiro Ishiguro <kunihiro@zebra.org>
307
308 * version.h: Update version to zebra-0.80-pre3
309
3101999-10-18 Kunihiro Ishiguro <kunihiro@zebra.org>
311
312 * configure.in (LIBS): SNMP check is done by ucd-snmp/asn1.h.
313
3141999-10-10 Peter Galbavy <Peter.Galbavy@knowledge.com>
315
316 * configure.in: Add support of OpenBSD.
317
3181999-10-04 Kunihiro Ishiguro <kunihiro@zebra.org>
319
320 * version.h: Update version to zebra-0.80-pre2.
321
3221999-09-27 Kunihiro Ishiguro <kunihiro@zebra.org>
323
324 * version.h: Update version to zebra-0.80-pre. From this version,
325 access-list and prefix-list's name space is divided into IPv4 and
326 IPv6.
327
3281999-09-17 Kunihiro Ishiguro <kunihiro@zebra.org>
329
330 * version.h: For test recent fixes Set version to zebra-0.79a.
331
3321999-09-14 Kunihiro Ishiguro <kunihiro@zebra.org>
333
334 * version.h: zebra-0.79 is out.
335
3361999-09-08 Kunihiro Ishiguro <kunihiro@zebra.org>
337
338 * version.h: For ospfd's virtual link test. Set version to 0.78h.
339
3401999-09-07 Kunihiro Ishiguro <kunihiro@zebra.org>
341
342 * version.h: For ospfd test. Set version to 0.78g.
343
3441999-09-05 Kunihiro Ishiguro <kunihiro@zebra.org>
345
346 * version.h: For internal test of ospfd. Set version to 0.78f.
347
3481999-09-02 Kunihiro Ishiguro <kunihiro@zebra.org>
349
350 * version.h: To test ospfd's fix, set version to 0.78e.
351
3521999-09-01 Kunihiro Ishiguro <kunihiro@zebra.org>
353
354 * version.h: To test ospfd's area related bug fix, set version
355 to 0.78d.
356
3571999-09-01 Kunihiro Ishiguro <kunihiro@zebra.org>
358
359 * version.h: To test ospfd, set version to 0.78c.
360
3611999-08-31 Janos Farkas <chexum@shadow.banki.hu>
362
363 * Many misspelling correction.
364
3651999-08-31 Kunihiro Ishiguro <kunihiro@zebra.org>
366
367 * version.h: To test ospfd, set version to 0.78b.
368
3691999-08-31 Kunihiro Ishiguro <kunihiro@zebra.org>
370
371 * configure.in (LIBS): Add UCD-SNMP include path check.
372
3731999-08-31 Lars Fenneberg <lf@elemental.net>
374
375 * configure.in: The logic which detects the UCD-SNMP library
376 should first check in the default system locations for the library
377 and then in /usr/local.
378
3791999-08-27 itojun@iijlab.net
380
381 * configure.in (LIBS): Fix problem about libsnmp.a check.
382
3831999-08-26 kay <kay@v6.access.co.jp>
384
385 * configure.in (CFLAGS): Add <sys/socket.h> to check socklen_t.
386
3871999-08-24 VOP <vop@unity.net>
388
389 * filter.c: Include "sockunion.h".
390 plist.c: Likewise.
391 table.c: Likewise.
392
3931999-08-24 Kunihiro Ishiguro <kunihiro@zebra.org>
394
395 * configure.in: Add netinet6/in6.h check.
396
3971999-08-21 Masaki Minami <masaki@minami.org>
398
399 * BSD/OS 4.0 porting.
400
4011999-08-15 Kunihiro Ishiguro <kunihiro@zebra.org>
402
403 * configure.in: Add --enable-netlink option to force to use Linux
404 netlink interface.
405 (CFLAGS): Add ucd-snmp library check.
406
407 * acconfig.h: If socklen_t is not defined, typedef int to
408 socklen_t.
409
4101999-08-15 Arkadiusz Miskiewicz <misiek@misiek.eu.org>
411
412 * configure.in: When --enable-ipv6 specified, then only kernel
413 version is checked.
414
4151999-08-14 Kunihiro Ishiguro <kunihiro@zebra.org>
416
417 * configure.in: Add GNU libc 2.1 check.
418
4191999-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
420
421 * configure.in: Fix privious Linux IPv6 check changes.
422
4231999-08-02 Arkadiusz Miskiewicz <misiek@misiek.eu.org>
424
425 * configure.in: Improve Linux IPv6 feature check.
426
4271999-07-29 Rick Payne <rickp@rossfell.co.uk>
428
429 * Changed route-maps to behave in a more cisco-like fashion
430
4311999-07-27 Gerhard Poul <gpoul@gnu.org>
432
433 * SERVICES: New file added.
434
4351999-07-12 itojun@iijlab.net
436
437 * configure.in: Add check for getaddrinfo. Improve Kame related
438 library check.
439
4401999-07-07 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
441
442 * configure.in, acconfig.h: Add check for FreeBSD 3.2.
443
4441999-07-07 Kunihiro Ishiguro <kunihiro@zebra.org>
445
446 * configure.in: Delete check for netinet/ip6.h.
447
4481999-06-30 Gerhard Poul <gpoul@gnu.org>
449
450 * README: remixed the old files and added some new parts.
451 moved some INSTALL stuff into INSTALL file.
452 moved some other stuff to doc/zebra.texi
453
4541999-06-29 Kunihiro Ishiguro <kunihiro@zebra.org>
455
456 * configure.in (LIBS): Add libresolv check.
457 Change --enabe-all-in-one option to --enable-one-vty.
458
4591999-06-20 Kunihiro Ishiguro <kunihiro@zebra.org>
460
461 * configure.in: Add --enabe-all-in-one option.
462
4631999-06-16 Kunihiro Ishiguro <kunihiro@zebra.org>
464
465 * configure.in: Add socklen_t check.
466
4671999-06-16 Gerhard Poul <gpoul@gnu.org>
468
469 * Many compile warnings fixed.
470
4711999-05-31 Kunihiro Ishiguro <kunihiro@zebra.org>
472
473 * configure.in: Change message from Linux 2.2.X IPv6 to Linux IPv6.
474 OpenBSD (NRL) check is enabled.
475
4761999-05-30 Kunihiro Ishiguro <kunihiro@zebra.org>
477
478 * configure.in (LIBS): Add crypt library check.
479
4801999-05-08 Kunihiro Ishiguro <kunihiro@zebra.org>
481
482 * configure.in: Add sin6_scope_id in struct sockaddr_in6 check.
483
4841999-04-30 Kunihiro Ishiguro <kunihiro@zebra.org>
485
486 * Set version to 0.63 for first beta package.
487
4881999-04-15 Kunihiro Ishiguro <kunihiro@zebra.org>
489
490 * guile.m4: Added from guile package.
491
4921999-04-14 Kunihiro Ishiguro <kunihiro@zebra.org>
493
494 * Set version to 0.60 for beta package preparation.
495
4961999-04-12 Kunihiro Ishiguro <kunihiro@zebra.org>
497
498 * Makefile.am: Add noninst_LIBRARIES each directory's Makefile.am.
499 This change is for linking these libraries to guile.
500
5011999-04-08 Kunihiro Ishiguro <kunihiro@zebra.org>
502
503 * configure.in (LIBS): Add struct rt_addrinfo check.
504
5051999-04-07 Kunihiro Ishiguro <kunihiro@zebra.org>
506
507 * configure.in: AC_STDC_HEADERS added.
508
5091999-03-29 Kunihiro Ishiguro <kunihiro@zebra.org>
510
511 * Add dependencies to each directory's Makefile.am.
512
5131999-03-02 Peter Galbavy <Peter.Galbavy@knowledge.com>
514
515 * reworked include file structure, and configure so that all
516 source files get all system-dependent include files by including
517 <zebra.h> which is really lib/zebra.h. This means that the
518 different programs include files are now available as #include
519 "zebra/zebra.h" - note the use of quotes, not <> as delimiters.
520
521 In practical terms, if I haven't really screwed up, the main file
522 that maintainers for other OSes have to change is lib/zebra.h for
523 all the conditional includes etc.
524
525 * added --disable-pthread for those systems that seem to have
526 POSIX threads, but do not work. OpenBSD 2.4+ is like that just
527 now. Changed all occurance of #ifdef PTHREAD to use HAVE_PTHREAD
528 instead.
529
5301999-02-24 <kunihiro@zebra.org>
531
532 * configure.in: update to AC_PREREQ(1.13).
533 Change message from Linux 2.1.x to Linux 2.2.x.
534 * Added ospf6d directory support.
535
5361999-02-22 Peter Galbavy <Peter.Galbavy@knowledge.com>
537
538 * added a "log" element to the BGPd peer structure, enabling us to
539 start thinging about a log stream per peer. This is currently
540 ignored by the wrapper code, but developers should try to use the
541 "appropriate" ZLOG stream. Documentation will follow, when the
542 real routines start to exist.
543
544 The current plan is to use a copy of the BSD syslog() routines and
545 replace the syslog library function with our own. I will need
546 feedback from users of other platforms as this work is done to see
547 if all is well elsewhere.
548
549 * preliminary work on zlog() library. directly replaces syslog()
550 currently with zlog(ZLOG *, ...) where the new first argument
551 is a pointer to a ZLOG structure (defined in lib/log.h) and will
552 encapsulate all the information necessary to maintain multiple
553 logging streams.
554
5551999-02-19 Peter Galbavy <Peter.Galbavy@knowledge.com>
556
557 * added vsnprintf() macro to lib/str.h if required and removed
558 #ifdef SUNOS_5 dependency on it
559
5601999-02-18 Peter Galbavy <Peter.Galbavy@knowledge.com>
561
562 * syslog support added
563
5641999-02-18 Peter Galbavy <Peter.Galbavy@knowledge.com>
565
566 * configure.in: Add daemon function check.
567
5681999-01-21 Kunihiro Ishiguro <kunihiro@zebra.org>
569
570 * configure.in: Add --disable-ipv6, --disable-zebra,
571 --disable-bgpd, --disable-ripd, --disable-ripngd, --disable-ospfd
572 options to configure.
573
5741998-12-07 Kunihiro Ishiguro <kunihiro@zebra.org>
575
576 * configure.in: Check /usr/inet6/lib/libinet6.a exists or not.
577
5781998-10-14 Kunihiro Ishiguro <kunihiro@zebra.org>
579
580 * configure.in: Comment out FreeBSD's libc_r detect section. At
581 this moment it doesn't work correctly with zebra.
582
583 Netlink interface is only enabled when Linux kernel version is
584 upper than 2.1.0.
585
5861998-09-15 HEO SeonMeyong <seirios@matrix.iri.co.jp>
587
588 * Hydrangea is now called KAME, so change all defines.
589
5901998-08-16 Kunihiro Ishiguro <kunihiro@zebra.org>
591
592 * configure.in: ifaliasreq check added.
593
5941998-08-12 Katsuhiro Kondou <kondou@nec.co.jp>
595
596 * Patch is applied for compile under EWS4800
597
5981998-06-09 Kunihiro Ishiguro <kunihiro@zebra.org>
599
600 * configure.in: delete old mtu_method check.
601
602 * doc/zebra.texi (Kernel interface): chapter `Kernel interface' added
603
6041998-06-08 Kunihiro Ishiguro <kunihiro@zebra.org>
605
606 * configure.in: add new netlink check for GNU/Linux
607
6081998-06-07 Kunihiro Ishiguro <kunihiro@zebra.org>
609
610 * doc/zebra.texi: Update Linux netlink chapter.
611
6121998-05-18 Yamashita TAKAO <jargon@lares.dti.ne.jp>
613
614 * config.h.in: define PTHREAD if work on Solaris 2.6
615 why delete the definition? I miss?
616
6171998-05-08 Kunihiro Ishiguro <kunihiro@zebra.org>
618
619 * configure.in: add net/if.h header check.
620
6211998-05-02 SeonMeyong HEO <seirios@Matrix.iri.co.jp>
622
623 * zebra.tex,archfig.tex,zebra.sty: Manual file is added.
624 * zebra.texi: Modify Introduction text.
625 * RIPngd.c: Patch Hydrangea code.
626
6271998-05-01 Kunihiro Ishiguro <kunihiro@zebra.org>
628
629 * .cvsignore: added.
630
631 * Makerule.in: is gone.
632 * Makefile.am: Now we use automake to generate Makefile.in
633
6341998-03-19 Yamashita TAKAO <jargon@lares.dti.ne.jp>
635
636 * lib/vty.c: modified the definition of *master
637 * lib/sockunion.c (inet_aton): add, but don't work. uum...
638
639
6401998-03-15 Yamashita TAKAO <jargon@lares.dti.ne.jp>
641
642 * configure.in: define PTHREAD if work on Solaris 2.6
643 * config.h.in: likewise
644 * lib/thread.c: likewise
645 * lib/vty.c: likewise
646
6471998-03-15 SeonMeyong HEO <seirios@Matrix.iri.co.jp>
648
649 * config.h.in: define INET6 if defined HAVE_IPV6 & HYDRANGEA
650 * bgpd/: remove include <netinet6/in6.h> line.
651 * lib/: remove include <netinet6/in6.h> line.
652 * ripbgd/: remove include <netinet6/in6.h> line.
653 * zebra/: remove include <netinet6/in6.h> line.
654 * ripd/*.c: remove include <netinet6/in6.h> line.
655 undefine IPV6 difinitions because RIPd is not worked for
656 IPv6 protocol.
657
658
6591998-01-30 Kunihiro Ishiguro <kunihiro@zebra.org>
660
661 * configure.in: Change routing socket check method from
662 AC_TRY_COMPILE to AC_TRY_RUN because GNU libc version 2 has
663 AF_ROUTE but over linux it's meenigless.
664
6651998-01-06 Kunihiro Ishiguro <kunihiro@zebra.org>
666
667 * config.h.in: remove err_t define.
668
6691997-11-18 Kunihiro Ishiguro <kunihiro@zebra.org>
670
671 * configure.in (canonical): add check of IF_METHOD
672
6731997-09-27 Kunihiro Ishiguro <kunihiro@note.digital-magic.co.jp>
674
675 * configure.in: add INRIA check
676
6771997-09-25 Kunihiro Ishiguro <kunihiro@note.digital-magic.co.jp>
678
679 * configure.in (canonical): change ipforward_snmp.o to ipforward_proc.o
680
6811997-09-12 Kunihiro Ishiguro <kunihiro@zebra.org>
682
683 * configure.in: change IRDPD to NDPD
684
6851997-08-18 Kunihiro Ishiguro <kunihiro@zebra.org>
686
687 * INSTALL: new file
688
6891997-08-14 Kunihiro Ishiguro <kunihiro@zebra.org>
690
691 * config.h: add XCALLOC()
692