]> git.proxmox.com Git - mirror_frr.git/blame - ChangeLog
2005-06-01 Paul Jakma <paul.jakma@sun.com>
[mirror_frr.git] / ChangeLog
CommitLineData
42c98199 12005-05-07 Yar Tikhiy <yar@comp.chem.msu.su>
2
3 * configure.ac: Check for OSes which support passing ifindex in
4 struct ip_mreq.
5
0c2029e9 62005-04-29 Paul Jakma <paul.jakma@sun.com>
5e4008f7 7
0c2029e9 8 * NEWS: Added some more 0.99 news.
9 * configure.ac: bump to 0.99.1 (0.99.0 was never released except
10 via CVS snapshots)
5e4008f7 11
74a2dd7b 122005-04-25 Paul Jakma <paul.jakma@sun.com>
13
14 * HACKING: Add some notes about build system changes, to
15 document common oversights (common for me anyway).
16 Seperate sections with two newlines, easier to read.
17
924b9229 182005-04-16 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
19
20 * configure.ac: Added AC_ARG_ENABLE(time-check). By default,
21 warning messages will now be printed for threads or commands that take
22 longer than 5 seconds, but this configure argument can be used
23 to disable the checks or change the threshold.
24
03ecfb67 252005-04-16 Paul Jakma <paul.jakma@sun.com>
26
27 * configure.ac: check for gawk, needed to build memtypes.h
28
dfb9a545 292005-04-11 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
30
31 * configure.ac: Move AC_CANONICAL_* stuff before AM_INIT_AUTOMAKE to
32 eliminate warning message about AC_ARG_PROGRAM being called
33 before AC_CANONICAL_TARGET.
34
26275b05 352005-04-11 Paul Jakma <paul.jakma@sun.com>
36
37 * configure.ac: Call AC_CANONICAL_{BUILD,TARGET} macros. Target isnt
38 set otherwise, afaict. AC_SUBST enable_{user,group,vty_group} and
39 quagga_statedir - the Solaris package bits for one need this.
40 configure the solaris/ Makefile.
41 * Makefile.am: solaris is a subdir - unconditional or else it wont
42 be included in non-solaris made dists.
43
1b73de8b 442005-04-10 Paul Jakma <paul.jakma@sun.com>
45
46 * configure.ac: Fix host string recognition for Solaris Nevada aka
47 solaris2.10.1, and hopefully future such strings.
48
1eb8ef25 492005-04-07 Paul Jakma <paul.jakma@sun.com>
50
51 * (global): Fix up list loops to match changes in lib/linklist,
52 and some basic auditing of usage.
53 * configure.ac: define QUAGGA_NO_DEPRECATED_INTERFACES
54 * HACKING: Add notes about deprecating interfaces and commands.
55
208f0b7e 562005-04-05 Paul Jakma <paul@dishone.st>
57
58 * HACKING: remove the 'manually patch redhat/quagga.spec' bit
59 from RELEASE section. Let the rpm revision be CONFDATE, will work
6a524706 60 fine. Expand on the importance of supplying good ChangeLog's in
61 the PATCH SUBMISSION section.
208f0b7e 62
5b087528 632005-04-04 Hasso Tepper <hasso at quagga.net>
64
65 * configure.ac: Fix AC_LANG_SOURCE usage. It needs double square
66 brackets around source. Single ones broke square brackets in the
67 code (arrays).
68
d33e8d7b 692005-04-03 Hasso Tepper <hasso at quagga.net>
70
71 * configure.ac: Use AC_RUN_IFELSE instead of obsolete AC_TRY_RUN macro
72 and define action for cross-compiling.
73
f695b01f 742005-04-02 Hasso Tepper <hasso at quagga.net>
75
76 * configure.ac: Add --enable-isis-topology to enable isisd topology
77 generator code.
78
3849db25 792005-04-02 Paul Jakma <paul@dishone.st>
80
81 * INSTALL.quagga.txt: Add note about additional CVS build
82 requirements, if one wishes to build ps/pdf docs.
83
3cb98dee 842005-04-02 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
85
86 * configure.ac: Add strnlen to AC_CHECK_FUNCS.
87
2d58228e 882005-03-28 Hasso Tepper <hasso at quagga.net>
89
90 * configure.ac, */Makefile.am: Fix previous commit. SNMP includes
91 must be after lib/ includes in some systems. Introduce SNMP_INCLUDES
92 for that.
93
17eff7cb 942005-03-28 Hasso Tepper <hasso at quagga.net>
95
96 * configure.ac: Fix most of "Presents But Cannot Compiled" warnings
97 about various headers. CFLAGS is not correct place to specify
98 includes, INCLUDES is for that.
99
1969e4b9 1002005-03-27 Hasso Tepper <hasso at quagga.net>
101
102 * configure.ac: Add Intel compiler (icc) support. Although Intel
103 tries really hard to make icc look like gcc, there are some
104 differences. It's very verbose with -Wall and it doesn't support
105 the individual -W options. We are going to ignore some of these
106 warnings.
107
a0fb71a5 1082005-03-26 Hasso Tepper <hasso at quagga.net>
109
110 * doc/defines.texi.in, lib/version.h.in: Update copyright string to
111 include year 2005.
112
29c4c9bd 1132005-03-25 Jean-Mickael Guerin <jean-mickael.guerin@6wind.com>
114 * configure.ac: add struct nd_opt_interval and struct
115 nd_opt_homeagent_info detection.
116
55468c86 1172005-03-14 Paul Jakma <paul.jakma@sun.com>
118
119 * (global) update all c files to match the lib/vector.h rename of
120 (struct vector).active to max, and vector_max macro to
121 vector_active.
122
afd8a129 1232005-03-12 Paul Jakma <paul.jakma@sun.com>
124
125 * configure.ac: Solaris 8 can use the newer lifreq based methods
126 too, allows IPv6.
127
c45eb839 1282005-02-19 Hasso Tepper <hasso at quagga.net>
129
130 * configure.ac: Fix Linux detection. Host types like i686-pc-linux
131 didn't match the pattern.
132
9985f83c 1332005-02-09 Paul Jakma <paul.jakma@sun.com>
134
135 * (global) Update code to match stream.h changes.
136 stream_get_putp effectively replaced with stream_get_endp.
137 stream_forward renamed to stream_forward_getp.
138 stream_forward_endp introduced to replace some previous
139 setting/manual twiddling of putp by daemons.
140
f83d18dc 1412005-01-24 Paul Jakma <paul@dishone.st>
142
143 * configure.ac: Bump version to 0.99.0
144
b854038b 1452005-01-15 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
146
147 * redhat/quagga.spec.in: Fix postun script to avoid misleading error
148 message saying the postun scriptlet failed when watchquagga
149 is not running.
150
40abf239 1512005-01-12 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
152
153 * configure.ac: Test for header file <ucontext.h> (for use in
154 signal processing).
155
6cf9df08 1562005-01-12 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
157
158 * configure.ac: If configure is invoked with --enable-snmp, but
159 the configure script is unable to find SNMP support on the platform,
160 then configure should give an error message and exit.
161
fc43ecc7 1622005-01-12 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
163
164 * redhat/quagga.spec.in: Pass --enable-gcc-rdynamic to configure
165 to get gcc to link with -rdynamic for better backtraces.
166 When the rpm is upgraded, the restart logic now works as follows:
167 1. stop watchquagga; 2. stop all routing daemons; 3. restart zebra
168 if it was running; 4. start all routing daemons that were running;
169 and 5. start watchquagga if it was running.
170
220d0c0e 1712005-01-07 Paul Jakma <paul@dishone.st>
172
173 * configure.ac: Bump version to 0.98.0
174
1f3585ea 1752005-01-05 Paul Jakma <paul@dishone.st>
176
177 * configure.ac: Bump version to 0.97.5
178
6c20046f 1792005-01-04 Greg Troxel <gdt@fnord.ir.bbn.com>
180
181 * configure.ac: Use AC_MSG_CHECKING/AC_MSG_RESULT around
182 CMSG_FIRSTHDR check, so it shows up in the output of configure.
183 Tested on NetBSD, which doesn't define HAVE_BROKEN_CMSG_FIRSTHDR.
184
b99760ab 1852005-01-04 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
186
187 * configure.ac: Added test for broken CMSG_FIRSTHDR macro
188 (relevant for Solaris 8 and unpatched Solaris 9, don't know
189 whether other platforms are affected).
190
73a7dea3 1912005-01-04 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
192
193 * NEWS: Note improved logging facilities.
194
3cade26f 1952004-12-29 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
196
197 * configure.ac: Add new option --enable-gcc-rdynamic to link
198 with -rdynamic.
199
2b70200c 2002004-12-23 Paul Jakma <paul@dishone.st>
201
202 configure.ac: Bump version to 0.97.4
203
f3931751 2042004-12-22 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
205
206 * redhat/quagga.spec.in: daemonv6_list should contain only IPv6 daemons.
207
b3324e27 2082004-12-22 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
209
210 * redhat/quagga.spec.in: Add watchquagga, and fix some other
211 logic to make sure that all daemons are restarted on upgrades
212 and stopped on package removal.
213
afc44c29 2142004-12-22 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
215
216 * redhat/quagga.sysconfig: Define some variables to support watchquagga.
217
515210bd 2182004-12-22 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
219
220 * configure.ac: Add a define for DAEMON_VTY_DIR in config.h.
221
d0199430 2222004-12-22 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
223
224 * {configure.ac,Makefile.am}: Build watchquagga by default.
225
8035e9f0 2262004-12-21 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
227
228 * NEWS: Note addition of watchquagga.
229 * HACKING: Note that watchquagga is in testing phase.
230
9d0bfcb9 2312004-12-21 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
232
233 * watchquagga: New watchquagga daemon.
234
0d742d24 2352004-12-21 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
236
237 * redhat/Makefile.am: Added watchquagga.init to EXTRA_DIST.
238
54b52525 2392004-12-21 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
240
241 * redhat/watchquagga.init: New file, init script for watchquagga.
242
5e764774 2432004-12-03 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
244
245 * HACKING: Indicate that header files should be consulted for
246 documentation, particularly logging levels in lib/log.h.
247
b9e0ee31 2482004-11-24 Paul Jakma <paul@dishone.st>
249
250 * TODO: Add source routing, zebra filtering and lib/ documenting.
251
6099b3b5 2522004-11-19 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
253
254 * global: Replace strerror with safe_strerror. And vtysh/vtysh.c
255 needs to include "log.h" to pick up the declaration.
256
48577196 2572004-11-19 Hasso Tepper <hasso at quagga.net>
258
259 * configure.ac: Avoid regeneration of doc/quagga.info for now.
260
0cdb8dd2 2612004-11-17 Paul Jakma <paul@dishone.st>
262
263 * INSTALL.quagga.txt: texinfo version corrected, so section on
264 that 4.7-x being unknown is not needed.
265
670bbf19 2662004-11-12 Paul Jakma <paul@dishone.st>
267
268 * configure.ac: Fix AC_CONFIG_FILES, the chmod seems to run for
269 every input file, should be only be for vtysh/extract.pl, so that
270 should be a seperate AC_CONFIG_FILES.
95d3184c 271 * INSTALL: update-autotools, autoreconf -i will install this, remove
272 the file so it always matches the autoconf which created
273 configure (ie the quagga snapshot producing host).
9104f569 274 * INSTALL.quagga.txt: Some quagga specific INSTALL notes.
275 * README: s/GNU Zebra/Quagga/ and refer to IS-IS support.
670bbf19 276
7966b97c 2772004-11-10 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
278
279 * redhat/quagga.spec.in: add comments showing how to get gcc verbosity
280
1b074dd2 2812004-11-08 Paul Jakma <paul@dishone.st>
282
283 * configure.ac: bump version to 0.97.3, release imminent.
284
14c17fd8 2852004-11-06 Paul Jakma <paul@dishone.st>
286
287 * configure.ac: Arguments to AC_OUTPUT is deprecated, use
288 AC_CONFIG_FILES instead. Rearrange the order slightly to put the
289 Makefiles first (silly aesthetic thing, dont know why I had to do
290 this ;) ). Add doc/defines.texi to the list.
291 * NEWS: bgp route-server support added, refer to docs.
292 * update-autotools: call automake with --add-missing and --copy,
293 former is important for obvious reasons, latter for dist files,
294 and --gnu to enable whatever extra goodness checks.
295 * {depcomp, install-sh, missing}: removed, auto-generated files.
296
1f8f61a7 2972004-11-05 Paul Jakma <paul@dishone.st>
298
299 * HACKING: Expand on ChangeLogs, eg current practice for certain
300 directories and certain other meta-data is not to maintain a
301 ChangeLog. Expand on the commit message, IMHO, commit message
302 should always be ChangeLog for files where ChangeLog is kept.
303 Solaris is supported on any platform (with, at moment, an
304 additional patch).
305
3e511c8e 3062004-10-23 Paul Jakma <paul@dishone.st>
307
308 * configure.ac: bump version to 0.97.2, release imminent.
309
6b6942f9 3102004-10-22 Paul Jakma <paul@dishone.st>
311
312 * configure.ac: fix up enable help alignment slightly
313 Add --enable-gcc-ultra-verbose to set various gcc warnings which
314 should one day be fixed but are not serious problems or which
315 could be false-positives.
316
3fb9cd6e 3172004-10-19 Andrew J. Schorr <aschorr@telemetry-investments.com>
318
319 * lib, zebra, ripd, ospfd, bgpd: Support NULL connected destination
320 pointers properly everywhere. Fix point-to-point logic to
321 support links where a dedicated subnet has been assigned.
322 PtP links with /31 subnets should now work where supported by O/S.
323
4f8b5bb1 3242004-10-11 Paul Jakma <paul@dishone.st>
325
326 * bump version to 0.97.1, release imminent.
327
e561a8eb 3282004-10-07 Paul Jakma <paul@dishone.st>
329
330 * bump version to 0.97.0, release imminent.
331
7fd63b38 3322004-10-07 Greg Troxel <gdt@sunpal7.mit.edu>
333
334 * configure.ac: remove -Wpacked; 2.95.3 doesn't support it.
335
7347a2ad 3362004-10-05 Hasso Tepper <hasso at quagga.net>
337
338 * configure.ac: Removed -Wpadded. I don't have sooo much time that I
339 could care about padding ;).
340
a49c0ff6 3412004-09-30 Paul Jakma <paul@dishone.st>
342
343 * Update default CFLAGS for gcc to keep Hasso busy.
344
ddb07e5b 3452004-09-27 Paul Jakma <paul@dishone.st>
346
347 * update-autotools: libtoolize should copy files, rather than link.
348 the whole idea is that dist files should not need auto*, etc.
349 installed to be able to compile.
350
ae399ab0 3512004-09-13 Hasso Tepper <hasso at quagga.net>
352
353 * configure.ac: Disable isisd compiling by default.
354
33394766 3552004-09-13 Paul Jakma <paul@dishone.st>
356
357 * configure.ac: capitalise the package name. autoconf lowercases
358 it for PACKAGE_TARNAME.
359
fee0f4c6 3602004-09-13 Jose Luis Rubio <jrubio@dit.upm.es>
361 (at Technical University of Madrid as part of Euro6ix Project)
362
363 Enhanced Route Server functionality and Route-Maps:
364
365 * bgpd/bgpd.h: Modified 'struct peer' and 'struct bgp_filter' to
366 support rs-clients. A 'struct bgp_table *rib' has been added to the
367 first (to mantain a separated RIB for each rs-client) and two new
368 route-maps have been added to the last (for import/export policies).
369 Added the following #defines: RMAP_{IN|OUT|IMPORT|EXPORT|MAX},
370 PEER_RMAP_TYPE_{IMPORT|EXPORT} and BGP_CLEAR_SOFT_RSCLIENT.
371
372 * bgpd/bgpd.c: Modified the functions that create/delete/etc peers in
373 order to consider the new fields included in 'struct peer' for
374 supporting rs-clients, i.e. the import/export route-maps and the
375 'struct bgp_table'.
376
377 * bgpd/bgp_route.{ch}: Modified several functions related with
378 receiving/sending announces in order to support the new Route Server
379 capabilities.
380 Function 'bgp_process' has been reorganized, creating an auxiliar
381 function for best path selection ('bgp_best_selection').
382 Modified 'bgp_show' and 'bgp_show_route' for displaying information
383 about any RIB (and not only the main bgp RIB).
384 Added commands for displaying information about RS-clients RIBs:
385 'show bgp rsclient (A.B.C.D|X:X::X:X)', 'show bgp rsclient
386 (A.B.C.D|X:X::X:X) X:X::X:X/M', etc
387
388 * bgpd/bgp_table.{ch}: The structure 'struct bgp_table' now has two
389 new fields: type (which can take the values BGP_TABLE_{MAIN|RSCLIENT})
390 and 'void *owner' which points to 'struct bgp' or 'struct peer' which
391 owns the table.
392 When creating a new bgp_table by default 'type=BGP_TABLE_MAIN' is set.
393
394 * bgpd/bgp_vty.c: The commands 'neighbor ... route-server-client' and
395 'no neighbor ... route-server-client' now not only set/unset the flag
396 PEER_FLAG_RSERVER_CLIENT, but they create/destroy the 'struct
397 bgp_table' of the peer. Special actions are taken for peer_groups.
398 Command 'neighbor ... route-map WORD (in|out)' now also supports two
399 new kinds of route-map: 'import' and 'export'.
400 Added commands 'clear bgp * rsclient', etc. These commands allow a new
401 kind of soft_reconfig which affects only the RIB of the specified
402 RS-client.
403 Added commands 'show bgp rsclient summary', etc which display a
404 summary of the rs-clients configured for the corresponding address
405 family.
406
407 * bgpd/bgp_routemap.c: A new match statement is available,
408 'match peer (A.B.C.D|X:X::X:X)'. This statement can only be used in
409 import/export route-maps, and it matches when the peer who announces
410 (when used in an import route-map) or is going to receive (when used
411 in an export route-map) the route is the same than the one specified
412 in the statement.
413 For peer-groups the statement matches if the specified peer is member
414 of the peer-group.
415 A special version of the command, 'match peer local', matches with
416 routes originated by the Route Server (defined with 'network ...',
417 redistributed routes and default-originate).
418
419 * lib/routemap.{ch}: Added a new clause 'call NAME' for use in
420 route-maps. It jumps into the specified route-map and when it returns
421 the first route-map ends if the called RM returns DENY_MATCH, or
422 continues in other case.
423
cbd04084 4242004-08-31 Greg Troxel <gdt@poblano.ir.bbn.com>
425
b85dca31 426 * Makefile.am: make m4 as subdir, rather the EXTRA_DISTing it
427
428 * configure.ac: add m4/Makefile to output list
429
4302004-08-31 Greg Troxel <gdt@poblano.ir.bbn.com>
431
cbd04084 432 * Makefile.am: Only put pkgsrc dir in SUBDIRS if we should install
433 rc.d files. (Note that pkgsrc is always in DIST_SUBDIRS.)
434
435 * configure.ac (pkgsrcdir): add new --enable-pkgsrcrcdir to give a
436 directory into which www.pkgsrc.org-style rc.d files are
437 installed.
438
2abb1cf3 4392004-08-19 Paul Jakma <paul@dishone.st>
440
441 * Makefile.am: add m4 directory to EXTRA_DIST, and define
442 ACLOCAL_AMFLAGS to have aclocal pull in m4/
443 * configure.ac: AM_PROG_LIBTOOL should be AC_...
444 * update-autotools: print a warning that this script is deprecated
445
29904606 4462004-08-17 Greg Troxel <gdt@fnord.ir.bbn.com>
447
448 * update-autotools: print tools versions to aid people in sending
449 bug reports.
450
b7a97f82 4512004-07-23 Greg Troxel <gdt@poblano.ir.bbn.com>
452
453 * */Makefile.am: Use ../dir/libfoo.la, rather than "-L../dir
454 -lfoo", to avoid linking against installed libraries from a
455 previous version.
456
457 * {lib,ospfd,ospfclient}/Makefile.am: explicitly define the shared
458 library version number to be 0.0
459
460 * configure.ac: remove spurious , so extract.pl is chmod'd +x.
461
462 * HACKING: explain shared library versioning rules
463
27eebb3e 4642004-07-22 Paul Jakma <paul@dishone.st>
465
466 * configure.ac: modify default CFLAGS to be compiler agnostic
467 build Makefile for tests/ subdir.
468
aa9af78c 4692004-07-14 Greg Troxel <gdt@poblano.ir.bbn.com>
470
471 * Makefile.am (EXTRA_DIST): Add missing \, so tools stuff is
472 really in distfile.
473
87efd646 4742004-06-30 Greg Troxel <gdt@poblano.ir.bbn.com>
475
476 * */Makefile.am: use -L../lib -lzebra, so we pick up the shlib
477 version of libzebra when available.
478
479 * configure.ac, update-autotools: Add libtool.
480
fc9d0745 4812004-06-30 Greg Troxel <gdt@poblano.ir.bbn.com>
482
f2bfdee5 483 * Makefile.am: add files to EXTRA_DIST rather than copying, and
484 omit the kludgy cleaning steps, which were failing when the list
485 to clean was empty.
486
4872004-06-30 Greg Troxel <gdt@poblano.ir.bbn.com>
488
fc9d0745 489 * configure.ac: Look for perl, and substitute into vtysh/extract.pl.
490 Search for termcap functions more expansively (fixes vtysh compile
491 on NetBSD). Clean up --enable-vtysh definition.
492
cf313889 4932004-06-30 Greg Troxel <gdt@poblano.ir.bbn.com>
494
495 * update-autotools: Use -rf on autom4te.cache.
496
320ec10a 4972004-06-20 Hasso Tepper <hasso@estpak.ee>
498
499 * lib/vty.c: Don't attempt to load configuration file from current
500 directory.
501 * Update vty_read_config() calls in bgpd/bgp_main.c, isisd/isis_main.c,
502 ospf6d/ospf6_main.c, ospfd/ospf_main.c, ripd/rip_main.c,
503 ripngd/ripng_main.c and zebra/main.c.
504
19877dd2 5052004-05-11 Paul Jakma <paul@dishone.st>
506
507 * configure.ac: Add solaris support for the zebra/*_solaris
508 method's, based on Sowmini's patches.
509
d355bfa7 5102004-04-08 Paul Jakma <paul@dishone.st>
511
512 * ospf_spf.h: Add backlink field to struct vertex
513 * ospf_spf.h: (ospf_vertex_new) initialise backlink
514 (ospf_lsa_has_link) return index of link back to
515 vertex V from candidate vertex W, or -1 if no link exists.
516 (ospf_spf_next) save backlink index for candidate vertex
517 * ospf_interface.c: (ospf_vl_set_params) Use the backlink index
518 to determine correct address for virtual-link peers. Fall back
519 to older "pick first link" method if no backlink index exists.
520
41d3fc96 5212004-04-06 Hasso Tepper <hasso@estpak.ee>
522
523 * zebra/ipforward_proc.c: Fixed lowering privileges.
524 * zebra/zserv.c: Fixed "(no) ipv6 forwarding" command logic.
525 * configure.ac: Added --disable-capabilities switch to configure.
526
f571dab0 5272004-03-22 Hasso Tepper <hasso@estpak.ee>
528
529 * Readded SIGTERM handling so daemons can clean up their stuff if they
530 are killed (not murdered).
531
37318657 5322004-03-20 Michael Bruening <mike@vailsys.com>
533
534 * ospfd/ospf_vty.c: Completed array distribute_str of route types with
535 addition of "isis". This array must be indexed by
536 ZEBRA_ROUTE_(SYSTEM|KERNEL|...) defines in zebra.h, and should
537 be updated with every route type addition. This fix allows
538 commands redistributing routes from (bgp|isis), like "router ospf
539 redistribute bgp ...", to be written to terminal, memory, file,
540 which would otherwise result in a seg fault or, possibly, config
541 file corruption. Overlooked in import of isisd.
542 * Similar fixes to bgpd/bgp_vty.c ospf6d/ospf6_asbr.c ripd/rip_zebra.c
543 and ripngd/ripng_zebra.c.
544
8c903fbb 5452004-03-17 Jean-Yves Simon <lethalwp@tiscali.be>
546
547 * zebra/main.c, ripd/rip_main.c: Fix typos sigusr1 -> sigint,
548 bugzilla #82.
549
5e4fa164 5502004-03-16 David Young <dyoung@pobox.com>
551
552 * (many) reference <lib/version.h> rather than "version.h",
553 because version.h is a generated file and not present in the
554 source tree when using objdir builds.
555
fa2b17e3 5562004-03-03 PC Drew <pc@superiorcomm.net>
557
558 * lib/keychain.c: typecast time_t function to long, fixes compile
559 warning.
560 * lib/debug.c: wrapped function with ifdef HAVE_GLIBC_BACKTRACE fixes
561 compile warning when backtrace doesn't exist for that system.
562 * zebra/rtadv.c: for OpenBSD, added include statement for
563 netinet/icmp6.h
564 * zebra/zserv.c: added default case to switch statements, fixes compile
565 warning about certain NEXTHOP_TYPE enumeration values not being
566 handled.
567 * zebra/rt_socket.c: set *mask = NULL by default, fixes compile
568 warning, about mask possibly being used uninitialized.
569 * bgpd/bgp_nexthop.c: added default case to switch statements, fixes
570 compile warning about certain NEXTHOP_TYPE enumeration values not
571 being handled.
572 * ospfd/ospf_spf.c: typecast time_t to long, fixes compile warning.
573 * ospfd/ospf_route.c: typecast route_node->prefix to prefix_ipv4, fixes
574 compile warning.
575 * ospfd/ospf_route.c: typecast prefix_ipv4 to prefix, fixes compile
576 warning.
577 * ospfd/ospf_abr.c: typecast prefix to prefix_ipv4 in two instances,
578 fixes compile warning.
579 * vtysh/vtysh.c: fixed null pointer sentinel value when doing execl and
580 friends, fixes compile warning.
581 * ospf6d/ospf6_damp.c: typecast time_t to long in 4 instances, fixes
582 compile warning.
583 * ospf6d/ospf6_main.c: use MAXPATHLEN (if set) instead of 64 for the
584 _cwd array, fixes compile warning.
585
2d75d052 5862004-01-19 Paul Jakma <paul@dishone.st>
587
588 * tests/test-sig.c: New file, regression test for sigevents.
589 * lib/Makefile.am: add sigevent.{c,h}
590 * (isis|rip|ripng|ospf|ospf6|bgp)d/\1_main.c: modify for sigevents.
591 * zebra/main.c: ditto.
592
a27abaa5 5932004-01-10 Paul Jakma <paul@dishone.st>
594
595 * Makefile.am: redhat/ is a dist subdir too.
596
a4d2a0d2 5972004-01-10 Vincent Jardin <jardin@6wind.com>
598
599 * configure.ac: add the redhat/Makefile as a AC_OUTPUT() argument.
600 It fixes build on FreeBSD 5.1 and FreeBSD 4.7
601
00bc5603 6022004-01-08 Paul Jakma <paul@dishone.st>
603
604 * Makefile.am: as per gdt, specify the redhat dir as a DIST_SUBDIR,
605 remove the redhat/... dist targets - instead these now go in..
606 redhat/Makefile.am: (new) proper place to describe redhat/ dist
607 files, as well as allow quagga.spec to be regenerated properly.
608 redhat/quagga.sysconfig: specify conf file location.
609 redhat/quagga.spec.in: Add 2 patches to RPM build.
610
15d74e93 6112003-12-30 Paul Jakma <paul@dishone.st>
612
613 * redhat/isisd.init: new file, init script for isisd.
614 redhat/quagga.sysconfig: new file, sysconfig file for quagga
615 initscripts.
616 redhat/quagga.spec.in: various cleanups, including sysconfig patch
617 from RH, fixed UID/GID as per RH EL, shell changed to
618 /sbin/nologin, daemon vty's listen to 127.1 only per default and
619 isisd packaged.
620 redhat/*.init: sysconfig support and runlevels specified.
621
41ad8780 6222003-12-30 Paul Jakma <paul@dishone.st>
623
624 * Makefile.am: put the redhat/ stuff into EXTRA_DIST rather than
625 copying via dist-hook. Remove ~ files backup cruft from dists.
626 isisd/Makefile.am: sysconf example should go via
627 dist_examples_DATA. The include-netbsd/ headers werent mentioned
628 as sources and werent being copied into dists.
629
9e867fe6 6302003-12-23 Vincent Jardin <jardin@6wind.com>
631
632 * isisd: Import isisd from Sampo Saaristo's source code.
633
aa593d5e 6342003-12-22 Christian Hammers <ch@lathspell.de>
635
636 * configure.ac (and everywhere a regular file is opened for
637 writing): use file permissions from configure rather than
638 compiled-in umask.
639
47ce02a8 6402003-12-22 Hasso Tepper <hasso@estpak.ee>
641
642 * lib/linklist.c: Revert microfix I commited while reverting
643 [quagga-dev 227]. Caused by misreading code.
644
e90fbabd 6452003-12-21 Hasso Tepper <hasso@estpak.ee>
646
647 * lib/linklist.c: Revert patch [quagga-dev 227]. listnode_add_sort()
648 function should not drop nodes in any case. But fix behavior where
649 nodes were added to the end of list when cmp returned 0.
650 * lib/if.c: Check for duplicates before calling listnode_add_sort().
651
af273652 6522003-12-08 Greg Troxel <gdt@fnord.ir.bbn.com>
653
654 * {lib,ospfd,ospfapi}/Makefile.am: Use pkginclude_HEADERS rather
655 than include_HEADERS to place includes in
656 ${prefix}/include/quaggainstead of polluting ${prefix}/include.
657
c4f0efe6 6582003-12-04 Greg Troxel <gdt@poblano.ir.bbn.com>
659
660 * configure.ac: When setting exampledir to sysconfdir as a
661 default, don't quote ${sysconfdir}. (Bug reported by Vincent
662 Jardin.)
663
d2a0ccc6 6642003-12-03 Greg Troxel <gdt@poblano.ir.bbn.com>
665
666 * configure.ac: Compile in Router Advertisement support by
667 default. Note that this does not default to sending RAs; it just
668 makes 'ipv6 nd send-ra' and 'ipv6 nd prefix-advertisement'
669 available. While others may prefer other tools, no argument has
670 been made that router advertisement support is such bloat that it
671 should be compiled out by default (it 9556 bytes on NetBSD/i386 vs
672 8 bytes with the support compiled out). This reversion of a
673 previous change was done in consultation with Paul.
674
fa3232e1 6752003-12-03 Greg Troxel <gdt@poblano.ir.bbn.com>
676
677 * configure.ac: Move tests for v6 header files to after the check
678 for v6 code version, and conditionalize on the right variable.
679 (Fixes problem where v6 header files are not included when v6 is
680 enabled implicitly.)
d2a0ccc6 681
d6b72f7a 6822003-12-03 Greg Troxel <gdt@poblano.ir.bbn.com>
683
684 * configure.ac: Add --enable-exampledir to specify where example
685 config files should go, defaulting to sysconfdir.
686
687 * */Makefile.am: use exampledir instead of sysconfdif for examples
688
62892880 6892003-11-02 Paul Jakma <paul@dishone.st>
690
691 * bgpd/bgp_routemap.c: Fix up 'set ip next-hop A.B.C.D|peer-address'
692 route map command so that vtysh can use it. Modified version of
693 Hasso Tepper's patch. Fixes bug #52.
694 * configure.ac: FreeBSD has net-snmp in /usr/local.
695 * redhat/quagga.spec.in: Install libzebra headers with -devel
696 package.
697
6982003-11-02 Krzysztof Oledzki <oleq@ans.pl>
699
700 * zebra/zebra_rib.c: Revert patch (dating from zebra.org) which
701 caused zebra to read all routes in all tables, rather than just
702 the main table. See [quagga-dev 280].
703
7042003-10-30 Paul Jakma <paul@dishone.st>
705
706 * configure.ac: netinet/in_systm.h is yet another well-known
707 header file we really should be checking for
708
7092003-10-27 kamatchi soundaram <kamatchi@tdd.sj.nec.com>
710
711 * ospfd/ospfd.c: Do not increment act_int for an area, as it is done
712 by ospf_ism.c::ism_change_state() - results in incorrect figure
713 for active interfaces in an area.
714
7152003-10-27 Paul Jakma <paul@dishone.st>
716
717 * lib/if.{ch}: remove ifc_pointtopoint() - left over from the
718 reverted RFC3021 patch.
719
7202003-10-27 Simon <lists@routemeister.net>
721
722 * ospfd/ospfd.c: if_is_pointopoint() takes (struct interface *), was
723 being called with struct connected. Change to co->ifp.
724
7252003-10-27 Gilad Arnold <gilad.arnold@terayon.com>
726
727 * zebra/zebra_rib.c: (nexthop_active_update) Check for multipath
728 limit when setting changed flag to avoid spurious changes.
729 (static_install_ipv{4,6}) dont uninstall by default, might not be
730 required - avoid spurious uninstalls.
731 (static_uninstall_ipv{4,6}) only uninstall the route if its
732 actually FIB route.
733
7342003-10-24 sowmini.varadhan@sun.com
735
736 * ospfd/ospf_network.c: (ospf_sock_init) Exit if socket can not be
737 created.
738
7392003-10-24 Jose Luis Rubio Guivernau <jrubio@dit.upm.es>
740
741 * Better 'show bgp' support for views (eg ipv6), see [quagga-dev 238]
742 * bgpd/bgp_route.c: (bgp_show) Take a struct bgp argument instead of
743 view string.
744 (bgp_show_neighbor_route) Take a struct peer argument instead of
745 ip string.
746 (peer_adj_routes) ditto
747 (show_adj_routes) ditto
748 (peer_lookup_in_view) new function to return appropriate struct
749 peer for a given view string.
750 (misc) Fixup all calls to above to reflect new calling arguments,
751 and use peer_lookup_in_view as needed. Additional commands
752 installed to use expanded functionality above, existing commands
753 modified to suit as well.
754 * bgpd/bgp_vty.c: 2 new aliases.
755
7562003-10-24 Paul Jakma <paul@dishone.st>
757
758 * configure.ac: Check for fcntl()
759 * {bgpd,ospf,ospf6d,ripd,ripngd}/Makefile.am: Install conf file via
760 regular automake means, not magic install incantations, see
761 bug #38.
762 * lib/Makefile.am: install the headers, needed to link libzebra.a
763 (and hence libospf.a, OSPF-API, etc.)
764
7652003-10-24 waldi@debian.org
766
767 * vtysh/Makefile.am: vtysh_cmd.c rebuild was broken because it
768 depended against source files without specification, i.e. it
769 used ../zebra instead of $(top_srcdir)/zebra.
770
7712003-10-23 Paul Jakma <paul@dishone.st>
772
773 * configure.ac: IRIX configure.ac support. Sort of works.
774 sysctl() crashes though (ipforward), there's some kind of odd
775 padding in the PF_ROUTE socket messages and setsockopt() on
776 SOCK_RAW does not work (so ospfd doesnt work).
777
7782003-10-22 Paul Jakma <paul@dishone.st>
779
780 * vtysh/Makefile.am: do not include vtysh_cmd.c in dists, its
781 configure dependent. (still need to find a way to make building of
782 it dependent on configure options or include all commands.)
783
7842003-10-22 Paul Jakma <paul@dishone.st>
785
786 * lib/zebra.h: include limits.h if its there, its a portable header
787 and useful and not just solaris specific. net/route.h is also
788 useful.
789
7902003-10-22 Paul Jakma <paul@dishone.st>
791
792 * lib/regex.c: bzero -> memset
793 * zebra/ioctl.c: ditto. bzero is not portable.
794
7952003-10-22 Paul Jakma <paul@dishone.st>
796
797 * zebra/kernel_socket.c: HAVE_IPV6 conditional for WRAPUP when
798 HAVE_SA_LEN is not defined. bcopy -> memcpy, bcopy is not
799 portable.
800
8012003-10-22 Paul Jakma <paul@dishone.st>
802
803 * configure.ac: Split up header checks into non-net, net and ipv6
804 related. Checking of IPv6 is conditional. Add some more output
805 text for the end of the configure run.
806
8072003-10-18 Lorenzo Colitti <lorenzo@ripe.net>
808
809 * bgpd/bgp_attr.c: (bgp_dump_routes_attr) Dont dump IPv4 nexthop
810 for IP. Dump MP_NLRI attr with IPv6 next-hop for AF_INET6 address
811 family prefixes. Accept prefix as argument.
812 * bgpd/bgp_attr.c: modify bgp_dump_routes_attr declaration.
813 * bgpd/bgp_dump.c: (bgp_dump_routes_entry) Modify calls to
814 bgp_dump_routes_attr.
815 (bgp_dump_common) Go by the family of the peering socket, not
816 configured address family when dumping peering information.
817 Add HAVE_IPV6 conditionals, eg missing from previous bgp interval
818 patch.
819
8202003-10-18 Lorenzo Colitti <lorenzo@ripe.net>
821
822 * bgpd/bgp_dump.{c,h}: (bgp_dump_interval_add) Dump at discrete
823 fixed intervals rather than fixed intervals from startup time.
824 (bgp_dump_interval_func) Dont return immediately if file cant be
825 openeded, but reschedule interval dumps, even - admin might
826 fix problem in meantime. Close the dump file in between intervals.
827 (bgp_dump_init) account for MSG header when initialising stream
828 size.
829
8302003-10-15 Paul Jakma <paul@dishone.st>
831
832 * ospfd/ospf_interface: (ospf_if_lookup_table) new function to
833 lookup oi for a given prefix in a given interfaces table of oi's.
834 (ospf_if_new) use ospf_if_lookup_table to deal with zebra
835 reporting new interface multiple times.
836 NB: This patch is a complete plaster-band of a hack. First, why is
837 zebra reporting interface events multiple times? Second, why does
838 ospfd maintain so many damn lists and tables relating to oi's -
839 these should be reconciled into one or two tables.
840
8412003-10-15 sowmini.varadhan@sun.com
842
843 * ripd/ripd.c: (rip_send_packet) use rip->sock for mcast sends,
844 instead of creating one socket per send. send source addr to
845 rip_update_interface.
846 (rip_update_process) should send an update on every connected
847 network for each interface.
848 (rip_request_send) should send a request on every connected
849 network for each interface.
850 * ripd/ripd.h: update prototype for rip_interface_multicast_set
851 * ripd/rip_interface.c: (rip_interface_multicast_set) reorganized
852 so that it can be called repeatedly for aliased interfaces (on
853 multiple networks).
854
8552003-10-15 Jay Fenlason <fenlason@redhat.com>
856
857 * lib/vty.c: (vty_telnet_option) Remote DoS exists if a telnet
858 end-sub-negotation is sent when no sub-negotation data has been
859 sent. Return immediately if no sub-negotation is in progress.
860 (vty_read) do not attempt to process options if no sub-negotation
861 is in progress.
862
8632003-10-15 Paul Jakma <paul@dishone.st>
864
865 * lib/vty.c: (vty_save_cwd) dont crash if getcwd fails. try fallback
866 to SYSCONFDIR. Allocate cwd from the stack rather than relying on
867 (non-portable) getcwd() allocation (which we didnt seem to be
868 freeing).
869
8702003-10-13 Jay Fenlason <fenlason@redhat.com>
871
872 * lib/zebra.h: define UINT32_MAX for those systems which do not
873 provide it.
874 * bgp_attr.h: define BGP_MED_MAX.
875 * bgp_route.c: update defines/constants to BGP_MED_MAX.
876 * bgp_routemap.c: ditto. clean up route_match_metric_compile
877 slightly to avoid unneccesary XMALLOC.
878
8792003-10-13 sowmini.varadhan@sun.com
880
881 * ospf_lsa.h: Add OSPF_LSA_PREMATURE_AGE flag.
882 * ospf_lsa.c: added better debug comments. check sequence number in
883 ospf_lsa_install. ospf_maxage_lsa_remover() checks for
884 OSPF_LSA_PREMATURE_AGE and re-originates the lsa after ls_acks are
885 received.
886 * ospf_flood.c: improve debug statement- print ls_seqnum.
887
8882003-10-13 Douglas Fraser <doug+quagga@idmf.net>
889
890 * zebra/connected.c: PtP revert fixup. Zebra was not creating
891 connected route for PtP peer.
892
8932003-10-07 Tarhon-Onu Victor <mituc@iasi.rdsnet.ro>
894
895 * zebra/ipforward_proc.c: (ipforward) Close the fd for
896 /proc/net/snmp. See [quagga-dev 284]
897
8982003-09-29 Gilad Arnold <gilad.arnold@terayon.com>
899
900 * zebra/zebra_rib.c: Fix possible dangling reference to rib
901 route_nodes - unlock it the appropriate number of times. (twice,
902 because of the implicit lock). see [quagga-dev 251].
903
9042003-09-29 Paul Jakma <paul@dishone.st>
905
906 * zebra/connected.c: revert the 'generic PtP' patch as it causes
907 far too many problems. People who use FreeSWAN should investigate
908 native linux ipsec.
909 * zebra/rt_netlink.c: ditto
910 * lib/if.c: ditto
911 * ripd/ripd.h: ditto
912 * ripd/ripd.c: ditto
913 * ripd/rip_interface.c: ditto
914 * ospfd/ospfd.c: ditto
915 * ospfd/ospf_snmp.c: ditto
916 * bgpd/bgp_nexthop.c: ditto
917 * ospfd/ospf_packet.c: Add debug output for some of the previously
918 completely silent drops of 'bad' packets.
919 * configure.ac: bump version
920
9212003-08-27 Jay Fenlason <fenlason@redhat.com>
922
923 * lib/Makefile.am: Do not use a lib (libcap) as a dependency
924 * zebra/Makefile.am: Link in libcap
925 * bgpd/bgp_routemap.c: attr->med is type u_in32_t, should be
926 compared with UINT32_MAX
927 * ospfd/ospfd.c: remove redundant assert
928 * zebra/rtadv.c: add missing include for zebra/rib.h
929
9302003-09-24 Paul Jakma <paul@dishone.st>
931
932 * lib/version.h: moved to version.h.in
933 * lib/version.h.in: New file, from version.h. Change hardcoded
934 package name and version to use the autoconf defined substition
935 variables.
936 * configure.ac: Fix up AC/AM_INIT* to new style. Remove the sed'ing
937 through lib/version.h for VERSION. Add lib/version.h to the
938 AC_OUTPUT list. Update the text output of quagga version at end
939 of configure run to use PACKAGE_VERSION.
940 * doc/.cvsignore: ignore quagga.pdf
941 * doc/.cvsignore: ignore version.h, its now autogenerated.
942
9432003-09-24 sowmini.varadhan@sun.com
944
945 * lib/if.c: (if_cmp_func) fix infinite loop if
946 ifp1->name == ifp2->name
947 * lib/linklist.c: (if_cmp_func) Fix handling of case where
948 list->cmp returns 0.
949 * rip_interface.c: (rip_interface_address_add) call
950 rip_enable_apply(), or the interface is never considered up.
951 see [quagga-dev 225].
952 * zebra/kernel_socket.c: Fix up WRAPUP macro to deal with multiple
953 address families in the absence of sa_len element in struct
954 sockaddr.
955 (ifm_read): Handle solaris 9 if_msghdr_t.
956 Deal with interfaces which are incomplete, lookup on name rather
957 than the placeholder interface index of -1.
958
9592003-09-24 Thomas Giger TGC <thomas.giger@tgc.de>
960
961 * ospf_packet.c (ospf_associate_packet_vl): pass NULL struct
962 interface to ospf_if_lookup_by_local_addr() rather than the
963 receiving interface ifp, packets for VL's could come in any
964 interface. See quagga-dev 250.
965
e05fba43 9662003-04-13 Paul Jakma <paul@dishone.st>
967
968 * Amir: Opaque LSA bug fix for deletion of Type11's
969 * configure.ac: use --localstatedir for Unix sockets
645878f1 970 * Hasso Tepper: When flushing as-ext LSAs flush associated NSSA
971 LSAs.
e05fba43 972
020709f9 9732003-04-04 Paul Jakma <paul@dishone.st>
974
975 * Sync to Zebra CVS
976 * Fix lib/thread.h leak
977 * Fix small Opaque LSA leak
978 * Do not configure OSPF interfaces for secondary addresses
979 * vtysh fixes from Hasso
980 * Dave Watson's missing ntohs fix
981
68980084 9822003-03-25 Paul Jakma <paul@dishone.st>
983
984 * Sync to Zebra CVS
985
07661cb5 9862003-03-17 Amir Guindehi <amir@datacore.ch>
987
988 * Extended SNMP checks in configure.ac so that net-snmp works
989
9902003-03-17 Amir Guindehi <amir@datacore.ch>
991 Ralph Keller <keller@tik.ee.ethz.ch>
992 * merge OSPF-API
993
13766da4 9942003-02-07 Paul Jakma <paul@dishone.st>
995
996 * Sync to zebra CVS
997
420df43a 9982003-02-03 Paul Jakma <paul@dishone.st>
999
1000 * Sync to zebra CVS
1001
ae936aee 10022003-01-19 Paul Jakma <paul@dishone.st>
1003
1004 * Temporary fix for Generic PtP wrt to IPv6
1005
9a668001 10062003-01-17 Paul Jakma <paul@dishone.st>
1007
1008 * Sync up to latest zebra.org CVS
1009 * [zebra 16823] Bugfix and new feature in Opaque-LSA handling
1010 Masahiko Endo <endo@suri.co.jp>
1011 * [zebra 16824] [PATCH] nsm_kill_neighbor
1012 Masahiko Endo <endo@suri.co.jp>
1013 * [zebra 17217] [PATCH] show thread CPU
1014 Yon Uriarte <havanna_moon@gmx.net>
1015 * [zebra 17218] Re: [PATCH] CLI extensions.
1016 Yon Uriarte <havanna_moon@gmx.net>
1017
4fc01e67 10182002-12-13 Paul Jakma <paul@dishone.st>
1019
1020 * added support for vtysh 'write file' command to
0efa4d57 1021 write either per-daamon and/or integrated file
ab836aab 1022 * ospfd md5 buffer copying fix (Greg Troxel)
8bd9c714 1023 * ospfd md5 sequence number derived from time()
ab836aab 1024 * RIPv1 fixes and improvements (John Hay)
1025 * link state detection (linux) ([zebra 12269])
1026 * Generic PtP and RFC3021 interface addressing support
1027 (Frank van Maarseveen)
0efa4d57 1028 * Michal Ludvig <michal@logix.cz>:
1029 [zebra 16525] PATCH: Bugfixes for KAME systems
1030 * Kevin C Miller <kevinm@andrew.cmu.edu>
1031 [zebra 16681] OSPF NSSA Patches
1032 * Yon Uriarte <havanna_moon@gmx.net>
1033 [zebra 16671] [PATCH] CLI extensions
a895901b 1034 * Masahiko Endo: [zebra 15475] - MPLS-TE docs
4fc01e67 1035
718e3744 10362002-07-07 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
1037
1038 * zebra-0.93 released.
1039
10402002-06-28 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
1041
1042 * update-autotools: Change file name from update-auto-tools.sh.
1043
10442002-06-21 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
1045
1046 * update-auto-tools.sh: Add a new script to clean up build
1047 environment.
1048
10492002-06-18 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
1050
1051 * Shift to the latest build environment autoconf-2.53 and
1052 automake-1.6.2.
1053
10542001-10-22 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
1055
1056 * Integrate Glen Turner <glen.turner@aarnet.edu.au>'s pid option.
1057
10582001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
1059
1060 * zebra-0.92a released.
1061
10622001-08-19 "Peter Galbavy" <peter.galbavy@knowtion.net>
1063
1064 * configure.in: SNMP library check problem fix when the library is
1065 installed under /usr/local/lib.
1066
10672001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
1068
1069 * zebra-0.92 released.
1070
10712001-04-22 Kunihiro Ishiguro <kunihiro@zebra.org>
1072
1073 * configure.in (LIBPAM): Use ZEBRA_AC_C_BIGENDIAN to avoid a
1074 warning.
1075 (IF_METHOD): Use test -r instead of AC_CHECK_FILE to avoid
1076 warnings.
1077
1078 * config.guess: Update to 2000-11-10 version.
1079
10802001-04-11 Kunihiro Ishiguro <kunihiro@zebra.org>
1081
1082 * configure.in: Use AC_TRY_COMPILE instead of AC_EGREP_HEADER to
1083 detect in_pktinfo structure. Suggested by: Vlad Lungu
1084 <vlad@rls.roknet.ro>.
1085
10862001-03-07 Michael Rozhavsky <mrozhavsky@opticalaccess.com>
1087
1088 * configure.in: Add check for structure in_pktinfo.
1089
10902001-02-07 "Bjoern A. Zeeb" <bzeeb+zebra@zabbadoz.net>
1091
1092 * configure.in (USE_PAM): Fix PAM library detection code.
1093
10942001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
1095
1096 * zebra-0.91 is released.
1097
10982001-01-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1099
1100 * configure.in: Remove guile related definition.
1101
11022001-01-11 Kunihiro Ishiguro <kunihiro@zebra.org>
1103
1104 * configure.in (ac_cv_htonl_works): HAVE_REPAIRABLE_HTONL is
1105 removed. htonl should work fine on any platform.
1106
11072001-01-10 Kunihiro Ishiguro <kunihiro@zebra.org>
1108
1109 * configure.in: Remove --enable-oldrib option.
1110
1111 * acconfig.h: OLD_RIB definition is removed.
1112
1113 * zebra-0.90 is released.
1114
1115 * configure.in (LIBS): Add check for sun_len field in struct
1116 sun_len.
1117
11182001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1119
1120 * Makefile.am: Include init/redhat files to distribution.
1121
11222001-01-07 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1123
1124 * configure.in: check libm.a for BGPd compile error.
1125 AC_CHECK_LIB(m, main) was added.
1126
11272000-12-29 Kunihiro Ishiguro <kunihiro@zebra.org>
1128
1129 * configure.in: --enable-unixdomain becomes default. Add
1130 --enable-tcp-zebra for TCP/IP communication between protocol
1131 daemon and zebra.
1132
1133 * COPYING.LIB: Added for lib/getopt.c, lib/getopt.h,
1134 lib/getopt1.c, lib/md5-gnu.h, lib/md5.c, lib/regex-gnu.h,
1135 lib/regex.c.
1136
1137 * Makefile.am (dist-hook): Include tools/*.cgi to distribution.
1138
11392000-12-26 Kunihiro Ishiguro <kunihiro@zebra.org>
1140
1141 * configure.in (MULTIPATH_NUM): --enable-multipath=ARG specify
1142 multipath number. ARG must be digit.
1143
11442000-12-11 Kunihiro Ishiguro <kunihiro@zebra.org>
1145
1146 * configure.in: Add --enable-newrib for test new RIB code.
1147
11482000-11-25 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1149
1150 * configure.in, config.h.in: Add check for libutil.h and
1151 setproctitle().
1152
11532000-10-26 Kunihiro Ishiguro <kunihiro@zebra.org>
1154
1155 * configure.in: Add --enable-nssa for OSPF NSSA option.
1156
1157 * acconfig.h: Define HAVE_NSSA.
1158
11592000-10-25 "Bjoern A. Zeeb" <bzeeb+zebra@zabbadoz.net>
1160
1161 * configure.in: pam_misc is only linked when the platform is
1162 GNU/Linux.
1163
11642000-10-24 Arkadiusz Miskiewicz <misiek@pld.org.pl>
1165
1166 * configure.in (LIBS): Add check for crypto library. test x`ls
1167 ${ac_snmp}` is replaced with sipmle test -f.
1168
11692000-10-23 Kunihiro Ishiguro <kunihiro@zebra.org>
1170
1171 * configure.in: Add --enable-unixdomain option. This will be
1172 default behavior in zebra-0.90.
1173
11742000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1175
1176 * zebra-0.89 is released.
1177
11782000-09-27 Kunihiro Ishiguro <kunihiro@zebra.org>
1179
1180 * configure.in: Add check for Intel CPU for Solaris on x86 check.
1181
11822000-09-21 Kunihiro Ishiguro <kunihiro@zebra.org>
1183
1184 * configure.in: Add check for getifaddrs().
1185 Set AM_INIT_AUTOMAKE version to 0.89.
1186
11872000-09-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1188
1189 * config.guess: Update to the latest version.
1190
1191 * config.sub: Likewise
1192
11932000-09-14 David Lipovkov <dlipovkov@OpticalAccess.com>
1194
1195 * REPORTING-BUGS: New file is added.
1196
11972000-08-27 itojun@iijlab.net
1198
1199 * configure.in: Add ncurses library check when --enable-vtysh is
1200 specified.
1201
12022000-08-22 Kunihiro Ishiguro <kunihiro@zebra.org>
1203
1204 * configure.in: Add check for readline/history.h.
1205
1206 * acconfig.h: Remove pthread related variables.
1207
1208 * configure.in: Add --with-libpam option for vtysh PAM
1209 authentication. Remove --disable-pthread because we don't support
1210 pthread.
1211
12122000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
1213
1214 * zebra-0.88 is released.
1215
1216 * configure.in: Add Solaris -lcurses for vtysh.
1217
12182000-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1219
1220 * configure.in: Add check for ncurses for compiling on Solaris.
1221
12222000-07-27 Kunihiro Ishiguro <kunihiro@zebra.org>
1223
1224 * configure.in: Add check for libreadline when --enable-vtysh is
1225 specified.
1226
12272000-07-23 Kunihiro Ishiguro <kunihiro@zebra.org>
1228
1229 * configure.in: Add AC_DEFINE(OPEN_BSD). When OS is OpenBSD
1230 interface method is if_ioctl.o
1231
12322000-07-09 Chris Dunlop <chris@onthe.net.au>
1233
1234 * acconfig.h: Add HAVE_BROKEN_ALIASES.
1235
1236 * configure.in: Add --enable-broken-aliases.
1237
12382000-06-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1239
1240 * Set version to zebra-0.87.
1241
12422000-06-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1243
1244 * configure.in: Remove --enable-mpls-vpn. Now MPLS-VPN support is
1245 default.
1246
1247 * Set version to zebra-0.87-pre
1248
1249 * Makefile.am: Likewise.
1250
12512000-04-27 Kunihiro Ishiguro <kunihiro@zebra.org>
1252
1253 * Set version to 0.86.
1254
12552000-03-21 Kunihiro Ishiguro <kunihiro@zebra.org>
1256
1257 * Set version to 0.85b for ospfd test.
1258
12592000-03-20 Kunihiro Ishiguro <kunihiro@zebra.org>
1260
1261 * Set version to 0.85a for ospfd test.
1262
12632000-03-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1264
1265 * Set version to 0.85.
1266
12672000-01-26 Kunihiro Ishiguro <kunihiro@zebra.org>
1268
1269 * Makefile.in: Regenerated by patched automake for fixing "make
1270 clean" problem on FreeBSD.
1271
12721999-12-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1273
1274 * Set version to 0.83a. This is for *BSD static route lookup
1275 problem.
1276
12771999-12-06 Kunihiro Ishiguro <kunihiro@zebra.org>
1278
1279 * Set version to 0.83.
1280
12811999-11-29 Kunihiro Ishiguro <kunihiro@zebra.org>
1282
1283 * Set version to 0.82.
1284
12851999-11-23 Kunihiro Ishiguro <kunihiro@zebra.org>
1286
1287 * aczebra.m4: New file added.
1288
12891999-11-21 Michael Handler <handler@sub-rosa.com>
1290
1291 * configure.in (LIBS): Add sa_len check of sockaddr.
1292
1293 * acconfig.h: Add HAVE_SA_LEN.
1294
12951999-11-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1296
1297 * version.h: Update version to zebra-0.81b for bgpd test.
1298
12991999-11-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1300
1301 * configure.in: Add --enable-mbgp.
1302
13031999-11-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1304
1305 * Makefile.am (EXTRA_DIST): Add TODO to the distribution.
1306
13071999-11-04 Kunihiro Ishiguro <kunihiro@zebra.org>
1308
1309 * TODO: New file is added.
1310
13111999-11-03 Kunihiro Ishiguro <kunihiro@zebra.org>
1312
1313 * version.h: Update version to zebra-0.81a for ospfd test.
1314
13151999-10-28 Kunihiro Ishiguro <kunihiro@zebra.org>
1316
1317 * configure.in: New option --enable-snmp is added.
1318
13191999-10-24 Kunihiro Ishiguro <kunihiro@zebra.org>
1320
1321 * version.h: Update version to zebra-0.80.
1322
13231999-10-21 Kunihiro Ishiguro <kunihiro@zebra.org>
1324
1325 * version.h: Update version to zebra-0.80-pre3
1326
13271999-10-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1328
1329 * configure.in (LIBS): SNMP check is done by ucd-snmp/asn1.h.
1330
13311999-10-10 Peter Galbavy <Peter.Galbavy@knowledge.com>
1332
1333 * configure.in: Add support of OpenBSD.
1334
13351999-10-04 Kunihiro Ishiguro <kunihiro@zebra.org>
1336
1337 * version.h: Update version to zebra-0.80-pre2.
1338
13391999-09-27 Kunihiro Ishiguro <kunihiro@zebra.org>
1340
1341 * version.h: Update version to zebra-0.80-pre. From this version,
1342 access-list and prefix-list's name space is divided into IPv4 and
1343 IPv6.
1344
13451999-09-17 Kunihiro Ishiguro <kunihiro@zebra.org>
1346
1347 * version.h: For test recent fixes Set version to zebra-0.79a.
1348
13491999-09-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1350
1351 * version.h: zebra-0.79 is out.
1352
13531999-09-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1354
1355 * version.h: For ospfd's virtual link test. Set version to 0.78h.
1356
13571999-09-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1358
1359 * version.h: For ospfd test. Set version to 0.78g.
1360
13611999-09-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1362
1363 * version.h: For internal test of ospfd. Set version to 0.78f.
1364
13651999-09-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1366
1367 * version.h: To test ospfd's fix, set version to 0.78e.
1368
13691999-09-01 Kunihiro Ishiguro <kunihiro@zebra.org>
1370
1371 * version.h: To test ospfd's area related bug fix, set version
1372 to 0.78d.
1373
13741999-09-01 Kunihiro Ishiguro <kunihiro@zebra.org>
1375
1376 * version.h: To test ospfd, set version to 0.78c.
1377
13781999-08-31 Janos Farkas <chexum@shadow.banki.hu>
1379
1380 * Many misspelling correction.
1381
13821999-08-31 Kunihiro Ishiguro <kunihiro@zebra.org>
1383
1384 * version.h: To test ospfd, set version to 0.78b.
1385
13861999-08-31 Kunihiro Ishiguro <kunihiro@zebra.org>
1387
1388 * configure.in (LIBS): Add UCD-SNMP include path check.
1389
13901999-08-31 Lars Fenneberg <lf@elemental.net>
1391
1392 * configure.in: The logic which detects the UCD-SNMP library
1393 should first check in the default system locations for the library
1394 and then in /usr/local.
1395
13961999-08-27 itojun@iijlab.net
1397
1398 * configure.in (LIBS): Fix problem about libsnmp.a check.
1399
14001999-08-26 kay <kay@v6.access.co.jp>
1401
1402 * configure.in (CFLAGS): Add <sys/socket.h> to check socklen_t.
1403
14041999-08-24 VOP <vop@unity.net>
1405
1406 * filter.c: Include "sockunion.h".
1407 plist.c: Likewise.
1408 table.c: Likewise.
1409
14101999-08-24 Kunihiro Ishiguro <kunihiro@zebra.org>
1411
1412 * configure.in: Add netinet6/in6.h check.
1413
14141999-08-21 Masaki Minami <masaki@minami.org>
1415
1416 * BSD/OS 4.0 porting.
1417
14181999-08-15 Kunihiro Ishiguro <kunihiro@zebra.org>
1419
1420 * configure.in: Add --enable-netlink option to force to use Linux
1421 netlink interface.
1422 (CFLAGS): Add ucd-snmp library check.
1423
1424 * acconfig.h: If socklen_t is not defined, typedef int to
1425 socklen_t.
1426
14271999-08-15 Arkadiusz Miskiewicz <misiek@misiek.eu.org>
1428
1429 * configure.in: When --enable-ipv6 specified, then only kernel
1430 version is checked.
1431
14321999-08-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1433
1434 * configure.in: Add GNU libc 2.1 check.
1435
14361999-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1437
1438 * configure.in: Fix privious Linux IPv6 check changes.
1439
14401999-08-02 Arkadiusz Miskiewicz <misiek@misiek.eu.org>
1441
1442 * configure.in: Improve Linux IPv6 feature check.
1443
14441999-07-29 Rick Payne <rickp@rossfell.co.uk>
1445
1446 * Changed route-maps to behave in a more cisco-like fashion
1447
14481999-07-27 Gerhard Poul <gpoul@gnu.org>
1449
1450 * SERVICES: New file added.
1451
14521999-07-12 itojun@iijlab.net
1453
1454 * configure.in: Add check for getaddrinfo. Improve Kame related
1455 library check.
1456
14571999-07-07 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1458
1459 * configure.in, acconfig.h: Add check for FreeBSD 3.2.
1460
14611999-07-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1462
1463 * configure.in: Delete check for netinet/ip6.h.
1464
14651999-06-30 Gerhard Poul <gpoul@gnu.org>
1466
1467 * README: remixed the old files and added some new parts.
1468 moved some INSTALL stuff into INSTALL file.
1469 moved some other stuff to doc/zebra.texi
1470
14711999-06-29 Kunihiro Ishiguro <kunihiro@zebra.org>
1472
1473 * configure.in (LIBS): Add libresolv check.
1474 Change --enabe-all-in-one option to --enable-one-vty.
1475
14761999-06-20 Kunihiro Ishiguro <kunihiro@zebra.org>
1477
1478 * configure.in: Add --enabe-all-in-one option.
1479
14801999-06-16 Kunihiro Ishiguro <kunihiro@zebra.org>
1481
1482 * configure.in: Add socklen_t check.
1483
14841999-06-16 Gerhard Poul <gpoul@gnu.org>
1485
1486 * Many compile warnings fixed.
1487
14881999-05-31 Kunihiro Ishiguro <kunihiro@zebra.org>
1489
1490 * configure.in: Change message from Linux 2.2.X IPv6 to Linux IPv6.
1491 OpenBSD (NRL) check is enabled.
1492
14931999-05-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1494
1495 * configure.in (LIBS): Add crypt library check.
1496
14971999-05-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1498
1499 * configure.in: Add sin6_scope_id in struct sockaddr_in6 check.
1500
15011999-04-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1502
1503 * Set version to 0.63 for first beta package.
1504
15051999-04-15 Kunihiro Ishiguro <kunihiro@zebra.org>
1506
1507 * guile.m4: Added from guile package.
1508
15091999-04-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1510
1511 * Set version to 0.60 for beta package preparation.
1512
15131999-04-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1514
1515 * Makefile.am: Add noninst_LIBRARIES each directory's Makefile.am.
1516 This change is for linking these libraries to guile.
1517
15181999-04-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1519
1520 * configure.in (LIBS): Add struct rt_addrinfo check.
1521
15221999-04-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1523
1524 * configure.in: AC_STDC_HEADERS added.
1525
15261999-03-29 Kunihiro Ishiguro <kunihiro@zebra.org>
1527
1528 * Add dependencies to each directory's Makefile.am.
1529
15301999-03-02 Peter Galbavy <Peter.Galbavy@knowledge.com>
1531
1532 * reworked include file structure, and configure so that all
1533 source files get all system-dependent include files by including
1534 <zebra.h> which is really lib/zebra.h. This means that the
1535 different programs include files are now available as #include
1536 "zebra/zebra.h" - note the use of quotes, not <> as delimiters.
1537
1538 In practical terms, if I haven't really screwed up, the main file
1539 that maintainers for other OSes have to change is lib/zebra.h for
1540 all the conditional includes etc.
1541
1542 * added --disable-pthread for those systems that seem to have
1543 POSIX threads, but do not work. OpenBSD 2.4+ is like that just
1544 now. Changed all occurance of #ifdef PTHREAD to use HAVE_PTHREAD
1545 instead.
1546
15471999-02-24 <kunihiro@zebra.org>
1548
1549 * configure.in: update to AC_PREREQ(1.13).
1550 Change message from Linux 2.1.x to Linux 2.2.x.
1551 * Added ospf6d directory support.
1552
15531999-02-22 Peter Galbavy <Peter.Galbavy@knowledge.com>
1554
1555 * added a "log" element to the BGPd peer structure, enabling us to
1556 start thinging about a log stream per peer. This is currently
1557 ignored by the wrapper code, but developers should try to use the
1558 "appropriate" ZLOG stream. Documentation will follow, when the
1559 real routines start to exist.
1560
1561 The current plan is to use a copy of the BSD syslog() routines and
1562 replace the syslog library function with our own. I will need
1563 feedback from users of other platforms as this work is done to see
1564 if all is well elsewhere.
1565
1566 * preliminary work on zlog() library. directly replaces syslog()
1567 currently with zlog(ZLOG *, ...) where the new first argument
1568 is a pointer to a ZLOG structure (defined in lib/log.h) and will
1569 encapsulate all the information necessary to maintain multiple
1570 logging streams.
1571
15721999-02-19 Peter Galbavy <Peter.Galbavy@knowledge.com>
1573
1574 * added vsnprintf() macro to lib/str.h if required and removed
1575 #ifdef SUNOS_5 dependency on it
1576
15771999-02-18 Peter Galbavy <Peter.Galbavy@knowledge.com>
1578
1579 * syslog support added
1580
15811999-02-18 Peter Galbavy <Peter.Galbavy@knowledge.com>
1582
1583 * configure.in: Add daemon function check.
1584
15851999-01-21 Kunihiro Ishiguro <kunihiro@zebra.org>
1586
1587 * configure.in: Add --disable-ipv6, --disable-zebra,
1588 --disable-bgpd, --disable-ripd, --disable-ripngd, --disable-ospfd
1589 options to configure.
1590
15911998-12-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1592
1593 * configure.in: Check /usr/inet6/lib/libinet6.a exists or not.
1594
15951998-10-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1596
1597 * configure.in: Comment out FreeBSD's libc_r detect section. At
1598 this moment it doesn't work correctly with zebra.
1599
1600 Netlink interface is only enabled when Linux kernel version is
1601 upper than 2.1.0.
1602
16031998-09-15 HEO SeonMeyong <seirios@matrix.iri.co.jp>
1604
1605 * Hydrangea is now called KAME, so change all defines.
1606
16071998-08-16 Kunihiro Ishiguro <kunihiro@zebra.org>
1608
1609 * configure.in: ifaliasreq check added.
1610
16111998-08-12 Katsuhiro Kondou <kondou@nec.co.jp>
1612
1613 * Patch is applied for compile under EWS4800
1614
16151998-06-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1616
1617 * configure.in: delete old mtu_method check.
1618
1619 * doc/zebra.texi (Kernel interface): chapter `Kernel interface' added
1620
16211998-06-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1622
1623 * configure.in: add new netlink check for GNU/Linux
1624
16251998-06-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1626
1627 * doc/zebra.texi: Update Linux netlink chapter.
1628
16291998-05-18 Yamashita TAKAO <jargon@lares.dti.ne.jp>
1630
1631 * config.h.in: define PTHREAD if work on Solaris 2.6
1632 why delete the definition? I miss?
1633
16341998-05-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1635
1636 * configure.in: add net/if.h header check.
1637
16381998-05-02 SeonMeyong HEO <seirios@Matrix.iri.co.jp>
1639
1640 * zebra.tex,archfig.tex,zebra.sty: Manual file is added.
1641 * zebra.texi: Modify Introduction text.
1642 * RIPngd.c: Patch Hydrangea code.
1643
16441998-05-01 Kunihiro Ishiguro <kunihiro@zebra.org>
1645
1646 * .cvsignore: added.
1647
1648 * Makerule.in: is gone.
1649 * Makefile.am: Now we use automake to generate Makefile.in
1650
16511998-03-19 Yamashita TAKAO <jargon@lares.dti.ne.jp>
1652
1653 * lib/vty.c: modified the definition of *master
1654 * lib/sockunion.c (inet_aton): add, but don't work. uum...
1655
1656
16571998-03-15 Yamashita TAKAO <jargon@lares.dti.ne.jp>
1658
1659 * configure.in: define PTHREAD if work on Solaris 2.6
1660 * config.h.in: likewise
1661 * lib/thread.c: likewise
1662 * lib/vty.c: likewise
1663
16641998-03-15 SeonMeyong HEO <seirios@Matrix.iri.co.jp>
1665
1666 * config.h.in: define INET6 if defined HAVE_IPV6 & HYDRANGEA
1667 * bgpd/: remove include <netinet6/in6.h> line.
1668 * lib/: remove include <netinet6/in6.h> line.
1669 * ripbgd/: remove include <netinet6/in6.h> line.
1670 * zebra/: remove include <netinet6/in6.h> line.
1671 * ripd/*.c: remove include <netinet6/in6.h> line.
1672 undefine IPV6 difinitions because RIPd is not worked for
1673 IPv6 protocol.
1674
1675
16761998-01-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1677
1678 * configure.in: Change routing socket check method from
1679 AC_TRY_COMPILE to AC_TRY_RUN because GNU libc version 2 has
1680 AF_ROUTE but over linux it's meenigless.
1681
16821998-01-06 Kunihiro Ishiguro <kunihiro@zebra.org>
1683
1684 * config.h.in: remove err_t define.
1685
16861997-11-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1687
1688 * configure.in (canonical): add check of IF_METHOD
1689
16901997-09-27 Kunihiro Ishiguro <kunihiro@note.digital-magic.co.jp>
1691
1692 * configure.in: add INRIA check
1693
16941997-09-25 Kunihiro Ishiguro <kunihiro@note.digital-magic.co.jp>
1695
1696 * configure.in (canonical): change ipforward_snmp.o to ipforward_proc.o
1697
16981997-09-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1699
1700 * configure.in: change IRDPD to NDPD
1701
17021997-08-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1703
1704 * INSTALL: new file
1705
17061997-08-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1707
1708 * config.h: add XCALLOC()
1709