]> git.proxmox.com Git - mirror_frr.git/blame - ChangeLog
[lib/linklist] Enforce "nodes must have data" invariant more rigorously
[mirror_frr.git] / ChangeLog
CommitLineData
dea04441
PJ
12008-01-30 Peter Szilagyi <sp615@hszk.bme.hu>
2
3 * lib/stream.h: Remove named 'new' parameter in prototype
4 for c++ header compatibility.
5 * ospfd/ospf_opaque.h: ditto
6 * ospfd/ospfd.h: Renamed struct export to _export for c++
7 header compatibility.
8 * ospf6d/ospf6_area.h: ditto
9
6418bedf
AS
102008-01-11 Ingo Flaschberger <if@xip.at>
11
12 * configure.ac: Improve HAVE_BSD_LINK_DETECT test.
13
c543a173
AS
142008-01-10 Ingo Flaschberger <if@xip.at>
15
16 * configure.ac: Define HAVE_BSD_LINK_DETECT if <net/if_media.h> is
17 present.
18
0b2aa3a0
PJ
192007-10-14 Paul Jakma <paul.jakma@sun.com>
20
21 * NEWS: Note that MRT dumps are now version 2
22
af400e26
PJ
232007-09-07 Paul Jakma <paul.jakma@sun.com>
24
25 * configure.ac: Bump version to 0.99.9
26
238497fc
PJ
272007-08-07 James Carlson <james.d.carlson@sun.com>
28
29 * configure.ac: Added support for separate link-layer access
30 mechanisms in isisd.
31
e6a01955
PJ
322007-07-27 Paul Jakma <paul.jakma@sun.com>
33
34 * configure.ac: Bump version to 0.99.8
35
fbf24544
HT
362007-06-25 Hasso Tepper <hasso@quagga.net>
37
38 * configure.ac: Fix typo so it compiles again on BSD systems.
39
11770e10
PJ
402007-06-22 Paul Jakma <paul.jakma@sun.com>
41
42 * configure.ac: IRDP also depends on struct icmphdr, enabling
43 only on in_pktinfo breaks when an OS acquires pktinfo, as
44 Solaris NV has. Reported by Jim Carlson.
45
6bd1a7ba
PJ
462007-05-10 Paul Jakma <paul.jakma@sun.com>
47
48 * configure.ac: Add back check for inet_aton, which got dropped
49 somehow in previous jumbo patch.
d46d2a24
PJ
50 Use AC_GNU_SOURCE to define _GNU_SOURCE, rather than having
51 lib/zebra.h do it.
52 AC_FUNC_STRNLEN has side-effects with latest autoconf, use
53 AC_CHECK_FUNC on strnlen instead.
6bd1a7ba 54
6f0e3f6e
PJ
552007-05-09 Paul Jakma <paul.jakma@sun.com>
56
57 * configure.ac: sys/conf.h depends on sys/param.h, at least on
58 FBSD 6.2.
59 (bug #363) Should check for in_pktinfo for IRDP
60
612006-05-27 Paul Jakma <paul.jakma@sun.com>
62
63 * configure.ac: General cleanup of header and type checks, introducing
64 an internal define, QUAGGA_INCLUDES, to build up a list of
65 stuff to include so as to avoid 'present but cant be compiled'
66 warnings.
67 Misc additional checks of things missing according to autoscan.
68 Add LIBM, for bgpd's use of libm, so as to avoid burdening
69 LIBS, and all the binaries, with libm linkage.
70 Remove the bad practice of using m4 changequote(), just
71 quote the []'s in the case statements properly.
72 This should fix bugs 162, 303 and 178.
73 * */*.{c,h}: Update all HAVE_* to the standard autoconf namespaced
74 HAVE_* defines. I.e. HAVE_SA_LEN -> HAVE_STRUCT_SOCKADDR_SA_LEN,
75 * bgpd/Makefile.am: Add LIBM to bgpd's LDADD, for pow().
76
5fa05099
AS
772007-04-30 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
78
79 * configure.ac: Change gcc CFLAGS from '-std=c99' to '-std=gnu99'
80 to improve portability.
81
a857eb6b
PJ
822007-04-29 Paul Jakma <paul.jakma@sun.com>
83
84 * configure.ac: Bump to 0.99.7
85
cb6d86bd
DY
862007-04-16 David Young <dyoung@pobox.com>
87
1d720daa
DY
88 * connected.c (zebra): Only suppress adding a connected
89 route to the kernel if it is already marked "real"
90 (ZEBRA_IFC_REAL), i.e., "in kernel." According to Paul
91 Jakma, this probably fixes Quagga bug #202.
cb6d86bd 92
553bdfe3
GT
932007-02-06 Greg Troxel <Greg Troxel <gdt@ir.bbn.com>>
94
95 * configure.ac: Use generic sed test, since autoconf 2.59 lacks
96 AC_PROG_SED and while 2.59 is somewhat crufty, it isn't officially
97 crufty.
98
2d70743d
GT
992007-02-06 Greg Troxel <Greg Troxel <gdt@ir.bbn.com>
100
101 * bootstrap.sh: use -i to install missing files
102
1032007-02-03 Greg Troxel <Greg Troxel <gdt@ir.bbn.com>
0750e810
GT
104
105 * configure.ac: add AC_PROG_SED
106
2d70743d 1072007-02-02 Greg Troxel <Greg Troxel <gdt@ir.bbn.com>
cf4a2bbe 108
409d8e4f
GT
109 * README.NetBSD: use bootstrap.sh instead of autoreconf
110
d1a83161
GT
111 * bootstrap.sh: new file with just 'autoreconf'
112
cf4a2bbe
GT
113 * update-autotools: print out tool name before invoking to aid debugging
114
43cd33a4
PJ
1152006-12-08 Paul Jakma <paul.jakma@sun.com>
116
117 * configure.ac: Bump to 0.99.6
118
876b8be0
PJ
1192006-10-04 Oliver Hookins <ohookins@gmail.com>
120
121 * bgpd/bgp_main.c: Add configuration check option, with
122 '-C' rather than '-c' for consistency between daemons.
123 * isisd/isis_main.c: ditto
124 * ospf6d/ospf6_main.c: ditto
125 * ospfd/ospf_main.c: ditto
126 * ripngd/ripng_main.c: ditto
127 * vtysh/vtysh_main.c: ditto
128 * ripd/rip_main.c: Change the config check option to
129 '-C' and tidy up the code.
130 * zebra/main.c: ditto
131
1322006-10-04 Stergiakis Alexandros <astergiakis@antcor.com>
133
134 * ripd/rip_main.c: This trivial patch introduces a new
135 command-line option '-c', which instructs zebra/ripd
136 to check its configuration file for validity, print
137 any error message, and then exit. This is useful when
138 the configuration file is edited by hand or otherwise,
139 and you simply want to validate it without any other
140 effect.
141 * zebra/main.c: ditto
142
c15deb1b
PJ
1432006-08-27 Paul Jakma <paul.jakma@sun.com>
144
145 * configure.ac: Bump to 0.99.5
146
2cb87162
AS
1472006-06-15 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
148
149 * redhat/quagga.spec.in: Get default distro automatically
150 by using rpm to query the fedora-release version.
151 And fix a typo (should be default_dist, not dist_default).
152
105b8239
PJ
1532006-05-28 Paul Jakma <paul.jakma@sun.com>
154
155 * configure.ac: Update SOS CFLAGS, Xt shouldn't be used and
156 enable debug options.
157 Add a check for GNU Make and warn the user if it does not appear
158 to be the make used.
fb66b29c
PJ
159 Check for Sun libc printstack(), add a general HAVE_STACK_TRACE
160 define for lib/log.c, if any supported stack symbol dumping
161 function is found (glibc backtrace/sun libc printstack).
105b8239 162
08f9fb1c
PJ
1632006-05-10 Paul Jakma <paul.jakma@sun.com>
164
165 * configure.ac: Bump to 0.99.4
166
cdc2c3f9
PJ
1672006-03-30 Paul Jakma <paul.jakma@sun.com>
168
169 * TODO: Add reminder for useful MED functionality we should
170 implement.
171
41be32bf
PJ
1722006-02-15 Paul Jakma <paul.jakma@sun.com>
173
174 * configure.ac: Check for mallinfo, being careful to link test
175 so we can detect things like umem being used (which doesn't
176 provide a mallinfo).
177
b1fc9acb 1782006-01-31 Paul Jakma <paul.jakma@sun.com>
179
180 * configure.ac: Cleanup the hideous {net,ucd}-snmp section
181 by removing ucd-snmp. Hence fixing detection where
182 net-snmp is installed in /usr/local (Boris Kovalenko reported
183 the problem).
184
53f953a5 1852006-01-19 Paul Jakma <paul.jakma@sun.com>
186
187 * configure.ac: Bump to 0.99.3
188
6a4b8832 1892005-11-26 Paul Jakma <paul.jakma@sun.com>
190
191 * configure.ac: Collect together CFLAGS based on compiler
192 detected a bit. Recognise and set default CFLAGS for SunPro /
193 SOS10.
194
76367ea9 1952005-11-14 Paul Jakma <paul.jakma@sun.com>
196
197 * configure.ac: Tell gcc we like C99.
198 [bug #231] Check and test for stdint.h.
199
cf220d1f 2002005-11-11 Paul Jakma <paul.jakma@sun.com>
201
202 * NEWS: Update.
203 * configure.ac: Bump to 0.99.2
204
ca6383ba 2052005-11-10 Paul Jakma <paul.jakma@sun.com>
206
207 * HACKING: Add recommendation to provide a single Subject
208 style description to the commit message.
209 Add some recommendations for ChangeLog.
210
ceacedba 2112005-09-29 Paul Jakma <paul.jakma@sun.com>
212
213 * configure.ac: Add the test for Solaris least-privileges. Set
214 defines for whether capabilities are supported and whether of
215 the linux or solaris variety.
216 Add missing-prototypes, missing-declarations, char-subscripts
217 and cast-qual warnings to default cflags, cause Hasso enjoys warnings,
218 and we really should clean the remaining ones up. (ie isisd..).
219 * (*/*main.c) Update the zebra_capabilities_t arrays in the various
220 daemons to match the changes made in lib/privs.h.
221
e6a4feb7 2222005-09-19 Hasso Tepper <hasso at quagga.net>
223
224 * configure.ac: Test existance of strndup.
225
a969459c 2262005-08-25 Paul Jakma <paul@jakma.org>
227
228 * configure.ac: Add -fno-omit-frame-pointer after -Os in default
229 cflags, just to be sure.
230 Fedora's readline library does not itself link to termcap, hence
231 we must pass the result of termcap tests in via OTHER-LIBRARIES
232 argument, otherwise the test of main in readline will fail due to
233 missing termcap systems. On systems like Debian, -ltermcap
234 is not needed for the readline test, because libreadline already
235 links to it.
236
c0689394 2372005-08-25 Hasso Tepper <hasso at quagga.net>
238
239 * configure.ac, vtysh/Makefile.am: Only vtysh needs to be linked
240 against libreadline and friends.
241
60f0651c 2422005-08-13 Paul Jakma <paul@jakma.org>
243
244 * Makefile.am: (EXTRA_DIST) Add the trailing slash back in which
245 greg left out - tools bits weren't being included in dist,
246 which broke rpm builds :).
247
1dab30f4 2482005-08-10 Greg Troxel <gdt@fnord.ir.bbn.com>
249
250 * Makefile.am (EXTRA_DIST): add INSTALL.quagga.txt, because people
251 that patch releases need to know about autoconf required versions.
252
850d39f3 2532005-06-30 Louis Lagendijk <louis.lagendijk@gmail.com>
254
255 * configure.ac: Actually test whether libc has IPv6 support.
256
7cad4000 2572005-06-28 Paul Jakma <paul.jakma@sun.com>
258
259 * INSTALL.quagga.txt: GNU make is required now, because of manual
260 automatic rules in solaris/Makefile.am. (If someone knows how
261 to do these in a better way..).
262 GNU AWK is required for CVS checkout builds.
263
70856417 2642005-06-01 Paul Jakma <paul.jakma@sun.com>
265
266 * NEWS: bgpd work queues and ripd auth-mode change
267
42c98199 2682005-05-07 Yar Tikhiy <yar@comp.chem.msu.su>
269
270 * configure.ac: Check for OSes which support passing ifindex in
271 struct ip_mreq.
272
0c2029e9 2732005-04-29 Paul Jakma <paul.jakma@sun.com>
5e4008f7 274
0c2029e9 275 * NEWS: Added some more 0.99 news.
276 * configure.ac: bump to 0.99.1 (0.99.0 was never released except
277 via CVS snapshots)
5e4008f7 278
74a2dd7b 2792005-04-25 Paul Jakma <paul.jakma@sun.com>
280
281 * HACKING: Add some notes about build system changes, to
282 document common oversights (common for me anyway).
283 Seperate sections with two newlines, easier to read.
284
924b9229 2852005-04-16 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
286
287 * configure.ac: Added AC_ARG_ENABLE(time-check). By default,
288 warning messages will now be printed for threads or commands that take
289 longer than 5 seconds, but this configure argument can be used
290 to disable the checks or change the threshold.
291
03ecfb67 2922005-04-16 Paul Jakma <paul.jakma@sun.com>
293
294 * configure.ac: check for gawk, needed to build memtypes.h
295
dfb9a545 2962005-04-11 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
297
298 * configure.ac: Move AC_CANONICAL_* stuff before AM_INIT_AUTOMAKE to
299 eliminate warning message about AC_ARG_PROGRAM being called
300 before AC_CANONICAL_TARGET.
301
26275b05 3022005-04-11 Paul Jakma <paul.jakma@sun.com>
303
304 * configure.ac: Call AC_CANONICAL_{BUILD,TARGET} macros. Target isnt
305 set otherwise, afaict. AC_SUBST enable_{user,group,vty_group} and
306 quagga_statedir - the Solaris package bits for one need this.
307 configure the solaris/ Makefile.
308 * Makefile.am: solaris is a subdir - unconditional or else it wont
309 be included in non-solaris made dists.
310
1b73de8b 3112005-04-10 Paul Jakma <paul.jakma@sun.com>
312
313 * configure.ac: Fix host string recognition for Solaris Nevada aka
314 solaris2.10.1, and hopefully future such strings.
315
1eb8ef25 3162005-04-07 Paul Jakma <paul.jakma@sun.com>
317
318 * (global): Fix up list loops to match changes in lib/linklist,
319 and some basic auditing of usage.
320 * configure.ac: define QUAGGA_NO_DEPRECATED_INTERFACES
321 * HACKING: Add notes about deprecating interfaces and commands.
322
208f0b7e 3232005-04-05 Paul Jakma <paul@dishone.st>
324
325 * HACKING: remove the 'manually patch redhat/quagga.spec' bit
326 from RELEASE section. Let the rpm revision be CONFDATE, will work
6a524706 327 fine. Expand on the importance of supplying good ChangeLog's in
328 the PATCH SUBMISSION section.
208f0b7e 329
5b087528 3302005-04-04 Hasso Tepper <hasso at quagga.net>
331
332 * configure.ac: Fix AC_LANG_SOURCE usage. It needs double square
333 brackets around source. Single ones broke square brackets in the
334 code (arrays).
335
d33e8d7b 3362005-04-03 Hasso Tepper <hasso at quagga.net>
337
338 * configure.ac: Use AC_RUN_IFELSE instead of obsolete AC_TRY_RUN macro
339 and define action for cross-compiling.
340
f695b01f 3412005-04-02 Hasso Tepper <hasso at quagga.net>
342
343 * configure.ac: Add --enable-isis-topology to enable isisd topology
344 generator code.
345
3849db25 3462005-04-02 Paul Jakma <paul@dishone.st>
347
348 * INSTALL.quagga.txt: Add note about additional CVS build
349 requirements, if one wishes to build ps/pdf docs.
350
3cb98dee 3512005-04-02 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
352
353 * configure.ac: Add strnlen to AC_CHECK_FUNCS.
354
2d58228e 3552005-03-28 Hasso Tepper <hasso at quagga.net>
356
357 * configure.ac, */Makefile.am: Fix previous commit. SNMP includes
358 must be after lib/ includes in some systems. Introduce SNMP_INCLUDES
359 for that.
360
17eff7cb 3612005-03-28 Hasso Tepper <hasso at quagga.net>
362
363 * configure.ac: Fix most of "Presents But Cannot Compiled" warnings
364 about various headers. CFLAGS is not correct place to specify
365 includes, INCLUDES is for that.
366
1969e4b9 3672005-03-27 Hasso Tepper <hasso at quagga.net>
368
369 * configure.ac: Add Intel compiler (icc) support. Although Intel
370 tries really hard to make icc look like gcc, there are some
371 differences. It's very verbose with -Wall and it doesn't support
372 the individual -W options. We are going to ignore some of these
373 warnings.
374
a0fb71a5 3752005-03-26 Hasso Tepper <hasso at quagga.net>
376
377 * doc/defines.texi.in, lib/version.h.in: Update copyright string to
378 include year 2005.
379
29c4c9bd 3802005-03-25 Jean-Mickael Guerin <jean-mickael.guerin@6wind.com>
381 * configure.ac: add struct nd_opt_interval and struct
382 nd_opt_homeagent_info detection.
383
55468c86 3842005-03-14 Paul Jakma <paul.jakma@sun.com>
385
386 * (global) update all c files to match the lib/vector.h rename of
387 (struct vector).active to max, and vector_max macro to
388 vector_active.
389
afd8a129 3902005-03-12 Paul Jakma <paul.jakma@sun.com>
391
392 * configure.ac: Solaris 8 can use the newer lifreq based methods
393 too, allows IPv6.
394
c45eb839 3952005-02-19 Hasso Tepper <hasso at quagga.net>
396
397 * configure.ac: Fix Linux detection. Host types like i686-pc-linux
398 didn't match the pattern.
399
9985f83c 4002005-02-09 Paul Jakma <paul.jakma@sun.com>
401
402 * (global) Update code to match stream.h changes.
403 stream_get_putp effectively replaced with stream_get_endp.
404 stream_forward renamed to stream_forward_getp.
405 stream_forward_endp introduced to replace some previous
406 setting/manual twiddling of putp by daemons.
407
f83d18dc 4082005-01-24 Paul Jakma <paul@dishone.st>
409
410 * configure.ac: Bump version to 0.99.0
411
b854038b 4122005-01-15 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
413
414 * redhat/quagga.spec.in: Fix postun script to avoid misleading error
415 message saying the postun scriptlet failed when watchquagga
416 is not running.
417
40abf239 4182005-01-12 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
419
420 * configure.ac: Test for header file <ucontext.h> (for use in
421 signal processing).
422
6cf9df08 4232005-01-12 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
424
425 * configure.ac: If configure is invoked with --enable-snmp, but
426 the configure script is unable to find SNMP support on the platform,
427 then configure should give an error message and exit.
428
fc43ecc7 4292005-01-12 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
430
431 * redhat/quagga.spec.in: Pass --enable-gcc-rdynamic to configure
432 to get gcc to link with -rdynamic for better backtraces.
433 When the rpm is upgraded, the restart logic now works as follows:
434 1. stop watchquagga; 2. stop all routing daemons; 3. restart zebra
435 if it was running; 4. start all routing daemons that were running;
436 and 5. start watchquagga if it was running.
437
220d0c0e 4382005-01-07 Paul Jakma <paul@dishone.st>
439
440 * configure.ac: Bump version to 0.98.0
441
1f3585ea 4422005-01-05 Paul Jakma <paul@dishone.st>
443
444 * configure.ac: Bump version to 0.97.5
445
6c20046f 4462005-01-04 Greg Troxel <gdt@fnord.ir.bbn.com>
447
448 * configure.ac: Use AC_MSG_CHECKING/AC_MSG_RESULT around
449 CMSG_FIRSTHDR check, so it shows up in the output of configure.
450 Tested on NetBSD, which doesn't define HAVE_BROKEN_CMSG_FIRSTHDR.
451
b99760ab 4522005-01-04 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
453
454 * configure.ac: Added test for broken CMSG_FIRSTHDR macro
455 (relevant for Solaris 8 and unpatched Solaris 9, don't know
456 whether other platforms are affected).
457
73a7dea3 4582005-01-04 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
459
460 * NEWS: Note improved logging facilities.
461
3cade26f 4622004-12-29 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
463
464 * configure.ac: Add new option --enable-gcc-rdynamic to link
465 with -rdynamic.
466
2b70200c 4672004-12-23 Paul Jakma <paul@dishone.st>
468
469 configure.ac: Bump version to 0.97.4
470
f3931751 4712004-12-22 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
472
473 * redhat/quagga.spec.in: daemonv6_list should contain only IPv6 daemons.
474
b3324e27 4752004-12-22 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
476
477 * redhat/quagga.spec.in: Add watchquagga, and fix some other
478 logic to make sure that all daemons are restarted on upgrades
479 and stopped on package removal.
480
afc44c29 4812004-12-22 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
482
483 * redhat/quagga.sysconfig: Define some variables to support watchquagga.
484
515210bd 4852004-12-22 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
486
487 * configure.ac: Add a define for DAEMON_VTY_DIR in config.h.
488
d0199430 4892004-12-22 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
490
491 * {configure.ac,Makefile.am}: Build watchquagga by default.
492
8035e9f0 4932004-12-21 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
494
495 * NEWS: Note addition of watchquagga.
496 * HACKING: Note that watchquagga is in testing phase.
497
9d0bfcb9 4982004-12-21 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
499
500 * watchquagga: New watchquagga daemon.
501
0d742d24 5022004-12-21 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
503
504 * redhat/Makefile.am: Added watchquagga.init to EXTRA_DIST.
505
54b52525 5062004-12-21 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
507
508 * redhat/watchquagga.init: New file, init script for watchquagga.
509
5e764774 5102004-12-03 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
511
512 * HACKING: Indicate that header files should be consulted for
513 documentation, particularly logging levels in lib/log.h.
514
b9e0ee31 5152004-11-24 Paul Jakma <paul@dishone.st>
516
517 * TODO: Add source routing, zebra filtering and lib/ documenting.
518
6099b3b5 5192004-11-19 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
520
521 * global: Replace strerror with safe_strerror. And vtysh/vtysh.c
522 needs to include "log.h" to pick up the declaration.
523
48577196 5242004-11-19 Hasso Tepper <hasso at quagga.net>
525
526 * configure.ac: Avoid regeneration of doc/quagga.info for now.
527
0cdb8dd2 5282004-11-17 Paul Jakma <paul@dishone.st>
529
530 * INSTALL.quagga.txt: texinfo version corrected, so section on
531 that 4.7-x being unknown is not needed.
532
670bbf19 5332004-11-12 Paul Jakma <paul@dishone.st>
534
535 * configure.ac: Fix AC_CONFIG_FILES, the chmod seems to run for
536 every input file, should be only be for vtysh/extract.pl, so that
537 should be a seperate AC_CONFIG_FILES.
95d3184c 538 * INSTALL: update-autotools, autoreconf -i will install this, remove
539 the file so it always matches the autoconf which created
540 configure (ie the quagga snapshot producing host).
9104f569 541 * INSTALL.quagga.txt: Some quagga specific INSTALL notes.
542 * README: s/GNU Zebra/Quagga/ and refer to IS-IS support.
670bbf19 543
7966b97c 5442004-11-10 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
545
546 * redhat/quagga.spec.in: add comments showing how to get gcc verbosity
547
1b074dd2 5482004-11-08 Paul Jakma <paul@dishone.st>
549
550 * configure.ac: bump version to 0.97.3, release imminent.
551
14c17fd8 5522004-11-06 Paul Jakma <paul@dishone.st>
553
554 * configure.ac: Arguments to AC_OUTPUT is deprecated, use
555 AC_CONFIG_FILES instead. Rearrange the order slightly to put the
556 Makefiles first (silly aesthetic thing, dont know why I had to do
557 this ;) ). Add doc/defines.texi to the list.
558 * NEWS: bgp route-server support added, refer to docs.
559 * update-autotools: call automake with --add-missing and --copy,
560 former is important for obvious reasons, latter for dist files,
561 and --gnu to enable whatever extra goodness checks.
562 * {depcomp, install-sh, missing}: removed, auto-generated files.
563
1f8f61a7 5642004-11-05 Paul Jakma <paul@dishone.st>
565
566 * HACKING: Expand on ChangeLogs, eg current practice for certain
567 directories and certain other meta-data is not to maintain a
568 ChangeLog. Expand on the commit message, IMHO, commit message
569 should always be ChangeLog for files where ChangeLog is kept.
570 Solaris is supported on any platform (with, at moment, an
571 additional patch).
572
3e511c8e 5732004-10-23 Paul Jakma <paul@dishone.st>
574
575 * configure.ac: bump version to 0.97.2, release imminent.
576
6b6942f9 5772004-10-22 Paul Jakma <paul@dishone.st>
578
579 * configure.ac: fix up enable help alignment slightly
580 Add --enable-gcc-ultra-verbose to set various gcc warnings which
581 should one day be fixed but are not serious problems or which
582 could be false-positives.
583
3fb9cd6e 5842004-10-19 Andrew J. Schorr <aschorr@telemetry-investments.com>
585
586 * lib, zebra, ripd, ospfd, bgpd: Support NULL connected destination
587 pointers properly everywhere. Fix point-to-point logic to
588 support links where a dedicated subnet has been assigned.
589 PtP links with /31 subnets should now work where supported by O/S.
590
4f8b5bb1 5912004-10-11 Paul Jakma <paul@dishone.st>
592
593 * bump version to 0.97.1, release imminent.
594
e561a8eb 5952004-10-07 Paul Jakma <paul@dishone.st>
596
597 * bump version to 0.97.0, release imminent.
598
7fd63b38 5992004-10-07 Greg Troxel <gdt@sunpal7.mit.edu>
600
601 * configure.ac: remove -Wpacked; 2.95.3 doesn't support it.
602
7347a2ad 6032004-10-05 Hasso Tepper <hasso at quagga.net>
604
605 * configure.ac: Removed -Wpadded. I don't have sooo much time that I
606 could care about padding ;).
607
a49c0ff6 6082004-09-30 Paul Jakma <paul@dishone.st>
609
610 * Update default CFLAGS for gcc to keep Hasso busy.
611
ddb07e5b 6122004-09-27 Paul Jakma <paul@dishone.st>
613
614 * update-autotools: libtoolize should copy files, rather than link.
615 the whole idea is that dist files should not need auto*, etc.
616 installed to be able to compile.
617
ae399ab0 6182004-09-13 Hasso Tepper <hasso at quagga.net>
619
620 * configure.ac: Disable isisd compiling by default.
621
33394766 6222004-09-13 Paul Jakma <paul@dishone.st>
623
624 * configure.ac: capitalise the package name. autoconf lowercases
625 it for PACKAGE_TARNAME.
626
fee0f4c6 6272004-09-13 Jose Luis Rubio <jrubio@dit.upm.es>
628 (at Technical University of Madrid as part of Euro6ix Project)
629
630 Enhanced Route Server functionality and Route-Maps:
631
632 * bgpd/bgpd.h: Modified 'struct peer' and 'struct bgp_filter' to
633 support rs-clients. A 'struct bgp_table *rib' has been added to the
634 first (to mantain a separated RIB for each rs-client) and two new
635 route-maps have been added to the last (for import/export policies).
636 Added the following #defines: RMAP_{IN|OUT|IMPORT|EXPORT|MAX},
637 PEER_RMAP_TYPE_{IMPORT|EXPORT} and BGP_CLEAR_SOFT_RSCLIENT.
638
639 * bgpd/bgpd.c: Modified the functions that create/delete/etc peers in
640 order to consider the new fields included in 'struct peer' for
641 supporting rs-clients, i.e. the import/export route-maps and the
642 'struct bgp_table'.
643
644 * bgpd/bgp_route.{ch}: Modified several functions related with
645 receiving/sending announces in order to support the new Route Server
646 capabilities.
647 Function 'bgp_process' has been reorganized, creating an auxiliar
648 function for best path selection ('bgp_best_selection').
649 Modified 'bgp_show' and 'bgp_show_route' for displaying information
650 about any RIB (and not only the main bgp RIB).
651 Added commands for displaying information about RS-clients RIBs:
652 'show bgp rsclient (A.B.C.D|X:X::X:X)', 'show bgp rsclient
653 (A.B.C.D|X:X::X:X) X:X::X:X/M', etc
654
655 * bgpd/bgp_table.{ch}: The structure 'struct bgp_table' now has two
656 new fields: type (which can take the values BGP_TABLE_{MAIN|RSCLIENT})
657 and 'void *owner' which points to 'struct bgp' or 'struct peer' which
658 owns the table.
659 When creating a new bgp_table by default 'type=BGP_TABLE_MAIN' is set.
660
661 * bgpd/bgp_vty.c: The commands 'neighbor ... route-server-client' and
662 'no neighbor ... route-server-client' now not only set/unset the flag
663 PEER_FLAG_RSERVER_CLIENT, but they create/destroy the 'struct
664 bgp_table' of the peer. Special actions are taken for peer_groups.
665 Command 'neighbor ... route-map WORD (in|out)' now also supports two
666 new kinds of route-map: 'import' and 'export'.
667 Added commands 'clear bgp * rsclient', etc. These commands allow a new
668 kind of soft_reconfig which affects only the RIB of the specified
669 RS-client.
670 Added commands 'show bgp rsclient summary', etc which display a
671 summary of the rs-clients configured for the corresponding address
672 family.
673
674 * bgpd/bgp_routemap.c: A new match statement is available,
675 'match peer (A.B.C.D|X:X::X:X)'. This statement can only be used in
676 import/export route-maps, and it matches when the peer who announces
677 (when used in an import route-map) or is going to receive (when used
678 in an export route-map) the route is the same than the one specified
679 in the statement.
680 For peer-groups the statement matches if the specified peer is member
681 of the peer-group.
682 A special version of the command, 'match peer local', matches with
683 routes originated by the Route Server (defined with 'network ...',
684 redistributed routes and default-originate).
685
686 * lib/routemap.{ch}: Added a new clause 'call NAME' for use in
687 route-maps. It jumps into the specified route-map and when it returns
688 the first route-map ends if the called RM returns DENY_MATCH, or
689 continues in other case.
690
cbd04084 6912004-08-31 Greg Troxel <gdt@poblano.ir.bbn.com>
692
b85dca31 693 * Makefile.am: make m4 as subdir, rather the EXTRA_DISTing it
694
695 * configure.ac: add m4/Makefile to output list
696
6972004-08-31 Greg Troxel <gdt@poblano.ir.bbn.com>
698
cbd04084 699 * Makefile.am: Only put pkgsrc dir in SUBDIRS if we should install
700 rc.d files. (Note that pkgsrc is always in DIST_SUBDIRS.)
701
702 * configure.ac (pkgsrcdir): add new --enable-pkgsrcrcdir to give a
703 directory into which www.pkgsrc.org-style rc.d files are
704 installed.
705
2abb1cf3 7062004-08-19 Paul Jakma <paul@dishone.st>
707
708 * Makefile.am: add m4 directory to EXTRA_DIST, and define
709 ACLOCAL_AMFLAGS to have aclocal pull in m4/
710 * configure.ac: AM_PROG_LIBTOOL should be AC_...
711 * update-autotools: print a warning that this script is deprecated
712
29904606 7132004-08-17 Greg Troxel <gdt@fnord.ir.bbn.com>
714
715 * update-autotools: print tools versions to aid people in sending
716 bug reports.
717
b7a97f82 7182004-07-23 Greg Troxel <gdt@poblano.ir.bbn.com>
719
720 * */Makefile.am: Use ../dir/libfoo.la, rather than "-L../dir
721 -lfoo", to avoid linking against installed libraries from a
722 previous version.
723
724 * {lib,ospfd,ospfclient}/Makefile.am: explicitly define the shared
725 library version number to be 0.0
726
727 * configure.ac: remove spurious , so extract.pl is chmod'd +x.
728
729 * HACKING: explain shared library versioning rules
730
27eebb3e 7312004-07-22 Paul Jakma <paul@dishone.st>
732
733 * configure.ac: modify default CFLAGS to be compiler agnostic
734 build Makefile for tests/ subdir.
735
aa9af78c 7362004-07-14 Greg Troxel <gdt@poblano.ir.bbn.com>
737
738 * Makefile.am (EXTRA_DIST): Add missing \, so tools stuff is
739 really in distfile.
740
87efd646 7412004-06-30 Greg Troxel <gdt@poblano.ir.bbn.com>
742
743 * */Makefile.am: use -L../lib -lzebra, so we pick up the shlib
744 version of libzebra when available.
745
746 * configure.ac, update-autotools: Add libtool.
747
fc9d0745 7482004-06-30 Greg Troxel <gdt@poblano.ir.bbn.com>
749
f2bfdee5 750 * Makefile.am: add files to EXTRA_DIST rather than copying, and
751 omit the kludgy cleaning steps, which were failing when the list
752 to clean was empty.
753
7542004-06-30 Greg Troxel <gdt@poblano.ir.bbn.com>
755
fc9d0745 756 * configure.ac: Look for perl, and substitute into vtysh/extract.pl.
757 Search for termcap functions more expansively (fixes vtysh compile
758 on NetBSD). Clean up --enable-vtysh definition.
759
cf313889 7602004-06-30 Greg Troxel <gdt@poblano.ir.bbn.com>
761
762 * update-autotools: Use -rf on autom4te.cache.
763
320ec10a 7642004-06-20 Hasso Tepper <hasso@estpak.ee>
765
766 * lib/vty.c: Don't attempt to load configuration file from current
767 directory.
768 * Update vty_read_config() calls in bgpd/bgp_main.c, isisd/isis_main.c,
769 ospf6d/ospf6_main.c, ospfd/ospf_main.c, ripd/rip_main.c,
770 ripngd/ripng_main.c and zebra/main.c.
771
19877dd2 7722004-05-11 Paul Jakma <paul@dishone.st>
773
774 * configure.ac: Add solaris support for the zebra/*_solaris
775 method's, based on Sowmini's patches.
776
d355bfa7 7772004-04-08 Paul Jakma <paul@dishone.st>
778
779 * ospf_spf.h: Add backlink field to struct vertex
780 * ospf_spf.h: (ospf_vertex_new) initialise backlink
781 (ospf_lsa_has_link) return index of link back to
782 vertex V from candidate vertex W, or -1 if no link exists.
783 (ospf_spf_next) save backlink index for candidate vertex
784 * ospf_interface.c: (ospf_vl_set_params) Use the backlink index
785 to determine correct address for virtual-link peers. Fall back
786 to older "pick first link" method if no backlink index exists.
787
41d3fc96 7882004-04-06 Hasso Tepper <hasso@estpak.ee>
789
790 * zebra/ipforward_proc.c: Fixed lowering privileges.
791 * zebra/zserv.c: Fixed "(no) ipv6 forwarding" command logic.
792 * configure.ac: Added --disable-capabilities switch to configure.
793
f571dab0 7942004-03-22 Hasso Tepper <hasso@estpak.ee>
795
796 * Readded SIGTERM handling so daemons can clean up their stuff if they
797 are killed (not murdered).
798
37318657 7992004-03-20 Michael Bruening <mike@vailsys.com>
800
801 * ospfd/ospf_vty.c: Completed array distribute_str of route types with
802 addition of "isis". This array must be indexed by
803 ZEBRA_ROUTE_(SYSTEM|KERNEL|...) defines in zebra.h, and should
804 be updated with every route type addition. This fix allows
805 commands redistributing routes from (bgp|isis), like "router ospf
806 redistribute bgp ...", to be written to terminal, memory, file,
807 which would otherwise result in a seg fault or, possibly, config
808 file corruption. Overlooked in import of isisd.
809 * Similar fixes to bgpd/bgp_vty.c ospf6d/ospf6_asbr.c ripd/rip_zebra.c
810 and ripngd/ripng_zebra.c.
811
8c903fbb 8122004-03-17 Jean-Yves Simon <lethalwp@tiscali.be>
813
814 * zebra/main.c, ripd/rip_main.c: Fix typos sigusr1 -> sigint,
815 bugzilla #82.
816
5e4fa164 8172004-03-16 David Young <dyoung@pobox.com>
818
819 * (many) reference <lib/version.h> rather than "version.h",
820 because version.h is a generated file and not present in the
821 source tree when using objdir builds.
822
fa2b17e3 8232004-03-03 PC Drew <pc@superiorcomm.net>
824
825 * lib/keychain.c: typecast time_t function to long, fixes compile
826 warning.
827 * lib/debug.c: wrapped function with ifdef HAVE_GLIBC_BACKTRACE fixes
828 compile warning when backtrace doesn't exist for that system.
829 * zebra/rtadv.c: for OpenBSD, added include statement for
830 netinet/icmp6.h
831 * zebra/zserv.c: added default case to switch statements, fixes compile
832 warning about certain NEXTHOP_TYPE enumeration values not being
833 handled.
834 * zebra/rt_socket.c: set *mask = NULL by default, fixes compile
835 warning, about mask possibly being used uninitialized.
836 * bgpd/bgp_nexthop.c: added default case to switch statements, fixes
837 compile warning about certain NEXTHOP_TYPE enumeration values not
838 being handled.
839 * ospfd/ospf_spf.c: typecast time_t to long, fixes compile warning.
840 * ospfd/ospf_route.c: typecast route_node->prefix to prefix_ipv4, fixes
841 compile warning.
842 * ospfd/ospf_route.c: typecast prefix_ipv4 to prefix, fixes compile
843 warning.
844 * ospfd/ospf_abr.c: typecast prefix to prefix_ipv4 in two instances,
845 fixes compile warning.
846 * vtysh/vtysh.c: fixed null pointer sentinel value when doing execl and
847 friends, fixes compile warning.
848 * ospf6d/ospf6_damp.c: typecast time_t to long in 4 instances, fixes
849 compile warning.
850 * ospf6d/ospf6_main.c: use MAXPATHLEN (if set) instead of 64 for the
851 _cwd array, fixes compile warning.
852
2d75d052 8532004-01-19 Paul Jakma <paul@dishone.st>
854
855 * tests/test-sig.c: New file, regression test for sigevents.
856 * lib/Makefile.am: add sigevent.{c,h}
857 * (isis|rip|ripng|ospf|ospf6|bgp)d/\1_main.c: modify for sigevents.
858 * zebra/main.c: ditto.
859
a27abaa5 8602004-01-10 Paul Jakma <paul@dishone.st>
861
862 * Makefile.am: redhat/ is a dist subdir too.
863
a4d2a0d2 8642004-01-10 Vincent Jardin <jardin@6wind.com>
865
866 * configure.ac: add the redhat/Makefile as a AC_OUTPUT() argument.
867 It fixes build on FreeBSD 5.1 and FreeBSD 4.7
868
00bc5603 8692004-01-08 Paul Jakma <paul@dishone.st>
870
871 * Makefile.am: as per gdt, specify the redhat dir as a DIST_SUBDIR,
872 remove the redhat/... dist targets - instead these now go in..
873 redhat/Makefile.am: (new) proper place to describe redhat/ dist
874 files, as well as allow quagga.spec to be regenerated properly.
875 redhat/quagga.sysconfig: specify conf file location.
876 redhat/quagga.spec.in: Add 2 patches to RPM build.
877
15d74e93 8782003-12-30 Paul Jakma <paul@dishone.st>
879
880 * redhat/isisd.init: new file, init script for isisd.
881 redhat/quagga.sysconfig: new file, sysconfig file for quagga
882 initscripts.
883 redhat/quagga.spec.in: various cleanups, including sysconfig patch
884 from RH, fixed UID/GID as per RH EL, shell changed to
885 /sbin/nologin, daemon vty's listen to 127.1 only per default and
886 isisd packaged.
887 redhat/*.init: sysconfig support and runlevels specified.
888
41ad8780 8892003-12-30 Paul Jakma <paul@dishone.st>
890
891 * Makefile.am: put the redhat/ stuff into EXTRA_DIST rather than
892 copying via dist-hook. Remove ~ files backup cruft from dists.
893 isisd/Makefile.am: sysconf example should go via
894 dist_examples_DATA. The include-netbsd/ headers werent mentioned
895 as sources and werent being copied into dists.
896
9e867fe6 8972003-12-23 Vincent Jardin <jardin@6wind.com>
898
899 * isisd: Import isisd from Sampo Saaristo's source code.
900
aa593d5e 9012003-12-22 Christian Hammers <ch@lathspell.de>
902
903 * configure.ac (and everywhere a regular file is opened for
904 writing): use file permissions from configure rather than
905 compiled-in umask.
906
47ce02a8 9072003-12-22 Hasso Tepper <hasso@estpak.ee>
908
909 * lib/linklist.c: Revert microfix I commited while reverting
910 [quagga-dev 227]. Caused by misreading code.
911
e90fbabd 9122003-12-21 Hasso Tepper <hasso@estpak.ee>
913
914 * lib/linklist.c: Revert patch [quagga-dev 227]. listnode_add_sort()
915 function should not drop nodes in any case. But fix behavior where
916 nodes were added to the end of list when cmp returned 0.
917 * lib/if.c: Check for duplicates before calling listnode_add_sort().
918
af273652 9192003-12-08 Greg Troxel <gdt@fnord.ir.bbn.com>
920
921 * {lib,ospfd,ospfapi}/Makefile.am: Use pkginclude_HEADERS rather
922 than include_HEADERS to place includes in
923 ${prefix}/include/quaggainstead of polluting ${prefix}/include.
924
c4f0efe6 9252003-12-04 Greg Troxel <gdt@poblano.ir.bbn.com>
926
927 * configure.ac: When setting exampledir to sysconfdir as a
928 default, don't quote ${sysconfdir}. (Bug reported by Vincent
929 Jardin.)
930
d2a0ccc6 9312003-12-03 Greg Troxel <gdt@poblano.ir.bbn.com>
932
933 * configure.ac: Compile in Router Advertisement support by
934 default. Note that this does not default to sending RAs; it just
935 makes 'ipv6 nd send-ra' and 'ipv6 nd prefix-advertisement'
936 available. While others may prefer other tools, no argument has
937 been made that router advertisement support is such bloat that it
938 should be compiled out by default (it 9556 bytes on NetBSD/i386 vs
939 8 bytes with the support compiled out). This reversion of a
940 previous change was done in consultation with Paul.
941
fa3232e1 9422003-12-03 Greg Troxel <gdt@poblano.ir.bbn.com>
943
944 * configure.ac: Move tests for v6 header files to after the check
945 for v6 code version, and conditionalize on the right variable.
946 (Fixes problem where v6 header files are not included when v6 is
947 enabled implicitly.)
d2a0ccc6 948
d6b72f7a 9492003-12-03 Greg Troxel <gdt@poblano.ir.bbn.com>
950
951 * configure.ac: Add --enable-exampledir to specify where example
952 config files should go, defaulting to sysconfdir.
953
954 * */Makefile.am: use exampledir instead of sysconfdif for examples
955
62892880 9562003-11-02 Paul Jakma <paul@dishone.st>
957
958 * bgpd/bgp_routemap.c: Fix up 'set ip next-hop A.B.C.D|peer-address'
959 route map command so that vtysh can use it. Modified version of
960 Hasso Tepper's patch. Fixes bug #52.
961 * configure.ac: FreeBSD has net-snmp in /usr/local.
962 * redhat/quagga.spec.in: Install libzebra headers with -devel
963 package.
964
9652003-11-02 Krzysztof Oledzki <oleq@ans.pl>
966
967 * zebra/zebra_rib.c: Revert patch (dating from zebra.org) which
968 caused zebra to read all routes in all tables, rather than just
969 the main table. See [quagga-dev 280].
970
9712003-10-30 Paul Jakma <paul@dishone.st>
972
973 * configure.ac: netinet/in_systm.h is yet another well-known
974 header file we really should be checking for
975
9762003-10-27 kamatchi soundaram <kamatchi@tdd.sj.nec.com>
977
978 * ospfd/ospfd.c: Do not increment act_int for an area, as it is done
979 by ospf_ism.c::ism_change_state() - results in incorrect figure
980 for active interfaces in an area.
981
9822003-10-27 Paul Jakma <paul@dishone.st>
983
984 * lib/if.{ch}: remove ifc_pointtopoint() - left over from the
985 reverted RFC3021 patch.
986
9872003-10-27 Simon <lists@routemeister.net>
988
989 * ospfd/ospfd.c: if_is_pointopoint() takes (struct interface *), was
990 being called with struct connected. Change to co->ifp.
991
9922003-10-27 Gilad Arnold <gilad.arnold@terayon.com>
993
994 * zebra/zebra_rib.c: (nexthop_active_update) Check for multipath
995 limit when setting changed flag to avoid spurious changes.
996 (static_install_ipv{4,6}) dont uninstall by default, might not be
997 required - avoid spurious uninstalls.
998 (static_uninstall_ipv{4,6}) only uninstall the route if its
999 actually FIB route.
1000
10012003-10-24 sowmini.varadhan@sun.com
1002
1003 * ospfd/ospf_network.c: (ospf_sock_init) Exit if socket can not be
1004 created.
1005
10062003-10-24 Jose Luis Rubio Guivernau <jrubio@dit.upm.es>
1007
1008 * Better 'show bgp' support for views (eg ipv6), see [quagga-dev 238]
1009 * bgpd/bgp_route.c: (bgp_show) Take a struct bgp argument instead of
1010 view string.
1011 (bgp_show_neighbor_route) Take a struct peer argument instead of
1012 ip string.
1013 (peer_adj_routes) ditto
1014 (show_adj_routes) ditto
1015 (peer_lookup_in_view) new function to return appropriate struct
1016 peer for a given view string.
1017 (misc) Fixup all calls to above to reflect new calling arguments,
1018 and use peer_lookup_in_view as needed. Additional commands
1019 installed to use expanded functionality above, existing commands
1020 modified to suit as well.
1021 * bgpd/bgp_vty.c: 2 new aliases.
1022
10232003-10-24 Paul Jakma <paul@dishone.st>
1024
1025 * configure.ac: Check for fcntl()
1026 * {bgpd,ospf,ospf6d,ripd,ripngd}/Makefile.am: Install conf file via
1027 regular automake means, not magic install incantations, see
1028 bug #38.
1029 * lib/Makefile.am: install the headers, needed to link libzebra.a
1030 (and hence libospf.a, OSPF-API, etc.)
1031
10322003-10-24 waldi@debian.org
1033
1034 * vtysh/Makefile.am: vtysh_cmd.c rebuild was broken because it
1035 depended against source files without specification, i.e. it
1036 used ../zebra instead of $(top_srcdir)/zebra.
1037
10382003-10-23 Paul Jakma <paul@dishone.st>
1039
1040 * configure.ac: IRIX configure.ac support. Sort of works.
1041 sysctl() crashes though (ipforward), there's some kind of odd
1042 padding in the PF_ROUTE socket messages and setsockopt() on
1043 SOCK_RAW does not work (so ospfd doesnt work).
1044
10452003-10-22 Paul Jakma <paul@dishone.st>
1046
1047 * vtysh/Makefile.am: do not include vtysh_cmd.c in dists, its
1048 configure dependent. (still need to find a way to make building of
1049 it dependent on configure options or include all commands.)
1050
10512003-10-22 Paul Jakma <paul@dishone.st>
1052
1053 * lib/zebra.h: include limits.h if its there, its a portable header
1054 and useful and not just solaris specific. net/route.h is also
1055 useful.
1056
10572003-10-22 Paul Jakma <paul@dishone.st>
1058
1059 * lib/regex.c: bzero -> memset
1060 * zebra/ioctl.c: ditto. bzero is not portable.
1061
10622003-10-22 Paul Jakma <paul@dishone.st>
1063
1064 * zebra/kernel_socket.c: HAVE_IPV6 conditional for WRAPUP when
1065 HAVE_SA_LEN is not defined. bcopy -> memcpy, bcopy is not
1066 portable.
1067
10682003-10-22 Paul Jakma <paul@dishone.st>
1069
1070 * configure.ac: Split up header checks into non-net, net and ipv6
1071 related. Checking of IPv6 is conditional. Add some more output
1072 text for the end of the configure run.
1073
10742003-10-18 Lorenzo Colitti <lorenzo@ripe.net>
1075
1076 * bgpd/bgp_attr.c: (bgp_dump_routes_attr) Dont dump IPv4 nexthop
1077 for IP. Dump MP_NLRI attr with IPv6 next-hop for AF_INET6 address
1078 family prefixes. Accept prefix as argument.
1079 * bgpd/bgp_attr.c: modify bgp_dump_routes_attr declaration.
1080 * bgpd/bgp_dump.c: (bgp_dump_routes_entry) Modify calls to
1081 bgp_dump_routes_attr.
1082 (bgp_dump_common) Go by the family of the peering socket, not
1083 configured address family when dumping peering information.
1084 Add HAVE_IPV6 conditionals, eg missing from previous bgp interval
1085 patch.
1086
10872003-10-18 Lorenzo Colitti <lorenzo@ripe.net>
1088
1089 * bgpd/bgp_dump.{c,h}: (bgp_dump_interval_add) Dump at discrete
1090 fixed intervals rather than fixed intervals from startup time.
1091 (bgp_dump_interval_func) Dont return immediately if file cant be
1092 openeded, but reschedule interval dumps, even - admin might
1093 fix problem in meantime. Close the dump file in between intervals.
1094 (bgp_dump_init) account for MSG header when initialising stream
1095 size.
1096
10972003-10-15 Paul Jakma <paul@dishone.st>
1098
1099 * ospfd/ospf_interface: (ospf_if_lookup_table) new function to
1100 lookup oi for a given prefix in a given interfaces table of oi's.
1101 (ospf_if_new) use ospf_if_lookup_table to deal with zebra
1102 reporting new interface multiple times.
1103 NB: This patch is a complete plaster-band of a hack. First, why is
1104 zebra reporting interface events multiple times? Second, why does
1105 ospfd maintain so many damn lists and tables relating to oi's -
1106 these should be reconciled into one or two tables.
1107
11082003-10-15 sowmini.varadhan@sun.com
1109
1110 * ripd/ripd.c: (rip_send_packet) use rip->sock for mcast sends,
1111 instead of creating one socket per send. send source addr to
1112 rip_update_interface.
1113 (rip_update_process) should send an update on every connected
1114 network for each interface.
1115 (rip_request_send) should send a request on every connected
1116 network for each interface.
1117 * ripd/ripd.h: update prototype for rip_interface_multicast_set
1118 * ripd/rip_interface.c: (rip_interface_multicast_set) reorganized
1119 so that it can be called repeatedly for aliased interfaces (on
1120 multiple networks).
1121
11222003-10-15 Jay Fenlason <fenlason@redhat.com>
1123
1124 * lib/vty.c: (vty_telnet_option) Remote DoS exists if a telnet
1125 end-sub-negotation is sent when no sub-negotation data has been
1126 sent. Return immediately if no sub-negotation is in progress.
1127 (vty_read) do not attempt to process options if no sub-negotation
1128 is in progress.
1129
11302003-10-15 Paul Jakma <paul@dishone.st>
1131
1132 * lib/vty.c: (vty_save_cwd) dont crash if getcwd fails. try fallback
1133 to SYSCONFDIR. Allocate cwd from the stack rather than relying on
1134 (non-portable) getcwd() allocation (which we didnt seem to be
1135 freeing).
1136
11372003-10-13 Jay Fenlason <fenlason@redhat.com>
1138
1139 * lib/zebra.h: define UINT32_MAX for those systems which do not
1140 provide it.
1141 * bgp_attr.h: define BGP_MED_MAX.
1142 * bgp_route.c: update defines/constants to BGP_MED_MAX.
1143 * bgp_routemap.c: ditto. clean up route_match_metric_compile
1144 slightly to avoid unneccesary XMALLOC.
1145
11462003-10-13 sowmini.varadhan@sun.com
1147
1148 * ospf_lsa.h: Add OSPF_LSA_PREMATURE_AGE flag.
1149 * ospf_lsa.c: added better debug comments. check sequence number in
1150 ospf_lsa_install. ospf_maxage_lsa_remover() checks for
1151 OSPF_LSA_PREMATURE_AGE and re-originates the lsa after ls_acks are
1152 received.
1153 * ospf_flood.c: improve debug statement- print ls_seqnum.
1154
11552003-10-13 Douglas Fraser <doug+quagga@idmf.net>
1156
1157 * zebra/connected.c: PtP revert fixup. Zebra was not creating
1158 connected route for PtP peer.
1159
11602003-10-07 Tarhon-Onu Victor <mituc@iasi.rdsnet.ro>
1161
1162 * zebra/ipforward_proc.c: (ipforward) Close the fd for
1163 /proc/net/snmp. See [quagga-dev 284]
1164
11652003-09-29 Gilad Arnold <gilad.arnold@terayon.com>
1166
1167 * zebra/zebra_rib.c: Fix possible dangling reference to rib
1168 route_nodes - unlock it the appropriate number of times. (twice,
1169 because of the implicit lock). see [quagga-dev 251].
1170
11712003-09-29 Paul Jakma <paul@dishone.st>
1172
1173 * zebra/connected.c: revert the 'generic PtP' patch as it causes
1174 far too many problems. People who use FreeSWAN should investigate
1175 native linux ipsec.
1176 * zebra/rt_netlink.c: ditto
1177 * lib/if.c: ditto
1178 * ripd/ripd.h: ditto
1179 * ripd/ripd.c: ditto
1180 * ripd/rip_interface.c: ditto
1181 * ospfd/ospfd.c: ditto
1182 * ospfd/ospf_snmp.c: ditto
1183 * bgpd/bgp_nexthop.c: ditto
1184 * ospfd/ospf_packet.c: Add debug output for some of the previously
1185 completely silent drops of 'bad' packets.
1186 * configure.ac: bump version
1187
11882003-08-27 Jay Fenlason <fenlason@redhat.com>
1189
1190 * lib/Makefile.am: Do not use a lib (libcap) as a dependency
1191 * zebra/Makefile.am: Link in libcap
1192 * bgpd/bgp_routemap.c: attr->med is type u_in32_t, should be
1193 compared with UINT32_MAX
1194 * ospfd/ospfd.c: remove redundant assert
1195 * zebra/rtadv.c: add missing include for zebra/rib.h
1196
11972003-09-24 Paul Jakma <paul@dishone.st>
1198
1199 * lib/version.h: moved to version.h.in
1200 * lib/version.h.in: New file, from version.h. Change hardcoded
1201 package name and version to use the autoconf defined substition
1202 variables.
1203 * configure.ac: Fix up AC/AM_INIT* to new style. Remove the sed'ing
1204 through lib/version.h for VERSION. Add lib/version.h to the
1205 AC_OUTPUT list. Update the text output of quagga version at end
1206 of configure run to use PACKAGE_VERSION.
1207 * doc/.cvsignore: ignore quagga.pdf
1208 * doc/.cvsignore: ignore version.h, its now autogenerated.
1209
12102003-09-24 sowmini.varadhan@sun.com
1211
1212 * lib/if.c: (if_cmp_func) fix infinite loop if
1213 ifp1->name == ifp2->name
1214 * lib/linklist.c: (if_cmp_func) Fix handling of case where
1215 list->cmp returns 0.
1216 * rip_interface.c: (rip_interface_address_add) call
1217 rip_enable_apply(), or the interface is never considered up.
1218 see [quagga-dev 225].
1219 * zebra/kernel_socket.c: Fix up WRAPUP macro to deal with multiple
1220 address families in the absence of sa_len element in struct
1221 sockaddr.
1222 (ifm_read): Handle solaris 9 if_msghdr_t.
1223 Deal with interfaces which are incomplete, lookup on name rather
1224 than the placeholder interface index of -1.
1225
12262003-09-24 Thomas Giger TGC <thomas.giger@tgc.de>
1227
1228 * ospf_packet.c (ospf_associate_packet_vl): pass NULL struct
1229 interface to ospf_if_lookup_by_local_addr() rather than the
1230 receiving interface ifp, packets for VL's could come in any
1231 interface. See quagga-dev 250.
1232
e05fba43 12332003-04-13 Paul Jakma <paul@dishone.st>
1234
1235 * Amir: Opaque LSA bug fix for deletion of Type11's
1236 * configure.ac: use --localstatedir for Unix sockets
645878f1 1237 * Hasso Tepper: When flushing as-ext LSAs flush associated NSSA
1238 LSAs.
e05fba43 1239
020709f9 12402003-04-04 Paul Jakma <paul@dishone.st>
1241
1242 * Sync to Zebra CVS
1243 * Fix lib/thread.h leak
1244 * Fix small Opaque LSA leak
1245 * Do not configure OSPF interfaces for secondary addresses
1246 * vtysh fixes from Hasso
1247 * Dave Watson's missing ntohs fix
1248
68980084 12492003-03-25 Paul Jakma <paul@dishone.st>
1250
1251 * Sync to Zebra CVS
1252
07661cb5 12532003-03-17 Amir Guindehi <amir@datacore.ch>
1254
1255 * Extended SNMP checks in configure.ac so that net-snmp works
1256
12572003-03-17 Amir Guindehi <amir@datacore.ch>
1258 Ralph Keller <keller@tik.ee.ethz.ch>
1259 * merge OSPF-API
1260
13766da4 12612003-02-07 Paul Jakma <paul@dishone.st>
1262
1263 * Sync to zebra CVS
1264
420df43a 12652003-02-03 Paul Jakma <paul@dishone.st>
1266
1267 * Sync to zebra CVS
1268
ae936aee 12692003-01-19 Paul Jakma <paul@dishone.st>
1270
1271 * Temporary fix for Generic PtP wrt to IPv6
1272
9a668001 12732003-01-17 Paul Jakma <paul@dishone.st>
1274
1275 * Sync up to latest zebra.org CVS
1276 * [zebra 16823] Bugfix and new feature in Opaque-LSA handling
1277 Masahiko Endo <endo@suri.co.jp>
1278 * [zebra 16824] [PATCH] nsm_kill_neighbor
1279 Masahiko Endo <endo@suri.co.jp>
1280 * [zebra 17217] [PATCH] show thread CPU
1281 Yon Uriarte <havanna_moon@gmx.net>
1282 * [zebra 17218] Re: [PATCH] CLI extensions.
1283 Yon Uriarte <havanna_moon@gmx.net>
1284
4fc01e67 12852002-12-13 Paul Jakma <paul@dishone.st>
1286
1287 * added support for vtysh 'write file' command to
0efa4d57 1288 write either per-daamon and/or integrated file
ab836aab 1289 * ospfd md5 buffer copying fix (Greg Troxel)
8bd9c714 1290 * ospfd md5 sequence number derived from time()
ab836aab 1291 * RIPv1 fixes and improvements (John Hay)
1292 * link state detection (linux) ([zebra 12269])
1293 * Generic PtP and RFC3021 interface addressing support
1294 (Frank van Maarseveen)
0efa4d57 1295 * Michal Ludvig <michal@logix.cz>:
1296 [zebra 16525] PATCH: Bugfixes for KAME systems
1297 * Kevin C Miller <kevinm@andrew.cmu.edu>
1298 [zebra 16681] OSPF NSSA Patches
1299 * Yon Uriarte <havanna_moon@gmx.net>
1300 [zebra 16671] [PATCH] CLI extensions
a895901b 1301 * Masahiko Endo: [zebra 15475] - MPLS-TE docs
4fc01e67 1302
718e3744 13032002-07-07 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
1304
1305 * zebra-0.93 released.
1306
13072002-06-28 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
1308
1309 * update-autotools: Change file name from update-auto-tools.sh.
1310
13112002-06-21 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
1312
1313 * update-auto-tools.sh: Add a new script to clean up build
1314 environment.
1315
13162002-06-18 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
1317
1318 * Shift to the latest build environment autoconf-2.53 and
1319 automake-1.6.2.
1320
13212001-10-22 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
1322
1323 * Integrate Glen Turner <glen.turner@aarnet.edu.au>'s pid option.
1324
13252001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
1326
1327 * zebra-0.92a released.
1328
13292001-08-19 "Peter Galbavy" <peter.galbavy@knowtion.net>
1330
1331 * configure.in: SNMP library check problem fix when the library is
1332 installed under /usr/local/lib.
1333
13342001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
1335
1336 * zebra-0.92 released.
1337
13382001-04-22 Kunihiro Ishiguro <kunihiro@zebra.org>
1339
1340 * configure.in (LIBPAM): Use ZEBRA_AC_C_BIGENDIAN to avoid a
1341 warning.
1342 (IF_METHOD): Use test -r instead of AC_CHECK_FILE to avoid
1343 warnings.
1344
1345 * config.guess: Update to 2000-11-10 version.
1346
13472001-04-11 Kunihiro Ishiguro <kunihiro@zebra.org>
1348
1349 * configure.in: Use AC_TRY_COMPILE instead of AC_EGREP_HEADER to
1350 detect in_pktinfo structure. Suggested by: Vlad Lungu
1351 <vlad@rls.roknet.ro>.
1352
13532001-03-07 Michael Rozhavsky <mrozhavsky@opticalaccess.com>
1354
1355 * configure.in: Add check for structure in_pktinfo.
1356
13572001-02-07 "Bjoern A. Zeeb" <bzeeb+zebra@zabbadoz.net>
1358
1359 * configure.in (USE_PAM): Fix PAM library detection code.
1360
13612001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
1362
1363 * zebra-0.91 is released.
1364
13652001-01-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1366
1367 * configure.in: Remove guile related definition.
1368
13692001-01-11 Kunihiro Ishiguro <kunihiro@zebra.org>
1370
1371 * configure.in (ac_cv_htonl_works): HAVE_REPAIRABLE_HTONL is
1372 removed. htonl should work fine on any platform.
1373
13742001-01-10 Kunihiro Ishiguro <kunihiro@zebra.org>
1375
1376 * configure.in: Remove --enable-oldrib option.
1377
1378 * acconfig.h: OLD_RIB definition is removed.
1379
1380 * zebra-0.90 is released.
1381
1382 * configure.in (LIBS): Add check for sun_len field in struct
1383 sun_len.
1384
13852001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1386
1387 * Makefile.am: Include init/redhat files to distribution.
1388
13892001-01-07 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1390
1391 * configure.in: check libm.a for BGPd compile error.
1392 AC_CHECK_LIB(m, main) was added.
1393
13942000-12-29 Kunihiro Ishiguro <kunihiro@zebra.org>
1395
1396 * configure.in: --enable-unixdomain becomes default. Add
1397 --enable-tcp-zebra for TCP/IP communication between protocol
1398 daemon and zebra.
1399
1400 * COPYING.LIB: Added for lib/getopt.c, lib/getopt.h,
1401 lib/getopt1.c, lib/md5-gnu.h, lib/md5.c, lib/regex-gnu.h,
1402 lib/regex.c.
1403
1404 * Makefile.am (dist-hook): Include tools/*.cgi to distribution.
1405
14062000-12-26 Kunihiro Ishiguro <kunihiro@zebra.org>
1407
1408 * configure.in (MULTIPATH_NUM): --enable-multipath=ARG specify
1409 multipath number. ARG must be digit.
1410
14112000-12-11 Kunihiro Ishiguro <kunihiro@zebra.org>
1412
1413 * configure.in: Add --enable-newrib for test new RIB code.
1414
14152000-11-25 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1416
1417 * configure.in, config.h.in: Add check for libutil.h and
1418 setproctitle().
1419
14202000-10-26 Kunihiro Ishiguro <kunihiro@zebra.org>
1421
1422 * configure.in: Add --enable-nssa for OSPF NSSA option.
1423
1424 * acconfig.h: Define HAVE_NSSA.
1425
14262000-10-25 "Bjoern A. Zeeb" <bzeeb+zebra@zabbadoz.net>
1427
1428 * configure.in: pam_misc is only linked when the platform is
1429 GNU/Linux.
1430
14312000-10-24 Arkadiusz Miskiewicz <misiek@pld.org.pl>
1432
1433 * configure.in (LIBS): Add check for crypto library. test x`ls
1434 ${ac_snmp}` is replaced with sipmle test -f.
1435
14362000-10-23 Kunihiro Ishiguro <kunihiro@zebra.org>
1437
1438 * configure.in: Add --enable-unixdomain option. This will be
1439 default behavior in zebra-0.90.
1440
14412000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1442
1443 * zebra-0.89 is released.
1444
14452000-09-27 Kunihiro Ishiguro <kunihiro@zebra.org>
1446
1447 * configure.in: Add check for Intel CPU for Solaris on x86 check.
1448
14492000-09-21 Kunihiro Ishiguro <kunihiro@zebra.org>
1450
1451 * configure.in: Add check for getifaddrs().
1452 Set AM_INIT_AUTOMAKE version to 0.89.
1453
14542000-09-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1455
1456 * config.guess: Update to the latest version.
1457
1458 * config.sub: Likewise
1459
14602000-09-14 David Lipovkov <dlipovkov@OpticalAccess.com>
1461
1462 * REPORTING-BUGS: New file is added.
1463
14642000-08-27 itojun@iijlab.net
1465
1466 * configure.in: Add ncurses library check when --enable-vtysh is
1467 specified.
1468
14692000-08-22 Kunihiro Ishiguro <kunihiro@zebra.org>
1470
1471 * configure.in: Add check for readline/history.h.
1472
1473 * acconfig.h: Remove pthread related variables.
1474
1475 * configure.in: Add --with-libpam option for vtysh PAM
1476 authentication. Remove --disable-pthread because we don't support
1477 pthread.
1478
14792000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
1480
1481 * zebra-0.88 is released.
1482
1483 * configure.in: Add Solaris -lcurses for vtysh.
1484
14852000-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1486
1487 * configure.in: Add check for ncurses for compiling on Solaris.
1488
14892000-07-27 Kunihiro Ishiguro <kunihiro@zebra.org>
1490
1491 * configure.in: Add check for libreadline when --enable-vtysh is
1492 specified.
1493
14942000-07-23 Kunihiro Ishiguro <kunihiro@zebra.org>
1495
1496 * configure.in: Add AC_DEFINE(OPEN_BSD). When OS is OpenBSD
1497 interface method is if_ioctl.o
1498
14992000-07-09 Chris Dunlop <chris@onthe.net.au>
1500
1501 * acconfig.h: Add HAVE_BROKEN_ALIASES.
1502
1503 * configure.in: Add --enable-broken-aliases.
1504
15052000-06-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1506
1507 * Set version to zebra-0.87.
1508
15092000-06-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1510
1511 * configure.in: Remove --enable-mpls-vpn. Now MPLS-VPN support is
1512 default.
1513
1514 * Set version to zebra-0.87-pre
1515
1516 * Makefile.am: Likewise.
1517
15182000-04-27 Kunihiro Ishiguro <kunihiro@zebra.org>
1519
1520 * Set version to 0.86.
1521
15222000-03-21 Kunihiro Ishiguro <kunihiro@zebra.org>
1523
1524 * Set version to 0.85b for ospfd test.
1525
15262000-03-20 Kunihiro Ishiguro <kunihiro@zebra.org>
1527
1528 * Set version to 0.85a for ospfd test.
1529
15302000-03-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1531
1532 * Set version to 0.85.
1533
15342000-01-26 Kunihiro Ishiguro <kunihiro@zebra.org>
1535
1536 * Makefile.in: Regenerated by patched automake for fixing "make
1537 clean" problem on FreeBSD.
1538
15391999-12-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1540
1541 * Set version to 0.83a. This is for *BSD static route lookup
1542 problem.
1543
15441999-12-06 Kunihiro Ishiguro <kunihiro@zebra.org>
1545
1546 * Set version to 0.83.
1547
15481999-11-29 Kunihiro Ishiguro <kunihiro@zebra.org>
1549
1550 * Set version to 0.82.
1551
15521999-11-23 Kunihiro Ishiguro <kunihiro@zebra.org>
1553
1554 * aczebra.m4: New file added.
1555
15561999-11-21 Michael Handler <handler@sub-rosa.com>
1557
1558 * configure.in (LIBS): Add sa_len check of sockaddr.
1559
1560 * acconfig.h: Add HAVE_SA_LEN.
1561
15621999-11-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1563
1564 * version.h: Update version to zebra-0.81b for bgpd test.
1565
15661999-11-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1567
1568 * configure.in: Add --enable-mbgp.
1569
15701999-11-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1571
1572 * Makefile.am (EXTRA_DIST): Add TODO to the distribution.
1573
15741999-11-04 Kunihiro Ishiguro <kunihiro@zebra.org>
1575
1576 * TODO: New file is added.
1577
15781999-11-03 Kunihiro Ishiguro <kunihiro@zebra.org>
1579
1580 * version.h: Update version to zebra-0.81a for ospfd test.
1581
15821999-10-28 Kunihiro Ishiguro <kunihiro@zebra.org>
1583
1584 * configure.in: New option --enable-snmp is added.
1585
15861999-10-24 Kunihiro Ishiguro <kunihiro@zebra.org>
1587
1588 * version.h: Update version to zebra-0.80.
1589
15901999-10-21 Kunihiro Ishiguro <kunihiro@zebra.org>
1591
1592 * version.h: Update version to zebra-0.80-pre3
1593
15941999-10-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1595
1596 * configure.in (LIBS): SNMP check is done by ucd-snmp/asn1.h.
1597
15981999-10-10 Peter Galbavy <Peter.Galbavy@knowledge.com>
1599
1600 * configure.in: Add support of OpenBSD.
1601
16021999-10-04 Kunihiro Ishiguro <kunihiro@zebra.org>
1603
1604 * version.h: Update version to zebra-0.80-pre2.
1605
16061999-09-27 Kunihiro Ishiguro <kunihiro@zebra.org>
1607
1608 * version.h: Update version to zebra-0.80-pre. From this version,
1609 access-list and prefix-list's name space is divided into IPv4 and
1610 IPv6.
1611
16121999-09-17 Kunihiro Ishiguro <kunihiro@zebra.org>
1613
1614 * version.h: For test recent fixes Set version to zebra-0.79a.
1615
16161999-09-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1617
1618 * version.h: zebra-0.79 is out.
1619
16201999-09-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1621
1622 * version.h: For ospfd's virtual link test. Set version to 0.78h.
1623
16241999-09-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1625
1626 * version.h: For ospfd test. Set version to 0.78g.
1627
16281999-09-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1629
1630 * version.h: For internal test of ospfd. Set version to 0.78f.
1631
16321999-09-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1633
1634 * version.h: To test ospfd's fix, set version to 0.78e.
1635
16361999-09-01 Kunihiro Ishiguro <kunihiro@zebra.org>
1637
1638 * version.h: To test ospfd's area related bug fix, set version
1639 to 0.78d.
1640
16411999-09-01 Kunihiro Ishiguro <kunihiro@zebra.org>
1642
1643 * version.h: To test ospfd, set version to 0.78c.
1644
16451999-08-31 Janos Farkas <chexum@shadow.banki.hu>
1646
1647 * Many misspelling correction.
1648
16491999-08-31 Kunihiro Ishiguro <kunihiro@zebra.org>
1650
1651 * version.h: To test ospfd, set version to 0.78b.
1652
16531999-08-31 Kunihiro Ishiguro <kunihiro@zebra.org>
1654
1655 * configure.in (LIBS): Add UCD-SNMP include path check.
1656
16571999-08-31 Lars Fenneberg <lf@elemental.net>
1658
1659 * configure.in: The logic which detects the UCD-SNMP library
1660 should first check in the default system locations for the library
1661 and then in /usr/local.
1662
16631999-08-27 itojun@iijlab.net
1664
1665 * configure.in (LIBS): Fix problem about libsnmp.a check.
1666
16671999-08-26 kay <kay@v6.access.co.jp>
1668
1669 * configure.in (CFLAGS): Add <sys/socket.h> to check socklen_t.
1670
16711999-08-24 VOP <vop@unity.net>
1672
1673 * filter.c: Include "sockunion.h".
1674 plist.c: Likewise.
1675 table.c: Likewise.
1676
16771999-08-24 Kunihiro Ishiguro <kunihiro@zebra.org>
1678
1679 * configure.in: Add netinet6/in6.h check.
1680
16811999-08-21 Masaki Minami <masaki@minami.org>
1682
1683 * BSD/OS 4.0 porting.
1684
16851999-08-15 Kunihiro Ishiguro <kunihiro@zebra.org>
1686
1687 * configure.in: Add --enable-netlink option to force to use Linux
1688 netlink interface.
1689 (CFLAGS): Add ucd-snmp library check.
1690
1691 * acconfig.h: If socklen_t is not defined, typedef int to
1692 socklen_t.
1693
16941999-08-15 Arkadiusz Miskiewicz <misiek@misiek.eu.org>
1695
1696 * configure.in: When --enable-ipv6 specified, then only kernel
1697 version is checked.
1698
16991999-08-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1700
1701 * configure.in: Add GNU libc 2.1 check.
1702
17031999-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1704
1705 * configure.in: Fix privious Linux IPv6 check changes.
1706
17071999-08-02 Arkadiusz Miskiewicz <misiek@misiek.eu.org>
1708
1709 * configure.in: Improve Linux IPv6 feature check.
1710
17111999-07-29 Rick Payne <rickp@rossfell.co.uk>
1712
1713 * Changed route-maps to behave in a more cisco-like fashion
1714
17151999-07-27 Gerhard Poul <gpoul@gnu.org>
1716
1717 * SERVICES: New file added.
1718
17191999-07-12 itojun@iijlab.net
1720
1721 * configure.in: Add check for getaddrinfo. Improve Kame related
1722 library check.
1723
17241999-07-07 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1725
1726 * configure.in, acconfig.h: Add check for FreeBSD 3.2.
1727
17281999-07-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1729
1730 * configure.in: Delete check for netinet/ip6.h.
1731
17321999-06-30 Gerhard Poul <gpoul@gnu.org>
1733
1734 * README: remixed the old files and added some new parts.
1735 moved some INSTALL stuff into INSTALL file.
1736 moved some other stuff to doc/zebra.texi
1737
17381999-06-29 Kunihiro Ishiguro <kunihiro@zebra.org>
1739
1740 * configure.in (LIBS): Add libresolv check.
1741 Change --enabe-all-in-one option to --enable-one-vty.
1742
17431999-06-20 Kunihiro Ishiguro <kunihiro@zebra.org>
1744
1745 * configure.in: Add --enabe-all-in-one option.
1746
17471999-06-16 Kunihiro Ishiguro <kunihiro@zebra.org>
1748
1749 * configure.in: Add socklen_t check.
1750
17511999-06-16 Gerhard Poul <gpoul@gnu.org>
1752
1753 * Many compile warnings fixed.
1754
17551999-05-31 Kunihiro Ishiguro <kunihiro@zebra.org>
1756
1757 * configure.in: Change message from Linux 2.2.X IPv6 to Linux IPv6.
1758 OpenBSD (NRL) check is enabled.
1759
17601999-05-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1761
1762 * configure.in (LIBS): Add crypt library check.
1763
17641999-05-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1765
1766 * configure.in: Add sin6_scope_id in struct sockaddr_in6 check.
1767
17681999-04-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1769
1770 * Set version to 0.63 for first beta package.
1771
17721999-04-15 Kunihiro Ishiguro <kunihiro@zebra.org>
1773
1774 * guile.m4: Added from guile package.
1775
17761999-04-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1777
1778 * Set version to 0.60 for beta package preparation.
1779
17801999-04-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1781
1782 * Makefile.am: Add noninst_LIBRARIES each directory's Makefile.am.
1783 This change is for linking these libraries to guile.
1784
17851999-04-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1786
1787 * configure.in (LIBS): Add struct rt_addrinfo check.
1788
17891999-04-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1790
1791 * configure.in: AC_STDC_HEADERS added.
1792
17931999-03-29 Kunihiro Ishiguro <kunihiro@zebra.org>
1794
1795 * Add dependencies to each directory's Makefile.am.
1796
17971999-03-02 Peter Galbavy <Peter.Galbavy@knowledge.com>
1798
1799 * reworked include file structure, and configure so that all
1800 source files get all system-dependent include files by including
1801 <zebra.h> which is really lib/zebra.h. This means that the
1802 different programs include files are now available as #include
1803 "zebra/zebra.h" - note the use of quotes, not <> as delimiters.
1804
1805 In practical terms, if I haven't really screwed up, the main file
1806 that maintainers for other OSes have to change is lib/zebra.h for
1807 all the conditional includes etc.
1808
1809 * added --disable-pthread for those systems that seem to have
1810 POSIX threads, but do not work. OpenBSD 2.4+ is like that just
1811 now. Changed all occurance of #ifdef PTHREAD to use HAVE_PTHREAD
1812 instead.
1813
18141999-02-24 <kunihiro@zebra.org>
1815
1816 * configure.in: update to AC_PREREQ(1.13).
1817 Change message from Linux 2.1.x to Linux 2.2.x.
1818 * Added ospf6d directory support.
1819
18201999-02-22 Peter Galbavy <Peter.Galbavy@knowledge.com>
1821
1822 * added a "log" element to the BGPd peer structure, enabling us to
1823 start thinging about a log stream per peer. This is currently
1824 ignored by the wrapper code, but developers should try to use the
1825 "appropriate" ZLOG stream. Documentation will follow, when the
1826 real routines start to exist.
1827
1828 The current plan is to use a copy of the BSD syslog() routines and
1829 replace the syslog library function with our own. I will need
1830 feedback from users of other platforms as this work is done to see
1831 if all is well elsewhere.
1832
1833 * preliminary work on zlog() library. directly replaces syslog()
1834 currently with zlog(ZLOG *, ...) where the new first argument
1835 is a pointer to a ZLOG structure (defined in lib/log.h) and will
1836 encapsulate all the information necessary to maintain multiple
1837 logging streams.
1838
18391999-02-19 Peter Galbavy <Peter.Galbavy@knowledge.com>
1840
1841 * added vsnprintf() macro to lib/str.h if required and removed
1842 #ifdef SUNOS_5 dependency on it
1843
18441999-02-18 Peter Galbavy <Peter.Galbavy@knowledge.com>
1845
1846 * syslog support added
1847
18481999-02-18 Peter Galbavy <Peter.Galbavy@knowledge.com>
1849
1850 * configure.in: Add daemon function check.
1851
18521999-01-21 Kunihiro Ishiguro <kunihiro@zebra.org>
1853
1854 * configure.in: Add --disable-ipv6, --disable-zebra,
1855 --disable-bgpd, --disable-ripd, --disable-ripngd, --disable-ospfd
1856 options to configure.
1857
18581998-12-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1859
1860 * configure.in: Check /usr/inet6/lib/libinet6.a exists or not.
1861
18621998-10-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1863
1864 * configure.in: Comment out FreeBSD's libc_r detect section. At
1865 this moment it doesn't work correctly with zebra.
1866
1867 Netlink interface is only enabled when Linux kernel version is
1868 upper than 2.1.0.
1869
18701998-09-15 HEO SeonMeyong <seirios@matrix.iri.co.jp>
1871
1872 * Hydrangea is now called KAME, so change all defines.
1873
18741998-08-16 Kunihiro Ishiguro <kunihiro@zebra.org>
1875
1876 * configure.in: ifaliasreq check added.
1877
18781998-08-12 Katsuhiro Kondou <kondou@nec.co.jp>
1879
1880 * Patch is applied for compile under EWS4800
1881
18821998-06-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1883
1884 * configure.in: delete old mtu_method check.
1885
1886 * doc/zebra.texi (Kernel interface): chapter `Kernel interface' added
1887
18881998-06-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1889
1890 * configure.in: add new netlink check for GNU/Linux
1891
18921998-06-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1893
1894 * doc/zebra.texi: Update Linux netlink chapter.
1895
18961998-05-18 Yamashita TAKAO <jargon@lares.dti.ne.jp>
1897
1898 * config.h.in: define PTHREAD if work on Solaris 2.6
1899 why delete the definition? I miss?
1900
19011998-05-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1902
1903 * configure.in: add net/if.h header check.
1904
19051998-05-02 SeonMeyong HEO <seirios@Matrix.iri.co.jp>
1906
1907 * zebra.tex,archfig.tex,zebra.sty: Manual file is added.
1908 * zebra.texi: Modify Introduction text.
1909 * RIPngd.c: Patch Hydrangea code.
1910
19111998-05-01 Kunihiro Ishiguro <kunihiro@zebra.org>
1912
1913 * .cvsignore: added.
1914
1915 * Makerule.in: is gone.
1916 * Makefile.am: Now we use automake to generate Makefile.in
1917
19181998-03-19 Yamashita TAKAO <jargon@lares.dti.ne.jp>
1919
1920 * lib/vty.c: modified the definition of *master
1921 * lib/sockunion.c (inet_aton): add, but don't work. uum...
1922
1923
19241998-03-15 Yamashita TAKAO <jargon@lares.dti.ne.jp>
1925
1926 * configure.in: define PTHREAD if work on Solaris 2.6
1927 * config.h.in: likewise
1928 * lib/thread.c: likewise
1929 * lib/vty.c: likewise
1930
19311998-03-15 SeonMeyong HEO <seirios@Matrix.iri.co.jp>
1932
1933 * config.h.in: define INET6 if defined HAVE_IPV6 & HYDRANGEA
1934 * bgpd/: remove include <netinet6/in6.h> line.
1935 * lib/: remove include <netinet6/in6.h> line.
1936 * ripbgd/: remove include <netinet6/in6.h> line.
1937 * zebra/: remove include <netinet6/in6.h> line.
1938 * ripd/*.c: remove include <netinet6/in6.h> line.
1939 undefine IPV6 difinitions because RIPd is not worked for
1940 IPv6 protocol.
1941
1942
19431998-01-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1944
1945 * configure.in: Change routing socket check method from
1946 AC_TRY_COMPILE to AC_TRY_RUN because GNU libc version 2 has
1947 AF_ROUTE but over linux it's meenigless.
1948
19491998-01-06 Kunihiro Ishiguro <kunihiro@zebra.org>
1950
1951 * config.h.in: remove err_t define.
1952
19531997-11-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1954
1955 * configure.in (canonical): add check of IF_METHOD
1956
19571997-09-27 Kunihiro Ishiguro <kunihiro@note.digital-magic.co.jp>
1958
1959 * configure.in: add INRIA check
1960
19611997-09-25 Kunihiro Ishiguro <kunihiro@note.digital-magic.co.jp>
1962
1963 * configure.in (canonical): change ipforward_snmp.o to ipforward_proc.o
1964
19651997-09-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1966
1967 * configure.in: change IRDPD to NDPD
1968
19691997-08-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1970
1971 * INSTALL: new file
1972
19731997-08-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1974
1975 * config.h: add XCALLOC()
1976