blob: 598bd6e2f5b0e9e3ffe1cedd78e8a31fc9fd9f0f [file] [log] [blame]
paul9a668002003-01-18 23:11:44 +000012003-01-17 Paul Jakma <paul@dishone.st>
2
3 * Sync up to latest zebra.org CVS
4 * [zebra 16823] Bugfix and new feature in Opaque-LSA handling
5 Masahiko Endo <endo@suri.co.jp>
6 * [zebra 16824] [PATCH] nsm_kill_neighbor
7 Masahiko Endo <endo@suri.co.jp>
8 * [zebra 17217] [PATCH] show thread CPU
9 Yon Uriarte <havanna_moon@gmx.net>
10 * [zebra 17218] Re: [PATCH] CLI extensions.
11 Yon Uriarte <havanna_moon@gmx.net>
12
paul4fc01e62002-12-13 20:49:00 +0000132002-12-13 Paul Jakma <paul@dishone.st>
14
15 * added support for vtysh 'write file' command to
paul0efa4d52002-12-13 21:55:43 +000016 write either per-daamon and/or integrated file
paulab836aa2002-12-13 21:19:02 +000017 * ospfd md5 buffer copying fix (Greg Troxel)
paul8bd9c712002-12-13 21:05:16 +000018 * ospfd md5 sequence number derived from time()
paulab836aa2002-12-13 21:19:02 +000019 * RIPv1 fixes and improvements (John Hay)
20 * link state detection (linux) ([zebra 12269])
21 * Generic PtP and RFC3021 interface addressing support
22 (Frank van Maarseveen)
paul0efa4d52002-12-13 21:55:43 +000023 * Michal Ludvig <michal@logix.cz>:
24 [zebra 16525] PATCH: Bugfixes for KAME systems
25 * Kevin C Miller <kevinm@andrew.cmu.edu>
26 [zebra 16681] OSPF NSSA Patches
27 * Yon Uriarte <havanna_moon@gmx.net>
28 [zebra 16671] [PATCH] CLI extensions
paula8959012002-12-13 21:59:26 +000029 * Masahiko Endo: [zebra 15475] - MPLS-TE docs
paul4fc01e62002-12-13 20:49:00 +000030
paul718e3742002-12-13 20:15:29 +0000312002-07-07 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
32
33 * zebra-0.93 released.
34
352002-06-28 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
36
37 * update-autotools: Change file name from update-auto-tools.sh.
38
392002-06-21 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
40
41 * update-auto-tools.sh: Add a new script to clean up build
42 environment.
43
442002-06-18 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
45
46 * Shift to the latest build environment autoconf-2.53 and
47 automake-1.6.2.
48
492001-10-22 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
50
51 * Integrate Glen Turner <glen.turner@aarnet.edu.au>'s pid option.
52
532001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
54
55 * zebra-0.92a released.
56
572001-08-19 "Peter Galbavy" <peter.galbavy@knowtion.net>
58
59 * configure.in: SNMP library check problem fix when the library is
60 installed under /usr/local/lib.
61
622001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
63
64 * zebra-0.92 released.
65
662001-04-22 Kunihiro Ishiguro <kunihiro@zebra.org>
67
68 * configure.in (LIBPAM): Use ZEBRA_AC_C_BIGENDIAN to avoid a
69 warning.
70 (IF_METHOD): Use test -r instead of AC_CHECK_FILE to avoid
71 warnings.
72
73 * config.guess: Update to 2000-11-10 version.
74
752001-04-11 Kunihiro Ishiguro <kunihiro@zebra.org>
76
77 * configure.in: Use AC_TRY_COMPILE instead of AC_EGREP_HEADER to
78 detect in_pktinfo structure. Suggested by: Vlad Lungu
79 <vlad@rls.roknet.ro>.
80
812001-03-07 Michael Rozhavsky <mrozhavsky@opticalaccess.com>
82
83 * configure.in: Add check for structure in_pktinfo.
84
852001-02-07 "Bjoern A. Zeeb" <bzeeb+zebra@zabbadoz.net>
86
87 * configure.in (USE_PAM): Fix PAM library detection code.
88
892001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
90
91 * zebra-0.91 is released.
92
932001-01-12 Kunihiro Ishiguro <kunihiro@zebra.org>
94
95 * configure.in: Remove guile related definition.
96
972001-01-11 Kunihiro Ishiguro <kunihiro@zebra.org>
98
99 * configure.in (ac_cv_htonl_works): HAVE_REPAIRABLE_HTONL is
100 removed. htonl should work fine on any platform.
101
1022001-01-10 Kunihiro Ishiguro <kunihiro@zebra.org>
103
104 * configure.in: Remove --enable-oldrib option.
105
106 * acconfig.h: OLD_RIB definition is removed.
107
108 * zebra-0.90 is released.
109
110 * configure.in (LIBS): Add check for sun_len field in struct
111 sun_len.
112
1132001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
114
115 * Makefile.am: Include init/redhat files to distribution.
116
1172001-01-07 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
118
119 * configure.in: check libm.a for BGPd compile error.
120 AC_CHECK_LIB(m, main) was added.
121
1222000-12-29 Kunihiro Ishiguro <kunihiro@zebra.org>
123
124 * configure.in: --enable-unixdomain becomes default. Add
125 --enable-tcp-zebra for TCP/IP communication between protocol
126 daemon and zebra.
127
128 * COPYING.LIB: Added for lib/getopt.c, lib/getopt.h,
129 lib/getopt1.c, lib/md5-gnu.h, lib/md5.c, lib/regex-gnu.h,
130 lib/regex.c.
131
132 * Makefile.am (dist-hook): Include tools/*.cgi to distribution.
133
1342000-12-26 Kunihiro Ishiguro <kunihiro@zebra.org>
135
136 * configure.in (MULTIPATH_NUM): --enable-multipath=ARG specify
137 multipath number. ARG must be digit.
138
1392000-12-11 Kunihiro Ishiguro <kunihiro@zebra.org>
140
141 * configure.in: Add --enable-newrib for test new RIB code.
142
1432000-11-25 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
144
145 * configure.in, config.h.in: Add check for libutil.h and
146 setproctitle().
147
1482000-10-26 Kunihiro Ishiguro <kunihiro@zebra.org>
149
150 * configure.in: Add --enable-nssa for OSPF NSSA option.
151
152 * acconfig.h: Define HAVE_NSSA.
153
1542000-10-25 "Bjoern A. Zeeb" <bzeeb+zebra@zabbadoz.net>
155
156 * configure.in: pam_misc is only linked when the platform is
157 GNU/Linux.
158
1592000-10-24 Arkadiusz Miskiewicz <misiek@pld.org.pl>
160
161 * configure.in (LIBS): Add check for crypto library. test x`ls
162 ${ac_snmp}` is replaced with sipmle test -f.
163
1642000-10-23 Kunihiro Ishiguro <kunihiro@zebra.org>
165
166 * configure.in: Add --enable-unixdomain option. This will be
167 default behavior in zebra-0.90.
168
1692000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
170
171 * zebra-0.89 is released.
172
1732000-09-27 Kunihiro Ishiguro <kunihiro@zebra.org>
174
175 * configure.in: Add check for Intel CPU for Solaris on x86 check.
176
1772000-09-21 Kunihiro Ishiguro <kunihiro@zebra.org>
178
179 * configure.in: Add check for getifaddrs().
180 Set AM_INIT_AUTOMAKE version to 0.89.
181
1822000-09-14 Kunihiro Ishiguro <kunihiro@zebra.org>
183
184 * config.guess: Update to the latest version.
185
186 * config.sub: Likewise
187
1882000-09-14 David Lipovkov <dlipovkov@OpticalAccess.com>
189
190 * REPORTING-BUGS: New file is added.
191
1922000-08-27 itojun@iijlab.net
193
194 * configure.in: Add ncurses library check when --enable-vtysh is
195 specified.
196
1972000-08-22 Kunihiro Ishiguro <kunihiro@zebra.org>
198
199 * configure.in: Add check for readline/history.h.
200
201 * acconfig.h: Remove pthread related variables.
202
203 * configure.in: Add --with-libpam option for vtysh PAM
204 authentication. Remove --disable-pthread because we don't support
205 pthread.
206
2072000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
208
209 * zebra-0.88 is released.
210
211 * configure.in: Add Solaris -lcurses for vtysh.
212
2132000-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
214
215 * configure.in: Add check for ncurses for compiling on Solaris.
216
2172000-07-27 Kunihiro Ishiguro <kunihiro@zebra.org>
218
219 * configure.in: Add check for libreadline when --enable-vtysh is
220 specified.
221
2222000-07-23 Kunihiro Ishiguro <kunihiro@zebra.org>
223
224 * configure.in: Add AC_DEFINE(OPEN_BSD). When OS is OpenBSD
225 interface method is if_ioctl.o
226
2272000-07-09 Chris Dunlop <chris@onthe.net.au>
228
229 * acconfig.h: Add HAVE_BROKEN_ALIASES.
230
231 * configure.in: Add --enable-broken-aliases.
232
2332000-06-12 Kunihiro Ishiguro <kunihiro@zebra.org>
234
235 * Set version to zebra-0.87.
236
2372000-06-05 Kunihiro Ishiguro <kunihiro@zebra.org>
238
239 * configure.in: Remove --enable-mpls-vpn. Now MPLS-VPN support is
240 default.
241
242 * Set version to zebra-0.87-pre
243
244 * Makefile.am: Likewise.
245
2462000-04-27 Kunihiro Ishiguro <kunihiro@zebra.org>
247
248 * Set version to 0.86.
249
2502000-03-21 Kunihiro Ishiguro <kunihiro@zebra.org>
251
252 * Set version to 0.85b for ospfd test.
253
2542000-03-20 Kunihiro Ishiguro <kunihiro@zebra.org>
255
256 * Set version to 0.85a for ospfd test.
257
2582000-03-08 Kunihiro Ishiguro <kunihiro@zebra.org>
259
260 * Set version to 0.85.
261
2622000-01-26 Kunihiro Ishiguro <kunihiro@zebra.org>
263
264 * Makefile.in: Regenerated by patched automake for fixing "make
265 clean" problem on FreeBSD.
266
2671999-12-08 Kunihiro Ishiguro <kunihiro@zebra.org>
268
269 * Set version to 0.83a. This is for *BSD static route lookup
270 problem.
271
2721999-12-06 Kunihiro Ishiguro <kunihiro@zebra.org>
273
274 * Set version to 0.83.
275
2761999-11-29 Kunihiro Ishiguro <kunihiro@zebra.org>
277
278 * Set version to 0.82.
279
2801999-11-23 Kunihiro Ishiguro <kunihiro@zebra.org>
281
282 * aczebra.m4: New file added.
283
2841999-11-21 Michael Handler <handler@sub-rosa.com>
285
286 * configure.in (LIBS): Add sa_len check of sockaddr.
287
288 * acconfig.h: Add HAVE_SA_LEN.
289
2901999-11-12 Kunihiro Ishiguro <kunihiro@zebra.org>
291
292 * version.h: Update version to zebra-0.81b for bgpd test.
293
2941999-11-09 Kunihiro Ishiguro <kunihiro@zebra.org>
295
296 * configure.in: Add --enable-mbgp.
297
2981999-11-05 Kunihiro Ishiguro <kunihiro@zebra.org>
299
300 * Makefile.am (EXTRA_DIST): Add TODO to the distribution.
301
3021999-11-04 Kunihiro Ishiguro <kunihiro@zebra.org>
303
304 * TODO: New file is added.
305
3061999-11-03 Kunihiro Ishiguro <kunihiro@zebra.org>
307
308 * version.h: Update version to zebra-0.81a for ospfd test.
309
3101999-10-28 Kunihiro Ishiguro <kunihiro@zebra.org>
311
312 * configure.in: New option --enable-snmp is added.
313
3141999-10-24 Kunihiro Ishiguro <kunihiro@zebra.org>
315
316 * version.h: Update version to zebra-0.80.
317
3181999-10-21 Kunihiro Ishiguro <kunihiro@zebra.org>
319
320 * version.h: Update version to zebra-0.80-pre3
321
3221999-10-18 Kunihiro Ishiguro <kunihiro@zebra.org>
323
324 * configure.in (LIBS): SNMP check is done by ucd-snmp/asn1.h.
325
3261999-10-10 Peter Galbavy <Peter.Galbavy@knowledge.com>
327
328 * configure.in: Add support of OpenBSD.
329
3301999-10-04 Kunihiro Ishiguro <kunihiro@zebra.org>
331
332 * version.h: Update version to zebra-0.80-pre2.
333
3341999-09-27 Kunihiro Ishiguro <kunihiro@zebra.org>
335
336 * version.h: Update version to zebra-0.80-pre. From this version,
337 access-list and prefix-list's name space is divided into IPv4 and
338 IPv6.
339
3401999-09-17 Kunihiro Ishiguro <kunihiro@zebra.org>
341
342 * version.h: For test recent fixes Set version to zebra-0.79a.
343
3441999-09-14 Kunihiro Ishiguro <kunihiro@zebra.org>
345
346 * version.h: zebra-0.79 is out.
347
3481999-09-08 Kunihiro Ishiguro <kunihiro@zebra.org>
349
350 * version.h: For ospfd's virtual link test. Set version to 0.78h.
351
3521999-09-07 Kunihiro Ishiguro <kunihiro@zebra.org>
353
354 * version.h: For ospfd test. Set version to 0.78g.
355
3561999-09-05 Kunihiro Ishiguro <kunihiro@zebra.org>
357
358 * version.h: For internal test of ospfd. Set version to 0.78f.
359
3601999-09-02 Kunihiro Ishiguro <kunihiro@zebra.org>
361
362 * version.h: To test ospfd's fix, set version to 0.78e.
363
3641999-09-01 Kunihiro Ishiguro <kunihiro@zebra.org>
365
366 * version.h: To test ospfd's area related bug fix, set version
367 to 0.78d.
368
3691999-09-01 Kunihiro Ishiguro <kunihiro@zebra.org>
370
371 * version.h: To test ospfd, set version to 0.78c.
372
3731999-08-31 Janos Farkas <chexum@shadow.banki.hu>
374
375 * Many misspelling correction.
376
3771999-08-31 Kunihiro Ishiguro <kunihiro@zebra.org>
378
379 * version.h: To test ospfd, set version to 0.78b.
380
3811999-08-31 Kunihiro Ishiguro <kunihiro@zebra.org>
382
383 * configure.in (LIBS): Add UCD-SNMP include path check.
384
3851999-08-31 Lars Fenneberg <lf@elemental.net>
386
387 * configure.in: The logic which detects the UCD-SNMP library
388 should first check in the default system locations for the library
389 and then in /usr/local.
390
3911999-08-27 itojun@iijlab.net
392
393 * configure.in (LIBS): Fix problem about libsnmp.a check.
394
3951999-08-26 kay <kay@v6.access.co.jp>
396
397 * configure.in (CFLAGS): Add <sys/socket.h> to check socklen_t.
398
3991999-08-24 VOP <vop@unity.net>
400
401 * filter.c: Include "sockunion.h".
402 plist.c: Likewise.
403 table.c: Likewise.
404
4051999-08-24 Kunihiro Ishiguro <kunihiro@zebra.org>
406
407 * configure.in: Add netinet6/in6.h check.
408
4091999-08-21 Masaki Minami <masaki@minami.org>
410
411 * BSD/OS 4.0 porting.
412
4131999-08-15 Kunihiro Ishiguro <kunihiro@zebra.org>
414
415 * configure.in: Add --enable-netlink option to force to use Linux
416 netlink interface.
417 (CFLAGS): Add ucd-snmp library check.
418
419 * acconfig.h: If socklen_t is not defined, typedef int to
420 socklen_t.
421
4221999-08-15 Arkadiusz Miskiewicz <misiek@misiek.eu.org>
423
424 * configure.in: When --enable-ipv6 specified, then only kernel
425 version is checked.
426
4271999-08-14 Kunihiro Ishiguro <kunihiro@zebra.org>
428
429 * configure.in: Add GNU libc 2.1 check.
430
4311999-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
432
433 * configure.in: Fix privious Linux IPv6 check changes.
434
4351999-08-02 Arkadiusz Miskiewicz <misiek@misiek.eu.org>
436
437 * configure.in: Improve Linux IPv6 feature check.
438
4391999-07-29 Rick Payne <rickp@rossfell.co.uk>
440
441 * Changed route-maps to behave in a more cisco-like fashion
442
4431999-07-27 Gerhard Poul <gpoul@gnu.org>
444
445 * SERVICES: New file added.
446
4471999-07-12 itojun@iijlab.net
448
449 * configure.in: Add check for getaddrinfo. Improve Kame related
450 library check.
451
4521999-07-07 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
453
454 * configure.in, acconfig.h: Add check for FreeBSD 3.2.
455
4561999-07-07 Kunihiro Ishiguro <kunihiro@zebra.org>
457
458 * configure.in: Delete check for netinet/ip6.h.
459
4601999-06-30 Gerhard Poul <gpoul@gnu.org>
461
462 * README: remixed the old files and added some new parts.
463 moved some INSTALL stuff into INSTALL file.
464 moved some other stuff to doc/zebra.texi
465
4661999-06-29 Kunihiro Ishiguro <kunihiro@zebra.org>
467
468 * configure.in (LIBS): Add libresolv check.
469 Change --enabe-all-in-one option to --enable-one-vty.
470
4711999-06-20 Kunihiro Ishiguro <kunihiro@zebra.org>
472
473 * configure.in: Add --enabe-all-in-one option.
474
4751999-06-16 Kunihiro Ishiguro <kunihiro@zebra.org>
476
477 * configure.in: Add socklen_t check.
478
4791999-06-16 Gerhard Poul <gpoul@gnu.org>
480
481 * Many compile warnings fixed.
482
4831999-05-31 Kunihiro Ishiguro <kunihiro@zebra.org>
484
485 * configure.in: Change message from Linux 2.2.X IPv6 to Linux IPv6.
486 OpenBSD (NRL) check is enabled.
487
4881999-05-30 Kunihiro Ishiguro <kunihiro@zebra.org>
489
490 * configure.in (LIBS): Add crypt library check.
491
4921999-05-08 Kunihiro Ishiguro <kunihiro@zebra.org>
493
494 * configure.in: Add sin6_scope_id in struct sockaddr_in6 check.
495
4961999-04-30 Kunihiro Ishiguro <kunihiro@zebra.org>
497
498 * Set version to 0.63 for first beta package.
499
5001999-04-15 Kunihiro Ishiguro <kunihiro@zebra.org>
501
502 * guile.m4: Added from guile package.
503
5041999-04-14 Kunihiro Ishiguro <kunihiro@zebra.org>
505
506 * Set version to 0.60 for beta package preparation.
507
5081999-04-12 Kunihiro Ishiguro <kunihiro@zebra.org>
509
510 * Makefile.am: Add noninst_LIBRARIES each directory's Makefile.am.
511 This change is for linking these libraries to guile.
512
5131999-04-08 Kunihiro Ishiguro <kunihiro@zebra.org>
514
515 * configure.in (LIBS): Add struct rt_addrinfo check.
516
5171999-04-07 Kunihiro Ishiguro <kunihiro@zebra.org>
518
519 * configure.in: AC_STDC_HEADERS added.
520
5211999-03-29 Kunihiro Ishiguro <kunihiro@zebra.org>
522
523 * Add dependencies to each directory's Makefile.am.
524
5251999-03-02 Peter Galbavy <Peter.Galbavy@knowledge.com>
526
527 * reworked include file structure, and configure so that all
528 source files get all system-dependent include files by including
529 <zebra.h> which is really lib/zebra.h. This means that the
530 different programs include files are now available as #include
531 "zebra/zebra.h" - note the use of quotes, not <> as delimiters.
532
533 In practical terms, if I haven't really screwed up, the main file
534 that maintainers for other OSes have to change is lib/zebra.h for
535 all the conditional includes etc.
536
537 * added --disable-pthread for those systems that seem to have
538 POSIX threads, but do not work. OpenBSD 2.4+ is like that just
539 now. Changed all occurance of #ifdef PTHREAD to use HAVE_PTHREAD
540 instead.
541
5421999-02-24 <kunihiro@zebra.org>
543
544 * configure.in: update to AC_PREREQ(1.13).
545 Change message from Linux 2.1.x to Linux 2.2.x.
546 * Added ospf6d directory support.
547
5481999-02-22 Peter Galbavy <Peter.Galbavy@knowledge.com>
549
550 * added a "log" element to the BGPd peer structure, enabling us to
551 start thinging about a log stream per peer. This is currently
552 ignored by the wrapper code, but developers should try to use the
553 "appropriate" ZLOG stream. Documentation will follow, when the
554 real routines start to exist.
555
556 The current plan is to use a copy of the BSD syslog() routines and
557 replace the syslog library function with our own. I will need
558 feedback from users of other platforms as this work is done to see
559 if all is well elsewhere.
560
561 * preliminary work on zlog() library. directly replaces syslog()
562 currently with zlog(ZLOG *, ...) where the new first argument
563 is a pointer to a ZLOG structure (defined in lib/log.h) and will
564 encapsulate all the information necessary to maintain multiple
565 logging streams.
566
5671999-02-19 Peter Galbavy <Peter.Galbavy@knowledge.com>
568
569 * added vsnprintf() macro to lib/str.h if required and removed
570 #ifdef SUNOS_5 dependency on it
571
5721999-02-18 Peter Galbavy <Peter.Galbavy@knowledge.com>
573
574 * syslog support added
575
5761999-02-18 Peter Galbavy <Peter.Galbavy@knowledge.com>
577
578 * configure.in: Add daemon function check.
579
5801999-01-21 Kunihiro Ishiguro <kunihiro@zebra.org>
581
582 * configure.in: Add --disable-ipv6, --disable-zebra,
583 --disable-bgpd, --disable-ripd, --disable-ripngd, --disable-ospfd
584 options to configure.
585
5861998-12-07 Kunihiro Ishiguro <kunihiro@zebra.org>
587
588 * configure.in: Check /usr/inet6/lib/libinet6.a exists or not.
589
5901998-10-14 Kunihiro Ishiguro <kunihiro@zebra.org>
591
592 * configure.in: Comment out FreeBSD's libc_r detect section. At
593 this moment it doesn't work correctly with zebra.
594
595 Netlink interface is only enabled when Linux kernel version is
596 upper than 2.1.0.
597
5981998-09-15 HEO SeonMeyong <seirios@matrix.iri.co.jp>
599
600 * Hydrangea is now called KAME, so change all defines.
601
6021998-08-16 Kunihiro Ishiguro <kunihiro@zebra.org>
603
604 * configure.in: ifaliasreq check added.
605
6061998-08-12 Katsuhiro Kondou <kondou@nec.co.jp>
607
608 * Patch is applied for compile under EWS4800
609
6101998-06-09 Kunihiro Ishiguro <kunihiro@zebra.org>
611
612 * configure.in: delete old mtu_method check.
613
614 * doc/zebra.texi (Kernel interface): chapter `Kernel interface' added
615
6161998-06-08 Kunihiro Ishiguro <kunihiro@zebra.org>
617
618 * configure.in: add new netlink check for GNU/Linux
619
6201998-06-07 Kunihiro Ishiguro <kunihiro@zebra.org>
621
622 * doc/zebra.texi: Update Linux netlink chapter.
623
6241998-05-18 Yamashita TAKAO <jargon@lares.dti.ne.jp>
625
626 * config.h.in: define PTHREAD if work on Solaris 2.6
627 why delete the definition? I miss?
628
6291998-05-08 Kunihiro Ishiguro <kunihiro@zebra.org>
630
631 * configure.in: add net/if.h header check.
632
6331998-05-02 SeonMeyong HEO <seirios@Matrix.iri.co.jp>
634
635 * zebra.tex,archfig.tex,zebra.sty: Manual file is added.
636 * zebra.texi: Modify Introduction text.
637 * RIPngd.c: Patch Hydrangea code.
638
6391998-05-01 Kunihiro Ishiguro <kunihiro@zebra.org>
640
641 * .cvsignore: added.
642
643 * Makerule.in: is gone.
644 * Makefile.am: Now we use automake to generate Makefile.in
645
6461998-03-19 Yamashita TAKAO <jargon@lares.dti.ne.jp>
647
648 * lib/vty.c: modified the definition of *master
649 * lib/sockunion.c (inet_aton): add, but don't work. uum...
650
651
6521998-03-15 Yamashita TAKAO <jargon@lares.dti.ne.jp>
653
654 * configure.in: define PTHREAD if work on Solaris 2.6
655 * config.h.in: likewise
656 * lib/thread.c: likewise
657 * lib/vty.c: likewise
658
6591998-03-15 SeonMeyong HEO <seirios@Matrix.iri.co.jp>
660
661 * config.h.in: define INET6 if defined HAVE_IPV6 & HYDRANGEA
662 * bgpd/: remove include <netinet6/in6.h> line.
663 * lib/: remove include <netinet6/in6.h> line.
664 * ripbgd/: remove include <netinet6/in6.h> line.
665 * zebra/: remove include <netinet6/in6.h> line.
666 * ripd/*.c: remove include <netinet6/in6.h> line.
667 undefine IPV6 difinitions because RIPd is not worked for
668 IPv6 protocol.
669
670
6711998-01-30 Kunihiro Ishiguro <kunihiro@zebra.org>
672
673 * configure.in: Change routing socket check method from
674 AC_TRY_COMPILE to AC_TRY_RUN because GNU libc version 2 has
675 AF_ROUTE but over linux it's meenigless.
676
6771998-01-06 Kunihiro Ishiguro <kunihiro@zebra.org>
678
679 * config.h.in: remove err_t define.
680
6811997-11-18 Kunihiro Ishiguro <kunihiro@zebra.org>
682
683 * configure.in (canonical): add check of IF_METHOD
684
6851997-09-27 Kunihiro Ishiguro <kunihiro@note.digital-magic.co.jp>
686
687 * configure.in: add INRIA check
688
6891997-09-25 Kunihiro Ishiguro <kunihiro@note.digital-magic.co.jp>
690
691 * configure.in (canonical): change ipforward_snmp.o to ipforward_proc.o
692
6931997-09-12 Kunihiro Ishiguro <kunihiro@zebra.org>
694
695 * configure.in: change IRDPD to NDPD
696
6971997-08-18 Kunihiro Ishiguro <kunihiro@zebra.org>
698
699 * INSTALL: new file
700
7011997-08-14 Kunihiro Ishiguro <kunihiro@zebra.org>
702
703 * config.h: add XCALLOC()
704