blob: 3bb774c1d8238c7823cd4822ba1cf646edafb08b [file] [log] [blame]
paul0cdb8dd2004-11-17 06:58:31 +000012004-11-17 Paul Jakma <paul@dishone.st>
2
3 * INSTALL.quagga.txt: texinfo version corrected, so section on
4 that 4.7-x being unknown is not needed.
5
paul670bbf12004-11-12 09:05:00 +000062004-11-12 Paul Jakma <paul@dishone.st>
7
8 * configure.ac: Fix AC_CONFIG_FILES, the chmod seems to run for
9 every input file, should be only be for vtysh/extract.pl, so that
10 should be a seperate AC_CONFIG_FILES.
paul95d31842004-11-12 09:44:03 +000011 * INSTALL: update-autotools, autoreconf -i will install this, remove
12 the file so it always matches the autoconf which created
13 configure (ie the quagga snapshot producing host).
paul9104f562004-11-12 10:30:21 +000014 * INSTALL.quagga.txt: Some quagga specific INSTALL notes.
15 * README: s/GNU Zebra/Quagga/ and refer to IS-IS support.
paul670bbf12004-11-12 09:05:00 +000016
ajs7966b972004-11-10 22:02:05 +0000172004-11-10 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
18
19 * redhat/quagga.spec.in: add comments showing how to get gcc verbosity
20
paul1b074dd2004-11-08 17:38:30 +0000212004-11-08 Paul Jakma <paul@dishone.st>
22
23 * configure.ac: bump version to 0.97.3, release imminent.
24
paul14c17fd2004-11-07 22:34:23 +0000252004-11-06 Paul Jakma <paul@dishone.st>
26
27 * configure.ac: Arguments to AC_OUTPUT is deprecated, use
28 AC_CONFIG_FILES instead. Rearrange the order slightly to put the
29 Makefiles first (silly aesthetic thing, dont know why I had to do
30 this ;) ). Add doc/defines.texi to the list.
31 * NEWS: bgp route-server support added, refer to docs.
32 * update-autotools: call automake with --add-missing and --copy,
33 former is important for obvious reasons, latter for dist files,
34 and --gnu to enable whatever extra goodness checks.
35 * {depcomp, install-sh, missing}: removed, auto-generated files.
36
paul1f8f61a2004-11-05 23:38:20 +0000372004-11-05 Paul Jakma <paul@dishone.st>
38
39 * HACKING: Expand on ChangeLogs, eg current practice for certain
40 directories and certain other meta-data is not to maintain a
41 ChangeLog. Expand on the commit message, IMHO, commit message
42 should always be ChangeLog for files where ChangeLog is kept.
43 Solaris is supported on any platform (with, at moment, an
44 additional patch).
45
paul3e511c82004-10-22 23:53:19 +0000462004-10-23 Paul Jakma <paul@dishone.st>
47
48 * configure.ac: bump version to 0.97.2, release imminent.
49
paul6b6942f2004-10-22 04:55:05 +0000502004-10-22 Paul Jakma <paul@dishone.st>
51
52 * configure.ac: fix up enable help alignment slightly
53 Add --enable-gcc-ultra-verbose to set various gcc warnings which
54 should one day be fixed but are not serious problems or which
55 could be false-positives.
56
hasso3fb9cd62004-10-19 19:44:43 +0000572004-10-19 Andrew J. Schorr <aschorr@telemetry-investments.com>
58
59 * lib, zebra, ripd, ospfd, bgpd: Support NULL connected destination
60 pointers properly everywhere. Fix point-to-point logic to
61 support links where a dedicated subnet has been assigned.
62 PtP links with /31 subnets should now work where supported by O/S.
63
paul4f8b5bb2004-10-11 18:26:59 +0000642004-10-11 Paul Jakma <paul@dishone.st>
65
66 * bump version to 0.97.1, release imminent.
67
paule561a8e2004-10-07 20:38:44 +0000682004-10-07 Paul Jakma <paul@dishone.st>
69
70 * bump version to 0.97.0, release imminent.
71
gdt7fd63b32004-10-07 13:53:29 +0000722004-10-07 Greg Troxel <gdt@sunpal7.mit.edu>
73
74 * configure.ac: remove -Wpacked; 2.95.3 doesn't support it.
75
hasso7347a2a2004-10-05 14:15:17 +0000762004-10-05 Hasso Tepper <hasso at quagga.net>
77
78 * configure.ac: Removed -Wpadded. I don't have sooo much time that I
79 could care about padding ;).
80
paula49c0ff2004-09-30 06:08:58 +0000812004-09-30 Paul Jakma <paul@dishone.st>
82
83 * Update default CFLAGS for gcc to keep Hasso busy.
84
paulddb07e52004-09-27 07:49:57 +0000852004-09-27 Paul Jakma <paul@dishone.st>
86
87 * update-autotools: libtoolize should copy files, rather than link.
88 the whole idea is that dist files should not need auto*, etc.
89 installed to be able to compile.
90
hassoae399ab2004-09-13 20:22:18 +0000912004-09-13 Hasso Tepper <hasso at quagga.net>
92
93 * configure.ac: Disable isisd compiling by default.
94
paul33394762004-09-13 11:27:57 +0000952004-09-13 Paul Jakma <paul@dishone.st>
96
97 * configure.ac: capitalise the package name. autoconf lowercases
98 it for PACKAGE_TARNAME.
99
paulfee0f4c2004-09-13 05:12:46 +00001002004-09-13 Jose Luis Rubio <jrubio@dit.upm.es>
101 (at Technical University of Madrid as part of Euro6ix Project)
102
103 Enhanced Route Server functionality and Route-Maps:
104
105 * bgpd/bgpd.h: Modified 'struct peer' and 'struct bgp_filter' to
106 support rs-clients. A 'struct bgp_table *rib' has been added to the
107 first (to mantain a separated RIB for each rs-client) and two new
108 route-maps have been added to the last (for import/export policies).
109 Added the following #defines: RMAP_{IN|OUT|IMPORT|EXPORT|MAX},
110 PEER_RMAP_TYPE_{IMPORT|EXPORT} and BGP_CLEAR_SOFT_RSCLIENT.
111
112 * bgpd/bgpd.c: Modified the functions that create/delete/etc peers in
113 order to consider the new fields included in 'struct peer' for
114 supporting rs-clients, i.e. the import/export route-maps and the
115 'struct bgp_table'.
116
117 * bgpd/bgp_route.{ch}: Modified several functions related with
118 receiving/sending announces in order to support the new Route Server
119 capabilities.
120 Function 'bgp_process' has been reorganized, creating an auxiliar
121 function for best path selection ('bgp_best_selection').
122 Modified 'bgp_show' and 'bgp_show_route' for displaying information
123 about any RIB (and not only the main bgp RIB).
124 Added commands for displaying information about RS-clients RIBs:
125 'show bgp rsclient (A.B.C.D|X:X::X:X)', 'show bgp rsclient
126 (A.B.C.D|X:X::X:X) X:X::X:X/M', etc
127
128 * bgpd/bgp_table.{ch}: The structure 'struct bgp_table' now has two
129 new fields: type (which can take the values BGP_TABLE_{MAIN|RSCLIENT})
130 and 'void *owner' which points to 'struct bgp' or 'struct peer' which
131 owns the table.
132 When creating a new bgp_table by default 'type=BGP_TABLE_MAIN' is set.
133
134 * bgpd/bgp_vty.c: The commands 'neighbor ... route-server-client' and
135 'no neighbor ... route-server-client' now not only set/unset the flag
136 PEER_FLAG_RSERVER_CLIENT, but they create/destroy the 'struct
137 bgp_table' of the peer. Special actions are taken for peer_groups.
138 Command 'neighbor ... route-map WORD (in|out)' now also supports two
139 new kinds of route-map: 'import' and 'export'.
140 Added commands 'clear bgp * rsclient', etc. These commands allow a new
141 kind of soft_reconfig which affects only the RIB of the specified
142 RS-client.
143 Added commands 'show bgp rsclient summary', etc which display a
144 summary of the rs-clients configured for the corresponding address
145 family.
146
147 * bgpd/bgp_routemap.c: A new match statement is available,
148 'match peer (A.B.C.D|X:X::X:X)'. This statement can only be used in
149 import/export route-maps, and it matches when the peer who announces
150 (when used in an import route-map) or is going to receive (when used
151 in an export route-map) the route is the same than the one specified
152 in the statement.
153 For peer-groups the statement matches if the specified peer is member
154 of the peer-group.
155 A special version of the command, 'match peer local', matches with
156 routes originated by the Route Server (defined with 'network ...',
157 redistributed routes and default-originate).
158
159 * lib/routemap.{ch}: Added a new clause 'call NAME' for use in
160 route-maps. It jumps into the specified route-map and when it returns
161 the first route-map ends if the called RM returns DENY_MATCH, or
162 continues in other case.
163
gdtcbd04082004-08-31 18:16:36 +00001642004-08-31 Greg Troxel <gdt@poblano.ir.bbn.com>
165
gdtb85dca32004-08-31 18:44:42 +0000166 * Makefile.am: make m4 as subdir, rather the EXTRA_DISTing it
167
168 * configure.ac: add m4/Makefile to output list
169
1702004-08-31 Greg Troxel <gdt@poblano.ir.bbn.com>
171
gdtcbd04082004-08-31 18:16:36 +0000172 * Makefile.am: Only put pkgsrc dir in SUBDIRS if we should install
173 rc.d files. (Note that pkgsrc is always in DIST_SUBDIRS.)
174
175 * configure.ac (pkgsrcdir): add new --enable-pkgsrcrcdir to give a
176 directory into which www.pkgsrc.org-style rc.d files are
177 installed.
178
paul2abb1cf2004-08-19 04:42:03 +00001792004-08-19 Paul Jakma <paul@dishone.st>
180
181 * Makefile.am: add m4 directory to EXTRA_DIST, and define
182 ACLOCAL_AMFLAGS to have aclocal pull in m4/
183 * configure.ac: AM_PROG_LIBTOOL should be AC_...
184 * update-autotools: print a warning that this script is deprecated
185
gdt29904602004-08-17 12:27:32 +00001862004-08-17 Greg Troxel <gdt@fnord.ir.bbn.com>
187
188 * update-autotools: print tools versions to aid people in sending
189 bug reports.
190
gdtb7a97f82004-07-23 16:23:56 +00001912004-07-23 Greg Troxel <gdt@poblano.ir.bbn.com>
192
193 * */Makefile.am: Use ../dir/libfoo.la, rather than "-L../dir
194 -lfoo", to avoid linking against installed libraries from a
195 previous version.
196
197 * {lib,ospfd,ospfclient}/Makefile.am: explicitly define the shared
198 library version number to be 0.0
199
200 * configure.ac: remove spurious , so extract.pl is chmod'd +x.
201
202 * HACKING: explain shared library versioning rules
203
paul27eebb32004-07-22 18:16:59 +00002042004-07-22 Paul Jakma <paul@dishone.st>
205
206 * configure.ac: modify default CFLAGS to be compiler agnostic
207 build Makefile for tests/ subdir.
208
gdtaa9af782004-07-14 13:55:28 +00002092004-07-14 Greg Troxel <gdt@poblano.ir.bbn.com>
210
211 * Makefile.am (EXTRA_DIST): Add missing \, so tools stuff is
212 really in distfile.
213
gdtcf313882004-06-30 13:24:42 +00002142004-06-30 Greg Troxel <gdt@poblano.ir.bbn.com>
215
gdt87efd642004-06-30 17:36:11 +0000216 * */Makefile.am: use -L../lib -lzebra, so we pick up the shlib
217 version of libzebra when available.
218
219 * configure.ac, update-autotools: Add libtool.
220
2212004-06-30 Greg Troxel <gdt@poblano.ir.bbn.com>
222
gdtf2bfdee2004-06-30 17:25:15 +0000223 * Makefile.am: add files to EXTRA_DIST rather than copying, and
224 omit the kludgy cleaning steps, which were failing when the list
225 to clean was empty.
226
2272004-06-30 Greg Troxel <gdt@poblano.ir.bbn.com>
228
gdtfc9d0742004-06-30 14:25:12 +0000229 * configure.ac: Look for perl, and substitute into vtysh/extract.pl.
230 Search for termcap functions more expansively (fixes vtysh compile
231 on NetBSD). Clean up --enable-vtysh definition.
232
2332004-06-30 Greg Troxel <gdt@poblano.ir.bbn.com>
234
gdtcf313882004-06-30 13:24:42 +0000235 * update-autotools: Use -rf on autom4te.cache.
236
hasso320ec102004-06-20 19:54:37 +00002372004-06-20 Hasso Tepper <hasso@estpak.ee>
238
239 * lib/vty.c: Don't attempt to load configuration file from current
240 directory.
241 * Update vty_read_config() calls in bgpd/bgp_main.c, isisd/isis_main.c,
242 ospf6d/ospf6_main.c, ospfd/ospf_main.c, ripd/rip_main.c,
243 ripngd/ripng_main.c and zebra/main.c.
244
paul19877dd2004-05-11 10:49:35 +00002452004-05-11 Paul Jakma <paul@dishone.st>
246
247 * configure.ac: Add solaris support for the zebra/*_solaris
248 method's, based on Sowmini's patches.
249
pauld355bfa2004-04-08 07:43:45 +00002502004-04-08 Paul Jakma <paul@dishone.st>
251
252 * ospf_spf.h: Add backlink field to struct vertex
253 * ospf_spf.h: (ospf_vertex_new) initialise backlink
254 (ospf_lsa_has_link) return index of link back to
255 vertex V from candidate vertex W, or -1 if no link exists.
256 (ospf_spf_next) save backlink index for candidate vertex
257 * ospf_interface.c: (ospf_vl_set_params) Use the backlink index
258 to determine correct address for virtual-link peers. Fall back
259 to older "pick first link" method if no backlink index exists.
260
hasso41d3fc92004-04-06 11:59:00 +00002612004-04-06 Hasso Tepper <hasso@estpak.ee>
262
263 * zebra/ipforward_proc.c: Fixed lowering privileges.
264 * zebra/zserv.c: Fixed "(no) ipv6 forwarding" command logic.
265 * configure.ac: Added --disable-capabilities switch to configure.
266
hassof571dab2004-03-22 08:55:25 +00002672004-03-22 Hasso Tepper <hasso@estpak.ee>
268
269 * Readded SIGTERM handling so daemons can clean up their stuff if they
270 are killed (not murdered).
271
hasso37318652004-03-20 20:06:15 +00002722004-03-20 Michael Bruening <mike@vailsys.com>
273
274 * ospfd/ospf_vty.c: Completed array distribute_str of route types with
275 addition of "isis". This array must be indexed by
276 ZEBRA_ROUTE_(SYSTEM|KERNEL|...) defines in zebra.h, and should
277 be updated with every route type addition. This fix allows
278 commands redistributing routes from (bgp|isis), like "router ospf
279 redistribute bgp ...", to be written to terminal, memory, file,
280 which would otherwise result in a seg fault or, possibly, config
281 file corruption. Overlooked in import of isisd.
282 * Similar fixes to bgpd/bgp_vty.c ospf6d/ospf6_asbr.c ripd/rip_zebra.c
283 and ripngd/ripng_zebra.c.
284
hasso8c903fb2004-03-17 20:39:18 +00002852004-03-17 Jean-Yves Simon <lethalwp@tiscali.be>
286
287 * zebra/main.c, ripd/rip_main.c: Fix typos sigusr1 -> sigint,
288 bugzilla #82.
289
gdt5e4fa162004-03-16 14:38:36 +00002902004-03-16 David Young <dyoung@pobox.com>
291
292 * (many) reference <lib/version.h> rather than "version.h",
293 because version.h is a generated file and not present in the
294 source tree when using objdir builds.
295
hassofa2b17e2004-03-04 17:45:00 +00002962004-03-03 PC Drew <pc@superiorcomm.net>
297
298 * lib/keychain.c: typecast time_t function to long, fixes compile
299 warning.
300 * lib/debug.c: wrapped function with ifdef HAVE_GLIBC_BACKTRACE fixes
301 compile warning when backtrace doesn't exist for that system.
302 * zebra/rtadv.c: for OpenBSD, added include statement for
303 netinet/icmp6.h
304 * zebra/zserv.c: added default case to switch statements, fixes compile
305 warning about certain NEXTHOP_TYPE enumeration values not being
306 handled.
307 * zebra/rt_socket.c: set *mask = NULL by default, fixes compile
308 warning, about mask possibly being used uninitialized.
309 * bgpd/bgp_nexthop.c: added default case to switch statements, fixes
310 compile warning about certain NEXTHOP_TYPE enumeration values not
311 being handled.
312 * ospfd/ospf_spf.c: typecast time_t to long, fixes compile warning.
313 * ospfd/ospf_route.c: typecast route_node->prefix to prefix_ipv4, fixes
314 compile warning.
315 * ospfd/ospf_route.c: typecast prefix_ipv4 to prefix, fixes compile
316 warning.
317 * ospfd/ospf_abr.c: typecast prefix to prefix_ipv4 in two instances,
318 fixes compile warning.
319 * vtysh/vtysh.c: fixed null pointer sentinel value when doing execl and
320 friends, fixes compile warning.
321 * ospf6d/ospf6_damp.c: typecast time_t to long in 4 instances, fixes
322 compile warning.
323 * ospf6d/ospf6_main.c: use MAXPATHLEN (if set) instead of 64 for the
324 _cwd array, fixes compile warning.
325
paul2d75d052004-01-19 21:31:15 +00003262004-01-19 Paul Jakma <paul@dishone.st>
327
328 * tests/test-sig.c: New file, regression test for sigevents.
329 * lib/Makefile.am: add sigevent.{c,h}
330 * (isis|rip|ripng|ospf|ospf6|bgp)d/\1_main.c: modify for sigevents.
331 * zebra/main.c: ditto.
332
paula27abaa2004-01-10 22:03:07 +00003332004-01-10 Paul Jakma <paul@dishone.st>
334
335 * Makefile.am: redhat/ is a dist subdir too.
336
jardina4d2a0d2004-01-10 20:42:35 +00003372004-01-10 Vincent Jardin <jardin@6wind.com>
338
339 * configure.ac: add the redhat/Makefile as a AC_OUTPUT() argument.
340 It fixes build on FreeBSD 5.1 and FreeBSD 4.7
341
paul00bc5602004-01-09 16:30:52 +00003422004-01-08 Paul Jakma <paul@dishone.st>
343
344 * Makefile.am: as per gdt, specify the redhat dir as a DIST_SUBDIR,
345 remove the redhat/... dist targets - instead these now go in..
346 redhat/Makefile.am: (new) proper place to describe redhat/ dist
347 files, as well as allow quagga.spec to be regenerated properly.
348 redhat/quagga.sysconfig: specify conf file location.
349 redhat/quagga.spec.in: Add 2 patches to RPM build.
350
paul41ad8782003-12-30 11:09:00 +00003512003-12-30 Paul Jakma <paul@dishone.st>
352
paul15d74e92003-12-30 11:16:21 +0000353 * redhat/isisd.init: new file, init script for isisd.
354 redhat/quagga.sysconfig: new file, sysconfig file for quagga
355 initscripts.
356 redhat/quagga.spec.in: various cleanups, including sysconfig patch
357 from RH, fixed UID/GID as per RH EL, shell changed to
358 /sbin/nologin, daemon vty's listen to 127.1 only per default and
359 isisd packaged.
360 redhat/*.init: sysconfig support and runlevels specified.
361
3622003-12-30 Paul Jakma <paul@dishone.st>
363
paul41ad8782003-12-30 11:09:00 +0000364 * Makefile.am: put the redhat/ stuff into EXTRA_DIST rather than
365 copying via dist-hook. Remove ~ files backup cruft from dists.
366 isisd/Makefile.am: sysconf example should go via
367 dist_examples_DATA. The include-netbsd/ headers werent mentioned
368 as sources and werent being copied into dists.
369
jardin9e867fe2003-12-23 08:56:18 +00003702003-12-23 Vincent Jardin <jardin@6wind.com>
371
372 * isisd: Import isisd from Sampo Saaristo's source code.
373
gdtaa593d52003-12-22 20:15:53 +00003742003-12-22 Christian Hammers <ch@lathspell.de>
375
376 * configure.ac (and everywhere a regular file is opened for
377 writing): use file permissions from configure rather than
378 compiled-in umask.
379
hasso47ce02a2003-12-22 16:49:15 +00003802003-12-22 Hasso Tepper <hasso@estpak.ee>
381
382 * lib/linklist.c: Revert microfix I commited while reverting
383 [quagga-dev 227]. Caused by misreading code.
384
hassoe90fbab2003-12-21 09:51:42 +00003852003-12-21 Hasso Tepper <hasso@estpak.ee>
386
387 * lib/linklist.c: Revert patch [quagga-dev 227]. listnode_add_sort()
388 function should not drop nodes in any case. But fix behavior where
389 nodes were added to the end of list when cmp returned 0.
390 * lib/if.c: Check for duplicates before calling listnode_add_sort().
391
gdtaf273652003-12-08 18:12:34 +00003922003-12-08 Greg Troxel <gdt@fnord.ir.bbn.com>
393
394 * {lib,ospfd,ospfapi}/Makefile.am: Use pkginclude_HEADERS rather
395 than include_HEADERS to place includes in
396 ${prefix}/include/quaggainstead of polluting ${prefix}/include.
397
gdtc4f0efe2003-12-04 15:39:25 +00003982003-12-04 Greg Troxel <gdt@poblano.ir.bbn.com>
399
400 * configure.ac: When setting exampledir to sysconfdir as a
401 default, don't quote ${sysconfdir}. (Bug reported by Vincent
402 Jardin.)
403
gdtd6b72f72003-12-03 17:24:27 +00004042003-12-03 Greg Troxel <gdt@poblano.ir.bbn.com>
405
gdtd2a0ccc2003-12-03 18:13:48 +0000406 * configure.ac: Compile in Router Advertisement support by
407 default. Note that this does not default to sending RAs; it just
408 makes 'ipv6 nd send-ra' and 'ipv6 nd prefix-advertisement'
409 available. While others may prefer other tools, no argument has
410 been made that router advertisement support is such bloat that it
411 should be compiled out by default (it 9556 bytes on NetBSD/i386 vs
412 8 bytes with the support compiled out). This reversion of a
413 previous change was done in consultation with Paul.
414
4152003-12-03 Greg Troxel <gdt@poblano.ir.bbn.com>
416
gdtfa3232e2003-12-03 17:52:30 +0000417 * configure.ac: Move tests for v6 header files to after the check
418 for v6 code version, and conditionalize on the right variable.
419 (Fixes problem where v6 header files are not included when v6 is
420 enabled implicitly.)
gdtd2a0ccc2003-12-03 18:13:48 +0000421
gdtfa3232e2003-12-03 17:52:30 +00004222003-12-03 Greg Troxel <gdt@poblano.ir.bbn.com>
423
gdtd6b72f72003-12-03 17:24:27 +0000424 * configure.ac: Add --enable-exampledir to specify where example
425 config files should go, defaulting to sysconfdir.
426
427 * */Makefile.am: use exampledir instead of sysconfdif for examples
428
paul62892882003-11-02 07:31:47 +00004292003-11-02 Paul Jakma <paul@dishone.st>
430
431 * bgpd/bgp_routemap.c: Fix up 'set ip next-hop A.B.C.D|peer-address'
432 route map command so that vtysh can use it. Modified version of
433 Hasso Tepper's patch. Fixes bug #52.
434 * configure.ac: FreeBSD has net-snmp in /usr/local.
435 * redhat/quagga.spec.in: Install libzebra headers with -devel
436 package.
437
4382003-11-02 Krzysztof Oledzki <oleq@ans.pl>
439
440 * zebra/zebra_rib.c: Revert patch (dating from zebra.org) which
441 caused zebra to read all routes in all tables, rather than just
442 the main table. See [quagga-dev 280].
443
4442003-10-30 Paul Jakma <paul@dishone.st>
445
446 * configure.ac: netinet/in_systm.h is yet another well-known
447 header file we really should be checking for
448
4492003-10-27 kamatchi soundaram <kamatchi@tdd.sj.nec.com>
450
451 * ospfd/ospfd.c: Do not increment act_int for an area, as it is done
452 by ospf_ism.c::ism_change_state() - results in incorrect figure
453 for active interfaces in an area.
454
4552003-10-27 Paul Jakma <paul@dishone.st>
456
457 * lib/if.{ch}: remove ifc_pointtopoint() - left over from the
458 reverted RFC3021 patch.
459
4602003-10-27 Simon <lists@routemeister.net>
461
462 * ospfd/ospfd.c: if_is_pointopoint() takes (struct interface *), was
463 being called with struct connected. Change to co->ifp.
464
4652003-10-27 Gilad Arnold <gilad.arnold@terayon.com>
466
467 * zebra/zebra_rib.c: (nexthop_active_update) Check for multipath
468 limit when setting changed flag to avoid spurious changes.
469 (static_install_ipv{4,6}) dont uninstall by default, might not be
470 required - avoid spurious uninstalls.
471 (static_uninstall_ipv{4,6}) only uninstall the route if its
472 actually FIB route.
473
4742003-10-24 sowmini.varadhan@sun.com
475
476 * ospfd/ospf_network.c: (ospf_sock_init) Exit if socket can not be
477 created.
478
4792003-10-24 Jose Luis Rubio Guivernau <jrubio@dit.upm.es>
480
481 * Better 'show bgp' support for views (eg ipv6), see [quagga-dev 238]
482 * bgpd/bgp_route.c: (bgp_show) Take a struct bgp argument instead of
483 view string.
484 (bgp_show_neighbor_route) Take a struct peer argument instead of
485 ip string.
486 (peer_adj_routes) ditto
487 (show_adj_routes) ditto
488 (peer_lookup_in_view) new function to return appropriate struct
489 peer for a given view string.
490 (misc) Fixup all calls to above to reflect new calling arguments,
491 and use peer_lookup_in_view as needed. Additional commands
492 installed to use expanded functionality above, existing commands
493 modified to suit as well.
494 * bgpd/bgp_vty.c: 2 new aliases.
495
4962003-10-24 Paul Jakma <paul@dishone.st>
497
498 * configure.ac: Check for fcntl()
499 * {bgpd,ospf,ospf6d,ripd,ripngd}/Makefile.am: Install conf file via
500 regular automake means, not magic install incantations, see
501 bug #38.
502 * lib/Makefile.am: install the headers, needed to link libzebra.a
503 (and hence libospf.a, OSPF-API, etc.)
504
5052003-10-24 waldi@debian.org
506
507 * vtysh/Makefile.am: vtysh_cmd.c rebuild was broken because it
508 depended against source files without specification, i.e. it
509 used ../zebra instead of $(top_srcdir)/zebra.
510
5112003-10-23 Paul Jakma <paul@dishone.st>
512
513 * configure.ac: IRIX configure.ac support. Sort of works.
514 sysctl() crashes though (ipforward), there's some kind of odd
515 padding in the PF_ROUTE socket messages and setsockopt() on
516 SOCK_RAW does not work (so ospfd doesnt work).
517
5182003-10-22 Paul Jakma <paul@dishone.st>
519
520 * vtysh/Makefile.am: do not include vtysh_cmd.c in dists, its
521 configure dependent. (still need to find a way to make building of
522 it dependent on configure options or include all commands.)
523
5242003-10-22 Paul Jakma <paul@dishone.st>
525
526 * lib/zebra.h: include limits.h if its there, its a portable header
527 and useful and not just solaris specific. net/route.h is also
528 useful.
529
5302003-10-22 Paul Jakma <paul@dishone.st>
531
532 * lib/regex.c: bzero -> memset
533 * zebra/ioctl.c: ditto. bzero is not portable.
534
5352003-10-22 Paul Jakma <paul@dishone.st>
536
537 * zebra/kernel_socket.c: HAVE_IPV6 conditional for WRAPUP when
538 HAVE_SA_LEN is not defined. bcopy -> memcpy, bcopy is not
539 portable.
540
5412003-10-22 Paul Jakma <paul@dishone.st>
542
543 * configure.ac: Split up header checks into non-net, net and ipv6
544 related. Checking of IPv6 is conditional. Add some more output
545 text for the end of the configure run.
546
5472003-10-18 Lorenzo Colitti <lorenzo@ripe.net>
548
549 * bgpd/bgp_attr.c: (bgp_dump_routes_attr) Dont dump IPv4 nexthop
550 for IP. Dump MP_NLRI attr with IPv6 next-hop for AF_INET6 address
551 family prefixes. Accept prefix as argument.
552 * bgpd/bgp_attr.c: modify bgp_dump_routes_attr declaration.
553 * bgpd/bgp_dump.c: (bgp_dump_routes_entry) Modify calls to
554 bgp_dump_routes_attr.
555 (bgp_dump_common) Go by the family of the peering socket, not
556 configured address family when dumping peering information.
557 Add HAVE_IPV6 conditionals, eg missing from previous bgp interval
558 patch.
559
5602003-10-18 Lorenzo Colitti <lorenzo@ripe.net>
561
562 * bgpd/bgp_dump.{c,h}: (bgp_dump_interval_add) Dump at discrete
563 fixed intervals rather than fixed intervals from startup time.
564 (bgp_dump_interval_func) Dont return immediately if file cant be
565 openeded, but reschedule interval dumps, even - admin might
566 fix problem in meantime. Close the dump file in between intervals.
567 (bgp_dump_init) account for MSG header when initialising stream
568 size.
569
5702003-10-15 Paul Jakma <paul@dishone.st>
571
572 * ospfd/ospf_interface: (ospf_if_lookup_table) new function to
573 lookup oi for a given prefix in a given interfaces table of oi's.
574 (ospf_if_new) use ospf_if_lookup_table to deal with zebra
575 reporting new interface multiple times.
576 NB: This patch is a complete plaster-band of a hack. First, why is
577 zebra reporting interface events multiple times? Second, why does
578 ospfd maintain so many damn lists and tables relating to oi's -
579 these should be reconciled into one or two tables.
580
5812003-10-15 sowmini.varadhan@sun.com
582
583 * ripd/ripd.c: (rip_send_packet) use rip->sock for mcast sends,
584 instead of creating one socket per send. send source addr to
585 rip_update_interface.
586 (rip_update_process) should send an update on every connected
587 network for each interface.
588 (rip_request_send) should send a request on every connected
589 network for each interface.
590 * ripd/ripd.h: update prototype for rip_interface_multicast_set
591 * ripd/rip_interface.c: (rip_interface_multicast_set) reorganized
592 so that it can be called repeatedly for aliased interfaces (on
593 multiple networks).
594
5952003-10-15 Jay Fenlason <fenlason@redhat.com>
596
597 * lib/vty.c: (vty_telnet_option) Remote DoS exists if a telnet
598 end-sub-negotation is sent when no sub-negotation data has been
599 sent. Return immediately if no sub-negotation is in progress.
600 (vty_read) do not attempt to process options if no sub-negotation
601 is in progress.
602
6032003-10-15 Paul Jakma <paul@dishone.st>
604
605 * lib/vty.c: (vty_save_cwd) dont crash if getcwd fails. try fallback
606 to SYSCONFDIR. Allocate cwd from the stack rather than relying on
607 (non-portable) getcwd() allocation (which we didnt seem to be
608 freeing).
609
6102003-10-13 Jay Fenlason <fenlason@redhat.com>
611
612 * lib/zebra.h: define UINT32_MAX for those systems which do not
613 provide it.
614 * bgp_attr.h: define BGP_MED_MAX.
615 * bgp_route.c: update defines/constants to BGP_MED_MAX.
616 * bgp_routemap.c: ditto. clean up route_match_metric_compile
617 slightly to avoid unneccesary XMALLOC.
618
6192003-10-13 sowmini.varadhan@sun.com
620
621 * ospf_lsa.h: Add OSPF_LSA_PREMATURE_AGE flag.
622 * ospf_lsa.c: added better debug comments. check sequence number in
623 ospf_lsa_install. ospf_maxage_lsa_remover() checks for
624 OSPF_LSA_PREMATURE_AGE and re-originates the lsa after ls_acks are
625 received.
626 * ospf_flood.c: improve debug statement- print ls_seqnum.
627
6282003-10-13 Douglas Fraser <doug+quagga@idmf.net>
629
630 * zebra/connected.c: PtP revert fixup. Zebra was not creating
631 connected route for PtP peer.
632
6332003-10-07 Tarhon-Onu Victor <mituc@iasi.rdsnet.ro>
634
635 * zebra/ipforward_proc.c: (ipforward) Close the fd for
636 /proc/net/snmp. See [quagga-dev 284]
637
6382003-09-29 Gilad Arnold <gilad.arnold@terayon.com>
639
640 * zebra/zebra_rib.c: Fix possible dangling reference to rib
641 route_nodes - unlock it the appropriate number of times. (twice,
642 because of the implicit lock). see [quagga-dev 251].
643
6442003-09-29 Paul Jakma <paul@dishone.st>
645
646 * zebra/connected.c: revert the 'generic PtP' patch as it causes
647 far too many problems. People who use FreeSWAN should investigate
648 native linux ipsec.
649 * zebra/rt_netlink.c: ditto
650 * lib/if.c: ditto
651 * ripd/ripd.h: ditto
652 * ripd/ripd.c: ditto
653 * ripd/rip_interface.c: ditto
654 * ospfd/ospfd.c: ditto
655 * ospfd/ospf_snmp.c: ditto
656 * bgpd/bgp_nexthop.c: ditto
657 * ospfd/ospf_packet.c: Add debug output for some of the previously
658 completely silent drops of 'bad' packets.
659 * configure.ac: bump version
660
6612003-08-27 Jay Fenlason <fenlason@redhat.com>
662
663 * lib/Makefile.am: Do not use a lib (libcap) as a dependency
664 * zebra/Makefile.am: Link in libcap
665 * bgpd/bgp_routemap.c: attr->med is type u_in32_t, should be
666 compared with UINT32_MAX
667 * ospfd/ospfd.c: remove redundant assert
668 * zebra/rtadv.c: add missing include for zebra/rib.h
669
6702003-09-24 Paul Jakma <paul@dishone.st>
671
672 * lib/version.h: moved to version.h.in
673 * lib/version.h.in: New file, from version.h. Change hardcoded
674 package name and version to use the autoconf defined substition
675 variables.
676 * configure.ac: Fix up AC/AM_INIT* to new style. Remove the sed'ing
677 through lib/version.h for VERSION. Add lib/version.h to the
678 AC_OUTPUT list. Update the text output of quagga version at end
679 of configure run to use PACKAGE_VERSION.
680 * doc/.cvsignore: ignore quagga.pdf
681 * doc/.cvsignore: ignore version.h, its now autogenerated.
682
6832003-09-24 sowmini.varadhan@sun.com
684
685 * lib/if.c: (if_cmp_func) fix infinite loop if
686 ifp1->name == ifp2->name
687 * lib/linklist.c: (if_cmp_func) Fix handling of case where
688 list->cmp returns 0.
689 * rip_interface.c: (rip_interface_address_add) call
690 rip_enable_apply(), or the interface is never considered up.
691 see [quagga-dev 225].
692 * zebra/kernel_socket.c: Fix up WRAPUP macro to deal with multiple
693 address families in the absence of sa_len element in struct
694 sockaddr.
695 (ifm_read): Handle solaris 9 if_msghdr_t.
696 Deal with interfaces which are incomplete, lookup on name rather
697 than the placeholder interface index of -1.
698
6992003-09-24 Thomas Giger TGC <thomas.giger@tgc.de>
700
701 * ospf_packet.c (ospf_associate_packet_vl): pass NULL struct
702 interface to ospf_if_lookup_by_local_addr() rather than the
703 receiving interface ifp, packets for VL's could come in any
704 interface. See quagga-dev 250.
705
paule05fba42003-04-13 20:20:53 +00007062003-04-13 Paul Jakma <paul@dishone.st>
707
708 * Amir: Opaque LSA bug fix for deletion of Type11's
709 * configure.ac: use --localstatedir for Unix sockets
paul645878f2003-04-13 21:42:11 +0000710 * Hasso Tepper: When flushing as-ext LSAs flush associated NSSA
711 LSAs.
paule05fba42003-04-13 20:20:53 +0000712
paul020709f2003-04-04 02:44:16 +00007132003-04-04 Paul Jakma <paul@dishone.st>
714
715 * Sync to Zebra CVS
716 * Fix lib/thread.h leak
717 * Fix small Opaque LSA leak
718 * Do not configure OSPF interfaces for secondary addresses
719 * vtysh fixes from Hasso
720 * Dave Watson's missing ntohs fix
721
paul68980082003-03-25 05:07:42 +00007222003-03-25 Paul Jakma <paul@dishone.st>
723
724 * Sync to Zebra CVS
725
paul07661cb2003-03-18 00:03:05 +00007262003-03-17 Amir Guindehi <amir@datacore.ch>
727
728 * Extended SNMP checks in configure.ac so that net-snmp works
729
7302003-03-17 Amir Guindehi <amir@datacore.ch>
731 Ralph Keller <keller@tik.ee.ethz.ch>
732 * merge OSPF-API
733
paul13766da2003-02-07 14:46:23 +00007342003-02-07 Paul Jakma <paul@dishone.st>
735
736 * Sync to zebra CVS
737
paul420df432003-02-03 20:30:39 +00007382003-02-03 Paul Jakma <paul@dishone.st>
739
740 * Sync to zebra CVS
741
paulae936ae2003-01-20 04:58:21 +00007422003-01-19 Paul Jakma <paul@dishone.st>
743
744 * Temporary fix for Generic PtP wrt to IPv6
745
paul9a668002003-01-18 23:11:44 +00007462003-01-17 Paul Jakma <paul@dishone.st>
747
748 * Sync up to latest zebra.org CVS
749 * [zebra 16823] Bugfix and new feature in Opaque-LSA handling
750 Masahiko Endo <endo@suri.co.jp>
751 * [zebra 16824] [PATCH] nsm_kill_neighbor
752 Masahiko Endo <endo@suri.co.jp>
753 * [zebra 17217] [PATCH] show thread CPU
754 Yon Uriarte <havanna_moon@gmx.net>
755 * [zebra 17218] Re: [PATCH] CLI extensions.
756 Yon Uriarte <havanna_moon@gmx.net>
757
paul4fc01e62002-12-13 20:49:00 +00007582002-12-13 Paul Jakma <paul@dishone.st>
759
760 * added support for vtysh 'write file' command to
paul0efa4d52002-12-13 21:55:43 +0000761 write either per-daamon and/or integrated file
paulab836aa2002-12-13 21:19:02 +0000762 * ospfd md5 buffer copying fix (Greg Troxel)
paul8bd9c712002-12-13 21:05:16 +0000763 * ospfd md5 sequence number derived from time()
paulab836aa2002-12-13 21:19:02 +0000764 * RIPv1 fixes and improvements (John Hay)
765 * link state detection (linux) ([zebra 12269])
766 * Generic PtP and RFC3021 interface addressing support
767 (Frank van Maarseveen)
paul0efa4d52002-12-13 21:55:43 +0000768 * Michal Ludvig <michal@logix.cz>:
769 [zebra 16525] PATCH: Bugfixes for KAME systems
770 * Kevin C Miller <kevinm@andrew.cmu.edu>
771 [zebra 16681] OSPF NSSA Patches
772 * Yon Uriarte <havanna_moon@gmx.net>
773 [zebra 16671] [PATCH] CLI extensions
paula8959012002-12-13 21:59:26 +0000774 * Masahiko Endo: [zebra 15475] - MPLS-TE docs
paul4fc01e62002-12-13 20:49:00 +0000775
paul718e3742002-12-13 20:15:29 +00007762002-07-07 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
777
778 * zebra-0.93 released.
779
7802002-06-28 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
781
782 * update-autotools: Change file name from update-auto-tools.sh.
783
7842002-06-21 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
785
786 * update-auto-tools.sh: Add a new script to clean up build
787 environment.
788
7892002-06-18 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
790
791 * Shift to the latest build environment autoconf-2.53 and
792 automake-1.6.2.
793
7942001-10-22 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
795
796 * Integrate Glen Turner <glen.turner@aarnet.edu.au>'s pid option.
797
7982001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
799
800 * zebra-0.92a released.
801
8022001-08-19 "Peter Galbavy" <peter.galbavy@knowtion.net>
803
804 * configure.in: SNMP library check problem fix when the library is
805 installed under /usr/local/lib.
806
8072001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
808
809 * zebra-0.92 released.
810
8112001-04-22 Kunihiro Ishiguro <kunihiro@zebra.org>
812
813 * configure.in (LIBPAM): Use ZEBRA_AC_C_BIGENDIAN to avoid a
814 warning.
815 (IF_METHOD): Use test -r instead of AC_CHECK_FILE to avoid
816 warnings.
817
818 * config.guess: Update to 2000-11-10 version.
819
8202001-04-11 Kunihiro Ishiguro <kunihiro@zebra.org>
821
822 * configure.in: Use AC_TRY_COMPILE instead of AC_EGREP_HEADER to
823 detect in_pktinfo structure. Suggested by: Vlad Lungu
824 <vlad@rls.roknet.ro>.
825
8262001-03-07 Michael Rozhavsky <mrozhavsky@opticalaccess.com>
827
828 * configure.in: Add check for structure in_pktinfo.
829
8302001-02-07 "Bjoern A. Zeeb" <bzeeb+zebra@zabbadoz.net>
831
832 * configure.in (USE_PAM): Fix PAM library detection code.
833
8342001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
835
836 * zebra-0.91 is released.
837
8382001-01-12 Kunihiro Ishiguro <kunihiro@zebra.org>
839
840 * configure.in: Remove guile related definition.
841
8422001-01-11 Kunihiro Ishiguro <kunihiro@zebra.org>
843
844 * configure.in (ac_cv_htonl_works): HAVE_REPAIRABLE_HTONL is
845 removed. htonl should work fine on any platform.
846
8472001-01-10 Kunihiro Ishiguro <kunihiro@zebra.org>
848
849 * configure.in: Remove --enable-oldrib option.
850
851 * acconfig.h: OLD_RIB definition is removed.
852
853 * zebra-0.90 is released.
854
855 * configure.in (LIBS): Add check for sun_len field in struct
856 sun_len.
857
8582001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
859
860 * Makefile.am: Include init/redhat files to distribution.
861
8622001-01-07 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
863
864 * configure.in: check libm.a for BGPd compile error.
865 AC_CHECK_LIB(m, main) was added.
866
8672000-12-29 Kunihiro Ishiguro <kunihiro@zebra.org>
868
869 * configure.in: --enable-unixdomain becomes default. Add
870 --enable-tcp-zebra for TCP/IP communication between protocol
871 daemon and zebra.
872
873 * COPYING.LIB: Added for lib/getopt.c, lib/getopt.h,
874 lib/getopt1.c, lib/md5-gnu.h, lib/md5.c, lib/regex-gnu.h,
875 lib/regex.c.
876
877 * Makefile.am (dist-hook): Include tools/*.cgi to distribution.
878
8792000-12-26 Kunihiro Ishiguro <kunihiro@zebra.org>
880
881 * configure.in (MULTIPATH_NUM): --enable-multipath=ARG specify
882 multipath number. ARG must be digit.
883
8842000-12-11 Kunihiro Ishiguro <kunihiro@zebra.org>
885
886 * configure.in: Add --enable-newrib for test new RIB code.
887
8882000-11-25 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
889
890 * configure.in, config.h.in: Add check for libutil.h and
891 setproctitle().
892
8932000-10-26 Kunihiro Ishiguro <kunihiro@zebra.org>
894
895 * configure.in: Add --enable-nssa for OSPF NSSA option.
896
897 * acconfig.h: Define HAVE_NSSA.
898
8992000-10-25 "Bjoern A. Zeeb" <bzeeb+zebra@zabbadoz.net>
900
901 * configure.in: pam_misc is only linked when the platform is
902 GNU/Linux.
903
9042000-10-24 Arkadiusz Miskiewicz <misiek@pld.org.pl>
905
906 * configure.in (LIBS): Add check for crypto library. test x`ls
907 ${ac_snmp}` is replaced with sipmle test -f.
908
9092000-10-23 Kunihiro Ishiguro <kunihiro@zebra.org>
910
911 * configure.in: Add --enable-unixdomain option. This will be
912 default behavior in zebra-0.90.
913
9142000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
915
916 * zebra-0.89 is released.
917
9182000-09-27 Kunihiro Ishiguro <kunihiro@zebra.org>
919
920 * configure.in: Add check for Intel CPU for Solaris on x86 check.
921
9222000-09-21 Kunihiro Ishiguro <kunihiro@zebra.org>
923
924 * configure.in: Add check for getifaddrs().
925 Set AM_INIT_AUTOMAKE version to 0.89.
926
9272000-09-14 Kunihiro Ishiguro <kunihiro@zebra.org>
928
929 * config.guess: Update to the latest version.
930
931 * config.sub: Likewise
932
9332000-09-14 David Lipovkov <dlipovkov@OpticalAccess.com>
934
935 * REPORTING-BUGS: New file is added.
936
9372000-08-27 itojun@iijlab.net
938
939 * configure.in: Add ncurses library check when --enable-vtysh is
940 specified.
941
9422000-08-22 Kunihiro Ishiguro <kunihiro@zebra.org>
943
944 * configure.in: Add check for readline/history.h.
945
946 * acconfig.h: Remove pthread related variables.
947
948 * configure.in: Add --with-libpam option for vtysh PAM
949 authentication. Remove --disable-pthread because we don't support
950 pthread.
951
9522000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
953
954 * zebra-0.88 is released.
955
956 * configure.in: Add Solaris -lcurses for vtysh.
957
9582000-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
959
960 * configure.in: Add check for ncurses for compiling on Solaris.
961
9622000-07-27 Kunihiro Ishiguro <kunihiro@zebra.org>
963
964 * configure.in: Add check for libreadline when --enable-vtysh is
965 specified.
966
9672000-07-23 Kunihiro Ishiguro <kunihiro@zebra.org>
968
969 * configure.in: Add AC_DEFINE(OPEN_BSD). When OS is OpenBSD
970 interface method is if_ioctl.o
971
9722000-07-09 Chris Dunlop <chris@onthe.net.au>
973
974 * acconfig.h: Add HAVE_BROKEN_ALIASES.
975
976 * configure.in: Add --enable-broken-aliases.
977
9782000-06-12 Kunihiro Ishiguro <kunihiro@zebra.org>
979
980 * Set version to zebra-0.87.
981
9822000-06-05 Kunihiro Ishiguro <kunihiro@zebra.org>
983
984 * configure.in: Remove --enable-mpls-vpn. Now MPLS-VPN support is
985 default.
986
987 * Set version to zebra-0.87-pre
988
989 * Makefile.am: Likewise.
990
9912000-04-27 Kunihiro Ishiguro <kunihiro@zebra.org>
992
993 * Set version to 0.86.
994
9952000-03-21 Kunihiro Ishiguro <kunihiro@zebra.org>
996
997 * Set version to 0.85b for ospfd test.
998
9992000-03-20 Kunihiro Ishiguro <kunihiro@zebra.org>
1000
1001 * Set version to 0.85a for ospfd test.
1002
10032000-03-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1004
1005 * Set version to 0.85.
1006
10072000-01-26 Kunihiro Ishiguro <kunihiro@zebra.org>
1008
1009 * Makefile.in: Regenerated by patched automake for fixing "make
1010 clean" problem on FreeBSD.
1011
10121999-12-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1013
1014 * Set version to 0.83a. This is for *BSD static route lookup
1015 problem.
1016
10171999-12-06 Kunihiro Ishiguro <kunihiro@zebra.org>
1018
1019 * Set version to 0.83.
1020
10211999-11-29 Kunihiro Ishiguro <kunihiro@zebra.org>
1022
1023 * Set version to 0.82.
1024
10251999-11-23 Kunihiro Ishiguro <kunihiro@zebra.org>
1026
1027 * aczebra.m4: New file added.
1028
10291999-11-21 Michael Handler <handler@sub-rosa.com>
1030
1031 * configure.in (LIBS): Add sa_len check of sockaddr.
1032
1033 * acconfig.h: Add HAVE_SA_LEN.
1034
10351999-11-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1036
1037 * version.h: Update version to zebra-0.81b for bgpd test.
1038
10391999-11-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1040
1041 * configure.in: Add --enable-mbgp.
1042
10431999-11-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1044
1045 * Makefile.am (EXTRA_DIST): Add TODO to the distribution.
1046
10471999-11-04 Kunihiro Ishiguro <kunihiro@zebra.org>
1048
1049 * TODO: New file is added.
1050
10511999-11-03 Kunihiro Ishiguro <kunihiro@zebra.org>
1052
1053 * version.h: Update version to zebra-0.81a for ospfd test.
1054
10551999-10-28 Kunihiro Ishiguro <kunihiro@zebra.org>
1056
1057 * configure.in: New option --enable-snmp is added.
1058
10591999-10-24 Kunihiro Ishiguro <kunihiro@zebra.org>
1060
1061 * version.h: Update version to zebra-0.80.
1062
10631999-10-21 Kunihiro Ishiguro <kunihiro@zebra.org>
1064
1065 * version.h: Update version to zebra-0.80-pre3
1066
10671999-10-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1068
1069 * configure.in (LIBS): SNMP check is done by ucd-snmp/asn1.h.
1070
10711999-10-10 Peter Galbavy <Peter.Galbavy@knowledge.com>
1072
1073 * configure.in: Add support of OpenBSD.
1074
10751999-10-04 Kunihiro Ishiguro <kunihiro@zebra.org>
1076
1077 * version.h: Update version to zebra-0.80-pre2.
1078
10791999-09-27 Kunihiro Ishiguro <kunihiro@zebra.org>
1080
1081 * version.h: Update version to zebra-0.80-pre. From this version,
1082 access-list and prefix-list's name space is divided into IPv4 and
1083 IPv6.
1084
10851999-09-17 Kunihiro Ishiguro <kunihiro@zebra.org>
1086
1087 * version.h: For test recent fixes Set version to zebra-0.79a.
1088
10891999-09-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1090
1091 * version.h: zebra-0.79 is out.
1092
10931999-09-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1094
1095 * version.h: For ospfd's virtual link test. Set version to 0.78h.
1096
10971999-09-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1098
1099 * version.h: For ospfd test. Set version to 0.78g.
1100
11011999-09-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1102
1103 * version.h: For internal test of ospfd. Set version to 0.78f.
1104
11051999-09-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1106
1107 * version.h: To test ospfd's fix, set version to 0.78e.
1108
11091999-09-01 Kunihiro Ishiguro <kunihiro@zebra.org>
1110
1111 * version.h: To test ospfd's area related bug fix, set version
1112 to 0.78d.
1113
11141999-09-01 Kunihiro Ishiguro <kunihiro@zebra.org>
1115
1116 * version.h: To test ospfd, set version to 0.78c.
1117
11181999-08-31 Janos Farkas <chexum@shadow.banki.hu>
1119
1120 * Many misspelling correction.
1121
11221999-08-31 Kunihiro Ishiguro <kunihiro@zebra.org>
1123
1124 * version.h: To test ospfd, set version to 0.78b.
1125
11261999-08-31 Kunihiro Ishiguro <kunihiro@zebra.org>
1127
1128 * configure.in (LIBS): Add UCD-SNMP include path check.
1129
11301999-08-31 Lars Fenneberg <lf@elemental.net>
1131
1132 * configure.in: The logic which detects the UCD-SNMP library
1133 should first check in the default system locations for the library
1134 and then in /usr/local.
1135
11361999-08-27 itojun@iijlab.net
1137
1138 * configure.in (LIBS): Fix problem about libsnmp.a check.
1139
11401999-08-26 kay <kay@v6.access.co.jp>
1141
1142 * configure.in (CFLAGS): Add <sys/socket.h> to check socklen_t.
1143
11441999-08-24 VOP <vop@unity.net>
1145
1146 * filter.c: Include "sockunion.h".
1147 plist.c: Likewise.
1148 table.c: Likewise.
1149
11501999-08-24 Kunihiro Ishiguro <kunihiro@zebra.org>
1151
1152 * configure.in: Add netinet6/in6.h check.
1153
11541999-08-21 Masaki Minami <masaki@minami.org>
1155
1156 * BSD/OS 4.0 porting.
1157
11581999-08-15 Kunihiro Ishiguro <kunihiro@zebra.org>
1159
1160 * configure.in: Add --enable-netlink option to force to use Linux
1161 netlink interface.
1162 (CFLAGS): Add ucd-snmp library check.
1163
1164 * acconfig.h: If socklen_t is not defined, typedef int to
1165 socklen_t.
1166
11671999-08-15 Arkadiusz Miskiewicz <misiek@misiek.eu.org>
1168
1169 * configure.in: When --enable-ipv6 specified, then only kernel
1170 version is checked.
1171
11721999-08-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1173
1174 * configure.in: Add GNU libc 2.1 check.
1175
11761999-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1177
1178 * configure.in: Fix privious Linux IPv6 check changes.
1179
11801999-08-02 Arkadiusz Miskiewicz <misiek@misiek.eu.org>
1181
1182 * configure.in: Improve Linux IPv6 feature check.
1183
11841999-07-29 Rick Payne <rickp@rossfell.co.uk>
1185
1186 * Changed route-maps to behave in a more cisco-like fashion
1187
11881999-07-27 Gerhard Poul <gpoul@gnu.org>
1189
1190 * SERVICES: New file added.
1191
11921999-07-12 itojun@iijlab.net
1193
1194 * configure.in: Add check for getaddrinfo. Improve Kame related
1195 library check.
1196
11971999-07-07 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1198
1199 * configure.in, acconfig.h: Add check for FreeBSD 3.2.
1200
12011999-07-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1202
1203 * configure.in: Delete check for netinet/ip6.h.
1204
12051999-06-30 Gerhard Poul <gpoul@gnu.org>
1206
1207 * README: remixed the old files and added some new parts.
1208 moved some INSTALL stuff into INSTALL file.
1209 moved some other stuff to doc/zebra.texi
1210
12111999-06-29 Kunihiro Ishiguro <kunihiro@zebra.org>
1212
1213 * configure.in (LIBS): Add libresolv check.
1214 Change --enabe-all-in-one option to --enable-one-vty.
1215
12161999-06-20 Kunihiro Ishiguro <kunihiro@zebra.org>
1217
1218 * configure.in: Add --enabe-all-in-one option.
1219
12201999-06-16 Kunihiro Ishiguro <kunihiro@zebra.org>
1221
1222 * configure.in: Add socklen_t check.
1223
12241999-06-16 Gerhard Poul <gpoul@gnu.org>
1225
1226 * Many compile warnings fixed.
1227
12281999-05-31 Kunihiro Ishiguro <kunihiro@zebra.org>
1229
1230 * configure.in: Change message from Linux 2.2.X IPv6 to Linux IPv6.
1231 OpenBSD (NRL) check is enabled.
1232
12331999-05-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1234
1235 * configure.in (LIBS): Add crypt library check.
1236
12371999-05-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1238
1239 * configure.in: Add sin6_scope_id in struct sockaddr_in6 check.
1240
12411999-04-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1242
1243 * Set version to 0.63 for first beta package.
1244
12451999-04-15 Kunihiro Ishiguro <kunihiro@zebra.org>
1246
1247 * guile.m4: Added from guile package.
1248
12491999-04-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1250
1251 * Set version to 0.60 for beta package preparation.
1252
12531999-04-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1254
1255 * Makefile.am: Add noninst_LIBRARIES each directory's Makefile.am.
1256 This change is for linking these libraries to guile.
1257
12581999-04-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1259
1260 * configure.in (LIBS): Add struct rt_addrinfo check.
1261
12621999-04-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1263
1264 * configure.in: AC_STDC_HEADERS added.
1265
12661999-03-29 Kunihiro Ishiguro <kunihiro@zebra.org>
1267
1268 * Add dependencies to each directory's Makefile.am.
1269
12701999-03-02 Peter Galbavy <Peter.Galbavy@knowledge.com>
1271
1272 * reworked include file structure, and configure so that all
1273 source files get all system-dependent include files by including
1274 <zebra.h> which is really lib/zebra.h. This means that the
1275 different programs include files are now available as #include
1276 "zebra/zebra.h" - note the use of quotes, not <> as delimiters.
1277
1278 In practical terms, if I haven't really screwed up, the main file
1279 that maintainers for other OSes have to change is lib/zebra.h for
1280 all the conditional includes etc.
1281
1282 * added --disable-pthread for those systems that seem to have
1283 POSIX threads, but do not work. OpenBSD 2.4+ is like that just
1284 now. Changed all occurance of #ifdef PTHREAD to use HAVE_PTHREAD
1285 instead.
1286
12871999-02-24 <kunihiro@zebra.org>
1288
1289 * configure.in: update to AC_PREREQ(1.13).
1290 Change message from Linux 2.1.x to Linux 2.2.x.
1291 * Added ospf6d directory support.
1292
12931999-02-22 Peter Galbavy <Peter.Galbavy@knowledge.com>
1294
1295 * added a "log" element to the BGPd peer structure, enabling us to
1296 start thinging about a log stream per peer. This is currently
1297 ignored by the wrapper code, but developers should try to use the
1298 "appropriate" ZLOG stream. Documentation will follow, when the
1299 real routines start to exist.
1300
1301 The current plan is to use a copy of the BSD syslog() routines and
1302 replace the syslog library function with our own. I will need
1303 feedback from users of other platforms as this work is done to see
1304 if all is well elsewhere.
1305
1306 * preliminary work on zlog() library. directly replaces syslog()
1307 currently with zlog(ZLOG *, ...) where the new first argument
1308 is a pointer to a ZLOG structure (defined in lib/log.h) and will
1309 encapsulate all the information necessary to maintain multiple
1310 logging streams.
1311
13121999-02-19 Peter Galbavy <Peter.Galbavy@knowledge.com>
1313
1314 * added vsnprintf() macro to lib/str.h if required and removed
1315 #ifdef SUNOS_5 dependency on it
1316
13171999-02-18 Peter Galbavy <Peter.Galbavy@knowledge.com>
1318
1319 * syslog support added
1320
13211999-02-18 Peter Galbavy <Peter.Galbavy@knowledge.com>
1322
1323 * configure.in: Add daemon function check.
1324
13251999-01-21 Kunihiro Ishiguro <kunihiro@zebra.org>
1326
1327 * configure.in: Add --disable-ipv6, --disable-zebra,
1328 --disable-bgpd, --disable-ripd, --disable-ripngd, --disable-ospfd
1329 options to configure.
1330
13311998-12-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1332
1333 * configure.in: Check /usr/inet6/lib/libinet6.a exists or not.
1334
13351998-10-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1336
1337 * configure.in: Comment out FreeBSD's libc_r detect section. At
1338 this moment it doesn't work correctly with zebra.
1339
1340 Netlink interface is only enabled when Linux kernel version is
1341 upper than 2.1.0.
1342
13431998-09-15 HEO SeonMeyong <seirios@matrix.iri.co.jp>
1344
1345 * Hydrangea is now called KAME, so change all defines.
1346
13471998-08-16 Kunihiro Ishiguro <kunihiro@zebra.org>
1348
1349 * configure.in: ifaliasreq check added.
1350
13511998-08-12 Katsuhiro Kondou <kondou@nec.co.jp>
1352
1353 * Patch is applied for compile under EWS4800
1354
13551998-06-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1356
1357 * configure.in: delete old mtu_method check.
1358
1359 * doc/zebra.texi (Kernel interface): chapter `Kernel interface' added
1360
13611998-06-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1362
1363 * configure.in: add new netlink check for GNU/Linux
1364
13651998-06-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1366
1367 * doc/zebra.texi: Update Linux netlink chapter.
1368
13691998-05-18 Yamashita TAKAO <jargon@lares.dti.ne.jp>
1370
1371 * config.h.in: define PTHREAD if work on Solaris 2.6
1372 why delete the definition? I miss?
1373
13741998-05-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1375
1376 * configure.in: add net/if.h header check.
1377
13781998-05-02 SeonMeyong HEO <seirios@Matrix.iri.co.jp>
1379
1380 * zebra.tex,archfig.tex,zebra.sty: Manual file is added.
1381 * zebra.texi: Modify Introduction text.
1382 * RIPngd.c: Patch Hydrangea code.
1383
13841998-05-01 Kunihiro Ishiguro <kunihiro@zebra.org>
1385
1386 * .cvsignore: added.
1387
1388 * Makerule.in: is gone.
1389 * Makefile.am: Now we use automake to generate Makefile.in
1390
13911998-03-19 Yamashita TAKAO <jargon@lares.dti.ne.jp>
1392
1393 * lib/vty.c: modified the definition of *master
1394 * lib/sockunion.c (inet_aton): add, but don't work. uum...
1395
1396
13971998-03-15 Yamashita TAKAO <jargon@lares.dti.ne.jp>
1398
1399 * configure.in: define PTHREAD if work on Solaris 2.6
1400 * config.h.in: likewise
1401 * lib/thread.c: likewise
1402 * lib/vty.c: likewise
1403
14041998-03-15 SeonMeyong HEO <seirios@Matrix.iri.co.jp>
1405
1406 * config.h.in: define INET6 if defined HAVE_IPV6 & HYDRANGEA
1407 * bgpd/: remove include <netinet6/in6.h> line.
1408 * lib/: remove include <netinet6/in6.h> line.
1409 * ripbgd/: remove include <netinet6/in6.h> line.
1410 * zebra/: remove include <netinet6/in6.h> line.
1411 * ripd/*.c: remove include <netinet6/in6.h> line.
1412 undefine IPV6 difinitions because RIPd is not worked for
1413 IPv6 protocol.
1414
1415
14161998-01-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1417
1418 * configure.in: Change routing socket check method from
1419 AC_TRY_COMPILE to AC_TRY_RUN because GNU libc version 2 has
1420 AF_ROUTE but over linux it's meenigless.
1421
14221998-01-06 Kunihiro Ishiguro <kunihiro@zebra.org>
1423
1424 * config.h.in: remove err_t define.
1425
14261997-11-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1427
1428 * configure.in (canonical): add check of IF_METHOD
1429
14301997-09-27 Kunihiro Ishiguro <kunihiro@note.digital-magic.co.jp>
1431
1432 * configure.in: add INRIA check
1433
14341997-09-25 Kunihiro Ishiguro <kunihiro@note.digital-magic.co.jp>
1435
1436 * configure.in (canonical): change ipforward_snmp.o to ipforward_proc.o
1437
14381997-09-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1439
1440 * configure.in: change IRDPD to NDPD
1441
14421997-08-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1443
1444 * INSTALL: new file
1445
14461997-08-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1447
1448 * config.h: add XCALLOC()
1449