blob: 635d47de5269307893e2c48474ea04d9ad66c240 [file] [log] [blame]
hassoe90fbab2003-12-21 09:51:42 +000012003-12-21 Hasso Tepper <hasso@estpak.ee>
2
3 * lib/linklist.c: Revert patch [quagga-dev 227]. listnode_add_sort()
4 function should not drop nodes in any case. But fix behavior where
5 nodes were added to the end of list when cmp returned 0.
6 * lib/if.c: Check for duplicates before calling listnode_add_sort().
7
gdtaf273652003-12-08 18:12:34 +000082003-12-08 Greg Troxel <gdt@fnord.ir.bbn.com>
9
10 * {lib,ospfd,ospfapi}/Makefile.am: Use pkginclude_HEADERS rather
11 than include_HEADERS to place includes in
12 ${prefix}/include/quaggainstead of polluting ${prefix}/include.
13
gdtc4f0efe2003-12-04 15:39:25 +0000142003-12-04 Greg Troxel <gdt@poblano.ir.bbn.com>
15
16 * configure.ac: When setting exampledir to sysconfdir as a
17 default, don't quote ${sysconfdir}. (Bug reported by Vincent
18 Jardin.)
19
gdtd6b72f72003-12-03 17:24:27 +0000202003-12-03 Greg Troxel <gdt@poblano.ir.bbn.com>
21
gdtd2a0ccc2003-12-03 18:13:48 +000022 * configure.ac: Compile in Router Advertisement support by
23 default. Note that this does not default to sending RAs; it just
24 makes 'ipv6 nd send-ra' and 'ipv6 nd prefix-advertisement'
25 available. While others may prefer other tools, no argument has
26 been made that router advertisement support is such bloat that it
27 should be compiled out by default (it 9556 bytes on NetBSD/i386 vs
28 8 bytes with the support compiled out). This reversion of a
29 previous change was done in consultation with Paul.
30
312003-12-03 Greg Troxel <gdt@poblano.ir.bbn.com>
32
gdtfa3232e2003-12-03 17:52:30 +000033 * configure.ac: Move tests for v6 header files to after the check
34 for v6 code version, and conditionalize on the right variable.
35 (Fixes problem where v6 header files are not included when v6 is
36 enabled implicitly.)
gdtd2a0ccc2003-12-03 18:13:48 +000037
gdtfa3232e2003-12-03 17:52:30 +0000382003-12-03 Greg Troxel <gdt@poblano.ir.bbn.com>
39
gdtd6b72f72003-12-03 17:24:27 +000040 * configure.ac: Add --enable-exampledir to specify where example
41 config files should go, defaulting to sysconfdir.
42
43 * */Makefile.am: use exampledir instead of sysconfdif for examples
44
paul62892882003-11-02 07:31:47 +0000452003-11-02 Paul Jakma <paul@dishone.st>
46
47 * bgpd/bgp_routemap.c: Fix up 'set ip next-hop A.B.C.D|peer-address'
48 route map command so that vtysh can use it. Modified version of
49 Hasso Tepper's patch. Fixes bug #52.
50 * configure.ac: FreeBSD has net-snmp in /usr/local.
51 * redhat/quagga.spec.in: Install libzebra headers with -devel
52 package.
53
542003-11-02 Krzysztof Oledzki <oleq@ans.pl>
55
56 * zebra/zebra_rib.c: Revert patch (dating from zebra.org) which
57 caused zebra to read all routes in all tables, rather than just
58 the main table. See [quagga-dev 280].
59
602003-10-30 Paul Jakma <paul@dishone.st>
61
62 * configure.ac: netinet/in_systm.h is yet another well-known
63 header file we really should be checking for
64
652003-10-27 kamatchi soundaram <kamatchi@tdd.sj.nec.com>
66
67 * ospfd/ospfd.c: Do not increment act_int for an area, as it is done
68 by ospf_ism.c::ism_change_state() - results in incorrect figure
69 for active interfaces in an area.
70
712003-10-27 Paul Jakma <paul@dishone.st>
72
73 * lib/if.{ch}: remove ifc_pointtopoint() - left over from the
74 reverted RFC3021 patch.
75
762003-10-27 Simon <lists@routemeister.net>
77
78 * ospfd/ospfd.c: if_is_pointopoint() takes (struct interface *), was
79 being called with struct connected. Change to co->ifp.
80
812003-10-27 Gilad Arnold <gilad.arnold@terayon.com>
82
83 * zebra/zebra_rib.c: (nexthop_active_update) Check for multipath
84 limit when setting changed flag to avoid spurious changes.
85 (static_install_ipv{4,6}) dont uninstall by default, might not be
86 required - avoid spurious uninstalls.
87 (static_uninstall_ipv{4,6}) only uninstall the route if its
88 actually FIB route.
89
902003-10-24 sowmini.varadhan@sun.com
91
92 * ospfd/ospf_network.c: (ospf_sock_init) Exit if socket can not be
93 created.
94
952003-10-24 Jose Luis Rubio Guivernau <jrubio@dit.upm.es>
96
97 * Better 'show bgp' support for views (eg ipv6), see [quagga-dev 238]
98 * bgpd/bgp_route.c: (bgp_show) Take a struct bgp argument instead of
99 view string.
100 (bgp_show_neighbor_route) Take a struct peer argument instead of
101 ip string.
102 (peer_adj_routes) ditto
103 (show_adj_routes) ditto
104 (peer_lookup_in_view) new function to return appropriate struct
105 peer for a given view string.
106 (misc) Fixup all calls to above to reflect new calling arguments,
107 and use peer_lookup_in_view as needed. Additional commands
108 installed to use expanded functionality above, existing commands
109 modified to suit as well.
110 * bgpd/bgp_vty.c: 2 new aliases.
111
1122003-10-24 Paul Jakma <paul@dishone.st>
113
114 * configure.ac: Check for fcntl()
115 * {bgpd,ospf,ospf6d,ripd,ripngd}/Makefile.am: Install conf file via
116 regular automake means, not magic install incantations, see
117 bug #38.
118 * lib/Makefile.am: install the headers, needed to link libzebra.a
119 (and hence libospf.a, OSPF-API, etc.)
120
1212003-10-24 waldi@debian.org
122
123 * vtysh/Makefile.am: vtysh_cmd.c rebuild was broken because it
124 depended against source files without specification, i.e. it
125 used ../zebra instead of $(top_srcdir)/zebra.
126
1272003-10-23 Paul Jakma <paul@dishone.st>
128
129 * configure.ac: IRIX configure.ac support. Sort of works.
130 sysctl() crashes though (ipforward), there's some kind of odd
131 padding in the PF_ROUTE socket messages and setsockopt() on
132 SOCK_RAW does not work (so ospfd doesnt work).
133
1342003-10-22 Paul Jakma <paul@dishone.st>
135
136 * vtysh/Makefile.am: do not include vtysh_cmd.c in dists, its
137 configure dependent. (still need to find a way to make building of
138 it dependent on configure options or include all commands.)
139
1402003-10-22 Paul Jakma <paul@dishone.st>
141
142 * lib/zebra.h: include limits.h if its there, its a portable header
143 and useful and not just solaris specific. net/route.h is also
144 useful.
145
1462003-10-22 Paul Jakma <paul@dishone.st>
147
148 * lib/regex.c: bzero -> memset
149 * zebra/ioctl.c: ditto. bzero is not portable.
150
1512003-10-22 Paul Jakma <paul@dishone.st>
152
153 * zebra/kernel_socket.c: HAVE_IPV6 conditional for WRAPUP when
154 HAVE_SA_LEN is not defined. bcopy -> memcpy, bcopy is not
155 portable.
156
1572003-10-22 Paul Jakma <paul@dishone.st>
158
159 * configure.ac: Split up header checks into non-net, net and ipv6
160 related. Checking of IPv6 is conditional. Add some more output
161 text for the end of the configure run.
162
1632003-10-18 Lorenzo Colitti <lorenzo@ripe.net>
164
165 * bgpd/bgp_attr.c: (bgp_dump_routes_attr) Dont dump IPv4 nexthop
166 for IP. Dump MP_NLRI attr with IPv6 next-hop for AF_INET6 address
167 family prefixes. Accept prefix as argument.
168 * bgpd/bgp_attr.c: modify bgp_dump_routes_attr declaration.
169 * bgpd/bgp_dump.c: (bgp_dump_routes_entry) Modify calls to
170 bgp_dump_routes_attr.
171 (bgp_dump_common) Go by the family of the peering socket, not
172 configured address family when dumping peering information.
173 Add HAVE_IPV6 conditionals, eg missing from previous bgp interval
174 patch.
175
1762003-10-18 Lorenzo Colitti <lorenzo@ripe.net>
177
178 * bgpd/bgp_dump.{c,h}: (bgp_dump_interval_add) Dump at discrete
179 fixed intervals rather than fixed intervals from startup time.
180 (bgp_dump_interval_func) Dont return immediately if file cant be
181 openeded, but reschedule interval dumps, even - admin might
182 fix problem in meantime. Close the dump file in between intervals.
183 (bgp_dump_init) account for MSG header when initialising stream
184 size.
185
1862003-10-15 Paul Jakma <paul@dishone.st>
187
188 * ospfd/ospf_interface: (ospf_if_lookup_table) new function to
189 lookup oi for a given prefix in a given interfaces table of oi's.
190 (ospf_if_new) use ospf_if_lookup_table to deal with zebra
191 reporting new interface multiple times.
192 NB: This patch is a complete plaster-band of a hack. First, why is
193 zebra reporting interface events multiple times? Second, why does
194 ospfd maintain so many damn lists and tables relating to oi's -
195 these should be reconciled into one or two tables.
196
1972003-10-15 sowmini.varadhan@sun.com
198
199 * ripd/ripd.c: (rip_send_packet) use rip->sock for mcast sends,
200 instead of creating one socket per send. send source addr to
201 rip_update_interface.
202 (rip_update_process) should send an update on every connected
203 network for each interface.
204 (rip_request_send) should send a request on every connected
205 network for each interface.
206 * ripd/ripd.h: update prototype for rip_interface_multicast_set
207 * ripd/rip_interface.c: (rip_interface_multicast_set) reorganized
208 so that it can be called repeatedly for aliased interfaces (on
209 multiple networks).
210
2112003-10-15 Jay Fenlason <fenlason@redhat.com>
212
213 * lib/vty.c: (vty_telnet_option) Remote DoS exists if a telnet
214 end-sub-negotation is sent when no sub-negotation data has been
215 sent. Return immediately if no sub-negotation is in progress.
216 (vty_read) do not attempt to process options if no sub-negotation
217 is in progress.
218
2192003-10-15 Paul Jakma <paul@dishone.st>
220
221 * lib/vty.c: (vty_save_cwd) dont crash if getcwd fails. try fallback
222 to SYSCONFDIR. Allocate cwd from the stack rather than relying on
223 (non-portable) getcwd() allocation (which we didnt seem to be
224 freeing).
225
2262003-10-13 Jay Fenlason <fenlason@redhat.com>
227
228 * lib/zebra.h: define UINT32_MAX for those systems which do not
229 provide it.
230 * bgp_attr.h: define BGP_MED_MAX.
231 * bgp_route.c: update defines/constants to BGP_MED_MAX.
232 * bgp_routemap.c: ditto. clean up route_match_metric_compile
233 slightly to avoid unneccesary XMALLOC.
234
2352003-10-13 sowmini.varadhan@sun.com
236
237 * ospf_lsa.h: Add OSPF_LSA_PREMATURE_AGE flag.
238 * ospf_lsa.c: added better debug comments. check sequence number in
239 ospf_lsa_install. ospf_maxage_lsa_remover() checks for
240 OSPF_LSA_PREMATURE_AGE and re-originates the lsa after ls_acks are
241 received.
242 * ospf_flood.c: improve debug statement- print ls_seqnum.
243
2442003-10-13 Douglas Fraser <doug+quagga@idmf.net>
245
246 * zebra/connected.c: PtP revert fixup. Zebra was not creating
247 connected route for PtP peer.
248
2492003-10-07 Tarhon-Onu Victor <mituc@iasi.rdsnet.ro>
250
251 * zebra/ipforward_proc.c: (ipforward) Close the fd for
252 /proc/net/snmp. See [quagga-dev 284]
253
2542003-09-29 Gilad Arnold <gilad.arnold@terayon.com>
255
256 * zebra/zebra_rib.c: Fix possible dangling reference to rib
257 route_nodes - unlock it the appropriate number of times. (twice,
258 because of the implicit lock). see [quagga-dev 251].
259
2602003-09-29 Paul Jakma <paul@dishone.st>
261
262 * zebra/connected.c: revert the 'generic PtP' patch as it causes
263 far too many problems. People who use FreeSWAN should investigate
264 native linux ipsec.
265 * zebra/rt_netlink.c: ditto
266 * lib/if.c: ditto
267 * ripd/ripd.h: ditto
268 * ripd/ripd.c: ditto
269 * ripd/rip_interface.c: ditto
270 * ospfd/ospfd.c: ditto
271 * ospfd/ospf_snmp.c: ditto
272 * bgpd/bgp_nexthop.c: ditto
273 * ospfd/ospf_packet.c: Add debug output for some of the previously
274 completely silent drops of 'bad' packets.
275 * configure.ac: bump version
276
2772003-08-27 Jay Fenlason <fenlason@redhat.com>
278
279 * lib/Makefile.am: Do not use a lib (libcap) as a dependency
280 * zebra/Makefile.am: Link in libcap
281 * bgpd/bgp_routemap.c: attr->med is type u_in32_t, should be
282 compared with UINT32_MAX
283 * ospfd/ospfd.c: remove redundant assert
284 * zebra/rtadv.c: add missing include for zebra/rib.h
285
2862003-09-24 Paul Jakma <paul@dishone.st>
287
288 * lib/version.h: moved to version.h.in
289 * lib/version.h.in: New file, from version.h. Change hardcoded
290 package name and version to use the autoconf defined substition
291 variables.
292 * configure.ac: Fix up AC/AM_INIT* to new style. Remove the sed'ing
293 through lib/version.h for VERSION. Add lib/version.h to the
294 AC_OUTPUT list. Update the text output of quagga version at end
295 of configure run to use PACKAGE_VERSION.
296 * doc/.cvsignore: ignore quagga.pdf
297 * doc/.cvsignore: ignore version.h, its now autogenerated.
298
2992003-09-24 sowmini.varadhan@sun.com
300
301 * lib/if.c: (if_cmp_func) fix infinite loop if
302 ifp1->name == ifp2->name
303 * lib/linklist.c: (if_cmp_func) Fix handling of case where
304 list->cmp returns 0.
305 * rip_interface.c: (rip_interface_address_add) call
306 rip_enable_apply(), or the interface is never considered up.
307 see [quagga-dev 225].
308 * zebra/kernel_socket.c: Fix up WRAPUP macro to deal with multiple
309 address families in the absence of sa_len element in struct
310 sockaddr.
311 (ifm_read): Handle solaris 9 if_msghdr_t.
312 Deal with interfaces which are incomplete, lookup on name rather
313 than the placeholder interface index of -1.
314
3152003-09-24 Thomas Giger TGC <thomas.giger@tgc.de>
316
317 * ospf_packet.c (ospf_associate_packet_vl): pass NULL struct
318 interface to ospf_if_lookup_by_local_addr() rather than the
319 receiving interface ifp, packets for VL's could come in any
320 interface. See quagga-dev 250.
321
paule05fba42003-04-13 20:20:53 +00003222003-04-13 Paul Jakma <paul@dishone.st>
323
324 * Amir: Opaque LSA bug fix for deletion of Type11's
325 * configure.ac: use --localstatedir for Unix sockets
paul645878f2003-04-13 21:42:11 +0000326 * Hasso Tepper: When flushing as-ext LSAs flush associated NSSA
327 LSAs.
paule05fba42003-04-13 20:20:53 +0000328
paul020709f2003-04-04 02:44:16 +00003292003-04-04 Paul Jakma <paul@dishone.st>
330
331 * Sync to Zebra CVS
332 * Fix lib/thread.h leak
333 * Fix small Opaque LSA leak
334 * Do not configure OSPF interfaces for secondary addresses
335 * vtysh fixes from Hasso
336 * Dave Watson's missing ntohs fix
337
paul68980082003-03-25 05:07:42 +00003382003-03-25 Paul Jakma <paul@dishone.st>
339
340 * Sync to Zebra CVS
341
paul07661cb2003-03-18 00:03:05 +00003422003-03-17 Amir Guindehi <amir@datacore.ch>
343
344 * Extended SNMP checks in configure.ac so that net-snmp works
345
3462003-03-17 Amir Guindehi <amir@datacore.ch>
347 Ralph Keller <keller@tik.ee.ethz.ch>
348 * merge OSPF-API
349
paul13766da2003-02-07 14:46:23 +00003502003-02-07 Paul Jakma <paul@dishone.st>
351
352 * Sync to zebra CVS
353
paul420df432003-02-03 20:30:39 +00003542003-02-03 Paul Jakma <paul@dishone.st>
355
356 * Sync to zebra CVS
357
paulae936ae2003-01-20 04:58:21 +00003582003-01-19 Paul Jakma <paul@dishone.st>
359
360 * Temporary fix for Generic PtP wrt to IPv6
361
paul9a668002003-01-18 23:11:44 +00003622003-01-17 Paul Jakma <paul@dishone.st>
363
364 * Sync up to latest zebra.org CVS
365 * [zebra 16823] Bugfix and new feature in Opaque-LSA handling
366 Masahiko Endo <endo@suri.co.jp>
367 * [zebra 16824] [PATCH] nsm_kill_neighbor
368 Masahiko Endo <endo@suri.co.jp>
369 * [zebra 17217] [PATCH] show thread CPU
370 Yon Uriarte <havanna_moon@gmx.net>
371 * [zebra 17218] Re: [PATCH] CLI extensions.
372 Yon Uriarte <havanna_moon@gmx.net>
373
paul4fc01e62002-12-13 20:49:00 +00003742002-12-13 Paul Jakma <paul@dishone.st>
375
376 * added support for vtysh 'write file' command to
paul0efa4d52002-12-13 21:55:43 +0000377 write either per-daamon and/or integrated file
paulab836aa2002-12-13 21:19:02 +0000378 * ospfd md5 buffer copying fix (Greg Troxel)
paul8bd9c712002-12-13 21:05:16 +0000379 * ospfd md5 sequence number derived from time()
paulab836aa2002-12-13 21:19:02 +0000380 * RIPv1 fixes and improvements (John Hay)
381 * link state detection (linux) ([zebra 12269])
382 * Generic PtP and RFC3021 interface addressing support
383 (Frank van Maarseveen)
paul0efa4d52002-12-13 21:55:43 +0000384 * Michal Ludvig <michal@logix.cz>:
385 [zebra 16525] PATCH: Bugfixes for KAME systems
386 * Kevin C Miller <kevinm@andrew.cmu.edu>
387 [zebra 16681] OSPF NSSA Patches
388 * Yon Uriarte <havanna_moon@gmx.net>
389 [zebra 16671] [PATCH] CLI extensions
paula8959012002-12-13 21:59:26 +0000390 * Masahiko Endo: [zebra 15475] - MPLS-TE docs
paul4fc01e62002-12-13 20:49:00 +0000391
paul718e3742002-12-13 20:15:29 +00003922002-07-07 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
393
394 * zebra-0.93 released.
395
3962002-06-28 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
397
398 * update-autotools: Change file name from update-auto-tools.sh.
399
4002002-06-21 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
401
402 * update-auto-tools.sh: Add a new script to clean up build
403 environment.
404
4052002-06-18 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
406
407 * Shift to the latest build environment autoconf-2.53 and
408 automake-1.6.2.
409
4102001-10-22 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
411
412 * Integrate Glen Turner <glen.turner@aarnet.edu.au>'s pid option.
413
4142001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
415
416 * zebra-0.92a released.
417
4182001-08-19 "Peter Galbavy" <peter.galbavy@knowtion.net>
419
420 * configure.in: SNMP library check problem fix when the library is
421 installed under /usr/local/lib.
422
4232001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
424
425 * zebra-0.92 released.
426
4272001-04-22 Kunihiro Ishiguro <kunihiro@zebra.org>
428
429 * configure.in (LIBPAM): Use ZEBRA_AC_C_BIGENDIAN to avoid a
430 warning.
431 (IF_METHOD): Use test -r instead of AC_CHECK_FILE to avoid
432 warnings.
433
434 * config.guess: Update to 2000-11-10 version.
435
4362001-04-11 Kunihiro Ishiguro <kunihiro@zebra.org>
437
438 * configure.in: Use AC_TRY_COMPILE instead of AC_EGREP_HEADER to
439 detect in_pktinfo structure. Suggested by: Vlad Lungu
440 <vlad@rls.roknet.ro>.
441
4422001-03-07 Michael Rozhavsky <mrozhavsky@opticalaccess.com>
443
444 * configure.in: Add check for structure in_pktinfo.
445
4462001-02-07 "Bjoern A. Zeeb" <bzeeb+zebra@zabbadoz.net>
447
448 * configure.in (USE_PAM): Fix PAM library detection code.
449
4502001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
451
452 * zebra-0.91 is released.
453
4542001-01-12 Kunihiro Ishiguro <kunihiro@zebra.org>
455
456 * configure.in: Remove guile related definition.
457
4582001-01-11 Kunihiro Ishiguro <kunihiro@zebra.org>
459
460 * configure.in (ac_cv_htonl_works): HAVE_REPAIRABLE_HTONL is
461 removed. htonl should work fine on any platform.
462
4632001-01-10 Kunihiro Ishiguro <kunihiro@zebra.org>
464
465 * configure.in: Remove --enable-oldrib option.
466
467 * acconfig.h: OLD_RIB definition is removed.
468
469 * zebra-0.90 is released.
470
471 * configure.in (LIBS): Add check for sun_len field in struct
472 sun_len.
473
4742001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
475
476 * Makefile.am: Include init/redhat files to distribution.
477
4782001-01-07 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
479
480 * configure.in: check libm.a for BGPd compile error.
481 AC_CHECK_LIB(m, main) was added.
482
4832000-12-29 Kunihiro Ishiguro <kunihiro@zebra.org>
484
485 * configure.in: --enable-unixdomain becomes default. Add
486 --enable-tcp-zebra for TCP/IP communication between protocol
487 daemon and zebra.
488
489 * COPYING.LIB: Added for lib/getopt.c, lib/getopt.h,
490 lib/getopt1.c, lib/md5-gnu.h, lib/md5.c, lib/regex-gnu.h,
491 lib/regex.c.
492
493 * Makefile.am (dist-hook): Include tools/*.cgi to distribution.
494
4952000-12-26 Kunihiro Ishiguro <kunihiro@zebra.org>
496
497 * configure.in (MULTIPATH_NUM): --enable-multipath=ARG specify
498 multipath number. ARG must be digit.
499
5002000-12-11 Kunihiro Ishiguro <kunihiro@zebra.org>
501
502 * configure.in: Add --enable-newrib for test new RIB code.
503
5042000-11-25 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
505
506 * configure.in, config.h.in: Add check for libutil.h and
507 setproctitle().
508
5092000-10-26 Kunihiro Ishiguro <kunihiro@zebra.org>
510
511 * configure.in: Add --enable-nssa for OSPF NSSA option.
512
513 * acconfig.h: Define HAVE_NSSA.
514
5152000-10-25 "Bjoern A. Zeeb" <bzeeb+zebra@zabbadoz.net>
516
517 * configure.in: pam_misc is only linked when the platform is
518 GNU/Linux.
519
5202000-10-24 Arkadiusz Miskiewicz <misiek@pld.org.pl>
521
522 * configure.in (LIBS): Add check for crypto library. test x`ls
523 ${ac_snmp}` is replaced with sipmle test -f.
524
5252000-10-23 Kunihiro Ishiguro <kunihiro@zebra.org>
526
527 * configure.in: Add --enable-unixdomain option. This will be
528 default behavior in zebra-0.90.
529
5302000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
531
532 * zebra-0.89 is released.
533
5342000-09-27 Kunihiro Ishiguro <kunihiro@zebra.org>
535
536 * configure.in: Add check for Intel CPU for Solaris on x86 check.
537
5382000-09-21 Kunihiro Ishiguro <kunihiro@zebra.org>
539
540 * configure.in: Add check for getifaddrs().
541 Set AM_INIT_AUTOMAKE version to 0.89.
542
5432000-09-14 Kunihiro Ishiguro <kunihiro@zebra.org>
544
545 * config.guess: Update to the latest version.
546
547 * config.sub: Likewise
548
5492000-09-14 David Lipovkov <dlipovkov@OpticalAccess.com>
550
551 * REPORTING-BUGS: New file is added.
552
5532000-08-27 itojun@iijlab.net
554
555 * configure.in: Add ncurses library check when --enable-vtysh is
556 specified.
557
5582000-08-22 Kunihiro Ishiguro <kunihiro@zebra.org>
559
560 * configure.in: Add check for readline/history.h.
561
562 * acconfig.h: Remove pthread related variables.
563
564 * configure.in: Add --with-libpam option for vtysh PAM
565 authentication. Remove --disable-pthread because we don't support
566 pthread.
567
5682000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
569
570 * zebra-0.88 is released.
571
572 * configure.in: Add Solaris -lcurses for vtysh.
573
5742000-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
575
576 * configure.in: Add check for ncurses for compiling on Solaris.
577
5782000-07-27 Kunihiro Ishiguro <kunihiro@zebra.org>
579
580 * configure.in: Add check for libreadline when --enable-vtysh is
581 specified.
582
5832000-07-23 Kunihiro Ishiguro <kunihiro@zebra.org>
584
585 * configure.in: Add AC_DEFINE(OPEN_BSD). When OS is OpenBSD
586 interface method is if_ioctl.o
587
5882000-07-09 Chris Dunlop <chris@onthe.net.au>
589
590 * acconfig.h: Add HAVE_BROKEN_ALIASES.
591
592 * configure.in: Add --enable-broken-aliases.
593
5942000-06-12 Kunihiro Ishiguro <kunihiro@zebra.org>
595
596 * Set version to zebra-0.87.
597
5982000-06-05 Kunihiro Ishiguro <kunihiro@zebra.org>
599
600 * configure.in: Remove --enable-mpls-vpn. Now MPLS-VPN support is
601 default.
602
603 * Set version to zebra-0.87-pre
604
605 * Makefile.am: Likewise.
606
6072000-04-27 Kunihiro Ishiguro <kunihiro@zebra.org>
608
609 * Set version to 0.86.
610
6112000-03-21 Kunihiro Ishiguro <kunihiro@zebra.org>
612
613 * Set version to 0.85b for ospfd test.
614
6152000-03-20 Kunihiro Ishiguro <kunihiro@zebra.org>
616
617 * Set version to 0.85a for ospfd test.
618
6192000-03-08 Kunihiro Ishiguro <kunihiro@zebra.org>
620
621 * Set version to 0.85.
622
6232000-01-26 Kunihiro Ishiguro <kunihiro@zebra.org>
624
625 * Makefile.in: Regenerated by patched automake for fixing "make
626 clean" problem on FreeBSD.
627
6281999-12-08 Kunihiro Ishiguro <kunihiro@zebra.org>
629
630 * Set version to 0.83a. This is for *BSD static route lookup
631 problem.
632
6331999-12-06 Kunihiro Ishiguro <kunihiro@zebra.org>
634
635 * Set version to 0.83.
636
6371999-11-29 Kunihiro Ishiguro <kunihiro@zebra.org>
638
639 * Set version to 0.82.
640
6411999-11-23 Kunihiro Ishiguro <kunihiro@zebra.org>
642
643 * aczebra.m4: New file added.
644
6451999-11-21 Michael Handler <handler@sub-rosa.com>
646
647 * configure.in (LIBS): Add sa_len check of sockaddr.
648
649 * acconfig.h: Add HAVE_SA_LEN.
650
6511999-11-12 Kunihiro Ishiguro <kunihiro@zebra.org>
652
653 * version.h: Update version to zebra-0.81b for bgpd test.
654
6551999-11-09 Kunihiro Ishiguro <kunihiro@zebra.org>
656
657 * configure.in: Add --enable-mbgp.
658
6591999-11-05 Kunihiro Ishiguro <kunihiro@zebra.org>
660
661 * Makefile.am (EXTRA_DIST): Add TODO to the distribution.
662
6631999-11-04 Kunihiro Ishiguro <kunihiro@zebra.org>
664
665 * TODO: New file is added.
666
6671999-11-03 Kunihiro Ishiguro <kunihiro@zebra.org>
668
669 * version.h: Update version to zebra-0.81a for ospfd test.
670
6711999-10-28 Kunihiro Ishiguro <kunihiro@zebra.org>
672
673 * configure.in: New option --enable-snmp is added.
674
6751999-10-24 Kunihiro Ishiguro <kunihiro@zebra.org>
676
677 * version.h: Update version to zebra-0.80.
678
6791999-10-21 Kunihiro Ishiguro <kunihiro@zebra.org>
680
681 * version.h: Update version to zebra-0.80-pre3
682
6831999-10-18 Kunihiro Ishiguro <kunihiro@zebra.org>
684
685 * configure.in (LIBS): SNMP check is done by ucd-snmp/asn1.h.
686
6871999-10-10 Peter Galbavy <Peter.Galbavy@knowledge.com>
688
689 * configure.in: Add support of OpenBSD.
690
6911999-10-04 Kunihiro Ishiguro <kunihiro@zebra.org>
692
693 * version.h: Update version to zebra-0.80-pre2.
694
6951999-09-27 Kunihiro Ishiguro <kunihiro@zebra.org>
696
697 * version.h: Update version to zebra-0.80-pre. From this version,
698 access-list and prefix-list's name space is divided into IPv4 and
699 IPv6.
700
7011999-09-17 Kunihiro Ishiguro <kunihiro@zebra.org>
702
703 * version.h: For test recent fixes Set version to zebra-0.79a.
704
7051999-09-14 Kunihiro Ishiguro <kunihiro@zebra.org>
706
707 * version.h: zebra-0.79 is out.
708
7091999-09-08 Kunihiro Ishiguro <kunihiro@zebra.org>
710
711 * version.h: For ospfd's virtual link test. Set version to 0.78h.
712
7131999-09-07 Kunihiro Ishiguro <kunihiro@zebra.org>
714
715 * version.h: For ospfd test. Set version to 0.78g.
716
7171999-09-05 Kunihiro Ishiguro <kunihiro@zebra.org>
718
719 * version.h: For internal test of ospfd. Set version to 0.78f.
720
7211999-09-02 Kunihiro Ishiguro <kunihiro@zebra.org>
722
723 * version.h: To test ospfd's fix, set version to 0.78e.
724
7251999-09-01 Kunihiro Ishiguro <kunihiro@zebra.org>
726
727 * version.h: To test ospfd's area related bug fix, set version
728 to 0.78d.
729
7301999-09-01 Kunihiro Ishiguro <kunihiro@zebra.org>
731
732 * version.h: To test ospfd, set version to 0.78c.
733
7341999-08-31 Janos Farkas <chexum@shadow.banki.hu>
735
736 * Many misspelling correction.
737
7381999-08-31 Kunihiro Ishiguro <kunihiro@zebra.org>
739
740 * version.h: To test ospfd, set version to 0.78b.
741
7421999-08-31 Kunihiro Ishiguro <kunihiro@zebra.org>
743
744 * configure.in (LIBS): Add UCD-SNMP include path check.
745
7461999-08-31 Lars Fenneberg <lf@elemental.net>
747
748 * configure.in: The logic which detects the UCD-SNMP library
749 should first check in the default system locations for the library
750 and then in /usr/local.
751
7521999-08-27 itojun@iijlab.net
753
754 * configure.in (LIBS): Fix problem about libsnmp.a check.
755
7561999-08-26 kay <kay@v6.access.co.jp>
757
758 * configure.in (CFLAGS): Add <sys/socket.h> to check socklen_t.
759
7601999-08-24 VOP <vop@unity.net>
761
762 * filter.c: Include "sockunion.h".
763 plist.c: Likewise.
764 table.c: Likewise.
765
7661999-08-24 Kunihiro Ishiguro <kunihiro@zebra.org>
767
768 * configure.in: Add netinet6/in6.h check.
769
7701999-08-21 Masaki Minami <masaki@minami.org>
771
772 * BSD/OS 4.0 porting.
773
7741999-08-15 Kunihiro Ishiguro <kunihiro@zebra.org>
775
776 * configure.in: Add --enable-netlink option to force to use Linux
777 netlink interface.
778 (CFLAGS): Add ucd-snmp library check.
779
780 * acconfig.h: If socklen_t is not defined, typedef int to
781 socklen_t.
782
7831999-08-15 Arkadiusz Miskiewicz <misiek@misiek.eu.org>
784
785 * configure.in: When --enable-ipv6 specified, then only kernel
786 version is checked.
787
7881999-08-14 Kunihiro Ishiguro <kunihiro@zebra.org>
789
790 * configure.in: Add GNU libc 2.1 check.
791
7921999-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
793
794 * configure.in: Fix privious Linux IPv6 check changes.
795
7961999-08-02 Arkadiusz Miskiewicz <misiek@misiek.eu.org>
797
798 * configure.in: Improve Linux IPv6 feature check.
799
8001999-07-29 Rick Payne <rickp@rossfell.co.uk>
801
802 * Changed route-maps to behave in a more cisco-like fashion
803
8041999-07-27 Gerhard Poul <gpoul@gnu.org>
805
806 * SERVICES: New file added.
807
8081999-07-12 itojun@iijlab.net
809
810 * configure.in: Add check for getaddrinfo. Improve Kame related
811 library check.
812
8131999-07-07 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
814
815 * configure.in, acconfig.h: Add check for FreeBSD 3.2.
816
8171999-07-07 Kunihiro Ishiguro <kunihiro@zebra.org>
818
819 * configure.in: Delete check for netinet/ip6.h.
820
8211999-06-30 Gerhard Poul <gpoul@gnu.org>
822
823 * README: remixed the old files and added some new parts.
824 moved some INSTALL stuff into INSTALL file.
825 moved some other stuff to doc/zebra.texi
826
8271999-06-29 Kunihiro Ishiguro <kunihiro@zebra.org>
828
829 * configure.in (LIBS): Add libresolv check.
830 Change --enabe-all-in-one option to --enable-one-vty.
831
8321999-06-20 Kunihiro Ishiguro <kunihiro@zebra.org>
833
834 * configure.in: Add --enabe-all-in-one option.
835
8361999-06-16 Kunihiro Ishiguro <kunihiro@zebra.org>
837
838 * configure.in: Add socklen_t check.
839
8401999-06-16 Gerhard Poul <gpoul@gnu.org>
841
842 * Many compile warnings fixed.
843
8441999-05-31 Kunihiro Ishiguro <kunihiro@zebra.org>
845
846 * configure.in: Change message from Linux 2.2.X IPv6 to Linux IPv6.
847 OpenBSD (NRL) check is enabled.
848
8491999-05-30 Kunihiro Ishiguro <kunihiro@zebra.org>
850
851 * configure.in (LIBS): Add crypt library check.
852
8531999-05-08 Kunihiro Ishiguro <kunihiro@zebra.org>
854
855 * configure.in: Add sin6_scope_id in struct sockaddr_in6 check.
856
8571999-04-30 Kunihiro Ishiguro <kunihiro@zebra.org>
858
859 * Set version to 0.63 for first beta package.
860
8611999-04-15 Kunihiro Ishiguro <kunihiro@zebra.org>
862
863 * guile.m4: Added from guile package.
864
8651999-04-14 Kunihiro Ishiguro <kunihiro@zebra.org>
866
867 * Set version to 0.60 for beta package preparation.
868
8691999-04-12 Kunihiro Ishiguro <kunihiro@zebra.org>
870
871 * Makefile.am: Add noninst_LIBRARIES each directory's Makefile.am.
872 This change is for linking these libraries to guile.
873
8741999-04-08 Kunihiro Ishiguro <kunihiro@zebra.org>
875
876 * configure.in (LIBS): Add struct rt_addrinfo check.
877
8781999-04-07 Kunihiro Ishiguro <kunihiro@zebra.org>
879
880 * configure.in: AC_STDC_HEADERS added.
881
8821999-03-29 Kunihiro Ishiguro <kunihiro@zebra.org>
883
884 * Add dependencies to each directory's Makefile.am.
885
8861999-03-02 Peter Galbavy <Peter.Galbavy@knowledge.com>
887
888 * reworked include file structure, and configure so that all
889 source files get all system-dependent include files by including
890 <zebra.h> which is really lib/zebra.h. This means that the
891 different programs include files are now available as #include
892 "zebra/zebra.h" - note the use of quotes, not <> as delimiters.
893
894 In practical terms, if I haven't really screwed up, the main file
895 that maintainers for other OSes have to change is lib/zebra.h for
896 all the conditional includes etc.
897
898 * added --disable-pthread for those systems that seem to have
899 POSIX threads, but do not work. OpenBSD 2.4+ is like that just
900 now. Changed all occurance of #ifdef PTHREAD to use HAVE_PTHREAD
901 instead.
902
9031999-02-24 <kunihiro@zebra.org>
904
905 * configure.in: update to AC_PREREQ(1.13).
906 Change message from Linux 2.1.x to Linux 2.2.x.
907 * Added ospf6d directory support.
908
9091999-02-22 Peter Galbavy <Peter.Galbavy@knowledge.com>
910
911 * added a "log" element to the BGPd peer structure, enabling us to
912 start thinging about a log stream per peer. This is currently
913 ignored by the wrapper code, but developers should try to use the
914 "appropriate" ZLOG stream. Documentation will follow, when the
915 real routines start to exist.
916
917 The current plan is to use a copy of the BSD syslog() routines and
918 replace the syslog library function with our own. I will need
919 feedback from users of other platforms as this work is done to see
920 if all is well elsewhere.
921
922 * preliminary work on zlog() library. directly replaces syslog()
923 currently with zlog(ZLOG *, ...) where the new first argument
924 is a pointer to a ZLOG structure (defined in lib/log.h) and will
925 encapsulate all the information necessary to maintain multiple
926 logging streams.
927
9281999-02-19 Peter Galbavy <Peter.Galbavy@knowledge.com>
929
930 * added vsnprintf() macro to lib/str.h if required and removed
931 #ifdef SUNOS_5 dependency on it
932
9331999-02-18 Peter Galbavy <Peter.Galbavy@knowledge.com>
934
935 * syslog support added
936
9371999-02-18 Peter Galbavy <Peter.Galbavy@knowledge.com>
938
939 * configure.in: Add daemon function check.
940
9411999-01-21 Kunihiro Ishiguro <kunihiro@zebra.org>
942
943 * configure.in: Add --disable-ipv6, --disable-zebra,
944 --disable-bgpd, --disable-ripd, --disable-ripngd, --disable-ospfd
945 options to configure.
946
9471998-12-07 Kunihiro Ishiguro <kunihiro@zebra.org>
948
949 * configure.in: Check /usr/inet6/lib/libinet6.a exists or not.
950
9511998-10-14 Kunihiro Ishiguro <kunihiro@zebra.org>
952
953 * configure.in: Comment out FreeBSD's libc_r detect section. At
954 this moment it doesn't work correctly with zebra.
955
956 Netlink interface is only enabled when Linux kernel version is
957 upper than 2.1.0.
958
9591998-09-15 HEO SeonMeyong <seirios@matrix.iri.co.jp>
960
961 * Hydrangea is now called KAME, so change all defines.
962
9631998-08-16 Kunihiro Ishiguro <kunihiro@zebra.org>
964
965 * configure.in: ifaliasreq check added.
966
9671998-08-12 Katsuhiro Kondou <kondou@nec.co.jp>
968
969 * Patch is applied for compile under EWS4800
970
9711998-06-09 Kunihiro Ishiguro <kunihiro@zebra.org>
972
973 * configure.in: delete old mtu_method check.
974
975 * doc/zebra.texi (Kernel interface): chapter `Kernel interface' added
976
9771998-06-08 Kunihiro Ishiguro <kunihiro@zebra.org>
978
979 * configure.in: add new netlink check for GNU/Linux
980
9811998-06-07 Kunihiro Ishiguro <kunihiro@zebra.org>
982
983 * doc/zebra.texi: Update Linux netlink chapter.
984
9851998-05-18 Yamashita TAKAO <jargon@lares.dti.ne.jp>
986
987 * config.h.in: define PTHREAD if work on Solaris 2.6
988 why delete the definition? I miss?
989
9901998-05-08 Kunihiro Ishiguro <kunihiro@zebra.org>
991
992 * configure.in: add net/if.h header check.
993
9941998-05-02 SeonMeyong HEO <seirios@Matrix.iri.co.jp>
995
996 * zebra.tex,archfig.tex,zebra.sty: Manual file is added.
997 * zebra.texi: Modify Introduction text.
998 * RIPngd.c: Patch Hydrangea code.
999
10001998-05-01 Kunihiro Ishiguro <kunihiro@zebra.org>
1001
1002 * .cvsignore: added.
1003
1004 * Makerule.in: is gone.
1005 * Makefile.am: Now we use automake to generate Makefile.in
1006
10071998-03-19 Yamashita TAKAO <jargon@lares.dti.ne.jp>
1008
1009 * lib/vty.c: modified the definition of *master
1010 * lib/sockunion.c (inet_aton): add, but don't work. uum...
1011
1012
10131998-03-15 Yamashita TAKAO <jargon@lares.dti.ne.jp>
1014
1015 * configure.in: define PTHREAD if work on Solaris 2.6
1016 * config.h.in: likewise
1017 * lib/thread.c: likewise
1018 * lib/vty.c: likewise
1019
10201998-03-15 SeonMeyong HEO <seirios@Matrix.iri.co.jp>
1021
1022 * config.h.in: define INET6 if defined HAVE_IPV6 & HYDRANGEA
1023 * bgpd/: remove include <netinet6/in6.h> line.
1024 * lib/: remove include <netinet6/in6.h> line.
1025 * ripbgd/: remove include <netinet6/in6.h> line.
1026 * zebra/: remove include <netinet6/in6.h> line.
1027 * ripd/*.c: remove include <netinet6/in6.h> line.
1028 undefine IPV6 difinitions because RIPd is not worked for
1029 IPv6 protocol.
1030
1031
10321998-01-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1033
1034 * configure.in: Change routing socket check method from
1035 AC_TRY_COMPILE to AC_TRY_RUN because GNU libc version 2 has
1036 AF_ROUTE but over linux it's meenigless.
1037
10381998-01-06 Kunihiro Ishiguro <kunihiro@zebra.org>
1039
1040 * config.h.in: remove err_t define.
1041
10421997-11-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1043
1044 * configure.in (canonical): add check of IF_METHOD
1045
10461997-09-27 Kunihiro Ishiguro <kunihiro@note.digital-magic.co.jp>
1047
1048 * configure.in: add INRIA check
1049
10501997-09-25 Kunihiro Ishiguro <kunihiro@note.digital-magic.co.jp>
1051
1052 * configure.in (canonical): change ipforward_snmp.o to ipforward_proc.o
1053
10541997-09-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1055
1056 * configure.in: change IRDPD to NDPD
1057
10581997-08-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1059
1060 * INSTALL: new file
1061
10621997-08-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1063
1064 * config.h: add XCALLOC()
1065