]> git.proxmox.com Git - mirror_frr.git/blame - ChangeLog
2005-04-02 Paul Jakma <paul@dishone.st>
[mirror_frr.git] / ChangeLog
CommitLineData
3849db25 12005-04-02 Paul Jakma <paul@dishone.st>
2
3 * INSTALL.quagga.txt: Add note about additional CVS build
4 requirements, if one wishes to build ps/pdf docs.
5
3cb98dee 62005-04-02 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
7
8 * configure.ac: Add strnlen to AC_CHECK_FUNCS.
9
2d58228e 102005-03-28 Hasso Tepper <hasso at quagga.net>
11
12 * configure.ac, */Makefile.am: Fix previous commit. SNMP includes
13 must be after lib/ includes in some systems. Introduce SNMP_INCLUDES
14 for that.
15
17eff7cb 162005-03-28 Hasso Tepper <hasso at quagga.net>
17
18 * configure.ac: Fix most of "Presents But Cannot Compiled" warnings
19 about various headers. CFLAGS is not correct place to specify
20 includes, INCLUDES is for that.
21
1969e4b9 222005-03-27 Hasso Tepper <hasso at quagga.net>
23
24 * configure.ac: Add Intel compiler (icc) support. Although Intel
25 tries really hard to make icc look like gcc, there are some
26 differences. It's very verbose with -Wall and it doesn't support
27 the individual -W options. We are going to ignore some of these
28 warnings.
29
a0fb71a5 302005-03-26 Hasso Tepper <hasso at quagga.net>
31
32 * doc/defines.texi.in, lib/version.h.in: Update copyright string to
33 include year 2005.
34
29c4c9bd 352005-03-25 Jean-Mickael Guerin <jean-mickael.guerin@6wind.com>
36 * configure.ac: add struct nd_opt_interval and struct
37 nd_opt_homeagent_info detection.
38
55468c86 392005-03-14 Paul Jakma <paul.jakma@sun.com>
40
41 * (global) update all c files to match the lib/vector.h rename of
42 (struct vector).active to max, and vector_max macro to
43 vector_active.
44
afd8a129 452005-03-12 Paul Jakma <paul.jakma@sun.com>
46
47 * configure.ac: Solaris 8 can use the newer lifreq based methods
48 too, allows IPv6.
49
c45eb839 502005-02-19 Hasso Tepper <hasso at quagga.net>
51
52 * configure.ac: Fix Linux detection. Host types like i686-pc-linux
53 didn't match the pattern.
54
9985f83c 552005-02-09 Paul Jakma <paul.jakma@sun.com>
56
57 * (global) Update code to match stream.h changes.
58 stream_get_putp effectively replaced with stream_get_endp.
59 stream_forward renamed to stream_forward_getp.
60 stream_forward_endp introduced to replace some previous
61 setting/manual twiddling of putp by daemons.
62
f83d18dc 632005-01-24 Paul Jakma <paul@dishone.st>
64
65 * configure.ac: Bump version to 0.99.0
66
b854038b 672005-01-15 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
68
69 * redhat/quagga.spec.in: Fix postun script to avoid misleading error
70 message saying the postun scriptlet failed when watchquagga
71 is not running.
72
40abf239 732005-01-12 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
74
75 * configure.ac: Test for header file <ucontext.h> (for use in
76 signal processing).
77
6cf9df08 782005-01-12 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
79
80 * configure.ac: If configure is invoked with --enable-snmp, but
81 the configure script is unable to find SNMP support on the platform,
82 then configure should give an error message and exit.
83
fc43ecc7 842005-01-12 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
85
86 * redhat/quagga.spec.in: Pass --enable-gcc-rdynamic to configure
87 to get gcc to link with -rdynamic for better backtraces.
88 When the rpm is upgraded, the restart logic now works as follows:
89 1. stop watchquagga; 2. stop all routing daemons; 3. restart zebra
90 if it was running; 4. start all routing daemons that were running;
91 and 5. start watchquagga if it was running.
92
220d0c0e 932005-01-07 Paul Jakma <paul@dishone.st>
94
95 * configure.ac: Bump version to 0.98.0
96
1f3585ea 972005-01-05 Paul Jakma <paul@dishone.st>
98
99 * configure.ac: Bump version to 0.97.5
100
6c20046f 1012005-01-04 Greg Troxel <gdt@fnord.ir.bbn.com>
102
103 * configure.ac: Use AC_MSG_CHECKING/AC_MSG_RESULT around
104 CMSG_FIRSTHDR check, so it shows up in the output of configure.
105 Tested on NetBSD, which doesn't define HAVE_BROKEN_CMSG_FIRSTHDR.
106
b99760ab 1072005-01-04 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
108
109 * configure.ac: Added test for broken CMSG_FIRSTHDR macro
110 (relevant for Solaris 8 and unpatched Solaris 9, don't know
111 whether other platforms are affected).
112
73a7dea3 1132005-01-04 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
114
115 * NEWS: Note improved logging facilities.
116
3cade26f 1172004-12-29 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
118
119 * configure.ac: Add new option --enable-gcc-rdynamic to link
120 with -rdynamic.
121
2b70200c 1222004-12-23 Paul Jakma <paul@dishone.st>
123
124 configure.ac: Bump version to 0.97.4
125
f3931751 1262004-12-22 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
127
128 * redhat/quagga.spec.in: daemonv6_list should contain only IPv6 daemons.
129
b3324e27 1302004-12-22 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
131
132 * redhat/quagga.spec.in: Add watchquagga, and fix some other
133 logic to make sure that all daemons are restarted on upgrades
134 and stopped on package removal.
135
afc44c29 1362004-12-22 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
137
138 * redhat/quagga.sysconfig: Define some variables to support watchquagga.
139
515210bd 1402004-12-22 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
141
142 * configure.ac: Add a define for DAEMON_VTY_DIR in config.h.
143
d0199430 1442004-12-22 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
145
146 * {configure.ac,Makefile.am}: Build watchquagga by default.
147
8035e9f0 1482004-12-21 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
149
150 * NEWS: Note addition of watchquagga.
151 * HACKING: Note that watchquagga is in testing phase.
152
9d0bfcb9 1532004-12-21 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
154
155 * watchquagga: New watchquagga daemon.
156
0d742d24 1572004-12-21 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
158
159 * redhat/Makefile.am: Added watchquagga.init to EXTRA_DIST.
160
54b52525 1612004-12-21 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
162
163 * redhat/watchquagga.init: New file, init script for watchquagga.
164
5e764774 1652004-12-03 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
166
167 * HACKING: Indicate that header files should be consulted for
168 documentation, particularly logging levels in lib/log.h.
169
b9e0ee31 1702004-11-24 Paul Jakma <paul@dishone.st>
171
172 * TODO: Add source routing, zebra filtering and lib/ documenting.
173
6099b3b5 1742004-11-19 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
175
176 * global: Replace strerror with safe_strerror. And vtysh/vtysh.c
177 needs to include "log.h" to pick up the declaration.
178
48577196 1792004-11-19 Hasso Tepper <hasso at quagga.net>
180
181 * configure.ac: Avoid regeneration of doc/quagga.info for now.
182
0cdb8dd2 1832004-11-17 Paul Jakma <paul@dishone.st>
184
185 * INSTALL.quagga.txt: texinfo version corrected, so section on
186 that 4.7-x being unknown is not needed.
187
670bbf19 1882004-11-12 Paul Jakma <paul@dishone.st>
189
190 * configure.ac: Fix AC_CONFIG_FILES, the chmod seems to run for
191 every input file, should be only be for vtysh/extract.pl, so that
192 should be a seperate AC_CONFIG_FILES.
95d3184c 193 * INSTALL: update-autotools, autoreconf -i will install this, remove
194 the file so it always matches the autoconf which created
195 configure (ie the quagga snapshot producing host).
9104f569 196 * INSTALL.quagga.txt: Some quagga specific INSTALL notes.
197 * README: s/GNU Zebra/Quagga/ and refer to IS-IS support.
670bbf19 198
7966b97c 1992004-11-10 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
200
201 * redhat/quagga.spec.in: add comments showing how to get gcc verbosity
202
1b074dd2 2032004-11-08 Paul Jakma <paul@dishone.st>
204
205 * configure.ac: bump version to 0.97.3, release imminent.
206
14c17fd8 2072004-11-06 Paul Jakma <paul@dishone.st>
208
209 * configure.ac: Arguments to AC_OUTPUT is deprecated, use
210 AC_CONFIG_FILES instead. Rearrange the order slightly to put the
211 Makefiles first (silly aesthetic thing, dont know why I had to do
212 this ;) ). Add doc/defines.texi to the list.
213 * NEWS: bgp route-server support added, refer to docs.
214 * update-autotools: call automake with --add-missing and --copy,
215 former is important for obvious reasons, latter for dist files,
216 and --gnu to enable whatever extra goodness checks.
217 * {depcomp, install-sh, missing}: removed, auto-generated files.
218
1f8f61a7 2192004-11-05 Paul Jakma <paul@dishone.st>
220
221 * HACKING: Expand on ChangeLogs, eg current practice for certain
222 directories and certain other meta-data is not to maintain a
223 ChangeLog. Expand on the commit message, IMHO, commit message
224 should always be ChangeLog for files where ChangeLog is kept.
225 Solaris is supported on any platform (with, at moment, an
226 additional patch).
227
3e511c8e 2282004-10-23 Paul Jakma <paul@dishone.st>
229
230 * configure.ac: bump version to 0.97.2, release imminent.
231
6b6942f9 2322004-10-22 Paul Jakma <paul@dishone.st>
233
234 * configure.ac: fix up enable help alignment slightly
235 Add --enable-gcc-ultra-verbose to set various gcc warnings which
236 should one day be fixed but are not serious problems or which
237 could be false-positives.
238
3fb9cd6e 2392004-10-19 Andrew J. Schorr <aschorr@telemetry-investments.com>
240
241 * lib, zebra, ripd, ospfd, bgpd: Support NULL connected destination
242 pointers properly everywhere. Fix point-to-point logic to
243 support links where a dedicated subnet has been assigned.
244 PtP links with /31 subnets should now work where supported by O/S.
245
4f8b5bb1 2462004-10-11 Paul Jakma <paul@dishone.st>
247
248 * bump version to 0.97.1, release imminent.
249
e561a8eb 2502004-10-07 Paul Jakma <paul@dishone.st>
251
252 * bump version to 0.97.0, release imminent.
253
7fd63b38 2542004-10-07 Greg Troxel <gdt@sunpal7.mit.edu>
255
256 * configure.ac: remove -Wpacked; 2.95.3 doesn't support it.
257
7347a2ad 2582004-10-05 Hasso Tepper <hasso at quagga.net>
259
260 * configure.ac: Removed -Wpadded. I don't have sooo much time that I
261 could care about padding ;).
262
a49c0ff6 2632004-09-30 Paul Jakma <paul@dishone.st>
264
265 * Update default CFLAGS for gcc to keep Hasso busy.
266
ddb07e5b 2672004-09-27 Paul Jakma <paul@dishone.st>
268
269 * update-autotools: libtoolize should copy files, rather than link.
270 the whole idea is that dist files should not need auto*, etc.
271 installed to be able to compile.
272
ae399ab0 2732004-09-13 Hasso Tepper <hasso at quagga.net>
274
275 * configure.ac: Disable isisd compiling by default.
276
33394766 2772004-09-13 Paul Jakma <paul@dishone.st>
278
279 * configure.ac: capitalise the package name. autoconf lowercases
280 it for PACKAGE_TARNAME.
281
fee0f4c6 2822004-09-13 Jose Luis Rubio <jrubio@dit.upm.es>
283 (at Technical University of Madrid as part of Euro6ix Project)
284
285 Enhanced Route Server functionality and Route-Maps:
286
287 * bgpd/bgpd.h: Modified 'struct peer' and 'struct bgp_filter' to
288 support rs-clients. A 'struct bgp_table *rib' has been added to the
289 first (to mantain a separated RIB for each rs-client) and two new
290 route-maps have been added to the last (for import/export policies).
291 Added the following #defines: RMAP_{IN|OUT|IMPORT|EXPORT|MAX},
292 PEER_RMAP_TYPE_{IMPORT|EXPORT} and BGP_CLEAR_SOFT_RSCLIENT.
293
294 * bgpd/bgpd.c: Modified the functions that create/delete/etc peers in
295 order to consider the new fields included in 'struct peer' for
296 supporting rs-clients, i.e. the import/export route-maps and the
297 'struct bgp_table'.
298
299 * bgpd/bgp_route.{ch}: Modified several functions related with
300 receiving/sending announces in order to support the new Route Server
301 capabilities.
302 Function 'bgp_process' has been reorganized, creating an auxiliar
303 function for best path selection ('bgp_best_selection').
304 Modified 'bgp_show' and 'bgp_show_route' for displaying information
305 about any RIB (and not only the main bgp RIB).
306 Added commands for displaying information about RS-clients RIBs:
307 'show bgp rsclient (A.B.C.D|X:X::X:X)', 'show bgp rsclient
308 (A.B.C.D|X:X::X:X) X:X::X:X/M', etc
309
310 * bgpd/bgp_table.{ch}: The structure 'struct bgp_table' now has two
311 new fields: type (which can take the values BGP_TABLE_{MAIN|RSCLIENT})
312 and 'void *owner' which points to 'struct bgp' or 'struct peer' which
313 owns the table.
314 When creating a new bgp_table by default 'type=BGP_TABLE_MAIN' is set.
315
316 * bgpd/bgp_vty.c: The commands 'neighbor ... route-server-client' and
317 'no neighbor ... route-server-client' now not only set/unset the flag
318 PEER_FLAG_RSERVER_CLIENT, but they create/destroy the 'struct
319 bgp_table' of the peer. Special actions are taken for peer_groups.
320 Command 'neighbor ... route-map WORD (in|out)' now also supports two
321 new kinds of route-map: 'import' and 'export'.
322 Added commands 'clear bgp * rsclient', etc. These commands allow a new
323 kind of soft_reconfig which affects only the RIB of the specified
324 RS-client.
325 Added commands 'show bgp rsclient summary', etc which display a
326 summary of the rs-clients configured for the corresponding address
327 family.
328
329 * bgpd/bgp_routemap.c: A new match statement is available,
330 'match peer (A.B.C.D|X:X::X:X)'. This statement can only be used in
331 import/export route-maps, and it matches when the peer who announces
332 (when used in an import route-map) or is going to receive (when used
333 in an export route-map) the route is the same than the one specified
334 in the statement.
335 For peer-groups the statement matches if the specified peer is member
336 of the peer-group.
337 A special version of the command, 'match peer local', matches with
338 routes originated by the Route Server (defined with 'network ...',
339 redistributed routes and default-originate).
340
341 * lib/routemap.{ch}: Added a new clause 'call NAME' for use in
342 route-maps. It jumps into the specified route-map and when it returns
343 the first route-map ends if the called RM returns DENY_MATCH, or
344 continues in other case.
345
cbd04084 3462004-08-31 Greg Troxel <gdt@poblano.ir.bbn.com>
347
b85dca31 348 * Makefile.am: make m4 as subdir, rather the EXTRA_DISTing it
349
350 * configure.ac: add m4/Makefile to output list
351
3522004-08-31 Greg Troxel <gdt@poblano.ir.bbn.com>
353
cbd04084 354 * Makefile.am: Only put pkgsrc dir in SUBDIRS if we should install
355 rc.d files. (Note that pkgsrc is always in DIST_SUBDIRS.)
356
357 * configure.ac (pkgsrcdir): add new --enable-pkgsrcrcdir to give a
358 directory into which www.pkgsrc.org-style rc.d files are
359 installed.
360
2abb1cf3 3612004-08-19 Paul Jakma <paul@dishone.st>
362
363 * Makefile.am: add m4 directory to EXTRA_DIST, and define
364 ACLOCAL_AMFLAGS to have aclocal pull in m4/
365 * configure.ac: AM_PROG_LIBTOOL should be AC_...
366 * update-autotools: print a warning that this script is deprecated
367
29904606 3682004-08-17 Greg Troxel <gdt@fnord.ir.bbn.com>
369
370 * update-autotools: print tools versions to aid people in sending
371 bug reports.
372
b7a97f82 3732004-07-23 Greg Troxel <gdt@poblano.ir.bbn.com>
374
375 * */Makefile.am: Use ../dir/libfoo.la, rather than "-L../dir
376 -lfoo", to avoid linking against installed libraries from a
377 previous version.
378
379 * {lib,ospfd,ospfclient}/Makefile.am: explicitly define the shared
380 library version number to be 0.0
381
382 * configure.ac: remove spurious , so extract.pl is chmod'd +x.
383
384 * HACKING: explain shared library versioning rules
385
27eebb3e 3862004-07-22 Paul Jakma <paul@dishone.st>
387
388 * configure.ac: modify default CFLAGS to be compiler agnostic
389 build Makefile for tests/ subdir.
390
aa9af78c 3912004-07-14 Greg Troxel <gdt@poblano.ir.bbn.com>
392
393 * Makefile.am (EXTRA_DIST): Add missing \, so tools stuff is
394 really in distfile.
395
87efd646 3962004-06-30 Greg Troxel <gdt@poblano.ir.bbn.com>
397
398 * */Makefile.am: use -L../lib -lzebra, so we pick up the shlib
399 version of libzebra when available.
400
401 * configure.ac, update-autotools: Add libtool.
402
fc9d0745 4032004-06-30 Greg Troxel <gdt@poblano.ir.bbn.com>
404
f2bfdee5 405 * Makefile.am: add files to EXTRA_DIST rather than copying, and
406 omit the kludgy cleaning steps, which were failing when the list
407 to clean was empty.
408
4092004-06-30 Greg Troxel <gdt@poblano.ir.bbn.com>
410
fc9d0745 411 * configure.ac: Look for perl, and substitute into vtysh/extract.pl.
412 Search for termcap functions more expansively (fixes vtysh compile
413 on NetBSD). Clean up --enable-vtysh definition.
414
cf313889 4152004-06-30 Greg Troxel <gdt@poblano.ir.bbn.com>
416
417 * update-autotools: Use -rf on autom4te.cache.
418
320ec10a 4192004-06-20 Hasso Tepper <hasso@estpak.ee>
420
421 * lib/vty.c: Don't attempt to load configuration file from current
422 directory.
423 * Update vty_read_config() calls in bgpd/bgp_main.c, isisd/isis_main.c,
424 ospf6d/ospf6_main.c, ospfd/ospf_main.c, ripd/rip_main.c,
425 ripngd/ripng_main.c and zebra/main.c.
426
19877dd2 4272004-05-11 Paul Jakma <paul@dishone.st>
428
429 * configure.ac: Add solaris support for the zebra/*_solaris
430 method's, based on Sowmini's patches.
431
d355bfa7 4322004-04-08 Paul Jakma <paul@dishone.st>
433
434 * ospf_spf.h: Add backlink field to struct vertex
435 * ospf_spf.h: (ospf_vertex_new) initialise backlink
436 (ospf_lsa_has_link) return index of link back to
437 vertex V from candidate vertex W, or -1 if no link exists.
438 (ospf_spf_next) save backlink index for candidate vertex
439 * ospf_interface.c: (ospf_vl_set_params) Use the backlink index
440 to determine correct address for virtual-link peers. Fall back
441 to older "pick first link" method if no backlink index exists.
442
41d3fc96 4432004-04-06 Hasso Tepper <hasso@estpak.ee>
444
445 * zebra/ipforward_proc.c: Fixed lowering privileges.
446 * zebra/zserv.c: Fixed "(no) ipv6 forwarding" command logic.
447 * configure.ac: Added --disable-capabilities switch to configure.
448
f571dab0 4492004-03-22 Hasso Tepper <hasso@estpak.ee>
450
451 * Readded SIGTERM handling so daemons can clean up their stuff if they
452 are killed (not murdered).
453
37318657 4542004-03-20 Michael Bruening <mike@vailsys.com>
455
456 * ospfd/ospf_vty.c: Completed array distribute_str of route types with
457 addition of "isis". This array must be indexed by
458 ZEBRA_ROUTE_(SYSTEM|KERNEL|...) defines in zebra.h, and should
459 be updated with every route type addition. This fix allows
460 commands redistributing routes from (bgp|isis), like "router ospf
461 redistribute bgp ...", to be written to terminal, memory, file,
462 which would otherwise result in a seg fault or, possibly, config
463 file corruption. Overlooked in import of isisd.
464 * Similar fixes to bgpd/bgp_vty.c ospf6d/ospf6_asbr.c ripd/rip_zebra.c
465 and ripngd/ripng_zebra.c.
466
8c903fbb 4672004-03-17 Jean-Yves Simon <lethalwp@tiscali.be>
468
469 * zebra/main.c, ripd/rip_main.c: Fix typos sigusr1 -> sigint,
470 bugzilla #82.
471
5e4fa164 4722004-03-16 David Young <dyoung@pobox.com>
473
474 * (many) reference <lib/version.h> rather than "version.h",
475 because version.h is a generated file and not present in the
476 source tree when using objdir builds.
477
fa2b17e3 4782004-03-03 PC Drew <pc@superiorcomm.net>
479
480 * lib/keychain.c: typecast time_t function to long, fixes compile
481 warning.
482 * lib/debug.c: wrapped function with ifdef HAVE_GLIBC_BACKTRACE fixes
483 compile warning when backtrace doesn't exist for that system.
484 * zebra/rtadv.c: for OpenBSD, added include statement for
485 netinet/icmp6.h
486 * zebra/zserv.c: added default case to switch statements, fixes compile
487 warning about certain NEXTHOP_TYPE enumeration values not being
488 handled.
489 * zebra/rt_socket.c: set *mask = NULL by default, fixes compile
490 warning, about mask possibly being used uninitialized.
491 * bgpd/bgp_nexthop.c: added default case to switch statements, fixes
492 compile warning about certain NEXTHOP_TYPE enumeration values not
493 being handled.
494 * ospfd/ospf_spf.c: typecast time_t to long, fixes compile warning.
495 * ospfd/ospf_route.c: typecast route_node->prefix to prefix_ipv4, fixes
496 compile warning.
497 * ospfd/ospf_route.c: typecast prefix_ipv4 to prefix, fixes compile
498 warning.
499 * ospfd/ospf_abr.c: typecast prefix to prefix_ipv4 in two instances,
500 fixes compile warning.
501 * vtysh/vtysh.c: fixed null pointer sentinel value when doing execl and
502 friends, fixes compile warning.
503 * ospf6d/ospf6_damp.c: typecast time_t to long in 4 instances, fixes
504 compile warning.
505 * ospf6d/ospf6_main.c: use MAXPATHLEN (if set) instead of 64 for the
506 _cwd array, fixes compile warning.
507
2d75d052 5082004-01-19 Paul Jakma <paul@dishone.st>
509
510 * tests/test-sig.c: New file, regression test for sigevents.
511 * lib/Makefile.am: add sigevent.{c,h}
512 * (isis|rip|ripng|ospf|ospf6|bgp)d/\1_main.c: modify for sigevents.
513 * zebra/main.c: ditto.
514
a27abaa5 5152004-01-10 Paul Jakma <paul@dishone.st>
516
517 * Makefile.am: redhat/ is a dist subdir too.
518
a4d2a0d2 5192004-01-10 Vincent Jardin <jardin@6wind.com>
520
521 * configure.ac: add the redhat/Makefile as a AC_OUTPUT() argument.
522 It fixes build on FreeBSD 5.1 and FreeBSD 4.7
523
00bc5603 5242004-01-08 Paul Jakma <paul@dishone.st>
525
526 * Makefile.am: as per gdt, specify the redhat dir as a DIST_SUBDIR,
527 remove the redhat/... dist targets - instead these now go in..
528 redhat/Makefile.am: (new) proper place to describe redhat/ dist
529 files, as well as allow quagga.spec to be regenerated properly.
530 redhat/quagga.sysconfig: specify conf file location.
531 redhat/quagga.spec.in: Add 2 patches to RPM build.
532
15d74e93 5332003-12-30 Paul Jakma <paul@dishone.st>
534
535 * redhat/isisd.init: new file, init script for isisd.
536 redhat/quagga.sysconfig: new file, sysconfig file for quagga
537 initscripts.
538 redhat/quagga.spec.in: various cleanups, including sysconfig patch
539 from RH, fixed UID/GID as per RH EL, shell changed to
540 /sbin/nologin, daemon vty's listen to 127.1 only per default and
541 isisd packaged.
542 redhat/*.init: sysconfig support and runlevels specified.
543
41ad8780 5442003-12-30 Paul Jakma <paul@dishone.st>
545
546 * Makefile.am: put the redhat/ stuff into EXTRA_DIST rather than
547 copying via dist-hook. Remove ~ files backup cruft from dists.
548 isisd/Makefile.am: sysconf example should go via
549 dist_examples_DATA. The include-netbsd/ headers werent mentioned
550 as sources and werent being copied into dists.
551
9e867fe6 5522003-12-23 Vincent Jardin <jardin@6wind.com>
553
554 * isisd: Import isisd from Sampo Saaristo's source code.
555
aa593d5e 5562003-12-22 Christian Hammers <ch@lathspell.de>
557
558 * configure.ac (and everywhere a regular file is opened for
559 writing): use file permissions from configure rather than
560 compiled-in umask.
561
47ce02a8 5622003-12-22 Hasso Tepper <hasso@estpak.ee>
563
564 * lib/linklist.c: Revert microfix I commited while reverting
565 [quagga-dev 227]. Caused by misreading code.
566
e90fbabd 5672003-12-21 Hasso Tepper <hasso@estpak.ee>
568
569 * lib/linklist.c: Revert patch [quagga-dev 227]. listnode_add_sort()
570 function should not drop nodes in any case. But fix behavior where
571 nodes were added to the end of list when cmp returned 0.
572 * lib/if.c: Check for duplicates before calling listnode_add_sort().
573
af273652 5742003-12-08 Greg Troxel <gdt@fnord.ir.bbn.com>
575
576 * {lib,ospfd,ospfapi}/Makefile.am: Use pkginclude_HEADERS rather
577 than include_HEADERS to place includes in
578 ${prefix}/include/quaggainstead of polluting ${prefix}/include.
579
c4f0efe6 5802003-12-04 Greg Troxel <gdt@poblano.ir.bbn.com>
581
582 * configure.ac: When setting exampledir to sysconfdir as a
583 default, don't quote ${sysconfdir}. (Bug reported by Vincent
584 Jardin.)
585
d2a0ccc6 5862003-12-03 Greg Troxel <gdt@poblano.ir.bbn.com>
587
588 * configure.ac: Compile in Router Advertisement support by
589 default. Note that this does not default to sending RAs; it just
590 makes 'ipv6 nd send-ra' and 'ipv6 nd prefix-advertisement'
591 available. While others may prefer other tools, no argument has
592 been made that router advertisement support is such bloat that it
593 should be compiled out by default (it 9556 bytes on NetBSD/i386 vs
594 8 bytes with the support compiled out). This reversion of a
595 previous change was done in consultation with Paul.
596
fa3232e1 5972003-12-03 Greg Troxel <gdt@poblano.ir.bbn.com>
598
599 * configure.ac: Move tests for v6 header files to after the check
600 for v6 code version, and conditionalize on the right variable.
601 (Fixes problem where v6 header files are not included when v6 is
602 enabled implicitly.)
d2a0ccc6 603
d6b72f7a 6042003-12-03 Greg Troxel <gdt@poblano.ir.bbn.com>
605
606 * configure.ac: Add --enable-exampledir to specify where example
607 config files should go, defaulting to sysconfdir.
608
609 * */Makefile.am: use exampledir instead of sysconfdif for examples
610
62892880 6112003-11-02 Paul Jakma <paul@dishone.st>
612
613 * bgpd/bgp_routemap.c: Fix up 'set ip next-hop A.B.C.D|peer-address'
614 route map command so that vtysh can use it. Modified version of
615 Hasso Tepper's patch. Fixes bug #52.
616 * configure.ac: FreeBSD has net-snmp in /usr/local.
617 * redhat/quagga.spec.in: Install libzebra headers with -devel
618 package.
619
6202003-11-02 Krzysztof Oledzki <oleq@ans.pl>
621
622 * zebra/zebra_rib.c: Revert patch (dating from zebra.org) which
623 caused zebra to read all routes in all tables, rather than just
624 the main table. See [quagga-dev 280].
625
6262003-10-30 Paul Jakma <paul@dishone.st>
627
628 * configure.ac: netinet/in_systm.h is yet another well-known
629 header file we really should be checking for
630
6312003-10-27 kamatchi soundaram <kamatchi@tdd.sj.nec.com>
632
633 * ospfd/ospfd.c: Do not increment act_int for an area, as it is done
634 by ospf_ism.c::ism_change_state() - results in incorrect figure
635 for active interfaces in an area.
636
6372003-10-27 Paul Jakma <paul@dishone.st>
638
639 * lib/if.{ch}: remove ifc_pointtopoint() - left over from the
640 reverted RFC3021 patch.
641
6422003-10-27 Simon <lists@routemeister.net>
643
644 * ospfd/ospfd.c: if_is_pointopoint() takes (struct interface *), was
645 being called with struct connected. Change to co->ifp.
646
6472003-10-27 Gilad Arnold <gilad.arnold@terayon.com>
648
649 * zebra/zebra_rib.c: (nexthop_active_update) Check for multipath
650 limit when setting changed flag to avoid spurious changes.
651 (static_install_ipv{4,6}) dont uninstall by default, might not be
652 required - avoid spurious uninstalls.
653 (static_uninstall_ipv{4,6}) only uninstall the route if its
654 actually FIB route.
655
6562003-10-24 sowmini.varadhan@sun.com
657
658 * ospfd/ospf_network.c: (ospf_sock_init) Exit if socket can not be
659 created.
660
6612003-10-24 Jose Luis Rubio Guivernau <jrubio@dit.upm.es>
662
663 * Better 'show bgp' support for views (eg ipv6), see [quagga-dev 238]
664 * bgpd/bgp_route.c: (bgp_show) Take a struct bgp argument instead of
665 view string.
666 (bgp_show_neighbor_route) Take a struct peer argument instead of
667 ip string.
668 (peer_adj_routes) ditto
669 (show_adj_routes) ditto
670 (peer_lookup_in_view) new function to return appropriate struct
671 peer for a given view string.
672 (misc) Fixup all calls to above to reflect new calling arguments,
673 and use peer_lookup_in_view as needed. Additional commands
674 installed to use expanded functionality above, existing commands
675 modified to suit as well.
676 * bgpd/bgp_vty.c: 2 new aliases.
677
6782003-10-24 Paul Jakma <paul@dishone.st>
679
680 * configure.ac: Check for fcntl()
681 * {bgpd,ospf,ospf6d,ripd,ripngd}/Makefile.am: Install conf file via
682 regular automake means, not magic install incantations, see
683 bug #38.
684 * lib/Makefile.am: install the headers, needed to link libzebra.a
685 (and hence libospf.a, OSPF-API, etc.)
686
6872003-10-24 waldi@debian.org
688
689 * vtysh/Makefile.am: vtysh_cmd.c rebuild was broken because it
690 depended against source files without specification, i.e. it
691 used ../zebra instead of $(top_srcdir)/zebra.
692
6932003-10-23 Paul Jakma <paul@dishone.st>
694
695 * configure.ac: IRIX configure.ac support. Sort of works.
696 sysctl() crashes though (ipforward), there's some kind of odd
697 padding in the PF_ROUTE socket messages and setsockopt() on
698 SOCK_RAW does not work (so ospfd doesnt work).
699
7002003-10-22 Paul Jakma <paul@dishone.st>
701
702 * vtysh/Makefile.am: do not include vtysh_cmd.c in dists, its
703 configure dependent. (still need to find a way to make building of
704 it dependent on configure options or include all commands.)
705
7062003-10-22 Paul Jakma <paul@dishone.st>
707
708 * lib/zebra.h: include limits.h if its there, its a portable header
709 and useful and not just solaris specific. net/route.h is also
710 useful.
711
7122003-10-22 Paul Jakma <paul@dishone.st>
713
714 * lib/regex.c: bzero -> memset
715 * zebra/ioctl.c: ditto. bzero is not portable.
716
7172003-10-22 Paul Jakma <paul@dishone.st>
718
719 * zebra/kernel_socket.c: HAVE_IPV6 conditional for WRAPUP when
720 HAVE_SA_LEN is not defined. bcopy -> memcpy, bcopy is not
721 portable.
722
7232003-10-22 Paul Jakma <paul@dishone.st>
724
725 * configure.ac: Split up header checks into non-net, net and ipv6
726 related. Checking of IPv6 is conditional. Add some more output
727 text for the end of the configure run.
728
7292003-10-18 Lorenzo Colitti <lorenzo@ripe.net>
730
731 * bgpd/bgp_attr.c: (bgp_dump_routes_attr) Dont dump IPv4 nexthop
732 for IP. Dump MP_NLRI attr with IPv6 next-hop for AF_INET6 address
733 family prefixes. Accept prefix as argument.
734 * bgpd/bgp_attr.c: modify bgp_dump_routes_attr declaration.
735 * bgpd/bgp_dump.c: (bgp_dump_routes_entry) Modify calls to
736 bgp_dump_routes_attr.
737 (bgp_dump_common) Go by the family of the peering socket, not
738 configured address family when dumping peering information.
739 Add HAVE_IPV6 conditionals, eg missing from previous bgp interval
740 patch.
741
7422003-10-18 Lorenzo Colitti <lorenzo@ripe.net>
743
744 * bgpd/bgp_dump.{c,h}: (bgp_dump_interval_add) Dump at discrete
745 fixed intervals rather than fixed intervals from startup time.
746 (bgp_dump_interval_func) Dont return immediately if file cant be
747 openeded, but reschedule interval dumps, even - admin might
748 fix problem in meantime. Close the dump file in between intervals.
749 (bgp_dump_init) account for MSG header when initialising stream
750 size.
751
7522003-10-15 Paul Jakma <paul@dishone.st>
753
754 * ospfd/ospf_interface: (ospf_if_lookup_table) new function to
755 lookup oi for a given prefix in a given interfaces table of oi's.
756 (ospf_if_new) use ospf_if_lookup_table to deal with zebra
757 reporting new interface multiple times.
758 NB: This patch is a complete plaster-band of a hack. First, why is
759 zebra reporting interface events multiple times? Second, why does
760 ospfd maintain so many damn lists and tables relating to oi's -
761 these should be reconciled into one or two tables.
762
7632003-10-15 sowmini.varadhan@sun.com
764
765 * ripd/ripd.c: (rip_send_packet) use rip->sock for mcast sends,
766 instead of creating one socket per send. send source addr to
767 rip_update_interface.
768 (rip_update_process) should send an update on every connected
769 network for each interface.
770 (rip_request_send) should send a request on every connected
771 network for each interface.
772 * ripd/ripd.h: update prototype for rip_interface_multicast_set
773 * ripd/rip_interface.c: (rip_interface_multicast_set) reorganized
774 so that it can be called repeatedly for aliased interfaces (on
775 multiple networks).
776
7772003-10-15 Jay Fenlason <fenlason@redhat.com>
778
779 * lib/vty.c: (vty_telnet_option) Remote DoS exists if a telnet
780 end-sub-negotation is sent when no sub-negotation data has been
781 sent. Return immediately if no sub-negotation is in progress.
782 (vty_read) do not attempt to process options if no sub-negotation
783 is in progress.
784
7852003-10-15 Paul Jakma <paul@dishone.st>
786
787 * lib/vty.c: (vty_save_cwd) dont crash if getcwd fails. try fallback
788 to SYSCONFDIR. Allocate cwd from the stack rather than relying on
789 (non-portable) getcwd() allocation (which we didnt seem to be
790 freeing).
791
7922003-10-13 Jay Fenlason <fenlason@redhat.com>
793
794 * lib/zebra.h: define UINT32_MAX for those systems which do not
795 provide it.
796 * bgp_attr.h: define BGP_MED_MAX.
797 * bgp_route.c: update defines/constants to BGP_MED_MAX.
798 * bgp_routemap.c: ditto. clean up route_match_metric_compile
799 slightly to avoid unneccesary XMALLOC.
800
8012003-10-13 sowmini.varadhan@sun.com
802
803 * ospf_lsa.h: Add OSPF_LSA_PREMATURE_AGE flag.
804 * ospf_lsa.c: added better debug comments. check sequence number in
805 ospf_lsa_install. ospf_maxage_lsa_remover() checks for
806 OSPF_LSA_PREMATURE_AGE and re-originates the lsa after ls_acks are
807 received.
808 * ospf_flood.c: improve debug statement- print ls_seqnum.
809
8102003-10-13 Douglas Fraser <doug+quagga@idmf.net>
811
812 * zebra/connected.c: PtP revert fixup. Zebra was not creating
813 connected route for PtP peer.
814
8152003-10-07 Tarhon-Onu Victor <mituc@iasi.rdsnet.ro>
816
817 * zebra/ipforward_proc.c: (ipforward) Close the fd for
818 /proc/net/snmp. See [quagga-dev 284]
819
8202003-09-29 Gilad Arnold <gilad.arnold@terayon.com>
821
822 * zebra/zebra_rib.c: Fix possible dangling reference to rib
823 route_nodes - unlock it the appropriate number of times. (twice,
824 because of the implicit lock). see [quagga-dev 251].
825
8262003-09-29 Paul Jakma <paul@dishone.st>
827
828 * zebra/connected.c: revert the 'generic PtP' patch as it causes
829 far too many problems. People who use FreeSWAN should investigate
830 native linux ipsec.
831 * zebra/rt_netlink.c: ditto
832 * lib/if.c: ditto
833 * ripd/ripd.h: ditto
834 * ripd/ripd.c: ditto
835 * ripd/rip_interface.c: ditto
836 * ospfd/ospfd.c: ditto
837 * ospfd/ospf_snmp.c: ditto
838 * bgpd/bgp_nexthop.c: ditto
839 * ospfd/ospf_packet.c: Add debug output for some of the previously
840 completely silent drops of 'bad' packets.
841 * configure.ac: bump version
842
8432003-08-27 Jay Fenlason <fenlason@redhat.com>
844
845 * lib/Makefile.am: Do not use a lib (libcap) as a dependency
846 * zebra/Makefile.am: Link in libcap
847 * bgpd/bgp_routemap.c: attr->med is type u_in32_t, should be
848 compared with UINT32_MAX
849 * ospfd/ospfd.c: remove redundant assert
850 * zebra/rtadv.c: add missing include for zebra/rib.h
851
8522003-09-24 Paul Jakma <paul@dishone.st>
853
854 * lib/version.h: moved to version.h.in
855 * lib/version.h.in: New file, from version.h. Change hardcoded
856 package name and version to use the autoconf defined substition
857 variables.
858 * configure.ac: Fix up AC/AM_INIT* to new style. Remove the sed'ing
859 through lib/version.h for VERSION. Add lib/version.h to the
860 AC_OUTPUT list. Update the text output of quagga version at end
861 of configure run to use PACKAGE_VERSION.
862 * doc/.cvsignore: ignore quagga.pdf
863 * doc/.cvsignore: ignore version.h, its now autogenerated.
864
8652003-09-24 sowmini.varadhan@sun.com
866
867 * lib/if.c: (if_cmp_func) fix infinite loop if
868 ifp1->name == ifp2->name
869 * lib/linklist.c: (if_cmp_func) Fix handling of case where
870 list->cmp returns 0.
871 * rip_interface.c: (rip_interface_address_add) call
872 rip_enable_apply(), or the interface is never considered up.
873 see [quagga-dev 225].
874 * zebra/kernel_socket.c: Fix up WRAPUP macro to deal with multiple
875 address families in the absence of sa_len element in struct
876 sockaddr.
877 (ifm_read): Handle solaris 9 if_msghdr_t.
878 Deal with interfaces which are incomplete, lookup on name rather
879 than the placeholder interface index of -1.
880
8812003-09-24 Thomas Giger TGC <thomas.giger@tgc.de>
882
883 * ospf_packet.c (ospf_associate_packet_vl): pass NULL struct
884 interface to ospf_if_lookup_by_local_addr() rather than the
885 receiving interface ifp, packets for VL's could come in any
886 interface. See quagga-dev 250.
887
e05fba43 8882003-04-13 Paul Jakma <paul@dishone.st>
889
890 * Amir: Opaque LSA bug fix for deletion of Type11's
891 * configure.ac: use --localstatedir for Unix sockets
645878f1 892 * Hasso Tepper: When flushing as-ext LSAs flush associated NSSA
893 LSAs.
e05fba43 894
020709f9 8952003-04-04 Paul Jakma <paul@dishone.st>
896
897 * Sync to Zebra CVS
898 * Fix lib/thread.h leak
899 * Fix small Opaque LSA leak
900 * Do not configure OSPF interfaces for secondary addresses
901 * vtysh fixes from Hasso
902 * Dave Watson's missing ntohs fix
903
68980084 9042003-03-25 Paul Jakma <paul@dishone.st>
905
906 * Sync to Zebra CVS
907
07661cb5 9082003-03-17 Amir Guindehi <amir@datacore.ch>
909
910 * Extended SNMP checks in configure.ac so that net-snmp works
911
9122003-03-17 Amir Guindehi <amir@datacore.ch>
913 Ralph Keller <keller@tik.ee.ethz.ch>
914 * merge OSPF-API
915
13766da4 9162003-02-07 Paul Jakma <paul@dishone.st>
917
918 * Sync to zebra CVS
919
420df43a 9202003-02-03 Paul Jakma <paul@dishone.st>
921
922 * Sync to zebra CVS
923
ae936aee 9242003-01-19 Paul Jakma <paul@dishone.st>
925
926 * Temporary fix for Generic PtP wrt to IPv6
927
9a668001 9282003-01-17 Paul Jakma <paul@dishone.st>
929
930 * Sync up to latest zebra.org CVS
931 * [zebra 16823] Bugfix and new feature in Opaque-LSA handling
932 Masahiko Endo <endo@suri.co.jp>
933 * [zebra 16824] [PATCH] nsm_kill_neighbor
934 Masahiko Endo <endo@suri.co.jp>
935 * [zebra 17217] [PATCH] show thread CPU
936 Yon Uriarte <havanna_moon@gmx.net>
937 * [zebra 17218] Re: [PATCH] CLI extensions.
938 Yon Uriarte <havanna_moon@gmx.net>
939
4fc01e67 9402002-12-13 Paul Jakma <paul@dishone.st>
941
942 * added support for vtysh 'write file' command to
0efa4d57 943 write either per-daamon and/or integrated file
ab836aab 944 * ospfd md5 buffer copying fix (Greg Troxel)
8bd9c714 945 * ospfd md5 sequence number derived from time()
ab836aab 946 * RIPv1 fixes and improvements (John Hay)
947 * link state detection (linux) ([zebra 12269])
948 * Generic PtP and RFC3021 interface addressing support
949 (Frank van Maarseveen)
0efa4d57 950 * Michal Ludvig <michal@logix.cz>:
951 [zebra 16525] PATCH: Bugfixes for KAME systems
952 * Kevin C Miller <kevinm@andrew.cmu.edu>
953 [zebra 16681] OSPF NSSA Patches
954 * Yon Uriarte <havanna_moon@gmx.net>
955 [zebra 16671] [PATCH] CLI extensions
a895901b 956 * Masahiko Endo: [zebra 15475] - MPLS-TE docs
4fc01e67 957
718e3744 9582002-07-07 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
959
960 * zebra-0.93 released.
961
9622002-06-28 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
963
964 * update-autotools: Change file name from update-auto-tools.sh.
965
9662002-06-21 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
967
968 * update-auto-tools.sh: Add a new script to clean up build
969 environment.
970
9712002-06-18 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
972
973 * Shift to the latest build environment autoconf-2.53 and
974 automake-1.6.2.
975
9762001-10-22 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
977
978 * Integrate Glen Turner <glen.turner@aarnet.edu.au>'s pid option.
979
9802001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
981
982 * zebra-0.92a released.
983
9842001-08-19 "Peter Galbavy" <peter.galbavy@knowtion.net>
985
986 * configure.in: SNMP library check problem fix when the library is
987 installed under /usr/local/lib.
988
9892001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
990
991 * zebra-0.92 released.
992
9932001-04-22 Kunihiro Ishiguro <kunihiro@zebra.org>
994
995 * configure.in (LIBPAM): Use ZEBRA_AC_C_BIGENDIAN to avoid a
996 warning.
997 (IF_METHOD): Use test -r instead of AC_CHECK_FILE to avoid
998 warnings.
999
1000 * config.guess: Update to 2000-11-10 version.
1001
10022001-04-11 Kunihiro Ishiguro <kunihiro@zebra.org>
1003
1004 * configure.in: Use AC_TRY_COMPILE instead of AC_EGREP_HEADER to
1005 detect in_pktinfo structure. Suggested by: Vlad Lungu
1006 <vlad@rls.roknet.ro>.
1007
10082001-03-07 Michael Rozhavsky <mrozhavsky@opticalaccess.com>
1009
1010 * configure.in: Add check for structure in_pktinfo.
1011
10122001-02-07 "Bjoern A. Zeeb" <bzeeb+zebra@zabbadoz.net>
1013
1014 * configure.in (USE_PAM): Fix PAM library detection code.
1015
10162001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
1017
1018 * zebra-0.91 is released.
1019
10202001-01-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1021
1022 * configure.in: Remove guile related definition.
1023
10242001-01-11 Kunihiro Ishiguro <kunihiro@zebra.org>
1025
1026 * configure.in (ac_cv_htonl_works): HAVE_REPAIRABLE_HTONL is
1027 removed. htonl should work fine on any platform.
1028
10292001-01-10 Kunihiro Ishiguro <kunihiro@zebra.org>
1030
1031 * configure.in: Remove --enable-oldrib option.
1032
1033 * acconfig.h: OLD_RIB definition is removed.
1034
1035 * zebra-0.90 is released.
1036
1037 * configure.in (LIBS): Add check for sun_len field in struct
1038 sun_len.
1039
10402001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1041
1042 * Makefile.am: Include init/redhat files to distribution.
1043
10442001-01-07 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1045
1046 * configure.in: check libm.a for BGPd compile error.
1047 AC_CHECK_LIB(m, main) was added.
1048
10492000-12-29 Kunihiro Ishiguro <kunihiro@zebra.org>
1050
1051 * configure.in: --enable-unixdomain becomes default. Add
1052 --enable-tcp-zebra for TCP/IP communication between protocol
1053 daemon and zebra.
1054
1055 * COPYING.LIB: Added for lib/getopt.c, lib/getopt.h,
1056 lib/getopt1.c, lib/md5-gnu.h, lib/md5.c, lib/regex-gnu.h,
1057 lib/regex.c.
1058
1059 * Makefile.am (dist-hook): Include tools/*.cgi to distribution.
1060
10612000-12-26 Kunihiro Ishiguro <kunihiro@zebra.org>
1062
1063 * configure.in (MULTIPATH_NUM): --enable-multipath=ARG specify
1064 multipath number. ARG must be digit.
1065
10662000-12-11 Kunihiro Ishiguro <kunihiro@zebra.org>
1067
1068 * configure.in: Add --enable-newrib for test new RIB code.
1069
10702000-11-25 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1071
1072 * configure.in, config.h.in: Add check for libutil.h and
1073 setproctitle().
1074
10752000-10-26 Kunihiro Ishiguro <kunihiro@zebra.org>
1076
1077 * configure.in: Add --enable-nssa for OSPF NSSA option.
1078
1079 * acconfig.h: Define HAVE_NSSA.
1080
10812000-10-25 "Bjoern A. Zeeb" <bzeeb+zebra@zabbadoz.net>
1082
1083 * configure.in: pam_misc is only linked when the platform is
1084 GNU/Linux.
1085
10862000-10-24 Arkadiusz Miskiewicz <misiek@pld.org.pl>
1087
1088 * configure.in (LIBS): Add check for crypto library. test x`ls
1089 ${ac_snmp}` is replaced with sipmle test -f.
1090
10912000-10-23 Kunihiro Ishiguro <kunihiro@zebra.org>
1092
1093 * configure.in: Add --enable-unixdomain option. This will be
1094 default behavior in zebra-0.90.
1095
10962000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1097
1098 * zebra-0.89 is released.
1099
11002000-09-27 Kunihiro Ishiguro <kunihiro@zebra.org>
1101
1102 * configure.in: Add check for Intel CPU for Solaris on x86 check.
1103
11042000-09-21 Kunihiro Ishiguro <kunihiro@zebra.org>
1105
1106 * configure.in: Add check for getifaddrs().
1107 Set AM_INIT_AUTOMAKE version to 0.89.
1108
11092000-09-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1110
1111 * config.guess: Update to the latest version.
1112
1113 * config.sub: Likewise
1114
11152000-09-14 David Lipovkov <dlipovkov@OpticalAccess.com>
1116
1117 * REPORTING-BUGS: New file is added.
1118
11192000-08-27 itojun@iijlab.net
1120
1121 * configure.in: Add ncurses library check when --enable-vtysh is
1122 specified.
1123
11242000-08-22 Kunihiro Ishiguro <kunihiro@zebra.org>
1125
1126 * configure.in: Add check for readline/history.h.
1127
1128 * acconfig.h: Remove pthread related variables.
1129
1130 * configure.in: Add --with-libpam option for vtysh PAM
1131 authentication. Remove --disable-pthread because we don't support
1132 pthread.
1133
11342000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
1135
1136 * zebra-0.88 is released.
1137
1138 * configure.in: Add Solaris -lcurses for vtysh.
1139
11402000-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1141
1142 * configure.in: Add check for ncurses for compiling on Solaris.
1143
11442000-07-27 Kunihiro Ishiguro <kunihiro@zebra.org>
1145
1146 * configure.in: Add check for libreadline when --enable-vtysh is
1147 specified.
1148
11492000-07-23 Kunihiro Ishiguro <kunihiro@zebra.org>
1150
1151 * configure.in: Add AC_DEFINE(OPEN_BSD). When OS is OpenBSD
1152 interface method is if_ioctl.o
1153
11542000-07-09 Chris Dunlop <chris@onthe.net.au>
1155
1156 * acconfig.h: Add HAVE_BROKEN_ALIASES.
1157
1158 * configure.in: Add --enable-broken-aliases.
1159
11602000-06-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1161
1162 * Set version to zebra-0.87.
1163
11642000-06-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1165
1166 * configure.in: Remove --enable-mpls-vpn. Now MPLS-VPN support is
1167 default.
1168
1169 * Set version to zebra-0.87-pre
1170
1171 * Makefile.am: Likewise.
1172
11732000-04-27 Kunihiro Ishiguro <kunihiro@zebra.org>
1174
1175 * Set version to 0.86.
1176
11772000-03-21 Kunihiro Ishiguro <kunihiro@zebra.org>
1178
1179 * Set version to 0.85b for ospfd test.
1180
11812000-03-20 Kunihiro Ishiguro <kunihiro@zebra.org>
1182
1183 * Set version to 0.85a for ospfd test.
1184
11852000-03-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1186
1187 * Set version to 0.85.
1188
11892000-01-26 Kunihiro Ishiguro <kunihiro@zebra.org>
1190
1191 * Makefile.in: Regenerated by patched automake for fixing "make
1192 clean" problem on FreeBSD.
1193
11941999-12-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1195
1196 * Set version to 0.83a. This is for *BSD static route lookup
1197 problem.
1198
11991999-12-06 Kunihiro Ishiguro <kunihiro@zebra.org>
1200
1201 * Set version to 0.83.
1202
12031999-11-29 Kunihiro Ishiguro <kunihiro@zebra.org>
1204
1205 * Set version to 0.82.
1206
12071999-11-23 Kunihiro Ishiguro <kunihiro@zebra.org>
1208
1209 * aczebra.m4: New file added.
1210
12111999-11-21 Michael Handler <handler@sub-rosa.com>
1212
1213 * configure.in (LIBS): Add sa_len check of sockaddr.
1214
1215 * acconfig.h: Add HAVE_SA_LEN.
1216
12171999-11-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1218
1219 * version.h: Update version to zebra-0.81b for bgpd test.
1220
12211999-11-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1222
1223 * configure.in: Add --enable-mbgp.
1224
12251999-11-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1226
1227 * Makefile.am (EXTRA_DIST): Add TODO to the distribution.
1228
12291999-11-04 Kunihiro Ishiguro <kunihiro@zebra.org>
1230
1231 * TODO: New file is added.
1232
12331999-11-03 Kunihiro Ishiguro <kunihiro@zebra.org>
1234
1235 * version.h: Update version to zebra-0.81a for ospfd test.
1236
12371999-10-28 Kunihiro Ishiguro <kunihiro@zebra.org>
1238
1239 * configure.in: New option --enable-snmp is added.
1240
12411999-10-24 Kunihiro Ishiguro <kunihiro@zebra.org>
1242
1243 * version.h: Update version to zebra-0.80.
1244
12451999-10-21 Kunihiro Ishiguro <kunihiro@zebra.org>
1246
1247 * version.h: Update version to zebra-0.80-pre3
1248
12491999-10-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1250
1251 * configure.in (LIBS): SNMP check is done by ucd-snmp/asn1.h.
1252
12531999-10-10 Peter Galbavy <Peter.Galbavy@knowledge.com>
1254
1255 * configure.in: Add support of OpenBSD.
1256
12571999-10-04 Kunihiro Ishiguro <kunihiro@zebra.org>
1258
1259 * version.h: Update version to zebra-0.80-pre2.
1260
12611999-09-27 Kunihiro Ishiguro <kunihiro@zebra.org>
1262
1263 * version.h: Update version to zebra-0.80-pre. From this version,
1264 access-list and prefix-list's name space is divided into IPv4 and
1265 IPv6.
1266
12671999-09-17 Kunihiro Ishiguro <kunihiro@zebra.org>
1268
1269 * version.h: For test recent fixes Set version to zebra-0.79a.
1270
12711999-09-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1272
1273 * version.h: zebra-0.79 is out.
1274
12751999-09-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1276
1277 * version.h: For ospfd's virtual link test. Set version to 0.78h.
1278
12791999-09-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1280
1281 * version.h: For ospfd test. Set version to 0.78g.
1282
12831999-09-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1284
1285 * version.h: For internal test of ospfd. Set version to 0.78f.
1286
12871999-09-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1288
1289 * version.h: To test ospfd's fix, set version to 0.78e.
1290
12911999-09-01 Kunihiro Ishiguro <kunihiro@zebra.org>
1292
1293 * version.h: To test ospfd's area related bug fix, set version
1294 to 0.78d.
1295
12961999-09-01 Kunihiro Ishiguro <kunihiro@zebra.org>
1297
1298 * version.h: To test ospfd, set version to 0.78c.
1299
13001999-08-31 Janos Farkas <chexum@shadow.banki.hu>
1301
1302 * Many misspelling correction.
1303
13041999-08-31 Kunihiro Ishiguro <kunihiro@zebra.org>
1305
1306 * version.h: To test ospfd, set version to 0.78b.
1307
13081999-08-31 Kunihiro Ishiguro <kunihiro@zebra.org>
1309
1310 * configure.in (LIBS): Add UCD-SNMP include path check.
1311
13121999-08-31 Lars Fenneberg <lf@elemental.net>
1313
1314 * configure.in: The logic which detects the UCD-SNMP library
1315 should first check in the default system locations for the library
1316 and then in /usr/local.
1317
13181999-08-27 itojun@iijlab.net
1319
1320 * configure.in (LIBS): Fix problem about libsnmp.a check.
1321
13221999-08-26 kay <kay@v6.access.co.jp>
1323
1324 * configure.in (CFLAGS): Add <sys/socket.h> to check socklen_t.
1325
13261999-08-24 VOP <vop@unity.net>
1327
1328 * filter.c: Include "sockunion.h".
1329 plist.c: Likewise.
1330 table.c: Likewise.
1331
13321999-08-24 Kunihiro Ishiguro <kunihiro@zebra.org>
1333
1334 * configure.in: Add netinet6/in6.h check.
1335
13361999-08-21 Masaki Minami <masaki@minami.org>
1337
1338 * BSD/OS 4.0 porting.
1339
13401999-08-15 Kunihiro Ishiguro <kunihiro@zebra.org>
1341
1342 * configure.in: Add --enable-netlink option to force to use Linux
1343 netlink interface.
1344 (CFLAGS): Add ucd-snmp library check.
1345
1346 * acconfig.h: If socklen_t is not defined, typedef int to
1347 socklen_t.
1348
13491999-08-15 Arkadiusz Miskiewicz <misiek@misiek.eu.org>
1350
1351 * configure.in: When --enable-ipv6 specified, then only kernel
1352 version is checked.
1353
13541999-08-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1355
1356 * configure.in: Add GNU libc 2.1 check.
1357
13581999-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1359
1360 * configure.in: Fix privious Linux IPv6 check changes.
1361
13621999-08-02 Arkadiusz Miskiewicz <misiek@misiek.eu.org>
1363
1364 * configure.in: Improve Linux IPv6 feature check.
1365
13661999-07-29 Rick Payne <rickp@rossfell.co.uk>
1367
1368 * Changed route-maps to behave in a more cisco-like fashion
1369
13701999-07-27 Gerhard Poul <gpoul@gnu.org>
1371
1372 * SERVICES: New file added.
1373
13741999-07-12 itojun@iijlab.net
1375
1376 * configure.in: Add check for getaddrinfo. Improve Kame related
1377 library check.
1378
13791999-07-07 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1380
1381 * configure.in, acconfig.h: Add check for FreeBSD 3.2.
1382
13831999-07-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1384
1385 * configure.in: Delete check for netinet/ip6.h.
1386
13871999-06-30 Gerhard Poul <gpoul@gnu.org>
1388
1389 * README: remixed the old files and added some new parts.
1390 moved some INSTALL stuff into INSTALL file.
1391 moved some other stuff to doc/zebra.texi
1392
13931999-06-29 Kunihiro Ishiguro <kunihiro@zebra.org>
1394
1395 * configure.in (LIBS): Add libresolv check.
1396 Change --enabe-all-in-one option to --enable-one-vty.
1397
13981999-06-20 Kunihiro Ishiguro <kunihiro@zebra.org>
1399
1400 * configure.in: Add --enabe-all-in-one option.
1401
14021999-06-16 Kunihiro Ishiguro <kunihiro@zebra.org>
1403
1404 * configure.in: Add socklen_t check.
1405
14061999-06-16 Gerhard Poul <gpoul@gnu.org>
1407
1408 * Many compile warnings fixed.
1409
14101999-05-31 Kunihiro Ishiguro <kunihiro@zebra.org>
1411
1412 * configure.in: Change message from Linux 2.2.X IPv6 to Linux IPv6.
1413 OpenBSD (NRL) check is enabled.
1414
14151999-05-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1416
1417 * configure.in (LIBS): Add crypt library check.
1418
14191999-05-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1420
1421 * configure.in: Add sin6_scope_id in struct sockaddr_in6 check.
1422
14231999-04-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1424
1425 * Set version to 0.63 for first beta package.
1426
14271999-04-15 Kunihiro Ishiguro <kunihiro@zebra.org>
1428
1429 * guile.m4: Added from guile package.
1430
14311999-04-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1432
1433 * Set version to 0.60 for beta package preparation.
1434
14351999-04-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1436
1437 * Makefile.am: Add noninst_LIBRARIES each directory's Makefile.am.
1438 This change is for linking these libraries to guile.
1439
14401999-04-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1441
1442 * configure.in (LIBS): Add struct rt_addrinfo check.
1443
14441999-04-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1445
1446 * configure.in: AC_STDC_HEADERS added.
1447
14481999-03-29 Kunihiro Ishiguro <kunihiro@zebra.org>
1449
1450 * Add dependencies to each directory's Makefile.am.
1451
14521999-03-02 Peter Galbavy <Peter.Galbavy@knowledge.com>
1453
1454 * reworked include file structure, and configure so that all
1455 source files get all system-dependent include files by including
1456 <zebra.h> which is really lib/zebra.h. This means that the
1457 different programs include files are now available as #include
1458 "zebra/zebra.h" - note the use of quotes, not <> as delimiters.
1459
1460 In practical terms, if I haven't really screwed up, the main file
1461 that maintainers for other OSes have to change is lib/zebra.h for
1462 all the conditional includes etc.
1463
1464 * added --disable-pthread for those systems that seem to have
1465 POSIX threads, but do not work. OpenBSD 2.4+ is like that just
1466 now. Changed all occurance of #ifdef PTHREAD to use HAVE_PTHREAD
1467 instead.
1468
14691999-02-24 <kunihiro@zebra.org>
1470
1471 * configure.in: update to AC_PREREQ(1.13).
1472 Change message from Linux 2.1.x to Linux 2.2.x.
1473 * Added ospf6d directory support.
1474
14751999-02-22 Peter Galbavy <Peter.Galbavy@knowledge.com>
1476
1477 * added a "log" element to the BGPd peer structure, enabling us to
1478 start thinging about a log stream per peer. This is currently
1479 ignored by the wrapper code, but developers should try to use the
1480 "appropriate" ZLOG stream. Documentation will follow, when the
1481 real routines start to exist.
1482
1483 The current plan is to use a copy of the BSD syslog() routines and
1484 replace the syslog library function with our own. I will need
1485 feedback from users of other platforms as this work is done to see
1486 if all is well elsewhere.
1487
1488 * preliminary work on zlog() library. directly replaces syslog()
1489 currently with zlog(ZLOG *, ...) where the new first argument
1490 is a pointer to a ZLOG structure (defined in lib/log.h) and will
1491 encapsulate all the information necessary to maintain multiple
1492 logging streams.
1493
14941999-02-19 Peter Galbavy <Peter.Galbavy@knowledge.com>
1495
1496 * added vsnprintf() macro to lib/str.h if required and removed
1497 #ifdef SUNOS_5 dependency on it
1498
14991999-02-18 Peter Galbavy <Peter.Galbavy@knowledge.com>
1500
1501 * syslog support added
1502
15031999-02-18 Peter Galbavy <Peter.Galbavy@knowledge.com>
1504
1505 * configure.in: Add daemon function check.
1506
15071999-01-21 Kunihiro Ishiguro <kunihiro@zebra.org>
1508
1509 * configure.in: Add --disable-ipv6, --disable-zebra,
1510 --disable-bgpd, --disable-ripd, --disable-ripngd, --disable-ospfd
1511 options to configure.
1512
15131998-12-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1514
1515 * configure.in: Check /usr/inet6/lib/libinet6.a exists or not.
1516
15171998-10-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1518
1519 * configure.in: Comment out FreeBSD's libc_r detect section. At
1520 this moment it doesn't work correctly with zebra.
1521
1522 Netlink interface is only enabled when Linux kernel version is
1523 upper than 2.1.0.
1524
15251998-09-15 HEO SeonMeyong <seirios@matrix.iri.co.jp>
1526
1527 * Hydrangea is now called KAME, so change all defines.
1528
15291998-08-16 Kunihiro Ishiguro <kunihiro@zebra.org>
1530
1531 * configure.in: ifaliasreq check added.
1532
15331998-08-12 Katsuhiro Kondou <kondou@nec.co.jp>
1534
1535 * Patch is applied for compile under EWS4800
1536
15371998-06-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1538
1539 * configure.in: delete old mtu_method check.
1540
1541 * doc/zebra.texi (Kernel interface): chapter `Kernel interface' added
1542
15431998-06-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1544
1545 * configure.in: add new netlink check for GNU/Linux
1546
15471998-06-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1548
1549 * doc/zebra.texi: Update Linux netlink chapter.
1550
15511998-05-18 Yamashita TAKAO <jargon@lares.dti.ne.jp>
1552
1553 * config.h.in: define PTHREAD if work on Solaris 2.6
1554 why delete the definition? I miss?
1555
15561998-05-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1557
1558 * configure.in: add net/if.h header check.
1559
15601998-05-02 SeonMeyong HEO <seirios@Matrix.iri.co.jp>
1561
1562 * zebra.tex,archfig.tex,zebra.sty: Manual file is added.
1563 * zebra.texi: Modify Introduction text.
1564 * RIPngd.c: Patch Hydrangea code.
1565
15661998-05-01 Kunihiro Ishiguro <kunihiro@zebra.org>
1567
1568 * .cvsignore: added.
1569
1570 * Makerule.in: is gone.
1571 * Makefile.am: Now we use automake to generate Makefile.in
1572
15731998-03-19 Yamashita TAKAO <jargon@lares.dti.ne.jp>
1574
1575 * lib/vty.c: modified the definition of *master
1576 * lib/sockunion.c (inet_aton): add, but don't work. uum...
1577
1578
15791998-03-15 Yamashita TAKAO <jargon@lares.dti.ne.jp>
1580
1581 * configure.in: define PTHREAD if work on Solaris 2.6
1582 * config.h.in: likewise
1583 * lib/thread.c: likewise
1584 * lib/vty.c: likewise
1585
15861998-03-15 SeonMeyong HEO <seirios@Matrix.iri.co.jp>
1587
1588 * config.h.in: define INET6 if defined HAVE_IPV6 & HYDRANGEA
1589 * bgpd/: remove include <netinet6/in6.h> line.
1590 * lib/: remove include <netinet6/in6.h> line.
1591 * ripbgd/: remove include <netinet6/in6.h> line.
1592 * zebra/: remove include <netinet6/in6.h> line.
1593 * ripd/*.c: remove include <netinet6/in6.h> line.
1594 undefine IPV6 difinitions because RIPd is not worked for
1595 IPv6 protocol.
1596
1597
15981998-01-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1599
1600 * configure.in: Change routing socket check method from
1601 AC_TRY_COMPILE to AC_TRY_RUN because GNU libc version 2 has
1602 AF_ROUTE but over linux it's meenigless.
1603
16041998-01-06 Kunihiro Ishiguro <kunihiro@zebra.org>
1605
1606 * config.h.in: remove err_t define.
1607
16081997-11-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1609
1610 * configure.in (canonical): add check of IF_METHOD
1611
16121997-09-27 Kunihiro Ishiguro <kunihiro@note.digital-magic.co.jp>
1613
1614 * configure.in: add INRIA check
1615
16161997-09-25 Kunihiro Ishiguro <kunihiro@note.digital-magic.co.jp>
1617
1618 * configure.in (canonical): change ipforward_snmp.o to ipforward_proc.o
1619
16201997-09-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1621
1622 * configure.in: change IRDPD to NDPD
1623
16241997-08-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1625
1626 * INSTALL: new file
1627
16281997-08-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1629
1630 * config.h: add XCALLOC()
1631