]> git.proxmox.com Git - mirror_frr.git/blame - ChangeLog
Add recent NetBSD/FreeBSD versions to list of what ought to work.
[mirror_frr.git] / ChangeLog
CommitLineData
c15deb1b
PJ
12006-08-27 Paul Jakma <paul.jakma@sun.com>
2
3 * configure.ac: Bump to 0.99.5
4
2cb87162
AS
52006-06-15 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
6
7 * redhat/quagga.spec.in: Get default distro automatically
8 by using rpm to query the fedora-release version.
9 And fix a typo (should be default_dist, not dist_default).
10
105b8239
PJ
112006-05-28 Paul Jakma <paul.jakma@sun.com>
12
13 * configure.ac: Update SOS CFLAGS, Xt shouldn't be used and
14 enable debug options.
15 Add a check for GNU Make and warn the user if it does not appear
16 to be the make used.
fb66b29c
PJ
17 Check for Sun libc printstack(), add a general HAVE_STACK_TRACE
18 define for lib/log.c, if any supported stack symbol dumping
19 function is found (glibc backtrace/sun libc printstack).
105b8239 20
08f9fb1c
PJ
212006-05-10 Paul Jakma <paul.jakma@sun.com>
22
23 * configure.ac: Bump to 0.99.4
24
cdc2c3f9
PJ
252006-03-30 Paul Jakma <paul.jakma@sun.com>
26
27 * TODO: Add reminder for useful MED functionality we should
28 implement.
29
41be32bf
PJ
302006-02-15 Paul Jakma <paul.jakma@sun.com>
31
32 * configure.ac: Check for mallinfo, being careful to link test
33 so we can detect things like umem being used (which doesn't
34 provide a mallinfo).
35
b1fc9acb 362006-01-31 Paul Jakma <paul.jakma@sun.com>
37
38 * configure.ac: Cleanup the hideous {net,ucd}-snmp section
39 by removing ucd-snmp. Hence fixing detection where
40 net-snmp is installed in /usr/local (Boris Kovalenko reported
41 the problem).
42
53f953a5 432006-01-19 Paul Jakma <paul.jakma@sun.com>
44
45 * configure.ac: Bump to 0.99.3
46
6a4b8832 472005-11-26 Paul Jakma <paul.jakma@sun.com>
48
49 * configure.ac: Collect together CFLAGS based on compiler
50 detected a bit. Recognise and set default CFLAGS for SunPro /
51 SOS10.
52
76367ea9 532005-11-14 Paul Jakma <paul.jakma@sun.com>
54
55 * configure.ac: Tell gcc we like C99.
56 [bug #231] Check and test for stdint.h.
57
cf220d1f 582005-11-11 Paul Jakma <paul.jakma@sun.com>
59
60 * NEWS: Update.
61 * configure.ac: Bump to 0.99.2
62
ca6383ba 632005-11-10 Paul Jakma <paul.jakma@sun.com>
64
65 * HACKING: Add recommendation to provide a single Subject
66 style description to the commit message.
67 Add some recommendations for ChangeLog.
68
ceacedba 692005-09-29 Paul Jakma <paul.jakma@sun.com>
70
71 * configure.ac: Add the test for Solaris least-privileges. Set
72 defines for whether capabilities are supported and whether of
73 the linux or solaris variety.
74 Add missing-prototypes, missing-declarations, char-subscripts
75 and cast-qual warnings to default cflags, cause Hasso enjoys warnings,
76 and we really should clean the remaining ones up. (ie isisd..).
77 * (*/*main.c) Update the zebra_capabilities_t arrays in the various
78 daemons to match the changes made in lib/privs.h.
79
e6a4feb7 802005-09-19 Hasso Tepper <hasso at quagga.net>
81
82 * configure.ac: Test existance of strndup.
83
a969459c 842005-08-25 Paul Jakma <paul@jakma.org>
85
86 * configure.ac: Add -fno-omit-frame-pointer after -Os in default
87 cflags, just to be sure.
88 Fedora's readline library does not itself link to termcap, hence
89 we must pass the result of termcap tests in via OTHER-LIBRARIES
90 argument, otherwise the test of main in readline will fail due to
91 missing termcap systems. On systems like Debian, -ltermcap
92 is not needed for the readline test, because libreadline already
93 links to it.
94
c0689394 952005-08-25 Hasso Tepper <hasso at quagga.net>
96
97 * configure.ac, vtysh/Makefile.am: Only vtysh needs to be linked
98 against libreadline and friends.
99
60f0651c 1002005-08-13 Paul Jakma <paul@jakma.org>
101
102 * Makefile.am: (EXTRA_DIST) Add the trailing slash back in which
103 greg left out - tools bits weren't being included in dist,
104 which broke rpm builds :).
105
1dab30f4 1062005-08-10 Greg Troxel <gdt@fnord.ir.bbn.com>
107
108 * Makefile.am (EXTRA_DIST): add INSTALL.quagga.txt, because people
109 that patch releases need to know about autoconf required versions.
110
850d39f3 1112005-06-30 Louis Lagendijk <louis.lagendijk@gmail.com>
112
113 * configure.ac: Actually test whether libc has IPv6 support.
114
7cad4000 1152005-06-28 Paul Jakma <paul.jakma@sun.com>
116
117 * INSTALL.quagga.txt: GNU make is required now, because of manual
118 automatic rules in solaris/Makefile.am. (If someone knows how
119 to do these in a better way..).
120 GNU AWK is required for CVS checkout builds.
121
70856417 1222005-06-01 Paul Jakma <paul.jakma@sun.com>
123
124 * NEWS: bgpd work queues and ripd auth-mode change
125
42c98199 1262005-05-07 Yar Tikhiy <yar@comp.chem.msu.su>
127
128 * configure.ac: Check for OSes which support passing ifindex in
129 struct ip_mreq.
130
0c2029e9 1312005-04-29 Paul Jakma <paul.jakma@sun.com>
5e4008f7 132
0c2029e9 133 * NEWS: Added some more 0.99 news.
134 * configure.ac: bump to 0.99.1 (0.99.0 was never released except
135 via CVS snapshots)
5e4008f7 136
74a2dd7b 1372005-04-25 Paul Jakma <paul.jakma@sun.com>
138
139 * HACKING: Add some notes about build system changes, to
140 document common oversights (common for me anyway).
141 Seperate sections with two newlines, easier to read.
142
924b9229 1432005-04-16 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
144
145 * configure.ac: Added AC_ARG_ENABLE(time-check). By default,
146 warning messages will now be printed for threads or commands that take
147 longer than 5 seconds, but this configure argument can be used
148 to disable the checks or change the threshold.
149
03ecfb67 1502005-04-16 Paul Jakma <paul.jakma@sun.com>
151
152 * configure.ac: check for gawk, needed to build memtypes.h
153
dfb9a545 1542005-04-11 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
155
156 * configure.ac: Move AC_CANONICAL_* stuff before AM_INIT_AUTOMAKE to
157 eliminate warning message about AC_ARG_PROGRAM being called
158 before AC_CANONICAL_TARGET.
159
26275b05 1602005-04-11 Paul Jakma <paul.jakma@sun.com>
161
162 * configure.ac: Call AC_CANONICAL_{BUILD,TARGET} macros. Target isnt
163 set otherwise, afaict. AC_SUBST enable_{user,group,vty_group} and
164 quagga_statedir - the Solaris package bits for one need this.
165 configure the solaris/ Makefile.
166 * Makefile.am: solaris is a subdir - unconditional or else it wont
167 be included in non-solaris made dists.
168
1b73de8b 1692005-04-10 Paul Jakma <paul.jakma@sun.com>
170
171 * configure.ac: Fix host string recognition for Solaris Nevada aka
172 solaris2.10.1, and hopefully future such strings.
173
1eb8ef25 1742005-04-07 Paul Jakma <paul.jakma@sun.com>
175
176 * (global): Fix up list loops to match changes in lib/linklist,
177 and some basic auditing of usage.
178 * configure.ac: define QUAGGA_NO_DEPRECATED_INTERFACES
179 * HACKING: Add notes about deprecating interfaces and commands.
180
208f0b7e 1812005-04-05 Paul Jakma <paul@dishone.st>
182
183 * HACKING: remove the 'manually patch redhat/quagga.spec' bit
184 from RELEASE section. Let the rpm revision be CONFDATE, will work
6a524706 185 fine. Expand on the importance of supplying good ChangeLog's in
186 the PATCH SUBMISSION section.
208f0b7e 187
5b087528 1882005-04-04 Hasso Tepper <hasso at quagga.net>
189
190 * configure.ac: Fix AC_LANG_SOURCE usage. It needs double square
191 brackets around source. Single ones broke square brackets in the
192 code (arrays).
193
d33e8d7b 1942005-04-03 Hasso Tepper <hasso at quagga.net>
195
196 * configure.ac: Use AC_RUN_IFELSE instead of obsolete AC_TRY_RUN macro
197 and define action for cross-compiling.
198
f695b01f 1992005-04-02 Hasso Tepper <hasso at quagga.net>
200
201 * configure.ac: Add --enable-isis-topology to enable isisd topology
202 generator code.
203
3849db25 2042005-04-02 Paul Jakma <paul@dishone.st>
205
206 * INSTALL.quagga.txt: Add note about additional CVS build
207 requirements, if one wishes to build ps/pdf docs.
208
3cb98dee 2092005-04-02 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
210
211 * configure.ac: Add strnlen to AC_CHECK_FUNCS.
212
2d58228e 2132005-03-28 Hasso Tepper <hasso at quagga.net>
214
215 * configure.ac, */Makefile.am: Fix previous commit. SNMP includes
216 must be after lib/ includes in some systems. Introduce SNMP_INCLUDES
217 for that.
218
17eff7cb 2192005-03-28 Hasso Tepper <hasso at quagga.net>
220
221 * configure.ac: Fix most of "Presents But Cannot Compiled" warnings
222 about various headers. CFLAGS is not correct place to specify
223 includes, INCLUDES is for that.
224
1969e4b9 2252005-03-27 Hasso Tepper <hasso at quagga.net>
226
227 * configure.ac: Add Intel compiler (icc) support. Although Intel
228 tries really hard to make icc look like gcc, there are some
229 differences. It's very verbose with -Wall and it doesn't support
230 the individual -W options. We are going to ignore some of these
231 warnings.
232
a0fb71a5 2332005-03-26 Hasso Tepper <hasso at quagga.net>
234
235 * doc/defines.texi.in, lib/version.h.in: Update copyright string to
236 include year 2005.
237
29c4c9bd 2382005-03-25 Jean-Mickael Guerin <jean-mickael.guerin@6wind.com>
239 * configure.ac: add struct nd_opt_interval and struct
240 nd_opt_homeagent_info detection.
241
55468c86 2422005-03-14 Paul Jakma <paul.jakma@sun.com>
243
244 * (global) update all c files to match the lib/vector.h rename of
245 (struct vector).active to max, and vector_max macro to
246 vector_active.
247
afd8a129 2482005-03-12 Paul Jakma <paul.jakma@sun.com>
249
250 * configure.ac: Solaris 8 can use the newer lifreq based methods
251 too, allows IPv6.
252
c45eb839 2532005-02-19 Hasso Tepper <hasso at quagga.net>
254
255 * configure.ac: Fix Linux detection. Host types like i686-pc-linux
256 didn't match the pattern.
257
9985f83c 2582005-02-09 Paul Jakma <paul.jakma@sun.com>
259
260 * (global) Update code to match stream.h changes.
261 stream_get_putp effectively replaced with stream_get_endp.
262 stream_forward renamed to stream_forward_getp.
263 stream_forward_endp introduced to replace some previous
264 setting/manual twiddling of putp by daemons.
265
f83d18dc 2662005-01-24 Paul Jakma <paul@dishone.st>
267
268 * configure.ac: Bump version to 0.99.0
269
b854038b 2702005-01-15 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
271
272 * redhat/quagga.spec.in: Fix postun script to avoid misleading error
273 message saying the postun scriptlet failed when watchquagga
274 is not running.
275
40abf239 2762005-01-12 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
277
278 * configure.ac: Test for header file <ucontext.h> (for use in
279 signal processing).
280
6cf9df08 2812005-01-12 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
282
283 * configure.ac: If configure is invoked with --enable-snmp, but
284 the configure script is unable to find SNMP support on the platform,
285 then configure should give an error message and exit.
286
fc43ecc7 2872005-01-12 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
288
289 * redhat/quagga.spec.in: Pass --enable-gcc-rdynamic to configure
290 to get gcc to link with -rdynamic for better backtraces.
291 When the rpm is upgraded, the restart logic now works as follows:
292 1. stop watchquagga; 2. stop all routing daemons; 3. restart zebra
293 if it was running; 4. start all routing daemons that were running;
294 and 5. start watchquagga if it was running.
295
220d0c0e 2962005-01-07 Paul Jakma <paul@dishone.st>
297
298 * configure.ac: Bump version to 0.98.0
299
1f3585ea 3002005-01-05 Paul Jakma <paul@dishone.st>
301
302 * configure.ac: Bump version to 0.97.5
303
6c20046f 3042005-01-04 Greg Troxel <gdt@fnord.ir.bbn.com>
305
306 * configure.ac: Use AC_MSG_CHECKING/AC_MSG_RESULT around
307 CMSG_FIRSTHDR check, so it shows up in the output of configure.
308 Tested on NetBSD, which doesn't define HAVE_BROKEN_CMSG_FIRSTHDR.
309
b99760ab 3102005-01-04 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
311
312 * configure.ac: Added test for broken CMSG_FIRSTHDR macro
313 (relevant for Solaris 8 and unpatched Solaris 9, don't know
314 whether other platforms are affected).
315
73a7dea3 3162005-01-04 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
317
318 * NEWS: Note improved logging facilities.
319
3cade26f 3202004-12-29 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
321
322 * configure.ac: Add new option --enable-gcc-rdynamic to link
323 with -rdynamic.
324
2b70200c 3252004-12-23 Paul Jakma <paul@dishone.st>
326
327 configure.ac: Bump version to 0.97.4
328
f3931751 3292004-12-22 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
330
331 * redhat/quagga.spec.in: daemonv6_list should contain only IPv6 daemons.
332
b3324e27 3332004-12-22 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
334
335 * redhat/quagga.spec.in: Add watchquagga, and fix some other
336 logic to make sure that all daemons are restarted on upgrades
337 and stopped on package removal.
338
afc44c29 3392004-12-22 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
340
341 * redhat/quagga.sysconfig: Define some variables to support watchquagga.
342
515210bd 3432004-12-22 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
344
345 * configure.ac: Add a define for DAEMON_VTY_DIR in config.h.
346
d0199430 3472004-12-22 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
348
349 * {configure.ac,Makefile.am}: Build watchquagga by default.
350
8035e9f0 3512004-12-21 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
352
353 * NEWS: Note addition of watchquagga.
354 * HACKING: Note that watchquagga is in testing phase.
355
9d0bfcb9 3562004-12-21 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
357
358 * watchquagga: New watchquagga daemon.
359
0d742d24 3602004-12-21 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
361
362 * redhat/Makefile.am: Added watchquagga.init to EXTRA_DIST.
363
54b52525 3642004-12-21 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
365
366 * redhat/watchquagga.init: New file, init script for watchquagga.
367
5e764774 3682004-12-03 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
369
370 * HACKING: Indicate that header files should be consulted for
371 documentation, particularly logging levels in lib/log.h.
372
b9e0ee31 3732004-11-24 Paul Jakma <paul@dishone.st>
374
375 * TODO: Add source routing, zebra filtering and lib/ documenting.
376
6099b3b5 3772004-11-19 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
378
379 * global: Replace strerror with safe_strerror. And vtysh/vtysh.c
380 needs to include "log.h" to pick up the declaration.
381
48577196 3822004-11-19 Hasso Tepper <hasso at quagga.net>
383
384 * configure.ac: Avoid regeneration of doc/quagga.info for now.
385
0cdb8dd2 3862004-11-17 Paul Jakma <paul@dishone.st>
387
388 * INSTALL.quagga.txt: texinfo version corrected, so section on
389 that 4.7-x being unknown is not needed.
390
670bbf19 3912004-11-12 Paul Jakma <paul@dishone.st>
392
393 * configure.ac: Fix AC_CONFIG_FILES, the chmod seems to run for
394 every input file, should be only be for vtysh/extract.pl, so that
395 should be a seperate AC_CONFIG_FILES.
95d3184c 396 * INSTALL: update-autotools, autoreconf -i will install this, remove
397 the file so it always matches the autoconf which created
398 configure (ie the quagga snapshot producing host).
9104f569 399 * INSTALL.quagga.txt: Some quagga specific INSTALL notes.
400 * README: s/GNU Zebra/Quagga/ and refer to IS-IS support.
670bbf19 401
7966b97c 4022004-11-10 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
403
404 * redhat/quagga.spec.in: add comments showing how to get gcc verbosity
405
1b074dd2 4062004-11-08 Paul Jakma <paul@dishone.st>
407
408 * configure.ac: bump version to 0.97.3, release imminent.
409
14c17fd8 4102004-11-06 Paul Jakma <paul@dishone.st>
411
412 * configure.ac: Arguments to AC_OUTPUT is deprecated, use
413 AC_CONFIG_FILES instead. Rearrange the order slightly to put the
414 Makefiles first (silly aesthetic thing, dont know why I had to do
415 this ;) ). Add doc/defines.texi to the list.
416 * NEWS: bgp route-server support added, refer to docs.
417 * update-autotools: call automake with --add-missing and --copy,
418 former is important for obvious reasons, latter for dist files,
419 and --gnu to enable whatever extra goodness checks.
420 * {depcomp, install-sh, missing}: removed, auto-generated files.
421
1f8f61a7 4222004-11-05 Paul Jakma <paul@dishone.st>
423
424 * HACKING: Expand on ChangeLogs, eg current practice for certain
425 directories and certain other meta-data is not to maintain a
426 ChangeLog. Expand on the commit message, IMHO, commit message
427 should always be ChangeLog for files where ChangeLog is kept.
428 Solaris is supported on any platform (with, at moment, an
429 additional patch).
430
3e511c8e 4312004-10-23 Paul Jakma <paul@dishone.st>
432
433 * configure.ac: bump version to 0.97.2, release imminent.
434
6b6942f9 4352004-10-22 Paul Jakma <paul@dishone.st>
436
437 * configure.ac: fix up enable help alignment slightly
438 Add --enable-gcc-ultra-verbose to set various gcc warnings which
439 should one day be fixed but are not serious problems or which
440 could be false-positives.
441
3fb9cd6e 4422004-10-19 Andrew J. Schorr <aschorr@telemetry-investments.com>
443
444 * lib, zebra, ripd, ospfd, bgpd: Support NULL connected destination
445 pointers properly everywhere. Fix point-to-point logic to
446 support links where a dedicated subnet has been assigned.
447 PtP links with /31 subnets should now work where supported by O/S.
448
4f8b5bb1 4492004-10-11 Paul Jakma <paul@dishone.st>
450
451 * bump version to 0.97.1, release imminent.
452
e561a8eb 4532004-10-07 Paul Jakma <paul@dishone.st>
454
455 * bump version to 0.97.0, release imminent.
456
7fd63b38 4572004-10-07 Greg Troxel <gdt@sunpal7.mit.edu>
458
459 * configure.ac: remove -Wpacked; 2.95.3 doesn't support it.
460
7347a2ad 4612004-10-05 Hasso Tepper <hasso at quagga.net>
462
463 * configure.ac: Removed -Wpadded. I don't have sooo much time that I
464 could care about padding ;).
465
a49c0ff6 4662004-09-30 Paul Jakma <paul@dishone.st>
467
468 * Update default CFLAGS for gcc to keep Hasso busy.
469
ddb07e5b 4702004-09-27 Paul Jakma <paul@dishone.st>
471
472 * update-autotools: libtoolize should copy files, rather than link.
473 the whole idea is that dist files should not need auto*, etc.
474 installed to be able to compile.
475
ae399ab0 4762004-09-13 Hasso Tepper <hasso at quagga.net>
477
478 * configure.ac: Disable isisd compiling by default.
479
33394766 4802004-09-13 Paul Jakma <paul@dishone.st>
481
482 * configure.ac: capitalise the package name. autoconf lowercases
483 it for PACKAGE_TARNAME.
484
fee0f4c6 4852004-09-13 Jose Luis Rubio <jrubio@dit.upm.es>
486 (at Technical University of Madrid as part of Euro6ix Project)
487
488 Enhanced Route Server functionality and Route-Maps:
489
490 * bgpd/bgpd.h: Modified 'struct peer' and 'struct bgp_filter' to
491 support rs-clients. A 'struct bgp_table *rib' has been added to the
492 first (to mantain a separated RIB for each rs-client) and two new
493 route-maps have been added to the last (for import/export policies).
494 Added the following #defines: RMAP_{IN|OUT|IMPORT|EXPORT|MAX},
495 PEER_RMAP_TYPE_{IMPORT|EXPORT} and BGP_CLEAR_SOFT_RSCLIENT.
496
497 * bgpd/bgpd.c: Modified the functions that create/delete/etc peers in
498 order to consider the new fields included in 'struct peer' for
499 supporting rs-clients, i.e. the import/export route-maps and the
500 'struct bgp_table'.
501
502 * bgpd/bgp_route.{ch}: Modified several functions related with
503 receiving/sending announces in order to support the new Route Server
504 capabilities.
505 Function 'bgp_process' has been reorganized, creating an auxiliar
506 function for best path selection ('bgp_best_selection').
507 Modified 'bgp_show' and 'bgp_show_route' for displaying information
508 about any RIB (and not only the main bgp RIB).
509 Added commands for displaying information about RS-clients RIBs:
510 'show bgp rsclient (A.B.C.D|X:X::X:X)', 'show bgp rsclient
511 (A.B.C.D|X:X::X:X) X:X::X:X/M', etc
512
513 * bgpd/bgp_table.{ch}: The structure 'struct bgp_table' now has two
514 new fields: type (which can take the values BGP_TABLE_{MAIN|RSCLIENT})
515 and 'void *owner' which points to 'struct bgp' or 'struct peer' which
516 owns the table.
517 When creating a new bgp_table by default 'type=BGP_TABLE_MAIN' is set.
518
519 * bgpd/bgp_vty.c: The commands 'neighbor ... route-server-client' and
520 'no neighbor ... route-server-client' now not only set/unset the flag
521 PEER_FLAG_RSERVER_CLIENT, but they create/destroy the 'struct
522 bgp_table' of the peer. Special actions are taken for peer_groups.
523 Command 'neighbor ... route-map WORD (in|out)' now also supports two
524 new kinds of route-map: 'import' and 'export'.
525 Added commands 'clear bgp * rsclient', etc. These commands allow a new
526 kind of soft_reconfig which affects only the RIB of the specified
527 RS-client.
528 Added commands 'show bgp rsclient summary', etc which display a
529 summary of the rs-clients configured for the corresponding address
530 family.
531
532 * bgpd/bgp_routemap.c: A new match statement is available,
533 'match peer (A.B.C.D|X:X::X:X)'. This statement can only be used in
534 import/export route-maps, and it matches when the peer who announces
535 (when used in an import route-map) or is going to receive (when used
536 in an export route-map) the route is the same than the one specified
537 in the statement.
538 For peer-groups the statement matches if the specified peer is member
539 of the peer-group.
540 A special version of the command, 'match peer local', matches with
541 routes originated by the Route Server (defined with 'network ...',
542 redistributed routes and default-originate).
543
544 * lib/routemap.{ch}: Added a new clause 'call NAME' for use in
545 route-maps. It jumps into the specified route-map and when it returns
546 the first route-map ends if the called RM returns DENY_MATCH, or
547 continues in other case.
548
cbd04084 5492004-08-31 Greg Troxel <gdt@poblano.ir.bbn.com>
550
b85dca31 551 * Makefile.am: make m4 as subdir, rather the EXTRA_DISTing it
552
553 * configure.ac: add m4/Makefile to output list
554
5552004-08-31 Greg Troxel <gdt@poblano.ir.bbn.com>
556
cbd04084 557 * Makefile.am: Only put pkgsrc dir in SUBDIRS if we should install
558 rc.d files. (Note that pkgsrc is always in DIST_SUBDIRS.)
559
560 * configure.ac (pkgsrcdir): add new --enable-pkgsrcrcdir to give a
561 directory into which www.pkgsrc.org-style rc.d files are
562 installed.
563
2abb1cf3 5642004-08-19 Paul Jakma <paul@dishone.st>
565
566 * Makefile.am: add m4 directory to EXTRA_DIST, and define
567 ACLOCAL_AMFLAGS to have aclocal pull in m4/
568 * configure.ac: AM_PROG_LIBTOOL should be AC_...
569 * update-autotools: print a warning that this script is deprecated
570
29904606 5712004-08-17 Greg Troxel <gdt@fnord.ir.bbn.com>
572
573 * update-autotools: print tools versions to aid people in sending
574 bug reports.
575
b7a97f82 5762004-07-23 Greg Troxel <gdt@poblano.ir.bbn.com>
577
578 * */Makefile.am: Use ../dir/libfoo.la, rather than "-L../dir
579 -lfoo", to avoid linking against installed libraries from a
580 previous version.
581
582 * {lib,ospfd,ospfclient}/Makefile.am: explicitly define the shared
583 library version number to be 0.0
584
585 * configure.ac: remove spurious , so extract.pl is chmod'd +x.
586
587 * HACKING: explain shared library versioning rules
588
27eebb3e 5892004-07-22 Paul Jakma <paul@dishone.st>
590
591 * configure.ac: modify default CFLAGS to be compiler agnostic
592 build Makefile for tests/ subdir.
593
aa9af78c 5942004-07-14 Greg Troxel <gdt@poblano.ir.bbn.com>
595
596 * Makefile.am (EXTRA_DIST): Add missing \, so tools stuff is
597 really in distfile.
598
87efd646 5992004-06-30 Greg Troxel <gdt@poblano.ir.bbn.com>
600
601 * */Makefile.am: use -L../lib -lzebra, so we pick up the shlib
602 version of libzebra when available.
603
604 * configure.ac, update-autotools: Add libtool.
605
fc9d0745 6062004-06-30 Greg Troxel <gdt@poblano.ir.bbn.com>
607
f2bfdee5 608 * Makefile.am: add files to EXTRA_DIST rather than copying, and
609 omit the kludgy cleaning steps, which were failing when the list
610 to clean was empty.
611
6122004-06-30 Greg Troxel <gdt@poblano.ir.bbn.com>
613
fc9d0745 614 * configure.ac: Look for perl, and substitute into vtysh/extract.pl.
615 Search for termcap functions more expansively (fixes vtysh compile
616 on NetBSD). Clean up --enable-vtysh definition.
617
cf313889 6182004-06-30 Greg Troxel <gdt@poblano.ir.bbn.com>
619
620 * update-autotools: Use -rf on autom4te.cache.
621
320ec10a 6222004-06-20 Hasso Tepper <hasso@estpak.ee>
623
624 * lib/vty.c: Don't attempt to load configuration file from current
625 directory.
626 * Update vty_read_config() calls in bgpd/bgp_main.c, isisd/isis_main.c,
627 ospf6d/ospf6_main.c, ospfd/ospf_main.c, ripd/rip_main.c,
628 ripngd/ripng_main.c and zebra/main.c.
629
19877dd2 6302004-05-11 Paul Jakma <paul@dishone.st>
631
632 * configure.ac: Add solaris support for the zebra/*_solaris
633 method's, based on Sowmini's patches.
634
d355bfa7 6352004-04-08 Paul Jakma <paul@dishone.st>
636
637 * ospf_spf.h: Add backlink field to struct vertex
638 * ospf_spf.h: (ospf_vertex_new) initialise backlink
639 (ospf_lsa_has_link) return index of link back to
640 vertex V from candidate vertex W, or -1 if no link exists.
641 (ospf_spf_next) save backlink index for candidate vertex
642 * ospf_interface.c: (ospf_vl_set_params) Use the backlink index
643 to determine correct address for virtual-link peers. Fall back
644 to older "pick first link" method if no backlink index exists.
645
41d3fc96 6462004-04-06 Hasso Tepper <hasso@estpak.ee>
647
648 * zebra/ipforward_proc.c: Fixed lowering privileges.
649 * zebra/zserv.c: Fixed "(no) ipv6 forwarding" command logic.
650 * configure.ac: Added --disable-capabilities switch to configure.
651
f571dab0 6522004-03-22 Hasso Tepper <hasso@estpak.ee>
653
654 * Readded SIGTERM handling so daemons can clean up their stuff if they
655 are killed (not murdered).
656
37318657 6572004-03-20 Michael Bruening <mike@vailsys.com>
658
659 * ospfd/ospf_vty.c: Completed array distribute_str of route types with
660 addition of "isis". This array must be indexed by
661 ZEBRA_ROUTE_(SYSTEM|KERNEL|...) defines in zebra.h, and should
662 be updated with every route type addition. This fix allows
663 commands redistributing routes from (bgp|isis), like "router ospf
664 redistribute bgp ...", to be written to terminal, memory, file,
665 which would otherwise result in a seg fault or, possibly, config
666 file corruption. Overlooked in import of isisd.
667 * Similar fixes to bgpd/bgp_vty.c ospf6d/ospf6_asbr.c ripd/rip_zebra.c
668 and ripngd/ripng_zebra.c.
669
8c903fbb 6702004-03-17 Jean-Yves Simon <lethalwp@tiscali.be>
671
672 * zebra/main.c, ripd/rip_main.c: Fix typos sigusr1 -> sigint,
673 bugzilla #82.
674
5e4fa164 6752004-03-16 David Young <dyoung@pobox.com>
676
677 * (many) reference <lib/version.h> rather than "version.h",
678 because version.h is a generated file and not present in the
679 source tree when using objdir builds.
680
fa2b17e3 6812004-03-03 PC Drew <pc@superiorcomm.net>
682
683 * lib/keychain.c: typecast time_t function to long, fixes compile
684 warning.
685 * lib/debug.c: wrapped function with ifdef HAVE_GLIBC_BACKTRACE fixes
686 compile warning when backtrace doesn't exist for that system.
687 * zebra/rtadv.c: for OpenBSD, added include statement for
688 netinet/icmp6.h
689 * zebra/zserv.c: added default case to switch statements, fixes compile
690 warning about certain NEXTHOP_TYPE enumeration values not being
691 handled.
692 * zebra/rt_socket.c: set *mask = NULL by default, fixes compile
693 warning, about mask possibly being used uninitialized.
694 * bgpd/bgp_nexthop.c: added default case to switch statements, fixes
695 compile warning about certain NEXTHOP_TYPE enumeration values not
696 being handled.
697 * ospfd/ospf_spf.c: typecast time_t to long, fixes compile warning.
698 * ospfd/ospf_route.c: typecast route_node->prefix to prefix_ipv4, fixes
699 compile warning.
700 * ospfd/ospf_route.c: typecast prefix_ipv4 to prefix, fixes compile
701 warning.
702 * ospfd/ospf_abr.c: typecast prefix to prefix_ipv4 in two instances,
703 fixes compile warning.
704 * vtysh/vtysh.c: fixed null pointer sentinel value when doing execl and
705 friends, fixes compile warning.
706 * ospf6d/ospf6_damp.c: typecast time_t to long in 4 instances, fixes
707 compile warning.
708 * ospf6d/ospf6_main.c: use MAXPATHLEN (if set) instead of 64 for the
709 _cwd array, fixes compile warning.
710
2d75d052 7112004-01-19 Paul Jakma <paul@dishone.st>
712
713 * tests/test-sig.c: New file, regression test for sigevents.
714 * lib/Makefile.am: add sigevent.{c,h}
715 * (isis|rip|ripng|ospf|ospf6|bgp)d/\1_main.c: modify for sigevents.
716 * zebra/main.c: ditto.
717
a27abaa5 7182004-01-10 Paul Jakma <paul@dishone.st>
719
720 * Makefile.am: redhat/ is a dist subdir too.
721
a4d2a0d2 7222004-01-10 Vincent Jardin <jardin@6wind.com>
723
724 * configure.ac: add the redhat/Makefile as a AC_OUTPUT() argument.
725 It fixes build on FreeBSD 5.1 and FreeBSD 4.7
726
00bc5603 7272004-01-08 Paul Jakma <paul@dishone.st>
728
729 * Makefile.am: as per gdt, specify the redhat dir as a DIST_SUBDIR,
730 remove the redhat/... dist targets - instead these now go in..
731 redhat/Makefile.am: (new) proper place to describe redhat/ dist
732 files, as well as allow quagga.spec to be regenerated properly.
733 redhat/quagga.sysconfig: specify conf file location.
734 redhat/quagga.spec.in: Add 2 patches to RPM build.
735
15d74e93 7362003-12-30 Paul Jakma <paul@dishone.st>
737
738 * redhat/isisd.init: new file, init script for isisd.
739 redhat/quagga.sysconfig: new file, sysconfig file for quagga
740 initscripts.
741 redhat/quagga.spec.in: various cleanups, including sysconfig patch
742 from RH, fixed UID/GID as per RH EL, shell changed to
743 /sbin/nologin, daemon vty's listen to 127.1 only per default and
744 isisd packaged.
745 redhat/*.init: sysconfig support and runlevels specified.
746
41ad8780 7472003-12-30 Paul Jakma <paul@dishone.st>
748
749 * Makefile.am: put the redhat/ stuff into EXTRA_DIST rather than
750 copying via dist-hook. Remove ~ files backup cruft from dists.
751 isisd/Makefile.am: sysconf example should go via
752 dist_examples_DATA. The include-netbsd/ headers werent mentioned
753 as sources and werent being copied into dists.
754
9e867fe6 7552003-12-23 Vincent Jardin <jardin@6wind.com>
756
757 * isisd: Import isisd from Sampo Saaristo's source code.
758
aa593d5e 7592003-12-22 Christian Hammers <ch@lathspell.de>
760
761 * configure.ac (and everywhere a regular file is opened for
762 writing): use file permissions from configure rather than
763 compiled-in umask.
764
47ce02a8 7652003-12-22 Hasso Tepper <hasso@estpak.ee>
766
767 * lib/linklist.c: Revert microfix I commited while reverting
768 [quagga-dev 227]. Caused by misreading code.
769
e90fbabd 7702003-12-21 Hasso Tepper <hasso@estpak.ee>
771
772 * lib/linklist.c: Revert patch [quagga-dev 227]. listnode_add_sort()
773 function should not drop nodes in any case. But fix behavior where
774 nodes were added to the end of list when cmp returned 0.
775 * lib/if.c: Check for duplicates before calling listnode_add_sort().
776
af273652 7772003-12-08 Greg Troxel <gdt@fnord.ir.bbn.com>
778
779 * {lib,ospfd,ospfapi}/Makefile.am: Use pkginclude_HEADERS rather
780 than include_HEADERS to place includes in
781 ${prefix}/include/quaggainstead of polluting ${prefix}/include.
782
c4f0efe6 7832003-12-04 Greg Troxel <gdt@poblano.ir.bbn.com>
784
785 * configure.ac: When setting exampledir to sysconfdir as a
786 default, don't quote ${sysconfdir}. (Bug reported by Vincent
787 Jardin.)
788
d2a0ccc6 7892003-12-03 Greg Troxel <gdt@poblano.ir.bbn.com>
790
791 * configure.ac: Compile in Router Advertisement support by
792 default. Note that this does not default to sending RAs; it just
793 makes 'ipv6 nd send-ra' and 'ipv6 nd prefix-advertisement'
794 available. While others may prefer other tools, no argument has
795 been made that router advertisement support is such bloat that it
796 should be compiled out by default (it 9556 bytes on NetBSD/i386 vs
797 8 bytes with the support compiled out). This reversion of a
798 previous change was done in consultation with Paul.
799
fa3232e1 8002003-12-03 Greg Troxel <gdt@poblano.ir.bbn.com>
801
802 * configure.ac: Move tests for v6 header files to after the check
803 for v6 code version, and conditionalize on the right variable.
804 (Fixes problem where v6 header files are not included when v6 is
805 enabled implicitly.)
d2a0ccc6 806
d6b72f7a 8072003-12-03 Greg Troxel <gdt@poblano.ir.bbn.com>
808
809 * configure.ac: Add --enable-exampledir to specify where example
810 config files should go, defaulting to sysconfdir.
811
812 * */Makefile.am: use exampledir instead of sysconfdif for examples
813
62892880 8142003-11-02 Paul Jakma <paul@dishone.st>
815
816 * bgpd/bgp_routemap.c: Fix up 'set ip next-hop A.B.C.D|peer-address'
817 route map command so that vtysh can use it. Modified version of
818 Hasso Tepper's patch. Fixes bug #52.
819 * configure.ac: FreeBSD has net-snmp in /usr/local.
820 * redhat/quagga.spec.in: Install libzebra headers with -devel
821 package.
822
8232003-11-02 Krzysztof Oledzki <oleq@ans.pl>
824
825 * zebra/zebra_rib.c: Revert patch (dating from zebra.org) which
826 caused zebra to read all routes in all tables, rather than just
827 the main table. See [quagga-dev 280].
828
8292003-10-30 Paul Jakma <paul@dishone.st>
830
831 * configure.ac: netinet/in_systm.h is yet another well-known
832 header file we really should be checking for
833
8342003-10-27 kamatchi soundaram <kamatchi@tdd.sj.nec.com>
835
836 * ospfd/ospfd.c: Do not increment act_int for an area, as it is done
837 by ospf_ism.c::ism_change_state() - results in incorrect figure
838 for active interfaces in an area.
839
8402003-10-27 Paul Jakma <paul@dishone.st>
841
842 * lib/if.{ch}: remove ifc_pointtopoint() - left over from the
843 reverted RFC3021 patch.
844
8452003-10-27 Simon <lists@routemeister.net>
846
847 * ospfd/ospfd.c: if_is_pointopoint() takes (struct interface *), was
848 being called with struct connected. Change to co->ifp.
849
8502003-10-27 Gilad Arnold <gilad.arnold@terayon.com>
851
852 * zebra/zebra_rib.c: (nexthop_active_update) Check for multipath
853 limit when setting changed flag to avoid spurious changes.
854 (static_install_ipv{4,6}) dont uninstall by default, might not be
855 required - avoid spurious uninstalls.
856 (static_uninstall_ipv{4,6}) only uninstall the route if its
857 actually FIB route.
858
8592003-10-24 sowmini.varadhan@sun.com
860
861 * ospfd/ospf_network.c: (ospf_sock_init) Exit if socket can not be
862 created.
863
8642003-10-24 Jose Luis Rubio Guivernau <jrubio@dit.upm.es>
865
866 * Better 'show bgp' support for views (eg ipv6), see [quagga-dev 238]
867 * bgpd/bgp_route.c: (bgp_show) Take a struct bgp argument instead of
868 view string.
869 (bgp_show_neighbor_route) Take a struct peer argument instead of
870 ip string.
871 (peer_adj_routes) ditto
872 (show_adj_routes) ditto
873 (peer_lookup_in_view) new function to return appropriate struct
874 peer for a given view string.
875 (misc) Fixup all calls to above to reflect new calling arguments,
876 and use peer_lookup_in_view as needed. Additional commands
877 installed to use expanded functionality above, existing commands
878 modified to suit as well.
879 * bgpd/bgp_vty.c: 2 new aliases.
880
8812003-10-24 Paul Jakma <paul@dishone.st>
882
883 * configure.ac: Check for fcntl()
884 * {bgpd,ospf,ospf6d,ripd,ripngd}/Makefile.am: Install conf file via
885 regular automake means, not magic install incantations, see
886 bug #38.
887 * lib/Makefile.am: install the headers, needed to link libzebra.a
888 (and hence libospf.a, OSPF-API, etc.)
889
8902003-10-24 waldi@debian.org
891
892 * vtysh/Makefile.am: vtysh_cmd.c rebuild was broken because it
893 depended against source files without specification, i.e. it
894 used ../zebra instead of $(top_srcdir)/zebra.
895
8962003-10-23 Paul Jakma <paul@dishone.st>
897
898 * configure.ac: IRIX configure.ac support. Sort of works.
899 sysctl() crashes though (ipforward), there's some kind of odd
900 padding in the PF_ROUTE socket messages and setsockopt() on
901 SOCK_RAW does not work (so ospfd doesnt work).
902
9032003-10-22 Paul Jakma <paul@dishone.st>
904
905 * vtysh/Makefile.am: do not include vtysh_cmd.c in dists, its
906 configure dependent. (still need to find a way to make building of
907 it dependent on configure options or include all commands.)
908
9092003-10-22 Paul Jakma <paul@dishone.st>
910
911 * lib/zebra.h: include limits.h if its there, its a portable header
912 and useful and not just solaris specific. net/route.h is also
913 useful.
914
9152003-10-22 Paul Jakma <paul@dishone.st>
916
917 * lib/regex.c: bzero -> memset
918 * zebra/ioctl.c: ditto. bzero is not portable.
919
9202003-10-22 Paul Jakma <paul@dishone.st>
921
922 * zebra/kernel_socket.c: HAVE_IPV6 conditional for WRAPUP when
923 HAVE_SA_LEN is not defined. bcopy -> memcpy, bcopy is not
924 portable.
925
9262003-10-22 Paul Jakma <paul@dishone.st>
927
928 * configure.ac: Split up header checks into non-net, net and ipv6
929 related. Checking of IPv6 is conditional. Add some more output
930 text for the end of the configure run.
931
9322003-10-18 Lorenzo Colitti <lorenzo@ripe.net>
933
934 * bgpd/bgp_attr.c: (bgp_dump_routes_attr) Dont dump IPv4 nexthop
935 for IP. Dump MP_NLRI attr with IPv6 next-hop for AF_INET6 address
936 family prefixes. Accept prefix as argument.
937 * bgpd/bgp_attr.c: modify bgp_dump_routes_attr declaration.
938 * bgpd/bgp_dump.c: (bgp_dump_routes_entry) Modify calls to
939 bgp_dump_routes_attr.
940 (bgp_dump_common) Go by the family of the peering socket, not
941 configured address family when dumping peering information.
942 Add HAVE_IPV6 conditionals, eg missing from previous bgp interval
943 patch.
944
9452003-10-18 Lorenzo Colitti <lorenzo@ripe.net>
946
947 * bgpd/bgp_dump.{c,h}: (bgp_dump_interval_add) Dump at discrete
948 fixed intervals rather than fixed intervals from startup time.
949 (bgp_dump_interval_func) Dont return immediately if file cant be
950 openeded, but reschedule interval dumps, even - admin might
951 fix problem in meantime. Close the dump file in between intervals.
952 (bgp_dump_init) account for MSG header when initialising stream
953 size.
954
9552003-10-15 Paul Jakma <paul@dishone.st>
956
957 * ospfd/ospf_interface: (ospf_if_lookup_table) new function to
958 lookup oi for a given prefix in a given interfaces table of oi's.
959 (ospf_if_new) use ospf_if_lookup_table to deal with zebra
960 reporting new interface multiple times.
961 NB: This patch is a complete plaster-band of a hack. First, why is
962 zebra reporting interface events multiple times? Second, why does
963 ospfd maintain so many damn lists and tables relating to oi's -
964 these should be reconciled into one or two tables.
965
9662003-10-15 sowmini.varadhan@sun.com
967
968 * ripd/ripd.c: (rip_send_packet) use rip->sock for mcast sends,
969 instead of creating one socket per send. send source addr to
970 rip_update_interface.
971 (rip_update_process) should send an update on every connected
972 network for each interface.
973 (rip_request_send) should send a request on every connected
974 network for each interface.
975 * ripd/ripd.h: update prototype for rip_interface_multicast_set
976 * ripd/rip_interface.c: (rip_interface_multicast_set) reorganized
977 so that it can be called repeatedly for aliased interfaces (on
978 multiple networks).
979
9802003-10-15 Jay Fenlason <fenlason@redhat.com>
981
982 * lib/vty.c: (vty_telnet_option) Remote DoS exists if a telnet
983 end-sub-negotation is sent when no sub-negotation data has been
984 sent. Return immediately if no sub-negotation is in progress.
985 (vty_read) do not attempt to process options if no sub-negotation
986 is in progress.
987
9882003-10-15 Paul Jakma <paul@dishone.st>
989
990 * lib/vty.c: (vty_save_cwd) dont crash if getcwd fails. try fallback
991 to SYSCONFDIR. Allocate cwd from the stack rather than relying on
992 (non-portable) getcwd() allocation (which we didnt seem to be
993 freeing).
994
9952003-10-13 Jay Fenlason <fenlason@redhat.com>
996
997 * lib/zebra.h: define UINT32_MAX for those systems which do not
998 provide it.
999 * bgp_attr.h: define BGP_MED_MAX.
1000 * bgp_route.c: update defines/constants to BGP_MED_MAX.
1001 * bgp_routemap.c: ditto. clean up route_match_metric_compile
1002 slightly to avoid unneccesary XMALLOC.
1003
10042003-10-13 sowmini.varadhan@sun.com
1005
1006 * ospf_lsa.h: Add OSPF_LSA_PREMATURE_AGE flag.
1007 * ospf_lsa.c: added better debug comments. check sequence number in
1008 ospf_lsa_install. ospf_maxage_lsa_remover() checks for
1009 OSPF_LSA_PREMATURE_AGE and re-originates the lsa after ls_acks are
1010 received.
1011 * ospf_flood.c: improve debug statement- print ls_seqnum.
1012
10132003-10-13 Douglas Fraser <doug+quagga@idmf.net>
1014
1015 * zebra/connected.c: PtP revert fixup. Zebra was not creating
1016 connected route for PtP peer.
1017
10182003-10-07 Tarhon-Onu Victor <mituc@iasi.rdsnet.ro>
1019
1020 * zebra/ipforward_proc.c: (ipforward) Close the fd for
1021 /proc/net/snmp. See [quagga-dev 284]
1022
10232003-09-29 Gilad Arnold <gilad.arnold@terayon.com>
1024
1025 * zebra/zebra_rib.c: Fix possible dangling reference to rib
1026 route_nodes - unlock it the appropriate number of times. (twice,
1027 because of the implicit lock). see [quagga-dev 251].
1028
10292003-09-29 Paul Jakma <paul@dishone.st>
1030
1031 * zebra/connected.c: revert the 'generic PtP' patch as it causes
1032 far too many problems. People who use FreeSWAN should investigate
1033 native linux ipsec.
1034 * zebra/rt_netlink.c: ditto
1035 * lib/if.c: ditto
1036 * ripd/ripd.h: ditto
1037 * ripd/ripd.c: ditto
1038 * ripd/rip_interface.c: ditto
1039 * ospfd/ospfd.c: ditto
1040 * ospfd/ospf_snmp.c: ditto
1041 * bgpd/bgp_nexthop.c: ditto
1042 * ospfd/ospf_packet.c: Add debug output for some of the previously
1043 completely silent drops of 'bad' packets.
1044 * configure.ac: bump version
1045
10462003-08-27 Jay Fenlason <fenlason@redhat.com>
1047
1048 * lib/Makefile.am: Do not use a lib (libcap) as a dependency
1049 * zebra/Makefile.am: Link in libcap
1050 * bgpd/bgp_routemap.c: attr->med is type u_in32_t, should be
1051 compared with UINT32_MAX
1052 * ospfd/ospfd.c: remove redundant assert
1053 * zebra/rtadv.c: add missing include for zebra/rib.h
1054
10552003-09-24 Paul Jakma <paul@dishone.st>
1056
1057 * lib/version.h: moved to version.h.in
1058 * lib/version.h.in: New file, from version.h. Change hardcoded
1059 package name and version to use the autoconf defined substition
1060 variables.
1061 * configure.ac: Fix up AC/AM_INIT* to new style. Remove the sed'ing
1062 through lib/version.h for VERSION. Add lib/version.h to the
1063 AC_OUTPUT list. Update the text output of quagga version at end
1064 of configure run to use PACKAGE_VERSION.
1065 * doc/.cvsignore: ignore quagga.pdf
1066 * doc/.cvsignore: ignore version.h, its now autogenerated.
1067
10682003-09-24 sowmini.varadhan@sun.com
1069
1070 * lib/if.c: (if_cmp_func) fix infinite loop if
1071 ifp1->name == ifp2->name
1072 * lib/linklist.c: (if_cmp_func) Fix handling of case where
1073 list->cmp returns 0.
1074 * rip_interface.c: (rip_interface_address_add) call
1075 rip_enable_apply(), or the interface is never considered up.
1076 see [quagga-dev 225].
1077 * zebra/kernel_socket.c: Fix up WRAPUP macro to deal with multiple
1078 address families in the absence of sa_len element in struct
1079 sockaddr.
1080 (ifm_read): Handle solaris 9 if_msghdr_t.
1081 Deal with interfaces which are incomplete, lookup on name rather
1082 than the placeholder interface index of -1.
1083
10842003-09-24 Thomas Giger TGC <thomas.giger@tgc.de>
1085
1086 * ospf_packet.c (ospf_associate_packet_vl): pass NULL struct
1087 interface to ospf_if_lookup_by_local_addr() rather than the
1088 receiving interface ifp, packets for VL's could come in any
1089 interface. See quagga-dev 250.
1090
e05fba43 10912003-04-13 Paul Jakma <paul@dishone.st>
1092
1093 * Amir: Opaque LSA bug fix for deletion of Type11's
1094 * configure.ac: use --localstatedir for Unix sockets
645878f1 1095 * Hasso Tepper: When flushing as-ext LSAs flush associated NSSA
1096 LSAs.
e05fba43 1097
020709f9 10982003-04-04 Paul Jakma <paul@dishone.st>
1099
1100 * Sync to Zebra CVS
1101 * Fix lib/thread.h leak
1102 * Fix small Opaque LSA leak
1103 * Do not configure OSPF interfaces for secondary addresses
1104 * vtysh fixes from Hasso
1105 * Dave Watson's missing ntohs fix
1106
68980084 11072003-03-25 Paul Jakma <paul@dishone.st>
1108
1109 * Sync to Zebra CVS
1110
07661cb5 11112003-03-17 Amir Guindehi <amir@datacore.ch>
1112
1113 * Extended SNMP checks in configure.ac so that net-snmp works
1114
11152003-03-17 Amir Guindehi <amir@datacore.ch>
1116 Ralph Keller <keller@tik.ee.ethz.ch>
1117 * merge OSPF-API
1118
13766da4 11192003-02-07 Paul Jakma <paul@dishone.st>
1120
1121 * Sync to zebra CVS
1122
420df43a 11232003-02-03 Paul Jakma <paul@dishone.st>
1124
1125 * Sync to zebra CVS
1126
ae936aee 11272003-01-19 Paul Jakma <paul@dishone.st>
1128
1129 * Temporary fix for Generic PtP wrt to IPv6
1130
9a668001 11312003-01-17 Paul Jakma <paul@dishone.st>
1132
1133 * Sync up to latest zebra.org CVS
1134 * [zebra 16823] Bugfix and new feature in Opaque-LSA handling
1135 Masahiko Endo <endo@suri.co.jp>
1136 * [zebra 16824] [PATCH] nsm_kill_neighbor
1137 Masahiko Endo <endo@suri.co.jp>
1138 * [zebra 17217] [PATCH] show thread CPU
1139 Yon Uriarte <havanna_moon@gmx.net>
1140 * [zebra 17218] Re: [PATCH] CLI extensions.
1141 Yon Uriarte <havanna_moon@gmx.net>
1142
4fc01e67 11432002-12-13 Paul Jakma <paul@dishone.st>
1144
1145 * added support for vtysh 'write file' command to
0efa4d57 1146 write either per-daamon and/or integrated file
ab836aab 1147 * ospfd md5 buffer copying fix (Greg Troxel)
8bd9c714 1148 * ospfd md5 sequence number derived from time()
ab836aab 1149 * RIPv1 fixes and improvements (John Hay)
1150 * link state detection (linux) ([zebra 12269])
1151 * Generic PtP and RFC3021 interface addressing support
1152 (Frank van Maarseveen)
0efa4d57 1153 * Michal Ludvig <michal@logix.cz>:
1154 [zebra 16525] PATCH: Bugfixes for KAME systems
1155 * Kevin C Miller <kevinm@andrew.cmu.edu>
1156 [zebra 16681] OSPF NSSA Patches
1157 * Yon Uriarte <havanna_moon@gmx.net>
1158 [zebra 16671] [PATCH] CLI extensions
a895901b 1159 * Masahiko Endo: [zebra 15475] - MPLS-TE docs
4fc01e67 1160
718e3744 11612002-07-07 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
1162
1163 * zebra-0.93 released.
1164
11652002-06-28 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
1166
1167 * update-autotools: Change file name from update-auto-tools.sh.
1168
11692002-06-21 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
1170
1171 * update-auto-tools.sh: Add a new script to clean up build
1172 environment.
1173
11742002-06-18 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
1175
1176 * Shift to the latest build environment autoconf-2.53 and
1177 automake-1.6.2.
1178
11792001-10-22 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
1180
1181 * Integrate Glen Turner <glen.turner@aarnet.edu.au>'s pid option.
1182
11832001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
1184
1185 * zebra-0.92a released.
1186
11872001-08-19 "Peter Galbavy" <peter.galbavy@knowtion.net>
1188
1189 * configure.in: SNMP library check problem fix when the library is
1190 installed under /usr/local/lib.
1191
11922001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
1193
1194 * zebra-0.92 released.
1195
11962001-04-22 Kunihiro Ishiguro <kunihiro@zebra.org>
1197
1198 * configure.in (LIBPAM): Use ZEBRA_AC_C_BIGENDIAN to avoid a
1199 warning.
1200 (IF_METHOD): Use test -r instead of AC_CHECK_FILE to avoid
1201 warnings.
1202
1203 * config.guess: Update to 2000-11-10 version.
1204
12052001-04-11 Kunihiro Ishiguro <kunihiro@zebra.org>
1206
1207 * configure.in: Use AC_TRY_COMPILE instead of AC_EGREP_HEADER to
1208 detect in_pktinfo structure. Suggested by: Vlad Lungu
1209 <vlad@rls.roknet.ro>.
1210
12112001-03-07 Michael Rozhavsky <mrozhavsky@opticalaccess.com>
1212
1213 * configure.in: Add check for structure in_pktinfo.
1214
12152001-02-07 "Bjoern A. Zeeb" <bzeeb+zebra@zabbadoz.net>
1216
1217 * configure.in (USE_PAM): Fix PAM library detection code.
1218
12192001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
1220
1221 * zebra-0.91 is released.
1222
12232001-01-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1224
1225 * configure.in: Remove guile related definition.
1226
12272001-01-11 Kunihiro Ishiguro <kunihiro@zebra.org>
1228
1229 * configure.in (ac_cv_htonl_works): HAVE_REPAIRABLE_HTONL is
1230 removed. htonl should work fine on any platform.
1231
12322001-01-10 Kunihiro Ishiguro <kunihiro@zebra.org>
1233
1234 * configure.in: Remove --enable-oldrib option.
1235
1236 * acconfig.h: OLD_RIB definition is removed.
1237
1238 * zebra-0.90 is released.
1239
1240 * configure.in (LIBS): Add check for sun_len field in struct
1241 sun_len.
1242
12432001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1244
1245 * Makefile.am: Include init/redhat files to distribution.
1246
12472001-01-07 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1248
1249 * configure.in: check libm.a for BGPd compile error.
1250 AC_CHECK_LIB(m, main) was added.
1251
12522000-12-29 Kunihiro Ishiguro <kunihiro@zebra.org>
1253
1254 * configure.in: --enable-unixdomain becomes default. Add
1255 --enable-tcp-zebra for TCP/IP communication between protocol
1256 daemon and zebra.
1257
1258 * COPYING.LIB: Added for lib/getopt.c, lib/getopt.h,
1259 lib/getopt1.c, lib/md5-gnu.h, lib/md5.c, lib/regex-gnu.h,
1260 lib/regex.c.
1261
1262 * Makefile.am (dist-hook): Include tools/*.cgi to distribution.
1263
12642000-12-26 Kunihiro Ishiguro <kunihiro@zebra.org>
1265
1266 * configure.in (MULTIPATH_NUM): --enable-multipath=ARG specify
1267 multipath number. ARG must be digit.
1268
12692000-12-11 Kunihiro Ishiguro <kunihiro@zebra.org>
1270
1271 * configure.in: Add --enable-newrib for test new RIB code.
1272
12732000-11-25 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1274
1275 * configure.in, config.h.in: Add check for libutil.h and
1276 setproctitle().
1277
12782000-10-26 Kunihiro Ishiguro <kunihiro@zebra.org>
1279
1280 * configure.in: Add --enable-nssa for OSPF NSSA option.
1281
1282 * acconfig.h: Define HAVE_NSSA.
1283
12842000-10-25 "Bjoern A. Zeeb" <bzeeb+zebra@zabbadoz.net>
1285
1286 * configure.in: pam_misc is only linked when the platform is
1287 GNU/Linux.
1288
12892000-10-24 Arkadiusz Miskiewicz <misiek@pld.org.pl>
1290
1291 * configure.in (LIBS): Add check for crypto library. test x`ls
1292 ${ac_snmp}` is replaced with sipmle test -f.
1293
12942000-10-23 Kunihiro Ishiguro <kunihiro@zebra.org>
1295
1296 * configure.in: Add --enable-unixdomain option. This will be
1297 default behavior in zebra-0.90.
1298
12992000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1300
1301 * zebra-0.89 is released.
1302
13032000-09-27 Kunihiro Ishiguro <kunihiro@zebra.org>
1304
1305 * configure.in: Add check for Intel CPU for Solaris on x86 check.
1306
13072000-09-21 Kunihiro Ishiguro <kunihiro@zebra.org>
1308
1309 * configure.in: Add check for getifaddrs().
1310 Set AM_INIT_AUTOMAKE version to 0.89.
1311
13122000-09-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1313
1314 * config.guess: Update to the latest version.
1315
1316 * config.sub: Likewise
1317
13182000-09-14 David Lipovkov <dlipovkov@OpticalAccess.com>
1319
1320 * REPORTING-BUGS: New file is added.
1321
13222000-08-27 itojun@iijlab.net
1323
1324 * configure.in: Add ncurses library check when --enable-vtysh is
1325 specified.
1326
13272000-08-22 Kunihiro Ishiguro <kunihiro@zebra.org>
1328
1329 * configure.in: Add check for readline/history.h.
1330
1331 * acconfig.h: Remove pthread related variables.
1332
1333 * configure.in: Add --with-libpam option for vtysh PAM
1334 authentication. Remove --disable-pthread because we don't support
1335 pthread.
1336
13372000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
1338
1339 * zebra-0.88 is released.
1340
1341 * configure.in: Add Solaris -lcurses for vtysh.
1342
13432000-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1344
1345 * configure.in: Add check for ncurses for compiling on Solaris.
1346
13472000-07-27 Kunihiro Ishiguro <kunihiro@zebra.org>
1348
1349 * configure.in: Add check for libreadline when --enable-vtysh is
1350 specified.
1351
13522000-07-23 Kunihiro Ishiguro <kunihiro@zebra.org>
1353
1354 * configure.in: Add AC_DEFINE(OPEN_BSD). When OS is OpenBSD
1355 interface method is if_ioctl.o
1356
13572000-07-09 Chris Dunlop <chris@onthe.net.au>
1358
1359 * acconfig.h: Add HAVE_BROKEN_ALIASES.
1360
1361 * configure.in: Add --enable-broken-aliases.
1362
13632000-06-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1364
1365 * Set version to zebra-0.87.
1366
13672000-06-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1368
1369 * configure.in: Remove --enable-mpls-vpn. Now MPLS-VPN support is
1370 default.
1371
1372 * Set version to zebra-0.87-pre
1373
1374 * Makefile.am: Likewise.
1375
13762000-04-27 Kunihiro Ishiguro <kunihiro@zebra.org>
1377
1378 * Set version to 0.86.
1379
13802000-03-21 Kunihiro Ishiguro <kunihiro@zebra.org>
1381
1382 * Set version to 0.85b for ospfd test.
1383
13842000-03-20 Kunihiro Ishiguro <kunihiro@zebra.org>
1385
1386 * Set version to 0.85a for ospfd test.
1387
13882000-03-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1389
1390 * Set version to 0.85.
1391
13922000-01-26 Kunihiro Ishiguro <kunihiro@zebra.org>
1393
1394 * Makefile.in: Regenerated by patched automake for fixing "make
1395 clean" problem on FreeBSD.
1396
13971999-12-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1398
1399 * Set version to 0.83a. This is for *BSD static route lookup
1400 problem.
1401
14021999-12-06 Kunihiro Ishiguro <kunihiro@zebra.org>
1403
1404 * Set version to 0.83.
1405
14061999-11-29 Kunihiro Ishiguro <kunihiro@zebra.org>
1407
1408 * Set version to 0.82.
1409
14101999-11-23 Kunihiro Ishiguro <kunihiro@zebra.org>
1411
1412 * aczebra.m4: New file added.
1413
14141999-11-21 Michael Handler <handler@sub-rosa.com>
1415
1416 * configure.in (LIBS): Add sa_len check of sockaddr.
1417
1418 * acconfig.h: Add HAVE_SA_LEN.
1419
14201999-11-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1421
1422 * version.h: Update version to zebra-0.81b for bgpd test.
1423
14241999-11-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1425
1426 * configure.in: Add --enable-mbgp.
1427
14281999-11-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1429
1430 * Makefile.am (EXTRA_DIST): Add TODO to the distribution.
1431
14321999-11-04 Kunihiro Ishiguro <kunihiro@zebra.org>
1433
1434 * TODO: New file is added.
1435
14361999-11-03 Kunihiro Ishiguro <kunihiro@zebra.org>
1437
1438 * version.h: Update version to zebra-0.81a for ospfd test.
1439
14401999-10-28 Kunihiro Ishiguro <kunihiro@zebra.org>
1441
1442 * configure.in: New option --enable-snmp is added.
1443
14441999-10-24 Kunihiro Ishiguro <kunihiro@zebra.org>
1445
1446 * version.h: Update version to zebra-0.80.
1447
14481999-10-21 Kunihiro Ishiguro <kunihiro@zebra.org>
1449
1450 * version.h: Update version to zebra-0.80-pre3
1451
14521999-10-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1453
1454 * configure.in (LIBS): SNMP check is done by ucd-snmp/asn1.h.
1455
14561999-10-10 Peter Galbavy <Peter.Galbavy@knowledge.com>
1457
1458 * configure.in: Add support of OpenBSD.
1459
14601999-10-04 Kunihiro Ishiguro <kunihiro@zebra.org>
1461
1462 * version.h: Update version to zebra-0.80-pre2.
1463
14641999-09-27 Kunihiro Ishiguro <kunihiro@zebra.org>
1465
1466 * version.h: Update version to zebra-0.80-pre. From this version,
1467 access-list and prefix-list's name space is divided into IPv4 and
1468 IPv6.
1469
14701999-09-17 Kunihiro Ishiguro <kunihiro@zebra.org>
1471
1472 * version.h: For test recent fixes Set version to zebra-0.79a.
1473
14741999-09-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1475
1476 * version.h: zebra-0.79 is out.
1477
14781999-09-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1479
1480 * version.h: For ospfd's virtual link test. Set version to 0.78h.
1481
14821999-09-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1483
1484 * version.h: For ospfd test. Set version to 0.78g.
1485
14861999-09-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1487
1488 * version.h: For internal test of ospfd. Set version to 0.78f.
1489
14901999-09-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1491
1492 * version.h: To test ospfd's fix, set version to 0.78e.
1493
14941999-09-01 Kunihiro Ishiguro <kunihiro@zebra.org>
1495
1496 * version.h: To test ospfd's area related bug fix, set version
1497 to 0.78d.
1498
14991999-09-01 Kunihiro Ishiguro <kunihiro@zebra.org>
1500
1501 * version.h: To test ospfd, set version to 0.78c.
1502
15031999-08-31 Janos Farkas <chexum@shadow.banki.hu>
1504
1505 * Many misspelling correction.
1506
15071999-08-31 Kunihiro Ishiguro <kunihiro@zebra.org>
1508
1509 * version.h: To test ospfd, set version to 0.78b.
1510
15111999-08-31 Kunihiro Ishiguro <kunihiro@zebra.org>
1512
1513 * configure.in (LIBS): Add UCD-SNMP include path check.
1514
15151999-08-31 Lars Fenneberg <lf@elemental.net>
1516
1517 * configure.in: The logic which detects the UCD-SNMP library
1518 should first check in the default system locations for the library
1519 and then in /usr/local.
1520
15211999-08-27 itojun@iijlab.net
1522
1523 * configure.in (LIBS): Fix problem about libsnmp.a check.
1524
15251999-08-26 kay <kay@v6.access.co.jp>
1526
1527 * configure.in (CFLAGS): Add <sys/socket.h> to check socklen_t.
1528
15291999-08-24 VOP <vop@unity.net>
1530
1531 * filter.c: Include "sockunion.h".
1532 plist.c: Likewise.
1533 table.c: Likewise.
1534
15351999-08-24 Kunihiro Ishiguro <kunihiro@zebra.org>
1536
1537 * configure.in: Add netinet6/in6.h check.
1538
15391999-08-21 Masaki Minami <masaki@minami.org>
1540
1541 * BSD/OS 4.0 porting.
1542
15431999-08-15 Kunihiro Ishiguro <kunihiro@zebra.org>
1544
1545 * configure.in: Add --enable-netlink option to force to use Linux
1546 netlink interface.
1547 (CFLAGS): Add ucd-snmp library check.
1548
1549 * acconfig.h: If socklen_t is not defined, typedef int to
1550 socklen_t.
1551
15521999-08-15 Arkadiusz Miskiewicz <misiek@misiek.eu.org>
1553
1554 * configure.in: When --enable-ipv6 specified, then only kernel
1555 version is checked.
1556
15571999-08-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1558
1559 * configure.in: Add GNU libc 2.1 check.
1560
15611999-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1562
1563 * configure.in: Fix privious Linux IPv6 check changes.
1564
15651999-08-02 Arkadiusz Miskiewicz <misiek@misiek.eu.org>
1566
1567 * configure.in: Improve Linux IPv6 feature check.
1568
15691999-07-29 Rick Payne <rickp@rossfell.co.uk>
1570
1571 * Changed route-maps to behave in a more cisco-like fashion
1572
15731999-07-27 Gerhard Poul <gpoul@gnu.org>
1574
1575 * SERVICES: New file added.
1576
15771999-07-12 itojun@iijlab.net
1578
1579 * configure.in: Add check for getaddrinfo. Improve Kame related
1580 library check.
1581
15821999-07-07 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1583
1584 * configure.in, acconfig.h: Add check for FreeBSD 3.2.
1585
15861999-07-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1587
1588 * configure.in: Delete check for netinet/ip6.h.
1589
15901999-06-30 Gerhard Poul <gpoul@gnu.org>
1591
1592 * README: remixed the old files and added some new parts.
1593 moved some INSTALL stuff into INSTALL file.
1594 moved some other stuff to doc/zebra.texi
1595
15961999-06-29 Kunihiro Ishiguro <kunihiro@zebra.org>
1597
1598 * configure.in (LIBS): Add libresolv check.
1599 Change --enabe-all-in-one option to --enable-one-vty.
1600
16011999-06-20 Kunihiro Ishiguro <kunihiro@zebra.org>
1602
1603 * configure.in: Add --enabe-all-in-one option.
1604
16051999-06-16 Kunihiro Ishiguro <kunihiro@zebra.org>
1606
1607 * configure.in: Add socklen_t check.
1608
16091999-06-16 Gerhard Poul <gpoul@gnu.org>
1610
1611 * Many compile warnings fixed.
1612
16131999-05-31 Kunihiro Ishiguro <kunihiro@zebra.org>
1614
1615 * configure.in: Change message from Linux 2.2.X IPv6 to Linux IPv6.
1616 OpenBSD (NRL) check is enabled.
1617
16181999-05-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1619
1620 * configure.in (LIBS): Add crypt library check.
1621
16221999-05-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1623
1624 * configure.in: Add sin6_scope_id in struct sockaddr_in6 check.
1625
16261999-04-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1627
1628 * Set version to 0.63 for first beta package.
1629
16301999-04-15 Kunihiro Ishiguro <kunihiro@zebra.org>
1631
1632 * guile.m4: Added from guile package.
1633
16341999-04-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1635
1636 * Set version to 0.60 for beta package preparation.
1637
16381999-04-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1639
1640 * Makefile.am: Add noninst_LIBRARIES each directory's Makefile.am.
1641 This change is for linking these libraries to guile.
1642
16431999-04-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1644
1645 * configure.in (LIBS): Add struct rt_addrinfo check.
1646
16471999-04-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1648
1649 * configure.in: AC_STDC_HEADERS added.
1650
16511999-03-29 Kunihiro Ishiguro <kunihiro@zebra.org>
1652
1653 * Add dependencies to each directory's Makefile.am.
1654
16551999-03-02 Peter Galbavy <Peter.Galbavy@knowledge.com>
1656
1657 * reworked include file structure, and configure so that all
1658 source files get all system-dependent include files by including
1659 <zebra.h> which is really lib/zebra.h. This means that the
1660 different programs include files are now available as #include
1661 "zebra/zebra.h" - note the use of quotes, not <> as delimiters.
1662
1663 In practical terms, if I haven't really screwed up, the main file
1664 that maintainers for other OSes have to change is lib/zebra.h for
1665 all the conditional includes etc.
1666
1667 * added --disable-pthread for those systems that seem to have
1668 POSIX threads, but do not work. OpenBSD 2.4+ is like that just
1669 now. Changed all occurance of #ifdef PTHREAD to use HAVE_PTHREAD
1670 instead.
1671
16721999-02-24 <kunihiro@zebra.org>
1673
1674 * configure.in: update to AC_PREREQ(1.13).
1675 Change message from Linux 2.1.x to Linux 2.2.x.
1676 * Added ospf6d directory support.
1677
16781999-02-22 Peter Galbavy <Peter.Galbavy@knowledge.com>
1679
1680 * added a "log" element to the BGPd peer structure, enabling us to
1681 start thinging about a log stream per peer. This is currently
1682 ignored by the wrapper code, but developers should try to use the
1683 "appropriate" ZLOG stream. Documentation will follow, when the
1684 real routines start to exist.
1685
1686 The current plan is to use a copy of the BSD syslog() routines and
1687 replace the syslog library function with our own. I will need
1688 feedback from users of other platforms as this work is done to see
1689 if all is well elsewhere.
1690
1691 * preliminary work on zlog() library. directly replaces syslog()
1692 currently with zlog(ZLOG *, ...) where the new first argument
1693 is a pointer to a ZLOG structure (defined in lib/log.h) and will
1694 encapsulate all the information necessary to maintain multiple
1695 logging streams.
1696
16971999-02-19 Peter Galbavy <Peter.Galbavy@knowledge.com>
1698
1699 * added vsnprintf() macro to lib/str.h if required and removed
1700 #ifdef SUNOS_5 dependency on it
1701
17021999-02-18 Peter Galbavy <Peter.Galbavy@knowledge.com>
1703
1704 * syslog support added
1705
17061999-02-18 Peter Galbavy <Peter.Galbavy@knowledge.com>
1707
1708 * configure.in: Add daemon function check.
1709
17101999-01-21 Kunihiro Ishiguro <kunihiro@zebra.org>
1711
1712 * configure.in: Add --disable-ipv6, --disable-zebra,
1713 --disable-bgpd, --disable-ripd, --disable-ripngd, --disable-ospfd
1714 options to configure.
1715
17161998-12-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1717
1718 * configure.in: Check /usr/inet6/lib/libinet6.a exists or not.
1719
17201998-10-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1721
1722 * configure.in: Comment out FreeBSD's libc_r detect section. At
1723 this moment it doesn't work correctly with zebra.
1724
1725 Netlink interface is only enabled when Linux kernel version is
1726 upper than 2.1.0.
1727
17281998-09-15 HEO SeonMeyong <seirios@matrix.iri.co.jp>
1729
1730 * Hydrangea is now called KAME, so change all defines.
1731
17321998-08-16 Kunihiro Ishiguro <kunihiro@zebra.org>
1733
1734 * configure.in: ifaliasreq check added.
1735
17361998-08-12 Katsuhiro Kondou <kondou@nec.co.jp>
1737
1738 * Patch is applied for compile under EWS4800
1739
17401998-06-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1741
1742 * configure.in: delete old mtu_method check.
1743
1744 * doc/zebra.texi (Kernel interface): chapter `Kernel interface' added
1745
17461998-06-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1747
1748 * configure.in: add new netlink check for GNU/Linux
1749
17501998-06-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1751
1752 * doc/zebra.texi: Update Linux netlink chapter.
1753
17541998-05-18 Yamashita TAKAO <jargon@lares.dti.ne.jp>
1755
1756 * config.h.in: define PTHREAD if work on Solaris 2.6
1757 why delete the definition? I miss?
1758
17591998-05-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1760
1761 * configure.in: add net/if.h header check.
1762
17631998-05-02 SeonMeyong HEO <seirios@Matrix.iri.co.jp>
1764
1765 * zebra.tex,archfig.tex,zebra.sty: Manual file is added.
1766 * zebra.texi: Modify Introduction text.
1767 * RIPngd.c: Patch Hydrangea code.
1768
17691998-05-01 Kunihiro Ishiguro <kunihiro@zebra.org>
1770
1771 * .cvsignore: added.
1772
1773 * Makerule.in: is gone.
1774 * Makefile.am: Now we use automake to generate Makefile.in
1775
17761998-03-19 Yamashita TAKAO <jargon@lares.dti.ne.jp>
1777
1778 * lib/vty.c: modified the definition of *master
1779 * lib/sockunion.c (inet_aton): add, but don't work. uum...
1780
1781
17821998-03-15 Yamashita TAKAO <jargon@lares.dti.ne.jp>
1783
1784 * configure.in: define PTHREAD if work on Solaris 2.6
1785 * config.h.in: likewise
1786 * lib/thread.c: likewise
1787 * lib/vty.c: likewise
1788
17891998-03-15 SeonMeyong HEO <seirios@Matrix.iri.co.jp>
1790
1791 * config.h.in: define INET6 if defined HAVE_IPV6 & HYDRANGEA
1792 * bgpd/: remove include <netinet6/in6.h> line.
1793 * lib/: remove include <netinet6/in6.h> line.
1794 * ripbgd/: remove include <netinet6/in6.h> line.
1795 * zebra/: remove include <netinet6/in6.h> line.
1796 * ripd/*.c: remove include <netinet6/in6.h> line.
1797 undefine IPV6 difinitions because RIPd is not worked for
1798 IPv6 protocol.
1799
1800
18011998-01-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1802
1803 * configure.in: Change routing socket check method from
1804 AC_TRY_COMPILE to AC_TRY_RUN because GNU libc version 2 has
1805 AF_ROUTE but over linux it's meenigless.
1806
18071998-01-06 Kunihiro Ishiguro <kunihiro@zebra.org>
1808
1809 * config.h.in: remove err_t define.
1810
18111997-11-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1812
1813 * configure.in (canonical): add check of IF_METHOD
1814
18151997-09-27 Kunihiro Ishiguro <kunihiro@note.digital-magic.co.jp>
1816
1817 * configure.in: add INRIA check
1818
18191997-09-25 Kunihiro Ishiguro <kunihiro@note.digital-magic.co.jp>
1820
1821 * configure.in (canonical): change ipforward_snmp.o to ipforward_proc.o
1822
18231997-09-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1824
1825 * configure.in: change IRDPD to NDPD
1826
18271997-08-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1828
1829 * INSTALL: new file
1830
18311997-08-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1832
1833 * config.h: add XCALLOC()
1834