blob: 58fe07ffdfd76485841de75d9aaf70f3feb2c3ba [file] [log] [blame]
ajsdfb9a542005-04-11 14:55:55 +000012005-04-11 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
2
3 * configure.ac: Move AC_CANONICAL_* stuff before AM_INIT_AUTOMAKE to
4 eliminate warning message about AC_ARG_PROGRAM being called
5 before AC_CANONICAL_TARGET.
6
paul26275b02005-04-11 07:10:47 +000072005-04-11 Paul Jakma <paul.jakma@sun.com>
8
9 * configure.ac: Call AC_CANONICAL_{BUILD,TARGET} macros. Target isnt
10 set otherwise, afaict. AC_SUBST enable_{user,group,vty_group} and
11 quagga_statedir - the Solaris package bits for one need this.
12 configure the solaris/ Makefile.
13 * Makefile.am: solaris is a subdir - unconditional or else it wont
14 be included in non-solaris made dists.
15
paul1b73de82005-04-10 16:31:51 +0000162005-04-10 Paul Jakma <paul.jakma@sun.com>
17
18 * configure.ac: Fix host string recognition for Solaris Nevada aka
19 solaris2.10.1, and hopefully future such strings.
20
paul1eb8ef22005-04-07 07:30:20 +0000212005-04-07 Paul Jakma <paul.jakma@sun.com>
22
23 * (global): Fix up list loops to match changes in lib/linklist,
24 and some basic auditing of usage.
25 * configure.ac: define QUAGGA_NO_DEPRECATED_INTERFACES
26 * HACKING: Add notes about deprecating interfaces and commands.
27
paul208f0b72005-04-05 10:10:06 +0000282005-04-05 Paul Jakma <paul@dishone.st>
29
30 * HACKING: remove the 'manually patch redhat/quagga.spec' bit
31 from RELEASE section. Let the rpm revision be CONFDATE, will work
paul6a524702005-04-05 10:14:50 +000032 fine. Expand on the importance of supplying good ChangeLog's in
33 the PATCH SUBMISSION section.
paul208f0b72005-04-05 10:10:06 +000034
hasso5b087522005-04-03 23:46:37 +0000352005-04-04 Hasso Tepper <hasso at quagga.net>
36
37 * configure.ac: Fix AC_LANG_SOURCE usage. It needs double square
38 brackets around source. Single ones broke square brackets in the
39 code (arrays).
40
hassod33e8d72005-04-03 13:07:21 +0000412005-04-03 Hasso Tepper <hasso at quagga.net>
42
43 * configure.ac: Use AC_RUN_IFELSE instead of obsolete AC_TRY_RUN macro
44 and define action for cross-compiling.
45
hassof695b012005-04-02 19:03:39 +0000462005-04-02 Hasso Tepper <hasso at quagga.net>
47
48 * configure.ac: Add --enable-isis-topology to enable isisd topology
49 generator code.
50
paul3849db22005-04-02 17:13:33 +0000512005-04-02 Paul Jakma <paul@dishone.st>
52
53 * INSTALL.quagga.txt: Add note about additional CVS build
54 requirements, if one wishes to build ps/pdf docs.
55
ajs3cb98de2005-04-02 16:01:05 +0000562005-04-02 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
57
58 * configure.ac: Add strnlen to AC_CHECK_FUNCS.
59
hasso17eff7c2005-03-27 21:00:35 +0000602005-03-28 Hasso Tepper <hasso at quagga.net>
61
hasso2d582282005-03-28 15:29:07 +000062 * configure.ac, */Makefile.am: Fix previous commit. SNMP includes
63 must be after lib/ includes in some systems. Introduce SNMP_INCLUDES
64 for that.
65
662005-03-28 Hasso Tepper <hasso at quagga.net>
67
hasso17eff7c2005-03-27 21:00:35 +000068 * configure.ac: Fix most of "Presents But Cannot Compiled" warnings
69 about various headers. CFLAGS is not correct place to specify
70 includes, INCLUDES is for that.
71
hasso1969e4b2005-03-27 13:07:23 +0000722005-03-27 Hasso Tepper <hasso at quagga.net>
73
74 * configure.ac: Add Intel compiler (icc) support. Although Intel
75 tries really hard to make icc look like gcc, there are some
76 differences. It's very verbose with -Wall and it doesn't support
77 the individual -W options. We are going to ignore some of these
78 warnings.
79
hassoa0fb71a2005-03-26 14:07:31 +0000802005-03-26 Hasso Tepper <hasso at quagga.net>
81
82 * doc/defines.texi.in, lib/version.h.in: Update copyright string to
83 include year 2005.
84
vincent29c4c9b2005-03-25 13:05:47 +0000852005-03-25 Jean-Mickael Guerin <jean-mickael.guerin@6wind.com>
86 * configure.ac: add struct nd_opt_interval and struct
87 nd_opt_homeagent_info detection.
88
paul55468c82005-03-14 20:19:01 +0000892005-03-14 Paul Jakma <paul.jakma@sun.com>
90
91 * (global) update all c files to match the lib/vector.h rename of
92 (struct vector).active to max, and vector_max macro to
93 vector_active.
94
paulafd8a122005-03-12 06:36:10 +0000952005-03-12 Paul Jakma <paul.jakma@sun.com>
96
97 * configure.ac: Solaris 8 can use the newer lifreq based methods
98 too, allows IPv6.
99
hassoc45eb832005-02-19 13:58:06 +00001002005-02-19 Hasso Tepper <hasso at quagga.net>
101
102 * configure.ac: Fix Linux detection. Host types like i686-pc-linux
103 didn't match the pattern.
104
paul9985f832005-02-09 15:51:56 +00001052005-02-09 Paul Jakma <paul.jakma@sun.com>
106
107 * (global) Update code to match stream.h changes.
108 stream_get_putp effectively replaced with stream_get_endp.
109 stream_forward renamed to stream_forward_getp.
110 stream_forward_endp introduced to replace some previous
111 setting/manual twiddling of putp by daemons.
112
paulf83d18d2005-01-24 10:24:31 +00001132005-01-24 Paul Jakma <paul@dishone.st>
114
115 * configure.ac: Bump version to 0.99.0
116
ajsb8540382005-01-15 17:26:48 +00001172005-01-15 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
118
119 * redhat/quagga.spec.in: Fix postun script to avoid misleading error
120 message saying the postun scriptlet failed when watchquagga
121 is not running.
122
ajsfc43ecc2005-01-12 16:41:33 +00001232005-01-12 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
124
ajs40abf232005-01-12 17:27:27 +0000125 * configure.ac: Test for header file <ucontext.h> (for use in
126 signal processing).
127
1282005-01-12 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
129
ajs6cf9df02005-01-12 16:52:55 +0000130 * configure.ac: If configure is invoked with --enable-snmp, but
131 the configure script is unable to find SNMP support on the platform,
132 then configure should give an error message and exit.
133
1342005-01-12 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
135
ajsfc43ecc2005-01-12 16:41:33 +0000136 * redhat/quagga.spec.in: Pass --enable-gcc-rdynamic to configure
137 to get gcc to link with -rdynamic for better backtraces.
138 When the rpm is upgraded, the restart logic now works as follows:
139 1. stop watchquagga; 2. stop all routing daemons; 3. restart zebra
140 if it was running; 4. start all routing daemons that were running;
141 and 5. start watchquagga if it was running.
142
paul220d0c02005-01-07 14:17:39 +00001432005-01-07 Paul Jakma <paul@dishone.st>
144
145 * configure.ac: Bump version to 0.98.0
146
paul1f3585e2005-01-05 11:58:31 +00001472005-01-05 Paul Jakma <paul@dishone.st>
148
149 * configure.ac: Bump version to 0.97.5
150
gdt6c200462005-01-04 17:02:48 +00001512005-01-04 Greg Troxel <gdt@fnord.ir.bbn.com>
152
153 * configure.ac: Use AC_MSG_CHECKING/AC_MSG_RESULT around
154 CMSG_FIRSTHDR check, so it shows up in the output of configure.
155 Tested on NetBSD, which doesn't define HAVE_BROKEN_CMSG_FIRSTHDR.
156
ajs73a7dea2005-01-04 13:20:47 +00001572005-01-04 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
158
ajsb99760a2005-01-04 16:24:43 +0000159 * configure.ac: Added test for broken CMSG_FIRSTHDR macro
160 (relevant for Solaris 8 and unpatched Solaris 9, don't know
161 whether other platforms are affected).
162
1632005-01-04 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
164
ajs73a7dea2005-01-04 13:20:47 +0000165 * NEWS: Note improved logging facilities.
166
ajs3cade262004-12-29 17:50:22 +00001672004-12-29 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
168
169 * configure.ac: Add new option --enable-gcc-rdynamic to link
170 with -rdynamic.
171
paul2b702002004-12-23 20:09:44 +00001722004-12-23 Paul Jakma <paul@dishone.st>
173
174 configure.ac: Bump version to 0.97.4
175
ajsd0199432004-12-22 14:03:52 +00001762004-12-22 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
177
ajsf3931752004-12-23 00:00:58 +0000178 * redhat/quagga.spec.in: daemonv6_list should contain only IPv6 daemons.
179
1802004-12-22 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
181
ajsb3324e22004-12-22 17:52:29 +0000182 * redhat/quagga.spec.in: Add watchquagga, and fix some other
183 logic to make sure that all daemons are restarted on upgrades
184 and stopped on package removal.
185
1862004-12-22 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
187
ajsafc44c22004-12-22 16:18:53 +0000188 * redhat/quagga.sysconfig: Define some variables to support watchquagga.
189
1902004-12-22 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
191
ajs515210b2004-12-22 15:35:12 +0000192 * configure.ac: Add a define for DAEMON_VTY_DIR in config.h.
193
1942004-12-22 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
195
ajsd0199432004-12-22 14:03:52 +0000196 * {configure.ac,Makefile.am}: Build watchquagga by default.
197
ajs54b52522004-12-22 03:02:46 +00001982004-12-21 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
199
ajs8035e9f2004-12-22 03:16:59 +0000200 * NEWS: Note addition of watchquagga.
201 * HACKING: Note that watchquagga is in testing phase.
202
2032004-12-21 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
204
ajs9d0bfcb2004-12-22 03:08:25 +0000205 * watchquagga: New watchquagga daemon.
206
2072004-12-21 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
208
ajs0d742d22004-12-22 03:05:37 +0000209 * redhat/Makefile.am: Added watchquagga.init to EXTRA_DIST.
210
2112004-12-21 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
212
ajs54b52522004-12-22 03:02:46 +0000213 * redhat/watchquagga.init: New file, init script for watchquagga.
214
ajs5e764772004-12-03 19:03:33 +00002152004-12-03 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
216
217 * HACKING: Indicate that header files should be consulted for
218 documentation, particularly logging levels in lib/log.h.
219
paulb9e0ee32004-11-24 05:53:53 +00002202004-11-24 Paul Jakma <paul@dishone.st>
221
222 * TODO: Add source routing, zebra filtering and lib/ documenting.
223
ajs6099b3b2004-11-20 02:06:59 +00002242004-11-19 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
225
226 * global: Replace strerror with safe_strerror. And vtysh/vtysh.c
227 needs to include "log.h" to pick up the declaration.
228
hasso48577192004-11-19 06:41:49 +00002292004-11-19 Hasso Tepper <hasso at quagga.net>
230
231 * configure.ac: Avoid regeneration of doc/quagga.info for now.
232
paul0cdb8dd2004-11-17 06:58:31 +00002332004-11-17 Paul Jakma <paul@dishone.st>
234
235 * INSTALL.quagga.txt: texinfo version corrected, so section on
236 that 4.7-x being unknown is not needed.
237
paul670bbf12004-11-12 09:05:00 +00002382004-11-12 Paul Jakma <paul@dishone.st>
239
240 * configure.ac: Fix AC_CONFIG_FILES, the chmod seems to run for
241 every input file, should be only be for vtysh/extract.pl, so that
242 should be a seperate AC_CONFIG_FILES.
paul95d31842004-11-12 09:44:03 +0000243 * INSTALL: update-autotools, autoreconf -i will install this, remove
244 the file so it always matches the autoconf which created
245 configure (ie the quagga snapshot producing host).
paul9104f562004-11-12 10:30:21 +0000246 * INSTALL.quagga.txt: Some quagga specific INSTALL notes.
247 * README: s/GNU Zebra/Quagga/ and refer to IS-IS support.
paul670bbf12004-11-12 09:05:00 +0000248
ajs7966b972004-11-10 22:02:05 +00002492004-11-10 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
250
251 * redhat/quagga.spec.in: add comments showing how to get gcc verbosity
252
paul1b074dd2004-11-08 17:38:30 +00002532004-11-08 Paul Jakma <paul@dishone.st>
254
255 * configure.ac: bump version to 0.97.3, release imminent.
256
paul14c17fd2004-11-07 22:34:23 +00002572004-11-06 Paul Jakma <paul@dishone.st>
258
259 * configure.ac: Arguments to AC_OUTPUT is deprecated, use
260 AC_CONFIG_FILES instead. Rearrange the order slightly to put the
261 Makefiles first (silly aesthetic thing, dont know why I had to do
262 this ;) ). Add doc/defines.texi to the list.
263 * NEWS: bgp route-server support added, refer to docs.
264 * update-autotools: call automake with --add-missing and --copy,
265 former is important for obvious reasons, latter for dist files,
266 and --gnu to enable whatever extra goodness checks.
267 * {depcomp, install-sh, missing}: removed, auto-generated files.
268
paul1f8f61a2004-11-05 23:38:20 +00002692004-11-05 Paul Jakma <paul@dishone.st>
270
271 * HACKING: Expand on ChangeLogs, eg current practice for certain
272 directories and certain other meta-data is not to maintain a
273 ChangeLog. Expand on the commit message, IMHO, commit message
274 should always be ChangeLog for files where ChangeLog is kept.
275 Solaris is supported on any platform (with, at moment, an
276 additional patch).
277
paul3e511c82004-10-22 23:53:19 +00002782004-10-23 Paul Jakma <paul@dishone.st>
279
280 * configure.ac: bump version to 0.97.2, release imminent.
281
paul6b6942f2004-10-22 04:55:05 +00002822004-10-22 Paul Jakma <paul@dishone.st>
283
284 * configure.ac: fix up enable help alignment slightly
285 Add --enable-gcc-ultra-verbose to set various gcc warnings which
286 should one day be fixed but are not serious problems or which
287 could be false-positives.
288
hasso3fb9cd62004-10-19 19:44:43 +00002892004-10-19 Andrew J. Schorr <aschorr@telemetry-investments.com>
290
291 * lib, zebra, ripd, ospfd, bgpd: Support NULL connected destination
292 pointers properly everywhere. Fix point-to-point logic to
293 support links where a dedicated subnet has been assigned.
294 PtP links with /31 subnets should now work where supported by O/S.
295
paul4f8b5bb2004-10-11 18:26:59 +00002962004-10-11 Paul Jakma <paul@dishone.st>
297
298 * bump version to 0.97.1, release imminent.
299
paule561a8e2004-10-07 20:38:44 +00003002004-10-07 Paul Jakma <paul@dishone.st>
301
302 * bump version to 0.97.0, release imminent.
303
gdt7fd63b32004-10-07 13:53:29 +00003042004-10-07 Greg Troxel <gdt@sunpal7.mit.edu>
305
306 * configure.ac: remove -Wpacked; 2.95.3 doesn't support it.
307
hasso7347a2a2004-10-05 14:15:17 +00003082004-10-05 Hasso Tepper <hasso at quagga.net>
309
310 * configure.ac: Removed -Wpadded. I don't have sooo much time that I
311 could care about padding ;).
312
paula49c0ff2004-09-30 06:08:58 +00003132004-09-30 Paul Jakma <paul@dishone.st>
314
315 * Update default CFLAGS for gcc to keep Hasso busy.
316
paulddb07e52004-09-27 07:49:57 +00003172004-09-27 Paul Jakma <paul@dishone.st>
318
319 * update-autotools: libtoolize should copy files, rather than link.
320 the whole idea is that dist files should not need auto*, etc.
321 installed to be able to compile.
322
hassoae399ab2004-09-13 20:22:18 +00003232004-09-13 Hasso Tepper <hasso at quagga.net>
324
325 * configure.ac: Disable isisd compiling by default.
326
paul33394762004-09-13 11:27:57 +00003272004-09-13 Paul Jakma <paul@dishone.st>
328
329 * configure.ac: capitalise the package name. autoconf lowercases
330 it for PACKAGE_TARNAME.
331
paulfee0f4c2004-09-13 05:12:46 +00003322004-09-13 Jose Luis Rubio <jrubio@dit.upm.es>
333 (at Technical University of Madrid as part of Euro6ix Project)
334
335 Enhanced Route Server functionality and Route-Maps:
336
337 * bgpd/bgpd.h: Modified 'struct peer' and 'struct bgp_filter' to
338 support rs-clients. A 'struct bgp_table *rib' has been added to the
339 first (to mantain a separated RIB for each rs-client) and two new
340 route-maps have been added to the last (for import/export policies).
341 Added the following #defines: RMAP_{IN|OUT|IMPORT|EXPORT|MAX},
342 PEER_RMAP_TYPE_{IMPORT|EXPORT} and BGP_CLEAR_SOFT_RSCLIENT.
343
344 * bgpd/bgpd.c: Modified the functions that create/delete/etc peers in
345 order to consider the new fields included in 'struct peer' for
346 supporting rs-clients, i.e. the import/export route-maps and the
347 'struct bgp_table'.
348
349 * bgpd/bgp_route.{ch}: Modified several functions related with
350 receiving/sending announces in order to support the new Route Server
351 capabilities.
352 Function 'bgp_process' has been reorganized, creating an auxiliar
353 function for best path selection ('bgp_best_selection').
354 Modified 'bgp_show' and 'bgp_show_route' for displaying information
355 about any RIB (and not only the main bgp RIB).
356 Added commands for displaying information about RS-clients RIBs:
357 'show bgp rsclient (A.B.C.D|X:X::X:X)', 'show bgp rsclient
358 (A.B.C.D|X:X::X:X) X:X::X:X/M', etc
359
360 * bgpd/bgp_table.{ch}: The structure 'struct bgp_table' now has two
361 new fields: type (which can take the values BGP_TABLE_{MAIN|RSCLIENT})
362 and 'void *owner' which points to 'struct bgp' or 'struct peer' which
363 owns the table.
364 When creating a new bgp_table by default 'type=BGP_TABLE_MAIN' is set.
365
366 * bgpd/bgp_vty.c: The commands 'neighbor ... route-server-client' and
367 'no neighbor ... route-server-client' now not only set/unset the flag
368 PEER_FLAG_RSERVER_CLIENT, but they create/destroy the 'struct
369 bgp_table' of the peer. Special actions are taken for peer_groups.
370 Command 'neighbor ... route-map WORD (in|out)' now also supports two
371 new kinds of route-map: 'import' and 'export'.
372 Added commands 'clear bgp * rsclient', etc. These commands allow a new
373 kind of soft_reconfig which affects only the RIB of the specified
374 RS-client.
375 Added commands 'show bgp rsclient summary', etc which display a
376 summary of the rs-clients configured for the corresponding address
377 family.
378
379 * bgpd/bgp_routemap.c: A new match statement is available,
380 'match peer (A.B.C.D|X:X::X:X)'. This statement can only be used in
381 import/export route-maps, and it matches when the peer who announces
382 (when used in an import route-map) or is going to receive (when used
383 in an export route-map) the route is the same than the one specified
384 in the statement.
385 For peer-groups the statement matches if the specified peer is member
386 of the peer-group.
387 A special version of the command, 'match peer local', matches with
388 routes originated by the Route Server (defined with 'network ...',
389 redistributed routes and default-originate).
390
391 * lib/routemap.{ch}: Added a new clause 'call NAME' for use in
392 route-maps. It jumps into the specified route-map and when it returns
393 the first route-map ends if the called RM returns DENY_MATCH, or
394 continues in other case.
395
gdtcbd04082004-08-31 18:16:36 +00003962004-08-31 Greg Troxel <gdt@poblano.ir.bbn.com>
397
gdtb85dca32004-08-31 18:44:42 +0000398 * Makefile.am: make m4 as subdir, rather the EXTRA_DISTing it
399
400 * configure.ac: add m4/Makefile to output list
401
4022004-08-31 Greg Troxel <gdt@poblano.ir.bbn.com>
403
gdtcbd04082004-08-31 18:16:36 +0000404 * Makefile.am: Only put pkgsrc dir in SUBDIRS if we should install
405 rc.d files. (Note that pkgsrc is always in DIST_SUBDIRS.)
406
407 * configure.ac (pkgsrcdir): add new --enable-pkgsrcrcdir to give a
408 directory into which www.pkgsrc.org-style rc.d files are
409 installed.
410
paul2abb1cf2004-08-19 04:42:03 +00004112004-08-19 Paul Jakma <paul@dishone.st>
412
413 * Makefile.am: add m4 directory to EXTRA_DIST, and define
414 ACLOCAL_AMFLAGS to have aclocal pull in m4/
415 * configure.ac: AM_PROG_LIBTOOL should be AC_...
416 * update-autotools: print a warning that this script is deprecated
417
gdt29904602004-08-17 12:27:32 +00004182004-08-17 Greg Troxel <gdt@fnord.ir.bbn.com>
419
420 * update-autotools: print tools versions to aid people in sending
421 bug reports.
422
gdtb7a97f82004-07-23 16:23:56 +00004232004-07-23 Greg Troxel <gdt@poblano.ir.bbn.com>
424
425 * */Makefile.am: Use ../dir/libfoo.la, rather than "-L../dir
426 -lfoo", to avoid linking against installed libraries from a
427 previous version.
428
429 * {lib,ospfd,ospfclient}/Makefile.am: explicitly define the shared
430 library version number to be 0.0
431
432 * configure.ac: remove spurious , so extract.pl is chmod'd +x.
433
434 * HACKING: explain shared library versioning rules
435
paul27eebb32004-07-22 18:16:59 +00004362004-07-22 Paul Jakma <paul@dishone.st>
437
438 * configure.ac: modify default CFLAGS to be compiler agnostic
439 build Makefile for tests/ subdir.
440
gdtaa9af782004-07-14 13:55:28 +00004412004-07-14 Greg Troxel <gdt@poblano.ir.bbn.com>
442
443 * Makefile.am (EXTRA_DIST): Add missing \, so tools stuff is
444 really in distfile.
445
gdtcf313882004-06-30 13:24:42 +00004462004-06-30 Greg Troxel <gdt@poblano.ir.bbn.com>
447
gdt87efd642004-06-30 17:36:11 +0000448 * */Makefile.am: use -L../lib -lzebra, so we pick up the shlib
449 version of libzebra when available.
450
451 * configure.ac, update-autotools: Add libtool.
452
4532004-06-30 Greg Troxel <gdt@poblano.ir.bbn.com>
454
gdtf2bfdee2004-06-30 17:25:15 +0000455 * Makefile.am: add files to EXTRA_DIST rather than copying, and
456 omit the kludgy cleaning steps, which were failing when the list
457 to clean was empty.
458
4592004-06-30 Greg Troxel <gdt@poblano.ir.bbn.com>
460
gdtfc9d0742004-06-30 14:25:12 +0000461 * configure.ac: Look for perl, and substitute into vtysh/extract.pl.
462 Search for termcap functions more expansively (fixes vtysh compile
463 on NetBSD). Clean up --enable-vtysh definition.
464
4652004-06-30 Greg Troxel <gdt@poblano.ir.bbn.com>
466
gdtcf313882004-06-30 13:24:42 +0000467 * update-autotools: Use -rf on autom4te.cache.
468
hasso320ec102004-06-20 19:54:37 +00004692004-06-20 Hasso Tepper <hasso@estpak.ee>
470
471 * lib/vty.c: Don't attempt to load configuration file from current
472 directory.
473 * Update vty_read_config() calls in bgpd/bgp_main.c, isisd/isis_main.c,
474 ospf6d/ospf6_main.c, ospfd/ospf_main.c, ripd/rip_main.c,
475 ripngd/ripng_main.c and zebra/main.c.
476
paul19877dd2004-05-11 10:49:35 +00004772004-05-11 Paul Jakma <paul@dishone.st>
478
479 * configure.ac: Add solaris support for the zebra/*_solaris
480 method's, based on Sowmini's patches.
481
pauld355bfa2004-04-08 07:43:45 +00004822004-04-08 Paul Jakma <paul@dishone.st>
483
484 * ospf_spf.h: Add backlink field to struct vertex
485 * ospf_spf.h: (ospf_vertex_new) initialise backlink
486 (ospf_lsa_has_link) return index of link back to
487 vertex V from candidate vertex W, or -1 if no link exists.
488 (ospf_spf_next) save backlink index for candidate vertex
489 * ospf_interface.c: (ospf_vl_set_params) Use the backlink index
490 to determine correct address for virtual-link peers. Fall back
491 to older "pick first link" method if no backlink index exists.
492
hasso41d3fc92004-04-06 11:59:00 +00004932004-04-06 Hasso Tepper <hasso@estpak.ee>
494
495 * zebra/ipforward_proc.c: Fixed lowering privileges.
496 * zebra/zserv.c: Fixed "(no) ipv6 forwarding" command logic.
497 * configure.ac: Added --disable-capabilities switch to configure.
498
hassof571dab2004-03-22 08:55:25 +00004992004-03-22 Hasso Tepper <hasso@estpak.ee>
500
501 * Readded SIGTERM handling so daemons can clean up their stuff if they
502 are killed (not murdered).
503
hasso37318652004-03-20 20:06:15 +00005042004-03-20 Michael Bruening <mike@vailsys.com>
505
506 * ospfd/ospf_vty.c: Completed array distribute_str of route types with
507 addition of "isis". This array must be indexed by
508 ZEBRA_ROUTE_(SYSTEM|KERNEL|...) defines in zebra.h, and should
509 be updated with every route type addition. This fix allows
510 commands redistributing routes from (bgp|isis), like "router ospf
511 redistribute bgp ...", to be written to terminal, memory, file,
512 which would otherwise result in a seg fault or, possibly, config
513 file corruption. Overlooked in import of isisd.
514 * Similar fixes to bgpd/bgp_vty.c ospf6d/ospf6_asbr.c ripd/rip_zebra.c
515 and ripngd/ripng_zebra.c.
516
hasso8c903fb2004-03-17 20:39:18 +00005172004-03-17 Jean-Yves Simon <lethalwp@tiscali.be>
518
519 * zebra/main.c, ripd/rip_main.c: Fix typos sigusr1 -> sigint,
520 bugzilla #82.
521
gdt5e4fa162004-03-16 14:38:36 +00005222004-03-16 David Young <dyoung@pobox.com>
523
524 * (many) reference <lib/version.h> rather than "version.h",
525 because version.h is a generated file and not present in the
526 source tree when using objdir builds.
527
hassofa2b17e2004-03-04 17:45:00 +00005282004-03-03 PC Drew <pc@superiorcomm.net>
529
530 * lib/keychain.c: typecast time_t function to long, fixes compile
531 warning.
532 * lib/debug.c: wrapped function with ifdef HAVE_GLIBC_BACKTRACE fixes
533 compile warning when backtrace doesn't exist for that system.
534 * zebra/rtadv.c: for OpenBSD, added include statement for
535 netinet/icmp6.h
536 * zebra/zserv.c: added default case to switch statements, fixes compile
537 warning about certain NEXTHOP_TYPE enumeration values not being
538 handled.
539 * zebra/rt_socket.c: set *mask = NULL by default, fixes compile
540 warning, about mask possibly being used uninitialized.
541 * bgpd/bgp_nexthop.c: added default case to switch statements, fixes
542 compile warning about certain NEXTHOP_TYPE enumeration values not
543 being handled.
544 * ospfd/ospf_spf.c: typecast time_t to long, fixes compile warning.
545 * ospfd/ospf_route.c: typecast route_node->prefix to prefix_ipv4, fixes
546 compile warning.
547 * ospfd/ospf_route.c: typecast prefix_ipv4 to prefix, fixes compile
548 warning.
549 * ospfd/ospf_abr.c: typecast prefix to prefix_ipv4 in two instances,
550 fixes compile warning.
551 * vtysh/vtysh.c: fixed null pointer sentinel value when doing execl and
552 friends, fixes compile warning.
553 * ospf6d/ospf6_damp.c: typecast time_t to long in 4 instances, fixes
554 compile warning.
555 * ospf6d/ospf6_main.c: use MAXPATHLEN (if set) instead of 64 for the
556 _cwd array, fixes compile warning.
557
paul2d75d052004-01-19 21:31:15 +00005582004-01-19 Paul Jakma <paul@dishone.st>
559
560 * tests/test-sig.c: New file, regression test for sigevents.
561 * lib/Makefile.am: add sigevent.{c,h}
562 * (isis|rip|ripng|ospf|ospf6|bgp)d/\1_main.c: modify for sigevents.
563 * zebra/main.c: ditto.
564
paula27abaa2004-01-10 22:03:07 +00005652004-01-10 Paul Jakma <paul@dishone.st>
566
567 * Makefile.am: redhat/ is a dist subdir too.
568
jardina4d2a0d2004-01-10 20:42:35 +00005692004-01-10 Vincent Jardin <jardin@6wind.com>
570
571 * configure.ac: add the redhat/Makefile as a AC_OUTPUT() argument.
572 It fixes build on FreeBSD 5.1 and FreeBSD 4.7
573
paul00bc5602004-01-09 16:30:52 +00005742004-01-08 Paul Jakma <paul@dishone.st>
575
576 * Makefile.am: as per gdt, specify the redhat dir as a DIST_SUBDIR,
577 remove the redhat/... dist targets - instead these now go in..
578 redhat/Makefile.am: (new) proper place to describe redhat/ dist
579 files, as well as allow quagga.spec to be regenerated properly.
580 redhat/quagga.sysconfig: specify conf file location.
581 redhat/quagga.spec.in: Add 2 patches to RPM build.
582
paul41ad8782003-12-30 11:09:00 +00005832003-12-30 Paul Jakma <paul@dishone.st>
584
paul15d74e92003-12-30 11:16:21 +0000585 * redhat/isisd.init: new file, init script for isisd.
586 redhat/quagga.sysconfig: new file, sysconfig file for quagga
587 initscripts.
588 redhat/quagga.spec.in: various cleanups, including sysconfig patch
589 from RH, fixed UID/GID as per RH EL, shell changed to
590 /sbin/nologin, daemon vty's listen to 127.1 only per default and
591 isisd packaged.
592 redhat/*.init: sysconfig support and runlevels specified.
593
5942003-12-30 Paul Jakma <paul@dishone.st>
595
paul41ad8782003-12-30 11:09:00 +0000596 * Makefile.am: put the redhat/ stuff into EXTRA_DIST rather than
597 copying via dist-hook. Remove ~ files backup cruft from dists.
598 isisd/Makefile.am: sysconf example should go via
599 dist_examples_DATA. The include-netbsd/ headers werent mentioned
600 as sources and werent being copied into dists.
601
jardin9e867fe2003-12-23 08:56:18 +00006022003-12-23 Vincent Jardin <jardin@6wind.com>
603
604 * isisd: Import isisd from Sampo Saaristo's source code.
605
gdtaa593d52003-12-22 20:15:53 +00006062003-12-22 Christian Hammers <ch@lathspell.de>
607
608 * configure.ac (and everywhere a regular file is opened for
609 writing): use file permissions from configure rather than
610 compiled-in umask.
611
hasso47ce02a2003-12-22 16:49:15 +00006122003-12-22 Hasso Tepper <hasso@estpak.ee>
613
614 * lib/linklist.c: Revert microfix I commited while reverting
615 [quagga-dev 227]. Caused by misreading code.
616
hassoe90fbab2003-12-21 09:51:42 +00006172003-12-21 Hasso Tepper <hasso@estpak.ee>
618
619 * lib/linklist.c: Revert patch [quagga-dev 227]. listnode_add_sort()
620 function should not drop nodes in any case. But fix behavior where
621 nodes were added to the end of list when cmp returned 0.
622 * lib/if.c: Check for duplicates before calling listnode_add_sort().
623
gdtaf273652003-12-08 18:12:34 +00006242003-12-08 Greg Troxel <gdt@fnord.ir.bbn.com>
625
626 * {lib,ospfd,ospfapi}/Makefile.am: Use pkginclude_HEADERS rather
627 than include_HEADERS to place includes in
628 ${prefix}/include/quaggainstead of polluting ${prefix}/include.
629
gdtc4f0efe2003-12-04 15:39:25 +00006302003-12-04 Greg Troxel <gdt@poblano.ir.bbn.com>
631
632 * configure.ac: When setting exampledir to sysconfdir as a
633 default, don't quote ${sysconfdir}. (Bug reported by Vincent
634 Jardin.)
635
gdtd6b72f72003-12-03 17:24:27 +00006362003-12-03 Greg Troxel <gdt@poblano.ir.bbn.com>
637
gdtd2a0ccc2003-12-03 18:13:48 +0000638 * configure.ac: Compile in Router Advertisement support by
639 default. Note that this does not default to sending RAs; it just
640 makes 'ipv6 nd send-ra' and 'ipv6 nd prefix-advertisement'
641 available. While others may prefer other tools, no argument has
642 been made that router advertisement support is such bloat that it
643 should be compiled out by default (it 9556 bytes on NetBSD/i386 vs
644 8 bytes with the support compiled out). This reversion of a
645 previous change was done in consultation with Paul.
646
6472003-12-03 Greg Troxel <gdt@poblano.ir.bbn.com>
648
gdtfa3232e2003-12-03 17:52:30 +0000649 * configure.ac: Move tests for v6 header files to after the check
650 for v6 code version, and conditionalize on the right variable.
651 (Fixes problem where v6 header files are not included when v6 is
652 enabled implicitly.)
gdtd2a0ccc2003-12-03 18:13:48 +0000653
gdtfa3232e2003-12-03 17:52:30 +00006542003-12-03 Greg Troxel <gdt@poblano.ir.bbn.com>
655
gdtd6b72f72003-12-03 17:24:27 +0000656 * configure.ac: Add --enable-exampledir to specify where example
657 config files should go, defaulting to sysconfdir.
658
659 * */Makefile.am: use exampledir instead of sysconfdif for examples
660
paul62892882003-11-02 07:31:47 +00006612003-11-02 Paul Jakma <paul@dishone.st>
662
663 * bgpd/bgp_routemap.c: Fix up 'set ip next-hop A.B.C.D|peer-address'
664 route map command so that vtysh can use it. Modified version of
665 Hasso Tepper's patch. Fixes bug #52.
666 * configure.ac: FreeBSD has net-snmp in /usr/local.
667 * redhat/quagga.spec.in: Install libzebra headers with -devel
668 package.
669
6702003-11-02 Krzysztof Oledzki <oleq@ans.pl>
671
672 * zebra/zebra_rib.c: Revert patch (dating from zebra.org) which
673 caused zebra to read all routes in all tables, rather than just
674 the main table. See [quagga-dev 280].
675
6762003-10-30 Paul Jakma <paul@dishone.st>
677
678 * configure.ac: netinet/in_systm.h is yet another well-known
679 header file we really should be checking for
680
6812003-10-27 kamatchi soundaram <kamatchi@tdd.sj.nec.com>
682
683 * ospfd/ospfd.c: Do not increment act_int for an area, as it is done
684 by ospf_ism.c::ism_change_state() - results in incorrect figure
685 for active interfaces in an area.
686
6872003-10-27 Paul Jakma <paul@dishone.st>
688
689 * lib/if.{ch}: remove ifc_pointtopoint() - left over from the
690 reverted RFC3021 patch.
691
6922003-10-27 Simon <lists@routemeister.net>
693
694 * ospfd/ospfd.c: if_is_pointopoint() takes (struct interface *), was
695 being called with struct connected. Change to co->ifp.
696
6972003-10-27 Gilad Arnold <gilad.arnold@terayon.com>
698
699 * zebra/zebra_rib.c: (nexthop_active_update) Check for multipath
700 limit when setting changed flag to avoid spurious changes.
701 (static_install_ipv{4,6}) dont uninstall by default, might not be
702 required - avoid spurious uninstalls.
703 (static_uninstall_ipv{4,6}) only uninstall the route if its
704 actually FIB route.
705
7062003-10-24 sowmini.varadhan@sun.com
707
708 * ospfd/ospf_network.c: (ospf_sock_init) Exit if socket can not be
709 created.
710
7112003-10-24 Jose Luis Rubio Guivernau <jrubio@dit.upm.es>
712
713 * Better 'show bgp' support for views (eg ipv6), see [quagga-dev 238]
714 * bgpd/bgp_route.c: (bgp_show) Take a struct bgp argument instead of
715 view string.
716 (bgp_show_neighbor_route) Take a struct peer argument instead of
717 ip string.
718 (peer_adj_routes) ditto
719 (show_adj_routes) ditto
720 (peer_lookup_in_view) new function to return appropriate struct
721 peer for a given view string.
722 (misc) Fixup all calls to above to reflect new calling arguments,
723 and use peer_lookup_in_view as needed. Additional commands
724 installed to use expanded functionality above, existing commands
725 modified to suit as well.
726 * bgpd/bgp_vty.c: 2 new aliases.
727
7282003-10-24 Paul Jakma <paul@dishone.st>
729
730 * configure.ac: Check for fcntl()
731 * {bgpd,ospf,ospf6d,ripd,ripngd}/Makefile.am: Install conf file via
732 regular automake means, not magic install incantations, see
733 bug #38.
734 * lib/Makefile.am: install the headers, needed to link libzebra.a
735 (and hence libospf.a, OSPF-API, etc.)
736
7372003-10-24 waldi@debian.org
738
739 * vtysh/Makefile.am: vtysh_cmd.c rebuild was broken because it
740 depended against source files without specification, i.e. it
741 used ../zebra instead of $(top_srcdir)/zebra.
742
7432003-10-23 Paul Jakma <paul@dishone.st>
744
745 * configure.ac: IRIX configure.ac support. Sort of works.
746 sysctl() crashes though (ipforward), there's some kind of odd
747 padding in the PF_ROUTE socket messages and setsockopt() on
748 SOCK_RAW does not work (so ospfd doesnt work).
749
7502003-10-22 Paul Jakma <paul@dishone.st>
751
752 * vtysh/Makefile.am: do not include vtysh_cmd.c in dists, its
753 configure dependent. (still need to find a way to make building of
754 it dependent on configure options or include all commands.)
755
7562003-10-22 Paul Jakma <paul@dishone.st>
757
758 * lib/zebra.h: include limits.h if its there, its a portable header
759 and useful and not just solaris specific. net/route.h is also
760 useful.
761
7622003-10-22 Paul Jakma <paul@dishone.st>
763
764 * lib/regex.c: bzero -> memset
765 * zebra/ioctl.c: ditto. bzero is not portable.
766
7672003-10-22 Paul Jakma <paul@dishone.st>
768
769 * zebra/kernel_socket.c: HAVE_IPV6 conditional for WRAPUP when
770 HAVE_SA_LEN is not defined. bcopy -> memcpy, bcopy is not
771 portable.
772
7732003-10-22 Paul Jakma <paul@dishone.st>
774
775 * configure.ac: Split up header checks into non-net, net and ipv6
776 related. Checking of IPv6 is conditional. Add some more output
777 text for the end of the configure run.
778
7792003-10-18 Lorenzo Colitti <lorenzo@ripe.net>
780
781 * bgpd/bgp_attr.c: (bgp_dump_routes_attr) Dont dump IPv4 nexthop
782 for IP. Dump MP_NLRI attr with IPv6 next-hop for AF_INET6 address
783 family prefixes. Accept prefix as argument.
784 * bgpd/bgp_attr.c: modify bgp_dump_routes_attr declaration.
785 * bgpd/bgp_dump.c: (bgp_dump_routes_entry) Modify calls to
786 bgp_dump_routes_attr.
787 (bgp_dump_common) Go by the family of the peering socket, not
788 configured address family when dumping peering information.
789 Add HAVE_IPV6 conditionals, eg missing from previous bgp interval
790 patch.
791
7922003-10-18 Lorenzo Colitti <lorenzo@ripe.net>
793
794 * bgpd/bgp_dump.{c,h}: (bgp_dump_interval_add) Dump at discrete
795 fixed intervals rather than fixed intervals from startup time.
796 (bgp_dump_interval_func) Dont return immediately if file cant be
797 openeded, but reschedule interval dumps, even - admin might
798 fix problem in meantime. Close the dump file in between intervals.
799 (bgp_dump_init) account for MSG header when initialising stream
800 size.
801
8022003-10-15 Paul Jakma <paul@dishone.st>
803
804 * ospfd/ospf_interface: (ospf_if_lookup_table) new function to
805 lookup oi for a given prefix in a given interfaces table of oi's.
806 (ospf_if_new) use ospf_if_lookup_table to deal with zebra
807 reporting new interface multiple times.
808 NB: This patch is a complete plaster-band of a hack. First, why is
809 zebra reporting interface events multiple times? Second, why does
810 ospfd maintain so many damn lists and tables relating to oi's -
811 these should be reconciled into one or two tables.
812
8132003-10-15 sowmini.varadhan@sun.com
814
815 * ripd/ripd.c: (rip_send_packet) use rip->sock for mcast sends,
816 instead of creating one socket per send. send source addr to
817 rip_update_interface.
818 (rip_update_process) should send an update on every connected
819 network for each interface.
820 (rip_request_send) should send a request on every connected
821 network for each interface.
822 * ripd/ripd.h: update prototype for rip_interface_multicast_set
823 * ripd/rip_interface.c: (rip_interface_multicast_set) reorganized
824 so that it can be called repeatedly for aliased interfaces (on
825 multiple networks).
826
8272003-10-15 Jay Fenlason <fenlason@redhat.com>
828
829 * lib/vty.c: (vty_telnet_option) Remote DoS exists if a telnet
830 end-sub-negotation is sent when no sub-negotation data has been
831 sent. Return immediately if no sub-negotation is in progress.
832 (vty_read) do not attempt to process options if no sub-negotation
833 is in progress.
834
8352003-10-15 Paul Jakma <paul@dishone.st>
836
837 * lib/vty.c: (vty_save_cwd) dont crash if getcwd fails. try fallback
838 to SYSCONFDIR. Allocate cwd from the stack rather than relying on
839 (non-portable) getcwd() allocation (which we didnt seem to be
840 freeing).
841
8422003-10-13 Jay Fenlason <fenlason@redhat.com>
843
844 * lib/zebra.h: define UINT32_MAX for those systems which do not
845 provide it.
846 * bgp_attr.h: define BGP_MED_MAX.
847 * bgp_route.c: update defines/constants to BGP_MED_MAX.
848 * bgp_routemap.c: ditto. clean up route_match_metric_compile
849 slightly to avoid unneccesary XMALLOC.
850
8512003-10-13 sowmini.varadhan@sun.com
852
853 * ospf_lsa.h: Add OSPF_LSA_PREMATURE_AGE flag.
854 * ospf_lsa.c: added better debug comments. check sequence number in
855 ospf_lsa_install. ospf_maxage_lsa_remover() checks for
856 OSPF_LSA_PREMATURE_AGE and re-originates the lsa after ls_acks are
857 received.
858 * ospf_flood.c: improve debug statement- print ls_seqnum.
859
8602003-10-13 Douglas Fraser <doug+quagga@idmf.net>
861
862 * zebra/connected.c: PtP revert fixup. Zebra was not creating
863 connected route for PtP peer.
864
8652003-10-07 Tarhon-Onu Victor <mituc@iasi.rdsnet.ro>
866
867 * zebra/ipforward_proc.c: (ipforward) Close the fd for
868 /proc/net/snmp. See [quagga-dev 284]
869
8702003-09-29 Gilad Arnold <gilad.arnold@terayon.com>
871
872 * zebra/zebra_rib.c: Fix possible dangling reference to rib
873 route_nodes - unlock it the appropriate number of times. (twice,
874 because of the implicit lock). see [quagga-dev 251].
875
8762003-09-29 Paul Jakma <paul@dishone.st>
877
878 * zebra/connected.c: revert the 'generic PtP' patch as it causes
879 far too many problems. People who use FreeSWAN should investigate
880 native linux ipsec.
881 * zebra/rt_netlink.c: ditto
882 * lib/if.c: ditto
883 * ripd/ripd.h: ditto
884 * ripd/ripd.c: ditto
885 * ripd/rip_interface.c: ditto
886 * ospfd/ospfd.c: ditto
887 * ospfd/ospf_snmp.c: ditto
888 * bgpd/bgp_nexthop.c: ditto
889 * ospfd/ospf_packet.c: Add debug output for some of the previously
890 completely silent drops of 'bad' packets.
891 * configure.ac: bump version
892
8932003-08-27 Jay Fenlason <fenlason@redhat.com>
894
895 * lib/Makefile.am: Do not use a lib (libcap) as a dependency
896 * zebra/Makefile.am: Link in libcap
897 * bgpd/bgp_routemap.c: attr->med is type u_in32_t, should be
898 compared with UINT32_MAX
899 * ospfd/ospfd.c: remove redundant assert
900 * zebra/rtadv.c: add missing include for zebra/rib.h
901
9022003-09-24 Paul Jakma <paul@dishone.st>
903
904 * lib/version.h: moved to version.h.in
905 * lib/version.h.in: New file, from version.h. Change hardcoded
906 package name and version to use the autoconf defined substition
907 variables.
908 * configure.ac: Fix up AC/AM_INIT* to new style. Remove the sed'ing
909 through lib/version.h for VERSION. Add lib/version.h to the
910 AC_OUTPUT list. Update the text output of quagga version at end
911 of configure run to use PACKAGE_VERSION.
912 * doc/.cvsignore: ignore quagga.pdf
913 * doc/.cvsignore: ignore version.h, its now autogenerated.
914
9152003-09-24 sowmini.varadhan@sun.com
916
917 * lib/if.c: (if_cmp_func) fix infinite loop if
918 ifp1->name == ifp2->name
919 * lib/linklist.c: (if_cmp_func) Fix handling of case where
920 list->cmp returns 0.
921 * rip_interface.c: (rip_interface_address_add) call
922 rip_enable_apply(), or the interface is never considered up.
923 see [quagga-dev 225].
924 * zebra/kernel_socket.c: Fix up WRAPUP macro to deal with multiple
925 address families in the absence of sa_len element in struct
926 sockaddr.
927 (ifm_read): Handle solaris 9 if_msghdr_t.
928 Deal with interfaces which are incomplete, lookup on name rather
929 than the placeholder interface index of -1.
930
9312003-09-24 Thomas Giger TGC <thomas.giger@tgc.de>
932
933 * ospf_packet.c (ospf_associate_packet_vl): pass NULL struct
934 interface to ospf_if_lookup_by_local_addr() rather than the
935 receiving interface ifp, packets for VL's could come in any
936 interface. See quagga-dev 250.
937
paule05fba42003-04-13 20:20:53 +00009382003-04-13 Paul Jakma <paul@dishone.st>
939
940 * Amir: Opaque LSA bug fix for deletion of Type11's
941 * configure.ac: use --localstatedir for Unix sockets
paul645878f2003-04-13 21:42:11 +0000942 * Hasso Tepper: When flushing as-ext LSAs flush associated NSSA
943 LSAs.
paule05fba42003-04-13 20:20:53 +0000944
paul020709f2003-04-04 02:44:16 +00009452003-04-04 Paul Jakma <paul@dishone.st>
946
947 * Sync to Zebra CVS
948 * Fix lib/thread.h leak
949 * Fix small Opaque LSA leak
950 * Do not configure OSPF interfaces for secondary addresses
951 * vtysh fixes from Hasso
952 * Dave Watson's missing ntohs fix
953
paul68980082003-03-25 05:07:42 +00009542003-03-25 Paul Jakma <paul@dishone.st>
955
956 * Sync to Zebra CVS
957
paul07661cb2003-03-18 00:03:05 +00009582003-03-17 Amir Guindehi <amir@datacore.ch>
959
960 * Extended SNMP checks in configure.ac so that net-snmp works
961
9622003-03-17 Amir Guindehi <amir@datacore.ch>
963 Ralph Keller <keller@tik.ee.ethz.ch>
964 * merge OSPF-API
965
paul13766da2003-02-07 14:46:23 +00009662003-02-07 Paul Jakma <paul@dishone.st>
967
968 * Sync to zebra CVS
969
paul420df432003-02-03 20:30:39 +00009702003-02-03 Paul Jakma <paul@dishone.st>
971
972 * Sync to zebra CVS
973
paulae936ae2003-01-20 04:58:21 +00009742003-01-19 Paul Jakma <paul@dishone.st>
975
976 * Temporary fix for Generic PtP wrt to IPv6
977
paul9a668002003-01-18 23:11:44 +00009782003-01-17 Paul Jakma <paul@dishone.st>
979
980 * Sync up to latest zebra.org CVS
981 * [zebra 16823] Bugfix and new feature in Opaque-LSA handling
982 Masahiko Endo <endo@suri.co.jp>
983 * [zebra 16824] [PATCH] nsm_kill_neighbor
984 Masahiko Endo <endo@suri.co.jp>
985 * [zebra 17217] [PATCH] show thread CPU
986 Yon Uriarte <havanna_moon@gmx.net>
987 * [zebra 17218] Re: [PATCH] CLI extensions.
988 Yon Uriarte <havanna_moon@gmx.net>
989
paul4fc01e62002-12-13 20:49:00 +00009902002-12-13 Paul Jakma <paul@dishone.st>
991
992 * added support for vtysh 'write file' command to
paul0efa4d52002-12-13 21:55:43 +0000993 write either per-daamon and/or integrated file
paulab836aa2002-12-13 21:19:02 +0000994 * ospfd md5 buffer copying fix (Greg Troxel)
paul8bd9c712002-12-13 21:05:16 +0000995 * ospfd md5 sequence number derived from time()
paulab836aa2002-12-13 21:19:02 +0000996 * RIPv1 fixes and improvements (John Hay)
997 * link state detection (linux) ([zebra 12269])
998 * Generic PtP and RFC3021 interface addressing support
999 (Frank van Maarseveen)
paul0efa4d52002-12-13 21:55:43 +00001000 * Michal Ludvig <michal@logix.cz>:
1001 [zebra 16525] PATCH: Bugfixes for KAME systems
1002 * Kevin C Miller <kevinm@andrew.cmu.edu>
1003 [zebra 16681] OSPF NSSA Patches
1004 * Yon Uriarte <havanna_moon@gmx.net>
1005 [zebra 16671] [PATCH] CLI extensions
paula8959012002-12-13 21:59:26 +00001006 * Masahiko Endo: [zebra 15475] - MPLS-TE docs
paul4fc01e62002-12-13 20:49:00 +00001007
paul718e3742002-12-13 20:15:29 +000010082002-07-07 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
1009
1010 * zebra-0.93 released.
1011
10122002-06-28 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
1013
1014 * update-autotools: Change file name from update-auto-tools.sh.
1015
10162002-06-21 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
1017
1018 * update-auto-tools.sh: Add a new script to clean up build
1019 environment.
1020
10212002-06-18 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
1022
1023 * Shift to the latest build environment autoconf-2.53 and
1024 automake-1.6.2.
1025
10262001-10-22 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
1027
1028 * Integrate Glen Turner <glen.turner@aarnet.edu.au>'s pid option.
1029
10302001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
1031
1032 * zebra-0.92a released.
1033
10342001-08-19 "Peter Galbavy" <peter.galbavy@knowtion.net>
1035
1036 * configure.in: SNMP library check problem fix when the library is
1037 installed under /usr/local/lib.
1038
10392001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
1040
1041 * zebra-0.92 released.
1042
10432001-04-22 Kunihiro Ishiguro <kunihiro@zebra.org>
1044
1045 * configure.in (LIBPAM): Use ZEBRA_AC_C_BIGENDIAN to avoid a
1046 warning.
1047 (IF_METHOD): Use test -r instead of AC_CHECK_FILE to avoid
1048 warnings.
1049
1050 * config.guess: Update to 2000-11-10 version.
1051
10522001-04-11 Kunihiro Ishiguro <kunihiro@zebra.org>
1053
1054 * configure.in: Use AC_TRY_COMPILE instead of AC_EGREP_HEADER to
1055 detect in_pktinfo structure. Suggested by: Vlad Lungu
1056 <vlad@rls.roknet.ro>.
1057
10582001-03-07 Michael Rozhavsky <mrozhavsky@opticalaccess.com>
1059
1060 * configure.in: Add check for structure in_pktinfo.
1061
10622001-02-07 "Bjoern A. Zeeb" <bzeeb+zebra@zabbadoz.net>
1063
1064 * configure.in (USE_PAM): Fix PAM library detection code.
1065
10662001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
1067
1068 * zebra-0.91 is released.
1069
10702001-01-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1071
1072 * configure.in: Remove guile related definition.
1073
10742001-01-11 Kunihiro Ishiguro <kunihiro@zebra.org>
1075
1076 * configure.in (ac_cv_htonl_works): HAVE_REPAIRABLE_HTONL is
1077 removed. htonl should work fine on any platform.
1078
10792001-01-10 Kunihiro Ishiguro <kunihiro@zebra.org>
1080
1081 * configure.in: Remove --enable-oldrib option.
1082
1083 * acconfig.h: OLD_RIB definition is removed.
1084
1085 * zebra-0.90 is released.
1086
1087 * configure.in (LIBS): Add check for sun_len field in struct
1088 sun_len.
1089
10902001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1091
1092 * Makefile.am: Include init/redhat files to distribution.
1093
10942001-01-07 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1095
1096 * configure.in: check libm.a for BGPd compile error.
1097 AC_CHECK_LIB(m, main) was added.
1098
10992000-12-29 Kunihiro Ishiguro <kunihiro@zebra.org>
1100
1101 * configure.in: --enable-unixdomain becomes default. Add
1102 --enable-tcp-zebra for TCP/IP communication between protocol
1103 daemon and zebra.
1104
1105 * COPYING.LIB: Added for lib/getopt.c, lib/getopt.h,
1106 lib/getopt1.c, lib/md5-gnu.h, lib/md5.c, lib/regex-gnu.h,
1107 lib/regex.c.
1108
1109 * Makefile.am (dist-hook): Include tools/*.cgi to distribution.
1110
11112000-12-26 Kunihiro Ishiguro <kunihiro@zebra.org>
1112
1113 * configure.in (MULTIPATH_NUM): --enable-multipath=ARG specify
1114 multipath number. ARG must be digit.
1115
11162000-12-11 Kunihiro Ishiguro <kunihiro@zebra.org>
1117
1118 * configure.in: Add --enable-newrib for test new RIB code.
1119
11202000-11-25 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1121
1122 * configure.in, config.h.in: Add check for libutil.h and
1123 setproctitle().
1124
11252000-10-26 Kunihiro Ishiguro <kunihiro@zebra.org>
1126
1127 * configure.in: Add --enable-nssa for OSPF NSSA option.
1128
1129 * acconfig.h: Define HAVE_NSSA.
1130
11312000-10-25 "Bjoern A. Zeeb" <bzeeb+zebra@zabbadoz.net>
1132
1133 * configure.in: pam_misc is only linked when the platform is
1134 GNU/Linux.
1135
11362000-10-24 Arkadiusz Miskiewicz <misiek@pld.org.pl>
1137
1138 * configure.in (LIBS): Add check for crypto library. test x`ls
1139 ${ac_snmp}` is replaced with sipmle test -f.
1140
11412000-10-23 Kunihiro Ishiguro <kunihiro@zebra.org>
1142
1143 * configure.in: Add --enable-unixdomain option. This will be
1144 default behavior in zebra-0.90.
1145
11462000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1147
1148 * zebra-0.89 is released.
1149
11502000-09-27 Kunihiro Ishiguro <kunihiro@zebra.org>
1151
1152 * configure.in: Add check for Intel CPU for Solaris on x86 check.
1153
11542000-09-21 Kunihiro Ishiguro <kunihiro@zebra.org>
1155
1156 * configure.in: Add check for getifaddrs().
1157 Set AM_INIT_AUTOMAKE version to 0.89.
1158
11592000-09-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1160
1161 * config.guess: Update to the latest version.
1162
1163 * config.sub: Likewise
1164
11652000-09-14 David Lipovkov <dlipovkov@OpticalAccess.com>
1166
1167 * REPORTING-BUGS: New file is added.
1168
11692000-08-27 itojun@iijlab.net
1170
1171 * configure.in: Add ncurses library check when --enable-vtysh is
1172 specified.
1173
11742000-08-22 Kunihiro Ishiguro <kunihiro@zebra.org>
1175
1176 * configure.in: Add check for readline/history.h.
1177
1178 * acconfig.h: Remove pthread related variables.
1179
1180 * configure.in: Add --with-libpam option for vtysh PAM
1181 authentication. Remove --disable-pthread because we don't support
1182 pthread.
1183
11842000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
1185
1186 * zebra-0.88 is released.
1187
1188 * configure.in: Add Solaris -lcurses for vtysh.
1189
11902000-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1191
1192 * configure.in: Add check for ncurses for compiling on Solaris.
1193
11942000-07-27 Kunihiro Ishiguro <kunihiro@zebra.org>
1195
1196 * configure.in: Add check for libreadline when --enable-vtysh is
1197 specified.
1198
11992000-07-23 Kunihiro Ishiguro <kunihiro@zebra.org>
1200
1201 * configure.in: Add AC_DEFINE(OPEN_BSD). When OS is OpenBSD
1202 interface method is if_ioctl.o
1203
12042000-07-09 Chris Dunlop <chris@onthe.net.au>
1205
1206 * acconfig.h: Add HAVE_BROKEN_ALIASES.
1207
1208 * configure.in: Add --enable-broken-aliases.
1209
12102000-06-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1211
1212 * Set version to zebra-0.87.
1213
12142000-06-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1215
1216 * configure.in: Remove --enable-mpls-vpn. Now MPLS-VPN support is
1217 default.
1218
1219 * Set version to zebra-0.87-pre
1220
1221 * Makefile.am: Likewise.
1222
12232000-04-27 Kunihiro Ishiguro <kunihiro@zebra.org>
1224
1225 * Set version to 0.86.
1226
12272000-03-21 Kunihiro Ishiguro <kunihiro@zebra.org>
1228
1229 * Set version to 0.85b for ospfd test.
1230
12312000-03-20 Kunihiro Ishiguro <kunihiro@zebra.org>
1232
1233 * Set version to 0.85a for ospfd test.
1234
12352000-03-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1236
1237 * Set version to 0.85.
1238
12392000-01-26 Kunihiro Ishiguro <kunihiro@zebra.org>
1240
1241 * Makefile.in: Regenerated by patched automake for fixing "make
1242 clean" problem on FreeBSD.
1243
12441999-12-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1245
1246 * Set version to 0.83a. This is for *BSD static route lookup
1247 problem.
1248
12491999-12-06 Kunihiro Ishiguro <kunihiro@zebra.org>
1250
1251 * Set version to 0.83.
1252
12531999-11-29 Kunihiro Ishiguro <kunihiro@zebra.org>
1254
1255 * Set version to 0.82.
1256
12571999-11-23 Kunihiro Ishiguro <kunihiro@zebra.org>
1258
1259 * aczebra.m4: New file added.
1260
12611999-11-21 Michael Handler <handler@sub-rosa.com>
1262
1263 * configure.in (LIBS): Add sa_len check of sockaddr.
1264
1265 * acconfig.h: Add HAVE_SA_LEN.
1266
12671999-11-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1268
1269 * version.h: Update version to zebra-0.81b for bgpd test.
1270
12711999-11-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1272
1273 * configure.in: Add --enable-mbgp.
1274
12751999-11-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1276
1277 * Makefile.am (EXTRA_DIST): Add TODO to the distribution.
1278
12791999-11-04 Kunihiro Ishiguro <kunihiro@zebra.org>
1280
1281 * TODO: New file is added.
1282
12831999-11-03 Kunihiro Ishiguro <kunihiro@zebra.org>
1284
1285 * version.h: Update version to zebra-0.81a for ospfd test.
1286
12871999-10-28 Kunihiro Ishiguro <kunihiro@zebra.org>
1288
1289 * configure.in: New option --enable-snmp is added.
1290
12911999-10-24 Kunihiro Ishiguro <kunihiro@zebra.org>
1292
1293 * version.h: Update version to zebra-0.80.
1294
12951999-10-21 Kunihiro Ishiguro <kunihiro@zebra.org>
1296
1297 * version.h: Update version to zebra-0.80-pre3
1298
12991999-10-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1300
1301 * configure.in (LIBS): SNMP check is done by ucd-snmp/asn1.h.
1302
13031999-10-10 Peter Galbavy <Peter.Galbavy@knowledge.com>
1304
1305 * configure.in: Add support of OpenBSD.
1306
13071999-10-04 Kunihiro Ishiguro <kunihiro@zebra.org>
1308
1309 * version.h: Update version to zebra-0.80-pre2.
1310
13111999-09-27 Kunihiro Ishiguro <kunihiro@zebra.org>
1312
1313 * version.h: Update version to zebra-0.80-pre. From this version,
1314 access-list and prefix-list's name space is divided into IPv4 and
1315 IPv6.
1316
13171999-09-17 Kunihiro Ishiguro <kunihiro@zebra.org>
1318
1319 * version.h: For test recent fixes Set version to zebra-0.79a.
1320
13211999-09-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1322
1323 * version.h: zebra-0.79 is out.
1324
13251999-09-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1326
1327 * version.h: For ospfd's virtual link test. Set version to 0.78h.
1328
13291999-09-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1330
1331 * version.h: For ospfd test. Set version to 0.78g.
1332
13331999-09-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1334
1335 * version.h: For internal test of ospfd. Set version to 0.78f.
1336
13371999-09-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1338
1339 * version.h: To test ospfd's fix, set version to 0.78e.
1340
13411999-09-01 Kunihiro Ishiguro <kunihiro@zebra.org>
1342
1343 * version.h: To test ospfd's area related bug fix, set version
1344 to 0.78d.
1345
13461999-09-01 Kunihiro Ishiguro <kunihiro@zebra.org>
1347
1348 * version.h: To test ospfd, set version to 0.78c.
1349
13501999-08-31 Janos Farkas <chexum@shadow.banki.hu>
1351
1352 * Many misspelling correction.
1353
13541999-08-31 Kunihiro Ishiguro <kunihiro@zebra.org>
1355
1356 * version.h: To test ospfd, set version to 0.78b.
1357
13581999-08-31 Kunihiro Ishiguro <kunihiro@zebra.org>
1359
1360 * configure.in (LIBS): Add UCD-SNMP include path check.
1361
13621999-08-31 Lars Fenneberg <lf@elemental.net>
1363
1364 * configure.in: The logic which detects the UCD-SNMP library
1365 should first check in the default system locations for the library
1366 and then in /usr/local.
1367
13681999-08-27 itojun@iijlab.net
1369
1370 * configure.in (LIBS): Fix problem about libsnmp.a check.
1371
13721999-08-26 kay <kay@v6.access.co.jp>
1373
1374 * configure.in (CFLAGS): Add <sys/socket.h> to check socklen_t.
1375
13761999-08-24 VOP <vop@unity.net>
1377
1378 * filter.c: Include "sockunion.h".
1379 plist.c: Likewise.
1380 table.c: Likewise.
1381
13821999-08-24 Kunihiro Ishiguro <kunihiro@zebra.org>
1383
1384 * configure.in: Add netinet6/in6.h check.
1385
13861999-08-21 Masaki Minami <masaki@minami.org>
1387
1388 * BSD/OS 4.0 porting.
1389
13901999-08-15 Kunihiro Ishiguro <kunihiro@zebra.org>
1391
1392 * configure.in: Add --enable-netlink option to force to use Linux
1393 netlink interface.
1394 (CFLAGS): Add ucd-snmp library check.
1395
1396 * acconfig.h: If socklen_t is not defined, typedef int to
1397 socklen_t.
1398
13991999-08-15 Arkadiusz Miskiewicz <misiek@misiek.eu.org>
1400
1401 * configure.in: When --enable-ipv6 specified, then only kernel
1402 version is checked.
1403
14041999-08-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1405
1406 * configure.in: Add GNU libc 2.1 check.
1407
14081999-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1409
1410 * configure.in: Fix privious Linux IPv6 check changes.
1411
14121999-08-02 Arkadiusz Miskiewicz <misiek@misiek.eu.org>
1413
1414 * configure.in: Improve Linux IPv6 feature check.
1415
14161999-07-29 Rick Payne <rickp@rossfell.co.uk>
1417
1418 * Changed route-maps to behave in a more cisco-like fashion
1419
14201999-07-27 Gerhard Poul <gpoul@gnu.org>
1421
1422 * SERVICES: New file added.
1423
14241999-07-12 itojun@iijlab.net
1425
1426 * configure.in: Add check for getaddrinfo. Improve Kame related
1427 library check.
1428
14291999-07-07 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1430
1431 * configure.in, acconfig.h: Add check for FreeBSD 3.2.
1432
14331999-07-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1434
1435 * configure.in: Delete check for netinet/ip6.h.
1436
14371999-06-30 Gerhard Poul <gpoul@gnu.org>
1438
1439 * README: remixed the old files and added some new parts.
1440 moved some INSTALL stuff into INSTALL file.
1441 moved some other stuff to doc/zebra.texi
1442
14431999-06-29 Kunihiro Ishiguro <kunihiro@zebra.org>
1444
1445 * configure.in (LIBS): Add libresolv check.
1446 Change --enabe-all-in-one option to --enable-one-vty.
1447
14481999-06-20 Kunihiro Ishiguro <kunihiro@zebra.org>
1449
1450 * configure.in: Add --enabe-all-in-one option.
1451
14521999-06-16 Kunihiro Ishiguro <kunihiro@zebra.org>
1453
1454 * configure.in: Add socklen_t check.
1455
14561999-06-16 Gerhard Poul <gpoul@gnu.org>
1457
1458 * Many compile warnings fixed.
1459
14601999-05-31 Kunihiro Ishiguro <kunihiro@zebra.org>
1461
1462 * configure.in: Change message from Linux 2.2.X IPv6 to Linux IPv6.
1463 OpenBSD (NRL) check is enabled.
1464
14651999-05-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1466
1467 * configure.in (LIBS): Add crypt library check.
1468
14691999-05-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1470
1471 * configure.in: Add sin6_scope_id in struct sockaddr_in6 check.
1472
14731999-04-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1474
1475 * Set version to 0.63 for first beta package.
1476
14771999-04-15 Kunihiro Ishiguro <kunihiro@zebra.org>
1478
1479 * guile.m4: Added from guile package.
1480
14811999-04-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1482
1483 * Set version to 0.60 for beta package preparation.
1484
14851999-04-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1486
1487 * Makefile.am: Add noninst_LIBRARIES each directory's Makefile.am.
1488 This change is for linking these libraries to guile.
1489
14901999-04-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1491
1492 * configure.in (LIBS): Add struct rt_addrinfo check.
1493
14941999-04-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1495
1496 * configure.in: AC_STDC_HEADERS added.
1497
14981999-03-29 Kunihiro Ishiguro <kunihiro@zebra.org>
1499
1500 * Add dependencies to each directory's Makefile.am.
1501
15021999-03-02 Peter Galbavy <Peter.Galbavy@knowledge.com>
1503
1504 * reworked include file structure, and configure so that all
1505 source files get all system-dependent include files by including
1506 <zebra.h> which is really lib/zebra.h. This means that the
1507 different programs include files are now available as #include
1508 "zebra/zebra.h" - note the use of quotes, not <> as delimiters.
1509
1510 In practical terms, if I haven't really screwed up, the main file
1511 that maintainers for other OSes have to change is lib/zebra.h for
1512 all the conditional includes etc.
1513
1514 * added --disable-pthread for those systems that seem to have
1515 POSIX threads, but do not work. OpenBSD 2.4+ is like that just
1516 now. Changed all occurance of #ifdef PTHREAD to use HAVE_PTHREAD
1517 instead.
1518
15191999-02-24 <kunihiro@zebra.org>
1520
1521 * configure.in: update to AC_PREREQ(1.13).
1522 Change message from Linux 2.1.x to Linux 2.2.x.
1523 * Added ospf6d directory support.
1524
15251999-02-22 Peter Galbavy <Peter.Galbavy@knowledge.com>
1526
1527 * added a "log" element to the BGPd peer structure, enabling us to
1528 start thinging about a log stream per peer. This is currently
1529 ignored by the wrapper code, but developers should try to use the
1530 "appropriate" ZLOG stream. Documentation will follow, when the
1531 real routines start to exist.
1532
1533 The current plan is to use a copy of the BSD syslog() routines and
1534 replace the syslog library function with our own. I will need
1535 feedback from users of other platforms as this work is done to see
1536 if all is well elsewhere.
1537
1538 * preliminary work on zlog() library. directly replaces syslog()
1539 currently with zlog(ZLOG *, ...) where the new first argument
1540 is a pointer to a ZLOG structure (defined in lib/log.h) and will
1541 encapsulate all the information necessary to maintain multiple
1542 logging streams.
1543
15441999-02-19 Peter Galbavy <Peter.Galbavy@knowledge.com>
1545
1546 * added vsnprintf() macro to lib/str.h if required and removed
1547 #ifdef SUNOS_5 dependency on it
1548
15491999-02-18 Peter Galbavy <Peter.Galbavy@knowledge.com>
1550
1551 * syslog support added
1552
15531999-02-18 Peter Galbavy <Peter.Galbavy@knowledge.com>
1554
1555 * configure.in: Add daemon function check.
1556
15571999-01-21 Kunihiro Ishiguro <kunihiro@zebra.org>
1558
1559 * configure.in: Add --disable-ipv6, --disable-zebra,
1560 --disable-bgpd, --disable-ripd, --disable-ripngd, --disable-ospfd
1561 options to configure.
1562
15631998-12-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1564
1565 * configure.in: Check /usr/inet6/lib/libinet6.a exists or not.
1566
15671998-10-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1568
1569 * configure.in: Comment out FreeBSD's libc_r detect section. At
1570 this moment it doesn't work correctly with zebra.
1571
1572 Netlink interface is only enabled when Linux kernel version is
1573 upper than 2.1.0.
1574
15751998-09-15 HEO SeonMeyong <seirios@matrix.iri.co.jp>
1576
1577 * Hydrangea is now called KAME, so change all defines.
1578
15791998-08-16 Kunihiro Ishiguro <kunihiro@zebra.org>
1580
1581 * configure.in: ifaliasreq check added.
1582
15831998-08-12 Katsuhiro Kondou <kondou@nec.co.jp>
1584
1585 * Patch is applied for compile under EWS4800
1586
15871998-06-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1588
1589 * configure.in: delete old mtu_method check.
1590
1591 * doc/zebra.texi (Kernel interface): chapter `Kernel interface' added
1592
15931998-06-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1594
1595 * configure.in: add new netlink check for GNU/Linux
1596
15971998-06-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1598
1599 * doc/zebra.texi: Update Linux netlink chapter.
1600
16011998-05-18 Yamashita TAKAO <jargon@lares.dti.ne.jp>
1602
1603 * config.h.in: define PTHREAD if work on Solaris 2.6
1604 why delete the definition? I miss?
1605
16061998-05-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1607
1608 * configure.in: add net/if.h header check.
1609
16101998-05-02 SeonMeyong HEO <seirios@Matrix.iri.co.jp>
1611
1612 * zebra.tex,archfig.tex,zebra.sty: Manual file is added.
1613 * zebra.texi: Modify Introduction text.
1614 * RIPngd.c: Patch Hydrangea code.
1615
16161998-05-01 Kunihiro Ishiguro <kunihiro@zebra.org>
1617
1618 * .cvsignore: added.
1619
1620 * Makerule.in: is gone.
1621 * Makefile.am: Now we use automake to generate Makefile.in
1622
16231998-03-19 Yamashita TAKAO <jargon@lares.dti.ne.jp>
1624
1625 * lib/vty.c: modified the definition of *master
1626 * lib/sockunion.c (inet_aton): add, but don't work. uum...
1627
1628
16291998-03-15 Yamashita TAKAO <jargon@lares.dti.ne.jp>
1630
1631 * configure.in: define PTHREAD if work on Solaris 2.6
1632 * config.h.in: likewise
1633 * lib/thread.c: likewise
1634 * lib/vty.c: likewise
1635
16361998-03-15 SeonMeyong HEO <seirios@Matrix.iri.co.jp>
1637
1638 * config.h.in: define INET6 if defined HAVE_IPV6 & HYDRANGEA
1639 * bgpd/: remove include <netinet6/in6.h> line.
1640 * lib/: remove include <netinet6/in6.h> line.
1641 * ripbgd/: remove include <netinet6/in6.h> line.
1642 * zebra/: remove include <netinet6/in6.h> line.
1643 * ripd/*.c: remove include <netinet6/in6.h> line.
1644 undefine IPV6 difinitions because RIPd is not worked for
1645 IPv6 protocol.
1646
1647
16481998-01-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1649
1650 * configure.in: Change routing socket check method from
1651 AC_TRY_COMPILE to AC_TRY_RUN because GNU libc version 2 has
1652 AF_ROUTE but over linux it's meenigless.
1653
16541998-01-06 Kunihiro Ishiguro <kunihiro@zebra.org>
1655
1656 * config.h.in: remove err_t define.
1657
16581997-11-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1659
1660 * configure.in (canonical): add check of IF_METHOD
1661
16621997-09-27 Kunihiro Ishiguro <kunihiro@note.digital-magic.co.jp>
1663
1664 * configure.in: add INRIA check
1665
16661997-09-25 Kunihiro Ishiguro <kunihiro@note.digital-magic.co.jp>
1667
1668 * configure.in (canonical): change ipforward_snmp.o to ipforward_proc.o
1669
16701997-09-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1671
1672 * configure.in: change IRDPD to NDPD
1673
16741997-08-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1675
1676 * INSTALL: new file
1677
16781997-08-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1679
1680 * config.h: add XCALLOC()
1681