blob: ab58b585a6fff03463dcc6508eee386b8f57d59c [file] [log] [blame]
ajs73a7dea2005-01-04 13:20:47 +000012005-01-04 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
2
ajsb99760a2005-01-04 16:24:43 +00003 * configure.ac: Added test for broken CMSG_FIRSTHDR macro
4 (relevant for Solaris 8 and unpatched Solaris 9, don't know
5 whether other platforms are affected).
6
72005-01-04 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
8
ajs73a7dea2005-01-04 13:20:47 +00009 * NEWS: Note improved logging facilities.
10
ajs3cade262004-12-29 17:50:22 +0000112004-12-29 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
12
13 * configure.ac: Add new option --enable-gcc-rdynamic to link
14 with -rdynamic.
15
paul2b702002004-12-23 20:09:44 +0000162004-12-23 Paul Jakma <paul@dishone.st>
17
18 configure.ac: Bump version to 0.97.4
19
ajsd0199432004-12-22 14:03:52 +0000202004-12-22 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
21
ajsf3931752004-12-23 00:00:58 +000022 * redhat/quagga.spec.in: daemonv6_list should contain only IPv6 daemons.
23
242004-12-22 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
25
ajsb3324e22004-12-22 17:52:29 +000026 * redhat/quagga.spec.in: Add watchquagga, and fix some other
27 logic to make sure that all daemons are restarted on upgrades
28 and stopped on package removal.
29
302004-12-22 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
31
ajsafc44c22004-12-22 16:18:53 +000032 * redhat/quagga.sysconfig: Define some variables to support watchquagga.
33
342004-12-22 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
35
ajs515210b2004-12-22 15:35:12 +000036 * configure.ac: Add a define for DAEMON_VTY_DIR in config.h.
37
382004-12-22 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
39
ajsd0199432004-12-22 14:03:52 +000040 * {configure.ac,Makefile.am}: Build watchquagga by default.
41
ajs54b52522004-12-22 03:02:46 +0000422004-12-21 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
43
ajs8035e9f2004-12-22 03:16:59 +000044 * NEWS: Note addition of watchquagga.
45 * HACKING: Note that watchquagga is in testing phase.
46
472004-12-21 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
48
ajs9d0bfcb2004-12-22 03:08:25 +000049 * watchquagga: New watchquagga daemon.
50
512004-12-21 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
52
ajs0d742d22004-12-22 03:05:37 +000053 * redhat/Makefile.am: Added watchquagga.init to EXTRA_DIST.
54
552004-12-21 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
56
ajs54b52522004-12-22 03:02:46 +000057 * redhat/watchquagga.init: New file, init script for watchquagga.
58
ajs5e764772004-12-03 19:03:33 +0000592004-12-03 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
60
61 * HACKING: Indicate that header files should be consulted for
62 documentation, particularly logging levels in lib/log.h.
63
paulb9e0ee32004-11-24 05:53:53 +0000642004-11-24 Paul Jakma <paul@dishone.st>
65
66 * TODO: Add source routing, zebra filtering and lib/ documenting.
67
ajs6099b3b2004-11-20 02:06:59 +0000682004-11-19 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
69
70 * global: Replace strerror with safe_strerror. And vtysh/vtysh.c
71 needs to include "log.h" to pick up the declaration.
72
hasso48577192004-11-19 06:41:49 +0000732004-11-19 Hasso Tepper <hasso at quagga.net>
74
75 * configure.ac: Avoid regeneration of doc/quagga.info for now.
76
paul0cdb8dd2004-11-17 06:58:31 +0000772004-11-17 Paul Jakma <paul@dishone.st>
78
79 * INSTALL.quagga.txt: texinfo version corrected, so section on
80 that 4.7-x being unknown is not needed.
81
paul670bbf12004-11-12 09:05:00 +0000822004-11-12 Paul Jakma <paul@dishone.st>
83
84 * configure.ac: Fix AC_CONFIG_FILES, the chmod seems to run for
85 every input file, should be only be for vtysh/extract.pl, so that
86 should be a seperate AC_CONFIG_FILES.
paul95d31842004-11-12 09:44:03 +000087 * INSTALL: update-autotools, autoreconf -i will install this, remove
88 the file so it always matches the autoconf which created
89 configure (ie the quagga snapshot producing host).
paul9104f562004-11-12 10:30:21 +000090 * INSTALL.quagga.txt: Some quagga specific INSTALL notes.
91 * README: s/GNU Zebra/Quagga/ and refer to IS-IS support.
paul670bbf12004-11-12 09:05:00 +000092
ajs7966b972004-11-10 22:02:05 +0000932004-11-10 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
94
95 * redhat/quagga.spec.in: add comments showing how to get gcc verbosity
96
paul1b074dd2004-11-08 17:38:30 +0000972004-11-08 Paul Jakma <paul@dishone.st>
98
99 * configure.ac: bump version to 0.97.3, release imminent.
100
paul14c17fd2004-11-07 22:34:23 +00001012004-11-06 Paul Jakma <paul@dishone.st>
102
103 * configure.ac: Arguments to AC_OUTPUT is deprecated, use
104 AC_CONFIG_FILES instead. Rearrange the order slightly to put the
105 Makefiles first (silly aesthetic thing, dont know why I had to do
106 this ;) ). Add doc/defines.texi to the list.
107 * NEWS: bgp route-server support added, refer to docs.
108 * update-autotools: call automake with --add-missing and --copy,
109 former is important for obvious reasons, latter for dist files,
110 and --gnu to enable whatever extra goodness checks.
111 * {depcomp, install-sh, missing}: removed, auto-generated files.
112
paul1f8f61a2004-11-05 23:38:20 +00001132004-11-05 Paul Jakma <paul@dishone.st>
114
115 * HACKING: Expand on ChangeLogs, eg current practice for certain
116 directories and certain other meta-data is not to maintain a
117 ChangeLog. Expand on the commit message, IMHO, commit message
118 should always be ChangeLog for files where ChangeLog is kept.
119 Solaris is supported on any platform (with, at moment, an
120 additional patch).
121
paul3e511c82004-10-22 23:53:19 +00001222004-10-23 Paul Jakma <paul@dishone.st>
123
124 * configure.ac: bump version to 0.97.2, release imminent.
125
paul6b6942f2004-10-22 04:55:05 +00001262004-10-22 Paul Jakma <paul@dishone.st>
127
128 * configure.ac: fix up enable help alignment slightly
129 Add --enable-gcc-ultra-verbose to set various gcc warnings which
130 should one day be fixed but are not serious problems or which
131 could be false-positives.
132
hasso3fb9cd62004-10-19 19:44:43 +00001332004-10-19 Andrew J. Schorr <aschorr@telemetry-investments.com>
134
135 * lib, zebra, ripd, ospfd, bgpd: Support NULL connected destination
136 pointers properly everywhere. Fix point-to-point logic to
137 support links where a dedicated subnet has been assigned.
138 PtP links with /31 subnets should now work where supported by O/S.
139
paul4f8b5bb2004-10-11 18:26:59 +00001402004-10-11 Paul Jakma <paul@dishone.st>
141
142 * bump version to 0.97.1, release imminent.
143
paule561a8e2004-10-07 20:38:44 +00001442004-10-07 Paul Jakma <paul@dishone.st>
145
146 * bump version to 0.97.0, release imminent.
147
gdt7fd63b32004-10-07 13:53:29 +00001482004-10-07 Greg Troxel <gdt@sunpal7.mit.edu>
149
150 * configure.ac: remove -Wpacked; 2.95.3 doesn't support it.
151
hasso7347a2a2004-10-05 14:15:17 +00001522004-10-05 Hasso Tepper <hasso at quagga.net>
153
154 * configure.ac: Removed -Wpadded. I don't have sooo much time that I
155 could care about padding ;).
156
paula49c0ff2004-09-30 06:08:58 +00001572004-09-30 Paul Jakma <paul@dishone.st>
158
159 * Update default CFLAGS for gcc to keep Hasso busy.
160
paulddb07e52004-09-27 07:49:57 +00001612004-09-27 Paul Jakma <paul@dishone.st>
162
163 * update-autotools: libtoolize should copy files, rather than link.
164 the whole idea is that dist files should not need auto*, etc.
165 installed to be able to compile.
166
hassoae399ab2004-09-13 20:22:18 +00001672004-09-13 Hasso Tepper <hasso at quagga.net>
168
169 * configure.ac: Disable isisd compiling by default.
170
paul33394762004-09-13 11:27:57 +00001712004-09-13 Paul Jakma <paul@dishone.st>
172
173 * configure.ac: capitalise the package name. autoconf lowercases
174 it for PACKAGE_TARNAME.
175
paulfee0f4c2004-09-13 05:12:46 +00001762004-09-13 Jose Luis Rubio <jrubio@dit.upm.es>
177 (at Technical University of Madrid as part of Euro6ix Project)
178
179 Enhanced Route Server functionality and Route-Maps:
180
181 * bgpd/bgpd.h: Modified 'struct peer' and 'struct bgp_filter' to
182 support rs-clients. A 'struct bgp_table *rib' has been added to the
183 first (to mantain a separated RIB for each rs-client) and two new
184 route-maps have been added to the last (for import/export policies).
185 Added the following #defines: RMAP_{IN|OUT|IMPORT|EXPORT|MAX},
186 PEER_RMAP_TYPE_{IMPORT|EXPORT} and BGP_CLEAR_SOFT_RSCLIENT.
187
188 * bgpd/bgpd.c: Modified the functions that create/delete/etc peers in
189 order to consider the new fields included in 'struct peer' for
190 supporting rs-clients, i.e. the import/export route-maps and the
191 'struct bgp_table'.
192
193 * bgpd/bgp_route.{ch}: Modified several functions related with
194 receiving/sending announces in order to support the new Route Server
195 capabilities.
196 Function 'bgp_process' has been reorganized, creating an auxiliar
197 function for best path selection ('bgp_best_selection').
198 Modified 'bgp_show' and 'bgp_show_route' for displaying information
199 about any RIB (and not only the main bgp RIB).
200 Added commands for displaying information about RS-clients RIBs:
201 'show bgp rsclient (A.B.C.D|X:X::X:X)', 'show bgp rsclient
202 (A.B.C.D|X:X::X:X) X:X::X:X/M', etc
203
204 * bgpd/bgp_table.{ch}: The structure 'struct bgp_table' now has two
205 new fields: type (which can take the values BGP_TABLE_{MAIN|RSCLIENT})
206 and 'void *owner' which points to 'struct bgp' or 'struct peer' which
207 owns the table.
208 When creating a new bgp_table by default 'type=BGP_TABLE_MAIN' is set.
209
210 * bgpd/bgp_vty.c: The commands 'neighbor ... route-server-client' and
211 'no neighbor ... route-server-client' now not only set/unset the flag
212 PEER_FLAG_RSERVER_CLIENT, but they create/destroy the 'struct
213 bgp_table' of the peer. Special actions are taken for peer_groups.
214 Command 'neighbor ... route-map WORD (in|out)' now also supports two
215 new kinds of route-map: 'import' and 'export'.
216 Added commands 'clear bgp * rsclient', etc. These commands allow a new
217 kind of soft_reconfig which affects only the RIB of the specified
218 RS-client.
219 Added commands 'show bgp rsclient summary', etc which display a
220 summary of the rs-clients configured for the corresponding address
221 family.
222
223 * bgpd/bgp_routemap.c: A new match statement is available,
224 'match peer (A.B.C.D|X:X::X:X)'. This statement can only be used in
225 import/export route-maps, and it matches when the peer who announces
226 (when used in an import route-map) or is going to receive (when used
227 in an export route-map) the route is the same than the one specified
228 in the statement.
229 For peer-groups the statement matches if the specified peer is member
230 of the peer-group.
231 A special version of the command, 'match peer local', matches with
232 routes originated by the Route Server (defined with 'network ...',
233 redistributed routes and default-originate).
234
235 * lib/routemap.{ch}: Added a new clause 'call NAME' for use in
236 route-maps. It jumps into the specified route-map and when it returns
237 the first route-map ends if the called RM returns DENY_MATCH, or
238 continues in other case.
239
gdtcbd04082004-08-31 18:16:36 +00002402004-08-31 Greg Troxel <gdt@poblano.ir.bbn.com>
241
gdtb85dca32004-08-31 18:44:42 +0000242 * Makefile.am: make m4 as subdir, rather the EXTRA_DISTing it
243
244 * configure.ac: add m4/Makefile to output list
245
2462004-08-31 Greg Troxel <gdt@poblano.ir.bbn.com>
247
gdtcbd04082004-08-31 18:16:36 +0000248 * Makefile.am: Only put pkgsrc dir in SUBDIRS if we should install
249 rc.d files. (Note that pkgsrc is always in DIST_SUBDIRS.)
250
251 * configure.ac (pkgsrcdir): add new --enable-pkgsrcrcdir to give a
252 directory into which www.pkgsrc.org-style rc.d files are
253 installed.
254
paul2abb1cf2004-08-19 04:42:03 +00002552004-08-19 Paul Jakma <paul@dishone.st>
256
257 * Makefile.am: add m4 directory to EXTRA_DIST, and define
258 ACLOCAL_AMFLAGS to have aclocal pull in m4/
259 * configure.ac: AM_PROG_LIBTOOL should be AC_...
260 * update-autotools: print a warning that this script is deprecated
261
gdt29904602004-08-17 12:27:32 +00002622004-08-17 Greg Troxel <gdt@fnord.ir.bbn.com>
263
264 * update-autotools: print tools versions to aid people in sending
265 bug reports.
266
gdtb7a97f82004-07-23 16:23:56 +00002672004-07-23 Greg Troxel <gdt@poblano.ir.bbn.com>
268
269 * */Makefile.am: Use ../dir/libfoo.la, rather than "-L../dir
270 -lfoo", to avoid linking against installed libraries from a
271 previous version.
272
273 * {lib,ospfd,ospfclient}/Makefile.am: explicitly define the shared
274 library version number to be 0.0
275
276 * configure.ac: remove spurious , so extract.pl is chmod'd +x.
277
278 * HACKING: explain shared library versioning rules
279
paul27eebb32004-07-22 18:16:59 +00002802004-07-22 Paul Jakma <paul@dishone.st>
281
282 * configure.ac: modify default CFLAGS to be compiler agnostic
283 build Makefile for tests/ subdir.
284
gdtaa9af782004-07-14 13:55:28 +00002852004-07-14 Greg Troxel <gdt@poblano.ir.bbn.com>
286
287 * Makefile.am (EXTRA_DIST): Add missing \, so tools stuff is
288 really in distfile.
289
gdtcf313882004-06-30 13:24:42 +00002902004-06-30 Greg Troxel <gdt@poblano.ir.bbn.com>
291
gdt87efd642004-06-30 17:36:11 +0000292 * */Makefile.am: use -L../lib -lzebra, so we pick up the shlib
293 version of libzebra when available.
294
295 * configure.ac, update-autotools: Add libtool.
296
2972004-06-30 Greg Troxel <gdt@poblano.ir.bbn.com>
298
gdtf2bfdee2004-06-30 17:25:15 +0000299 * Makefile.am: add files to EXTRA_DIST rather than copying, and
300 omit the kludgy cleaning steps, which were failing when the list
301 to clean was empty.
302
3032004-06-30 Greg Troxel <gdt@poblano.ir.bbn.com>
304
gdtfc9d0742004-06-30 14:25:12 +0000305 * configure.ac: Look for perl, and substitute into vtysh/extract.pl.
306 Search for termcap functions more expansively (fixes vtysh compile
307 on NetBSD). Clean up --enable-vtysh definition.
308
3092004-06-30 Greg Troxel <gdt@poblano.ir.bbn.com>
310
gdtcf313882004-06-30 13:24:42 +0000311 * update-autotools: Use -rf on autom4te.cache.
312
hasso320ec102004-06-20 19:54:37 +00003132004-06-20 Hasso Tepper <hasso@estpak.ee>
314
315 * lib/vty.c: Don't attempt to load configuration file from current
316 directory.
317 * Update vty_read_config() calls in bgpd/bgp_main.c, isisd/isis_main.c,
318 ospf6d/ospf6_main.c, ospfd/ospf_main.c, ripd/rip_main.c,
319 ripngd/ripng_main.c and zebra/main.c.
320
paul19877dd2004-05-11 10:49:35 +00003212004-05-11 Paul Jakma <paul@dishone.st>
322
323 * configure.ac: Add solaris support for the zebra/*_solaris
324 method's, based on Sowmini's patches.
325
pauld355bfa2004-04-08 07:43:45 +00003262004-04-08 Paul Jakma <paul@dishone.st>
327
328 * ospf_spf.h: Add backlink field to struct vertex
329 * ospf_spf.h: (ospf_vertex_new) initialise backlink
330 (ospf_lsa_has_link) return index of link back to
331 vertex V from candidate vertex W, or -1 if no link exists.
332 (ospf_spf_next) save backlink index for candidate vertex
333 * ospf_interface.c: (ospf_vl_set_params) Use the backlink index
334 to determine correct address for virtual-link peers. Fall back
335 to older "pick first link" method if no backlink index exists.
336
hasso41d3fc92004-04-06 11:59:00 +00003372004-04-06 Hasso Tepper <hasso@estpak.ee>
338
339 * zebra/ipforward_proc.c: Fixed lowering privileges.
340 * zebra/zserv.c: Fixed "(no) ipv6 forwarding" command logic.
341 * configure.ac: Added --disable-capabilities switch to configure.
342
hassof571dab2004-03-22 08:55:25 +00003432004-03-22 Hasso Tepper <hasso@estpak.ee>
344
345 * Readded SIGTERM handling so daemons can clean up their stuff if they
346 are killed (not murdered).
347
hasso37318652004-03-20 20:06:15 +00003482004-03-20 Michael Bruening <mike@vailsys.com>
349
350 * ospfd/ospf_vty.c: Completed array distribute_str of route types with
351 addition of "isis". This array must be indexed by
352 ZEBRA_ROUTE_(SYSTEM|KERNEL|...) defines in zebra.h, and should
353 be updated with every route type addition. This fix allows
354 commands redistributing routes from (bgp|isis), like "router ospf
355 redistribute bgp ...", to be written to terminal, memory, file,
356 which would otherwise result in a seg fault or, possibly, config
357 file corruption. Overlooked in import of isisd.
358 * Similar fixes to bgpd/bgp_vty.c ospf6d/ospf6_asbr.c ripd/rip_zebra.c
359 and ripngd/ripng_zebra.c.
360
hasso8c903fb2004-03-17 20:39:18 +00003612004-03-17 Jean-Yves Simon <lethalwp@tiscali.be>
362
363 * zebra/main.c, ripd/rip_main.c: Fix typos sigusr1 -> sigint,
364 bugzilla #82.
365
gdt5e4fa162004-03-16 14:38:36 +00003662004-03-16 David Young <dyoung@pobox.com>
367
368 * (many) reference <lib/version.h> rather than "version.h",
369 because version.h is a generated file and not present in the
370 source tree when using objdir builds.
371
hassofa2b17e2004-03-04 17:45:00 +00003722004-03-03 PC Drew <pc@superiorcomm.net>
373
374 * lib/keychain.c: typecast time_t function to long, fixes compile
375 warning.
376 * lib/debug.c: wrapped function with ifdef HAVE_GLIBC_BACKTRACE fixes
377 compile warning when backtrace doesn't exist for that system.
378 * zebra/rtadv.c: for OpenBSD, added include statement for
379 netinet/icmp6.h
380 * zebra/zserv.c: added default case to switch statements, fixes compile
381 warning about certain NEXTHOP_TYPE enumeration values not being
382 handled.
383 * zebra/rt_socket.c: set *mask = NULL by default, fixes compile
384 warning, about mask possibly being used uninitialized.
385 * bgpd/bgp_nexthop.c: added default case to switch statements, fixes
386 compile warning about certain NEXTHOP_TYPE enumeration values not
387 being handled.
388 * ospfd/ospf_spf.c: typecast time_t to long, fixes compile warning.
389 * ospfd/ospf_route.c: typecast route_node->prefix to prefix_ipv4, fixes
390 compile warning.
391 * ospfd/ospf_route.c: typecast prefix_ipv4 to prefix, fixes compile
392 warning.
393 * ospfd/ospf_abr.c: typecast prefix to prefix_ipv4 in two instances,
394 fixes compile warning.
395 * vtysh/vtysh.c: fixed null pointer sentinel value when doing execl and
396 friends, fixes compile warning.
397 * ospf6d/ospf6_damp.c: typecast time_t to long in 4 instances, fixes
398 compile warning.
399 * ospf6d/ospf6_main.c: use MAXPATHLEN (if set) instead of 64 for the
400 _cwd array, fixes compile warning.
401
paul2d75d052004-01-19 21:31:15 +00004022004-01-19 Paul Jakma <paul@dishone.st>
403
404 * tests/test-sig.c: New file, regression test for sigevents.
405 * lib/Makefile.am: add sigevent.{c,h}
406 * (isis|rip|ripng|ospf|ospf6|bgp)d/\1_main.c: modify for sigevents.
407 * zebra/main.c: ditto.
408
paula27abaa2004-01-10 22:03:07 +00004092004-01-10 Paul Jakma <paul@dishone.st>
410
411 * Makefile.am: redhat/ is a dist subdir too.
412
jardina4d2a0d2004-01-10 20:42:35 +00004132004-01-10 Vincent Jardin <jardin@6wind.com>
414
415 * configure.ac: add the redhat/Makefile as a AC_OUTPUT() argument.
416 It fixes build on FreeBSD 5.1 and FreeBSD 4.7
417
paul00bc5602004-01-09 16:30:52 +00004182004-01-08 Paul Jakma <paul@dishone.st>
419
420 * Makefile.am: as per gdt, specify the redhat dir as a DIST_SUBDIR,
421 remove the redhat/... dist targets - instead these now go in..
422 redhat/Makefile.am: (new) proper place to describe redhat/ dist
423 files, as well as allow quagga.spec to be regenerated properly.
424 redhat/quagga.sysconfig: specify conf file location.
425 redhat/quagga.spec.in: Add 2 patches to RPM build.
426
paul41ad8782003-12-30 11:09:00 +00004272003-12-30 Paul Jakma <paul@dishone.st>
428
paul15d74e92003-12-30 11:16:21 +0000429 * redhat/isisd.init: new file, init script for isisd.
430 redhat/quagga.sysconfig: new file, sysconfig file for quagga
431 initscripts.
432 redhat/quagga.spec.in: various cleanups, including sysconfig patch
433 from RH, fixed UID/GID as per RH EL, shell changed to
434 /sbin/nologin, daemon vty's listen to 127.1 only per default and
435 isisd packaged.
436 redhat/*.init: sysconfig support and runlevels specified.
437
4382003-12-30 Paul Jakma <paul@dishone.st>
439
paul41ad8782003-12-30 11:09:00 +0000440 * Makefile.am: put the redhat/ stuff into EXTRA_DIST rather than
441 copying via dist-hook. Remove ~ files backup cruft from dists.
442 isisd/Makefile.am: sysconf example should go via
443 dist_examples_DATA. The include-netbsd/ headers werent mentioned
444 as sources and werent being copied into dists.
445
jardin9e867fe2003-12-23 08:56:18 +00004462003-12-23 Vincent Jardin <jardin@6wind.com>
447
448 * isisd: Import isisd from Sampo Saaristo's source code.
449
gdtaa593d52003-12-22 20:15:53 +00004502003-12-22 Christian Hammers <ch@lathspell.de>
451
452 * configure.ac (and everywhere a regular file is opened for
453 writing): use file permissions from configure rather than
454 compiled-in umask.
455
hasso47ce02a2003-12-22 16:49:15 +00004562003-12-22 Hasso Tepper <hasso@estpak.ee>
457
458 * lib/linklist.c: Revert microfix I commited while reverting
459 [quagga-dev 227]. Caused by misreading code.
460
hassoe90fbab2003-12-21 09:51:42 +00004612003-12-21 Hasso Tepper <hasso@estpak.ee>
462
463 * lib/linklist.c: Revert patch [quagga-dev 227]. listnode_add_sort()
464 function should not drop nodes in any case. But fix behavior where
465 nodes were added to the end of list when cmp returned 0.
466 * lib/if.c: Check for duplicates before calling listnode_add_sort().
467
gdtaf273652003-12-08 18:12:34 +00004682003-12-08 Greg Troxel <gdt@fnord.ir.bbn.com>
469
470 * {lib,ospfd,ospfapi}/Makefile.am: Use pkginclude_HEADERS rather
471 than include_HEADERS to place includes in
472 ${prefix}/include/quaggainstead of polluting ${prefix}/include.
473
gdtc4f0efe2003-12-04 15:39:25 +00004742003-12-04 Greg Troxel <gdt@poblano.ir.bbn.com>
475
476 * configure.ac: When setting exampledir to sysconfdir as a
477 default, don't quote ${sysconfdir}. (Bug reported by Vincent
478 Jardin.)
479
gdtd6b72f72003-12-03 17:24:27 +00004802003-12-03 Greg Troxel <gdt@poblano.ir.bbn.com>
481
gdtd2a0ccc2003-12-03 18:13:48 +0000482 * configure.ac: Compile in Router Advertisement support by
483 default. Note that this does not default to sending RAs; it just
484 makes 'ipv6 nd send-ra' and 'ipv6 nd prefix-advertisement'
485 available. While others may prefer other tools, no argument has
486 been made that router advertisement support is such bloat that it
487 should be compiled out by default (it 9556 bytes on NetBSD/i386 vs
488 8 bytes with the support compiled out). This reversion of a
489 previous change was done in consultation with Paul.
490
4912003-12-03 Greg Troxel <gdt@poblano.ir.bbn.com>
492
gdtfa3232e2003-12-03 17:52:30 +0000493 * configure.ac: Move tests for v6 header files to after the check
494 for v6 code version, and conditionalize on the right variable.
495 (Fixes problem where v6 header files are not included when v6 is
496 enabled implicitly.)
gdtd2a0ccc2003-12-03 18:13:48 +0000497
gdtfa3232e2003-12-03 17:52:30 +00004982003-12-03 Greg Troxel <gdt@poblano.ir.bbn.com>
499
gdtd6b72f72003-12-03 17:24:27 +0000500 * configure.ac: Add --enable-exampledir to specify where example
501 config files should go, defaulting to sysconfdir.
502
503 * */Makefile.am: use exampledir instead of sysconfdif for examples
504
paul62892882003-11-02 07:31:47 +00005052003-11-02 Paul Jakma <paul@dishone.st>
506
507 * bgpd/bgp_routemap.c: Fix up 'set ip next-hop A.B.C.D|peer-address'
508 route map command so that vtysh can use it. Modified version of
509 Hasso Tepper's patch. Fixes bug #52.
510 * configure.ac: FreeBSD has net-snmp in /usr/local.
511 * redhat/quagga.spec.in: Install libzebra headers with -devel
512 package.
513
5142003-11-02 Krzysztof Oledzki <oleq@ans.pl>
515
516 * zebra/zebra_rib.c: Revert patch (dating from zebra.org) which
517 caused zebra to read all routes in all tables, rather than just
518 the main table. See [quagga-dev 280].
519
5202003-10-30 Paul Jakma <paul@dishone.st>
521
522 * configure.ac: netinet/in_systm.h is yet another well-known
523 header file we really should be checking for
524
5252003-10-27 kamatchi soundaram <kamatchi@tdd.sj.nec.com>
526
527 * ospfd/ospfd.c: Do not increment act_int for an area, as it is done
528 by ospf_ism.c::ism_change_state() - results in incorrect figure
529 for active interfaces in an area.
530
5312003-10-27 Paul Jakma <paul@dishone.st>
532
533 * lib/if.{ch}: remove ifc_pointtopoint() - left over from the
534 reverted RFC3021 patch.
535
5362003-10-27 Simon <lists@routemeister.net>
537
538 * ospfd/ospfd.c: if_is_pointopoint() takes (struct interface *), was
539 being called with struct connected. Change to co->ifp.
540
5412003-10-27 Gilad Arnold <gilad.arnold@terayon.com>
542
543 * zebra/zebra_rib.c: (nexthop_active_update) Check for multipath
544 limit when setting changed flag to avoid spurious changes.
545 (static_install_ipv{4,6}) dont uninstall by default, might not be
546 required - avoid spurious uninstalls.
547 (static_uninstall_ipv{4,6}) only uninstall the route if its
548 actually FIB route.
549
5502003-10-24 sowmini.varadhan@sun.com
551
552 * ospfd/ospf_network.c: (ospf_sock_init) Exit if socket can not be
553 created.
554
5552003-10-24 Jose Luis Rubio Guivernau <jrubio@dit.upm.es>
556
557 * Better 'show bgp' support for views (eg ipv6), see [quagga-dev 238]
558 * bgpd/bgp_route.c: (bgp_show) Take a struct bgp argument instead of
559 view string.
560 (bgp_show_neighbor_route) Take a struct peer argument instead of
561 ip string.
562 (peer_adj_routes) ditto
563 (show_adj_routes) ditto
564 (peer_lookup_in_view) new function to return appropriate struct
565 peer for a given view string.
566 (misc) Fixup all calls to above to reflect new calling arguments,
567 and use peer_lookup_in_view as needed. Additional commands
568 installed to use expanded functionality above, existing commands
569 modified to suit as well.
570 * bgpd/bgp_vty.c: 2 new aliases.
571
5722003-10-24 Paul Jakma <paul@dishone.st>
573
574 * configure.ac: Check for fcntl()
575 * {bgpd,ospf,ospf6d,ripd,ripngd}/Makefile.am: Install conf file via
576 regular automake means, not magic install incantations, see
577 bug #38.
578 * lib/Makefile.am: install the headers, needed to link libzebra.a
579 (and hence libospf.a, OSPF-API, etc.)
580
5812003-10-24 waldi@debian.org
582
583 * vtysh/Makefile.am: vtysh_cmd.c rebuild was broken because it
584 depended against source files without specification, i.e. it
585 used ../zebra instead of $(top_srcdir)/zebra.
586
5872003-10-23 Paul Jakma <paul@dishone.st>
588
589 * configure.ac: IRIX configure.ac support. Sort of works.
590 sysctl() crashes though (ipforward), there's some kind of odd
591 padding in the PF_ROUTE socket messages and setsockopt() on
592 SOCK_RAW does not work (so ospfd doesnt work).
593
5942003-10-22 Paul Jakma <paul@dishone.st>
595
596 * vtysh/Makefile.am: do not include vtysh_cmd.c in dists, its
597 configure dependent. (still need to find a way to make building of
598 it dependent on configure options or include all commands.)
599
6002003-10-22 Paul Jakma <paul@dishone.st>
601
602 * lib/zebra.h: include limits.h if its there, its a portable header
603 and useful and not just solaris specific. net/route.h is also
604 useful.
605
6062003-10-22 Paul Jakma <paul@dishone.st>
607
608 * lib/regex.c: bzero -> memset
609 * zebra/ioctl.c: ditto. bzero is not portable.
610
6112003-10-22 Paul Jakma <paul@dishone.st>
612
613 * zebra/kernel_socket.c: HAVE_IPV6 conditional for WRAPUP when
614 HAVE_SA_LEN is not defined. bcopy -> memcpy, bcopy is not
615 portable.
616
6172003-10-22 Paul Jakma <paul@dishone.st>
618
619 * configure.ac: Split up header checks into non-net, net and ipv6
620 related. Checking of IPv6 is conditional. Add some more output
621 text for the end of the configure run.
622
6232003-10-18 Lorenzo Colitti <lorenzo@ripe.net>
624
625 * bgpd/bgp_attr.c: (bgp_dump_routes_attr) Dont dump IPv4 nexthop
626 for IP. Dump MP_NLRI attr with IPv6 next-hop for AF_INET6 address
627 family prefixes. Accept prefix as argument.
628 * bgpd/bgp_attr.c: modify bgp_dump_routes_attr declaration.
629 * bgpd/bgp_dump.c: (bgp_dump_routes_entry) Modify calls to
630 bgp_dump_routes_attr.
631 (bgp_dump_common) Go by the family of the peering socket, not
632 configured address family when dumping peering information.
633 Add HAVE_IPV6 conditionals, eg missing from previous bgp interval
634 patch.
635
6362003-10-18 Lorenzo Colitti <lorenzo@ripe.net>
637
638 * bgpd/bgp_dump.{c,h}: (bgp_dump_interval_add) Dump at discrete
639 fixed intervals rather than fixed intervals from startup time.
640 (bgp_dump_interval_func) Dont return immediately if file cant be
641 openeded, but reschedule interval dumps, even - admin might
642 fix problem in meantime. Close the dump file in between intervals.
643 (bgp_dump_init) account for MSG header when initialising stream
644 size.
645
6462003-10-15 Paul Jakma <paul@dishone.st>
647
648 * ospfd/ospf_interface: (ospf_if_lookup_table) new function to
649 lookup oi for a given prefix in a given interfaces table of oi's.
650 (ospf_if_new) use ospf_if_lookup_table to deal with zebra
651 reporting new interface multiple times.
652 NB: This patch is a complete plaster-band of a hack. First, why is
653 zebra reporting interface events multiple times? Second, why does
654 ospfd maintain so many damn lists and tables relating to oi's -
655 these should be reconciled into one or two tables.
656
6572003-10-15 sowmini.varadhan@sun.com
658
659 * ripd/ripd.c: (rip_send_packet) use rip->sock for mcast sends,
660 instead of creating one socket per send. send source addr to
661 rip_update_interface.
662 (rip_update_process) should send an update on every connected
663 network for each interface.
664 (rip_request_send) should send a request on every connected
665 network for each interface.
666 * ripd/ripd.h: update prototype for rip_interface_multicast_set
667 * ripd/rip_interface.c: (rip_interface_multicast_set) reorganized
668 so that it can be called repeatedly for aliased interfaces (on
669 multiple networks).
670
6712003-10-15 Jay Fenlason <fenlason@redhat.com>
672
673 * lib/vty.c: (vty_telnet_option) Remote DoS exists if a telnet
674 end-sub-negotation is sent when no sub-negotation data has been
675 sent. Return immediately if no sub-negotation is in progress.
676 (vty_read) do not attempt to process options if no sub-negotation
677 is in progress.
678
6792003-10-15 Paul Jakma <paul@dishone.st>
680
681 * lib/vty.c: (vty_save_cwd) dont crash if getcwd fails. try fallback
682 to SYSCONFDIR. Allocate cwd from the stack rather than relying on
683 (non-portable) getcwd() allocation (which we didnt seem to be
684 freeing).
685
6862003-10-13 Jay Fenlason <fenlason@redhat.com>
687
688 * lib/zebra.h: define UINT32_MAX for those systems which do not
689 provide it.
690 * bgp_attr.h: define BGP_MED_MAX.
691 * bgp_route.c: update defines/constants to BGP_MED_MAX.
692 * bgp_routemap.c: ditto. clean up route_match_metric_compile
693 slightly to avoid unneccesary XMALLOC.
694
6952003-10-13 sowmini.varadhan@sun.com
696
697 * ospf_lsa.h: Add OSPF_LSA_PREMATURE_AGE flag.
698 * ospf_lsa.c: added better debug comments. check sequence number in
699 ospf_lsa_install. ospf_maxage_lsa_remover() checks for
700 OSPF_LSA_PREMATURE_AGE and re-originates the lsa after ls_acks are
701 received.
702 * ospf_flood.c: improve debug statement- print ls_seqnum.
703
7042003-10-13 Douglas Fraser <doug+quagga@idmf.net>
705
706 * zebra/connected.c: PtP revert fixup. Zebra was not creating
707 connected route for PtP peer.
708
7092003-10-07 Tarhon-Onu Victor <mituc@iasi.rdsnet.ro>
710
711 * zebra/ipforward_proc.c: (ipforward) Close the fd for
712 /proc/net/snmp. See [quagga-dev 284]
713
7142003-09-29 Gilad Arnold <gilad.arnold@terayon.com>
715
716 * zebra/zebra_rib.c: Fix possible dangling reference to rib
717 route_nodes - unlock it the appropriate number of times. (twice,
718 because of the implicit lock). see [quagga-dev 251].
719
7202003-09-29 Paul Jakma <paul@dishone.st>
721
722 * zebra/connected.c: revert the 'generic PtP' patch as it causes
723 far too many problems. People who use FreeSWAN should investigate
724 native linux ipsec.
725 * zebra/rt_netlink.c: ditto
726 * lib/if.c: ditto
727 * ripd/ripd.h: ditto
728 * ripd/ripd.c: ditto
729 * ripd/rip_interface.c: ditto
730 * ospfd/ospfd.c: ditto
731 * ospfd/ospf_snmp.c: ditto
732 * bgpd/bgp_nexthop.c: ditto
733 * ospfd/ospf_packet.c: Add debug output for some of the previously
734 completely silent drops of 'bad' packets.
735 * configure.ac: bump version
736
7372003-08-27 Jay Fenlason <fenlason@redhat.com>
738
739 * lib/Makefile.am: Do not use a lib (libcap) as a dependency
740 * zebra/Makefile.am: Link in libcap
741 * bgpd/bgp_routemap.c: attr->med is type u_in32_t, should be
742 compared with UINT32_MAX
743 * ospfd/ospfd.c: remove redundant assert
744 * zebra/rtadv.c: add missing include for zebra/rib.h
745
7462003-09-24 Paul Jakma <paul@dishone.st>
747
748 * lib/version.h: moved to version.h.in
749 * lib/version.h.in: New file, from version.h. Change hardcoded
750 package name and version to use the autoconf defined substition
751 variables.
752 * configure.ac: Fix up AC/AM_INIT* to new style. Remove the sed'ing
753 through lib/version.h for VERSION. Add lib/version.h to the
754 AC_OUTPUT list. Update the text output of quagga version at end
755 of configure run to use PACKAGE_VERSION.
756 * doc/.cvsignore: ignore quagga.pdf
757 * doc/.cvsignore: ignore version.h, its now autogenerated.
758
7592003-09-24 sowmini.varadhan@sun.com
760
761 * lib/if.c: (if_cmp_func) fix infinite loop if
762 ifp1->name == ifp2->name
763 * lib/linklist.c: (if_cmp_func) Fix handling of case where
764 list->cmp returns 0.
765 * rip_interface.c: (rip_interface_address_add) call
766 rip_enable_apply(), or the interface is never considered up.
767 see [quagga-dev 225].
768 * zebra/kernel_socket.c: Fix up WRAPUP macro to deal with multiple
769 address families in the absence of sa_len element in struct
770 sockaddr.
771 (ifm_read): Handle solaris 9 if_msghdr_t.
772 Deal with interfaces which are incomplete, lookup on name rather
773 than the placeholder interface index of -1.
774
7752003-09-24 Thomas Giger TGC <thomas.giger@tgc.de>
776
777 * ospf_packet.c (ospf_associate_packet_vl): pass NULL struct
778 interface to ospf_if_lookup_by_local_addr() rather than the
779 receiving interface ifp, packets for VL's could come in any
780 interface. See quagga-dev 250.
781
paule05fba42003-04-13 20:20:53 +00007822003-04-13 Paul Jakma <paul@dishone.st>
783
784 * Amir: Opaque LSA bug fix for deletion of Type11's
785 * configure.ac: use --localstatedir for Unix sockets
paul645878f2003-04-13 21:42:11 +0000786 * Hasso Tepper: When flushing as-ext LSAs flush associated NSSA
787 LSAs.
paule05fba42003-04-13 20:20:53 +0000788
paul020709f2003-04-04 02:44:16 +00007892003-04-04 Paul Jakma <paul@dishone.st>
790
791 * Sync to Zebra CVS
792 * Fix lib/thread.h leak
793 * Fix small Opaque LSA leak
794 * Do not configure OSPF interfaces for secondary addresses
795 * vtysh fixes from Hasso
796 * Dave Watson's missing ntohs fix
797
paul68980082003-03-25 05:07:42 +00007982003-03-25 Paul Jakma <paul@dishone.st>
799
800 * Sync to Zebra CVS
801
paul07661cb2003-03-18 00:03:05 +00008022003-03-17 Amir Guindehi <amir@datacore.ch>
803
804 * Extended SNMP checks in configure.ac so that net-snmp works
805
8062003-03-17 Amir Guindehi <amir@datacore.ch>
807 Ralph Keller <keller@tik.ee.ethz.ch>
808 * merge OSPF-API
809
paul13766da2003-02-07 14:46:23 +00008102003-02-07 Paul Jakma <paul@dishone.st>
811
812 * Sync to zebra CVS
813
paul420df432003-02-03 20:30:39 +00008142003-02-03 Paul Jakma <paul@dishone.st>
815
816 * Sync to zebra CVS
817
paulae936ae2003-01-20 04:58:21 +00008182003-01-19 Paul Jakma <paul@dishone.st>
819
820 * Temporary fix for Generic PtP wrt to IPv6
821
paul9a668002003-01-18 23:11:44 +00008222003-01-17 Paul Jakma <paul@dishone.st>
823
824 * Sync up to latest zebra.org CVS
825 * [zebra 16823] Bugfix and new feature in Opaque-LSA handling
826 Masahiko Endo <endo@suri.co.jp>
827 * [zebra 16824] [PATCH] nsm_kill_neighbor
828 Masahiko Endo <endo@suri.co.jp>
829 * [zebra 17217] [PATCH] show thread CPU
830 Yon Uriarte <havanna_moon@gmx.net>
831 * [zebra 17218] Re: [PATCH] CLI extensions.
832 Yon Uriarte <havanna_moon@gmx.net>
833
paul4fc01e62002-12-13 20:49:00 +00008342002-12-13 Paul Jakma <paul@dishone.st>
835
836 * added support for vtysh 'write file' command to
paul0efa4d52002-12-13 21:55:43 +0000837 write either per-daamon and/or integrated file
paulab836aa2002-12-13 21:19:02 +0000838 * ospfd md5 buffer copying fix (Greg Troxel)
paul8bd9c712002-12-13 21:05:16 +0000839 * ospfd md5 sequence number derived from time()
paulab836aa2002-12-13 21:19:02 +0000840 * RIPv1 fixes and improvements (John Hay)
841 * link state detection (linux) ([zebra 12269])
842 * Generic PtP and RFC3021 interface addressing support
843 (Frank van Maarseveen)
paul0efa4d52002-12-13 21:55:43 +0000844 * Michal Ludvig <michal@logix.cz>:
845 [zebra 16525] PATCH: Bugfixes for KAME systems
846 * Kevin C Miller <kevinm@andrew.cmu.edu>
847 [zebra 16681] OSPF NSSA Patches
848 * Yon Uriarte <havanna_moon@gmx.net>
849 [zebra 16671] [PATCH] CLI extensions
paula8959012002-12-13 21:59:26 +0000850 * Masahiko Endo: [zebra 15475] - MPLS-TE docs
paul4fc01e62002-12-13 20:49:00 +0000851
paul718e3742002-12-13 20:15:29 +00008522002-07-07 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
853
854 * zebra-0.93 released.
855
8562002-06-28 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
857
858 * update-autotools: Change file name from update-auto-tools.sh.
859
8602002-06-21 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
861
862 * update-auto-tools.sh: Add a new script to clean up build
863 environment.
864
8652002-06-18 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
866
867 * Shift to the latest build environment autoconf-2.53 and
868 automake-1.6.2.
869
8702001-10-22 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
871
872 * Integrate Glen Turner <glen.turner@aarnet.edu.au>'s pid option.
873
8742001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
875
876 * zebra-0.92a released.
877
8782001-08-19 "Peter Galbavy" <peter.galbavy@knowtion.net>
879
880 * configure.in: SNMP library check problem fix when the library is
881 installed under /usr/local/lib.
882
8832001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
884
885 * zebra-0.92 released.
886
8872001-04-22 Kunihiro Ishiguro <kunihiro@zebra.org>
888
889 * configure.in (LIBPAM): Use ZEBRA_AC_C_BIGENDIAN to avoid a
890 warning.
891 (IF_METHOD): Use test -r instead of AC_CHECK_FILE to avoid
892 warnings.
893
894 * config.guess: Update to 2000-11-10 version.
895
8962001-04-11 Kunihiro Ishiguro <kunihiro@zebra.org>
897
898 * configure.in: Use AC_TRY_COMPILE instead of AC_EGREP_HEADER to
899 detect in_pktinfo structure. Suggested by: Vlad Lungu
900 <vlad@rls.roknet.ro>.
901
9022001-03-07 Michael Rozhavsky <mrozhavsky@opticalaccess.com>
903
904 * configure.in: Add check for structure in_pktinfo.
905
9062001-02-07 "Bjoern A. Zeeb" <bzeeb+zebra@zabbadoz.net>
907
908 * configure.in (USE_PAM): Fix PAM library detection code.
909
9102001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
911
912 * zebra-0.91 is released.
913
9142001-01-12 Kunihiro Ishiguro <kunihiro@zebra.org>
915
916 * configure.in: Remove guile related definition.
917
9182001-01-11 Kunihiro Ishiguro <kunihiro@zebra.org>
919
920 * configure.in (ac_cv_htonl_works): HAVE_REPAIRABLE_HTONL is
921 removed. htonl should work fine on any platform.
922
9232001-01-10 Kunihiro Ishiguro <kunihiro@zebra.org>
924
925 * configure.in: Remove --enable-oldrib option.
926
927 * acconfig.h: OLD_RIB definition is removed.
928
929 * zebra-0.90 is released.
930
931 * configure.in (LIBS): Add check for sun_len field in struct
932 sun_len.
933
9342001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
935
936 * Makefile.am: Include init/redhat files to distribution.
937
9382001-01-07 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
939
940 * configure.in: check libm.a for BGPd compile error.
941 AC_CHECK_LIB(m, main) was added.
942
9432000-12-29 Kunihiro Ishiguro <kunihiro@zebra.org>
944
945 * configure.in: --enable-unixdomain becomes default. Add
946 --enable-tcp-zebra for TCP/IP communication between protocol
947 daemon and zebra.
948
949 * COPYING.LIB: Added for lib/getopt.c, lib/getopt.h,
950 lib/getopt1.c, lib/md5-gnu.h, lib/md5.c, lib/regex-gnu.h,
951 lib/regex.c.
952
953 * Makefile.am (dist-hook): Include tools/*.cgi to distribution.
954
9552000-12-26 Kunihiro Ishiguro <kunihiro@zebra.org>
956
957 * configure.in (MULTIPATH_NUM): --enable-multipath=ARG specify
958 multipath number. ARG must be digit.
959
9602000-12-11 Kunihiro Ishiguro <kunihiro@zebra.org>
961
962 * configure.in: Add --enable-newrib for test new RIB code.
963
9642000-11-25 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
965
966 * configure.in, config.h.in: Add check for libutil.h and
967 setproctitle().
968
9692000-10-26 Kunihiro Ishiguro <kunihiro@zebra.org>
970
971 * configure.in: Add --enable-nssa for OSPF NSSA option.
972
973 * acconfig.h: Define HAVE_NSSA.
974
9752000-10-25 "Bjoern A. Zeeb" <bzeeb+zebra@zabbadoz.net>
976
977 * configure.in: pam_misc is only linked when the platform is
978 GNU/Linux.
979
9802000-10-24 Arkadiusz Miskiewicz <misiek@pld.org.pl>
981
982 * configure.in (LIBS): Add check for crypto library. test x`ls
983 ${ac_snmp}` is replaced with sipmle test -f.
984
9852000-10-23 Kunihiro Ishiguro <kunihiro@zebra.org>
986
987 * configure.in: Add --enable-unixdomain option. This will be
988 default behavior in zebra-0.90.
989
9902000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
991
992 * zebra-0.89 is released.
993
9942000-09-27 Kunihiro Ishiguro <kunihiro@zebra.org>
995
996 * configure.in: Add check for Intel CPU for Solaris on x86 check.
997
9982000-09-21 Kunihiro Ishiguro <kunihiro@zebra.org>
999
1000 * configure.in: Add check for getifaddrs().
1001 Set AM_INIT_AUTOMAKE version to 0.89.
1002
10032000-09-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1004
1005 * config.guess: Update to the latest version.
1006
1007 * config.sub: Likewise
1008
10092000-09-14 David Lipovkov <dlipovkov@OpticalAccess.com>
1010
1011 * REPORTING-BUGS: New file is added.
1012
10132000-08-27 itojun@iijlab.net
1014
1015 * configure.in: Add ncurses library check when --enable-vtysh is
1016 specified.
1017
10182000-08-22 Kunihiro Ishiguro <kunihiro@zebra.org>
1019
1020 * configure.in: Add check for readline/history.h.
1021
1022 * acconfig.h: Remove pthread related variables.
1023
1024 * configure.in: Add --with-libpam option for vtysh PAM
1025 authentication. Remove --disable-pthread because we don't support
1026 pthread.
1027
10282000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
1029
1030 * zebra-0.88 is released.
1031
1032 * configure.in: Add Solaris -lcurses for vtysh.
1033
10342000-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1035
1036 * configure.in: Add check for ncurses for compiling on Solaris.
1037
10382000-07-27 Kunihiro Ishiguro <kunihiro@zebra.org>
1039
1040 * configure.in: Add check for libreadline when --enable-vtysh is
1041 specified.
1042
10432000-07-23 Kunihiro Ishiguro <kunihiro@zebra.org>
1044
1045 * configure.in: Add AC_DEFINE(OPEN_BSD). When OS is OpenBSD
1046 interface method is if_ioctl.o
1047
10482000-07-09 Chris Dunlop <chris@onthe.net.au>
1049
1050 * acconfig.h: Add HAVE_BROKEN_ALIASES.
1051
1052 * configure.in: Add --enable-broken-aliases.
1053
10542000-06-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1055
1056 * Set version to zebra-0.87.
1057
10582000-06-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1059
1060 * configure.in: Remove --enable-mpls-vpn. Now MPLS-VPN support is
1061 default.
1062
1063 * Set version to zebra-0.87-pre
1064
1065 * Makefile.am: Likewise.
1066
10672000-04-27 Kunihiro Ishiguro <kunihiro@zebra.org>
1068
1069 * Set version to 0.86.
1070
10712000-03-21 Kunihiro Ishiguro <kunihiro@zebra.org>
1072
1073 * Set version to 0.85b for ospfd test.
1074
10752000-03-20 Kunihiro Ishiguro <kunihiro@zebra.org>
1076
1077 * Set version to 0.85a for ospfd test.
1078
10792000-03-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1080
1081 * Set version to 0.85.
1082
10832000-01-26 Kunihiro Ishiguro <kunihiro@zebra.org>
1084
1085 * Makefile.in: Regenerated by patched automake for fixing "make
1086 clean" problem on FreeBSD.
1087
10881999-12-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1089
1090 * Set version to 0.83a. This is for *BSD static route lookup
1091 problem.
1092
10931999-12-06 Kunihiro Ishiguro <kunihiro@zebra.org>
1094
1095 * Set version to 0.83.
1096
10971999-11-29 Kunihiro Ishiguro <kunihiro@zebra.org>
1098
1099 * Set version to 0.82.
1100
11011999-11-23 Kunihiro Ishiguro <kunihiro@zebra.org>
1102
1103 * aczebra.m4: New file added.
1104
11051999-11-21 Michael Handler <handler@sub-rosa.com>
1106
1107 * configure.in (LIBS): Add sa_len check of sockaddr.
1108
1109 * acconfig.h: Add HAVE_SA_LEN.
1110
11111999-11-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1112
1113 * version.h: Update version to zebra-0.81b for bgpd test.
1114
11151999-11-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1116
1117 * configure.in: Add --enable-mbgp.
1118
11191999-11-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1120
1121 * Makefile.am (EXTRA_DIST): Add TODO to the distribution.
1122
11231999-11-04 Kunihiro Ishiguro <kunihiro@zebra.org>
1124
1125 * TODO: New file is added.
1126
11271999-11-03 Kunihiro Ishiguro <kunihiro@zebra.org>
1128
1129 * version.h: Update version to zebra-0.81a for ospfd test.
1130
11311999-10-28 Kunihiro Ishiguro <kunihiro@zebra.org>
1132
1133 * configure.in: New option --enable-snmp is added.
1134
11351999-10-24 Kunihiro Ishiguro <kunihiro@zebra.org>
1136
1137 * version.h: Update version to zebra-0.80.
1138
11391999-10-21 Kunihiro Ishiguro <kunihiro@zebra.org>
1140
1141 * version.h: Update version to zebra-0.80-pre3
1142
11431999-10-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1144
1145 * configure.in (LIBS): SNMP check is done by ucd-snmp/asn1.h.
1146
11471999-10-10 Peter Galbavy <Peter.Galbavy@knowledge.com>
1148
1149 * configure.in: Add support of OpenBSD.
1150
11511999-10-04 Kunihiro Ishiguro <kunihiro@zebra.org>
1152
1153 * version.h: Update version to zebra-0.80-pre2.
1154
11551999-09-27 Kunihiro Ishiguro <kunihiro@zebra.org>
1156
1157 * version.h: Update version to zebra-0.80-pre. From this version,
1158 access-list and prefix-list's name space is divided into IPv4 and
1159 IPv6.
1160
11611999-09-17 Kunihiro Ishiguro <kunihiro@zebra.org>
1162
1163 * version.h: For test recent fixes Set version to zebra-0.79a.
1164
11651999-09-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1166
1167 * version.h: zebra-0.79 is out.
1168
11691999-09-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1170
1171 * version.h: For ospfd's virtual link test. Set version to 0.78h.
1172
11731999-09-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1174
1175 * version.h: For ospfd test. Set version to 0.78g.
1176
11771999-09-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1178
1179 * version.h: For internal test of ospfd. Set version to 0.78f.
1180
11811999-09-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1182
1183 * version.h: To test ospfd's fix, set version to 0.78e.
1184
11851999-09-01 Kunihiro Ishiguro <kunihiro@zebra.org>
1186
1187 * version.h: To test ospfd's area related bug fix, set version
1188 to 0.78d.
1189
11901999-09-01 Kunihiro Ishiguro <kunihiro@zebra.org>
1191
1192 * version.h: To test ospfd, set version to 0.78c.
1193
11941999-08-31 Janos Farkas <chexum@shadow.banki.hu>
1195
1196 * Many misspelling correction.
1197
11981999-08-31 Kunihiro Ishiguro <kunihiro@zebra.org>
1199
1200 * version.h: To test ospfd, set version to 0.78b.
1201
12021999-08-31 Kunihiro Ishiguro <kunihiro@zebra.org>
1203
1204 * configure.in (LIBS): Add UCD-SNMP include path check.
1205
12061999-08-31 Lars Fenneberg <lf@elemental.net>
1207
1208 * configure.in: The logic which detects the UCD-SNMP library
1209 should first check in the default system locations for the library
1210 and then in /usr/local.
1211
12121999-08-27 itojun@iijlab.net
1213
1214 * configure.in (LIBS): Fix problem about libsnmp.a check.
1215
12161999-08-26 kay <kay@v6.access.co.jp>
1217
1218 * configure.in (CFLAGS): Add <sys/socket.h> to check socklen_t.
1219
12201999-08-24 VOP <vop@unity.net>
1221
1222 * filter.c: Include "sockunion.h".
1223 plist.c: Likewise.
1224 table.c: Likewise.
1225
12261999-08-24 Kunihiro Ishiguro <kunihiro@zebra.org>
1227
1228 * configure.in: Add netinet6/in6.h check.
1229
12301999-08-21 Masaki Minami <masaki@minami.org>
1231
1232 * BSD/OS 4.0 porting.
1233
12341999-08-15 Kunihiro Ishiguro <kunihiro@zebra.org>
1235
1236 * configure.in: Add --enable-netlink option to force to use Linux
1237 netlink interface.
1238 (CFLAGS): Add ucd-snmp library check.
1239
1240 * acconfig.h: If socklen_t is not defined, typedef int to
1241 socklen_t.
1242
12431999-08-15 Arkadiusz Miskiewicz <misiek@misiek.eu.org>
1244
1245 * configure.in: When --enable-ipv6 specified, then only kernel
1246 version is checked.
1247
12481999-08-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1249
1250 * configure.in: Add GNU libc 2.1 check.
1251
12521999-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1253
1254 * configure.in: Fix privious Linux IPv6 check changes.
1255
12561999-08-02 Arkadiusz Miskiewicz <misiek@misiek.eu.org>
1257
1258 * configure.in: Improve Linux IPv6 feature check.
1259
12601999-07-29 Rick Payne <rickp@rossfell.co.uk>
1261
1262 * Changed route-maps to behave in a more cisco-like fashion
1263
12641999-07-27 Gerhard Poul <gpoul@gnu.org>
1265
1266 * SERVICES: New file added.
1267
12681999-07-12 itojun@iijlab.net
1269
1270 * configure.in: Add check for getaddrinfo. Improve Kame related
1271 library check.
1272
12731999-07-07 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1274
1275 * configure.in, acconfig.h: Add check for FreeBSD 3.2.
1276
12771999-07-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1278
1279 * configure.in: Delete check for netinet/ip6.h.
1280
12811999-06-30 Gerhard Poul <gpoul@gnu.org>
1282
1283 * README: remixed the old files and added some new parts.
1284 moved some INSTALL stuff into INSTALL file.
1285 moved some other stuff to doc/zebra.texi
1286
12871999-06-29 Kunihiro Ishiguro <kunihiro@zebra.org>
1288
1289 * configure.in (LIBS): Add libresolv check.
1290 Change --enabe-all-in-one option to --enable-one-vty.
1291
12921999-06-20 Kunihiro Ishiguro <kunihiro@zebra.org>
1293
1294 * configure.in: Add --enabe-all-in-one option.
1295
12961999-06-16 Kunihiro Ishiguro <kunihiro@zebra.org>
1297
1298 * configure.in: Add socklen_t check.
1299
13001999-06-16 Gerhard Poul <gpoul@gnu.org>
1301
1302 * Many compile warnings fixed.
1303
13041999-05-31 Kunihiro Ishiguro <kunihiro@zebra.org>
1305
1306 * configure.in: Change message from Linux 2.2.X IPv6 to Linux IPv6.
1307 OpenBSD (NRL) check is enabled.
1308
13091999-05-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1310
1311 * configure.in (LIBS): Add crypt library check.
1312
13131999-05-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1314
1315 * configure.in: Add sin6_scope_id in struct sockaddr_in6 check.
1316
13171999-04-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1318
1319 * Set version to 0.63 for first beta package.
1320
13211999-04-15 Kunihiro Ishiguro <kunihiro@zebra.org>
1322
1323 * guile.m4: Added from guile package.
1324
13251999-04-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1326
1327 * Set version to 0.60 for beta package preparation.
1328
13291999-04-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1330
1331 * Makefile.am: Add noninst_LIBRARIES each directory's Makefile.am.
1332 This change is for linking these libraries to guile.
1333
13341999-04-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1335
1336 * configure.in (LIBS): Add struct rt_addrinfo check.
1337
13381999-04-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1339
1340 * configure.in: AC_STDC_HEADERS added.
1341
13421999-03-29 Kunihiro Ishiguro <kunihiro@zebra.org>
1343
1344 * Add dependencies to each directory's Makefile.am.
1345
13461999-03-02 Peter Galbavy <Peter.Galbavy@knowledge.com>
1347
1348 * reworked include file structure, and configure so that all
1349 source files get all system-dependent include files by including
1350 <zebra.h> which is really lib/zebra.h. This means that the
1351 different programs include files are now available as #include
1352 "zebra/zebra.h" - note the use of quotes, not <> as delimiters.
1353
1354 In practical terms, if I haven't really screwed up, the main file
1355 that maintainers for other OSes have to change is lib/zebra.h for
1356 all the conditional includes etc.
1357
1358 * added --disable-pthread for those systems that seem to have
1359 POSIX threads, but do not work. OpenBSD 2.4+ is like that just
1360 now. Changed all occurance of #ifdef PTHREAD to use HAVE_PTHREAD
1361 instead.
1362
13631999-02-24 <kunihiro@zebra.org>
1364
1365 * configure.in: update to AC_PREREQ(1.13).
1366 Change message from Linux 2.1.x to Linux 2.2.x.
1367 * Added ospf6d directory support.
1368
13691999-02-22 Peter Galbavy <Peter.Galbavy@knowledge.com>
1370
1371 * added a "log" element to the BGPd peer structure, enabling us to
1372 start thinging about a log stream per peer. This is currently
1373 ignored by the wrapper code, but developers should try to use the
1374 "appropriate" ZLOG stream. Documentation will follow, when the
1375 real routines start to exist.
1376
1377 The current plan is to use a copy of the BSD syslog() routines and
1378 replace the syslog library function with our own. I will need
1379 feedback from users of other platforms as this work is done to see
1380 if all is well elsewhere.
1381
1382 * preliminary work on zlog() library. directly replaces syslog()
1383 currently with zlog(ZLOG *, ...) where the new first argument
1384 is a pointer to a ZLOG structure (defined in lib/log.h) and will
1385 encapsulate all the information necessary to maintain multiple
1386 logging streams.
1387
13881999-02-19 Peter Galbavy <Peter.Galbavy@knowledge.com>
1389
1390 * added vsnprintf() macro to lib/str.h if required and removed
1391 #ifdef SUNOS_5 dependency on it
1392
13931999-02-18 Peter Galbavy <Peter.Galbavy@knowledge.com>
1394
1395 * syslog support added
1396
13971999-02-18 Peter Galbavy <Peter.Galbavy@knowledge.com>
1398
1399 * configure.in: Add daemon function check.
1400
14011999-01-21 Kunihiro Ishiguro <kunihiro@zebra.org>
1402
1403 * configure.in: Add --disable-ipv6, --disable-zebra,
1404 --disable-bgpd, --disable-ripd, --disable-ripngd, --disable-ospfd
1405 options to configure.
1406
14071998-12-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1408
1409 * configure.in: Check /usr/inet6/lib/libinet6.a exists or not.
1410
14111998-10-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1412
1413 * configure.in: Comment out FreeBSD's libc_r detect section. At
1414 this moment it doesn't work correctly with zebra.
1415
1416 Netlink interface is only enabled when Linux kernel version is
1417 upper than 2.1.0.
1418
14191998-09-15 HEO SeonMeyong <seirios@matrix.iri.co.jp>
1420
1421 * Hydrangea is now called KAME, so change all defines.
1422
14231998-08-16 Kunihiro Ishiguro <kunihiro@zebra.org>
1424
1425 * configure.in: ifaliasreq check added.
1426
14271998-08-12 Katsuhiro Kondou <kondou@nec.co.jp>
1428
1429 * Patch is applied for compile under EWS4800
1430
14311998-06-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1432
1433 * configure.in: delete old mtu_method check.
1434
1435 * doc/zebra.texi (Kernel interface): chapter `Kernel interface' added
1436
14371998-06-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1438
1439 * configure.in: add new netlink check for GNU/Linux
1440
14411998-06-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1442
1443 * doc/zebra.texi: Update Linux netlink chapter.
1444
14451998-05-18 Yamashita TAKAO <jargon@lares.dti.ne.jp>
1446
1447 * config.h.in: define PTHREAD if work on Solaris 2.6
1448 why delete the definition? I miss?
1449
14501998-05-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1451
1452 * configure.in: add net/if.h header check.
1453
14541998-05-02 SeonMeyong HEO <seirios@Matrix.iri.co.jp>
1455
1456 * zebra.tex,archfig.tex,zebra.sty: Manual file is added.
1457 * zebra.texi: Modify Introduction text.
1458 * RIPngd.c: Patch Hydrangea code.
1459
14601998-05-01 Kunihiro Ishiguro <kunihiro@zebra.org>
1461
1462 * .cvsignore: added.
1463
1464 * Makerule.in: is gone.
1465 * Makefile.am: Now we use automake to generate Makefile.in
1466
14671998-03-19 Yamashita TAKAO <jargon@lares.dti.ne.jp>
1468
1469 * lib/vty.c: modified the definition of *master
1470 * lib/sockunion.c (inet_aton): add, but don't work. uum...
1471
1472
14731998-03-15 Yamashita TAKAO <jargon@lares.dti.ne.jp>
1474
1475 * configure.in: define PTHREAD if work on Solaris 2.6
1476 * config.h.in: likewise
1477 * lib/thread.c: likewise
1478 * lib/vty.c: likewise
1479
14801998-03-15 SeonMeyong HEO <seirios@Matrix.iri.co.jp>
1481
1482 * config.h.in: define INET6 if defined HAVE_IPV6 & HYDRANGEA
1483 * bgpd/: remove include <netinet6/in6.h> line.
1484 * lib/: remove include <netinet6/in6.h> line.
1485 * ripbgd/: remove include <netinet6/in6.h> line.
1486 * zebra/: remove include <netinet6/in6.h> line.
1487 * ripd/*.c: remove include <netinet6/in6.h> line.
1488 undefine IPV6 difinitions because RIPd is not worked for
1489 IPv6 protocol.
1490
1491
14921998-01-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1493
1494 * configure.in: Change routing socket check method from
1495 AC_TRY_COMPILE to AC_TRY_RUN because GNU libc version 2 has
1496 AF_ROUTE but over linux it's meenigless.
1497
14981998-01-06 Kunihiro Ishiguro <kunihiro@zebra.org>
1499
1500 * config.h.in: remove err_t define.
1501
15021997-11-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1503
1504 * configure.in (canonical): add check of IF_METHOD
1505
15061997-09-27 Kunihiro Ishiguro <kunihiro@note.digital-magic.co.jp>
1507
1508 * configure.in: add INRIA check
1509
15101997-09-25 Kunihiro Ishiguro <kunihiro@note.digital-magic.co.jp>
1511
1512 * configure.in (canonical): change ipforward_snmp.o to ipforward_proc.o
1513
15141997-09-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1515
1516 * configure.in: change IRDPD to NDPD
1517
15181997-08-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1519
1520 * INSTALL: new file
1521
15221997-08-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1523
1524 * config.h: add XCALLOC()
1525