]> git.proxmox.com Git - mirror_frr.git/blame - ChangeLog
Amir Guindehi <amir@datacore.ch>
[mirror_frr.git] / ChangeLog
CommitLineData
13766da4 12003-02-07 Paul Jakma <paul@dishone.st>
2
3 * Sync to zebra CVS
4
420df43a 52003-02-03 Paul Jakma <paul@dishone.st>
6
7 * Sync to zebra CVS
8
ae936aee 92003-01-19 Paul Jakma <paul@dishone.st>
10
11 * Temporary fix for Generic PtP wrt to IPv6
12
9a668001 132003-01-17 Paul Jakma <paul@dishone.st>
14
15 * Sync up to latest zebra.org CVS
16 * [zebra 16823] Bugfix and new feature in Opaque-LSA handling
17 Masahiko Endo <endo@suri.co.jp>
18 * [zebra 16824] [PATCH] nsm_kill_neighbor
19 Masahiko Endo <endo@suri.co.jp>
20 * [zebra 17217] [PATCH] show thread CPU
21 Yon Uriarte <havanna_moon@gmx.net>
22 * [zebra 17218] Re: [PATCH] CLI extensions.
23 Yon Uriarte <havanna_moon@gmx.net>
24
4fc01e67 252002-12-13 Paul Jakma <paul@dishone.st>
26
27 * added support for vtysh 'write file' command to
0efa4d57 28 write either per-daamon and/or integrated file
ab836aab 29 * ospfd md5 buffer copying fix (Greg Troxel)
8bd9c714 30 * ospfd md5 sequence number derived from time()
ab836aab 31 * RIPv1 fixes and improvements (John Hay)
32 * link state detection (linux) ([zebra 12269])
33 * Generic PtP and RFC3021 interface addressing support
34 (Frank van Maarseveen)
0efa4d57 35 * Michal Ludvig <michal@logix.cz>:
36 [zebra 16525] PATCH: Bugfixes for KAME systems
37 * Kevin C Miller <kevinm@andrew.cmu.edu>
38 [zebra 16681] OSPF NSSA Patches
39 * Yon Uriarte <havanna_moon@gmx.net>
40 [zebra 16671] [PATCH] CLI extensions
a895901b 41 * Masahiko Endo: [zebra 15475] - MPLS-TE docs
4fc01e67 42
718e3744 432002-07-07 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
44
45 * zebra-0.93 released.
46
472002-06-28 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
48
49 * update-autotools: Change file name from update-auto-tools.sh.
50
512002-06-21 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
52
53 * update-auto-tools.sh: Add a new script to clean up build
54 environment.
55
562002-06-18 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
57
58 * Shift to the latest build environment autoconf-2.53 and
59 automake-1.6.2.
60
612001-10-22 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
62
63 * Integrate Glen Turner <glen.turner@aarnet.edu.au>'s pid option.
64
652001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
66
67 * zebra-0.92a released.
68
692001-08-19 "Peter Galbavy" <peter.galbavy@knowtion.net>
70
71 * configure.in: SNMP library check problem fix when the library is
72 installed under /usr/local/lib.
73
742001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
75
76 * zebra-0.92 released.
77
782001-04-22 Kunihiro Ishiguro <kunihiro@zebra.org>
79
80 * configure.in (LIBPAM): Use ZEBRA_AC_C_BIGENDIAN to avoid a
81 warning.
82 (IF_METHOD): Use test -r instead of AC_CHECK_FILE to avoid
83 warnings.
84
85 * config.guess: Update to 2000-11-10 version.
86
872001-04-11 Kunihiro Ishiguro <kunihiro@zebra.org>
88
89 * configure.in: Use AC_TRY_COMPILE instead of AC_EGREP_HEADER to
90 detect in_pktinfo structure. Suggested by: Vlad Lungu
91 <vlad@rls.roknet.ro>.
92
932001-03-07 Michael Rozhavsky <mrozhavsky@opticalaccess.com>
94
95 * configure.in: Add check for structure in_pktinfo.
96
972001-02-07 "Bjoern A. Zeeb" <bzeeb+zebra@zabbadoz.net>
98
99 * configure.in (USE_PAM): Fix PAM library detection code.
100
1012001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
102
103 * zebra-0.91 is released.
104
1052001-01-12 Kunihiro Ishiguro <kunihiro@zebra.org>
106
107 * configure.in: Remove guile related definition.
108
1092001-01-11 Kunihiro Ishiguro <kunihiro@zebra.org>
110
111 * configure.in (ac_cv_htonl_works): HAVE_REPAIRABLE_HTONL is
112 removed. htonl should work fine on any platform.
113
1142001-01-10 Kunihiro Ishiguro <kunihiro@zebra.org>
115
116 * configure.in: Remove --enable-oldrib option.
117
118 * acconfig.h: OLD_RIB definition is removed.
119
120 * zebra-0.90 is released.
121
122 * configure.in (LIBS): Add check for sun_len field in struct
123 sun_len.
124
1252001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
126
127 * Makefile.am: Include init/redhat files to distribution.
128
1292001-01-07 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
130
131 * configure.in: check libm.a for BGPd compile error.
132 AC_CHECK_LIB(m, main) was added.
133
1342000-12-29 Kunihiro Ishiguro <kunihiro@zebra.org>
135
136 * configure.in: --enable-unixdomain becomes default. Add
137 --enable-tcp-zebra for TCP/IP communication between protocol
138 daemon and zebra.
139
140 * COPYING.LIB: Added for lib/getopt.c, lib/getopt.h,
141 lib/getopt1.c, lib/md5-gnu.h, lib/md5.c, lib/regex-gnu.h,
142 lib/regex.c.
143
144 * Makefile.am (dist-hook): Include tools/*.cgi to distribution.
145
1462000-12-26 Kunihiro Ishiguro <kunihiro@zebra.org>
147
148 * configure.in (MULTIPATH_NUM): --enable-multipath=ARG specify
149 multipath number. ARG must be digit.
150
1512000-12-11 Kunihiro Ishiguro <kunihiro@zebra.org>
152
153 * configure.in: Add --enable-newrib for test new RIB code.
154
1552000-11-25 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
156
157 * configure.in, config.h.in: Add check for libutil.h and
158 setproctitle().
159
1602000-10-26 Kunihiro Ishiguro <kunihiro@zebra.org>
161
162 * configure.in: Add --enable-nssa for OSPF NSSA option.
163
164 * acconfig.h: Define HAVE_NSSA.
165
1662000-10-25 "Bjoern A. Zeeb" <bzeeb+zebra@zabbadoz.net>
167
168 * configure.in: pam_misc is only linked when the platform is
169 GNU/Linux.
170
1712000-10-24 Arkadiusz Miskiewicz <misiek@pld.org.pl>
172
173 * configure.in (LIBS): Add check for crypto library. test x`ls
174 ${ac_snmp}` is replaced with sipmle test -f.
175
1762000-10-23 Kunihiro Ishiguro <kunihiro@zebra.org>
177
178 * configure.in: Add --enable-unixdomain option. This will be
179 default behavior in zebra-0.90.
180
1812000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
182
183 * zebra-0.89 is released.
184
1852000-09-27 Kunihiro Ishiguro <kunihiro@zebra.org>
186
187 * configure.in: Add check for Intel CPU for Solaris on x86 check.
188
1892000-09-21 Kunihiro Ishiguro <kunihiro@zebra.org>
190
191 * configure.in: Add check for getifaddrs().
192 Set AM_INIT_AUTOMAKE version to 0.89.
193
1942000-09-14 Kunihiro Ishiguro <kunihiro@zebra.org>
195
196 * config.guess: Update to the latest version.
197
198 * config.sub: Likewise
199
2002000-09-14 David Lipovkov <dlipovkov@OpticalAccess.com>
201
202 * REPORTING-BUGS: New file is added.
203
2042000-08-27 itojun@iijlab.net
205
206 * configure.in: Add ncurses library check when --enable-vtysh is
207 specified.
208
2092000-08-22 Kunihiro Ishiguro <kunihiro@zebra.org>
210
211 * configure.in: Add check for readline/history.h.
212
213 * acconfig.h: Remove pthread related variables.
214
215 * configure.in: Add --with-libpam option for vtysh PAM
216 authentication. Remove --disable-pthread because we don't support
217 pthread.
218
2192000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
220
221 * zebra-0.88 is released.
222
223 * configure.in: Add Solaris -lcurses for vtysh.
224
2252000-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
226
227 * configure.in: Add check for ncurses for compiling on Solaris.
228
2292000-07-27 Kunihiro Ishiguro <kunihiro@zebra.org>
230
231 * configure.in: Add check for libreadline when --enable-vtysh is
232 specified.
233
2342000-07-23 Kunihiro Ishiguro <kunihiro@zebra.org>
235
236 * configure.in: Add AC_DEFINE(OPEN_BSD). When OS is OpenBSD
237 interface method is if_ioctl.o
238
2392000-07-09 Chris Dunlop <chris@onthe.net.au>
240
241 * acconfig.h: Add HAVE_BROKEN_ALIASES.
242
243 * configure.in: Add --enable-broken-aliases.
244
2452000-06-12 Kunihiro Ishiguro <kunihiro@zebra.org>
246
247 * Set version to zebra-0.87.
248
2492000-06-05 Kunihiro Ishiguro <kunihiro@zebra.org>
250
251 * configure.in: Remove --enable-mpls-vpn. Now MPLS-VPN support is
252 default.
253
254 * Set version to zebra-0.87-pre
255
256 * Makefile.am: Likewise.
257
2582000-04-27 Kunihiro Ishiguro <kunihiro@zebra.org>
259
260 * Set version to 0.86.
261
2622000-03-21 Kunihiro Ishiguro <kunihiro@zebra.org>
263
264 * Set version to 0.85b for ospfd test.
265
2662000-03-20 Kunihiro Ishiguro <kunihiro@zebra.org>
267
268 * Set version to 0.85a for ospfd test.
269
2702000-03-08 Kunihiro Ishiguro <kunihiro@zebra.org>
271
272 * Set version to 0.85.
273
2742000-01-26 Kunihiro Ishiguro <kunihiro@zebra.org>
275
276 * Makefile.in: Regenerated by patched automake for fixing "make
277 clean" problem on FreeBSD.
278
2791999-12-08 Kunihiro Ishiguro <kunihiro@zebra.org>
280
281 * Set version to 0.83a. This is for *BSD static route lookup
282 problem.
283
2841999-12-06 Kunihiro Ishiguro <kunihiro@zebra.org>
285
286 * Set version to 0.83.
287
2881999-11-29 Kunihiro Ishiguro <kunihiro@zebra.org>
289
290 * Set version to 0.82.
291
2921999-11-23 Kunihiro Ishiguro <kunihiro@zebra.org>
293
294 * aczebra.m4: New file added.
295
2961999-11-21 Michael Handler <handler@sub-rosa.com>
297
298 * configure.in (LIBS): Add sa_len check of sockaddr.
299
300 * acconfig.h: Add HAVE_SA_LEN.
301
3021999-11-12 Kunihiro Ishiguro <kunihiro@zebra.org>
303
304 * version.h: Update version to zebra-0.81b for bgpd test.
305
3061999-11-09 Kunihiro Ishiguro <kunihiro@zebra.org>
307
308 * configure.in: Add --enable-mbgp.
309
3101999-11-05 Kunihiro Ishiguro <kunihiro@zebra.org>
311
312 * Makefile.am (EXTRA_DIST): Add TODO to the distribution.
313
3141999-11-04 Kunihiro Ishiguro <kunihiro@zebra.org>
315
316 * TODO: New file is added.
317
3181999-11-03 Kunihiro Ishiguro <kunihiro@zebra.org>
319
320 * version.h: Update version to zebra-0.81a for ospfd test.
321
3221999-10-28 Kunihiro Ishiguro <kunihiro@zebra.org>
323
324 * configure.in: New option --enable-snmp is added.
325
3261999-10-24 Kunihiro Ishiguro <kunihiro@zebra.org>
327
328 * version.h: Update version to zebra-0.80.
329
3301999-10-21 Kunihiro Ishiguro <kunihiro@zebra.org>
331
332 * version.h: Update version to zebra-0.80-pre3
333
3341999-10-18 Kunihiro Ishiguro <kunihiro@zebra.org>
335
336 * configure.in (LIBS): SNMP check is done by ucd-snmp/asn1.h.
337
3381999-10-10 Peter Galbavy <Peter.Galbavy@knowledge.com>
339
340 * configure.in: Add support of OpenBSD.
341
3421999-10-04 Kunihiro Ishiguro <kunihiro@zebra.org>
343
344 * version.h: Update version to zebra-0.80-pre2.
345
3461999-09-27 Kunihiro Ishiguro <kunihiro@zebra.org>
347
348 * version.h: Update version to zebra-0.80-pre. From this version,
349 access-list and prefix-list's name space is divided into IPv4 and
350 IPv6.
351
3521999-09-17 Kunihiro Ishiguro <kunihiro@zebra.org>
353
354 * version.h: For test recent fixes Set version to zebra-0.79a.
355
3561999-09-14 Kunihiro Ishiguro <kunihiro@zebra.org>
357
358 * version.h: zebra-0.79 is out.
359
3601999-09-08 Kunihiro Ishiguro <kunihiro@zebra.org>
361
362 * version.h: For ospfd's virtual link test. Set version to 0.78h.
363
3641999-09-07 Kunihiro Ishiguro <kunihiro@zebra.org>
365
366 * version.h: For ospfd test. Set version to 0.78g.
367
3681999-09-05 Kunihiro Ishiguro <kunihiro@zebra.org>
369
370 * version.h: For internal test of ospfd. Set version to 0.78f.
371
3721999-09-02 Kunihiro Ishiguro <kunihiro@zebra.org>
373
374 * version.h: To test ospfd's fix, set version to 0.78e.
375
3761999-09-01 Kunihiro Ishiguro <kunihiro@zebra.org>
377
378 * version.h: To test ospfd's area related bug fix, set version
379 to 0.78d.
380
3811999-09-01 Kunihiro Ishiguro <kunihiro@zebra.org>
382
383 * version.h: To test ospfd, set version to 0.78c.
384
3851999-08-31 Janos Farkas <chexum@shadow.banki.hu>
386
387 * Many misspelling correction.
388
3891999-08-31 Kunihiro Ishiguro <kunihiro@zebra.org>
390
391 * version.h: To test ospfd, set version to 0.78b.
392
3931999-08-31 Kunihiro Ishiguro <kunihiro@zebra.org>
394
395 * configure.in (LIBS): Add UCD-SNMP include path check.
396
3971999-08-31 Lars Fenneberg <lf@elemental.net>
398
399 * configure.in: The logic which detects the UCD-SNMP library
400 should first check in the default system locations for the library
401 and then in /usr/local.
402
4031999-08-27 itojun@iijlab.net
404
405 * configure.in (LIBS): Fix problem about libsnmp.a check.
406
4071999-08-26 kay <kay@v6.access.co.jp>
408
409 * configure.in (CFLAGS): Add <sys/socket.h> to check socklen_t.
410
4111999-08-24 VOP <vop@unity.net>
412
413 * filter.c: Include "sockunion.h".
414 plist.c: Likewise.
415 table.c: Likewise.
416
4171999-08-24 Kunihiro Ishiguro <kunihiro@zebra.org>
418
419 * configure.in: Add netinet6/in6.h check.
420
4211999-08-21 Masaki Minami <masaki@minami.org>
422
423 * BSD/OS 4.0 porting.
424
4251999-08-15 Kunihiro Ishiguro <kunihiro@zebra.org>
426
427 * configure.in: Add --enable-netlink option to force to use Linux
428 netlink interface.
429 (CFLAGS): Add ucd-snmp library check.
430
431 * acconfig.h: If socklen_t is not defined, typedef int to
432 socklen_t.
433
4341999-08-15 Arkadiusz Miskiewicz <misiek@misiek.eu.org>
435
436 * configure.in: When --enable-ipv6 specified, then only kernel
437 version is checked.
438
4391999-08-14 Kunihiro Ishiguro <kunihiro@zebra.org>
440
441 * configure.in: Add GNU libc 2.1 check.
442
4431999-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
444
445 * configure.in: Fix privious Linux IPv6 check changes.
446
4471999-08-02 Arkadiusz Miskiewicz <misiek@misiek.eu.org>
448
449 * configure.in: Improve Linux IPv6 feature check.
450
4511999-07-29 Rick Payne <rickp@rossfell.co.uk>
452
453 * Changed route-maps to behave in a more cisco-like fashion
454
4551999-07-27 Gerhard Poul <gpoul@gnu.org>
456
457 * SERVICES: New file added.
458
4591999-07-12 itojun@iijlab.net
460
461 * configure.in: Add check for getaddrinfo. Improve Kame related
462 library check.
463
4641999-07-07 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
465
466 * configure.in, acconfig.h: Add check for FreeBSD 3.2.
467
4681999-07-07 Kunihiro Ishiguro <kunihiro@zebra.org>
469
470 * configure.in: Delete check for netinet/ip6.h.
471
4721999-06-30 Gerhard Poul <gpoul@gnu.org>
473
474 * README: remixed the old files and added some new parts.
475 moved some INSTALL stuff into INSTALL file.
476 moved some other stuff to doc/zebra.texi
477
4781999-06-29 Kunihiro Ishiguro <kunihiro@zebra.org>
479
480 * configure.in (LIBS): Add libresolv check.
481 Change --enabe-all-in-one option to --enable-one-vty.
482
4831999-06-20 Kunihiro Ishiguro <kunihiro@zebra.org>
484
485 * configure.in: Add --enabe-all-in-one option.
486
4871999-06-16 Kunihiro Ishiguro <kunihiro@zebra.org>
488
489 * configure.in: Add socklen_t check.
490
4911999-06-16 Gerhard Poul <gpoul@gnu.org>
492
493 * Many compile warnings fixed.
494
4951999-05-31 Kunihiro Ishiguro <kunihiro@zebra.org>
496
497 * configure.in: Change message from Linux 2.2.X IPv6 to Linux IPv6.
498 OpenBSD (NRL) check is enabled.
499
5001999-05-30 Kunihiro Ishiguro <kunihiro@zebra.org>
501
502 * configure.in (LIBS): Add crypt library check.
503
5041999-05-08 Kunihiro Ishiguro <kunihiro@zebra.org>
505
506 * configure.in: Add sin6_scope_id in struct sockaddr_in6 check.
507
5081999-04-30 Kunihiro Ishiguro <kunihiro@zebra.org>
509
510 * Set version to 0.63 for first beta package.
511
5121999-04-15 Kunihiro Ishiguro <kunihiro@zebra.org>
513
514 * guile.m4: Added from guile package.
515
5161999-04-14 Kunihiro Ishiguro <kunihiro@zebra.org>
517
518 * Set version to 0.60 for beta package preparation.
519
5201999-04-12 Kunihiro Ishiguro <kunihiro@zebra.org>
521
522 * Makefile.am: Add noninst_LIBRARIES each directory's Makefile.am.
523 This change is for linking these libraries to guile.
524
5251999-04-08 Kunihiro Ishiguro <kunihiro@zebra.org>
526
527 * configure.in (LIBS): Add struct rt_addrinfo check.
528
5291999-04-07 Kunihiro Ishiguro <kunihiro@zebra.org>
530
531 * configure.in: AC_STDC_HEADERS added.
532
5331999-03-29 Kunihiro Ishiguro <kunihiro@zebra.org>
534
535 * Add dependencies to each directory's Makefile.am.
536
5371999-03-02 Peter Galbavy <Peter.Galbavy@knowledge.com>
538
539 * reworked include file structure, and configure so that all
540 source files get all system-dependent include files by including
541 <zebra.h> which is really lib/zebra.h. This means that the
542 different programs include files are now available as #include
543 "zebra/zebra.h" - note the use of quotes, not <> as delimiters.
544
545 In practical terms, if I haven't really screwed up, the main file
546 that maintainers for other OSes have to change is lib/zebra.h for
547 all the conditional includes etc.
548
549 * added --disable-pthread for those systems that seem to have
550 POSIX threads, but do not work. OpenBSD 2.4+ is like that just
551 now. Changed all occurance of #ifdef PTHREAD to use HAVE_PTHREAD
552 instead.
553
5541999-02-24 <kunihiro@zebra.org>
555
556 * configure.in: update to AC_PREREQ(1.13).
557 Change message from Linux 2.1.x to Linux 2.2.x.
558 * Added ospf6d directory support.
559
5601999-02-22 Peter Galbavy <Peter.Galbavy@knowledge.com>
561
562 * added a "log" element to the BGPd peer structure, enabling us to
563 start thinging about a log stream per peer. This is currently
564 ignored by the wrapper code, but developers should try to use the
565 "appropriate" ZLOG stream. Documentation will follow, when the
566 real routines start to exist.
567
568 The current plan is to use a copy of the BSD syslog() routines and
569 replace the syslog library function with our own. I will need
570 feedback from users of other platforms as this work is done to see
571 if all is well elsewhere.
572
573 * preliminary work on zlog() library. directly replaces syslog()
574 currently with zlog(ZLOG *, ...) where the new first argument
575 is a pointer to a ZLOG structure (defined in lib/log.h) and will
576 encapsulate all the information necessary to maintain multiple
577 logging streams.
578
5791999-02-19 Peter Galbavy <Peter.Galbavy@knowledge.com>
580
581 * added vsnprintf() macro to lib/str.h if required and removed
582 #ifdef SUNOS_5 dependency on it
583
5841999-02-18 Peter Galbavy <Peter.Galbavy@knowledge.com>
585
586 * syslog support added
587
5881999-02-18 Peter Galbavy <Peter.Galbavy@knowledge.com>
589
590 * configure.in: Add daemon function check.
591
5921999-01-21 Kunihiro Ishiguro <kunihiro@zebra.org>
593
594 * configure.in: Add --disable-ipv6, --disable-zebra,
595 --disable-bgpd, --disable-ripd, --disable-ripngd, --disable-ospfd
596 options to configure.
597
5981998-12-07 Kunihiro Ishiguro <kunihiro@zebra.org>
599
600 * configure.in: Check /usr/inet6/lib/libinet6.a exists or not.
601
6021998-10-14 Kunihiro Ishiguro <kunihiro@zebra.org>
603
604 * configure.in: Comment out FreeBSD's libc_r detect section. At
605 this moment it doesn't work correctly with zebra.
606
607 Netlink interface is only enabled when Linux kernel version is
608 upper than 2.1.0.
609
6101998-09-15 HEO SeonMeyong <seirios@matrix.iri.co.jp>
611
612 * Hydrangea is now called KAME, so change all defines.
613
6141998-08-16 Kunihiro Ishiguro <kunihiro@zebra.org>
615
616 * configure.in: ifaliasreq check added.
617
6181998-08-12 Katsuhiro Kondou <kondou@nec.co.jp>
619
620 * Patch is applied for compile under EWS4800
621
6221998-06-09 Kunihiro Ishiguro <kunihiro@zebra.org>
623
624 * configure.in: delete old mtu_method check.
625
626 * doc/zebra.texi (Kernel interface): chapter `Kernel interface' added
627
6281998-06-08 Kunihiro Ishiguro <kunihiro@zebra.org>
629
630 * configure.in: add new netlink check for GNU/Linux
631
6321998-06-07 Kunihiro Ishiguro <kunihiro@zebra.org>
633
634 * doc/zebra.texi: Update Linux netlink chapter.
635
6361998-05-18 Yamashita TAKAO <jargon@lares.dti.ne.jp>
637
638 * config.h.in: define PTHREAD if work on Solaris 2.6
639 why delete the definition? I miss?
640
6411998-05-08 Kunihiro Ishiguro <kunihiro@zebra.org>
642
643 * configure.in: add net/if.h header check.
644
6451998-05-02 SeonMeyong HEO <seirios@Matrix.iri.co.jp>
646
647 * zebra.tex,archfig.tex,zebra.sty: Manual file is added.
648 * zebra.texi: Modify Introduction text.
649 * RIPngd.c: Patch Hydrangea code.
650
6511998-05-01 Kunihiro Ishiguro <kunihiro@zebra.org>
652
653 * .cvsignore: added.
654
655 * Makerule.in: is gone.
656 * Makefile.am: Now we use automake to generate Makefile.in
657
6581998-03-19 Yamashita TAKAO <jargon@lares.dti.ne.jp>
659
660 * lib/vty.c: modified the definition of *master
661 * lib/sockunion.c (inet_aton): add, but don't work. uum...
662
663
6641998-03-15 Yamashita TAKAO <jargon@lares.dti.ne.jp>
665
666 * configure.in: define PTHREAD if work on Solaris 2.6
667 * config.h.in: likewise
668 * lib/thread.c: likewise
669 * lib/vty.c: likewise
670
6711998-03-15 SeonMeyong HEO <seirios@Matrix.iri.co.jp>
672
673 * config.h.in: define INET6 if defined HAVE_IPV6 & HYDRANGEA
674 * bgpd/: remove include <netinet6/in6.h> line.
675 * lib/: remove include <netinet6/in6.h> line.
676 * ripbgd/: remove include <netinet6/in6.h> line.
677 * zebra/: remove include <netinet6/in6.h> line.
678 * ripd/*.c: remove include <netinet6/in6.h> line.
679 undefine IPV6 difinitions because RIPd is not worked for
680 IPv6 protocol.
681
682
6831998-01-30 Kunihiro Ishiguro <kunihiro@zebra.org>
684
685 * configure.in: Change routing socket check method from
686 AC_TRY_COMPILE to AC_TRY_RUN because GNU libc version 2 has
687 AF_ROUTE but over linux it's meenigless.
688
6891998-01-06 Kunihiro Ishiguro <kunihiro@zebra.org>
690
691 * config.h.in: remove err_t define.
692
6931997-11-18 Kunihiro Ishiguro <kunihiro@zebra.org>
694
695 * configure.in (canonical): add check of IF_METHOD
696
6971997-09-27 Kunihiro Ishiguro <kunihiro@note.digital-magic.co.jp>
698
699 * configure.in: add INRIA check
700
7011997-09-25 Kunihiro Ishiguro <kunihiro@note.digital-magic.co.jp>
702
703 * configure.in (canonical): change ipforward_snmp.o to ipforward_proc.o
704
7051997-09-12 Kunihiro Ishiguro <kunihiro@zebra.org>
706
707 * configure.in: change IRDPD to NDPD
708
7091997-08-18 Kunihiro Ishiguro <kunihiro@zebra.org>
710
711 * INSTALL: new file
712
7131997-08-14 Kunihiro Ishiguro <kunihiro@zebra.org>
714
715 * config.h: add XCALLOC()
716