blob: ad87e3455a4cdc91c0e973a7835dbe9791eeac17 [file] [log] [blame]
paul670bbf12004-11-12 09:05:00 +000012004-11-12 Paul Jakma <paul@dishone.st>
2
3 * configure.ac: Fix AC_CONFIG_FILES, the chmod seems to run for
4 every input file, should be only be for vtysh/extract.pl, so that
5 should be a seperate AC_CONFIG_FILES.
paul95d31842004-11-12 09:44:03 +00006 * INSTALL: update-autotools, autoreconf -i will install this, remove
7 the file so it always matches the autoconf which created
8 configure (ie the quagga snapshot producing host).
paul9104f562004-11-12 10:30:21 +00009 * INSTALL.quagga.txt: Some quagga specific INSTALL notes.
10 * README: s/GNU Zebra/Quagga/ and refer to IS-IS support.
paul670bbf12004-11-12 09:05:00 +000011
ajs7966b972004-11-10 22:02:05 +0000122004-11-10 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
13
14 * redhat/quagga.spec.in: add comments showing how to get gcc verbosity
15
paul1b074dd2004-11-08 17:38:30 +0000162004-11-08 Paul Jakma <paul@dishone.st>
17
18 * configure.ac: bump version to 0.97.3, release imminent.
19
paul14c17fd2004-11-07 22:34:23 +0000202004-11-06 Paul Jakma <paul@dishone.st>
21
22 * configure.ac: Arguments to AC_OUTPUT is deprecated, use
23 AC_CONFIG_FILES instead. Rearrange the order slightly to put the
24 Makefiles first (silly aesthetic thing, dont know why I had to do
25 this ;) ). Add doc/defines.texi to the list.
26 * NEWS: bgp route-server support added, refer to docs.
27 * update-autotools: call automake with --add-missing and --copy,
28 former is important for obvious reasons, latter for dist files,
29 and --gnu to enable whatever extra goodness checks.
30 * {depcomp, install-sh, missing}: removed, auto-generated files.
31
paul1f8f61a2004-11-05 23:38:20 +0000322004-11-05 Paul Jakma <paul@dishone.st>
33
34 * HACKING: Expand on ChangeLogs, eg current practice for certain
35 directories and certain other meta-data is not to maintain a
36 ChangeLog. Expand on the commit message, IMHO, commit message
37 should always be ChangeLog for files where ChangeLog is kept.
38 Solaris is supported on any platform (with, at moment, an
39 additional patch).
40
paul3e511c82004-10-22 23:53:19 +0000412004-10-23 Paul Jakma <paul@dishone.st>
42
43 * configure.ac: bump version to 0.97.2, release imminent.
44
paul6b6942f2004-10-22 04:55:05 +0000452004-10-22 Paul Jakma <paul@dishone.st>
46
47 * configure.ac: fix up enable help alignment slightly
48 Add --enable-gcc-ultra-verbose to set various gcc warnings which
49 should one day be fixed but are not serious problems or which
50 could be false-positives.
51
hasso3fb9cd62004-10-19 19:44:43 +0000522004-10-19 Andrew J. Schorr <aschorr@telemetry-investments.com>
53
54 * lib, zebra, ripd, ospfd, bgpd: Support NULL connected destination
55 pointers properly everywhere. Fix point-to-point logic to
56 support links where a dedicated subnet has been assigned.
57 PtP links with /31 subnets should now work where supported by O/S.
58
paul4f8b5bb2004-10-11 18:26:59 +0000592004-10-11 Paul Jakma <paul@dishone.st>
60
61 * bump version to 0.97.1, release imminent.
62
paule561a8e2004-10-07 20:38:44 +0000632004-10-07 Paul Jakma <paul@dishone.st>
64
65 * bump version to 0.97.0, release imminent.
66
gdt7fd63b32004-10-07 13:53:29 +0000672004-10-07 Greg Troxel <gdt@sunpal7.mit.edu>
68
69 * configure.ac: remove -Wpacked; 2.95.3 doesn't support it.
70
hasso7347a2a2004-10-05 14:15:17 +0000712004-10-05 Hasso Tepper <hasso at quagga.net>
72
73 * configure.ac: Removed -Wpadded. I don't have sooo much time that I
74 could care about padding ;).
75
paula49c0ff2004-09-30 06:08:58 +0000762004-09-30 Paul Jakma <paul@dishone.st>
77
78 * Update default CFLAGS for gcc to keep Hasso busy.
79
paulddb07e52004-09-27 07:49:57 +0000802004-09-27 Paul Jakma <paul@dishone.st>
81
82 * update-autotools: libtoolize should copy files, rather than link.
83 the whole idea is that dist files should not need auto*, etc.
84 installed to be able to compile.
85
hassoae399ab2004-09-13 20:22:18 +0000862004-09-13 Hasso Tepper <hasso at quagga.net>
87
88 * configure.ac: Disable isisd compiling by default.
89
paul33394762004-09-13 11:27:57 +0000902004-09-13 Paul Jakma <paul@dishone.st>
91
92 * configure.ac: capitalise the package name. autoconf lowercases
93 it for PACKAGE_TARNAME.
94
paulfee0f4c2004-09-13 05:12:46 +0000952004-09-13 Jose Luis Rubio <jrubio@dit.upm.es>
96 (at Technical University of Madrid as part of Euro6ix Project)
97
98 Enhanced Route Server functionality and Route-Maps:
99
100 * bgpd/bgpd.h: Modified 'struct peer' and 'struct bgp_filter' to
101 support rs-clients. A 'struct bgp_table *rib' has been added to the
102 first (to mantain a separated RIB for each rs-client) and two new
103 route-maps have been added to the last (for import/export policies).
104 Added the following #defines: RMAP_{IN|OUT|IMPORT|EXPORT|MAX},
105 PEER_RMAP_TYPE_{IMPORT|EXPORT} and BGP_CLEAR_SOFT_RSCLIENT.
106
107 * bgpd/bgpd.c: Modified the functions that create/delete/etc peers in
108 order to consider the new fields included in 'struct peer' for
109 supporting rs-clients, i.e. the import/export route-maps and the
110 'struct bgp_table'.
111
112 * bgpd/bgp_route.{ch}: Modified several functions related with
113 receiving/sending announces in order to support the new Route Server
114 capabilities.
115 Function 'bgp_process' has been reorganized, creating an auxiliar
116 function for best path selection ('bgp_best_selection').
117 Modified 'bgp_show' and 'bgp_show_route' for displaying information
118 about any RIB (and not only the main bgp RIB).
119 Added commands for displaying information about RS-clients RIBs:
120 'show bgp rsclient (A.B.C.D|X:X::X:X)', 'show bgp rsclient
121 (A.B.C.D|X:X::X:X) X:X::X:X/M', etc
122
123 * bgpd/bgp_table.{ch}: The structure 'struct bgp_table' now has two
124 new fields: type (which can take the values BGP_TABLE_{MAIN|RSCLIENT})
125 and 'void *owner' which points to 'struct bgp' or 'struct peer' which
126 owns the table.
127 When creating a new bgp_table by default 'type=BGP_TABLE_MAIN' is set.
128
129 * bgpd/bgp_vty.c: The commands 'neighbor ... route-server-client' and
130 'no neighbor ... route-server-client' now not only set/unset the flag
131 PEER_FLAG_RSERVER_CLIENT, but they create/destroy the 'struct
132 bgp_table' of the peer. Special actions are taken for peer_groups.
133 Command 'neighbor ... route-map WORD (in|out)' now also supports two
134 new kinds of route-map: 'import' and 'export'.
135 Added commands 'clear bgp * rsclient', etc. These commands allow a new
136 kind of soft_reconfig which affects only the RIB of the specified
137 RS-client.
138 Added commands 'show bgp rsclient summary', etc which display a
139 summary of the rs-clients configured for the corresponding address
140 family.
141
142 * bgpd/bgp_routemap.c: A new match statement is available,
143 'match peer (A.B.C.D|X:X::X:X)'. This statement can only be used in
144 import/export route-maps, and it matches when the peer who announces
145 (when used in an import route-map) or is going to receive (when used
146 in an export route-map) the route is the same than the one specified
147 in the statement.
148 For peer-groups the statement matches if the specified peer is member
149 of the peer-group.
150 A special version of the command, 'match peer local', matches with
151 routes originated by the Route Server (defined with 'network ...',
152 redistributed routes and default-originate).
153
154 * lib/routemap.{ch}: Added a new clause 'call NAME' for use in
155 route-maps. It jumps into the specified route-map and when it returns
156 the first route-map ends if the called RM returns DENY_MATCH, or
157 continues in other case.
158
gdtcbd04082004-08-31 18:16:36 +00001592004-08-31 Greg Troxel <gdt@poblano.ir.bbn.com>
160
gdtb85dca32004-08-31 18:44:42 +0000161 * Makefile.am: make m4 as subdir, rather the EXTRA_DISTing it
162
163 * configure.ac: add m4/Makefile to output list
164
1652004-08-31 Greg Troxel <gdt@poblano.ir.bbn.com>
166
gdtcbd04082004-08-31 18:16:36 +0000167 * Makefile.am: Only put pkgsrc dir in SUBDIRS if we should install
168 rc.d files. (Note that pkgsrc is always in DIST_SUBDIRS.)
169
170 * configure.ac (pkgsrcdir): add new --enable-pkgsrcrcdir to give a
171 directory into which www.pkgsrc.org-style rc.d files are
172 installed.
173
paul2abb1cf2004-08-19 04:42:03 +00001742004-08-19 Paul Jakma <paul@dishone.st>
175
176 * Makefile.am: add m4 directory to EXTRA_DIST, and define
177 ACLOCAL_AMFLAGS to have aclocal pull in m4/
178 * configure.ac: AM_PROG_LIBTOOL should be AC_...
179 * update-autotools: print a warning that this script is deprecated
180
gdt29904602004-08-17 12:27:32 +00001812004-08-17 Greg Troxel <gdt@fnord.ir.bbn.com>
182
183 * update-autotools: print tools versions to aid people in sending
184 bug reports.
185
gdtb7a97f82004-07-23 16:23:56 +00001862004-07-23 Greg Troxel <gdt@poblano.ir.bbn.com>
187
188 * */Makefile.am: Use ../dir/libfoo.la, rather than "-L../dir
189 -lfoo", to avoid linking against installed libraries from a
190 previous version.
191
192 * {lib,ospfd,ospfclient}/Makefile.am: explicitly define the shared
193 library version number to be 0.0
194
195 * configure.ac: remove spurious , so extract.pl is chmod'd +x.
196
197 * HACKING: explain shared library versioning rules
198
paul27eebb32004-07-22 18:16:59 +00001992004-07-22 Paul Jakma <paul@dishone.st>
200
201 * configure.ac: modify default CFLAGS to be compiler agnostic
202 build Makefile for tests/ subdir.
203
gdtaa9af782004-07-14 13:55:28 +00002042004-07-14 Greg Troxel <gdt@poblano.ir.bbn.com>
205
206 * Makefile.am (EXTRA_DIST): Add missing \, so tools stuff is
207 really in distfile.
208
gdtcf313882004-06-30 13:24:42 +00002092004-06-30 Greg Troxel <gdt@poblano.ir.bbn.com>
210
gdt87efd642004-06-30 17:36:11 +0000211 * */Makefile.am: use -L../lib -lzebra, so we pick up the shlib
212 version of libzebra when available.
213
214 * configure.ac, update-autotools: Add libtool.
215
2162004-06-30 Greg Troxel <gdt@poblano.ir.bbn.com>
217
gdtf2bfdee2004-06-30 17:25:15 +0000218 * Makefile.am: add files to EXTRA_DIST rather than copying, and
219 omit the kludgy cleaning steps, which were failing when the list
220 to clean was empty.
221
2222004-06-30 Greg Troxel <gdt@poblano.ir.bbn.com>
223
gdtfc9d0742004-06-30 14:25:12 +0000224 * configure.ac: Look for perl, and substitute into vtysh/extract.pl.
225 Search for termcap functions more expansively (fixes vtysh compile
226 on NetBSD). Clean up --enable-vtysh definition.
227
2282004-06-30 Greg Troxel <gdt@poblano.ir.bbn.com>
229
gdtcf313882004-06-30 13:24:42 +0000230 * update-autotools: Use -rf on autom4te.cache.
231
hasso320ec102004-06-20 19:54:37 +00002322004-06-20 Hasso Tepper <hasso@estpak.ee>
233
234 * lib/vty.c: Don't attempt to load configuration file from current
235 directory.
236 * Update vty_read_config() calls in bgpd/bgp_main.c, isisd/isis_main.c,
237 ospf6d/ospf6_main.c, ospfd/ospf_main.c, ripd/rip_main.c,
238 ripngd/ripng_main.c and zebra/main.c.
239
paul19877dd2004-05-11 10:49:35 +00002402004-05-11 Paul Jakma <paul@dishone.st>
241
242 * configure.ac: Add solaris support for the zebra/*_solaris
243 method's, based on Sowmini's patches.
244
pauld355bfa2004-04-08 07:43:45 +00002452004-04-08 Paul Jakma <paul@dishone.st>
246
247 * ospf_spf.h: Add backlink field to struct vertex
248 * ospf_spf.h: (ospf_vertex_new) initialise backlink
249 (ospf_lsa_has_link) return index of link back to
250 vertex V from candidate vertex W, or -1 if no link exists.
251 (ospf_spf_next) save backlink index for candidate vertex
252 * ospf_interface.c: (ospf_vl_set_params) Use the backlink index
253 to determine correct address for virtual-link peers. Fall back
254 to older "pick first link" method if no backlink index exists.
255
hasso41d3fc92004-04-06 11:59:00 +00002562004-04-06 Hasso Tepper <hasso@estpak.ee>
257
258 * zebra/ipforward_proc.c: Fixed lowering privileges.
259 * zebra/zserv.c: Fixed "(no) ipv6 forwarding" command logic.
260 * configure.ac: Added --disable-capabilities switch to configure.
261
hassof571dab2004-03-22 08:55:25 +00002622004-03-22 Hasso Tepper <hasso@estpak.ee>
263
264 * Readded SIGTERM handling so daemons can clean up their stuff if they
265 are killed (not murdered).
266
hasso37318652004-03-20 20:06:15 +00002672004-03-20 Michael Bruening <mike@vailsys.com>
268
269 * ospfd/ospf_vty.c: Completed array distribute_str of route types with
270 addition of "isis". This array must be indexed by
271 ZEBRA_ROUTE_(SYSTEM|KERNEL|...) defines in zebra.h, and should
272 be updated with every route type addition. This fix allows
273 commands redistributing routes from (bgp|isis), like "router ospf
274 redistribute bgp ...", to be written to terminal, memory, file,
275 which would otherwise result in a seg fault or, possibly, config
276 file corruption. Overlooked in import of isisd.
277 * Similar fixes to bgpd/bgp_vty.c ospf6d/ospf6_asbr.c ripd/rip_zebra.c
278 and ripngd/ripng_zebra.c.
279
hasso8c903fb2004-03-17 20:39:18 +00002802004-03-17 Jean-Yves Simon <lethalwp@tiscali.be>
281
282 * zebra/main.c, ripd/rip_main.c: Fix typos sigusr1 -> sigint,
283 bugzilla #82.
284
gdt5e4fa162004-03-16 14:38:36 +00002852004-03-16 David Young <dyoung@pobox.com>
286
287 * (many) reference <lib/version.h> rather than "version.h",
288 because version.h is a generated file and not present in the
289 source tree when using objdir builds.
290
hassofa2b17e2004-03-04 17:45:00 +00002912004-03-03 PC Drew <pc@superiorcomm.net>
292
293 * lib/keychain.c: typecast time_t function to long, fixes compile
294 warning.
295 * lib/debug.c: wrapped function with ifdef HAVE_GLIBC_BACKTRACE fixes
296 compile warning when backtrace doesn't exist for that system.
297 * zebra/rtadv.c: for OpenBSD, added include statement for
298 netinet/icmp6.h
299 * zebra/zserv.c: added default case to switch statements, fixes compile
300 warning about certain NEXTHOP_TYPE enumeration values not being
301 handled.
302 * zebra/rt_socket.c: set *mask = NULL by default, fixes compile
303 warning, about mask possibly being used uninitialized.
304 * bgpd/bgp_nexthop.c: added default case to switch statements, fixes
305 compile warning about certain NEXTHOP_TYPE enumeration values not
306 being handled.
307 * ospfd/ospf_spf.c: typecast time_t to long, fixes compile warning.
308 * ospfd/ospf_route.c: typecast route_node->prefix to prefix_ipv4, fixes
309 compile warning.
310 * ospfd/ospf_route.c: typecast prefix_ipv4 to prefix, fixes compile
311 warning.
312 * ospfd/ospf_abr.c: typecast prefix to prefix_ipv4 in two instances,
313 fixes compile warning.
314 * vtysh/vtysh.c: fixed null pointer sentinel value when doing execl and
315 friends, fixes compile warning.
316 * ospf6d/ospf6_damp.c: typecast time_t to long in 4 instances, fixes
317 compile warning.
318 * ospf6d/ospf6_main.c: use MAXPATHLEN (if set) instead of 64 for the
319 _cwd array, fixes compile warning.
320
paul2d75d052004-01-19 21:31:15 +00003212004-01-19 Paul Jakma <paul@dishone.st>
322
323 * tests/test-sig.c: New file, regression test for sigevents.
324 * lib/Makefile.am: add sigevent.{c,h}
325 * (isis|rip|ripng|ospf|ospf6|bgp)d/\1_main.c: modify for sigevents.
326 * zebra/main.c: ditto.
327
paula27abaa2004-01-10 22:03:07 +00003282004-01-10 Paul Jakma <paul@dishone.st>
329
330 * Makefile.am: redhat/ is a dist subdir too.
331
jardina4d2a0d2004-01-10 20:42:35 +00003322004-01-10 Vincent Jardin <jardin@6wind.com>
333
334 * configure.ac: add the redhat/Makefile as a AC_OUTPUT() argument.
335 It fixes build on FreeBSD 5.1 and FreeBSD 4.7
336
paul00bc5602004-01-09 16:30:52 +00003372004-01-08 Paul Jakma <paul@dishone.st>
338
339 * Makefile.am: as per gdt, specify the redhat dir as a DIST_SUBDIR,
340 remove the redhat/... dist targets - instead these now go in..
341 redhat/Makefile.am: (new) proper place to describe redhat/ dist
342 files, as well as allow quagga.spec to be regenerated properly.
343 redhat/quagga.sysconfig: specify conf file location.
344 redhat/quagga.spec.in: Add 2 patches to RPM build.
345
paul41ad8782003-12-30 11:09:00 +00003462003-12-30 Paul Jakma <paul@dishone.st>
347
paul15d74e92003-12-30 11:16:21 +0000348 * redhat/isisd.init: new file, init script for isisd.
349 redhat/quagga.sysconfig: new file, sysconfig file for quagga
350 initscripts.
351 redhat/quagga.spec.in: various cleanups, including sysconfig patch
352 from RH, fixed UID/GID as per RH EL, shell changed to
353 /sbin/nologin, daemon vty's listen to 127.1 only per default and
354 isisd packaged.
355 redhat/*.init: sysconfig support and runlevels specified.
356
3572003-12-30 Paul Jakma <paul@dishone.st>
358
paul41ad8782003-12-30 11:09:00 +0000359 * Makefile.am: put the redhat/ stuff into EXTRA_DIST rather than
360 copying via dist-hook. Remove ~ files backup cruft from dists.
361 isisd/Makefile.am: sysconf example should go via
362 dist_examples_DATA. The include-netbsd/ headers werent mentioned
363 as sources and werent being copied into dists.
364
jardin9e867fe2003-12-23 08:56:18 +00003652003-12-23 Vincent Jardin <jardin@6wind.com>
366
367 * isisd: Import isisd from Sampo Saaristo's source code.
368
gdtaa593d52003-12-22 20:15:53 +00003692003-12-22 Christian Hammers <ch@lathspell.de>
370
371 * configure.ac (and everywhere a regular file is opened for
372 writing): use file permissions from configure rather than
373 compiled-in umask.
374
hasso47ce02a2003-12-22 16:49:15 +00003752003-12-22 Hasso Tepper <hasso@estpak.ee>
376
377 * lib/linklist.c: Revert microfix I commited while reverting
378 [quagga-dev 227]. Caused by misreading code.
379
hassoe90fbab2003-12-21 09:51:42 +00003802003-12-21 Hasso Tepper <hasso@estpak.ee>
381
382 * lib/linklist.c: Revert patch [quagga-dev 227]. listnode_add_sort()
383 function should not drop nodes in any case. But fix behavior where
384 nodes were added to the end of list when cmp returned 0.
385 * lib/if.c: Check for duplicates before calling listnode_add_sort().
386
gdtaf273652003-12-08 18:12:34 +00003872003-12-08 Greg Troxel <gdt@fnord.ir.bbn.com>
388
389 * {lib,ospfd,ospfapi}/Makefile.am: Use pkginclude_HEADERS rather
390 than include_HEADERS to place includes in
391 ${prefix}/include/quaggainstead of polluting ${prefix}/include.
392
gdtc4f0efe2003-12-04 15:39:25 +00003932003-12-04 Greg Troxel <gdt@poblano.ir.bbn.com>
394
395 * configure.ac: When setting exampledir to sysconfdir as a
396 default, don't quote ${sysconfdir}. (Bug reported by Vincent
397 Jardin.)
398
gdtd6b72f72003-12-03 17:24:27 +00003992003-12-03 Greg Troxel <gdt@poblano.ir.bbn.com>
400
gdtd2a0ccc2003-12-03 18:13:48 +0000401 * configure.ac: Compile in Router Advertisement support by
402 default. Note that this does not default to sending RAs; it just
403 makes 'ipv6 nd send-ra' and 'ipv6 nd prefix-advertisement'
404 available. While others may prefer other tools, no argument has
405 been made that router advertisement support is such bloat that it
406 should be compiled out by default (it 9556 bytes on NetBSD/i386 vs
407 8 bytes with the support compiled out). This reversion of a
408 previous change was done in consultation with Paul.
409
4102003-12-03 Greg Troxel <gdt@poblano.ir.bbn.com>
411
gdtfa3232e2003-12-03 17:52:30 +0000412 * configure.ac: Move tests for v6 header files to after the check
413 for v6 code version, and conditionalize on the right variable.
414 (Fixes problem where v6 header files are not included when v6 is
415 enabled implicitly.)
gdtd2a0ccc2003-12-03 18:13:48 +0000416
gdtfa3232e2003-12-03 17:52:30 +00004172003-12-03 Greg Troxel <gdt@poblano.ir.bbn.com>
418
gdtd6b72f72003-12-03 17:24:27 +0000419 * configure.ac: Add --enable-exampledir to specify where example
420 config files should go, defaulting to sysconfdir.
421
422 * */Makefile.am: use exampledir instead of sysconfdif for examples
423
paul62892882003-11-02 07:31:47 +00004242003-11-02 Paul Jakma <paul@dishone.st>
425
426 * bgpd/bgp_routemap.c: Fix up 'set ip next-hop A.B.C.D|peer-address'
427 route map command so that vtysh can use it. Modified version of
428 Hasso Tepper's patch. Fixes bug #52.
429 * configure.ac: FreeBSD has net-snmp in /usr/local.
430 * redhat/quagga.spec.in: Install libzebra headers with -devel
431 package.
432
4332003-11-02 Krzysztof Oledzki <oleq@ans.pl>
434
435 * zebra/zebra_rib.c: Revert patch (dating from zebra.org) which
436 caused zebra to read all routes in all tables, rather than just
437 the main table. See [quagga-dev 280].
438
4392003-10-30 Paul Jakma <paul@dishone.st>
440
441 * configure.ac: netinet/in_systm.h is yet another well-known
442 header file we really should be checking for
443
4442003-10-27 kamatchi soundaram <kamatchi@tdd.sj.nec.com>
445
446 * ospfd/ospfd.c: Do not increment act_int for an area, as it is done
447 by ospf_ism.c::ism_change_state() - results in incorrect figure
448 for active interfaces in an area.
449
4502003-10-27 Paul Jakma <paul@dishone.st>
451
452 * lib/if.{ch}: remove ifc_pointtopoint() - left over from the
453 reverted RFC3021 patch.
454
4552003-10-27 Simon <lists@routemeister.net>
456
457 * ospfd/ospfd.c: if_is_pointopoint() takes (struct interface *), was
458 being called with struct connected. Change to co->ifp.
459
4602003-10-27 Gilad Arnold <gilad.arnold@terayon.com>
461
462 * zebra/zebra_rib.c: (nexthop_active_update) Check for multipath
463 limit when setting changed flag to avoid spurious changes.
464 (static_install_ipv{4,6}) dont uninstall by default, might not be
465 required - avoid spurious uninstalls.
466 (static_uninstall_ipv{4,6}) only uninstall the route if its
467 actually FIB route.
468
4692003-10-24 sowmini.varadhan@sun.com
470
471 * ospfd/ospf_network.c: (ospf_sock_init) Exit if socket can not be
472 created.
473
4742003-10-24 Jose Luis Rubio Guivernau <jrubio@dit.upm.es>
475
476 * Better 'show bgp' support for views (eg ipv6), see [quagga-dev 238]
477 * bgpd/bgp_route.c: (bgp_show) Take a struct bgp argument instead of
478 view string.
479 (bgp_show_neighbor_route) Take a struct peer argument instead of
480 ip string.
481 (peer_adj_routes) ditto
482 (show_adj_routes) ditto
483 (peer_lookup_in_view) new function to return appropriate struct
484 peer for a given view string.
485 (misc) Fixup all calls to above to reflect new calling arguments,
486 and use peer_lookup_in_view as needed. Additional commands
487 installed to use expanded functionality above, existing commands
488 modified to suit as well.
489 * bgpd/bgp_vty.c: 2 new aliases.
490
4912003-10-24 Paul Jakma <paul@dishone.st>
492
493 * configure.ac: Check for fcntl()
494 * {bgpd,ospf,ospf6d,ripd,ripngd}/Makefile.am: Install conf file via
495 regular automake means, not magic install incantations, see
496 bug #38.
497 * lib/Makefile.am: install the headers, needed to link libzebra.a
498 (and hence libospf.a, OSPF-API, etc.)
499
5002003-10-24 waldi@debian.org
501
502 * vtysh/Makefile.am: vtysh_cmd.c rebuild was broken because it
503 depended against source files without specification, i.e. it
504 used ../zebra instead of $(top_srcdir)/zebra.
505
5062003-10-23 Paul Jakma <paul@dishone.st>
507
508 * configure.ac: IRIX configure.ac support. Sort of works.
509 sysctl() crashes though (ipforward), there's some kind of odd
510 padding in the PF_ROUTE socket messages and setsockopt() on
511 SOCK_RAW does not work (so ospfd doesnt work).
512
5132003-10-22 Paul Jakma <paul@dishone.st>
514
515 * vtysh/Makefile.am: do not include vtysh_cmd.c in dists, its
516 configure dependent. (still need to find a way to make building of
517 it dependent on configure options or include all commands.)
518
5192003-10-22 Paul Jakma <paul@dishone.st>
520
521 * lib/zebra.h: include limits.h if its there, its a portable header
522 and useful and not just solaris specific. net/route.h is also
523 useful.
524
5252003-10-22 Paul Jakma <paul@dishone.st>
526
527 * lib/regex.c: bzero -> memset
528 * zebra/ioctl.c: ditto. bzero is not portable.
529
5302003-10-22 Paul Jakma <paul@dishone.st>
531
532 * zebra/kernel_socket.c: HAVE_IPV6 conditional for WRAPUP when
533 HAVE_SA_LEN is not defined. bcopy -> memcpy, bcopy is not
534 portable.
535
5362003-10-22 Paul Jakma <paul@dishone.st>
537
538 * configure.ac: Split up header checks into non-net, net and ipv6
539 related. Checking of IPv6 is conditional. Add some more output
540 text for the end of the configure run.
541
5422003-10-18 Lorenzo Colitti <lorenzo@ripe.net>
543
544 * bgpd/bgp_attr.c: (bgp_dump_routes_attr) Dont dump IPv4 nexthop
545 for IP. Dump MP_NLRI attr with IPv6 next-hop for AF_INET6 address
546 family prefixes. Accept prefix as argument.
547 * bgpd/bgp_attr.c: modify bgp_dump_routes_attr declaration.
548 * bgpd/bgp_dump.c: (bgp_dump_routes_entry) Modify calls to
549 bgp_dump_routes_attr.
550 (bgp_dump_common) Go by the family of the peering socket, not
551 configured address family when dumping peering information.
552 Add HAVE_IPV6 conditionals, eg missing from previous bgp interval
553 patch.
554
5552003-10-18 Lorenzo Colitti <lorenzo@ripe.net>
556
557 * bgpd/bgp_dump.{c,h}: (bgp_dump_interval_add) Dump at discrete
558 fixed intervals rather than fixed intervals from startup time.
559 (bgp_dump_interval_func) Dont return immediately if file cant be
560 openeded, but reschedule interval dumps, even - admin might
561 fix problem in meantime. Close the dump file in between intervals.
562 (bgp_dump_init) account for MSG header when initialising stream
563 size.
564
5652003-10-15 Paul Jakma <paul@dishone.st>
566
567 * ospfd/ospf_interface: (ospf_if_lookup_table) new function to
568 lookup oi for a given prefix in a given interfaces table of oi's.
569 (ospf_if_new) use ospf_if_lookup_table to deal with zebra
570 reporting new interface multiple times.
571 NB: This patch is a complete plaster-band of a hack. First, why is
572 zebra reporting interface events multiple times? Second, why does
573 ospfd maintain so many damn lists and tables relating to oi's -
574 these should be reconciled into one or two tables.
575
5762003-10-15 sowmini.varadhan@sun.com
577
578 * ripd/ripd.c: (rip_send_packet) use rip->sock for mcast sends,
579 instead of creating one socket per send. send source addr to
580 rip_update_interface.
581 (rip_update_process) should send an update on every connected
582 network for each interface.
583 (rip_request_send) should send a request on every connected
584 network for each interface.
585 * ripd/ripd.h: update prototype for rip_interface_multicast_set
586 * ripd/rip_interface.c: (rip_interface_multicast_set) reorganized
587 so that it can be called repeatedly for aliased interfaces (on
588 multiple networks).
589
5902003-10-15 Jay Fenlason <fenlason@redhat.com>
591
592 * lib/vty.c: (vty_telnet_option) Remote DoS exists if a telnet
593 end-sub-negotation is sent when no sub-negotation data has been
594 sent. Return immediately if no sub-negotation is in progress.
595 (vty_read) do not attempt to process options if no sub-negotation
596 is in progress.
597
5982003-10-15 Paul Jakma <paul@dishone.st>
599
600 * lib/vty.c: (vty_save_cwd) dont crash if getcwd fails. try fallback
601 to SYSCONFDIR. Allocate cwd from the stack rather than relying on
602 (non-portable) getcwd() allocation (which we didnt seem to be
603 freeing).
604
6052003-10-13 Jay Fenlason <fenlason@redhat.com>
606
607 * lib/zebra.h: define UINT32_MAX for those systems which do not
608 provide it.
609 * bgp_attr.h: define BGP_MED_MAX.
610 * bgp_route.c: update defines/constants to BGP_MED_MAX.
611 * bgp_routemap.c: ditto. clean up route_match_metric_compile
612 slightly to avoid unneccesary XMALLOC.
613
6142003-10-13 sowmini.varadhan@sun.com
615
616 * ospf_lsa.h: Add OSPF_LSA_PREMATURE_AGE flag.
617 * ospf_lsa.c: added better debug comments. check sequence number in
618 ospf_lsa_install. ospf_maxage_lsa_remover() checks for
619 OSPF_LSA_PREMATURE_AGE and re-originates the lsa after ls_acks are
620 received.
621 * ospf_flood.c: improve debug statement- print ls_seqnum.
622
6232003-10-13 Douglas Fraser <doug+quagga@idmf.net>
624
625 * zebra/connected.c: PtP revert fixup. Zebra was not creating
626 connected route for PtP peer.
627
6282003-10-07 Tarhon-Onu Victor <mituc@iasi.rdsnet.ro>
629
630 * zebra/ipforward_proc.c: (ipforward) Close the fd for
631 /proc/net/snmp. See [quagga-dev 284]
632
6332003-09-29 Gilad Arnold <gilad.arnold@terayon.com>
634
635 * zebra/zebra_rib.c: Fix possible dangling reference to rib
636 route_nodes - unlock it the appropriate number of times. (twice,
637 because of the implicit lock). see [quagga-dev 251].
638
6392003-09-29 Paul Jakma <paul@dishone.st>
640
641 * zebra/connected.c: revert the 'generic PtP' patch as it causes
642 far too many problems. People who use FreeSWAN should investigate
643 native linux ipsec.
644 * zebra/rt_netlink.c: ditto
645 * lib/if.c: ditto
646 * ripd/ripd.h: ditto
647 * ripd/ripd.c: ditto
648 * ripd/rip_interface.c: ditto
649 * ospfd/ospfd.c: ditto
650 * ospfd/ospf_snmp.c: ditto
651 * bgpd/bgp_nexthop.c: ditto
652 * ospfd/ospf_packet.c: Add debug output for some of the previously
653 completely silent drops of 'bad' packets.
654 * configure.ac: bump version
655
6562003-08-27 Jay Fenlason <fenlason@redhat.com>
657
658 * lib/Makefile.am: Do not use a lib (libcap) as a dependency
659 * zebra/Makefile.am: Link in libcap
660 * bgpd/bgp_routemap.c: attr->med is type u_in32_t, should be
661 compared with UINT32_MAX
662 * ospfd/ospfd.c: remove redundant assert
663 * zebra/rtadv.c: add missing include for zebra/rib.h
664
6652003-09-24 Paul Jakma <paul@dishone.st>
666
667 * lib/version.h: moved to version.h.in
668 * lib/version.h.in: New file, from version.h. Change hardcoded
669 package name and version to use the autoconf defined substition
670 variables.
671 * configure.ac: Fix up AC/AM_INIT* to new style. Remove the sed'ing
672 through lib/version.h for VERSION. Add lib/version.h to the
673 AC_OUTPUT list. Update the text output of quagga version at end
674 of configure run to use PACKAGE_VERSION.
675 * doc/.cvsignore: ignore quagga.pdf
676 * doc/.cvsignore: ignore version.h, its now autogenerated.
677
6782003-09-24 sowmini.varadhan@sun.com
679
680 * lib/if.c: (if_cmp_func) fix infinite loop if
681 ifp1->name == ifp2->name
682 * lib/linklist.c: (if_cmp_func) Fix handling of case where
683 list->cmp returns 0.
684 * rip_interface.c: (rip_interface_address_add) call
685 rip_enable_apply(), or the interface is never considered up.
686 see [quagga-dev 225].
687 * zebra/kernel_socket.c: Fix up WRAPUP macro to deal with multiple
688 address families in the absence of sa_len element in struct
689 sockaddr.
690 (ifm_read): Handle solaris 9 if_msghdr_t.
691 Deal with interfaces which are incomplete, lookup on name rather
692 than the placeholder interface index of -1.
693
6942003-09-24 Thomas Giger TGC <thomas.giger@tgc.de>
695
696 * ospf_packet.c (ospf_associate_packet_vl): pass NULL struct
697 interface to ospf_if_lookup_by_local_addr() rather than the
698 receiving interface ifp, packets for VL's could come in any
699 interface. See quagga-dev 250.
700
paule05fba42003-04-13 20:20:53 +00007012003-04-13 Paul Jakma <paul@dishone.st>
702
703 * Amir: Opaque LSA bug fix for deletion of Type11's
704 * configure.ac: use --localstatedir for Unix sockets
paul645878f2003-04-13 21:42:11 +0000705 * Hasso Tepper: When flushing as-ext LSAs flush associated NSSA
706 LSAs.
paule05fba42003-04-13 20:20:53 +0000707
paul020709f2003-04-04 02:44:16 +00007082003-04-04 Paul Jakma <paul@dishone.st>
709
710 * Sync to Zebra CVS
711 * Fix lib/thread.h leak
712 * Fix small Opaque LSA leak
713 * Do not configure OSPF interfaces for secondary addresses
714 * vtysh fixes from Hasso
715 * Dave Watson's missing ntohs fix
716
paul68980082003-03-25 05:07:42 +00007172003-03-25 Paul Jakma <paul@dishone.st>
718
719 * Sync to Zebra CVS
720
paul07661cb2003-03-18 00:03:05 +00007212003-03-17 Amir Guindehi <amir@datacore.ch>
722
723 * Extended SNMP checks in configure.ac so that net-snmp works
724
7252003-03-17 Amir Guindehi <amir@datacore.ch>
726 Ralph Keller <keller@tik.ee.ethz.ch>
727 * merge OSPF-API
728
paul13766da2003-02-07 14:46:23 +00007292003-02-07 Paul Jakma <paul@dishone.st>
730
731 * Sync to zebra CVS
732
paul420df432003-02-03 20:30:39 +00007332003-02-03 Paul Jakma <paul@dishone.st>
734
735 * Sync to zebra CVS
736
paulae936ae2003-01-20 04:58:21 +00007372003-01-19 Paul Jakma <paul@dishone.st>
738
739 * Temporary fix for Generic PtP wrt to IPv6
740
paul9a668002003-01-18 23:11:44 +00007412003-01-17 Paul Jakma <paul@dishone.st>
742
743 * Sync up to latest zebra.org CVS
744 * [zebra 16823] Bugfix and new feature in Opaque-LSA handling
745 Masahiko Endo <endo@suri.co.jp>
746 * [zebra 16824] [PATCH] nsm_kill_neighbor
747 Masahiko Endo <endo@suri.co.jp>
748 * [zebra 17217] [PATCH] show thread CPU
749 Yon Uriarte <havanna_moon@gmx.net>
750 * [zebra 17218] Re: [PATCH] CLI extensions.
751 Yon Uriarte <havanna_moon@gmx.net>
752
paul4fc01e62002-12-13 20:49:00 +00007532002-12-13 Paul Jakma <paul@dishone.st>
754
755 * added support for vtysh 'write file' command to
paul0efa4d52002-12-13 21:55:43 +0000756 write either per-daamon and/or integrated file
paulab836aa2002-12-13 21:19:02 +0000757 * ospfd md5 buffer copying fix (Greg Troxel)
paul8bd9c712002-12-13 21:05:16 +0000758 * ospfd md5 sequence number derived from time()
paulab836aa2002-12-13 21:19:02 +0000759 * RIPv1 fixes and improvements (John Hay)
760 * link state detection (linux) ([zebra 12269])
761 * Generic PtP and RFC3021 interface addressing support
762 (Frank van Maarseveen)
paul0efa4d52002-12-13 21:55:43 +0000763 * Michal Ludvig <michal@logix.cz>:
764 [zebra 16525] PATCH: Bugfixes for KAME systems
765 * Kevin C Miller <kevinm@andrew.cmu.edu>
766 [zebra 16681] OSPF NSSA Patches
767 * Yon Uriarte <havanna_moon@gmx.net>
768 [zebra 16671] [PATCH] CLI extensions
paula8959012002-12-13 21:59:26 +0000769 * Masahiko Endo: [zebra 15475] - MPLS-TE docs
paul4fc01e62002-12-13 20:49:00 +0000770
paul718e3742002-12-13 20:15:29 +00007712002-07-07 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
772
773 * zebra-0.93 released.
774
7752002-06-28 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
776
777 * update-autotools: Change file name from update-auto-tools.sh.
778
7792002-06-21 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
780
781 * update-auto-tools.sh: Add a new script to clean up build
782 environment.
783
7842002-06-18 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
785
786 * Shift to the latest build environment autoconf-2.53 and
787 automake-1.6.2.
788
7892001-10-22 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
790
791 * Integrate Glen Turner <glen.turner@aarnet.edu.au>'s pid option.
792
7932001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
794
795 * zebra-0.92a released.
796
7972001-08-19 "Peter Galbavy" <peter.galbavy@knowtion.net>
798
799 * configure.in: SNMP library check problem fix when the library is
800 installed under /usr/local/lib.
801
8022001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
803
804 * zebra-0.92 released.
805
8062001-04-22 Kunihiro Ishiguro <kunihiro@zebra.org>
807
808 * configure.in (LIBPAM): Use ZEBRA_AC_C_BIGENDIAN to avoid a
809 warning.
810 (IF_METHOD): Use test -r instead of AC_CHECK_FILE to avoid
811 warnings.
812
813 * config.guess: Update to 2000-11-10 version.
814
8152001-04-11 Kunihiro Ishiguro <kunihiro@zebra.org>
816
817 * configure.in: Use AC_TRY_COMPILE instead of AC_EGREP_HEADER to
818 detect in_pktinfo structure. Suggested by: Vlad Lungu
819 <vlad@rls.roknet.ro>.
820
8212001-03-07 Michael Rozhavsky <mrozhavsky@opticalaccess.com>
822
823 * configure.in: Add check for structure in_pktinfo.
824
8252001-02-07 "Bjoern A. Zeeb" <bzeeb+zebra@zabbadoz.net>
826
827 * configure.in (USE_PAM): Fix PAM library detection code.
828
8292001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
830
831 * zebra-0.91 is released.
832
8332001-01-12 Kunihiro Ishiguro <kunihiro@zebra.org>
834
835 * configure.in: Remove guile related definition.
836
8372001-01-11 Kunihiro Ishiguro <kunihiro@zebra.org>
838
839 * configure.in (ac_cv_htonl_works): HAVE_REPAIRABLE_HTONL is
840 removed. htonl should work fine on any platform.
841
8422001-01-10 Kunihiro Ishiguro <kunihiro@zebra.org>
843
844 * configure.in: Remove --enable-oldrib option.
845
846 * acconfig.h: OLD_RIB definition is removed.
847
848 * zebra-0.90 is released.
849
850 * configure.in (LIBS): Add check for sun_len field in struct
851 sun_len.
852
8532001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
854
855 * Makefile.am: Include init/redhat files to distribution.
856
8572001-01-07 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
858
859 * configure.in: check libm.a for BGPd compile error.
860 AC_CHECK_LIB(m, main) was added.
861
8622000-12-29 Kunihiro Ishiguro <kunihiro@zebra.org>
863
864 * configure.in: --enable-unixdomain becomes default. Add
865 --enable-tcp-zebra for TCP/IP communication between protocol
866 daemon and zebra.
867
868 * COPYING.LIB: Added for lib/getopt.c, lib/getopt.h,
869 lib/getopt1.c, lib/md5-gnu.h, lib/md5.c, lib/regex-gnu.h,
870 lib/regex.c.
871
872 * Makefile.am (dist-hook): Include tools/*.cgi to distribution.
873
8742000-12-26 Kunihiro Ishiguro <kunihiro@zebra.org>
875
876 * configure.in (MULTIPATH_NUM): --enable-multipath=ARG specify
877 multipath number. ARG must be digit.
878
8792000-12-11 Kunihiro Ishiguro <kunihiro@zebra.org>
880
881 * configure.in: Add --enable-newrib for test new RIB code.
882
8832000-11-25 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
884
885 * configure.in, config.h.in: Add check for libutil.h and
886 setproctitle().
887
8882000-10-26 Kunihiro Ishiguro <kunihiro@zebra.org>
889
890 * configure.in: Add --enable-nssa for OSPF NSSA option.
891
892 * acconfig.h: Define HAVE_NSSA.
893
8942000-10-25 "Bjoern A. Zeeb" <bzeeb+zebra@zabbadoz.net>
895
896 * configure.in: pam_misc is only linked when the platform is
897 GNU/Linux.
898
8992000-10-24 Arkadiusz Miskiewicz <misiek@pld.org.pl>
900
901 * configure.in (LIBS): Add check for crypto library. test x`ls
902 ${ac_snmp}` is replaced with sipmle test -f.
903
9042000-10-23 Kunihiro Ishiguro <kunihiro@zebra.org>
905
906 * configure.in: Add --enable-unixdomain option. This will be
907 default behavior in zebra-0.90.
908
9092000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
910
911 * zebra-0.89 is released.
912
9132000-09-27 Kunihiro Ishiguro <kunihiro@zebra.org>
914
915 * configure.in: Add check for Intel CPU for Solaris on x86 check.
916
9172000-09-21 Kunihiro Ishiguro <kunihiro@zebra.org>
918
919 * configure.in: Add check for getifaddrs().
920 Set AM_INIT_AUTOMAKE version to 0.89.
921
9222000-09-14 Kunihiro Ishiguro <kunihiro@zebra.org>
923
924 * config.guess: Update to the latest version.
925
926 * config.sub: Likewise
927
9282000-09-14 David Lipovkov <dlipovkov@OpticalAccess.com>
929
930 * REPORTING-BUGS: New file is added.
931
9322000-08-27 itojun@iijlab.net
933
934 * configure.in: Add ncurses library check when --enable-vtysh is
935 specified.
936
9372000-08-22 Kunihiro Ishiguro <kunihiro@zebra.org>
938
939 * configure.in: Add check for readline/history.h.
940
941 * acconfig.h: Remove pthread related variables.
942
943 * configure.in: Add --with-libpam option for vtysh PAM
944 authentication. Remove --disable-pthread because we don't support
945 pthread.
946
9472000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
948
949 * zebra-0.88 is released.
950
951 * configure.in: Add Solaris -lcurses for vtysh.
952
9532000-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
954
955 * configure.in: Add check for ncurses for compiling on Solaris.
956
9572000-07-27 Kunihiro Ishiguro <kunihiro@zebra.org>
958
959 * configure.in: Add check for libreadline when --enable-vtysh is
960 specified.
961
9622000-07-23 Kunihiro Ishiguro <kunihiro@zebra.org>
963
964 * configure.in: Add AC_DEFINE(OPEN_BSD). When OS is OpenBSD
965 interface method is if_ioctl.o
966
9672000-07-09 Chris Dunlop <chris@onthe.net.au>
968
969 * acconfig.h: Add HAVE_BROKEN_ALIASES.
970
971 * configure.in: Add --enable-broken-aliases.
972
9732000-06-12 Kunihiro Ishiguro <kunihiro@zebra.org>
974
975 * Set version to zebra-0.87.
976
9772000-06-05 Kunihiro Ishiguro <kunihiro@zebra.org>
978
979 * configure.in: Remove --enable-mpls-vpn. Now MPLS-VPN support is
980 default.
981
982 * Set version to zebra-0.87-pre
983
984 * Makefile.am: Likewise.
985
9862000-04-27 Kunihiro Ishiguro <kunihiro@zebra.org>
987
988 * Set version to 0.86.
989
9902000-03-21 Kunihiro Ishiguro <kunihiro@zebra.org>
991
992 * Set version to 0.85b for ospfd test.
993
9942000-03-20 Kunihiro Ishiguro <kunihiro@zebra.org>
995
996 * Set version to 0.85a for ospfd test.
997
9982000-03-08 Kunihiro Ishiguro <kunihiro@zebra.org>
999
1000 * Set version to 0.85.
1001
10022000-01-26 Kunihiro Ishiguro <kunihiro@zebra.org>
1003
1004 * Makefile.in: Regenerated by patched automake for fixing "make
1005 clean" problem on FreeBSD.
1006
10071999-12-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1008
1009 * Set version to 0.83a. This is for *BSD static route lookup
1010 problem.
1011
10121999-12-06 Kunihiro Ishiguro <kunihiro@zebra.org>
1013
1014 * Set version to 0.83.
1015
10161999-11-29 Kunihiro Ishiguro <kunihiro@zebra.org>
1017
1018 * Set version to 0.82.
1019
10201999-11-23 Kunihiro Ishiguro <kunihiro@zebra.org>
1021
1022 * aczebra.m4: New file added.
1023
10241999-11-21 Michael Handler <handler@sub-rosa.com>
1025
1026 * configure.in (LIBS): Add sa_len check of sockaddr.
1027
1028 * acconfig.h: Add HAVE_SA_LEN.
1029
10301999-11-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1031
1032 * version.h: Update version to zebra-0.81b for bgpd test.
1033
10341999-11-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1035
1036 * configure.in: Add --enable-mbgp.
1037
10381999-11-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1039
1040 * Makefile.am (EXTRA_DIST): Add TODO to the distribution.
1041
10421999-11-04 Kunihiro Ishiguro <kunihiro@zebra.org>
1043
1044 * TODO: New file is added.
1045
10461999-11-03 Kunihiro Ishiguro <kunihiro@zebra.org>
1047
1048 * version.h: Update version to zebra-0.81a for ospfd test.
1049
10501999-10-28 Kunihiro Ishiguro <kunihiro@zebra.org>
1051
1052 * configure.in: New option --enable-snmp is added.
1053
10541999-10-24 Kunihiro Ishiguro <kunihiro@zebra.org>
1055
1056 * version.h: Update version to zebra-0.80.
1057
10581999-10-21 Kunihiro Ishiguro <kunihiro@zebra.org>
1059
1060 * version.h: Update version to zebra-0.80-pre3
1061
10621999-10-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1063
1064 * configure.in (LIBS): SNMP check is done by ucd-snmp/asn1.h.
1065
10661999-10-10 Peter Galbavy <Peter.Galbavy@knowledge.com>
1067
1068 * configure.in: Add support of OpenBSD.
1069
10701999-10-04 Kunihiro Ishiguro <kunihiro@zebra.org>
1071
1072 * version.h: Update version to zebra-0.80-pre2.
1073
10741999-09-27 Kunihiro Ishiguro <kunihiro@zebra.org>
1075
1076 * version.h: Update version to zebra-0.80-pre. From this version,
1077 access-list and prefix-list's name space is divided into IPv4 and
1078 IPv6.
1079
10801999-09-17 Kunihiro Ishiguro <kunihiro@zebra.org>
1081
1082 * version.h: For test recent fixes Set version to zebra-0.79a.
1083
10841999-09-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1085
1086 * version.h: zebra-0.79 is out.
1087
10881999-09-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1089
1090 * version.h: For ospfd's virtual link test. Set version to 0.78h.
1091
10921999-09-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1093
1094 * version.h: For ospfd test. Set version to 0.78g.
1095
10961999-09-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1097
1098 * version.h: For internal test of ospfd. Set version to 0.78f.
1099
11001999-09-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1101
1102 * version.h: To test ospfd's fix, set version to 0.78e.
1103
11041999-09-01 Kunihiro Ishiguro <kunihiro@zebra.org>
1105
1106 * version.h: To test ospfd's area related bug fix, set version
1107 to 0.78d.
1108
11091999-09-01 Kunihiro Ishiguro <kunihiro@zebra.org>
1110
1111 * version.h: To test ospfd, set version to 0.78c.
1112
11131999-08-31 Janos Farkas <chexum@shadow.banki.hu>
1114
1115 * Many misspelling correction.
1116
11171999-08-31 Kunihiro Ishiguro <kunihiro@zebra.org>
1118
1119 * version.h: To test ospfd, set version to 0.78b.
1120
11211999-08-31 Kunihiro Ishiguro <kunihiro@zebra.org>
1122
1123 * configure.in (LIBS): Add UCD-SNMP include path check.
1124
11251999-08-31 Lars Fenneberg <lf@elemental.net>
1126
1127 * configure.in: The logic which detects the UCD-SNMP library
1128 should first check in the default system locations for the library
1129 and then in /usr/local.
1130
11311999-08-27 itojun@iijlab.net
1132
1133 * configure.in (LIBS): Fix problem about libsnmp.a check.
1134
11351999-08-26 kay <kay@v6.access.co.jp>
1136
1137 * configure.in (CFLAGS): Add <sys/socket.h> to check socklen_t.
1138
11391999-08-24 VOP <vop@unity.net>
1140
1141 * filter.c: Include "sockunion.h".
1142 plist.c: Likewise.
1143 table.c: Likewise.
1144
11451999-08-24 Kunihiro Ishiguro <kunihiro@zebra.org>
1146
1147 * configure.in: Add netinet6/in6.h check.
1148
11491999-08-21 Masaki Minami <masaki@minami.org>
1150
1151 * BSD/OS 4.0 porting.
1152
11531999-08-15 Kunihiro Ishiguro <kunihiro@zebra.org>
1154
1155 * configure.in: Add --enable-netlink option to force to use Linux
1156 netlink interface.
1157 (CFLAGS): Add ucd-snmp library check.
1158
1159 * acconfig.h: If socklen_t is not defined, typedef int to
1160 socklen_t.
1161
11621999-08-15 Arkadiusz Miskiewicz <misiek@misiek.eu.org>
1163
1164 * configure.in: When --enable-ipv6 specified, then only kernel
1165 version is checked.
1166
11671999-08-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1168
1169 * configure.in: Add GNU libc 2.1 check.
1170
11711999-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1172
1173 * configure.in: Fix privious Linux IPv6 check changes.
1174
11751999-08-02 Arkadiusz Miskiewicz <misiek@misiek.eu.org>
1176
1177 * configure.in: Improve Linux IPv6 feature check.
1178
11791999-07-29 Rick Payne <rickp@rossfell.co.uk>
1180
1181 * Changed route-maps to behave in a more cisco-like fashion
1182
11831999-07-27 Gerhard Poul <gpoul@gnu.org>
1184
1185 * SERVICES: New file added.
1186
11871999-07-12 itojun@iijlab.net
1188
1189 * configure.in: Add check for getaddrinfo. Improve Kame related
1190 library check.
1191
11921999-07-07 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1193
1194 * configure.in, acconfig.h: Add check for FreeBSD 3.2.
1195
11961999-07-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1197
1198 * configure.in: Delete check for netinet/ip6.h.
1199
12001999-06-30 Gerhard Poul <gpoul@gnu.org>
1201
1202 * README: remixed the old files and added some new parts.
1203 moved some INSTALL stuff into INSTALL file.
1204 moved some other stuff to doc/zebra.texi
1205
12061999-06-29 Kunihiro Ishiguro <kunihiro@zebra.org>
1207
1208 * configure.in (LIBS): Add libresolv check.
1209 Change --enabe-all-in-one option to --enable-one-vty.
1210
12111999-06-20 Kunihiro Ishiguro <kunihiro@zebra.org>
1212
1213 * configure.in: Add --enabe-all-in-one option.
1214
12151999-06-16 Kunihiro Ishiguro <kunihiro@zebra.org>
1216
1217 * configure.in: Add socklen_t check.
1218
12191999-06-16 Gerhard Poul <gpoul@gnu.org>
1220
1221 * Many compile warnings fixed.
1222
12231999-05-31 Kunihiro Ishiguro <kunihiro@zebra.org>
1224
1225 * configure.in: Change message from Linux 2.2.X IPv6 to Linux IPv6.
1226 OpenBSD (NRL) check is enabled.
1227
12281999-05-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1229
1230 * configure.in (LIBS): Add crypt library check.
1231
12321999-05-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1233
1234 * configure.in: Add sin6_scope_id in struct sockaddr_in6 check.
1235
12361999-04-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1237
1238 * Set version to 0.63 for first beta package.
1239
12401999-04-15 Kunihiro Ishiguro <kunihiro@zebra.org>
1241
1242 * guile.m4: Added from guile package.
1243
12441999-04-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1245
1246 * Set version to 0.60 for beta package preparation.
1247
12481999-04-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1249
1250 * Makefile.am: Add noninst_LIBRARIES each directory's Makefile.am.
1251 This change is for linking these libraries to guile.
1252
12531999-04-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1254
1255 * configure.in (LIBS): Add struct rt_addrinfo check.
1256
12571999-04-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1258
1259 * configure.in: AC_STDC_HEADERS added.
1260
12611999-03-29 Kunihiro Ishiguro <kunihiro@zebra.org>
1262
1263 * Add dependencies to each directory's Makefile.am.
1264
12651999-03-02 Peter Galbavy <Peter.Galbavy@knowledge.com>
1266
1267 * reworked include file structure, and configure so that all
1268 source files get all system-dependent include files by including
1269 <zebra.h> which is really lib/zebra.h. This means that the
1270 different programs include files are now available as #include
1271 "zebra/zebra.h" - note the use of quotes, not <> as delimiters.
1272
1273 In practical terms, if I haven't really screwed up, the main file
1274 that maintainers for other OSes have to change is lib/zebra.h for
1275 all the conditional includes etc.
1276
1277 * added --disable-pthread for those systems that seem to have
1278 POSIX threads, but do not work. OpenBSD 2.4+ is like that just
1279 now. Changed all occurance of #ifdef PTHREAD to use HAVE_PTHREAD
1280 instead.
1281
12821999-02-24 <kunihiro@zebra.org>
1283
1284 * configure.in: update to AC_PREREQ(1.13).
1285 Change message from Linux 2.1.x to Linux 2.2.x.
1286 * Added ospf6d directory support.
1287
12881999-02-22 Peter Galbavy <Peter.Galbavy@knowledge.com>
1289
1290 * added a "log" element to the BGPd peer structure, enabling us to
1291 start thinging about a log stream per peer. This is currently
1292 ignored by the wrapper code, but developers should try to use the
1293 "appropriate" ZLOG stream. Documentation will follow, when the
1294 real routines start to exist.
1295
1296 The current plan is to use a copy of the BSD syslog() routines and
1297 replace the syslog library function with our own. I will need
1298 feedback from users of other platforms as this work is done to see
1299 if all is well elsewhere.
1300
1301 * preliminary work on zlog() library. directly replaces syslog()
1302 currently with zlog(ZLOG *, ...) where the new first argument
1303 is a pointer to a ZLOG structure (defined in lib/log.h) and will
1304 encapsulate all the information necessary to maintain multiple
1305 logging streams.
1306
13071999-02-19 Peter Galbavy <Peter.Galbavy@knowledge.com>
1308
1309 * added vsnprintf() macro to lib/str.h if required and removed
1310 #ifdef SUNOS_5 dependency on it
1311
13121999-02-18 Peter Galbavy <Peter.Galbavy@knowledge.com>
1313
1314 * syslog support added
1315
13161999-02-18 Peter Galbavy <Peter.Galbavy@knowledge.com>
1317
1318 * configure.in: Add daemon function check.
1319
13201999-01-21 Kunihiro Ishiguro <kunihiro@zebra.org>
1321
1322 * configure.in: Add --disable-ipv6, --disable-zebra,
1323 --disable-bgpd, --disable-ripd, --disable-ripngd, --disable-ospfd
1324 options to configure.
1325
13261998-12-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1327
1328 * configure.in: Check /usr/inet6/lib/libinet6.a exists or not.
1329
13301998-10-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1331
1332 * configure.in: Comment out FreeBSD's libc_r detect section. At
1333 this moment it doesn't work correctly with zebra.
1334
1335 Netlink interface is only enabled when Linux kernel version is
1336 upper than 2.1.0.
1337
13381998-09-15 HEO SeonMeyong <seirios@matrix.iri.co.jp>
1339
1340 * Hydrangea is now called KAME, so change all defines.
1341
13421998-08-16 Kunihiro Ishiguro <kunihiro@zebra.org>
1343
1344 * configure.in: ifaliasreq check added.
1345
13461998-08-12 Katsuhiro Kondou <kondou@nec.co.jp>
1347
1348 * Patch is applied for compile under EWS4800
1349
13501998-06-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1351
1352 * configure.in: delete old mtu_method check.
1353
1354 * doc/zebra.texi (Kernel interface): chapter `Kernel interface' added
1355
13561998-06-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1357
1358 * configure.in: add new netlink check for GNU/Linux
1359
13601998-06-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1361
1362 * doc/zebra.texi: Update Linux netlink chapter.
1363
13641998-05-18 Yamashita TAKAO <jargon@lares.dti.ne.jp>
1365
1366 * config.h.in: define PTHREAD if work on Solaris 2.6
1367 why delete the definition? I miss?
1368
13691998-05-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1370
1371 * configure.in: add net/if.h header check.
1372
13731998-05-02 SeonMeyong HEO <seirios@Matrix.iri.co.jp>
1374
1375 * zebra.tex,archfig.tex,zebra.sty: Manual file is added.
1376 * zebra.texi: Modify Introduction text.
1377 * RIPngd.c: Patch Hydrangea code.
1378
13791998-05-01 Kunihiro Ishiguro <kunihiro@zebra.org>
1380
1381 * .cvsignore: added.
1382
1383 * Makerule.in: is gone.
1384 * Makefile.am: Now we use automake to generate Makefile.in
1385
13861998-03-19 Yamashita TAKAO <jargon@lares.dti.ne.jp>
1387
1388 * lib/vty.c: modified the definition of *master
1389 * lib/sockunion.c (inet_aton): add, but don't work. uum...
1390
1391
13921998-03-15 Yamashita TAKAO <jargon@lares.dti.ne.jp>
1393
1394 * configure.in: define PTHREAD if work on Solaris 2.6
1395 * config.h.in: likewise
1396 * lib/thread.c: likewise
1397 * lib/vty.c: likewise
1398
13991998-03-15 SeonMeyong HEO <seirios@Matrix.iri.co.jp>
1400
1401 * config.h.in: define INET6 if defined HAVE_IPV6 & HYDRANGEA
1402 * bgpd/: remove include <netinet6/in6.h> line.
1403 * lib/: remove include <netinet6/in6.h> line.
1404 * ripbgd/: remove include <netinet6/in6.h> line.
1405 * zebra/: remove include <netinet6/in6.h> line.
1406 * ripd/*.c: remove include <netinet6/in6.h> line.
1407 undefine IPV6 difinitions because RIPd is not worked for
1408 IPv6 protocol.
1409
1410
14111998-01-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1412
1413 * configure.in: Change routing socket check method from
1414 AC_TRY_COMPILE to AC_TRY_RUN because GNU libc version 2 has
1415 AF_ROUTE but over linux it's meenigless.
1416
14171998-01-06 Kunihiro Ishiguro <kunihiro@zebra.org>
1418
1419 * config.h.in: remove err_t define.
1420
14211997-11-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1422
1423 * configure.in (canonical): add check of IF_METHOD
1424
14251997-09-27 Kunihiro Ishiguro <kunihiro@note.digital-magic.co.jp>
1426
1427 * configure.in: add INRIA check
1428
14291997-09-25 Kunihiro Ishiguro <kunihiro@note.digital-magic.co.jp>
1430
1431 * configure.in (canonical): change ipforward_snmp.o to ipforward_proc.o
1432
14331997-09-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1434
1435 * configure.in: change IRDPD to NDPD
1436
14371997-08-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1438
1439 * INSTALL: new file
1440
14411997-08-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1442
1443 * config.h: add XCALLOC()
1444