blob: 3042c04268bd375d2e6051eeadce4c5978f1abfa [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.
6
ajs7966b972004-11-10 22:02:05 +000072004-11-10 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
8
9 * redhat/quagga.spec.in: add comments showing how to get gcc verbosity
10
paul1b074dd2004-11-08 17:38:30 +0000112004-11-08 Paul Jakma <paul@dishone.st>
12
13 * configure.ac: bump version to 0.97.3, release imminent.
14
paul14c17fd2004-11-07 22:34:23 +0000152004-11-06 Paul Jakma <paul@dishone.st>
16
17 * configure.ac: Arguments to AC_OUTPUT is deprecated, use
18 AC_CONFIG_FILES instead. Rearrange the order slightly to put the
19 Makefiles first (silly aesthetic thing, dont know why I had to do
20 this ;) ). Add doc/defines.texi to the list.
21 * NEWS: bgp route-server support added, refer to docs.
22 * update-autotools: call automake with --add-missing and --copy,
23 former is important for obvious reasons, latter for dist files,
24 and --gnu to enable whatever extra goodness checks.
25 * {depcomp, install-sh, missing}: removed, auto-generated files.
26
paul1f8f61a2004-11-05 23:38:20 +0000272004-11-05 Paul Jakma <paul@dishone.st>
28
29 * HACKING: Expand on ChangeLogs, eg current practice for certain
30 directories and certain other meta-data is not to maintain a
31 ChangeLog. Expand on the commit message, IMHO, commit message
32 should always be ChangeLog for files where ChangeLog is kept.
33 Solaris is supported on any platform (with, at moment, an
34 additional patch).
35
paul3e511c82004-10-22 23:53:19 +0000362004-10-23 Paul Jakma <paul@dishone.st>
37
38 * configure.ac: bump version to 0.97.2, release imminent.
39
paul6b6942f2004-10-22 04:55:05 +0000402004-10-22 Paul Jakma <paul@dishone.st>
41
42 * configure.ac: fix up enable help alignment slightly
43 Add --enable-gcc-ultra-verbose to set various gcc warnings which
44 should one day be fixed but are not serious problems or which
45 could be false-positives.
46
hasso3fb9cd62004-10-19 19:44:43 +0000472004-10-19 Andrew J. Schorr <aschorr@telemetry-investments.com>
48
49 * lib, zebra, ripd, ospfd, bgpd: Support NULL connected destination
50 pointers properly everywhere. Fix point-to-point logic to
51 support links where a dedicated subnet has been assigned.
52 PtP links with /31 subnets should now work where supported by O/S.
53
paul4f8b5bb2004-10-11 18:26:59 +0000542004-10-11 Paul Jakma <paul@dishone.st>
55
56 * bump version to 0.97.1, release imminent.
57
paule561a8e2004-10-07 20:38:44 +0000582004-10-07 Paul Jakma <paul@dishone.st>
59
60 * bump version to 0.97.0, release imminent.
61
gdt7fd63b32004-10-07 13:53:29 +0000622004-10-07 Greg Troxel <gdt@sunpal7.mit.edu>
63
64 * configure.ac: remove -Wpacked; 2.95.3 doesn't support it.
65
hasso7347a2a2004-10-05 14:15:17 +0000662004-10-05 Hasso Tepper <hasso at quagga.net>
67
68 * configure.ac: Removed -Wpadded. I don't have sooo much time that I
69 could care about padding ;).
70
paula49c0ff2004-09-30 06:08:58 +0000712004-09-30 Paul Jakma <paul@dishone.st>
72
73 * Update default CFLAGS for gcc to keep Hasso busy.
74
paulddb07e52004-09-27 07:49:57 +0000752004-09-27 Paul Jakma <paul@dishone.st>
76
77 * update-autotools: libtoolize should copy files, rather than link.
78 the whole idea is that dist files should not need auto*, etc.
79 installed to be able to compile.
80
hassoae399ab2004-09-13 20:22:18 +0000812004-09-13 Hasso Tepper <hasso at quagga.net>
82
83 * configure.ac: Disable isisd compiling by default.
84
paul33394762004-09-13 11:27:57 +0000852004-09-13 Paul Jakma <paul@dishone.st>
86
87 * configure.ac: capitalise the package name. autoconf lowercases
88 it for PACKAGE_TARNAME.
89
paulfee0f4c2004-09-13 05:12:46 +0000902004-09-13 Jose Luis Rubio <jrubio@dit.upm.es>
91 (at Technical University of Madrid as part of Euro6ix Project)
92
93 Enhanced Route Server functionality and Route-Maps:
94
95 * bgpd/bgpd.h: Modified 'struct peer' and 'struct bgp_filter' to
96 support rs-clients. A 'struct bgp_table *rib' has been added to the
97 first (to mantain a separated RIB for each rs-client) and two new
98 route-maps have been added to the last (for import/export policies).
99 Added the following #defines: RMAP_{IN|OUT|IMPORT|EXPORT|MAX},
100 PEER_RMAP_TYPE_{IMPORT|EXPORT} and BGP_CLEAR_SOFT_RSCLIENT.
101
102 * bgpd/bgpd.c: Modified the functions that create/delete/etc peers in
103 order to consider the new fields included in 'struct peer' for
104 supporting rs-clients, i.e. the import/export route-maps and the
105 'struct bgp_table'.
106
107 * bgpd/bgp_route.{ch}: Modified several functions related with
108 receiving/sending announces in order to support the new Route Server
109 capabilities.
110 Function 'bgp_process' has been reorganized, creating an auxiliar
111 function for best path selection ('bgp_best_selection').
112 Modified 'bgp_show' and 'bgp_show_route' for displaying information
113 about any RIB (and not only the main bgp RIB).
114 Added commands for displaying information about RS-clients RIBs:
115 'show bgp rsclient (A.B.C.D|X:X::X:X)', 'show bgp rsclient
116 (A.B.C.D|X:X::X:X) X:X::X:X/M', etc
117
118 * bgpd/bgp_table.{ch}: The structure 'struct bgp_table' now has two
119 new fields: type (which can take the values BGP_TABLE_{MAIN|RSCLIENT})
120 and 'void *owner' which points to 'struct bgp' or 'struct peer' which
121 owns the table.
122 When creating a new bgp_table by default 'type=BGP_TABLE_MAIN' is set.
123
124 * bgpd/bgp_vty.c: The commands 'neighbor ... route-server-client' and
125 'no neighbor ... route-server-client' now not only set/unset the flag
126 PEER_FLAG_RSERVER_CLIENT, but they create/destroy the 'struct
127 bgp_table' of the peer. Special actions are taken for peer_groups.
128 Command 'neighbor ... route-map WORD (in|out)' now also supports two
129 new kinds of route-map: 'import' and 'export'.
130 Added commands 'clear bgp * rsclient', etc. These commands allow a new
131 kind of soft_reconfig which affects only the RIB of the specified
132 RS-client.
133 Added commands 'show bgp rsclient summary', etc which display a
134 summary of the rs-clients configured for the corresponding address
135 family.
136
137 * bgpd/bgp_routemap.c: A new match statement is available,
138 'match peer (A.B.C.D|X:X::X:X)'. This statement can only be used in
139 import/export route-maps, and it matches when the peer who announces
140 (when used in an import route-map) or is going to receive (when used
141 in an export route-map) the route is the same than the one specified
142 in the statement.
143 For peer-groups the statement matches if the specified peer is member
144 of the peer-group.
145 A special version of the command, 'match peer local', matches with
146 routes originated by the Route Server (defined with 'network ...',
147 redistributed routes and default-originate).
148
149 * lib/routemap.{ch}: Added a new clause 'call NAME' for use in
150 route-maps. It jumps into the specified route-map and when it returns
151 the first route-map ends if the called RM returns DENY_MATCH, or
152 continues in other case.
153
gdtcbd04082004-08-31 18:16:36 +00001542004-08-31 Greg Troxel <gdt@poblano.ir.bbn.com>
155
gdtb85dca32004-08-31 18:44:42 +0000156 * Makefile.am: make m4 as subdir, rather the EXTRA_DISTing it
157
158 * configure.ac: add m4/Makefile to output list
159
1602004-08-31 Greg Troxel <gdt@poblano.ir.bbn.com>
161
gdtcbd04082004-08-31 18:16:36 +0000162 * Makefile.am: Only put pkgsrc dir in SUBDIRS if we should install
163 rc.d files. (Note that pkgsrc is always in DIST_SUBDIRS.)
164
165 * configure.ac (pkgsrcdir): add new --enable-pkgsrcrcdir to give a
166 directory into which www.pkgsrc.org-style rc.d files are
167 installed.
168
paul2abb1cf2004-08-19 04:42:03 +00001692004-08-19 Paul Jakma <paul@dishone.st>
170
171 * Makefile.am: add m4 directory to EXTRA_DIST, and define
172 ACLOCAL_AMFLAGS to have aclocal pull in m4/
173 * configure.ac: AM_PROG_LIBTOOL should be AC_...
174 * update-autotools: print a warning that this script is deprecated
175
gdt29904602004-08-17 12:27:32 +00001762004-08-17 Greg Troxel <gdt@fnord.ir.bbn.com>
177
178 * update-autotools: print tools versions to aid people in sending
179 bug reports.
180
gdtb7a97f82004-07-23 16:23:56 +00001812004-07-23 Greg Troxel <gdt@poblano.ir.bbn.com>
182
183 * */Makefile.am: Use ../dir/libfoo.la, rather than "-L../dir
184 -lfoo", to avoid linking against installed libraries from a
185 previous version.
186
187 * {lib,ospfd,ospfclient}/Makefile.am: explicitly define the shared
188 library version number to be 0.0
189
190 * configure.ac: remove spurious , so extract.pl is chmod'd +x.
191
192 * HACKING: explain shared library versioning rules
193
paul27eebb32004-07-22 18:16:59 +00001942004-07-22 Paul Jakma <paul@dishone.st>
195
196 * configure.ac: modify default CFLAGS to be compiler agnostic
197 build Makefile for tests/ subdir.
198
gdtaa9af782004-07-14 13:55:28 +00001992004-07-14 Greg Troxel <gdt@poblano.ir.bbn.com>
200
201 * Makefile.am (EXTRA_DIST): Add missing \, so tools stuff is
202 really in distfile.
203
gdtcf313882004-06-30 13:24:42 +00002042004-06-30 Greg Troxel <gdt@poblano.ir.bbn.com>
205
gdt87efd642004-06-30 17:36:11 +0000206 * */Makefile.am: use -L../lib -lzebra, so we pick up the shlib
207 version of libzebra when available.
208
209 * configure.ac, update-autotools: Add libtool.
210
2112004-06-30 Greg Troxel <gdt@poblano.ir.bbn.com>
212
gdtf2bfdee2004-06-30 17:25:15 +0000213 * Makefile.am: add files to EXTRA_DIST rather than copying, and
214 omit the kludgy cleaning steps, which were failing when the list
215 to clean was empty.
216
2172004-06-30 Greg Troxel <gdt@poblano.ir.bbn.com>
218
gdtfc9d0742004-06-30 14:25:12 +0000219 * configure.ac: Look for perl, and substitute into vtysh/extract.pl.
220 Search for termcap functions more expansively (fixes vtysh compile
221 on NetBSD). Clean up --enable-vtysh definition.
222
2232004-06-30 Greg Troxel <gdt@poblano.ir.bbn.com>
224
gdtcf313882004-06-30 13:24:42 +0000225 * update-autotools: Use -rf on autom4te.cache.
226
hasso320ec102004-06-20 19:54:37 +00002272004-06-20 Hasso Tepper <hasso@estpak.ee>
228
229 * lib/vty.c: Don't attempt to load configuration file from current
230 directory.
231 * Update vty_read_config() calls in bgpd/bgp_main.c, isisd/isis_main.c,
232 ospf6d/ospf6_main.c, ospfd/ospf_main.c, ripd/rip_main.c,
233 ripngd/ripng_main.c and zebra/main.c.
234
paul19877dd2004-05-11 10:49:35 +00002352004-05-11 Paul Jakma <paul@dishone.st>
236
237 * configure.ac: Add solaris support for the zebra/*_solaris
238 method's, based on Sowmini's patches.
239
pauld355bfa2004-04-08 07:43:45 +00002402004-04-08 Paul Jakma <paul@dishone.st>
241
242 * ospf_spf.h: Add backlink field to struct vertex
243 * ospf_spf.h: (ospf_vertex_new) initialise backlink
244 (ospf_lsa_has_link) return index of link back to
245 vertex V from candidate vertex W, or -1 if no link exists.
246 (ospf_spf_next) save backlink index for candidate vertex
247 * ospf_interface.c: (ospf_vl_set_params) Use the backlink index
248 to determine correct address for virtual-link peers. Fall back
249 to older "pick first link" method if no backlink index exists.
250
hasso41d3fc92004-04-06 11:59:00 +00002512004-04-06 Hasso Tepper <hasso@estpak.ee>
252
253 * zebra/ipforward_proc.c: Fixed lowering privileges.
254 * zebra/zserv.c: Fixed "(no) ipv6 forwarding" command logic.
255 * configure.ac: Added --disable-capabilities switch to configure.
256
hassof571dab2004-03-22 08:55:25 +00002572004-03-22 Hasso Tepper <hasso@estpak.ee>
258
259 * Readded SIGTERM handling so daemons can clean up their stuff if they
260 are killed (not murdered).
261
hasso37318652004-03-20 20:06:15 +00002622004-03-20 Michael Bruening <mike@vailsys.com>
263
264 * ospfd/ospf_vty.c: Completed array distribute_str of route types with
265 addition of "isis". This array must be indexed by
266 ZEBRA_ROUTE_(SYSTEM|KERNEL|...) defines in zebra.h, and should
267 be updated with every route type addition. This fix allows
268 commands redistributing routes from (bgp|isis), like "router ospf
269 redistribute bgp ...", to be written to terminal, memory, file,
270 which would otherwise result in a seg fault or, possibly, config
271 file corruption. Overlooked in import of isisd.
272 * Similar fixes to bgpd/bgp_vty.c ospf6d/ospf6_asbr.c ripd/rip_zebra.c
273 and ripngd/ripng_zebra.c.
274
hasso8c903fb2004-03-17 20:39:18 +00002752004-03-17 Jean-Yves Simon <lethalwp@tiscali.be>
276
277 * zebra/main.c, ripd/rip_main.c: Fix typos sigusr1 -> sigint,
278 bugzilla #82.
279
gdt5e4fa162004-03-16 14:38:36 +00002802004-03-16 David Young <dyoung@pobox.com>
281
282 * (many) reference <lib/version.h> rather than "version.h",
283 because version.h is a generated file and not present in the
284 source tree when using objdir builds.
285
hassofa2b17e2004-03-04 17:45:00 +00002862004-03-03 PC Drew <pc@superiorcomm.net>
287
288 * lib/keychain.c: typecast time_t function to long, fixes compile
289 warning.
290 * lib/debug.c: wrapped function with ifdef HAVE_GLIBC_BACKTRACE fixes
291 compile warning when backtrace doesn't exist for that system.
292 * zebra/rtadv.c: for OpenBSD, added include statement for
293 netinet/icmp6.h
294 * zebra/zserv.c: added default case to switch statements, fixes compile
295 warning about certain NEXTHOP_TYPE enumeration values not being
296 handled.
297 * zebra/rt_socket.c: set *mask = NULL by default, fixes compile
298 warning, about mask possibly being used uninitialized.
299 * bgpd/bgp_nexthop.c: added default case to switch statements, fixes
300 compile warning about certain NEXTHOP_TYPE enumeration values not
301 being handled.
302 * ospfd/ospf_spf.c: typecast time_t to long, fixes compile warning.
303 * ospfd/ospf_route.c: typecast route_node->prefix to prefix_ipv4, fixes
304 compile warning.
305 * ospfd/ospf_route.c: typecast prefix_ipv4 to prefix, fixes compile
306 warning.
307 * ospfd/ospf_abr.c: typecast prefix to prefix_ipv4 in two instances,
308 fixes compile warning.
309 * vtysh/vtysh.c: fixed null pointer sentinel value when doing execl and
310 friends, fixes compile warning.
311 * ospf6d/ospf6_damp.c: typecast time_t to long in 4 instances, fixes
312 compile warning.
313 * ospf6d/ospf6_main.c: use MAXPATHLEN (if set) instead of 64 for the
314 _cwd array, fixes compile warning.
315
paul2d75d052004-01-19 21:31:15 +00003162004-01-19 Paul Jakma <paul@dishone.st>
317
318 * tests/test-sig.c: New file, regression test for sigevents.
319 * lib/Makefile.am: add sigevent.{c,h}
320 * (isis|rip|ripng|ospf|ospf6|bgp)d/\1_main.c: modify for sigevents.
321 * zebra/main.c: ditto.
322
paula27abaa2004-01-10 22:03:07 +00003232004-01-10 Paul Jakma <paul@dishone.st>
324
325 * Makefile.am: redhat/ is a dist subdir too.
326
jardina4d2a0d2004-01-10 20:42:35 +00003272004-01-10 Vincent Jardin <jardin@6wind.com>
328
329 * configure.ac: add the redhat/Makefile as a AC_OUTPUT() argument.
330 It fixes build on FreeBSD 5.1 and FreeBSD 4.7
331
paul00bc5602004-01-09 16:30:52 +00003322004-01-08 Paul Jakma <paul@dishone.st>
333
334 * Makefile.am: as per gdt, specify the redhat dir as a DIST_SUBDIR,
335 remove the redhat/... dist targets - instead these now go in..
336 redhat/Makefile.am: (new) proper place to describe redhat/ dist
337 files, as well as allow quagga.spec to be regenerated properly.
338 redhat/quagga.sysconfig: specify conf file location.
339 redhat/quagga.spec.in: Add 2 patches to RPM build.
340
paul41ad8782003-12-30 11:09:00 +00003412003-12-30 Paul Jakma <paul@dishone.st>
342
paul15d74e92003-12-30 11:16:21 +0000343 * redhat/isisd.init: new file, init script for isisd.
344 redhat/quagga.sysconfig: new file, sysconfig file for quagga
345 initscripts.
346 redhat/quagga.spec.in: various cleanups, including sysconfig patch
347 from RH, fixed UID/GID as per RH EL, shell changed to
348 /sbin/nologin, daemon vty's listen to 127.1 only per default and
349 isisd packaged.
350 redhat/*.init: sysconfig support and runlevels specified.
351
3522003-12-30 Paul Jakma <paul@dishone.st>
353
paul41ad8782003-12-30 11:09:00 +0000354 * Makefile.am: put the redhat/ stuff into EXTRA_DIST rather than
355 copying via dist-hook. Remove ~ files backup cruft from dists.
356 isisd/Makefile.am: sysconf example should go via
357 dist_examples_DATA. The include-netbsd/ headers werent mentioned
358 as sources and werent being copied into dists.
359
jardin9e867fe2003-12-23 08:56:18 +00003602003-12-23 Vincent Jardin <jardin@6wind.com>
361
362 * isisd: Import isisd from Sampo Saaristo's source code.
363
gdtaa593d52003-12-22 20:15:53 +00003642003-12-22 Christian Hammers <ch@lathspell.de>
365
366 * configure.ac (and everywhere a regular file is opened for
367 writing): use file permissions from configure rather than
368 compiled-in umask.
369
hasso47ce02a2003-12-22 16:49:15 +00003702003-12-22 Hasso Tepper <hasso@estpak.ee>
371
372 * lib/linklist.c: Revert microfix I commited while reverting
373 [quagga-dev 227]. Caused by misreading code.
374
hassoe90fbab2003-12-21 09:51:42 +00003752003-12-21 Hasso Tepper <hasso@estpak.ee>
376
377 * lib/linklist.c: Revert patch [quagga-dev 227]. listnode_add_sort()
378 function should not drop nodes in any case. But fix behavior where
379 nodes were added to the end of list when cmp returned 0.
380 * lib/if.c: Check for duplicates before calling listnode_add_sort().
381
gdtaf273652003-12-08 18:12:34 +00003822003-12-08 Greg Troxel <gdt@fnord.ir.bbn.com>
383
384 * {lib,ospfd,ospfapi}/Makefile.am: Use pkginclude_HEADERS rather
385 than include_HEADERS to place includes in
386 ${prefix}/include/quaggainstead of polluting ${prefix}/include.
387
gdtc4f0efe2003-12-04 15:39:25 +00003882003-12-04 Greg Troxel <gdt@poblano.ir.bbn.com>
389
390 * configure.ac: When setting exampledir to sysconfdir as a
391 default, don't quote ${sysconfdir}. (Bug reported by Vincent
392 Jardin.)
393
gdtd6b72f72003-12-03 17:24:27 +00003942003-12-03 Greg Troxel <gdt@poblano.ir.bbn.com>
395
gdtd2a0ccc2003-12-03 18:13:48 +0000396 * configure.ac: Compile in Router Advertisement support by
397 default. Note that this does not default to sending RAs; it just
398 makes 'ipv6 nd send-ra' and 'ipv6 nd prefix-advertisement'
399 available. While others may prefer other tools, no argument has
400 been made that router advertisement support is such bloat that it
401 should be compiled out by default (it 9556 bytes on NetBSD/i386 vs
402 8 bytes with the support compiled out). This reversion of a
403 previous change was done in consultation with Paul.
404
4052003-12-03 Greg Troxel <gdt@poblano.ir.bbn.com>
406
gdtfa3232e2003-12-03 17:52:30 +0000407 * configure.ac: Move tests for v6 header files to after the check
408 for v6 code version, and conditionalize on the right variable.
409 (Fixes problem where v6 header files are not included when v6 is
410 enabled implicitly.)
gdtd2a0ccc2003-12-03 18:13:48 +0000411
gdtfa3232e2003-12-03 17:52:30 +00004122003-12-03 Greg Troxel <gdt@poblano.ir.bbn.com>
413
gdtd6b72f72003-12-03 17:24:27 +0000414 * configure.ac: Add --enable-exampledir to specify where example
415 config files should go, defaulting to sysconfdir.
416
417 * */Makefile.am: use exampledir instead of sysconfdif for examples
418
paul62892882003-11-02 07:31:47 +00004192003-11-02 Paul Jakma <paul@dishone.st>
420
421 * bgpd/bgp_routemap.c: Fix up 'set ip next-hop A.B.C.D|peer-address'
422 route map command so that vtysh can use it. Modified version of
423 Hasso Tepper's patch. Fixes bug #52.
424 * configure.ac: FreeBSD has net-snmp in /usr/local.
425 * redhat/quagga.spec.in: Install libzebra headers with -devel
426 package.
427
4282003-11-02 Krzysztof Oledzki <oleq@ans.pl>
429
430 * zebra/zebra_rib.c: Revert patch (dating from zebra.org) which
431 caused zebra to read all routes in all tables, rather than just
432 the main table. See [quagga-dev 280].
433
4342003-10-30 Paul Jakma <paul@dishone.st>
435
436 * configure.ac: netinet/in_systm.h is yet another well-known
437 header file we really should be checking for
438
4392003-10-27 kamatchi soundaram <kamatchi@tdd.sj.nec.com>
440
441 * ospfd/ospfd.c: Do not increment act_int for an area, as it is done
442 by ospf_ism.c::ism_change_state() - results in incorrect figure
443 for active interfaces in an area.
444
4452003-10-27 Paul Jakma <paul@dishone.st>
446
447 * lib/if.{ch}: remove ifc_pointtopoint() - left over from the
448 reverted RFC3021 patch.
449
4502003-10-27 Simon <lists@routemeister.net>
451
452 * ospfd/ospfd.c: if_is_pointopoint() takes (struct interface *), was
453 being called with struct connected. Change to co->ifp.
454
4552003-10-27 Gilad Arnold <gilad.arnold@terayon.com>
456
457 * zebra/zebra_rib.c: (nexthop_active_update) Check for multipath
458 limit when setting changed flag to avoid spurious changes.
459 (static_install_ipv{4,6}) dont uninstall by default, might not be
460 required - avoid spurious uninstalls.
461 (static_uninstall_ipv{4,6}) only uninstall the route if its
462 actually FIB route.
463
4642003-10-24 sowmini.varadhan@sun.com
465
466 * ospfd/ospf_network.c: (ospf_sock_init) Exit if socket can not be
467 created.
468
4692003-10-24 Jose Luis Rubio Guivernau <jrubio@dit.upm.es>
470
471 * Better 'show bgp' support for views (eg ipv6), see [quagga-dev 238]
472 * bgpd/bgp_route.c: (bgp_show) Take a struct bgp argument instead of
473 view string.
474 (bgp_show_neighbor_route) Take a struct peer argument instead of
475 ip string.
476 (peer_adj_routes) ditto
477 (show_adj_routes) ditto
478 (peer_lookup_in_view) new function to return appropriate struct
479 peer for a given view string.
480 (misc) Fixup all calls to above to reflect new calling arguments,
481 and use peer_lookup_in_view as needed. Additional commands
482 installed to use expanded functionality above, existing commands
483 modified to suit as well.
484 * bgpd/bgp_vty.c: 2 new aliases.
485
4862003-10-24 Paul Jakma <paul@dishone.st>
487
488 * configure.ac: Check for fcntl()
489 * {bgpd,ospf,ospf6d,ripd,ripngd}/Makefile.am: Install conf file via
490 regular automake means, not magic install incantations, see
491 bug #38.
492 * lib/Makefile.am: install the headers, needed to link libzebra.a
493 (and hence libospf.a, OSPF-API, etc.)
494
4952003-10-24 waldi@debian.org
496
497 * vtysh/Makefile.am: vtysh_cmd.c rebuild was broken because it
498 depended against source files without specification, i.e. it
499 used ../zebra instead of $(top_srcdir)/zebra.
500
5012003-10-23 Paul Jakma <paul@dishone.st>
502
503 * configure.ac: IRIX configure.ac support. Sort of works.
504 sysctl() crashes though (ipforward), there's some kind of odd
505 padding in the PF_ROUTE socket messages and setsockopt() on
506 SOCK_RAW does not work (so ospfd doesnt work).
507
5082003-10-22 Paul Jakma <paul@dishone.st>
509
510 * vtysh/Makefile.am: do not include vtysh_cmd.c in dists, its
511 configure dependent. (still need to find a way to make building of
512 it dependent on configure options or include all commands.)
513
5142003-10-22 Paul Jakma <paul@dishone.st>
515
516 * lib/zebra.h: include limits.h if its there, its a portable header
517 and useful and not just solaris specific. net/route.h is also
518 useful.
519
5202003-10-22 Paul Jakma <paul@dishone.st>
521
522 * lib/regex.c: bzero -> memset
523 * zebra/ioctl.c: ditto. bzero is not portable.
524
5252003-10-22 Paul Jakma <paul@dishone.st>
526
527 * zebra/kernel_socket.c: HAVE_IPV6 conditional for WRAPUP when
528 HAVE_SA_LEN is not defined. bcopy -> memcpy, bcopy is not
529 portable.
530
5312003-10-22 Paul Jakma <paul@dishone.st>
532
533 * configure.ac: Split up header checks into non-net, net and ipv6
534 related. Checking of IPv6 is conditional. Add some more output
535 text for the end of the configure run.
536
5372003-10-18 Lorenzo Colitti <lorenzo@ripe.net>
538
539 * bgpd/bgp_attr.c: (bgp_dump_routes_attr) Dont dump IPv4 nexthop
540 for IP. Dump MP_NLRI attr with IPv6 next-hop for AF_INET6 address
541 family prefixes. Accept prefix as argument.
542 * bgpd/bgp_attr.c: modify bgp_dump_routes_attr declaration.
543 * bgpd/bgp_dump.c: (bgp_dump_routes_entry) Modify calls to
544 bgp_dump_routes_attr.
545 (bgp_dump_common) Go by the family of the peering socket, not
546 configured address family when dumping peering information.
547 Add HAVE_IPV6 conditionals, eg missing from previous bgp interval
548 patch.
549
5502003-10-18 Lorenzo Colitti <lorenzo@ripe.net>
551
552 * bgpd/bgp_dump.{c,h}: (bgp_dump_interval_add) Dump at discrete
553 fixed intervals rather than fixed intervals from startup time.
554 (bgp_dump_interval_func) Dont return immediately if file cant be
555 openeded, but reschedule interval dumps, even - admin might
556 fix problem in meantime. Close the dump file in between intervals.
557 (bgp_dump_init) account for MSG header when initialising stream
558 size.
559
5602003-10-15 Paul Jakma <paul@dishone.st>
561
562 * ospfd/ospf_interface: (ospf_if_lookup_table) new function to
563 lookup oi for a given prefix in a given interfaces table of oi's.
564 (ospf_if_new) use ospf_if_lookup_table to deal with zebra
565 reporting new interface multiple times.
566 NB: This patch is a complete plaster-band of a hack. First, why is
567 zebra reporting interface events multiple times? Second, why does
568 ospfd maintain so many damn lists and tables relating to oi's -
569 these should be reconciled into one or two tables.
570
5712003-10-15 sowmini.varadhan@sun.com
572
573 * ripd/ripd.c: (rip_send_packet) use rip->sock for mcast sends,
574 instead of creating one socket per send. send source addr to
575 rip_update_interface.
576 (rip_update_process) should send an update on every connected
577 network for each interface.
578 (rip_request_send) should send a request on every connected
579 network for each interface.
580 * ripd/ripd.h: update prototype for rip_interface_multicast_set
581 * ripd/rip_interface.c: (rip_interface_multicast_set) reorganized
582 so that it can be called repeatedly for aliased interfaces (on
583 multiple networks).
584
5852003-10-15 Jay Fenlason <fenlason@redhat.com>
586
587 * lib/vty.c: (vty_telnet_option) Remote DoS exists if a telnet
588 end-sub-negotation is sent when no sub-negotation data has been
589 sent. Return immediately if no sub-negotation is in progress.
590 (vty_read) do not attempt to process options if no sub-negotation
591 is in progress.
592
5932003-10-15 Paul Jakma <paul@dishone.st>
594
595 * lib/vty.c: (vty_save_cwd) dont crash if getcwd fails. try fallback
596 to SYSCONFDIR. Allocate cwd from the stack rather than relying on
597 (non-portable) getcwd() allocation (which we didnt seem to be
598 freeing).
599
6002003-10-13 Jay Fenlason <fenlason@redhat.com>
601
602 * lib/zebra.h: define UINT32_MAX for those systems which do not
603 provide it.
604 * bgp_attr.h: define BGP_MED_MAX.
605 * bgp_route.c: update defines/constants to BGP_MED_MAX.
606 * bgp_routemap.c: ditto. clean up route_match_metric_compile
607 slightly to avoid unneccesary XMALLOC.
608
6092003-10-13 sowmini.varadhan@sun.com
610
611 * ospf_lsa.h: Add OSPF_LSA_PREMATURE_AGE flag.
612 * ospf_lsa.c: added better debug comments. check sequence number in
613 ospf_lsa_install. ospf_maxage_lsa_remover() checks for
614 OSPF_LSA_PREMATURE_AGE and re-originates the lsa after ls_acks are
615 received.
616 * ospf_flood.c: improve debug statement- print ls_seqnum.
617
6182003-10-13 Douglas Fraser <doug+quagga@idmf.net>
619
620 * zebra/connected.c: PtP revert fixup. Zebra was not creating
621 connected route for PtP peer.
622
6232003-10-07 Tarhon-Onu Victor <mituc@iasi.rdsnet.ro>
624
625 * zebra/ipforward_proc.c: (ipforward) Close the fd for
626 /proc/net/snmp. See [quagga-dev 284]
627
6282003-09-29 Gilad Arnold <gilad.arnold@terayon.com>
629
630 * zebra/zebra_rib.c: Fix possible dangling reference to rib
631 route_nodes - unlock it the appropriate number of times. (twice,
632 because of the implicit lock). see [quagga-dev 251].
633
6342003-09-29 Paul Jakma <paul@dishone.st>
635
636 * zebra/connected.c: revert the 'generic PtP' patch as it causes
637 far too many problems. People who use FreeSWAN should investigate
638 native linux ipsec.
639 * zebra/rt_netlink.c: ditto
640 * lib/if.c: ditto
641 * ripd/ripd.h: ditto
642 * ripd/ripd.c: ditto
643 * ripd/rip_interface.c: ditto
644 * ospfd/ospfd.c: ditto
645 * ospfd/ospf_snmp.c: ditto
646 * bgpd/bgp_nexthop.c: ditto
647 * ospfd/ospf_packet.c: Add debug output for some of the previously
648 completely silent drops of 'bad' packets.
649 * configure.ac: bump version
650
6512003-08-27 Jay Fenlason <fenlason@redhat.com>
652
653 * lib/Makefile.am: Do not use a lib (libcap) as a dependency
654 * zebra/Makefile.am: Link in libcap
655 * bgpd/bgp_routemap.c: attr->med is type u_in32_t, should be
656 compared with UINT32_MAX
657 * ospfd/ospfd.c: remove redundant assert
658 * zebra/rtadv.c: add missing include for zebra/rib.h
659
6602003-09-24 Paul Jakma <paul@dishone.st>
661
662 * lib/version.h: moved to version.h.in
663 * lib/version.h.in: New file, from version.h. Change hardcoded
664 package name and version to use the autoconf defined substition
665 variables.
666 * configure.ac: Fix up AC/AM_INIT* to new style. Remove the sed'ing
667 through lib/version.h for VERSION. Add lib/version.h to the
668 AC_OUTPUT list. Update the text output of quagga version at end
669 of configure run to use PACKAGE_VERSION.
670 * doc/.cvsignore: ignore quagga.pdf
671 * doc/.cvsignore: ignore version.h, its now autogenerated.
672
6732003-09-24 sowmini.varadhan@sun.com
674
675 * lib/if.c: (if_cmp_func) fix infinite loop if
676 ifp1->name == ifp2->name
677 * lib/linklist.c: (if_cmp_func) Fix handling of case where
678 list->cmp returns 0.
679 * rip_interface.c: (rip_interface_address_add) call
680 rip_enable_apply(), or the interface is never considered up.
681 see [quagga-dev 225].
682 * zebra/kernel_socket.c: Fix up WRAPUP macro to deal with multiple
683 address families in the absence of sa_len element in struct
684 sockaddr.
685 (ifm_read): Handle solaris 9 if_msghdr_t.
686 Deal with interfaces which are incomplete, lookup on name rather
687 than the placeholder interface index of -1.
688
6892003-09-24 Thomas Giger TGC <thomas.giger@tgc.de>
690
691 * ospf_packet.c (ospf_associate_packet_vl): pass NULL struct
692 interface to ospf_if_lookup_by_local_addr() rather than the
693 receiving interface ifp, packets for VL's could come in any
694 interface. See quagga-dev 250.
695
paule05fba42003-04-13 20:20:53 +00006962003-04-13 Paul Jakma <paul@dishone.st>
697
698 * Amir: Opaque LSA bug fix for deletion of Type11's
699 * configure.ac: use --localstatedir for Unix sockets
paul645878f2003-04-13 21:42:11 +0000700 * Hasso Tepper: When flushing as-ext LSAs flush associated NSSA
701 LSAs.
paule05fba42003-04-13 20:20:53 +0000702
paul020709f2003-04-04 02:44:16 +00007032003-04-04 Paul Jakma <paul@dishone.st>
704
705 * Sync to Zebra CVS
706 * Fix lib/thread.h leak
707 * Fix small Opaque LSA leak
708 * Do not configure OSPF interfaces for secondary addresses
709 * vtysh fixes from Hasso
710 * Dave Watson's missing ntohs fix
711
paul68980082003-03-25 05:07:42 +00007122003-03-25 Paul Jakma <paul@dishone.st>
713
714 * Sync to Zebra CVS
715
paul07661cb2003-03-18 00:03:05 +00007162003-03-17 Amir Guindehi <amir@datacore.ch>
717
718 * Extended SNMP checks in configure.ac so that net-snmp works
719
7202003-03-17 Amir Guindehi <amir@datacore.ch>
721 Ralph Keller <keller@tik.ee.ethz.ch>
722 * merge OSPF-API
723
paul13766da2003-02-07 14:46:23 +00007242003-02-07 Paul Jakma <paul@dishone.st>
725
726 * Sync to zebra CVS
727
paul420df432003-02-03 20:30:39 +00007282003-02-03 Paul Jakma <paul@dishone.st>
729
730 * Sync to zebra CVS
731
paulae936ae2003-01-20 04:58:21 +00007322003-01-19 Paul Jakma <paul@dishone.st>
733
734 * Temporary fix for Generic PtP wrt to IPv6
735
paul9a668002003-01-18 23:11:44 +00007362003-01-17 Paul Jakma <paul@dishone.st>
737
738 * Sync up to latest zebra.org CVS
739 * [zebra 16823] Bugfix and new feature in Opaque-LSA handling
740 Masahiko Endo <endo@suri.co.jp>
741 * [zebra 16824] [PATCH] nsm_kill_neighbor
742 Masahiko Endo <endo@suri.co.jp>
743 * [zebra 17217] [PATCH] show thread CPU
744 Yon Uriarte <havanna_moon@gmx.net>
745 * [zebra 17218] Re: [PATCH] CLI extensions.
746 Yon Uriarte <havanna_moon@gmx.net>
747
paul4fc01e62002-12-13 20:49:00 +00007482002-12-13 Paul Jakma <paul@dishone.st>
749
750 * added support for vtysh 'write file' command to
paul0efa4d52002-12-13 21:55:43 +0000751 write either per-daamon and/or integrated file
paulab836aa2002-12-13 21:19:02 +0000752 * ospfd md5 buffer copying fix (Greg Troxel)
paul8bd9c712002-12-13 21:05:16 +0000753 * ospfd md5 sequence number derived from time()
paulab836aa2002-12-13 21:19:02 +0000754 * RIPv1 fixes and improvements (John Hay)
755 * link state detection (linux) ([zebra 12269])
756 * Generic PtP and RFC3021 interface addressing support
757 (Frank van Maarseveen)
paul0efa4d52002-12-13 21:55:43 +0000758 * Michal Ludvig <michal@logix.cz>:
759 [zebra 16525] PATCH: Bugfixes for KAME systems
760 * Kevin C Miller <kevinm@andrew.cmu.edu>
761 [zebra 16681] OSPF NSSA Patches
762 * Yon Uriarte <havanna_moon@gmx.net>
763 [zebra 16671] [PATCH] CLI extensions
paula8959012002-12-13 21:59:26 +0000764 * Masahiko Endo: [zebra 15475] - MPLS-TE docs
paul4fc01e62002-12-13 20:49:00 +0000765
paul718e3742002-12-13 20:15:29 +00007662002-07-07 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
767
768 * zebra-0.93 released.
769
7702002-06-28 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
771
772 * update-autotools: Change file name from update-auto-tools.sh.
773
7742002-06-21 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
775
776 * update-auto-tools.sh: Add a new script to clean up build
777 environment.
778
7792002-06-18 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
780
781 * Shift to the latest build environment autoconf-2.53 and
782 automake-1.6.2.
783
7842001-10-22 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
785
786 * Integrate Glen Turner <glen.turner@aarnet.edu.au>'s pid option.
787
7882001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
789
790 * zebra-0.92a released.
791
7922001-08-19 "Peter Galbavy" <peter.galbavy@knowtion.net>
793
794 * configure.in: SNMP library check problem fix when the library is
795 installed under /usr/local/lib.
796
7972001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
798
799 * zebra-0.92 released.
800
8012001-04-22 Kunihiro Ishiguro <kunihiro@zebra.org>
802
803 * configure.in (LIBPAM): Use ZEBRA_AC_C_BIGENDIAN to avoid a
804 warning.
805 (IF_METHOD): Use test -r instead of AC_CHECK_FILE to avoid
806 warnings.
807
808 * config.guess: Update to 2000-11-10 version.
809
8102001-04-11 Kunihiro Ishiguro <kunihiro@zebra.org>
811
812 * configure.in: Use AC_TRY_COMPILE instead of AC_EGREP_HEADER to
813 detect in_pktinfo structure. Suggested by: Vlad Lungu
814 <vlad@rls.roknet.ro>.
815
8162001-03-07 Michael Rozhavsky <mrozhavsky@opticalaccess.com>
817
818 * configure.in: Add check for structure in_pktinfo.
819
8202001-02-07 "Bjoern A. Zeeb" <bzeeb+zebra@zabbadoz.net>
821
822 * configure.in (USE_PAM): Fix PAM library detection code.
823
8242001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
825
826 * zebra-0.91 is released.
827
8282001-01-12 Kunihiro Ishiguro <kunihiro@zebra.org>
829
830 * configure.in: Remove guile related definition.
831
8322001-01-11 Kunihiro Ishiguro <kunihiro@zebra.org>
833
834 * configure.in (ac_cv_htonl_works): HAVE_REPAIRABLE_HTONL is
835 removed. htonl should work fine on any platform.
836
8372001-01-10 Kunihiro Ishiguro <kunihiro@zebra.org>
838
839 * configure.in: Remove --enable-oldrib option.
840
841 * acconfig.h: OLD_RIB definition is removed.
842
843 * zebra-0.90 is released.
844
845 * configure.in (LIBS): Add check for sun_len field in struct
846 sun_len.
847
8482001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
849
850 * Makefile.am: Include init/redhat files to distribution.
851
8522001-01-07 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
853
854 * configure.in: check libm.a for BGPd compile error.
855 AC_CHECK_LIB(m, main) was added.
856
8572000-12-29 Kunihiro Ishiguro <kunihiro@zebra.org>
858
859 * configure.in: --enable-unixdomain becomes default. Add
860 --enable-tcp-zebra for TCP/IP communication between protocol
861 daemon and zebra.
862
863 * COPYING.LIB: Added for lib/getopt.c, lib/getopt.h,
864 lib/getopt1.c, lib/md5-gnu.h, lib/md5.c, lib/regex-gnu.h,
865 lib/regex.c.
866
867 * Makefile.am (dist-hook): Include tools/*.cgi to distribution.
868
8692000-12-26 Kunihiro Ishiguro <kunihiro@zebra.org>
870
871 * configure.in (MULTIPATH_NUM): --enable-multipath=ARG specify
872 multipath number. ARG must be digit.
873
8742000-12-11 Kunihiro Ishiguro <kunihiro@zebra.org>
875
876 * configure.in: Add --enable-newrib for test new RIB code.
877
8782000-11-25 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
879
880 * configure.in, config.h.in: Add check for libutil.h and
881 setproctitle().
882
8832000-10-26 Kunihiro Ishiguro <kunihiro@zebra.org>
884
885 * configure.in: Add --enable-nssa for OSPF NSSA option.
886
887 * acconfig.h: Define HAVE_NSSA.
888
8892000-10-25 "Bjoern A. Zeeb" <bzeeb+zebra@zabbadoz.net>
890
891 * configure.in: pam_misc is only linked when the platform is
892 GNU/Linux.
893
8942000-10-24 Arkadiusz Miskiewicz <misiek@pld.org.pl>
895
896 * configure.in (LIBS): Add check for crypto library. test x`ls
897 ${ac_snmp}` is replaced with sipmle test -f.
898
8992000-10-23 Kunihiro Ishiguro <kunihiro@zebra.org>
900
901 * configure.in: Add --enable-unixdomain option. This will be
902 default behavior in zebra-0.90.
903
9042000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
905
906 * zebra-0.89 is released.
907
9082000-09-27 Kunihiro Ishiguro <kunihiro@zebra.org>
909
910 * configure.in: Add check for Intel CPU for Solaris on x86 check.
911
9122000-09-21 Kunihiro Ishiguro <kunihiro@zebra.org>
913
914 * configure.in: Add check for getifaddrs().
915 Set AM_INIT_AUTOMAKE version to 0.89.
916
9172000-09-14 Kunihiro Ishiguro <kunihiro@zebra.org>
918
919 * config.guess: Update to the latest version.
920
921 * config.sub: Likewise
922
9232000-09-14 David Lipovkov <dlipovkov@OpticalAccess.com>
924
925 * REPORTING-BUGS: New file is added.
926
9272000-08-27 itojun@iijlab.net
928
929 * configure.in: Add ncurses library check when --enable-vtysh is
930 specified.
931
9322000-08-22 Kunihiro Ishiguro <kunihiro@zebra.org>
933
934 * configure.in: Add check for readline/history.h.
935
936 * acconfig.h: Remove pthread related variables.
937
938 * configure.in: Add --with-libpam option for vtysh PAM
939 authentication. Remove --disable-pthread because we don't support
940 pthread.
941
9422000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
943
944 * zebra-0.88 is released.
945
946 * configure.in: Add Solaris -lcurses for vtysh.
947
9482000-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
949
950 * configure.in: Add check for ncurses for compiling on Solaris.
951
9522000-07-27 Kunihiro Ishiguro <kunihiro@zebra.org>
953
954 * configure.in: Add check for libreadline when --enable-vtysh is
955 specified.
956
9572000-07-23 Kunihiro Ishiguro <kunihiro@zebra.org>
958
959 * configure.in: Add AC_DEFINE(OPEN_BSD). When OS is OpenBSD
960 interface method is if_ioctl.o
961
9622000-07-09 Chris Dunlop <chris@onthe.net.au>
963
964 * acconfig.h: Add HAVE_BROKEN_ALIASES.
965
966 * configure.in: Add --enable-broken-aliases.
967
9682000-06-12 Kunihiro Ishiguro <kunihiro@zebra.org>
969
970 * Set version to zebra-0.87.
971
9722000-06-05 Kunihiro Ishiguro <kunihiro@zebra.org>
973
974 * configure.in: Remove --enable-mpls-vpn. Now MPLS-VPN support is
975 default.
976
977 * Set version to zebra-0.87-pre
978
979 * Makefile.am: Likewise.
980
9812000-04-27 Kunihiro Ishiguro <kunihiro@zebra.org>
982
983 * Set version to 0.86.
984
9852000-03-21 Kunihiro Ishiguro <kunihiro@zebra.org>
986
987 * Set version to 0.85b for ospfd test.
988
9892000-03-20 Kunihiro Ishiguro <kunihiro@zebra.org>
990
991 * Set version to 0.85a for ospfd test.
992
9932000-03-08 Kunihiro Ishiguro <kunihiro@zebra.org>
994
995 * Set version to 0.85.
996
9972000-01-26 Kunihiro Ishiguro <kunihiro@zebra.org>
998
999 * Makefile.in: Regenerated by patched automake for fixing "make
1000 clean" problem on FreeBSD.
1001
10021999-12-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1003
1004 * Set version to 0.83a. This is for *BSD static route lookup
1005 problem.
1006
10071999-12-06 Kunihiro Ishiguro <kunihiro@zebra.org>
1008
1009 * Set version to 0.83.
1010
10111999-11-29 Kunihiro Ishiguro <kunihiro@zebra.org>
1012
1013 * Set version to 0.82.
1014
10151999-11-23 Kunihiro Ishiguro <kunihiro@zebra.org>
1016
1017 * aczebra.m4: New file added.
1018
10191999-11-21 Michael Handler <handler@sub-rosa.com>
1020
1021 * configure.in (LIBS): Add sa_len check of sockaddr.
1022
1023 * acconfig.h: Add HAVE_SA_LEN.
1024
10251999-11-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1026
1027 * version.h: Update version to zebra-0.81b for bgpd test.
1028
10291999-11-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1030
1031 * configure.in: Add --enable-mbgp.
1032
10331999-11-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1034
1035 * Makefile.am (EXTRA_DIST): Add TODO to the distribution.
1036
10371999-11-04 Kunihiro Ishiguro <kunihiro@zebra.org>
1038
1039 * TODO: New file is added.
1040
10411999-11-03 Kunihiro Ishiguro <kunihiro@zebra.org>
1042
1043 * version.h: Update version to zebra-0.81a for ospfd test.
1044
10451999-10-28 Kunihiro Ishiguro <kunihiro@zebra.org>
1046
1047 * configure.in: New option --enable-snmp is added.
1048
10491999-10-24 Kunihiro Ishiguro <kunihiro@zebra.org>
1050
1051 * version.h: Update version to zebra-0.80.
1052
10531999-10-21 Kunihiro Ishiguro <kunihiro@zebra.org>
1054
1055 * version.h: Update version to zebra-0.80-pre3
1056
10571999-10-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1058
1059 * configure.in (LIBS): SNMP check is done by ucd-snmp/asn1.h.
1060
10611999-10-10 Peter Galbavy <Peter.Galbavy@knowledge.com>
1062
1063 * configure.in: Add support of OpenBSD.
1064
10651999-10-04 Kunihiro Ishiguro <kunihiro@zebra.org>
1066
1067 * version.h: Update version to zebra-0.80-pre2.
1068
10691999-09-27 Kunihiro Ishiguro <kunihiro@zebra.org>
1070
1071 * version.h: Update version to zebra-0.80-pre. From this version,
1072 access-list and prefix-list's name space is divided into IPv4 and
1073 IPv6.
1074
10751999-09-17 Kunihiro Ishiguro <kunihiro@zebra.org>
1076
1077 * version.h: For test recent fixes Set version to zebra-0.79a.
1078
10791999-09-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1080
1081 * version.h: zebra-0.79 is out.
1082
10831999-09-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1084
1085 * version.h: For ospfd's virtual link test. Set version to 0.78h.
1086
10871999-09-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1088
1089 * version.h: For ospfd test. Set version to 0.78g.
1090
10911999-09-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1092
1093 * version.h: For internal test of ospfd. Set version to 0.78f.
1094
10951999-09-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1096
1097 * version.h: To test ospfd's fix, set version to 0.78e.
1098
10991999-09-01 Kunihiro Ishiguro <kunihiro@zebra.org>
1100
1101 * version.h: To test ospfd's area related bug fix, set version
1102 to 0.78d.
1103
11041999-09-01 Kunihiro Ishiguro <kunihiro@zebra.org>
1105
1106 * version.h: To test ospfd, set version to 0.78c.
1107
11081999-08-31 Janos Farkas <chexum@shadow.banki.hu>
1109
1110 * Many misspelling correction.
1111
11121999-08-31 Kunihiro Ishiguro <kunihiro@zebra.org>
1113
1114 * version.h: To test ospfd, set version to 0.78b.
1115
11161999-08-31 Kunihiro Ishiguro <kunihiro@zebra.org>
1117
1118 * configure.in (LIBS): Add UCD-SNMP include path check.
1119
11201999-08-31 Lars Fenneberg <lf@elemental.net>
1121
1122 * configure.in: The logic which detects the UCD-SNMP library
1123 should first check in the default system locations for the library
1124 and then in /usr/local.
1125
11261999-08-27 itojun@iijlab.net
1127
1128 * configure.in (LIBS): Fix problem about libsnmp.a check.
1129
11301999-08-26 kay <kay@v6.access.co.jp>
1131
1132 * configure.in (CFLAGS): Add <sys/socket.h> to check socklen_t.
1133
11341999-08-24 VOP <vop@unity.net>
1135
1136 * filter.c: Include "sockunion.h".
1137 plist.c: Likewise.
1138 table.c: Likewise.
1139
11401999-08-24 Kunihiro Ishiguro <kunihiro@zebra.org>
1141
1142 * configure.in: Add netinet6/in6.h check.
1143
11441999-08-21 Masaki Minami <masaki@minami.org>
1145
1146 * BSD/OS 4.0 porting.
1147
11481999-08-15 Kunihiro Ishiguro <kunihiro@zebra.org>
1149
1150 * configure.in: Add --enable-netlink option to force to use Linux
1151 netlink interface.
1152 (CFLAGS): Add ucd-snmp library check.
1153
1154 * acconfig.h: If socklen_t is not defined, typedef int to
1155 socklen_t.
1156
11571999-08-15 Arkadiusz Miskiewicz <misiek@misiek.eu.org>
1158
1159 * configure.in: When --enable-ipv6 specified, then only kernel
1160 version is checked.
1161
11621999-08-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1163
1164 * configure.in: Add GNU libc 2.1 check.
1165
11661999-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1167
1168 * configure.in: Fix privious Linux IPv6 check changes.
1169
11701999-08-02 Arkadiusz Miskiewicz <misiek@misiek.eu.org>
1171
1172 * configure.in: Improve Linux IPv6 feature check.
1173
11741999-07-29 Rick Payne <rickp@rossfell.co.uk>
1175
1176 * Changed route-maps to behave in a more cisco-like fashion
1177
11781999-07-27 Gerhard Poul <gpoul@gnu.org>
1179
1180 * SERVICES: New file added.
1181
11821999-07-12 itojun@iijlab.net
1183
1184 * configure.in: Add check for getaddrinfo. Improve Kame related
1185 library check.
1186
11871999-07-07 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1188
1189 * configure.in, acconfig.h: Add check for FreeBSD 3.2.
1190
11911999-07-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1192
1193 * configure.in: Delete check for netinet/ip6.h.
1194
11951999-06-30 Gerhard Poul <gpoul@gnu.org>
1196
1197 * README: remixed the old files and added some new parts.
1198 moved some INSTALL stuff into INSTALL file.
1199 moved some other stuff to doc/zebra.texi
1200
12011999-06-29 Kunihiro Ishiguro <kunihiro@zebra.org>
1202
1203 * configure.in (LIBS): Add libresolv check.
1204 Change --enabe-all-in-one option to --enable-one-vty.
1205
12061999-06-20 Kunihiro Ishiguro <kunihiro@zebra.org>
1207
1208 * configure.in: Add --enabe-all-in-one option.
1209
12101999-06-16 Kunihiro Ishiguro <kunihiro@zebra.org>
1211
1212 * configure.in: Add socklen_t check.
1213
12141999-06-16 Gerhard Poul <gpoul@gnu.org>
1215
1216 * Many compile warnings fixed.
1217
12181999-05-31 Kunihiro Ishiguro <kunihiro@zebra.org>
1219
1220 * configure.in: Change message from Linux 2.2.X IPv6 to Linux IPv6.
1221 OpenBSD (NRL) check is enabled.
1222
12231999-05-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1224
1225 * configure.in (LIBS): Add crypt library check.
1226
12271999-05-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1228
1229 * configure.in: Add sin6_scope_id in struct sockaddr_in6 check.
1230
12311999-04-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1232
1233 * Set version to 0.63 for first beta package.
1234
12351999-04-15 Kunihiro Ishiguro <kunihiro@zebra.org>
1236
1237 * guile.m4: Added from guile package.
1238
12391999-04-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1240
1241 * Set version to 0.60 for beta package preparation.
1242
12431999-04-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1244
1245 * Makefile.am: Add noninst_LIBRARIES each directory's Makefile.am.
1246 This change is for linking these libraries to guile.
1247
12481999-04-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1249
1250 * configure.in (LIBS): Add struct rt_addrinfo check.
1251
12521999-04-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1253
1254 * configure.in: AC_STDC_HEADERS added.
1255
12561999-03-29 Kunihiro Ishiguro <kunihiro@zebra.org>
1257
1258 * Add dependencies to each directory's Makefile.am.
1259
12601999-03-02 Peter Galbavy <Peter.Galbavy@knowledge.com>
1261
1262 * reworked include file structure, and configure so that all
1263 source files get all system-dependent include files by including
1264 <zebra.h> which is really lib/zebra.h. This means that the
1265 different programs include files are now available as #include
1266 "zebra/zebra.h" - note the use of quotes, not <> as delimiters.
1267
1268 In practical terms, if I haven't really screwed up, the main file
1269 that maintainers for other OSes have to change is lib/zebra.h for
1270 all the conditional includes etc.
1271
1272 * added --disable-pthread for those systems that seem to have
1273 POSIX threads, but do not work. OpenBSD 2.4+ is like that just
1274 now. Changed all occurance of #ifdef PTHREAD to use HAVE_PTHREAD
1275 instead.
1276
12771999-02-24 <kunihiro@zebra.org>
1278
1279 * configure.in: update to AC_PREREQ(1.13).
1280 Change message from Linux 2.1.x to Linux 2.2.x.
1281 * Added ospf6d directory support.
1282
12831999-02-22 Peter Galbavy <Peter.Galbavy@knowledge.com>
1284
1285 * added a "log" element to the BGPd peer structure, enabling us to
1286 start thinging about a log stream per peer. This is currently
1287 ignored by the wrapper code, but developers should try to use the
1288 "appropriate" ZLOG stream. Documentation will follow, when the
1289 real routines start to exist.
1290
1291 The current plan is to use a copy of the BSD syslog() routines and
1292 replace the syslog library function with our own. I will need
1293 feedback from users of other platforms as this work is done to see
1294 if all is well elsewhere.
1295
1296 * preliminary work on zlog() library. directly replaces syslog()
1297 currently with zlog(ZLOG *, ...) where the new first argument
1298 is a pointer to a ZLOG structure (defined in lib/log.h) and will
1299 encapsulate all the information necessary to maintain multiple
1300 logging streams.
1301
13021999-02-19 Peter Galbavy <Peter.Galbavy@knowledge.com>
1303
1304 * added vsnprintf() macro to lib/str.h if required and removed
1305 #ifdef SUNOS_5 dependency on it
1306
13071999-02-18 Peter Galbavy <Peter.Galbavy@knowledge.com>
1308
1309 * syslog support added
1310
13111999-02-18 Peter Galbavy <Peter.Galbavy@knowledge.com>
1312
1313 * configure.in: Add daemon function check.
1314
13151999-01-21 Kunihiro Ishiguro <kunihiro@zebra.org>
1316
1317 * configure.in: Add --disable-ipv6, --disable-zebra,
1318 --disable-bgpd, --disable-ripd, --disable-ripngd, --disable-ospfd
1319 options to configure.
1320
13211998-12-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1322
1323 * configure.in: Check /usr/inet6/lib/libinet6.a exists or not.
1324
13251998-10-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1326
1327 * configure.in: Comment out FreeBSD's libc_r detect section. At
1328 this moment it doesn't work correctly with zebra.
1329
1330 Netlink interface is only enabled when Linux kernel version is
1331 upper than 2.1.0.
1332
13331998-09-15 HEO SeonMeyong <seirios@matrix.iri.co.jp>
1334
1335 * Hydrangea is now called KAME, so change all defines.
1336
13371998-08-16 Kunihiro Ishiguro <kunihiro@zebra.org>
1338
1339 * configure.in: ifaliasreq check added.
1340
13411998-08-12 Katsuhiro Kondou <kondou@nec.co.jp>
1342
1343 * Patch is applied for compile under EWS4800
1344
13451998-06-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1346
1347 * configure.in: delete old mtu_method check.
1348
1349 * doc/zebra.texi (Kernel interface): chapter `Kernel interface' added
1350
13511998-06-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1352
1353 * configure.in: add new netlink check for GNU/Linux
1354
13551998-06-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1356
1357 * doc/zebra.texi: Update Linux netlink chapter.
1358
13591998-05-18 Yamashita TAKAO <jargon@lares.dti.ne.jp>
1360
1361 * config.h.in: define PTHREAD if work on Solaris 2.6
1362 why delete the definition? I miss?
1363
13641998-05-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1365
1366 * configure.in: add net/if.h header check.
1367
13681998-05-02 SeonMeyong HEO <seirios@Matrix.iri.co.jp>
1369
1370 * zebra.tex,archfig.tex,zebra.sty: Manual file is added.
1371 * zebra.texi: Modify Introduction text.
1372 * RIPngd.c: Patch Hydrangea code.
1373
13741998-05-01 Kunihiro Ishiguro <kunihiro@zebra.org>
1375
1376 * .cvsignore: added.
1377
1378 * Makerule.in: is gone.
1379 * Makefile.am: Now we use automake to generate Makefile.in
1380
13811998-03-19 Yamashita TAKAO <jargon@lares.dti.ne.jp>
1382
1383 * lib/vty.c: modified the definition of *master
1384 * lib/sockunion.c (inet_aton): add, but don't work. uum...
1385
1386
13871998-03-15 Yamashita TAKAO <jargon@lares.dti.ne.jp>
1388
1389 * configure.in: define PTHREAD if work on Solaris 2.6
1390 * config.h.in: likewise
1391 * lib/thread.c: likewise
1392 * lib/vty.c: likewise
1393
13941998-03-15 SeonMeyong HEO <seirios@Matrix.iri.co.jp>
1395
1396 * config.h.in: define INET6 if defined HAVE_IPV6 & HYDRANGEA
1397 * bgpd/: remove include <netinet6/in6.h> line.
1398 * lib/: remove include <netinet6/in6.h> line.
1399 * ripbgd/: remove include <netinet6/in6.h> line.
1400 * zebra/: remove include <netinet6/in6.h> line.
1401 * ripd/*.c: remove include <netinet6/in6.h> line.
1402 undefine IPV6 difinitions because RIPd is not worked for
1403 IPv6 protocol.
1404
1405
14061998-01-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1407
1408 * configure.in: Change routing socket check method from
1409 AC_TRY_COMPILE to AC_TRY_RUN because GNU libc version 2 has
1410 AF_ROUTE but over linux it's meenigless.
1411
14121998-01-06 Kunihiro Ishiguro <kunihiro@zebra.org>
1413
1414 * config.h.in: remove err_t define.
1415
14161997-11-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1417
1418 * configure.in (canonical): add check of IF_METHOD
1419
14201997-09-27 Kunihiro Ishiguro <kunihiro@note.digital-magic.co.jp>
1421
1422 * configure.in: add INRIA check
1423
14241997-09-25 Kunihiro Ishiguro <kunihiro@note.digital-magic.co.jp>
1425
1426 * configure.in (canonical): change ipforward_snmp.o to ipforward_proc.o
1427
14281997-09-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1429
1430 * configure.in: change IRDPD to NDPD
1431
14321997-08-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1433
1434 * INSTALL: new file
1435
14361997-08-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1437
1438 * config.h: add XCALLOC()
1439