blob: aba9f7080020a168fa13f3f050fd95fb79560d6a [file] [log] [blame]
paul5e4008f2005-04-28 18:19:08 +000012005-04-28 Paul Jakma <paul.jakma@sun.com>
2
3 * NEWS: Added some 0.99 news
4
paul74a2dd72005-04-25 00:37:03 +000052005-04-25 Paul Jakma <paul.jakma@sun.com>
6
7 * HACKING: Add some notes about build system changes, to
8 document common oversights (common for me anyway).
9 Seperate sections with two newlines, easier to read.
10
ajs924b9222005-04-16 17:11:24 +0000112005-04-16 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
12
13 * configure.ac: Added AC_ARG_ENABLE(time-check). By default,
14 warning messages will now be printed for threads or commands that take
15 longer than 5 seconds, but this configure argument can be used
16 to disable the checks or change the threshold.
17
paul03ecfb62005-04-16 15:38:23 +0000182005-04-16 Paul Jakma <paul.jakma@sun.com>
19
20 * configure.ac: check for gawk, needed to build memtypes.h
21
ajsdfb9a542005-04-11 14:55:55 +0000222005-04-11 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
23
24 * configure.ac: Move AC_CANONICAL_* stuff before AM_INIT_AUTOMAKE to
25 eliminate warning message about AC_ARG_PROGRAM being called
26 before AC_CANONICAL_TARGET.
27
paul26275b02005-04-11 07:10:47 +0000282005-04-11 Paul Jakma <paul.jakma@sun.com>
29
30 * configure.ac: Call AC_CANONICAL_{BUILD,TARGET} macros. Target isnt
31 set otherwise, afaict. AC_SUBST enable_{user,group,vty_group} and
32 quagga_statedir - the Solaris package bits for one need this.
33 configure the solaris/ Makefile.
34 * Makefile.am: solaris is a subdir - unconditional or else it wont
35 be included in non-solaris made dists.
36
paul1b73de82005-04-10 16:31:51 +0000372005-04-10 Paul Jakma <paul.jakma@sun.com>
38
39 * configure.ac: Fix host string recognition for Solaris Nevada aka
40 solaris2.10.1, and hopefully future such strings.
41
paul1eb8ef22005-04-07 07:30:20 +0000422005-04-07 Paul Jakma <paul.jakma@sun.com>
43
44 * (global): Fix up list loops to match changes in lib/linklist,
45 and some basic auditing of usage.
46 * configure.ac: define QUAGGA_NO_DEPRECATED_INTERFACES
47 * HACKING: Add notes about deprecating interfaces and commands.
48
paul208f0b72005-04-05 10:10:06 +0000492005-04-05 Paul Jakma <paul@dishone.st>
50
51 * HACKING: remove the 'manually patch redhat/quagga.spec' bit
52 from RELEASE section. Let the rpm revision be CONFDATE, will work
paul6a524702005-04-05 10:14:50 +000053 fine. Expand on the importance of supplying good ChangeLog's in
54 the PATCH SUBMISSION section.
paul208f0b72005-04-05 10:10:06 +000055
hasso5b087522005-04-03 23:46:37 +0000562005-04-04 Hasso Tepper <hasso at quagga.net>
57
58 * configure.ac: Fix AC_LANG_SOURCE usage. It needs double square
59 brackets around source. Single ones broke square brackets in the
60 code (arrays).
61
hassod33e8d72005-04-03 13:07:21 +0000622005-04-03 Hasso Tepper <hasso at quagga.net>
63
64 * configure.ac: Use AC_RUN_IFELSE instead of obsolete AC_TRY_RUN macro
65 and define action for cross-compiling.
66
hassof695b012005-04-02 19:03:39 +0000672005-04-02 Hasso Tepper <hasso at quagga.net>
68
69 * configure.ac: Add --enable-isis-topology to enable isisd topology
70 generator code.
71
paul3849db22005-04-02 17:13:33 +0000722005-04-02 Paul Jakma <paul@dishone.st>
73
74 * INSTALL.quagga.txt: Add note about additional CVS build
75 requirements, if one wishes to build ps/pdf docs.
76
ajs3cb98de2005-04-02 16:01:05 +0000772005-04-02 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
78
79 * configure.ac: Add strnlen to AC_CHECK_FUNCS.
80
hasso17eff7c2005-03-27 21:00:35 +0000812005-03-28 Hasso Tepper <hasso at quagga.net>
82
hasso2d582282005-03-28 15:29:07 +000083 * configure.ac, */Makefile.am: Fix previous commit. SNMP includes
84 must be after lib/ includes in some systems. Introduce SNMP_INCLUDES
85 for that.
86
872005-03-28 Hasso Tepper <hasso at quagga.net>
88
hasso17eff7c2005-03-27 21:00:35 +000089 * configure.ac: Fix most of "Presents But Cannot Compiled" warnings
90 about various headers. CFLAGS is not correct place to specify
91 includes, INCLUDES is for that.
92
hasso1969e4b2005-03-27 13:07:23 +0000932005-03-27 Hasso Tepper <hasso at quagga.net>
94
95 * configure.ac: Add Intel compiler (icc) support. Although Intel
96 tries really hard to make icc look like gcc, there are some
97 differences. It's very verbose with -Wall and it doesn't support
98 the individual -W options. We are going to ignore some of these
99 warnings.
100
hassoa0fb71a2005-03-26 14:07:31 +00001012005-03-26 Hasso Tepper <hasso at quagga.net>
102
103 * doc/defines.texi.in, lib/version.h.in: Update copyright string to
104 include year 2005.
105
vincent29c4c9b2005-03-25 13:05:47 +00001062005-03-25 Jean-Mickael Guerin <jean-mickael.guerin@6wind.com>
107 * configure.ac: add struct nd_opt_interval and struct
108 nd_opt_homeagent_info detection.
109
paul55468c82005-03-14 20:19:01 +00001102005-03-14 Paul Jakma <paul.jakma@sun.com>
111
112 * (global) update all c files to match the lib/vector.h rename of
113 (struct vector).active to max, and vector_max macro to
114 vector_active.
115
paulafd8a122005-03-12 06:36:10 +00001162005-03-12 Paul Jakma <paul.jakma@sun.com>
117
118 * configure.ac: Solaris 8 can use the newer lifreq based methods
119 too, allows IPv6.
120
hassoc45eb832005-02-19 13:58:06 +00001212005-02-19 Hasso Tepper <hasso at quagga.net>
122
123 * configure.ac: Fix Linux detection. Host types like i686-pc-linux
124 didn't match the pattern.
125
paul9985f832005-02-09 15:51:56 +00001262005-02-09 Paul Jakma <paul.jakma@sun.com>
127
128 * (global) Update code to match stream.h changes.
129 stream_get_putp effectively replaced with stream_get_endp.
130 stream_forward renamed to stream_forward_getp.
131 stream_forward_endp introduced to replace some previous
132 setting/manual twiddling of putp by daemons.
133
paulf83d18d2005-01-24 10:24:31 +00001342005-01-24 Paul Jakma <paul@dishone.st>
135
136 * configure.ac: Bump version to 0.99.0
137
ajsb8540382005-01-15 17:26:48 +00001382005-01-15 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
139
140 * redhat/quagga.spec.in: Fix postun script to avoid misleading error
141 message saying the postun scriptlet failed when watchquagga
142 is not running.
143
ajsfc43ecc2005-01-12 16:41:33 +00001442005-01-12 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
145
ajs40abf232005-01-12 17:27:27 +0000146 * configure.ac: Test for header file <ucontext.h> (for use in
147 signal processing).
148
1492005-01-12 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
150
ajs6cf9df02005-01-12 16:52:55 +0000151 * configure.ac: If configure is invoked with --enable-snmp, but
152 the configure script is unable to find SNMP support on the platform,
153 then configure should give an error message and exit.
154
1552005-01-12 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
156
ajsfc43ecc2005-01-12 16:41:33 +0000157 * redhat/quagga.spec.in: Pass --enable-gcc-rdynamic to configure
158 to get gcc to link with -rdynamic for better backtraces.
159 When the rpm is upgraded, the restart logic now works as follows:
160 1. stop watchquagga; 2. stop all routing daemons; 3. restart zebra
161 if it was running; 4. start all routing daemons that were running;
162 and 5. start watchquagga if it was running.
163
paul220d0c02005-01-07 14:17:39 +00001642005-01-07 Paul Jakma <paul@dishone.st>
165
166 * configure.ac: Bump version to 0.98.0
167
paul1f3585e2005-01-05 11:58:31 +00001682005-01-05 Paul Jakma <paul@dishone.st>
169
170 * configure.ac: Bump version to 0.97.5
171
gdt6c200462005-01-04 17:02:48 +00001722005-01-04 Greg Troxel <gdt@fnord.ir.bbn.com>
173
174 * configure.ac: Use AC_MSG_CHECKING/AC_MSG_RESULT around
175 CMSG_FIRSTHDR check, so it shows up in the output of configure.
176 Tested on NetBSD, which doesn't define HAVE_BROKEN_CMSG_FIRSTHDR.
177
ajs73a7dea2005-01-04 13:20:47 +00001782005-01-04 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
179
ajsb99760a2005-01-04 16:24:43 +0000180 * configure.ac: Added test for broken CMSG_FIRSTHDR macro
181 (relevant for Solaris 8 and unpatched Solaris 9, don't know
182 whether other platforms are affected).
183
1842005-01-04 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
185
ajs73a7dea2005-01-04 13:20:47 +0000186 * NEWS: Note improved logging facilities.
187
ajs3cade262004-12-29 17:50:22 +00001882004-12-29 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
189
190 * configure.ac: Add new option --enable-gcc-rdynamic to link
191 with -rdynamic.
192
paul2b702002004-12-23 20:09:44 +00001932004-12-23 Paul Jakma <paul@dishone.st>
194
195 configure.ac: Bump version to 0.97.4
196
ajsd0199432004-12-22 14:03:52 +00001972004-12-22 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
198
ajsf3931752004-12-23 00:00:58 +0000199 * redhat/quagga.spec.in: daemonv6_list should contain only IPv6 daemons.
200
2012004-12-22 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
202
ajsb3324e22004-12-22 17:52:29 +0000203 * redhat/quagga.spec.in: Add watchquagga, and fix some other
204 logic to make sure that all daemons are restarted on upgrades
205 and stopped on package removal.
206
2072004-12-22 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
208
ajsafc44c22004-12-22 16:18:53 +0000209 * redhat/quagga.sysconfig: Define some variables to support watchquagga.
210
2112004-12-22 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
212
ajs515210b2004-12-22 15:35:12 +0000213 * configure.ac: Add a define for DAEMON_VTY_DIR in config.h.
214
2152004-12-22 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
216
ajsd0199432004-12-22 14:03:52 +0000217 * {configure.ac,Makefile.am}: Build watchquagga by default.
218
ajs54b52522004-12-22 03:02:46 +00002192004-12-21 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
220
ajs8035e9f2004-12-22 03:16:59 +0000221 * NEWS: Note addition of watchquagga.
222 * HACKING: Note that watchquagga is in testing phase.
223
2242004-12-21 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
225
ajs9d0bfcb2004-12-22 03:08:25 +0000226 * watchquagga: New watchquagga daemon.
227
2282004-12-21 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
229
ajs0d742d22004-12-22 03:05:37 +0000230 * redhat/Makefile.am: Added watchquagga.init to EXTRA_DIST.
231
2322004-12-21 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
233
ajs54b52522004-12-22 03:02:46 +0000234 * redhat/watchquagga.init: New file, init script for watchquagga.
235
ajs5e764772004-12-03 19:03:33 +00002362004-12-03 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
237
238 * HACKING: Indicate that header files should be consulted for
239 documentation, particularly logging levels in lib/log.h.
240
paulb9e0ee32004-11-24 05:53:53 +00002412004-11-24 Paul Jakma <paul@dishone.st>
242
243 * TODO: Add source routing, zebra filtering and lib/ documenting.
244
ajs6099b3b2004-11-20 02:06:59 +00002452004-11-19 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
246
247 * global: Replace strerror with safe_strerror. And vtysh/vtysh.c
248 needs to include "log.h" to pick up the declaration.
249
hasso48577192004-11-19 06:41:49 +00002502004-11-19 Hasso Tepper <hasso at quagga.net>
251
252 * configure.ac: Avoid regeneration of doc/quagga.info for now.
253
paul0cdb8dd2004-11-17 06:58:31 +00002542004-11-17 Paul Jakma <paul@dishone.st>
255
256 * INSTALL.quagga.txt: texinfo version corrected, so section on
257 that 4.7-x being unknown is not needed.
258
paul670bbf12004-11-12 09:05:00 +00002592004-11-12 Paul Jakma <paul@dishone.st>
260
261 * configure.ac: Fix AC_CONFIG_FILES, the chmod seems to run for
262 every input file, should be only be for vtysh/extract.pl, so that
263 should be a seperate AC_CONFIG_FILES.
paul95d31842004-11-12 09:44:03 +0000264 * INSTALL: update-autotools, autoreconf -i will install this, remove
265 the file so it always matches the autoconf which created
266 configure (ie the quagga snapshot producing host).
paul9104f562004-11-12 10:30:21 +0000267 * INSTALL.quagga.txt: Some quagga specific INSTALL notes.
268 * README: s/GNU Zebra/Quagga/ and refer to IS-IS support.
paul670bbf12004-11-12 09:05:00 +0000269
ajs7966b972004-11-10 22:02:05 +00002702004-11-10 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
271
272 * redhat/quagga.spec.in: add comments showing how to get gcc verbosity
273
paul1b074dd2004-11-08 17:38:30 +00002742004-11-08 Paul Jakma <paul@dishone.st>
275
276 * configure.ac: bump version to 0.97.3, release imminent.
277
paul14c17fd2004-11-07 22:34:23 +00002782004-11-06 Paul Jakma <paul@dishone.st>
279
280 * configure.ac: Arguments to AC_OUTPUT is deprecated, use
281 AC_CONFIG_FILES instead. Rearrange the order slightly to put the
282 Makefiles first (silly aesthetic thing, dont know why I had to do
283 this ;) ). Add doc/defines.texi to the list.
284 * NEWS: bgp route-server support added, refer to docs.
285 * update-autotools: call automake with --add-missing and --copy,
286 former is important for obvious reasons, latter for dist files,
287 and --gnu to enable whatever extra goodness checks.
288 * {depcomp, install-sh, missing}: removed, auto-generated files.
289
paul1f8f61a2004-11-05 23:38:20 +00002902004-11-05 Paul Jakma <paul@dishone.st>
291
292 * HACKING: Expand on ChangeLogs, eg current practice for certain
293 directories and certain other meta-data is not to maintain a
294 ChangeLog. Expand on the commit message, IMHO, commit message
295 should always be ChangeLog for files where ChangeLog is kept.
296 Solaris is supported on any platform (with, at moment, an
297 additional patch).
298
paul3e511c82004-10-22 23:53:19 +00002992004-10-23 Paul Jakma <paul@dishone.st>
300
301 * configure.ac: bump version to 0.97.2, release imminent.
302
paul6b6942f2004-10-22 04:55:05 +00003032004-10-22 Paul Jakma <paul@dishone.st>
304
305 * configure.ac: fix up enable help alignment slightly
306 Add --enable-gcc-ultra-verbose to set various gcc warnings which
307 should one day be fixed but are not serious problems or which
308 could be false-positives.
309
hasso3fb9cd62004-10-19 19:44:43 +00003102004-10-19 Andrew J. Schorr <aschorr@telemetry-investments.com>
311
312 * lib, zebra, ripd, ospfd, bgpd: Support NULL connected destination
313 pointers properly everywhere. Fix point-to-point logic to
314 support links where a dedicated subnet has been assigned.
315 PtP links with /31 subnets should now work where supported by O/S.
316
paul4f8b5bb2004-10-11 18:26:59 +00003172004-10-11 Paul Jakma <paul@dishone.st>
318
319 * bump version to 0.97.1, release imminent.
320
paule561a8e2004-10-07 20:38:44 +00003212004-10-07 Paul Jakma <paul@dishone.st>
322
323 * bump version to 0.97.0, release imminent.
324
gdt7fd63b32004-10-07 13:53:29 +00003252004-10-07 Greg Troxel <gdt@sunpal7.mit.edu>
326
327 * configure.ac: remove -Wpacked; 2.95.3 doesn't support it.
328
hasso7347a2a2004-10-05 14:15:17 +00003292004-10-05 Hasso Tepper <hasso at quagga.net>
330
331 * configure.ac: Removed -Wpadded. I don't have sooo much time that I
332 could care about padding ;).
333
paula49c0ff2004-09-30 06:08:58 +00003342004-09-30 Paul Jakma <paul@dishone.st>
335
336 * Update default CFLAGS for gcc to keep Hasso busy.
337
paulddb07e52004-09-27 07:49:57 +00003382004-09-27 Paul Jakma <paul@dishone.st>
339
340 * update-autotools: libtoolize should copy files, rather than link.
341 the whole idea is that dist files should not need auto*, etc.
342 installed to be able to compile.
343
hassoae399ab2004-09-13 20:22:18 +00003442004-09-13 Hasso Tepper <hasso at quagga.net>
345
346 * configure.ac: Disable isisd compiling by default.
347
paul33394762004-09-13 11:27:57 +00003482004-09-13 Paul Jakma <paul@dishone.st>
349
350 * configure.ac: capitalise the package name. autoconf lowercases
351 it for PACKAGE_TARNAME.
352
paulfee0f4c2004-09-13 05:12:46 +00003532004-09-13 Jose Luis Rubio <jrubio@dit.upm.es>
354 (at Technical University of Madrid as part of Euro6ix Project)
355
356 Enhanced Route Server functionality and Route-Maps:
357
358 * bgpd/bgpd.h: Modified 'struct peer' and 'struct bgp_filter' to
359 support rs-clients. A 'struct bgp_table *rib' has been added to the
360 first (to mantain a separated RIB for each rs-client) and two new
361 route-maps have been added to the last (for import/export policies).
362 Added the following #defines: RMAP_{IN|OUT|IMPORT|EXPORT|MAX},
363 PEER_RMAP_TYPE_{IMPORT|EXPORT} and BGP_CLEAR_SOFT_RSCLIENT.
364
365 * bgpd/bgpd.c: Modified the functions that create/delete/etc peers in
366 order to consider the new fields included in 'struct peer' for
367 supporting rs-clients, i.e. the import/export route-maps and the
368 'struct bgp_table'.
369
370 * bgpd/bgp_route.{ch}: Modified several functions related with
371 receiving/sending announces in order to support the new Route Server
372 capabilities.
373 Function 'bgp_process' has been reorganized, creating an auxiliar
374 function for best path selection ('bgp_best_selection').
375 Modified 'bgp_show' and 'bgp_show_route' for displaying information
376 about any RIB (and not only the main bgp RIB).
377 Added commands for displaying information about RS-clients RIBs:
378 'show bgp rsclient (A.B.C.D|X:X::X:X)', 'show bgp rsclient
379 (A.B.C.D|X:X::X:X) X:X::X:X/M', etc
380
381 * bgpd/bgp_table.{ch}: The structure 'struct bgp_table' now has two
382 new fields: type (which can take the values BGP_TABLE_{MAIN|RSCLIENT})
383 and 'void *owner' which points to 'struct bgp' or 'struct peer' which
384 owns the table.
385 When creating a new bgp_table by default 'type=BGP_TABLE_MAIN' is set.
386
387 * bgpd/bgp_vty.c: The commands 'neighbor ... route-server-client' and
388 'no neighbor ... route-server-client' now not only set/unset the flag
389 PEER_FLAG_RSERVER_CLIENT, but they create/destroy the 'struct
390 bgp_table' of the peer. Special actions are taken for peer_groups.
391 Command 'neighbor ... route-map WORD (in|out)' now also supports two
392 new kinds of route-map: 'import' and 'export'.
393 Added commands 'clear bgp * rsclient', etc. These commands allow a new
394 kind of soft_reconfig which affects only the RIB of the specified
395 RS-client.
396 Added commands 'show bgp rsclient summary', etc which display a
397 summary of the rs-clients configured for the corresponding address
398 family.
399
400 * bgpd/bgp_routemap.c: A new match statement is available,
401 'match peer (A.B.C.D|X:X::X:X)'. This statement can only be used in
402 import/export route-maps, and it matches when the peer who announces
403 (when used in an import route-map) or is going to receive (when used
404 in an export route-map) the route is the same than the one specified
405 in the statement.
406 For peer-groups the statement matches if the specified peer is member
407 of the peer-group.
408 A special version of the command, 'match peer local', matches with
409 routes originated by the Route Server (defined with 'network ...',
410 redistributed routes and default-originate).
411
412 * lib/routemap.{ch}: Added a new clause 'call NAME' for use in
413 route-maps. It jumps into the specified route-map and when it returns
414 the first route-map ends if the called RM returns DENY_MATCH, or
415 continues in other case.
416
gdtcbd04082004-08-31 18:16:36 +00004172004-08-31 Greg Troxel <gdt@poblano.ir.bbn.com>
418
gdtb85dca32004-08-31 18:44:42 +0000419 * Makefile.am: make m4 as subdir, rather the EXTRA_DISTing it
420
421 * configure.ac: add m4/Makefile to output list
422
4232004-08-31 Greg Troxel <gdt@poblano.ir.bbn.com>
424
gdtcbd04082004-08-31 18:16:36 +0000425 * Makefile.am: Only put pkgsrc dir in SUBDIRS if we should install
426 rc.d files. (Note that pkgsrc is always in DIST_SUBDIRS.)
427
428 * configure.ac (pkgsrcdir): add new --enable-pkgsrcrcdir to give a
429 directory into which www.pkgsrc.org-style rc.d files are
430 installed.
431
paul2abb1cf2004-08-19 04:42:03 +00004322004-08-19 Paul Jakma <paul@dishone.st>
433
434 * Makefile.am: add m4 directory to EXTRA_DIST, and define
435 ACLOCAL_AMFLAGS to have aclocal pull in m4/
436 * configure.ac: AM_PROG_LIBTOOL should be AC_...
437 * update-autotools: print a warning that this script is deprecated
438
gdt29904602004-08-17 12:27:32 +00004392004-08-17 Greg Troxel <gdt@fnord.ir.bbn.com>
440
441 * update-autotools: print tools versions to aid people in sending
442 bug reports.
443
gdtb7a97f82004-07-23 16:23:56 +00004442004-07-23 Greg Troxel <gdt@poblano.ir.bbn.com>
445
446 * */Makefile.am: Use ../dir/libfoo.la, rather than "-L../dir
447 -lfoo", to avoid linking against installed libraries from a
448 previous version.
449
450 * {lib,ospfd,ospfclient}/Makefile.am: explicitly define the shared
451 library version number to be 0.0
452
453 * configure.ac: remove spurious , so extract.pl is chmod'd +x.
454
455 * HACKING: explain shared library versioning rules
456
paul27eebb32004-07-22 18:16:59 +00004572004-07-22 Paul Jakma <paul@dishone.st>
458
459 * configure.ac: modify default CFLAGS to be compiler agnostic
460 build Makefile for tests/ subdir.
461
gdtaa9af782004-07-14 13:55:28 +00004622004-07-14 Greg Troxel <gdt@poblano.ir.bbn.com>
463
464 * Makefile.am (EXTRA_DIST): Add missing \, so tools stuff is
465 really in distfile.
466
gdtcf313882004-06-30 13:24:42 +00004672004-06-30 Greg Troxel <gdt@poblano.ir.bbn.com>
468
gdt87efd642004-06-30 17:36:11 +0000469 * */Makefile.am: use -L../lib -lzebra, so we pick up the shlib
470 version of libzebra when available.
471
472 * configure.ac, update-autotools: Add libtool.
473
4742004-06-30 Greg Troxel <gdt@poblano.ir.bbn.com>
475
gdtf2bfdee2004-06-30 17:25:15 +0000476 * Makefile.am: add files to EXTRA_DIST rather than copying, and
477 omit the kludgy cleaning steps, which were failing when the list
478 to clean was empty.
479
4802004-06-30 Greg Troxel <gdt@poblano.ir.bbn.com>
481
gdtfc9d0742004-06-30 14:25:12 +0000482 * configure.ac: Look for perl, and substitute into vtysh/extract.pl.
483 Search for termcap functions more expansively (fixes vtysh compile
484 on NetBSD). Clean up --enable-vtysh definition.
485
4862004-06-30 Greg Troxel <gdt@poblano.ir.bbn.com>
487
gdtcf313882004-06-30 13:24:42 +0000488 * update-autotools: Use -rf on autom4te.cache.
489
hasso320ec102004-06-20 19:54:37 +00004902004-06-20 Hasso Tepper <hasso@estpak.ee>
491
492 * lib/vty.c: Don't attempt to load configuration file from current
493 directory.
494 * Update vty_read_config() calls in bgpd/bgp_main.c, isisd/isis_main.c,
495 ospf6d/ospf6_main.c, ospfd/ospf_main.c, ripd/rip_main.c,
496 ripngd/ripng_main.c and zebra/main.c.
497
paul19877dd2004-05-11 10:49:35 +00004982004-05-11 Paul Jakma <paul@dishone.st>
499
500 * configure.ac: Add solaris support for the zebra/*_solaris
501 method's, based on Sowmini's patches.
502
pauld355bfa2004-04-08 07:43:45 +00005032004-04-08 Paul Jakma <paul@dishone.st>
504
505 * ospf_spf.h: Add backlink field to struct vertex
506 * ospf_spf.h: (ospf_vertex_new) initialise backlink
507 (ospf_lsa_has_link) return index of link back to
508 vertex V from candidate vertex W, or -1 if no link exists.
509 (ospf_spf_next) save backlink index for candidate vertex
510 * ospf_interface.c: (ospf_vl_set_params) Use the backlink index
511 to determine correct address for virtual-link peers. Fall back
512 to older "pick first link" method if no backlink index exists.
513
hasso41d3fc92004-04-06 11:59:00 +00005142004-04-06 Hasso Tepper <hasso@estpak.ee>
515
516 * zebra/ipforward_proc.c: Fixed lowering privileges.
517 * zebra/zserv.c: Fixed "(no) ipv6 forwarding" command logic.
518 * configure.ac: Added --disable-capabilities switch to configure.
519
hassof571dab2004-03-22 08:55:25 +00005202004-03-22 Hasso Tepper <hasso@estpak.ee>
521
522 * Readded SIGTERM handling so daemons can clean up their stuff if they
523 are killed (not murdered).
524
hasso37318652004-03-20 20:06:15 +00005252004-03-20 Michael Bruening <mike@vailsys.com>
526
527 * ospfd/ospf_vty.c: Completed array distribute_str of route types with
528 addition of "isis". This array must be indexed by
529 ZEBRA_ROUTE_(SYSTEM|KERNEL|...) defines in zebra.h, and should
530 be updated with every route type addition. This fix allows
531 commands redistributing routes from (bgp|isis), like "router ospf
532 redistribute bgp ...", to be written to terminal, memory, file,
533 which would otherwise result in a seg fault or, possibly, config
534 file corruption. Overlooked in import of isisd.
535 * Similar fixes to bgpd/bgp_vty.c ospf6d/ospf6_asbr.c ripd/rip_zebra.c
536 and ripngd/ripng_zebra.c.
537
hasso8c903fb2004-03-17 20:39:18 +00005382004-03-17 Jean-Yves Simon <lethalwp@tiscali.be>
539
540 * zebra/main.c, ripd/rip_main.c: Fix typos sigusr1 -> sigint,
541 bugzilla #82.
542
gdt5e4fa162004-03-16 14:38:36 +00005432004-03-16 David Young <dyoung@pobox.com>
544
545 * (many) reference <lib/version.h> rather than "version.h",
546 because version.h is a generated file and not present in the
547 source tree when using objdir builds.
548
hassofa2b17e2004-03-04 17:45:00 +00005492004-03-03 PC Drew <pc@superiorcomm.net>
550
551 * lib/keychain.c: typecast time_t function to long, fixes compile
552 warning.
553 * lib/debug.c: wrapped function with ifdef HAVE_GLIBC_BACKTRACE fixes
554 compile warning when backtrace doesn't exist for that system.
555 * zebra/rtadv.c: for OpenBSD, added include statement for
556 netinet/icmp6.h
557 * zebra/zserv.c: added default case to switch statements, fixes compile
558 warning about certain NEXTHOP_TYPE enumeration values not being
559 handled.
560 * zebra/rt_socket.c: set *mask = NULL by default, fixes compile
561 warning, about mask possibly being used uninitialized.
562 * bgpd/bgp_nexthop.c: added default case to switch statements, fixes
563 compile warning about certain NEXTHOP_TYPE enumeration values not
564 being handled.
565 * ospfd/ospf_spf.c: typecast time_t to long, fixes compile warning.
566 * ospfd/ospf_route.c: typecast route_node->prefix to prefix_ipv4, fixes
567 compile warning.
568 * ospfd/ospf_route.c: typecast prefix_ipv4 to prefix, fixes compile
569 warning.
570 * ospfd/ospf_abr.c: typecast prefix to prefix_ipv4 in two instances,
571 fixes compile warning.
572 * vtysh/vtysh.c: fixed null pointer sentinel value when doing execl and
573 friends, fixes compile warning.
574 * ospf6d/ospf6_damp.c: typecast time_t to long in 4 instances, fixes
575 compile warning.
576 * ospf6d/ospf6_main.c: use MAXPATHLEN (if set) instead of 64 for the
577 _cwd array, fixes compile warning.
578
paul2d75d052004-01-19 21:31:15 +00005792004-01-19 Paul Jakma <paul@dishone.st>
580
581 * tests/test-sig.c: New file, regression test for sigevents.
582 * lib/Makefile.am: add sigevent.{c,h}
583 * (isis|rip|ripng|ospf|ospf6|bgp)d/\1_main.c: modify for sigevents.
584 * zebra/main.c: ditto.
585
paula27abaa2004-01-10 22:03:07 +00005862004-01-10 Paul Jakma <paul@dishone.st>
587
588 * Makefile.am: redhat/ is a dist subdir too.
589
jardina4d2a0d2004-01-10 20:42:35 +00005902004-01-10 Vincent Jardin <jardin@6wind.com>
591
592 * configure.ac: add the redhat/Makefile as a AC_OUTPUT() argument.
593 It fixes build on FreeBSD 5.1 and FreeBSD 4.7
594
paul00bc5602004-01-09 16:30:52 +00005952004-01-08 Paul Jakma <paul@dishone.st>
596
597 * Makefile.am: as per gdt, specify the redhat dir as a DIST_SUBDIR,
598 remove the redhat/... dist targets - instead these now go in..
599 redhat/Makefile.am: (new) proper place to describe redhat/ dist
600 files, as well as allow quagga.spec to be regenerated properly.
601 redhat/quagga.sysconfig: specify conf file location.
602 redhat/quagga.spec.in: Add 2 patches to RPM build.
603
paul41ad8782003-12-30 11:09:00 +00006042003-12-30 Paul Jakma <paul@dishone.st>
605
paul15d74e92003-12-30 11:16:21 +0000606 * redhat/isisd.init: new file, init script for isisd.
607 redhat/quagga.sysconfig: new file, sysconfig file for quagga
608 initscripts.
609 redhat/quagga.spec.in: various cleanups, including sysconfig patch
610 from RH, fixed UID/GID as per RH EL, shell changed to
611 /sbin/nologin, daemon vty's listen to 127.1 only per default and
612 isisd packaged.
613 redhat/*.init: sysconfig support and runlevels specified.
614
6152003-12-30 Paul Jakma <paul@dishone.st>
616
paul41ad8782003-12-30 11:09:00 +0000617 * Makefile.am: put the redhat/ stuff into EXTRA_DIST rather than
618 copying via dist-hook. Remove ~ files backup cruft from dists.
619 isisd/Makefile.am: sysconf example should go via
620 dist_examples_DATA. The include-netbsd/ headers werent mentioned
621 as sources and werent being copied into dists.
622
jardin9e867fe2003-12-23 08:56:18 +00006232003-12-23 Vincent Jardin <jardin@6wind.com>
624
625 * isisd: Import isisd from Sampo Saaristo's source code.
626
gdtaa593d52003-12-22 20:15:53 +00006272003-12-22 Christian Hammers <ch@lathspell.de>
628
629 * configure.ac (and everywhere a regular file is opened for
630 writing): use file permissions from configure rather than
631 compiled-in umask.
632
hasso47ce02a2003-12-22 16:49:15 +00006332003-12-22 Hasso Tepper <hasso@estpak.ee>
634
635 * lib/linklist.c: Revert microfix I commited while reverting
636 [quagga-dev 227]. Caused by misreading code.
637
hassoe90fbab2003-12-21 09:51:42 +00006382003-12-21 Hasso Tepper <hasso@estpak.ee>
639
640 * lib/linklist.c: Revert patch [quagga-dev 227]. listnode_add_sort()
641 function should not drop nodes in any case. But fix behavior where
642 nodes were added to the end of list when cmp returned 0.
643 * lib/if.c: Check for duplicates before calling listnode_add_sort().
644
gdtaf273652003-12-08 18:12:34 +00006452003-12-08 Greg Troxel <gdt@fnord.ir.bbn.com>
646
647 * {lib,ospfd,ospfapi}/Makefile.am: Use pkginclude_HEADERS rather
648 than include_HEADERS to place includes in
649 ${prefix}/include/quaggainstead of polluting ${prefix}/include.
650
gdtc4f0efe2003-12-04 15:39:25 +00006512003-12-04 Greg Troxel <gdt@poblano.ir.bbn.com>
652
653 * configure.ac: When setting exampledir to sysconfdir as a
654 default, don't quote ${sysconfdir}. (Bug reported by Vincent
655 Jardin.)
656
gdtd6b72f72003-12-03 17:24:27 +00006572003-12-03 Greg Troxel <gdt@poblano.ir.bbn.com>
658
gdtd2a0ccc2003-12-03 18:13:48 +0000659 * configure.ac: Compile in Router Advertisement support by
660 default. Note that this does not default to sending RAs; it just
661 makes 'ipv6 nd send-ra' and 'ipv6 nd prefix-advertisement'
662 available. While others may prefer other tools, no argument has
663 been made that router advertisement support is such bloat that it
664 should be compiled out by default (it 9556 bytes on NetBSD/i386 vs
665 8 bytes with the support compiled out). This reversion of a
666 previous change was done in consultation with Paul.
667
6682003-12-03 Greg Troxel <gdt@poblano.ir.bbn.com>
669
gdtfa3232e2003-12-03 17:52:30 +0000670 * configure.ac: Move tests for v6 header files to after the check
671 for v6 code version, and conditionalize on the right variable.
672 (Fixes problem where v6 header files are not included when v6 is
673 enabled implicitly.)
gdtd2a0ccc2003-12-03 18:13:48 +0000674
gdtfa3232e2003-12-03 17:52:30 +00006752003-12-03 Greg Troxel <gdt@poblano.ir.bbn.com>
676
gdtd6b72f72003-12-03 17:24:27 +0000677 * configure.ac: Add --enable-exampledir to specify where example
678 config files should go, defaulting to sysconfdir.
679
680 * */Makefile.am: use exampledir instead of sysconfdif for examples
681
paul62892882003-11-02 07:31:47 +00006822003-11-02 Paul Jakma <paul@dishone.st>
683
684 * bgpd/bgp_routemap.c: Fix up 'set ip next-hop A.B.C.D|peer-address'
685 route map command so that vtysh can use it. Modified version of
686 Hasso Tepper's patch. Fixes bug #52.
687 * configure.ac: FreeBSD has net-snmp in /usr/local.
688 * redhat/quagga.spec.in: Install libzebra headers with -devel
689 package.
690
6912003-11-02 Krzysztof Oledzki <oleq@ans.pl>
692
693 * zebra/zebra_rib.c: Revert patch (dating from zebra.org) which
694 caused zebra to read all routes in all tables, rather than just
695 the main table. See [quagga-dev 280].
696
6972003-10-30 Paul Jakma <paul@dishone.st>
698
699 * configure.ac: netinet/in_systm.h is yet another well-known
700 header file we really should be checking for
701
7022003-10-27 kamatchi soundaram <kamatchi@tdd.sj.nec.com>
703
704 * ospfd/ospfd.c: Do not increment act_int for an area, as it is done
705 by ospf_ism.c::ism_change_state() - results in incorrect figure
706 for active interfaces in an area.
707
7082003-10-27 Paul Jakma <paul@dishone.st>
709
710 * lib/if.{ch}: remove ifc_pointtopoint() - left over from the
711 reverted RFC3021 patch.
712
7132003-10-27 Simon <lists@routemeister.net>
714
715 * ospfd/ospfd.c: if_is_pointopoint() takes (struct interface *), was
716 being called with struct connected. Change to co->ifp.
717
7182003-10-27 Gilad Arnold <gilad.arnold@terayon.com>
719
720 * zebra/zebra_rib.c: (nexthop_active_update) Check for multipath
721 limit when setting changed flag to avoid spurious changes.
722 (static_install_ipv{4,6}) dont uninstall by default, might not be
723 required - avoid spurious uninstalls.
724 (static_uninstall_ipv{4,6}) only uninstall the route if its
725 actually FIB route.
726
7272003-10-24 sowmini.varadhan@sun.com
728
729 * ospfd/ospf_network.c: (ospf_sock_init) Exit if socket can not be
730 created.
731
7322003-10-24 Jose Luis Rubio Guivernau <jrubio@dit.upm.es>
733
734 * Better 'show bgp' support for views (eg ipv6), see [quagga-dev 238]
735 * bgpd/bgp_route.c: (bgp_show) Take a struct bgp argument instead of
736 view string.
737 (bgp_show_neighbor_route) Take a struct peer argument instead of
738 ip string.
739 (peer_adj_routes) ditto
740 (show_adj_routes) ditto
741 (peer_lookup_in_view) new function to return appropriate struct
742 peer for a given view string.
743 (misc) Fixup all calls to above to reflect new calling arguments,
744 and use peer_lookup_in_view as needed. Additional commands
745 installed to use expanded functionality above, existing commands
746 modified to suit as well.
747 * bgpd/bgp_vty.c: 2 new aliases.
748
7492003-10-24 Paul Jakma <paul@dishone.st>
750
751 * configure.ac: Check for fcntl()
752 * {bgpd,ospf,ospf6d,ripd,ripngd}/Makefile.am: Install conf file via
753 regular automake means, not magic install incantations, see
754 bug #38.
755 * lib/Makefile.am: install the headers, needed to link libzebra.a
756 (and hence libospf.a, OSPF-API, etc.)
757
7582003-10-24 waldi@debian.org
759
760 * vtysh/Makefile.am: vtysh_cmd.c rebuild was broken because it
761 depended against source files without specification, i.e. it
762 used ../zebra instead of $(top_srcdir)/zebra.
763
7642003-10-23 Paul Jakma <paul@dishone.st>
765
766 * configure.ac: IRIX configure.ac support. Sort of works.
767 sysctl() crashes though (ipforward), there's some kind of odd
768 padding in the PF_ROUTE socket messages and setsockopt() on
769 SOCK_RAW does not work (so ospfd doesnt work).
770
7712003-10-22 Paul Jakma <paul@dishone.st>
772
773 * vtysh/Makefile.am: do not include vtysh_cmd.c in dists, its
774 configure dependent. (still need to find a way to make building of
775 it dependent on configure options or include all commands.)
776
7772003-10-22 Paul Jakma <paul@dishone.st>
778
779 * lib/zebra.h: include limits.h if its there, its a portable header
780 and useful and not just solaris specific. net/route.h is also
781 useful.
782
7832003-10-22 Paul Jakma <paul@dishone.st>
784
785 * lib/regex.c: bzero -> memset
786 * zebra/ioctl.c: ditto. bzero is not portable.
787
7882003-10-22 Paul Jakma <paul@dishone.st>
789
790 * zebra/kernel_socket.c: HAVE_IPV6 conditional for WRAPUP when
791 HAVE_SA_LEN is not defined. bcopy -> memcpy, bcopy is not
792 portable.
793
7942003-10-22 Paul Jakma <paul@dishone.st>
795
796 * configure.ac: Split up header checks into non-net, net and ipv6
797 related. Checking of IPv6 is conditional. Add some more output
798 text for the end of the configure run.
799
8002003-10-18 Lorenzo Colitti <lorenzo@ripe.net>
801
802 * bgpd/bgp_attr.c: (bgp_dump_routes_attr) Dont dump IPv4 nexthop
803 for IP. Dump MP_NLRI attr with IPv6 next-hop for AF_INET6 address
804 family prefixes. Accept prefix as argument.
805 * bgpd/bgp_attr.c: modify bgp_dump_routes_attr declaration.
806 * bgpd/bgp_dump.c: (bgp_dump_routes_entry) Modify calls to
807 bgp_dump_routes_attr.
808 (bgp_dump_common) Go by the family of the peering socket, not
809 configured address family when dumping peering information.
810 Add HAVE_IPV6 conditionals, eg missing from previous bgp interval
811 patch.
812
8132003-10-18 Lorenzo Colitti <lorenzo@ripe.net>
814
815 * bgpd/bgp_dump.{c,h}: (bgp_dump_interval_add) Dump at discrete
816 fixed intervals rather than fixed intervals from startup time.
817 (bgp_dump_interval_func) Dont return immediately if file cant be
818 openeded, but reschedule interval dumps, even - admin might
819 fix problem in meantime. Close the dump file in between intervals.
820 (bgp_dump_init) account for MSG header when initialising stream
821 size.
822
8232003-10-15 Paul Jakma <paul@dishone.st>
824
825 * ospfd/ospf_interface: (ospf_if_lookup_table) new function to
826 lookup oi for a given prefix in a given interfaces table of oi's.
827 (ospf_if_new) use ospf_if_lookup_table to deal with zebra
828 reporting new interface multiple times.
829 NB: This patch is a complete plaster-band of a hack. First, why is
830 zebra reporting interface events multiple times? Second, why does
831 ospfd maintain so many damn lists and tables relating to oi's -
832 these should be reconciled into one or two tables.
833
8342003-10-15 sowmini.varadhan@sun.com
835
836 * ripd/ripd.c: (rip_send_packet) use rip->sock for mcast sends,
837 instead of creating one socket per send. send source addr to
838 rip_update_interface.
839 (rip_update_process) should send an update on every connected
840 network for each interface.
841 (rip_request_send) should send a request on every connected
842 network for each interface.
843 * ripd/ripd.h: update prototype for rip_interface_multicast_set
844 * ripd/rip_interface.c: (rip_interface_multicast_set) reorganized
845 so that it can be called repeatedly for aliased interfaces (on
846 multiple networks).
847
8482003-10-15 Jay Fenlason <fenlason@redhat.com>
849
850 * lib/vty.c: (vty_telnet_option) Remote DoS exists if a telnet
851 end-sub-negotation is sent when no sub-negotation data has been
852 sent. Return immediately if no sub-negotation is in progress.
853 (vty_read) do not attempt to process options if no sub-negotation
854 is in progress.
855
8562003-10-15 Paul Jakma <paul@dishone.st>
857
858 * lib/vty.c: (vty_save_cwd) dont crash if getcwd fails. try fallback
859 to SYSCONFDIR. Allocate cwd from the stack rather than relying on
860 (non-portable) getcwd() allocation (which we didnt seem to be
861 freeing).
862
8632003-10-13 Jay Fenlason <fenlason@redhat.com>
864
865 * lib/zebra.h: define UINT32_MAX for those systems which do not
866 provide it.
867 * bgp_attr.h: define BGP_MED_MAX.
868 * bgp_route.c: update defines/constants to BGP_MED_MAX.
869 * bgp_routemap.c: ditto. clean up route_match_metric_compile
870 slightly to avoid unneccesary XMALLOC.
871
8722003-10-13 sowmini.varadhan@sun.com
873
874 * ospf_lsa.h: Add OSPF_LSA_PREMATURE_AGE flag.
875 * ospf_lsa.c: added better debug comments. check sequence number in
876 ospf_lsa_install. ospf_maxage_lsa_remover() checks for
877 OSPF_LSA_PREMATURE_AGE and re-originates the lsa after ls_acks are
878 received.
879 * ospf_flood.c: improve debug statement- print ls_seqnum.
880
8812003-10-13 Douglas Fraser <doug+quagga@idmf.net>
882
883 * zebra/connected.c: PtP revert fixup. Zebra was not creating
884 connected route for PtP peer.
885
8862003-10-07 Tarhon-Onu Victor <mituc@iasi.rdsnet.ro>
887
888 * zebra/ipforward_proc.c: (ipforward) Close the fd for
889 /proc/net/snmp. See [quagga-dev 284]
890
8912003-09-29 Gilad Arnold <gilad.arnold@terayon.com>
892
893 * zebra/zebra_rib.c: Fix possible dangling reference to rib
894 route_nodes - unlock it the appropriate number of times. (twice,
895 because of the implicit lock). see [quagga-dev 251].
896
8972003-09-29 Paul Jakma <paul@dishone.st>
898
899 * zebra/connected.c: revert the 'generic PtP' patch as it causes
900 far too many problems. People who use FreeSWAN should investigate
901 native linux ipsec.
902 * zebra/rt_netlink.c: ditto
903 * lib/if.c: ditto
904 * ripd/ripd.h: ditto
905 * ripd/ripd.c: ditto
906 * ripd/rip_interface.c: ditto
907 * ospfd/ospfd.c: ditto
908 * ospfd/ospf_snmp.c: ditto
909 * bgpd/bgp_nexthop.c: ditto
910 * ospfd/ospf_packet.c: Add debug output for some of the previously
911 completely silent drops of 'bad' packets.
912 * configure.ac: bump version
913
9142003-08-27 Jay Fenlason <fenlason@redhat.com>
915
916 * lib/Makefile.am: Do not use a lib (libcap) as a dependency
917 * zebra/Makefile.am: Link in libcap
918 * bgpd/bgp_routemap.c: attr->med is type u_in32_t, should be
919 compared with UINT32_MAX
920 * ospfd/ospfd.c: remove redundant assert
921 * zebra/rtadv.c: add missing include for zebra/rib.h
922
9232003-09-24 Paul Jakma <paul@dishone.st>
924
925 * lib/version.h: moved to version.h.in
926 * lib/version.h.in: New file, from version.h. Change hardcoded
927 package name and version to use the autoconf defined substition
928 variables.
929 * configure.ac: Fix up AC/AM_INIT* to new style. Remove the sed'ing
930 through lib/version.h for VERSION. Add lib/version.h to the
931 AC_OUTPUT list. Update the text output of quagga version at end
932 of configure run to use PACKAGE_VERSION.
933 * doc/.cvsignore: ignore quagga.pdf
934 * doc/.cvsignore: ignore version.h, its now autogenerated.
935
9362003-09-24 sowmini.varadhan@sun.com
937
938 * lib/if.c: (if_cmp_func) fix infinite loop if
939 ifp1->name == ifp2->name
940 * lib/linklist.c: (if_cmp_func) Fix handling of case where
941 list->cmp returns 0.
942 * rip_interface.c: (rip_interface_address_add) call
943 rip_enable_apply(), or the interface is never considered up.
944 see [quagga-dev 225].
945 * zebra/kernel_socket.c: Fix up WRAPUP macro to deal with multiple
946 address families in the absence of sa_len element in struct
947 sockaddr.
948 (ifm_read): Handle solaris 9 if_msghdr_t.
949 Deal with interfaces which are incomplete, lookup on name rather
950 than the placeholder interface index of -1.
951
9522003-09-24 Thomas Giger TGC <thomas.giger@tgc.de>
953
954 * ospf_packet.c (ospf_associate_packet_vl): pass NULL struct
955 interface to ospf_if_lookup_by_local_addr() rather than the
956 receiving interface ifp, packets for VL's could come in any
957 interface. See quagga-dev 250.
958
paule05fba42003-04-13 20:20:53 +00009592003-04-13 Paul Jakma <paul@dishone.st>
960
961 * Amir: Opaque LSA bug fix for deletion of Type11's
962 * configure.ac: use --localstatedir for Unix sockets
paul645878f2003-04-13 21:42:11 +0000963 * Hasso Tepper: When flushing as-ext LSAs flush associated NSSA
964 LSAs.
paule05fba42003-04-13 20:20:53 +0000965
paul020709f2003-04-04 02:44:16 +00009662003-04-04 Paul Jakma <paul@dishone.st>
967
968 * Sync to Zebra CVS
969 * Fix lib/thread.h leak
970 * Fix small Opaque LSA leak
971 * Do not configure OSPF interfaces for secondary addresses
972 * vtysh fixes from Hasso
973 * Dave Watson's missing ntohs fix
974
paul68980082003-03-25 05:07:42 +00009752003-03-25 Paul Jakma <paul@dishone.st>
976
977 * Sync to Zebra CVS
978
paul07661cb2003-03-18 00:03:05 +00009792003-03-17 Amir Guindehi <amir@datacore.ch>
980
981 * Extended SNMP checks in configure.ac so that net-snmp works
982
9832003-03-17 Amir Guindehi <amir@datacore.ch>
984 Ralph Keller <keller@tik.ee.ethz.ch>
985 * merge OSPF-API
986
paul13766da2003-02-07 14:46:23 +00009872003-02-07 Paul Jakma <paul@dishone.st>
988
989 * Sync to zebra CVS
990
paul420df432003-02-03 20:30:39 +00009912003-02-03 Paul Jakma <paul@dishone.st>
992
993 * Sync to zebra CVS
994
paulae936ae2003-01-20 04:58:21 +00009952003-01-19 Paul Jakma <paul@dishone.st>
996
997 * Temporary fix for Generic PtP wrt to IPv6
998
paul9a668002003-01-18 23:11:44 +00009992003-01-17 Paul Jakma <paul@dishone.st>
1000
1001 * Sync up to latest zebra.org CVS
1002 * [zebra 16823] Bugfix and new feature in Opaque-LSA handling
1003 Masahiko Endo <endo@suri.co.jp>
1004 * [zebra 16824] [PATCH] nsm_kill_neighbor
1005 Masahiko Endo <endo@suri.co.jp>
1006 * [zebra 17217] [PATCH] show thread CPU
1007 Yon Uriarte <havanna_moon@gmx.net>
1008 * [zebra 17218] Re: [PATCH] CLI extensions.
1009 Yon Uriarte <havanna_moon@gmx.net>
1010
paul4fc01e62002-12-13 20:49:00 +000010112002-12-13 Paul Jakma <paul@dishone.st>
1012
1013 * added support for vtysh 'write file' command to
paul0efa4d52002-12-13 21:55:43 +00001014 write either per-daamon and/or integrated file
paulab836aa2002-12-13 21:19:02 +00001015 * ospfd md5 buffer copying fix (Greg Troxel)
paul8bd9c712002-12-13 21:05:16 +00001016 * ospfd md5 sequence number derived from time()
paulab836aa2002-12-13 21:19:02 +00001017 * RIPv1 fixes and improvements (John Hay)
1018 * link state detection (linux) ([zebra 12269])
1019 * Generic PtP and RFC3021 interface addressing support
1020 (Frank van Maarseveen)
paul0efa4d52002-12-13 21:55:43 +00001021 * Michal Ludvig <michal@logix.cz>:
1022 [zebra 16525] PATCH: Bugfixes for KAME systems
1023 * Kevin C Miller <kevinm@andrew.cmu.edu>
1024 [zebra 16681] OSPF NSSA Patches
1025 * Yon Uriarte <havanna_moon@gmx.net>
1026 [zebra 16671] [PATCH] CLI extensions
paula8959012002-12-13 21:59:26 +00001027 * Masahiko Endo: [zebra 15475] - MPLS-TE docs
paul4fc01e62002-12-13 20:49:00 +00001028
paul718e3742002-12-13 20:15:29 +000010292002-07-07 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
1030
1031 * zebra-0.93 released.
1032
10332002-06-28 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
1034
1035 * update-autotools: Change file name from update-auto-tools.sh.
1036
10372002-06-21 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
1038
1039 * update-auto-tools.sh: Add a new script to clean up build
1040 environment.
1041
10422002-06-18 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
1043
1044 * Shift to the latest build environment autoconf-2.53 and
1045 automake-1.6.2.
1046
10472001-10-22 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
1048
1049 * Integrate Glen Turner <glen.turner@aarnet.edu.au>'s pid option.
1050
10512001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
1052
1053 * zebra-0.92a released.
1054
10552001-08-19 "Peter Galbavy" <peter.galbavy@knowtion.net>
1056
1057 * configure.in: SNMP library check problem fix when the library is
1058 installed under /usr/local/lib.
1059
10602001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
1061
1062 * zebra-0.92 released.
1063
10642001-04-22 Kunihiro Ishiguro <kunihiro@zebra.org>
1065
1066 * configure.in (LIBPAM): Use ZEBRA_AC_C_BIGENDIAN to avoid a
1067 warning.
1068 (IF_METHOD): Use test -r instead of AC_CHECK_FILE to avoid
1069 warnings.
1070
1071 * config.guess: Update to 2000-11-10 version.
1072
10732001-04-11 Kunihiro Ishiguro <kunihiro@zebra.org>
1074
1075 * configure.in: Use AC_TRY_COMPILE instead of AC_EGREP_HEADER to
1076 detect in_pktinfo structure. Suggested by: Vlad Lungu
1077 <vlad@rls.roknet.ro>.
1078
10792001-03-07 Michael Rozhavsky <mrozhavsky@opticalaccess.com>
1080
1081 * configure.in: Add check for structure in_pktinfo.
1082
10832001-02-07 "Bjoern A. Zeeb" <bzeeb+zebra@zabbadoz.net>
1084
1085 * configure.in (USE_PAM): Fix PAM library detection code.
1086
10872001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
1088
1089 * zebra-0.91 is released.
1090
10912001-01-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1092
1093 * configure.in: Remove guile related definition.
1094
10952001-01-11 Kunihiro Ishiguro <kunihiro@zebra.org>
1096
1097 * configure.in (ac_cv_htonl_works): HAVE_REPAIRABLE_HTONL is
1098 removed. htonl should work fine on any platform.
1099
11002001-01-10 Kunihiro Ishiguro <kunihiro@zebra.org>
1101
1102 * configure.in: Remove --enable-oldrib option.
1103
1104 * acconfig.h: OLD_RIB definition is removed.
1105
1106 * zebra-0.90 is released.
1107
1108 * configure.in (LIBS): Add check for sun_len field in struct
1109 sun_len.
1110
11112001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1112
1113 * Makefile.am: Include init/redhat files to distribution.
1114
11152001-01-07 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1116
1117 * configure.in: check libm.a for BGPd compile error.
1118 AC_CHECK_LIB(m, main) was added.
1119
11202000-12-29 Kunihiro Ishiguro <kunihiro@zebra.org>
1121
1122 * configure.in: --enable-unixdomain becomes default. Add
1123 --enable-tcp-zebra for TCP/IP communication between protocol
1124 daemon and zebra.
1125
1126 * COPYING.LIB: Added for lib/getopt.c, lib/getopt.h,
1127 lib/getopt1.c, lib/md5-gnu.h, lib/md5.c, lib/regex-gnu.h,
1128 lib/regex.c.
1129
1130 * Makefile.am (dist-hook): Include tools/*.cgi to distribution.
1131
11322000-12-26 Kunihiro Ishiguro <kunihiro@zebra.org>
1133
1134 * configure.in (MULTIPATH_NUM): --enable-multipath=ARG specify
1135 multipath number. ARG must be digit.
1136
11372000-12-11 Kunihiro Ishiguro <kunihiro@zebra.org>
1138
1139 * configure.in: Add --enable-newrib for test new RIB code.
1140
11412000-11-25 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1142
1143 * configure.in, config.h.in: Add check for libutil.h and
1144 setproctitle().
1145
11462000-10-26 Kunihiro Ishiguro <kunihiro@zebra.org>
1147
1148 * configure.in: Add --enable-nssa for OSPF NSSA option.
1149
1150 * acconfig.h: Define HAVE_NSSA.
1151
11522000-10-25 "Bjoern A. Zeeb" <bzeeb+zebra@zabbadoz.net>
1153
1154 * configure.in: pam_misc is only linked when the platform is
1155 GNU/Linux.
1156
11572000-10-24 Arkadiusz Miskiewicz <misiek@pld.org.pl>
1158
1159 * configure.in (LIBS): Add check for crypto library. test x`ls
1160 ${ac_snmp}` is replaced with sipmle test -f.
1161
11622000-10-23 Kunihiro Ishiguro <kunihiro@zebra.org>
1163
1164 * configure.in: Add --enable-unixdomain option. This will be
1165 default behavior in zebra-0.90.
1166
11672000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1168
1169 * zebra-0.89 is released.
1170
11712000-09-27 Kunihiro Ishiguro <kunihiro@zebra.org>
1172
1173 * configure.in: Add check for Intel CPU for Solaris on x86 check.
1174
11752000-09-21 Kunihiro Ishiguro <kunihiro@zebra.org>
1176
1177 * configure.in: Add check for getifaddrs().
1178 Set AM_INIT_AUTOMAKE version to 0.89.
1179
11802000-09-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1181
1182 * config.guess: Update to the latest version.
1183
1184 * config.sub: Likewise
1185
11862000-09-14 David Lipovkov <dlipovkov@OpticalAccess.com>
1187
1188 * REPORTING-BUGS: New file is added.
1189
11902000-08-27 itojun@iijlab.net
1191
1192 * configure.in: Add ncurses library check when --enable-vtysh is
1193 specified.
1194
11952000-08-22 Kunihiro Ishiguro <kunihiro@zebra.org>
1196
1197 * configure.in: Add check for readline/history.h.
1198
1199 * acconfig.h: Remove pthread related variables.
1200
1201 * configure.in: Add --with-libpam option for vtysh PAM
1202 authentication. Remove --disable-pthread because we don't support
1203 pthread.
1204
12052000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
1206
1207 * zebra-0.88 is released.
1208
1209 * configure.in: Add Solaris -lcurses for vtysh.
1210
12112000-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1212
1213 * configure.in: Add check for ncurses for compiling on Solaris.
1214
12152000-07-27 Kunihiro Ishiguro <kunihiro@zebra.org>
1216
1217 * configure.in: Add check for libreadline when --enable-vtysh is
1218 specified.
1219
12202000-07-23 Kunihiro Ishiguro <kunihiro@zebra.org>
1221
1222 * configure.in: Add AC_DEFINE(OPEN_BSD). When OS is OpenBSD
1223 interface method is if_ioctl.o
1224
12252000-07-09 Chris Dunlop <chris@onthe.net.au>
1226
1227 * acconfig.h: Add HAVE_BROKEN_ALIASES.
1228
1229 * configure.in: Add --enable-broken-aliases.
1230
12312000-06-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1232
1233 * Set version to zebra-0.87.
1234
12352000-06-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1236
1237 * configure.in: Remove --enable-mpls-vpn. Now MPLS-VPN support is
1238 default.
1239
1240 * Set version to zebra-0.87-pre
1241
1242 * Makefile.am: Likewise.
1243
12442000-04-27 Kunihiro Ishiguro <kunihiro@zebra.org>
1245
1246 * Set version to 0.86.
1247
12482000-03-21 Kunihiro Ishiguro <kunihiro@zebra.org>
1249
1250 * Set version to 0.85b for ospfd test.
1251
12522000-03-20 Kunihiro Ishiguro <kunihiro@zebra.org>
1253
1254 * Set version to 0.85a for ospfd test.
1255
12562000-03-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1257
1258 * Set version to 0.85.
1259
12602000-01-26 Kunihiro Ishiguro <kunihiro@zebra.org>
1261
1262 * Makefile.in: Regenerated by patched automake for fixing "make
1263 clean" problem on FreeBSD.
1264
12651999-12-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1266
1267 * Set version to 0.83a. This is for *BSD static route lookup
1268 problem.
1269
12701999-12-06 Kunihiro Ishiguro <kunihiro@zebra.org>
1271
1272 * Set version to 0.83.
1273
12741999-11-29 Kunihiro Ishiguro <kunihiro@zebra.org>
1275
1276 * Set version to 0.82.
1277
12781999-11-23 Kunihiro Ishiguro <kunihiro@zebra.org>
1279
1280 * aczebra.m4: New file added.
1281
12821999-11-21 Michael Handler <handler@sub-rosa.com>
1283
1284 * configure.in (LIBS): Add sa_len check of sockaddr.
1285
1286 * acconfig.h: Add HAVE_SA_LEN.
1287
12881999-11-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1289
1290 * version.h: Update version to zebra-0.81b for bgpd test.
1291
12921999-11-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1293
1294 * configure.in: Add --enable-mbgp.
1295
12961999-11-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1297
1298 * Makefile.am (EXTRA_DIST): Add TODO to the distribution.
1299
13001999-11-04 Kunihiro Ishiguro <kunihiro@zebra.org>
1301
1302 * TODO: New file is added.
1303
13041999-11-03 Kunihiro Ishiguro <kunihiro@zebra.org>
1305
1306 * version.h: Update version to zebra-0.81a for ospfd test.
1307
13081999-10-28 Kunihiro Ishiguro <kunihiro@zebra.org>
1309
1310 * configure.in: New option --enable-snmp is added.
1311
13121999-10-24 Kunihiro Ishiguro <kunihiro@zebra.org>
1313
1314 * version.h: Update version to zebra-0.80.
1315
13161999-10-21 Kunihiro Ishiguro <kunihiro@zebra.org>
1317
1318 * version.h: Update version to zebra-0.80-pre3
1319
13201999-10-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1321
1322 * configure.in (LIBS): SNMP check is done by ucd-snmp/asn1.h.
1323
13241999-10-10 Peter Galbavy <Peter.Galbavy@knowledge.com>
1325
1326 * configure.in: Add support of OpenBSD.
1327
13281999-10-04 Kunihiro Ishiguro <kunihiro@zebra.org>
1329
1330 * version.h: Update version to zebra-0.80-pre2.
1331
13321999-09-27 Kunihiro Ishiguro <kunihiro@zebra.org>
1333
1334 * version.h: Update version to zebra-0.80-pre. From this version,
1335 access-list and prefix-list's name space is divided into IPv4 and
1336 IPv6.
1337
13381999-09-17 Kunihiro Ishiguro <kunihiro@zebra.org>
1339
1340 * version.h: For test recent fixes Set version to zebra-0.79a.
1341
13421999-09-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1343
1344 * version.h: zebra-0.79 is out.
1345
13461999-09-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1347
1348 * version.h: For ospfd's virtual link test. Set version to 0.78h.
1349
13501999-09-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1351
1352 * version.h: For ospfd test. Set version to 0.78g.
1353
13541999-09-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1355
1356 * version.h: For internal test of ospfd. Set version to 0.78f.
1357
13581999-09-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1359
1360 * version.h: To test ospfd's fix, set version to 0.78e.
1361
13621999-09-01 Kunihiro Ishiguro <kunihiro@zebra.org>
1363
1364 * version.h: To test ospfd's area related bug fix, set version
1365 to 0.78d.
1366
13671999-09-01 Kunihiro Ishiguro <kunihiro@zebra.org>
1368
1369 * version.h: To test ospfd, set version to 0.78c.
1370
13711999-08-31 Janos Farkas <chexum@shadow.banki.hu>
1372
1373 * Many misspelling correction.
1374
13751999-08-31 Kunihiro Ishiguro <kunihiro@zebra.org>
1376
1377 * version.h: To test ospfd, set version to 0.78b.
1378
13791999-08-31 Kunihiro Ishiguro <kunihiro@zebra.org>
1380
1381 * configure.in (LIBS): Add UCD-SNMP include path check.
1382
13831999-08-31 Lars Fenneberg <lf@elemental.net>
1384
1385 * configure.in: The logic which detects the UCD-SNMP library
1386 should first check in the default system locations for the library
1387 and then in /usr/local.
1388
13891999-08-27 itojun@iijlab.net
1390
1391 * configure.in (LIBS): Fix problem about libsnmp.a check.
1392
13931999-08-26 kay <kay@v6.access.co.jp>
1394
1395 * configure.in (CFLAGS): Add <sys/socket.h> to check socklen_t.
1396
13971999-08-24 VOP <vop@unity.net>
1398
1399 * filter.c: Include "sockunion.h".
1400 plist.c: Likewise.
1401 table.c: Likewise.
1402
14031999-08-24 Kunihiro Ishiguro <kunihiro@zebra.org>
1404
1405 * configure.in: Add netinet6/in6.h check.
1406
14071999-08-21 Masaki Minami <masaki@minami.org>
1408
1409 * BSD/OS 4.0 porting.
1410
14111999-08-15 Kunihiro Ishiguro <kunihiro@zebra.org>
1412
1413 * configure.in: Add --enable-netlink option to force to use Linux
1414 netlink interface.
1415 (CFLAGS): Add ucd-snmp library check.
1416
1417 * acconfig.h: If socklen_t is not defined, typedef int to
1418 socklen_t.
1419
14201999-08-15 Arkadiusz Miskiewicz <misiek@misiek.eu.org>
1421
1422 * configure.in: When --enable-ipv6 specified, then only kernel
1423 version is checked.
1424
14251999-08-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1426
1427 * configure.in: Add GNU libc 2.1 check.
1428
14291999-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1430
1431 * configure.in: Fix privious Linux IPv6 check changes.
1432
14331999-08-02 Arkadiusz Miskiewicz <misiek@misiek.eu.org>
1434
1435 * configure.in: Improve Linux IPv6 feature check.
1436
14371999-07-29 Rick Payne <rickp@rossfell.co.uk>
1438
1439 * Changed route-maps to behave in a more cisco-like fashion
1440
14411999-07-27 Gerhard Poul <gpoul@gnu.org>
1442
1443 * SERVICES: New file added.
1444
14451999-07-12 itojun@iijlab.net
1446
1447 * configure.in: Add check for getaddrinfo. Improve Kame related
1448 library check.
1449
14501999-07-07 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1451
1452 * configure.in, acconfig.h: Add check for FreeBSD 3.2.
1453
14541999-07-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1455
1456 * configure.in: Delete check for netinet/ip6.h.
1457
14581999-06-30 Gerhard Poul <gpoul@gnu.org>
1459
1460 * README: remixed the old files and added some new parts.
1461 moved some INSTALL stuff into INSTALL file.
1462 moved some other stuff to doc/zebra.texi
1463
14641999-06-29 Kunihiro Ishiguro <kunihiro@zebra.org>
1465
1466 * configure.in (LIBS): Add libresolv check.
1467 Change --enabe-all-in-one option to --enable-one-vty.
1468
14691999-06-20 Kunihiro Ishiguro <kunihiro@zebra.org>
1470
1471 * configure.in: Add --enabe-all-in-one option.
1472
14731999-06-16 Kunihiro Ishiguro <kunihiro@zebra.org>
1474
1475 * configure.in: Add socklen_t check.
1476
14771999-06-16 Gerhard Poul <gpoul@gnu.org>
1478
1479 * Many compile warnings fixed.
1480
14811999-05-31 Kunihiro Ishiguro <kunihiro@zebra.org>
1482
1483 * configure.in: Change message from Linux 2.2.X IPv6 to Linux IPv6.
1484 OpenBSD (NRL) check is enabled.
1485
14861999-05-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1487
1488 * configure.in (LIBS): Add crypt library check.
1489
14901999-05-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1491
1492 * configure.in: Add sin6_scope_id in struct sockaddr_in6 check.
1493
14941999-04-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1495
1496 * Set version to 0.63 for first beta package.
1497
14981999-04-15 Kunihiro Ishiguro <kunihiro@zebra.org>
1499
1500 * guile.m4: Added from guile package.
1501
15021999-04-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1503
1504 * Set version to 0.60 for beta package preparation.
1505
15061999-04-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1507
1508 * Makefile.am: Add noninst_LIBRARIES each directory's Makefile.am.
1509 This change is for linking these libraries to guile.
1510
15111999-04-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1512
1513 * configure.in (LIBS): Add struct rt_addrinfo check.
1514
15151999-04-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1516
1517 * configure.in: AC_STDC_HEADERS added.
1518
15191999-03-29 Kunihiro Ishiguro <kunihiro@zebra.org>
1520
1521 * Add dependencies to each directory's Makefile.am.
1522
15231999-03-02 Peter Galbavy <Peter.Galbavy@knowledge.com>
1524
1525 * reworked include file structure, and configure so that all
1526 source files get all system-dependent include files by including
1527 <zebra.h> which is really lib/zebra.h. This means that the
1528 different programs include files are now available as #include
1529 "zebra/zebra.h" - note the use of quotes, not <> as delimiters.
1530
1531 In practical terms, if I haven't really screwed up, the main file
1532 that maintainers for other OSes have to change is lib/zebra.h for
1533 all the conditional includes etc.
1534
1535 * added --disable-pthread for those systems that seem to have
1536 POSIX threads, but do not work. OpenBSD 2.4+ is like that just
1537 now. Changed all occurance of #ifdef PTHREAD to use HAVE_PTHREAD
1538 instead.
1539
15401999-02-24 <kunihiro@zebra.org>
1541
1542 * configure.in: update to AC_PREREQ(1.13).
1543 Change message from Linux 2.1.x to Linux 2.2.x.
1544 * Added ospf6d directory support.
1545
15461999-02-22 Peter Galbavy <Peter.Galbavy@knowledge.com>
1547
1548 * added a "log" element to the BGPd peer structure, enabling us to
1549 start thinging about a log stream per peer. This is currently
1550 ignored by the wrapper code, but developers should try to use the
1551 "appropriate" ZLOG stream. Documentation will follow, when the
1552 real routines start to exist.
1553
1554 The current plan is to use a copy of the BSD syslog() routines and
1555 replace the syslog library function with our own. I will need
1556 feedback from users of other platforms as this work is done to see
1557 if all is well elsewhere.
1558
1559 * preliminary work on zlog() library. directly replaces syslog()
1560 currently with zlog(ZLOG *, ...) where the new first argument
1561 is a pointer to a ZLOG structure (defined in lib/log.h) and will
1562 encapsulate all the information necessary to maintain multiple
1563 logging streams.
1564
15651999-02-19 Peter Galbavy <Peter.Galbavy@knowledge.com>
1566
1567 * added vsnprintf() macro to lib/str.h if required and removed
1568 #ifdef SUNOS_5 dependency on it
1569
15701999-02-18 Peter Galbavy <Peter.Galbavy@knowledge.com>
1571
1572 * syslog support added
1573
15741999-02-18 Peter Galbavy <Peter.Galbavy@knowledge.com>
1575
1576 * configure.in: Add daemon function check.
1577
15781999-01-21 Kunihiro Ishiguro <kunihiro@zebra.org>
1579
1580 * configure.in: Add --disable-ipv6, --disable-zebra,
1581 --disable-bgpd, --disable-ripd, --disable-ripngd, --disable-ospfd
1582 options to configure.
1583
15841998-12-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1585
1586 * configure.in: Check /usr/inet6/lib/libinet6.a exists or not.
1587
15881998-10-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1589
1590 * configure.in: Comment out FreeBSD's libc_r detect section. At
1591 this moment it doesn't work correctly with zebra.
1592
1593 Netlink interface is only enabled when Linux kernel version is
1594 upper than 2.1.0.
1595
15961998-09-15 HEO SeonMeyong <seirios@matrix.iri.co.jp>
1597
1598 * Hydrangea is now called KAME, so change all defines.
1599
16001998-08-16 Kunihiro Ishiguro <kunihiro@zebra.org>
1601
1602 * configure.in: ifaliasreq check added.
1603
16041998-08-12 Katsuhiro Kondou <kondou@nec.co.jp>
1605
1606 * Patch is applied for compile under EWS4800
1607
16081998-06-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1609
1610 * configure.in: delete old mtu_method check.
1611
1612 * doc/zebra.texi (Kernel interface): chapter `Kernel interface' added
1613
16141998-06-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1615
1616 * configure.in: add new netlink check for GNU/Linux
1617
16181998-06-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1619
1620 * doc/zebra.texi: Update Linux netlink chapter.
1621
16221998-05-18 Yamashita TAKAO <jargon@lares.dti.ne.jp>
1623
1624 * config.h.in: define PTHREAD if work on Solaris 2.6
1625 why delete the definition? I miss?
1626
16271998-05-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1628
1629 * configure.in: add net/if.h header check.
1630
16311998-05-02 SeonMeyong HEO <seirios@Matrix.iri.co.jp>
1632
1633 * zebra.tex,archfig.tex,zebra.sty: Manual file is added.
1634 * zebra.texi: Modify Introduction text.
1635 * RIPngd.c: Patch Hydrangea code.
1636
16371998-05-01 Kunihiro Ishiguro <kunihiro@zebra.org>
1638
1639 * .cvsignore: added.
1640
1641 * Makerule.in: is gone.
1642 * Makefile.am: Now we use automake to generate Makefile.in
1643
16441998-03-19 Yamashita TAKAO <jargon@lares.dti.ne.jp>
1645
1646 * lib/vty.c: modified the definition of *master
1647 * lib/sockunion.c (inet_aton): add, but don't work. uum...
1648
1649
16501998-03-15 Yamashita TAKAO <jargon@lares.dti.ne.jp>
1651
1652 * configure.in: define PTHREAD if work on Solaris 2.6
1653 * config.h.in: likewise
1654 * lib/thread.c: likewise
1655 * lib/vty.c: likewise
1656
16571998-03-15 SeonMeyong HEO <seirios@Matrix.iri.co.jp>
1658
1659 * config.h.in: define INET6 if defined HAVE_IPV6 & HYDRANGEA
1660 * bgpd/: remove include <netinet6/in6.h> line.
1661 * lib/: remove include <netinet6/in6.h> line.
1662 * ripbgd/: remove include <netinet6/in6.h> line.
1663 * zebra/: remove include <netinet6/in6.h> line.
1664 * ripd/*.c: remove include <netinet6/in6.h> line.
1665 undefine IPV6 difinitions because RIPd is not worked for
1666 IPv6 protocol.
1667
1668
16691998-01-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1670
1671 * configure.in: Change routing socket check method from
1672 AC_TRY_COMPILE to AC_TRY_RUN because GNU libc version 2 has
1673 AF_ROUTE but over linux it's meenigless.
1674
16751998-01-06 Kunihiro Ishiguro <kunihiro@zebra.org>
1676
1677 * config.h.in: remove err_t define.
1678
16791997-11-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1680
1681 * configure.in (canonical): add check of IF_METHOD
1682
16831997-09-27 Kunihiro Ishiguro <kunihiro@note.digital-magic.co.jp>
1684
1685 * configure.in: add INRIA check
1686
16871997-09-25 Kunihiro Ishiguro <kunihiro@note.digital-magic.co.jp>
1688
1689 * configure.in (canonical): change ipforward_snmp.o to ipforward_proc.o
1690
16911997-09-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1692
1693 * configure.in: change IRDPD to NDPD
1694
16951997-08-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1696
1697 * INSTALL: new file
1698
16991997-08-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1700
1701 * config.h: add XCALLOC()
1702