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