blob: f64966b0aa26903ac6de84988d52e28b06deaf60 [file] [log] [blame]
paulca6383b2005-11-10 10:21:19 +000012005-11-10 Paul Jakma <paul.jakma@sun.com>
2
3 * HACKING: Add recommendation to provide a single Subject
4 style description to the commit message.
5 Add some recommendations for ChangeLog.
6
paulceacedb2005-09-29 14:39:32 +000072005-09-29 Paul Jakma <paul.jakma@sun.com>
8
9 * configure.ac: Add the test for Solaris least-privileges. Set
10 defines for whether capabilities are supported and whether of
11 the linux or solaris variety.
12 Add missing-prototypes, missing-declarations, char-subscripts
13 and cast-qual warnings to default cflags, cause Hasso enjoys warnings,
14 and we really should clean the remaining ones up. (ie isisd..).
15 * (*/*main.c) Update the zebra_capabilities_t arrays in the various
16 daemons to match the changes made in lib/privs.h.
17
hassoe6a4feb2005-09-19 09:53:21 +0000182005-09-19 Hasso Tepper <hasso at quagga.net>
19
20 * configure.ac: Test existance of strndup.
21
paula9694592005-08-25 14:50:05 +0000222005-08-25 Paul Jakma <paul@jakma.org>
23
24 * configure.ac: Add -fno-omit-frame-pointer after -Os in default
25 cflags, just to be sure.
26 Fedora's readline library does not itself link to termcap, hence
27 we must pass the result of termcap tests in via OTHER-LIBRARIES
28 argument, otherwise the test of main in readline will fail due to
29 missing termcap systems. On systems like Debian, -ltermcap
30 is not needed for the readline test, because libreadline already
31 links to it.
32
hassoc0689392005-08-25 12:00:58 +0000332005-08-25 Hasso Tepper <hasso at quagga.net>
34
35 * configure.ac, vtysh/Makefile.am: Only vtysh needs to be linked
36 against libreadline and friends.
37
paul60f06512005-08-13 13:42:38 +0000382005-08-13 Paul Jakma <paul@jakma.org>
39
40 * Makefile.am: (EXTRA_DIST) Add the trailing slash back in which
41 greg left out - tools bits weren't being included in dist,
42 which broke rpm builds :).
43
gdt1dab30f2005-08-10 15:11:21 +0000442005-08-10 Greg Troxel <gdt@fnord.ir.bbn.com>
45
46 * Makefile.am (EXTRA_DIST): add INSTALL.quagga.txt, because people
47 that patch releases need to know about autoconf required versions.
48
hasso850d39f2005-06-30 13:52:20 +0000492005-06-30 Louis Lagendijk <louis.lagendijk@gmail.com>
50
51 * configure.ac: Actually test whether libc has IPv6 support.
52
paul7cad4002005-06-28 00:19:48 +0000532005-06-28 Paul Jakma <paul.jakma@sun.com>
54
55 * INSTALL.quagga.txt: GNU make is required now, because of manual
56 automatic rules in solaris/Makefile.am. (If someone knows how
57 to do these in a better way..).
58 GNU AWK is required for CVS checkout builds.
59
paul70856412005-06-02 08:22:47 +0000602005-06-01 Paul Jakma <paul.jakma@sun.com>
61
62 * NEWS: bgpd work queues and ripd auth-mode change
63
paul42c98192005-05-07 02:22:51 +0000642005-05-07 Yar Tikhiy <yar@comp.chem.msu.su>
65
66 * configure.ac: Check for OSes which support passing ifindex in
67 struct ip_mreq.
68
paul0c2029e2005-04-29 03:20:54 +0000692005-04-29 Paul Jakma <paul.jakma@sun.com>
paul5e4008f2005-04-28 18:19:08 +000070
paul0c2029e2005-04-29 03:20:54 +000071 * NEWS: Added some more 0.99 news.
72 * configure.ac: bump to 0.99.1 (0.99.0 was never released except
73 via CVS snapshots)
paul5e4008f2005-04-28 18:19:08 +000074
paul74a2dd72005-04-25 00:37:03 +0000752005-04-25 Paul Jakma <paul.jakma@sun.com>
76
77 * HACKING: Add some notes about build system changes, to
78 document common oversights (common for me anyway).
79 Seperate sections with two newlines, easier to read.
80
ajs924b9222005-04-16 17:11:24 +0000812005-04-16 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
82
83 * configure.ac: Added AC_ARG_ENABLE(time-check). By default,
84 warning messages will now be printed for threads or commands that take
85 longer than 5 seconds, but this configure argument can be used
86 to disable the checks or change the threshold.
87
paul03ecfb62005-04-16 15:38:23 +0000882005-04-16 Paul Jakma <paul.jakma@sun.com>
89
90 * configure.ac: check for gawk, needed to build memtypes.h
91
ajsdfb9a542005-04-11 14:55:55 +0000922005-04-11 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
93
94 * configure.ac: Move AC_CANONICAL_* stuff before AM_INIT_AUTOMAKE to
95 eliminate warning message about AC_ARG_PROGRAM being called
96 before AC_CANONICAL_TARGET.
97
paul26275b02005-04-11 07:10:47 +0000982005-04-11 Paul Jakma <paul.jakma@sun.com>
99
100 * configure.ac: Call AC_CANONICAL_{BUILD,TARGET} macros. Target isnt
101 set otherwise, afaict. AC_SUBST enable_{user,group,vty_group} and
102 quagga_statedir - the Solaris package bits for one need this.
103 configure the solaris/ Makefile.
104 * Makefile.am: solaris is a subdir - unconditional or else it wont
105 be included in non-solaris made dists.
106
paul1b73de82005-04-10 16:31:51 +00001072005-04-10 Paul Jakma <paul.jakma@sun.com>
108
109 * configure.ac: Fix host string recognition for Solaris Nevada aka
110 solaris2.10.1, and hopefully future such strings.
111
paul1eb8ef22005-04-07 07:30:20 +00001122005-04-07 Paul Jakma <paul.jakma@sun.com>
113
114 * (global): Fix up list loops to match changes in lib/linklist,
115 and some basic auditing of usage.
116 * configure.ac: define QUAGGA_NO_DEPRECATED_INTERFACES
117 * HACKING: Add notes about deprecating interfaces and commands.
118
paul208f0b72005-04-05 10:10:06 +00001192005-04-05 Paul Jakma <paul@dishone.st>
120
121 * HACKING: remove the 'manually patch redhat/quagga.spec' bit
122 from RELEASE section. Let the rpm revision be CONFDATE, will work
paul6a524702005-04-05 10:14:50 +0000123 fine. Expand on the importance of supplying good ChangeLog's in
124 the PATCH SUBMISSION section.
paul208f0b72005-04-05 10:10:06 +0000125
hasso5b087522005-04-03 23:46:37 +00001262005-04-04 Hasso Tepper <hasso at quagga.net>
127
128 * configure.ac: Fix AC_LANG_SOURCE usage. It needs double square
129 brackets around source. Single ones broke square brackets in the
130 code (arrays).
131
hassod33e8d72005-04-03 13:07:21 +00001322005-04-03 Hasso Tepper <hasso at quagga.net>
133
134 * configure.ac: Use AC_RUN_IFELSE instead of obsolete AC_TRY_RUN macro
135 and define action for cross-compiling.
136
hassof695b012005-04-02 19:03:39 +00001372005-04-02 Hasso Tepper <hasso at quagga.net>
138
139 * configure.ac: Add --enable-isis-topology to enable isisd topology
140 generator code.
141
paul3849db22005-04-02 17:13:33 +00001422005-04-02 Paul Jakma <paul@dishone.st>
143
144 * INSTALL.quagga.txt: Add note about additional CVS build
145 requirements, if one wishes to build ps/pdf docs.
146
ajs3cb98de2005-04-02 16:01:05 +00001472005-04-02 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
148
149 * configure.ac: Add strnlen to AC_CHECK_FUNCS.
150
hasso17eff7c2005-03-27 21:00:35 +00001512005-03-28 Hasso Tepper <hasso at quagga.net>
152
hasso2d582282005-03-28 15:29:07 +0000153 * configure.ac, */Makefile.am: Fix previous commit. SNMP includes
154 must be after lib/ includes in some systems. Introduce SNMP_INCLUDES
155 for that.
156
1572005-03-28 Hasso Tepper <hasso at quagga.net>
158
hasso17eff7c2005-03-27 21:00:35 +0000159 * configure.ac: Fix most of "Presents But Cannot Compiled" warnings
160 about various headers. CFLAGS is not correct place to specify
161 includes, INCLUDES is for that.
162
hasso1969e4b2005-03-27 13:07:23 +00001632005-03-27 Hasso Tepper <hasso at quagga.net>
164
165 * configure.ac: Add Intel compiler (icc) support. Although Intel
166 tries really hard to make icc look like gcc, there are some
167 differences. It's very verbose with -Wall and it doesn't support
168 the individual -W options. We are going to ignore some of these
169 warnings.
170
hassoa0fb71a2005-03-26 14:07:31 +00001712005-03-26 Hasso Tepper <hasso at quagga.net>
172
173 * doc/defines.texi.in, lib/version.h.in: Update copyright string to
174 include year 2005.
175
vincent29c4c9b2005-03-25 13:05:47 +00001762005-03-25 Jean-Mickael Guerin <jean-mickael.guerin@6wind.com>
177 * configure.ac: add struct nd_opt_interval and struct
178 nd_opt_homeagent_info detection.
179
paul55468c82005-03-14 20:19:01 +00001802005-03-14 Paul Jakma <paul.jakma@sun.com>
181
182 * (global) update all c files to match the lib/vector.h rename of
183 (struct vector).active to max, and vector_max macro to
184 vector_active.
185
paulafd8a122005-03-12 06:36:10 +00001862005-03-12 Paul Jakma <paul.jakma@sun.com>
187
188 * configure.ac: Solaris 8 can use the newer lifreq based methods
189 too, allows IPv6.
190
hassoc45eb832005-02-19 13:58:06 +00001912005-02-19 Hasso Tepper <hasso at quagga.net>
192
193 * configure.ac: Fix Linux detection. Host types like i686-pc-linux
194 didn't match the pattern.
195
paul9985f832005-02-09 15:51:56 +00001962005-02-09 Paul Jakma <paul.jakma@sun.com>
197
198 * (global) Update code to match stream.h changes.
199 stream_get_putp effectively replaced with stream_get_endp.
200 stream_forward renamed to stream_forward_getp.
201 stream_forward_endp introduced to replace some previous
202 setting/manual twiddling of putp by daemons.
203
paulf83d18d2005-01-24 10:24:31 +00002042005-01-24 Paul Jakma <paul@dishone.st>
205
206 * configure.ac: Bump version to 0.99.0
207
ajsb8540382005-01-15 17:26:48 +00002082005-01-15 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
209
210 * redhat/quagga.spec.in: Fix postun script to avoid misleading error
211 message saying the postun scriptlet failed when watchquagga
212 is not running.
213
ajsfc43ecc2005-01-12 16:41:33 +00002142005-01-12 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
215
ajs40abf232005-01-12 17:27:27 +0000216 * configure.ac: Test for header file <ucontext.h> (for use in
217 signal processing).
218
2192005-01-12 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
220
ajs6cf9df02005-01-12 16:52:55 +0000221 * configure.ac: If configure is invoked with --enable-snmp, but
222 the configure script is unable to find SNMP support on the platform,
223 then configure should give an error message and exit.
224
2252005-01-12 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
226
ajsfc43ecc2005-01-12 16:41:33 +0000227 * redhat/quagga.spec.in: Pass --enable-gcc-rdynamic to configure
228 to get gcc to link with -rdynamic for better backtraces.
229 When the rpm is upgraded, the restart logic now works as follows:
230 1. stop watchquagga; 2. stop all routing daemons; 3. restart zebra
231 if it was running; 4. start all routing daemons that were running;
232 and 5. start watchquagga if it was running.
233
paul220d0c02005-01-07 14:17:39 +00002342005-01-07 Paul Jakma <paul@dishone.st>
235
236 * configure.ac: Bump version to 0.98.0
237
paul1f3585e2005-01-05 11:58:31 +00002382005-01-05 Paul Jakma <paul@dishone.st>
239
240 * configure.ac: Bump version to 0.97.5
241
gdt6c200462005-01-04 17:02:48 +00002422005-01-04 Greg Troxel <gdt@fnord.ir.bbn.com>
243
244 * configure.ac: Use AC_MSG_CHECKING/AC_MSG_RESULT around
245 CMSG_FIRSTHDR check, so it shows up in the output of configure.
246 Tested on NetBSD, which doesn't define HAVE_BROKEN_CMSG_FIRSTHDR.
247
ajs73a7dea2005-01-04 13:20:47 +00002482005-01-04 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
249
ajsb99760a2005-01-04 16:24:43 +0000250 * configure.ac: Added test for broken CMSG_FIRSTHDR macro
251 (relevant for Solaris 8 and unpatched Solaris 9, don't know
252 whether other platforms are affected).
253
2542005-01-04 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
255
ajs73a7dea2005-01-04 13:20:47 +0000256 * NEWS: Note improved logging facilities.
257
ajs3cade262004-12-29 17:50:22 +00002582004-12-29 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
259
260 * configure.ac: Add new option --enable-gcc-rdynamic to link
261 with -rdynamic.
262
paul2b702002004-12-23 20:09:44 +00002632004-12-23 Paul Jakma <paul@dishone.st>
264
265 configure.ac: Bump version to 0.97.4
266
ajsd0199432004-12-22 14:03:52 +00002672004-12-22 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
268
ajsf3931752004-12-23 00:00:58 +0000269 * redhat/quagga.spec.in: daemonv6_list should contain only IPv6 daemons.
270
2712004-12-22 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
272
ajsb3324e22004-12-22 17:52:29 +0000273 * redhat/quagga.spec.in: Add watchquagga, and fix some other
274 logic to make sure that all daemons are restarted on upgrades
275 and stopped on package removal.
276
2772004-12-22 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
278
ajsafc44c22004-12-22 16:18:53 +0000279 * redhat/quagga.sysconfig: Define some variables to support watchquagga.
280
2812004-12-22 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
282
ajs515210b2004-12-22 15:35:12 +0000283 * configure.ac: Add a define for DAEMON_VTY_DIR in config.h.
284
2852004-12-22 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
286
ajsd0199432004-12-22 14:03:52 +0000287 * {configure.ac,Makefile.am}: Build watchquagga by default.
288
ajs54b52522004-12-22 03:02:46 +00002892004-12-21 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
290
ajs8035e9f2004-12-22 03:16:59 +0000291 * NEWS: Note addition of watchquagga.
292 * HACKING: Note that watchquagga is in testing phase.
293
2942004-12-21 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
295
ajs9d0bfcb2004-12-22 03:08:25 +0000296 * watchquagga: New watchquagga daemon.
297
2982004-12-21 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
299
ajs0d742d22004-12-22 03:05:37 +0000300 * redhat/Makefile.am: Added watchquagga.init to EXTRA_DIST.
301
3022004-12-21 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
303
ajs54b52522004-12-22 03:02:46 +0000304 * redhat/watchquagga.init: New file, init script for watchquagga.
305
ajs5e764772004-12-03 19:03:33 +00003062004-12-03 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
307
308 * HACKING: Indicate that header files should be consulted for
309 documentation, particularly logging levels in lib/log.h.
310
paulb9e0ee32004-11-24 05:53:53 +00003112004-11-24 Paul Jakma <paul@dishone.st>
312
313 * TODO: Add source routing, zebra filtering and lib/ documenting.
314
ajs6099b3b2004-11-20 02:06:59 +00003152004-11-19 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
316
317 * global: Replace strerror with safe_strerror. And vtysh/vtysh.c
318 needs to include "log.h" to pick up the declaration.
319
hasso48577192004-11-19 06:41:49 +00003202004-11-19 Hasso Tepper <hasso at quagga.net>
321
322 * configure.ac: Avoid regeneration of doc/quagga.info for now.
323
paul0cdb8dd2004-11-17 06:58:31 +00003242004-11-17 Paul Jakma <paul@dishone.st>
325
326 * INSTALL.quagga.txt: texinfo version corrected, so section on
327 that 4.7-x being unknown is not needed.
328
paul670bbf12004-11-12 09:05:00 +00003292004-11-12 Paul Jakma <paul@dishone.st>
330
331 * configure.ac: Fix AC_CONFIG_FILES, the chmod seems to run for
332 every input file, should be only be for vtysh/extract.pl, so that
333 should be a seperate AC_CONFIG_FILES.
paul95d31842004-11-12 09:44:03 +0000334 * INSTALL: update-autotools, autoreconf -i will install this, remove
335 the file so it always matches the autoconf which created
336 configure (ie the quagga snapshot producing host).
paul9104f562004-11-12 10:30:21 +0000337 * INSTALL.quagga.txt: Some quagga specific INSTALL notes.
338 * README: s/GNU Zebra/Quagga/ and refer to IS-IS support.
paul670bbf12004-11-12 09:05:00 +0000339
ajs7966b972004-11-10 22:02:05 +00003402004-11-10 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
341
342 * redhat/quagga.spec.in: add comments showing how to get gcc verbosity
343
paul1b074dd2004-11-08 17:38:30 +00003442004-11-08 Paul Jakma <paul@dishone.st>
345
346 * configure.ac: bump version to 0.97.3, release imminent.
347
paul14c17fd2004-11-07 22:34:23 +00003482004-11-06 Paul Jakma <paul@dishone.st>
349
350 * configure.ac: Arguments to AC_OUTPUT is deprecated, use
351 AC_CONFIG_FILES instead. Rearrange the order slightly to put the
352 Makefiles first (silly aesthetic thing, dont know why I had to do
353 this ;) ). Add doc/defines.texi to the list.
354 * NEWS: bgp route-server support added, refer to docs.
355 * update-autotools: call automake with --add-missing and --copy,
356 former is important for obvious reasons, latter for dist files,
357 and --gnu to enable whatever extra goodness checks.
358 * {depcomp, install-sh, missing}: removed, auto-generated files.
359
paul1f8f61a2004-11-05 23:38:20 +00003602004-11-05 Paul Jakma <paul@dishone.st>
361
362 * HACKING: Expand on ChangeLogs, eg current practice for certain
363 directories and certain other meta-data is not to maintain a
364 ChangeLog. Expand on the commit message, IMHO, commit message
365 should always be ChangeLog for files where ChangeLog is kept.
366 Solaris is supported on any platform (with, at moment, an
367 additional patch).
368
paul3e511c82004-10-22 23:53:19 +00003692004-10-23 Paul Jakma <paul@dishone.st>
370
371 * configure.ac: bump version to 0.97.2, release imminent.
372
paul6b6942f2004-10-22 04:55:05 +00003732004-10-22 Paul Jakma <paul@dishone.st>
374
375 * configure.ac: fix up enable help alignment slightly
376 Add --enable-gcc-ultra-verbose to set various gcc warnings which
377 should one day be fixed but are not serious problems or which
378 could be false-positives.
379
hasso3fb9cd62004-10-19 19:44:43 +00003802004-10-19 Andrew J. Schorr <aschorr@telemetry-investments.com>
381
382 * lib, zebra, ripd, ospfd, bgpd: Support NULL connected destination
383 pointers properly everywhere. Fix point-to-point logic to
384 support links where a dedicated subnet has been assigned.
385 PtP links with /31 subnets should now work where supported by O/S.
386
paul4f8b5bb2004-10-11 18:26:59 +00003872004-10-11 Paul Jakma <paul@dishone.st>
388
389 * bump version to 0.97.1, release imminent.
390
paule561a8e2004-10-07 20:38:44 +00003912004-10-07 Paul Jakma <paul@dishone.st>
392
393 * bump version to 0.97.0, release imminent.
394
gdt7fd63b32004-10-07 13:53:29 +00003952004-10-07 Greg Troxel <gdt@sunpal7.mit.edu>
396
397 * configure.ac: remove -Wpacked; 2.95.3 doesn't support it.
398
hasso7347a2a2004-10-05 14:15:17 +00003992004-10-05 Hasso Tepper <hasso at quagga.net>
400
401 * configure.ac: Removed -Wpadded. I don't have sooo much time that I
402 could care about padding ;).
403
paula49c0ff2004-09-30 06:08:58 +00004042004-09-30 Paul Jakma <paul@dishone.st>
405
406 * Update default CFLAGS for gcc to keep Hasso busy.
407
paulddb07e52004-09-27 07:49:57 +00004082004-09-27 Paul Jakma <paul@dishone.st>
409
410 * update-autotools: libtoolize should copy files, rather than link.
411 the whole idea is that dist files should not need auto*, etc.
412 installed to be able to compile.
413
hassoae399ab2004-09-13 20:22:18 +00004142004-09-13 Hasso Tepper <hasso at quagga.net>
415
416 * configure.ac: Disable isisd compiling by default.
417
paul33394762004-09-13 11:27:57 +00004182004-09-13 Paul Jakma <paul@dishone.st>
419
420 * configure.ac: capitalise the package name. autoconf lowercases
421 it for PACKAGE_TARNAME.
422
paulfee0f4c2004-09-13 05:12:46 +00004232004-09-13 Jose Luis Rubio <jrubio@dit.upm.es>
424 (at Technical University of Madrid as part of Euro6ix Project)
425
426 Enhanced Route Server functionality and Route-Maps:
427
428 * bgpd/bgpd.h: Modified 'struct peer' and 'struct bgp_filter' to
429 support rs-clients. A 'struct bgp_table *rib' has been added to the
430 first (to mantain a separated RIB for each rs-client) and two new
431 route-maps have been added to the last (for import/export policies).
432 Added the following #defines: RMAP_{IN|OUT|IMPORT|EXPORT|MAX},
433 PEER_RMAP_TYPE_{IMPORT|EXPORT} and BGP_CLEAR_SOFT_RSCLIENT.
434
435 * bgpd/bgpd.c: Modified the functions that create/delete/etc peers in
436 order to consider the new fields included in 'struct peer' for
437 supporting rs-clients, i.e. the import/export route-maps and the
438 'struct bgp_table'.
439
440 * bgpd/bgp_route.{ch}: Modified several functions related with
441 receiving/sending announces in order to support the new Route Server
442 capabilities.
443 Function 'bgp_process' has been reorganized, creating an auxiliar
444 function for best path selection ('bgp_best_selection').
445 Modified 'bgp_show' and 'bgp_show_route' for displaying information
446 about any RIB (and not only the main bgp RIB).
447 Added commands for displaying information about RS-clients RIBs:
448 'show bgp rsclient (A.B.C.D|X:X::X:X)', 'show bgp rsclient
449 (A.B.C.D|X:X::X:X) X:X::X:X/M', etc
450
451 * bgpd/bgp_table.{ch}: The structure 'struct bgp_table' now has two
452 new fields: type (which can take the values BGP_TABLE_{MAIN|RSCLIENT})
453 and 'void *owner' which points to 'struct bgp' or 'struct peer' which
454 owns the table.
455 When creating a new bgp_table by default 'type=BGP_TABLE_MAIN' is set.
456
457 * bgpd/bgp_vty.c: The commands 'neighbor ... route-server-client' and
458 'no neighbor ... route-server-client' now not only set/unset the flag
459 PEER_FLAG_RSERVER_CLIENT, but they create/destroy the 'struct
460 bgp_table' of the peer. Special actions are taken for peer_groups.
461 Command 'neighbor ... route-map WORD (in|out)' now also supports two
462 new kinds of route-map: 'import' and 'export'.
463 Added commands 'clear bgp * rsclient', etc. These commands allow a new
464 kind of soft_reconfig which affects only the RIB of the specified
465 RS-client.
466 Added commands 'show bgp rsclient summary', etc which display a
467 summary of the rs-clients configured for the corresponding address
468 family.
469
470 * bgpd/bgp_routemap.c: A new match statement is available,
471 'match peer (A.B.C.D|X:X::X:X)'. This statement can only be used in
472 import/export route-maps, and it matches when the peer who announces
473 (when used in an import route-map) or is going to receive (when used
474 in an export route-map) the route is the same than the one specified
475 in the statement.
476 For peer-groups the statement matches if the specified peer is member
477 of the peer-group.
478 A special version of the command, 'match peer local', matches with
479 routes originated by the Route Server (defined with 'network ...',
480 redistributed routes and default-originate).
481
482 * lib/routemap.{ch}: Added a new clause 'call NAME' for use in
483 route-maps. It jumps into the specified route-map and when it returns
484 the first route-map ends if the called RM returns DENY_MATCH, or
485 continues in other case.
486
gdtcbd04082004-08-31 18:16:36 +00004872004-08-31 Greg Troxel <gdt@poblano.ir.bbn.com>
488
gdtb85dca32004-08-31 18:44:42 +0000489 * Makefile.am: make m4 as subdir, rather the EXTRA_DISTing it
490
491 * configure.ac: add m4/Makefile to output list
492
4932004-08-31 Greg Troxel <gdt@poblano.ir.bbn.com>
494
gdtcbd04082004-08-31 18:16:36 +0000495 * Makefile.am: Only put pkgsrc dir in SUBDIRS if we should install
496 rc.d files. (Note that pkgsrc is always in DIST_SUBDIRS.)
497
498 * configure.ac (pkgsrcdir): add new --enable-pkgsrcrcdir to give a
499 directory into which www.pkgsrc.org-style rc.d files are
500 installed.
501
paul2abb1cf2004-08-19 04:42:03 +00005022004-08-19 Paul Jakma <paul@dishone.st>
503
504 * Makefile.am: add m4 directory to EXTRA_DIST, and define
505 ACLOCAL_AMFLAGS to have aclocal pull in m4/
506 * configure.ac: AM_PROG_LIBTOOL should be AC_...
507 * update-autotools: print a warning that this script is deprecated
508
gdt29904602004-08-17 12:27:32 +00005092004-08-17 Greg Troxel <gdt@fnord.ir.bbn.com>
510
511 * update-autotools: print tools versions to aid people in sending
512 bug reports.
513
gdtb7a97f82004-07-23 16:23:56 +00005142004-07-23 Greg Troxel <gdt@poblano.ir.bbn.com>
515
516 * */Makefile.am: Use ../dir/libfoo.la, rather than "-L../dir
517 -lfoo", to avoid linking against installed libraries from a
518 previous version.
519
520 * {lib,ospfd,ospfclient}/Makefile.am: explicitly define the shared
521 library version number to be 0.0
522
523 * configure.ac: remove spurious , so extract.pl is chmod'd +x.
524
525 * HACKING: explain shared library versioning rules
526
paul27eebb32004-07-22 18:16:59 +00005272004-07-22 Paul Jakma <paul@dishone.st>
528
529 * configure.ac: modify default CFLAGS to be compiler agnostic
530 build Makefile for tests/ subdir.
531
gdtaa9af782004-07-14 13:55:28 +00005322004-07-14 Greg Troxel <gdt@poblano.ir.bbn.com>
533
534 * Makefile.am (EXTRA_DIST): Add missing \, so tools stuff is
535 really in distfile.
536
gdtcf313882004-06-30 13:24:42 +00005372004-06-30 Greg Troxel <gdt@poblano.ir.bbn.com>
538
gdt87efd642004-06-30 17:36:11 +0000539 * */Makefile.am: use -L../lib -lzebra, so we pick up the shlib
540 version of libzebra when available.
541
542 * configure.ac, update-autotools: Add libtool.
543
5442004-06-30 Greg Troxel <gdt@poblano.ir.bbn.com>
545
gdtf2bfdee2004-06-30 17:25:15 +0000546 * Makefile.am: add files to EXTRA_DIST rather than copying, and
547 omit the kludgy cleaning steps, which were failing when the list
548 to clean was empty.
549
5502004-06-30 Greg Troxel <gdt@poblano.ir.bbn.com>
551
gdtfc9d0742004-06-30 14:25:12 +0000552 * configure.ac: Look for perl, and substitute into vtysh/extract.pl.
553 Search for termcap functions more expansively (fixes vtysh compile
554 on NetBSD). Clean up --enable-vtysh definition.
555
5562004-06-30 Greg Troxel <gdt@poblano.ir.bbn.com>
557
gdtcf313882004-06-30 13:24:42 +0000558 * update-autotools: Use -rf on autom4te.cache.
559
hasso320ec102004-06-20 19:54:37 +00005602004-06-20 Hasso Tepper <hasso@estpak.ee>
561
562 * lib/vty.c: Don't attempt to load configuration file from current
563 directory.
564 * Update vty_read_config() calls in bgpd/bgp_main.c, isisd/isis_main.c,
565 ospf6d/ospf6_main.c, ospfd/ospf_main.c, ripd/rip_main.c,
566 ripngd/ripng_main.c and zebra/main.c.
567
paul19877dd2004-05-11 10:49:35 +00005682004-05-11 Paul Jakma <paul@dishone.st>
569
570 * configure.ac: Add solaris support for the zebra/*_solaris
571 method's, based on Sowmini's patches.
572
pauld355bfa2004-04-08 07:43:45 +00005732004-04-08 Paul Jakma <paul@dishone.st>
574
575 * ospf_spf.h: Add backlink field to struct vertex
576 * ospf_spf.h: (ospf_vertex_new) initialise backlink
577 (ospf_lsa_has_link) return index of link back to
578 vertex V from candidate vertex W, or -1 if no link exists.
579 (ospf_spf_next) save backlink index for candidate vertex
580 * ospf_interface.c: (ospf_vl_set_params) Use the backlink index
581 to determine correct address for virtual-link peers. Fall back
582 to older "pick first link" method if no backlink index exists.
583
hasso41d3fc92004-04-06 11:59:00 +00005842004-04-06 Hasso Tepper <hasso@estpak.ee>
585
586 * zebra/ipforward_proc.c: Fixed lowering privileges.
587 * zebra/zserv.c: Fixed "(no) ipv6 forwarding" command logic.
588 * configure.ac: Added --disable-capabilities switch to configure.
589
hassof571dab2004-03-22 08:55:25 +00005902004-03-22 Hasso Tepper <hasso@estpak.ee>
591
592 * Readded SIGTERM handling so daemons can clean up their stuff if they
593 are killed (not murdered).
594
hasso37318652004-03-20 20:06:15 +00005952004-03-20 Michael Bruening <mike@vailsys.com>
596
597 * ospfd/ospf_vty.c: Completed array distribute_str of route types with
598 addition of "isis". This array must be indexed by
599 ZEBRA_ROUTE_(SYSTEM|KERNEL|...) defines in zebra.h, and should
600 be updated with every route type addition. This fix allows
601 commands redistributing routes from (bgp|isis), like "router ospf
602 redistribute bgp ...", to be written to terminal, memory, file,
603 which would otherwise result in a seg fault or, possibly, config
604 file corruption. Overlooked in import of isisd.
605 * Similar fixes to bgpd/bgp_vty.c ospf6d/ospf6_asbr.c ripd/rip_zebra.c
606 and ripngd/ripng_zebra.c.
607
hasso8c903fb2004-03-17 20:39:18 +00006082004-03-17 Jean-Yves Simon <lethalwp@tiscali.be>
609
610 * zebra/main.c, ripd/rip_main.c: Fix typos sigusr1 -> sigint,
611 bugzilla #82.
612
gdt5e4fa162004-03-16 14:38:36 +00006132004-03-16 David Young <dyoung@pobox.com>
614
615 * (many) reference <lib/version.h> rather than "version.h",
616 because version.h is a generated file and not present in the
617 source tree when using objdir builds.
618
hassofa2b17e2004-03-04 17:45:00 +00006192004-03-03 PC Drew <pc@superiorcomm.net>
620
621 * lib/keychain.c: typecast time_t function to long, fixes compile
622 warning.
623 * lib/debug.c: wrapped function with ifdef HAVE_GLIBC_BACKTRACE fixes
624 compile warning when backtrace doesn't exist for that system.
625 * zebra/rtadv.c: for OpenBSD, added include statement for
626 netinet/icmp6.h
627 * zebra/zserv.c: added default case to switch statements, fixes compile
628 warning about certain NEXTHOP_TYPE enumeration values not being
629 handled.
630 * zebra/rt_socket.c: set *mask = NULL by default, fixes compile
631 warning, about mask possibly being used uninitialized.
632 * bgpd/bgp_nexthop.c: added default case to switch statements, fixes
633 compile warning about certain NEXTHOP_TYPE enumeration values not
634 being handled.
635 * ospfd/ospf_spf.c: typecast time_t to long, fixes compile warning.
636 * ospfd/ospf_route.c: typecast route_node->prefix to prefix_ipv4, fixes
637 compile warning.
638 * ospfd/ospf_route.c: typecast prefix_ipv4 to prefix, fixes compile
639 warning.
640 * ospfd/ospf_abr.c: typecast prefix to prefix_ipv4 in two instances,
641 fixes compile warning.
642 * vtysh/vtysh.c: fixed null pointer sentinel value when doing execl and
643 friends, fixes compile warning.
644 * ospf6d/ospf6_damp.c: typecast time_t to long in 4 instances, fixes
645 compile warning.
646 * ospf6d/ospf6_main.c: use MAXPATHLEN (if set) instead of 64 for the
647 _cwd array, fixes compile warning.
648
paul2d75d052004-01-19 21:31:15 +00006492004-01-19 Paul Jakma <paul@dishone.st>
650
651 * tests/test-sig.c: New file, regression test for sigevents.
652 * lib/Makefile.am: add sigevent.{c,h}
653 * (isis|rip|ripng|ospf|ospf6|bgp)d/\1_main.c: modify for sigevents.
654 * zebra/main.c: ditto.
655
paula27abaa2004-01-10 22:03:07 +00006562004-01-10 Paul Jakma <paul@dishone.st>
657
658 * Makefile.am: redhat/ is a dist subdir too.
659
jardina4d2a0d2004-01-10 20:42:35 +00006602004-01-10 Vincent Jardin <jardin@6wind.com>
661
662 * configure.ac: add the redhat/Makefile as a AC_OUTPUT() argument.
663 It fixes build on FreeBSD 5.1 and FreeBSD 4.7
664
paul00bc5602004-01-09 16:30:52 +00006652004-01-08 Paul Jakma <paul@dishone.st>
666
667 * Makefile.am: as per gdt, specify the redhat dir as a DIST_SUBDIR,
668 remove the redhat/... dist targets - instead these now go in..
669 redhat/Makefile.am: (new) proper place to describe redhat/ dist
670 files, as well as allow quagga.spec to be regenerated properly.
671 redhat/quagga.sysconfig: specify conf file location.
672 redhat/quagga.spec.in: Add 2 patches to RPM build.
673
paul41ad8782003-12-30 11:09:00 +00006742003-12-30 Paul Jakma <paul@dishone.st>
675
paul15d74e92003-12-30 11:16:21 +0000676 * redhat/isisd.init: new file, init script for isisd.
677 redhat/quagga.sysconfig: new file, sysconfig file for quagga
678 initscripts.
679 redhat/quagga.spec.in: various cleanups, including sysconfig patch
680 from RH, fixed UID/GID as per RH EL, shell changed to
681 /sbin/nologin, daemon vty's listen to 127.1 only per default and
682 isisd packaged.
683 redhat/*.init: sysconfig support and runlevels specified.
684
6852003-12-30 Paul Jakma <paul@dishone.st>
686
paul41ad8782003-12-30 11:09:00 +0000687 * Makefile.am: put the redhat/ stuff into EXTRA_DIST rather than
688 copying via dist-hook. Remove ~ files backup cruft from dists.
689 isisd/Makefile.am: sysconf example should go via
690 dist_examples_DATA. The include-netbsd/ headers werent mentioned
691 as sources and werent being copied into dists.
692
jardin9e867fe2003-12-23 08:56:18 +00006932003-12-23 Vincent Jardin <jardin@6wind.com>
694
695 * isisd: Import isisd from Sampo Saaristo's source code.
696
gdtaa593d52003-12-22 20:15:53 +00006972003-12-22 Christian Hammers <ch@lathspell.de>
698
699 * configure.ac (and everywhere a regular file is opened for
700 writing): use file permissions from configure rather than
701 compiled-in umask.
702
hasso47ce02a2003-12-22 16:49:15 +00007032003-12-22 Hasso Tepper <hasso@estpak.ee>
704
705 * lib/linklist.c: Revert microfix I commited while reverting
706 [quagga-dev 227]. Caused by misreading code.
707
hassoe90fbab2003-12-21 09:51:42 +00007082003-12-21 Hasso Tepper <hasso@estpak.ee>
709
710 * lib/linklist.c: Revert patch [quagga-dev 227]. listnode_add_sort()
711 function should not drop nodes in any case. But fix behavior where
712 nodes were added to the end of list when cmp returned 0.
713 * lib/if.c: Check for duplicates before calling listnode_add_sort().
714
gdtaf273652003-12-08 18:12:34 +00007152003-12-08 Greg Troxel <gdt@fnord.ir.bbn.com>
716
717 * {lib,ospfd,ospfapi}/Makefile.am: Use pkginclude_HEADERS rather
718 than include_HEADERS to place includes in
719 ${prefix}/include/quaggainstead of polluting ${prefix}/include.
720
gdtc4f0efe2003-12-04 15:39:25 +00007212003-12-04 Greg Troxel <gdt@poblano.ir.bbn.com>
722
723 * configure.ac: When setting exampledir to sysconfdir as a
724 default, don't quote ${sysconfdir}. (Bug reported by Vincent
725 Jardin.)
726
gdtd6b72f72003-12-03 17:24:27 +00007272003-12-03 Greg Troxel <gdt@poblano.ir.bbn.com>
728
gdtd2a0ccc2003-12-03 18:13:48 +0000729 * configure.ac: Compile in Router Advertisement support by
730 default. Note that this does not default to sending RAs; it just
731 makes 'ipv6 nd send-ra' and 'ipv6 nd prefix-advertisement'
732 available. While others may prefer other tools, no argument has
733 been made that router advertisement support is such bloat that it
734 should be compiled out by default (it 9556 bytes on NetBSD/i386 vs
735 8 bytes with the support compiled out). This reversion of a
736 previous change was done in consultation with Paul.
737
7382003-12-03 Greg Troxel <gdt@poblano.ir.bbn.com>
739
gdtfa3232e2003-12-03 17:52:30 +0000740 * configure.ac: Move tests for v6 header files to after the check
741 for v6 code version, and conditionalize on the right variable.
742 (Fixes problem where v6 header files are not included when v6 is
743 enabled implicitly.)
gdtd2a0ccc2003-12-03 18:13:48 +0000744
gdtfa3232e2003-12-03 17:52:30 +00007452003-12-03 Greg Troxel <gdt@poblano.ir.bbn.com>
746
gdtd6b72f72003-12-03 17:24:27 +0000747 * configure.ac: Add --enable-exampledir to specify where example
748 config files should go, defaulting to sysconfdir.
749
750 * */Makefile.am: use exampledir instead of sysconfdif for examples
751
paul62892882003-11-02 07:31:47 +00007522003-11-02 Paul Jakma <paul@dishone.st>
753
754 * bgpd/bgp_routemap.c: Fix up 'set ip next-hop A.B.C.D|peer-address'
755 route map command so that vtysh can use it. Modified version of
756 Hasso Tepper's patch. Fixes bug #52.
757 * configure.ac: FreeBSD has net-snmp in /usr/local.
758 * redhat/quagga.spec.in: Install libzebra headers with -devel
759 package.
760
7612003-11-02 Krzysztof Oledzki <oleq@ans.pl>
762
763 * zebra/zebra_rib.c: Revert patch (dating from zebra.org) which
764 caused zebra to read all routes in all tables, rather than just
765 the main table. See [quagga-dev 280].
766
7672003-10-30 Paul Jakma <paul@dishone.st>
768
769 * configure.ac: netinet/in_systm.h is yet another well-known
770 header file we really should be checking for
771
7722003-10-27 kamatchi soundaram <kamatchi@tdd.sj.nec.com>
773
774 * ospfd/ospfd.c: Do not increment act_int for an area, as it is done
775 by ospf_ism.c::ism_change_state() - results in incorrect figure
776 for active interfaces in an area.
777
7782003-10-27 Paul Jakma <paul@dishone.st>
779
780 * lib/if.{ch}: remove ifc_pointtopoint() - left over from the
781 reverted RFC3021 patch.
782
7832003-10-27 Simon <lists@routemeister.net>
784
785 * ospfd/ospfd.c: if_is_pointopoint() takes (struct interface *), was
786 being called with struct connected. Change to co->ifp.
787
7882003-10-27 Gilad Arnold <gilad.arnold@terayon.com>
789
790 * zebra/zebra_rib.c: (nexthop_active_update) Check for multipath
791 limit when setting changed flag to avoid spurious changes.
792 (static_install_ipv{4,6}) dont uninstall by default, might not be
793 required - avoid spurious uninstalls.
794 (static_uninstall_ipv{4,6}) only uninstall the route if its
795 actually FIB route.
796
7972003-10-24 sowmini.varadhan@sun.com
798
799 * ospfd/ospf_network.c: (ospf_sock_init) Exit if socket can not be
800 created.
801
8022003-10-24 Jose Luis Rubio Guivernau <jrubio@dit.upm.es>
803
804 * Better 'show bgp' support for views (eg ipv6), see [quagga-dev 238]
805 * bgpd/bgp_route.c: (bgp_show) Take a struct bgp argument instead of
806 view string.
807 (bgp_show_neighbor_route) Take a struct peer argument instead of
808 ip string.
809 (peer_adj_routes) ditto
810 (show_adj_routes) ditto
811 (peer_lookup_in_view) new function to return appropriate struct
812 peer for a given view string.
813 (misc) Fixup all calls to above to reflect new calling arguments,
814 and use peer_lookup_in_view as needed. Additional commands
815 installed to use expanded functionality above, existing commands
816 modified to suit as well.
817 * bgpd/bgp_vty.c: 2 new aliases.
818
8192003-10-24 Paul Jakma <paul@dishone.st>
820
821 * configure.ac: Check for fcntl()
822 * {bgpd,ospf,ospf6d,ripd,ripngd}/Makefile.am: Install conf file via
823 regular automake means, not magic install incantations, see
824 bug #38.
825 * lib/Makefile.am: install the headers, needed to link libzebra.a
826 (and hence libospf.a, OSPF-API, etc.)
827
8282003-10-24 waldi@debian.org
829
830 * vtysh/Makefile.am: vtysh_cmd.c rebuild was broken because it
831 depended against source files without specification, i.e. it
832 used ../zebra instead of $(top_srcdir)/zebra.
833
8342003-10-23 Paul Jakma <paul@dishone.st>
835
836 * configure.ac: IRIX configure.ac support. Sort of works.
837 sysctl() crashes though (ipforward), there's some kind of odd
838 padding in the PF_ROUTE socket messages and setsockopt() on
839 SOCK_RAW does not work (so ospfd doesnt work).
840
8412003-10-22 Paul Jakma <paul@dishone.st>
842
843 * vtysh/Makefile.am: do not include vtysh_cmd.c in dists, its
844 configure dependent. (still need to find a way to make building of
845 it dependent on configure options or include all commands.)
846
8472003-10-22 Paul Jakma <paul@dishone.st>
848
849 * lib/zebra.h: include limits.h if its there, its a portable header
850 and useful and not just solaris specific. net/route.h is also
851 useful.
852
8532003-10-22 Paul Jakma <paul@dishone.st>
854
855 * lib/regex.c: bzero -> memset
856 * zebra/ioctl.c: ditto. bzero is not portable.
857
8582003-10-22 Paul Jakma <paul@dishone.st>
859
860 * zebra/kernel_socket.c: HAVE_IPV6 conditional for WRAPUP when
861 HAVE_SA_LEN is not defined. bcopy -> memcpy, bcopy is not
862 portable.
863
8642003-10-22 Paul Jakma <paul@dishone.st>
865
866 * configure.ac: Split up header checks into non-net, net and ipv6
867 related. Checking of IPv6 is conditional. Add some more output
868 text for the end of the configure run.
869
8702003-10-18 Lorenzo Colitti <lorenzo@ripe.net>
871
872 * bgpd/bgp_attr.c: (bgp_dump_routes_attr) Dont dump IPv4 nexthop
873 for IP. Dump MP_NLRI attr with IPv6 next-hop for AF_INET6 address
874 family prefixes. Accept prefix as argument.
875 * bgpd/bgp_attr.c: modify bgp_dump_routes_attr declaration.
876 * bgpd/bgp_dump.c: (bgp_dump_routes_entry) Modify calls to
877 bgp_dump_routes_attr.
878 (bgp_dump_common) Go by the family of the peering socket, not
879 configured address family when dumping peering information.
880 Add HAVE_IPV6 conditionals, eg missing from previous bgp interval
881 patch.
882
8832003-10-18 Lorenzo Colitti <lorenzo@ripe.net>
884
885 * bgpd/bgp_dump.{c,h}: (bgp_dump_interval_add) Dump at discrete
886 fixed intervals rather than fixed intervals from startup time.
887 (bgp_dump_interval_func) Dont return immediately if file cant be
888 openeded, but reschedule interval dumps, even - admin might
889 fix problem in meantime. Close the dump file in between intervals.
890 (bgp_dump_init) account for MSG header when initialising stream
891 size.
892
8932003-10-15 Paul Jakma <paul@dishone.st>
894
895 * ospfd/ospf_interface: (ospf_if_lookup_table) new function to
896 lookup oi for a given prefix in a given interfaces table of oi's.
897 (ospf_if_new) use ospf_if_lookup_table to deal with zebra
898 reporting new interface multiple times.
899 NB: This patch is a complete plaster-band of a hack. First, why is
900 zebra reporting interface events multiple times? Second, why does
901 ospfd maintain so many damn lists and tables relating to oi's -
902 these should be reconciled into one or two tables.
903
9042003-10-15 sowmini.varadhan@sun.com
905
906 * ripd/ripd.c: (rip_send_packet) use rip->sock for mcast sends,
907 instead of creating one socket per send. send source addr to
908 rip_update_interface.
909 (rip_update_process) should send an update on every connected
910 network for each interface.
911 (rip_request_send) should send a request on every connected
912 network for each interface.
913 * ripd/ripd.h: update prototype for rip_interface_multicast_set
914 * ripd/rip_interface.c: (rip_interface_multicast_set) reorganized
915 so that it can be called repeatedly for aliased interfaces (on
916 multiple networks).
917
9182003-10-15 Jay Fenlason <fenlason@redhat.com>
919
920 * lib/vty.c: (vty_telnet_option) Remote DoS exists if a telnet
921 end-sub-negotation is sent when no sub-negotation data has been
922 sent. Return immediately if no sub-negotation is in progress.
923 (vty_read) do not attempt to process options if no sub-negotation
924 is in progress.
925
9262003-10-15 Paul Jakma <paul@dishone.st>
927
928 * lib/vty.c: (vty_save_cwd) dont crash if getcwd fails. try fallback
929 to SYSCONFDIR. Allocate cwd from the stack rather than relying on
930 (non-portable) getcwd() allocation (which we didnt seem to be
931 freeing).
932
9332003-10-13 Jay Fenlason <fenlason@redhat.com>
934
935 * lib/zebra.h: define UINT32_MAX for those systems which do not
936 provide it.
937 * bgp_attr.h: define BGP_MED_MAX.
938 * bgp_route.c: update defines/constants to BGP_MED_MAX.
939 * bgp_routemap.c: ditto. clean up route_match_metric_compile
940 slightly to avoid unneccesary XMALLOC.
941
9422003-10-13 sowmini.varadhan@sun.com
943
944 * ospf_lsa.h: Add OSPF_LSA_PREMATURE_AGE flag.
945 * ospf_lsa.c: added better debug comments. check sequence number in
946 ospf_lsa_install. ospf_maxage_lsa_remover() checks for
947 OSPF_LSA_PREMATURE_AGE and re-originates the lsa after ls_acks are
948 received.
949 * ospf_flood.c: improve debug statement- print ls_seqnum.
950
9512003-10-13 Douglas Fraser <doug+quagga@idmf.net>
952
953 * zebra/connected.c: PtP revert fixup. Zebra was not creating
954 connected route for PtP peer.
955
9562003-10-07 Tarhon-Onu Victor <mituc@iasi.rdsnet.ro>
957
958 * zebra/ipforward_proc.c: (ipforward) Close the fd for
959 /proc/net/snmp. See [quagga-dev 284]
960
9612003-09-29 Gilad Arnold <gilad.arnold@terayon.com>
962
963 * zebra/zebra_rib.c: Fix possible dangling reference to rib
964 route_nodes - unlock it the appropriate number of times. (twice,
965 because of the implicit lock). see [quagga-dev 251].
966
9672003-09-29 Paul Jakma <paul@dishone.st>
968
969 * zebra/connected.c: revert the 'generic PtP' patch as it causes
970 far too many problems. People who use FreeSWAN should investigate
971 native linux ipsec.
972 * zebra/rt_netlink.c: ditto
973 * lib/if.c: ditto
974 * ripd/ripd.h: ditto
975 * ripd/ripd.c: ditto
976 * ripd/rip_interface.c: ditto
977 * ospfd/ospfd.c: ditto
978 * ospfd/ospf_snmp.c: ditto
979 * bgpd/bgp_nexthop.c: ditto
980 * ospfd/ospf_packet.c: Add debug output for some of the previously
981 completely silent drops of 'bad' packets.
982 * configure.ac: bump version
983
9842003-08-27 Jay Fenlason <fenlason@redhat.com>
985
986 * lib/Makefile.am: Do not use a lib (libcap) as a dependency
987 * zebra/Makefile.am: Link in libcap
988 * bgpd/bgp_routemap.c: attr->med is type u_in32_t, should be
989 compared with UINT32_MAX
990 * ospfd/ospfd.c: remove redundant assert
991 * zebra/rtadv.c: add missing include for zebra/rib.h
992
9932003-09-24 Paul Jakma <paul@dishone.st>
994
995 * lib/version.h: moved to version.h.in
996 * lib/version.h.in: New file, from version.h. Change hardcoded
997 package name and version to use the autoconf defined substition
998 variables.
999 * configure.ac: Fix up AC/AM_INIT* to new style. Remove the sed'ing
1000 through lib/version.h for VERSION. Add lib/version.h to the
1001 AC_OUTPUT list. Update the text output of quagga version at end
1002 of configure run to use PACKAGE_VERSION.
1003 * doc/.cvsignore: ignore quagga.pdf
1004 * doc/.cvsignore: ignore version.h, its now autogenerated.
1005
10062003-09-24 sowmini.varadhan@sun.com
1007
1008 * lib/if.c: (if_cmp_func) fix infinite loop if
1009 ifp1->name == ifp2->name
1010 * lib/linklist.c: (if_cmp_func) Fix handling of case where
1011 list->cmp returns 0.
1012 * rip_interface.c: (rip_interface_address_add) call
1013 rip_enable_apply(), or the interface is never considered up.
1014 see [quagga-dev 225].
1015 * zebra/kernel_socket.c: Fix up WRAPUP macro to deal with multiple
1016 address families in the absence of sa_len element in struct
1017 sockaddr.
1018 (ifm_read): Handle solaris 9 if_msghdr_t.
1019 Deal with interfaces which are incomplete, lookup on name rather
1020 than the placeholder interface index of -1.
1021
10222003-09-24 Thomas Giger TGC <thomas.giger@tgc.de>
1023
1024 * ospf_packet.c (ospf_associate_packet_vl): pass NULL struct
1025 interface to ospf_if_lookup_by_local_addr() rather than the
1026 receiving interface ifp, packets for VL's could come in any
1027 interface. See quagga-dev 250.
1028
paule05fba42003-04-13 20:20:53 +000010292003-04-13 Paul Jakma <paul@dishone.st>
1030
1031 * Amir: Opaque LSA bug fix for deletion of Type11's
1032 * configure.ac: use --localstatedir for Unix sockets
paul645878f2003-04-13 21:42:11 +00001033 * Hasso Tepper: When flushing as-ext LSAs flush associated NSSA
1034 LSAs.
paule05fba42003-04-13 20:20:53 +00001035
paul020709f2003-04-04 02:44:16 +000010362003-04-04 Paul Jakma <paul@dishone.st>
1037
1038 * Sync to Zebra CVS
1039 * Fix lib/thread.h leak
1040 * Fix small Opaque LSA leak
1041 * Do not configure OSPF interfaces for secondary addresses
1042 * vtysh fixes from Hasso
1043 * Dave Watson's missing ntohs fix
1044
paul68980082003-03-25 05:07:42 +000010452003-03-25 Paul Jakma <paul@dishone.st>
1046
1047 * Sync to Zebra CVS
1048
paul07661cb2003-03-18 00:03:05 +000010492003-03-17 Amir Guindehi <amir@datacore.ch>
1050
1051 * Extended SNMP checks in configure.ac so that net-snmp works
1052
10532003-03-17 Amir Guindehi <amir@datacore.ch>
1054 Ralph Keller <keller@tik.ee.ethz.ch>
1055 * merge OSPF-API
1056
paul13766da2003-02-07 14:46:23 +000010572003-02-07 Paul Jakma <paul@dishone.st>
1058
1059 * Sync to zebra CVS
1060
paul420df432003-02-03 20:30:39 +000010612003-02-03 Paul Jakma <paul@dishone.st>
1062
1063 * Sync to zebra CVS
1064
paulae936ae2003-01-20 04:58:21 +000010652003-01-19 Paul Jakma <paul@dishone.st>
1066
1067 * Temporary fix for Generic PtP wrt to IPv6
1068
paul9a668002003-01-18 23:11:44 +000010692003-01-17 Paul Jakma <paul@dishone.st>
1070
1071 * Sync up to latest zebra.org CVS
1072 * [zebra 16823] Bugfix and new feature in Opaque-LSA handling
1073 Masahiko Endo <endo@suri.co.jp>
1074 * [zebra 16824] [PATCH] nsm_kill_neighbor
1075 Masahiko Endo <endo@suri.co.jp>
1076 * [zebra 17217] [PATCH] show thread CPU
1077 Yon Uriarte <havanna_moon@gmx.net>
1078 * [zebra 17218] Re: [PATCH] CLI extensions.
1079 Yon Uriarte <havanna_moon@gmx.net>
1080
paul4fc01e62002-12-13 20:49:00 +000010812002-12-13 Paul Jakma <paul@dishone.st>
1082
1083 * added support for vtysh 'write file' command to
paul0efa4d52002-12-13 21:55:43 +00001084 write either per-daamon and/or integrated file
paulab836aa2002-12-13 21:19:02 +00001085 * ospfd md5 buffer copying fix (Greg Troxel)
paul8bd9c712002-12-13 21:05:16 +00001086 * ospfd md5 sequence number derived from time()
paulab836aa2002-12-13 21:19:02 +00001087 * RIPv1 fixes and improvements (John Hay)
1088 * link state detection (linux) ([zebra 12269])
1089 * Generic PtP and RFC3021 interface addressing support
1090 (Frank van Maarseveen)
paul0efa4d52002-12-13 21:55:43 +00001091 * Michal Ludvig <michal@logix.cz>:
1092 [zebra 16525] PATCH: Bugfixes for KAME systems
1093 * Kevin C Miller <kevinm@andrew.cmu.edu>
1094 [zebra 16681] OSPF NSSA Patches
1095 * Yon Uriarte <havanna_moon@gmx.net>
1096 [zebra 16671] [PATCH] CLI extensions
paula8959012002-12-13 21:59:26 +00001097 * Masahiko Endo: [zebra 15475] - MPLS-TE docs
paul4fc01e62002-12-13 20:49:00 +00001098
paul718e3742002-12-13 20:15:29 +000010992002-07-07 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
1100
1101 * zebra-0.93 released.
1102
11032002-06-28 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
1104
1105 * update-autotools: Change file name from update-auto-tools.sh.
1106
11072002-06-21 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
1108
1109 * update-auto-tools.sh: Add a new script to clean up build
1110 environment.
1111
11122002-06-18 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
1113
1114 * Shift to the latest build environment autoconf-2.53 and
1115 automake-1.6.2.
1116
11172001-10-22 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
1118
1119 * Integrate Glen Turner <glen.turner@aarnet.edu.au>'s pid option.
1120
11212001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
1122
1123 * zebra-0.92a released.
1124
11252001-08-19 "Peter Galbavy" <peter.galbavy@knowtion.net>
1126
1127 * configure.in: SNMP library check problem fix when the library is
1128 installed under /usr/local/lib.
1129
11302001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
1131
1132 * zebra-0.92 released.
1133
11342001-04-22 Kunihiro Ishiguro <kunihiro@zebra.org>
1135
1136 * configure.in (LIBPAM): Use ZEBRA_AC_C_BIGENDIAN to avoid a
1137 warning.
1138 (IF_METHOD): Use test -r instead of AC_CHECK_FILE to avoid
1139 warnings.
1140
1141 * config.guess: Update to 2000-11-10 version.
1142
11432001-04-11 Kunihiro Ishiguro <kunihiro@zebra.org>
1144
1145 * configure.in: Use AC_TRY_COMPILE instead of AC_EGREP_HEADER to
1146 detect in_pktinfo structure. Suggested by: Vlad Lungu
1147 <vlad@rls.roknet.ro>.
1148
11492001-03-07 Michael Rozhavsky <mrozhavsky@opticalaccess.com>
1150
1151 * configure.in: Add check for structure in_pktinfo.
1152
11532001-02-07 "Bjoern A. Zeeb" <bzeeb+zebra@zabbadoz.net>
1154
1155 * configure.in (USE_PAM): Fix PAM library detection code.
1156
11572001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
1158
1159 * zebra-0.91 is released.
1160
11612001-01-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1162
1163 * configure.in: Remove guile related definition.
1164
11652001-01-11 Kunihiro Ishiguro <kunihiro@zebra.org>
1166
1167 * configure.in (ac_cv_htonl_works): HAVE_REPAIRABLE_HTONL is
1168 removed. htonl should work fine on any platform.
1169
11702001-01-10 Kunihiro Ishiguro <kunihiro@zebra.org>
1171
1172 * configure.in: Remove --enable-oldrib option.
1173
1174 * acconfig.h: OLD_RIB definition is removed.
1175
1176 * zebra-0.90 is released.
1177
1178 * configure.in (LIBS): Add check for sun_len field in struct
1179 sun_len.
1180
11812001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1182
1183 * Makefile.am: Include init/redhat files to distribution.
1184
11852001-01-07 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1186
1187 * configure.in: check libm.a for BGPd compile error.
1188 AC_CHECK_LIB(m, main) was added.
1189
11902000-12-29 Kunihiro Ishiguro <kunihiro@zebra.org>
1191
1192 * configure.in: --enable-unixdomain becomes default. Add
1193 --enable-tcp-zebra for TCP/IP communication between protocol
1194 daemon and zebra.
1195
1196 * COPYING.LIB: Added for lib/getopt.c, lib/getopt.h,
1197 lib/getopt1.c, lib/md5-gnu.h, lib/md5.c, lib/regex-gnu.h,
1198 lib/regex.c.
1199
1200 * Makefile.am (dist-hook): Include tools/*.cgi to distribution.
1201
12022000-12-26 Kunihiro Ishiguro <kunihiro@zebra.org>
1203
1204 * configure.in (MULTIPATH_NUM): --enable-multipath=ARG specify
1205 multipath number. ARG must be digit.
1206
12072000-12-11 Kunihiro Ishiguro <kunihiro@zebra.org>
1208
1209 * configure.in: Add --enable-newrib for test new RIB code.
1210
12112000-11-25 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1212
1213 * configure.in, config.h.in: Add check for libutil.h and
1214 setproctitle().
1215
12162000-10-26 Kunihiro Ishiguro <kunihiro@zebra.org>
1217
1218 * configure.in: Add --enable-nssa for OSPF NSSA option.
1219
1220 * acconfig.h: Define HAVE_NSSA.
1221
12222000-10-25 "Bjoern A. Zeeb" <bzeeb+zebra@zabbadoz.net>
1223
1224 * configure.in: pam_misc is only linked when the platform is
1225 GNU/Linux.
1226
12272000-10-24 Arkadiusz Miskiewicz <misiek@pld.org.pl>
1228
1229 * configure.in (LIBS): Add check for crypto library. test x`ls
1230 ${ac_snmp}` is replaced with sipmle test -f.
1231
12322000-10-23 Kunihiro Ishiguro <kunihiro@zebra.org>
1233
1234 * configure.in: Add --enable-unixdomain option. This will be
1235 default behavior in zebra-0.90.
1236
12372000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1238
1239 * zebra-0.89 is released.
1240
12412000-09-27 Kunihiro Ishiguro <kunihiro@zebra.org>
1242
1243 * configure.in: Add check for Intel CPU for Solaris on x86 check.
1244
12452000-09-21 Kunihiro Ishiguro <kunihiro@zebra.org>
1246
1247 * configure.in: Add check for getifaddrs().
1248 Set AM_INIT_AUTOMAKE version to 0.89.
1249
12502000-09-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1251
1252 * config.guess: Update to the latest version.
1253
1254 * config.sub: Likewise
1255
12562000-09-14 David Lipovkov <dlipovkov@OpticalAccess.com>
1257
1258 * REPORTING-BUGS: New file is added.
1259
12602000-08-27 itojun@iijlab.net
1261
1262 * configure.in: Add ncurses library check when --enable-vtysh is
1263 specified.
1264
12652000-08-22 Kunihiro Ishiguro <kunihiro@zebra.org>
1266
1267 * configure.in: Add check for readline/history.h.
1268
1269 * acconfig.h: Remove pthread related variables.
1270
1271 * configure.in: Add --with-libpam option for vtysh PAM
1272 authentication. Remove --disable-pthread because we don't support
1273 pthread.
1274
12752000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
1276
1277 * zebra-0.88 is released.
1278
1279 * configure.in: Add Solaris -lcurses for vtysh.
1280
12812000-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1282
1283 * configure.in: Add check for ncurses for compiling on Solaris.
1284
12852000-07-27 Kunihiro Ishiguro <kunihiro@zebra.org>
1286
1287 * configure.in: Add check for libreadline when --enable-vtysh is
1288 specified.
1289
12902000-07-23 Kunihiro Ishiguro <kunihiro@zebra.org>
1291
1292 * configure.in: Add AC_DEFINE(OPEN_BSD). When OS is OpenBSD
1293 interface method is if_ioctl.o
1294
12952000-07-09 Chris Dunlop <chris@onthe.net.au>
1296
1297 * acconfig.h: Add HAVE_BROKEN_ALIASES.
1298
1299 * configure.in: Add --enable-broken-aliases.
1300
13012000-06-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1302
1303 * Set version to zebra-0.87.
1304
13052000-06-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1306
1307 * configure.in: Remove --enable-mpls-vpn. Now MPLS-VPN support is
1308 default.
1309
1310 * Set version to zebra-0.87-pre
1311
1312 * Makefile.am: Likewise.
1313
13142000-04-27 Kunihiro Ishiguro <kunihiro@zebra.org>
1315
1316 * Set version to 0.86.
1317
13182000-03-21 Kunihiro Ishiguro <kunihiro@zebra.org>
1319
1320 * Set version to 0.85b for ospfd test.
1321
13222000-03-20 Kunihiro Ishiguro <kunihiro@zebra.org>
1323
1324 * Set version to 0.85a for ospfd test.
1325
13262000-03-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1327
1328 * Set version to 0.85.
1329
13302000-01-26 Kunihiro Ishiguro <kunihiro@zebra.org>
1331
1332 * Makefile.in: Regenerated by patched automake for fixing "make
1333 clean" problem on FreeBSD.
1334
13351999-12-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1336
1337 * Set version to 0.83a. This is for *BSD static route lookup
1338 problem.
1339
13401999-12-06 Kunihiro Ishiguro <kunihiro@zebra.org>
1341
1342 * Set version to 0.83.
1343
13441999-11-29 Kunihiro Ishiguro <kunihiro@zebra.org>
1345
1346 * Set version to 0.82.
1347
13481999-11-23 Kunihiro Ishiguro <kunihiro@zebra.org>
1349
1350 * aczebra.m4: New file added.
1351
13521999-11-21 Michael Handler <handler@sub-rosa.com>
1353
1354 * configure.in (LIBS): Add sa_len check of sockaddr.
1355
1356 * acconfig.h: Add HAVE_SA_LEN.
1357
13581999-11-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1359
1360 * version.h: Update version to zebra-0.81b for bgpd test.
1361
13621999-11-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1363
1364 * configure.in: Add --enable-mbgp.
1365
13661999-11-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1367
1368 * Makefile.am (EXTRA_DIST): Add TODO to the distribution.
1369
13701999-11-04 Kunihiro Ishiguro <kunihiro@zebra.org>
1371
1372 * TODO: New file is added.
1373
13741999-11-03 Kunihiro Ishiguro <kunihiro@zebra.org>
1375
1376 * version.h: Update version to zebra-0.81a for ospfd test.
1377
13781999-10-28 Kunihiro Ishiguro <kunihiro@zebra.org>
1379
1380 * configure.in: New option --enable-snmp is added.
1381
13821999-10-24 Kunihiro Ishiguro <kunihiro@zebra.org>
1383
1384 * version.h: Update version to zebra-0.80.
1385
13861999-10-21 Kunihiro Ishiguro <kunihiro@zebra.org>
1387
1388 * version.h: Update version to zebra-0.80-pre3
1389
13901999-10-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1391
1392 * configure.in (LIBS): SNMP check is done by ucd-snmp/asn1.h.
1393
13941999-10-10 Peter Galbavy <Peter.Galbavy@knowledge.com>
1395
1396 * configure.in: Add support of OpenBSD.
1397
13981999-10-04 Kunihiro Ishiguro <kunihiro@zebra.org>
1399
1400 * version.h: Update version to zebra-0.80-pre2.
1401
14021999-09-27 Kunihiro Ishiguro <kunihiro@zebra.org>
1403
1404 * version.h: Update version to zebra-0.80-pre. From this version,
1405 access-list and prefix-list's name space is divided into IPv4 and
1406 IPv6.
1407
14081999-09-17 Kunihiro Ishiguro <kunihiro@zebra.org>
1409
1410 * version.h: For test recent fixes Set version to zebra-0.79a.
1411
14121999-09-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1413
1414 * version.h: zebra-0.79 is out.
1415
14161999-09-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1417
1418 * version.h: For ospfd's virtual link test. Set version to 0.78h.
1419
14201999-09-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1421
1422 * version.h: For ospfd test. Set version to 0.78g.
1423
14241999-09-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1425
1426 * version.h: For internal test of ospfd. Set version to 0.78f.
1427
14281999-09-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1429
1430 * version.h: To test ospfd's fix, set version to 0.78e.
1431
14321999-09-01 Kunihiro Ishiguro <kunihiro@zebra.org>
1433
1434 * version.h: To test ospfd's area related bug fix, set version
1435 to 0.78d.
1436
14371999-09-01 Kunihiro Ishiguro <kunihiro@zebra.org>
1438
1439 * version.h: To test ospfd, set version to 0.78c.
1440
14411999-08-31 Janos Farkas <chexum@shadow.banki.hu>
1442
1443 * Many misspelling correction.
1444
14451999-08-31 Kunihiro Ishiguro <kunihiro@zebra.org>
1446
1447 * version.h: To test ospfd, set version to 0.78b.
1448
14491999-08-31 Kunihiro Ishiguro <kunihiro@zebra.org>
1450
1451 * configure.in (LIBS): Add UCD-SNMP include path check.
1452
14531999-08-31 Lars Fenneberg <lf@elemental.net>
1454
1455 * configure.in: The logic which detects the UCD-SNMP library
1456 should first check in the default system locations for the library
1457 and then in /usr/local.
1458
14591999-08-27 itojun@iijlab.net
1460
1461 * configure.in (LIBS): Fix problem about libsnmp.a check.
1462
14631999-08-26 kay <kay@v6.access.co.jp>
1464
1465 * configure.in (CFLAGS): Add <sys/socket.h> to check socklen_t.
1466
14671999-08-24 VOP <vop@unity.net>
1468
1469 * filter.c: Include "sockunion.h".
1470 plist.c: Likewise.
1471 table.c: Likewise.
1472
14731999-08-24 Kunihiro Ishiguro <kunihiro@zebra.org>
1474
1475 * configure.in: Add netinet6/in6.h check.
1476
14771999-08-21 Masaki Minami <masaki@minami.org>
1478
1479 * BSD/OS 4.0 porting.
1480
14811999-08-15 Kunihiro Ishiguro <kunihiro@zebra.org>
1482
1483 * configure.in: Add --enable-netlink option to force to use Linux
1484 netlink interface.
1485 (CFLAGS): Add ucd-snmp library check.
1486
1487 * acconfig.h: If socklen_t is not defined, typedef int to
1488 socklen_t.
1489
14901999-08-15 Arkadiusz Miskiewicz <misiek@misiek.eu.org>
1491
1492 * configure.in: When --enable-ipv6 specified, then only kernel
1493 version is checked.
1494
14951999-08-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1496
1497 * configure.in: Add GNU libc 2.1 check.
1498
14991999-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1500
1501 * configure.in: Fix privious Linux IPv6 check changes.
1502
15031999-08-02 Arkadiusz Miskiewicz <misiek@misiek.eu.org>
1504
1505 * configure.in: Improve Linux IPv6 feature check.
1506
15071999-07-29 Rick Payne <rickp@rossfell.co.uk>
1508
1509 * Changed route-maps to behave in a more cisco-like fashion
1510
15111999-07-27 Gerhard Poul <gpoul@gnu.org>
1512
1513 * SERVICES: New file added.
1514
15151999-07-12 itojun@iijlab.net
1516
1517 * configure.in: Add check for getaddrinfo. Improve Kame related
1518 library check.
1519
15201999-07-07 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1521
1522 * configure.in, acconfig.h: Add check for FreeBSD 3.2.
1523
15241999-07-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1525
1526 * configure.in: Delete check for netinet/ip6.h.
1527
15281999-06-30 Gerhard Poul <gpoul@gnu.org>
1529
1530 * README: remixed the old files and added some new parts.
1531 moved some INSTALL stuff into INSTALL file.
1532 moved some other stuff to doc/zebra.texi
1533
15341999-06-29 Kunihiro Ishiguro <kunihiro@zebra.org>
1535
1536 * configure.in (LIBS): Add libresolv check.
1537 Change --enabe-all-in-one option to --enable-one-vty.
1538
15391999-06-20 Kunihiro Ishiguro <kunihiro@zebra.org>
1540
1541 * configure.in: Add --enabe-all-in-one option.
1542
15431999-06-16 Kunihiro Ishiguro <kunihiro@zebra.org>
1544
1545 * configure.in: Add socklen_t check.
1546
15471999-06-16 Gerhard Poul <gpoul@gnu.org>
1548
1549 * Many compile warnings fixed.
1550
15511999-05-31 Kunihiro Ishiguro <kunihiro@zebra.org>
1552
1553 * configure.in: Change message from Linux 2.2.X IPv6 to Linux IPv6.
1554 OpenBSD (NRL) check is enabled.
1555
15561999-05-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1557
1558 * configure.in (LIBS): Add crypt library check.
1559
15601999-05-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1561
1562 * configure.in: Add sin6_scope_id in struct sockaddr_in6 check.
1563
15641999-04-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1565
1566 * Set version to 0.63 for first beta package.
1567
15681999-04-15 Kunihiro Ishiguro <kunihiro@zebra.org>
1569
1570 * guile.m4: Added from guile package.
1571
15721999-04-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1573
1574 * Set version to 0.60 for beta package preparation.
1575
15761999-04-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1577
1578 * Makefile.am: Add noninst_LIBRARIES each directory's Makefile.am.
1579 This change is for linking these libraries to guile.
1580
15811999-04-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1582
1583 * configure.in (LIBS): Add struct rt_addrinfo check.
1584
15851999-04-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1586
1587 * configure.in: AC_STDC_HEADERS added.
1588
15891999-03-29 Kunihiro Ishiguro <kunihiro@zebra.org>
1590
1591 * Add dependencies to each directory's Makefile.am.
1592
15931999-03-02 Peter Galbavy <Peter.Galbavy@knowledge.com>
1594
1595 * reworked include file structure, and configure so that all
1596 source files get all system-dependent include files by including
1597 <zebra.h> which is really lib/zebra.h. This means that the
1598 different programs include files are now available as #include
1599 "zebra/zebra.h" - note the use of quotes, not <> as delimiters.
1600
1601 In practical terms, if I haven't really screwed up, the main file
1602 that maintainers for other OSes have to change is lib/zebra.h for
1603 all the conditional includes etc.
1604
1605 * added --disable-pthread for those systems that seem to have
1606 POSIX threads, but do not work. OpenBSD 2.4+ is like that just
1607 now. Changed all occurance of #ifdef PTHREAD to use HAVE_PTHREAD
1608 instead.
1609
16101999-02-24 <kunihiro@zebra.org>
1611
1612 * configure.in: update to AC_PREREQ(1.13).
1613 Change message from Linux 2.1.x to Linux 2.2.x.
1614 * Added ospf6d directory support.
1615
16161999-02-22 Peter Galbavy <Peter.Galbavy@knowledge.com>
1617
1618 * added a "log" element to the BGPd peer structure, enabling us to
1619 start thinging about a log stream per peer. This is currently
1620 ignored by the wrapper code, but developers should try to use the
1621 "appropriate" ZLOG stream. Documentation will follow, when the
1622 real routines start to exist.
1623
1624 The current plan is to use a copy of the BSD syslog() routines and
1625 replace the syslog library function with our own. I will need
1626 feedback from users of other platforms as this work is done to see
1627 if all is well elsewhere.
1628
1629 * preliminary work on zlog() library. directly replaces syslog()
1630 currently with zlog(ZLOG *, ...) where the new first argument
1631 is a pointer to a ZLOG structure (defined in lib/log.h) and will
1632 encapsulate all the information necessary to maintain multiple
1633 logging streams.
1634
16351999-02-19 Peter Galbavy <Peter.Galbavy@knowledge.com>
1636
1637 * added vsnprintf() macro to lib/str.h if required and removed
1638 #ifdef SUNOS_5 dependency on it
1639
16401999-02-18 Peter Galbavy <Peter.Galbavy@knowledge.com>
1641
1642 * syslog support added
1643
16441999-02-18 Peter Galbavy <Peter.Galbavy@knowledge.com>
1645
1646 * configure.in: Add daemon function check.
1647
16481999-01-21 Kunihiro Ishiguro <kunihiro@zebra.org>
1649
1650 * configure.in: Add --disable-ipv6, --disable-zebra,
1651 --disable-bgpd, --disable-ripd, --disable-ripngd, --disable-ospfd
1652 options to configure.
1653
16541998-12-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1655
1656 * configure.in: Check /usr/inet6/lib/libinet6.a exists or not.
1657
16581998-10-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1659
1660 * configure.in: Comment out FreeBSD's libc_r detect section. At
1661 this moment it doesn't work correctly with zebra.
1662
1663 Netlink interface is only enabled when Linux kernel version is
1664 upper than 2.1.0.
1665
16661998-09-15 HEO SeonMeyong <seirios@matrix.iri.co.jp>
1667
1668 * Hydrangea is now called KAME, so change all defines.
1669
16701998-08-16 Kunihiro Ishiguro <kunihiro@zebra.org>
1671
1672 * configure.in: ifaliasreq check added.
1673
16741998-08-12 Katsuhiro Kondou <kondou@nec.co.jp>
1675
1676 * Patch is applied for compile under EWS4800
1677
16781998-06-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1679
1680 * configure.in: delete old mtu_method check.
1681
1682 * doc/zebra.texi (Kernel interface): chapter `Kernel interface' added
1683
16841998-06-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1685
1686 * configure.in: add new netlink check for GNU/Linux
1687
16881998-06-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1689
1690 * doc/zebra.texi: Update Linux netlink chapter.
1691
16921998-05-18 Yamashita TAKAO <jargon@lares.dti.ne.jp>
1693
1694 * config.h.in: define PTHREAD if work on Solaris 2.6
1695 why delete the definition? I miss?
1696
16971998-05-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1698
1699 * configure.in: add net/if.h header check.
1700
17011998-05-02 SeonMeyong HEO <seirios@Matrix.iri.co.jp>
1702
1703 * zebra.tex,archfig.tex,zebra.sty: Manual file is added.
1704 * zebra.texi: Modify Introduction text.
1705 * RIPngd.c: Patch Hydrangea code.
1706
17071998-05-01 Kunihiro Ishiguro <kunihiro@zebra.org>
1708
1709 * .cvsignore: added.
1710
1711 * Makerule.in: is gone.
1712 * Makefile.am: Now we use automake to generate Makefile.in
1713
17141998-03-19 Yamashita TAKAO <jargon@lares.dti.ne.jp>
1715
1716 * lib/vty.c: modified the definition of *master
1717 * lib/sockunion.c (inet_aton): add, but don't work. uum...
1718
1719
17201998-03-15 Yamashita TAKAO <jargon@lares.dti.ne.jp>
1721
1722 * configure.in: define PTHREAD if work on Solaris 2.6
1723 * config.h.in: likewise
1724 * lib/thread.c: likewise
1725 * lib/vty.c: likewise
1726
17271998-03-15 SeonMeyong HEO <seirios@Matrix.iri.co.jp>
1728
1729 * config.h.in: define INET6 if defined HAVE_IPV6 & HYDRANGEA
1730 * bgpd/: remove include <netinet6/in6.h> line.
1731 * lib/: remove include <netinet6/in6.h> line.
1732 * ripbgd/: remove include <netinet6/in6.h> line.
1733 * zebra/: remove include <netinet6/in6.h> line.
1734 * ripd/*.c: remove include <netinet6/in6.h> line.
1735 undefine IPV6 difinitions because RIPd is not worked for
1736 IPv6 protocol.
1737
1738
17391998-01-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1740
1741 * configure.in: Change routing socket check method from
1742 AC_TRY_COMPILE to AC_TRY_RUN because GNU libc version 2 has
1743 AF_ROUTE but over linux it's meenigless.
1744
17451998-01-06 Kunihiro Ishiguro <kunihiro@zebra.org>
1746
1747 * config.h.in: remove err_t define.
1748
17491997-11-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1750
1751 * configure.in (canonical): add check of IF_METHOD
1752
17531997-09-27 Kunihiro Ishiguro <kunihiro@note.digital-magic.co.jp>
1754
1755 * configure.in: add INRIA check
1756
17571997-09-25 Kunihiro Ishiguro <kunihiro@note.digital-magic.co.jp>
1758
1759 * configure.in (canonical): change ipforward_snmp.o to ipforward_proc.o
1760
17611997-09-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1762
1763 * configure.in: change IRDPD to NDPD
1764
17651997-08-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1766
1767 * INSTALL: new file
1768
17691997-08-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1770
1771 * config.h: add XCALLOC()
1772