blob: e385a85b34e71d23a5dc26c49a02d14fcac920c3 [file] [log] [blame]
jardin9e867fe2003-12-23 08:56:18 +000012003-12-23 Vincent Jardin <jardin@6wind.com>
2
3 * isisd: Import isisd from Sampo Saaristo's source code.
4
gdtaa593d52003-12-22 20:15:53 +000052003-12-22 Christian Hammers <ch@lathspell.de>
6
7 * configure.ac (and everywhere a regular file is opened for
8 writing): use file permissions from configure rather than
9 compiled-in umask.
10
hasso47ce02a2003-12-22 16:49:15 +0000112003-12-22 Hasso Tepper <hasso@estpak.ee>
12
13 * lib/linklist.c: Revert microfix I commited while reverting
14 [quagga-dev 227]. Caused by misreading code.
15
hassoe90fbab2003-12-21 09:51:42 +0000162003-12-21 Hasso Tepper <hasso@estpak.ee>
17
18 * lib/linklist.c: Revert patch [quagga-dev 227]. listnode_add_sort()
19 function should not drop nodes in any case. But fix behavior where
20 nodes were added to the end of list when cmp returned 0.
21 * lib/if.c: Check for duplicates before calling listnode_add_sort().
22
gdtaf273652003-12-08 18:12:34 +0000232003-12-08 Greg Troxel <gdt@fnord.ir.bbn.com>
24
25 * {lib,ospfd,ospfapi}/Makefile.am: Use pkginclude_HEADERS rather
26 than include_HEADERS to place includes in
27 ${prefix}/include/quaggainstead of polluting ${prefix}/include.
28
gdtc4f0efe2003-12-04 15:39:25 +0000292003-12-04 Greg Troxel <gdt@poblano.ir.bbn.com>
30
31 * configure.ac: When setting exampledir to sysconfdir as a
32 default, don't quote ${sysconfdir}. (Bug reported by Vincent
33 Jardin.)
34
gdtd6b72f72003-12-03 17:24:27 +0000352003-12-03 Greg Troxel <gdt@poblano.ir.bbn.com>
36
gdtd2a0ccc2003-12-03 18:13:48 +000037 * configure.ac: Compile in Router Advertisement support by
38 default. Note that this does not default to sending RAs; it just
39 makes 'ipv6 nd send-ra' and 'ipv6 nd prefix-advertisement'
40 available. While others may prefer other tools, no argument has
41 been made that router advertisement support is such bloat that it
42 should be compiled out by default (it 9556 bytes on NetBSD/i386 vs
43 8 bytes with the support compiled out). This reversion of a
44 previous change was done in consultation with Paul.
45
462003-12-03 Greg Troxel <gdt@poblano.ir.bbn.com>
47
gdtfa3232e2003-12-03 17:52:30 +000048 * configure.ac: Move tests for v6 header files to after the check
49 for v6 code version, and conditionalize on the right variable.
50 (Fixes problem where v6 header files are not included when v6 is
51 enabled implicitly.)
gdtd2a0ccc2003-12-03 18:13:48 +000052
gdtfa3232e2003-12-03 17:52:30 +0000532003-12-03 Greg Troxel <gdt@poblano.ir.bbn.com>
54
gdtd6b72f72003-12-03 17:24:27 +000055 * configure.ac: Add --enable-exampledir to specify where example
56 config files should go, defaulting to sysconfdir.
57
58 * */Makefile.am: use exampledir instead of sysconfdif for examples
59
paul62892882003-11-02 07:31:47 +0000602003-11-02 Paul Jakma <paul@dishone.st>
61
62 * bgpd/bgp_routemap.c: Fix up 'set ip next-hop A.B.C.D|peer-address'
63 route map command so that vtysh can use it. Modified version of
64 Hasso Tepper's patch. Fixes bug #52.
65 * configure.ac: FreeBSD has net-snmp in /usr/local.
66 * redhat/quagga.spec.in: Install libzebra headers with -devel
67 package.
68
692003-11-02 Krzysztof Oledzki <oleq@ans.pl>
70
71 * zebra/zebra_rib.c: Revert patch (dating from zebra.org) which
72 caused zebra to read all routes in all tables, rather than just
73 the main table. See [quagga-dev 280].
74
752003-10-30 Paul Jakma <paul@dishone.st>
76
77 * configure.ac: netinet/in_systm.h is yet another well-known
78 header file we really should be checking for
79
802003-10-27 kamatchi soundaram <kamatchi@tdd.sj.nec.com>
81
82 * ospfd/ospfd.c: Do not increment act_int for an area, as it is done
83 by ospf_ism.c::ism_change_state() - results in incorrect figure
84 for active interfaces in an area.
85
862003-10-27 Paul Jakma <paul@dishone.st>
87
88 * lib/if.{ch}: remove ifc_pointtopoint() - left over from the
89 reverted RFC3021 patch.
90
912003-10-27 Simon <lists@routemeister.net>
92
93 * ospfd/ospfd.c: if_is_pointopoint() takes (struct interface *), was
94 being called with struct connected. Change to co->ifp.
95
962003-10-27 Gilad Arnold <gilad.arnold@terayon.com>
97
98 * zebra/zebra_rib.c: (nexthop_active_update) Check for multipath
99 limit when setting changed flag to avoid spurious changes.
100 (static_install_ipv{4,6}) dont uninstall by default, might not be
101 required - avoid spurious uninstalls.
102 (static_uninstall_ipv{4,6}) only uninstall the route if its
103 actually FIB route.
104
1052003-10-24 sowmini.varadhan@sun.com
106
107 * ospfd/ospf_network.c: (ospf_sock_init) Exit if socket can not be
108 created.
109
1102003-10-24 Jose Luis Rubio Guivernau <jrubio@dit.upm.es>
111
112 * Better 'show bgp' support for views (eg ipv6), see [quagga-dev 238]
113 * bgpd/bgp_route.c: (bgp_show) Take a struct bgp argument instead of
114 view string.
115 (bgp_show_neighbor_route) Take a struct peer argument instead of
116 ip string.
117 (peer_adj_routes) ditto
118 (show_adj_routes) ditto
119 (peer_lookup_in_view) new function to return appropriate struct
120 peer for a given view string.
121 (misc) Fixup all calls to above to reflect new calling arguments,
122 and use peer_lookup_in_view as needed. Additional commands
123 installed to use expanded functionality above, existing commands
124 modified to suit as well.
125 * bgpd/bgp_vty.c: 2 new aliases.
126
1272003-10-24 Paul Jakma <paul@dishone.st>
128
129 * configure.ac: Check for fcntl()
130 * {bgpd,ospf,ospf6d,ripd,ripngd}/Makefile.am: Install conf file via
131 regular automake means, not magic install incantations, see
132 bug #38.
133 * lib/Makefile.am: install the headers, needed to link libzebra.a
134 (and hence libospf.a, OSPF-API, etc.)
135
1362003-10-24 waldi@debian.org
137
138 * vtysh/Makefile.am: vtysh_cmd.c rebuild was broken because it
139 depended against source files without specification, i.e. it
140 used ../zebra instead of $(top_srcdir)/zebra.
141
1422003-10-23 Paul Jakma <paul@dishone.st>
143
144 * configure.ac: IRIX configure.ac support. Sort of works.
145 sysctl() crashes though (ipforward), there's some kind of odd
146 padding in the PF_ROUTE socket messages and setsockopt() on
147 SOCK_RAW does not work (so ospfd doesnt work).
148
1492003-10-22 Paul Jakma <paul@dishone.st>
150
151 * vtysh/Makefile.am: do not include vtysh_cmd.c in dists, its
152 configure dependent. (still need to find a way to make building of
153 it dependent on configure options or include all commands.)
154
1552003-10-22 Paul Jakma <paul@dishone.st>
156
157 * lib/zebra.h: include limits.h if its there, its a portable header
158 and useful and not just solaris specific. net/route.h is also
159 useful.
160
1612003-10-22 Paul Jakma <paul@dishone.st>
162
163 * lib/regex.c: bzero -> memset
164 * zebra/ioctl.c: ditto. bzero is not portable.
165
1662003-10-22 Paul Jakma <paul@dishone.st>
167
168 * zebra/kernel_socket.c: HAVE_IPV6 conditional for WRAPUP when
169 HAVE_SA_LEN is not defined. bcopy -> memcpy, bcopy is not
170 portable.
171
1722003-10-22 Paul Jakma <paul@dishone.st>
173
174 * configure.ac: Split up header checks into non-net, net and ipv6
175 related. Checking of IPv6 is conditional. Add some more output
176 text for the end of the configure run.
177
1782003-10-18 Lorenzo Colitti <lorenzo@ripe.net>
179
180 * bgpd/bgp_attr.c: (bgp_dump_routes_attr) Dont dump IPv4 nexthop
181 for IP. Dump MP_NLRI attr with IPv6 next-hop for AF_INET6 address
182 family prefixes. Accept prefix as argument.
183 * bgpd/bgp_attr.c: modify bgp_dump_routes_attr declaration.
184 * bgpd/bgp_dump.c: (bgp_dump_routes_entry) Modify calls to
185 bgp_dump_routes_attr.
186 (bgp_dump_common) Go by the family of the peering socket, not
187 configured address family when dumping peering information.
188 Add HAVE_IPV6 conditionals, eg missing from previous bgp interval
189 patch.
190
1912003-10-18 Lorenzo Colitti <lorenzo@ripe.net>
192
193 * bgpd/bgp_dump.{c,h}: (bgp_dump_interval_add) Dump at discrete
194 fixed intervals rather than fixed intervals from startup time.
195 (bgp_dump_interval_func) Dont return immediately if file cant be
196 openeded, but reschedule interval dumps, even - admin might
197 fix problem in meantime. Close the dump file in between intervals.
198 (bgp_dump_init) account for MSG header when initialising stream
199 size.
200
2012003-10-15 Paul Jakma <paul@dishone.st>
202
203 * ospfd/ospf_interface: (ospf_if_lookup_table) new function to
204 lookup oi for a given prefix in a given interfaces table of oi's.
205 (ospf_if_new) use ospf_if_lookup_table to deal with zebra
206 reporting new interface multiple times.
207 NB: This patch is a complete plaster-band of a hack. First, why is
208 zebra reporting interface events multiple times? Second, why does
209 ospfd maintain so many damn lists and tables relating to oi's -
210 these should be reconciled into one or two tables.
211
2122003-10-15 sowmini.varadhan@sun.com
213
214 * ripd/ripd.c: (rip_send_packet) use rip->sock for mcast sends,
215 instead of creating one socket per send. send source addr to
216 rip_update_interface.
217 (rip_update_process) should send an update on every connected
218 network for each interface.
219 (rip_request_send) should send a request on every connected
220 network for each interface.
221 * ripd/ripd.h: update prototype for rip_interface_multicast_set
222 * ripd/rip_interface.c: (rip_interface_multicast_set) reorganized
223 so that it can be called repeatedly for aliased interfaces (on
224 multiple networks).
225
2262003-10-15 Jay Fenlason <fenlason@redhat.com>
227
228 * lib/vty.c: (vty_telnet_option) Remote DoS exists if a telnet
229 end-sub-negotation is sent when no sub-negotation data has been
230 sent. Return immediately if no sub-negotation is in progress.
231 (vty_read) do not attempt to process options if no sub-negotation
232 is in progress.
233
2342003-10-15 Paul Jakma <paul@dishone.st>
235
236 * lib/vty.c: (vty_save_cwd) dont crash if getcwd fails. try fallback
237 to SYSCONFDIR. Allocate cwd from the stack rather than relying on
238 (non-portable) getcwd() allocation (which we didnt seem to be
239 freeing).
240
2412003-10-13 Jay Fenlason <fenlason@redhat.com>
242
243 * lib/zebra.h: define UINT32_MAX for those systems which do not
244 provide it.
245 * bgp_attr.h: define BGP_MED_MAX.
246 * bgp_route.c: update defines/constants to BGP_MED_MAX.
247 * bgp_routemap.c: ditto. clean up route_match_metric_compile
248 slightly to avoid unneccesary XMALLOC.
249
2502003-10-13 sowmini.varadhan@sun.com
251
252 * ospf_lsa.h: Add OSPF_LSA_PREMATURE_AGE flag.
253 * ospf_lsa.c: added better debug comments. check sequence number in
254 ospf_lsa_install. ospf_maxage_lsa_remover() checks for
255 OSPF_LSA_PREMATURE_AGE and re-originates the lsa after ls_acks are
256 received.
257 * ospf_flood.c: improve debug statement- print ls_seqnum.
258
2592003-10-13 Douglas Fraser <doug+quagga@idmf.net>
260
261 * zebra/connected.c: PtP revert fixup. Zebra was not creating
262 connected route for PtP peer.
263
2642003-10-07 Tarhon-Onu Victor <mituc@iasi.rdsnet.ro>
265
266 * zebra/ipforward_proc.c: (ipforward) Close the fd for
267 /proc/net/snmp. See [quagga-dev 284]
268
2692003-09-29 Gilad Arnold <gilad.arnold@terayon.com>
270
271 * zebra/zebra_rib.c: Fix possible dangling reference to rib
272 route_nodes - unlock it the appropriate number of times. (twice,
273 because of the implicit lock). see [quagga-dev 251].
274
2752003-09-29 Paul Jakma <paul@dishone.st>
276
277 * zebra/connected.c: revert the 'generic PtP' patch as it causes
278 far too many problems. People who use FreeSWAN should investigate
279 native linux ipsec.
280 * zebra/rt_netlink.c: ditto
281 * lib/if.c: ditto
282 * ripd/ripd.h: ditto
283 * ripd/ripd.c: ditto
284 * ripd/rip_interface.c: ditto
285 * ospfd/ospfd.c: ditto
286 * ospfd/ospf_snmp.c: ditto
287 * bgpd/bgp_nexthop.c: ditto
288 * ospfd/ospf_packet.c: Add debug output for some of the previously
289 completely silent drops of 'bad' packets.
290 * configure.ac: bump version
291
2922003-08-27 Jay Fenlason <fenlason@redhat.com>
293
294 * lib/Makefile.am: Do not use a lib (libcap) as a dependency
295 * zebra/Makefile.am: Link in libcap
296 * bgpd/bgp_routemap.c: attr->med is type u_in32_t, should be
297 compared with UINT32_MAX
298 * ospfd/ospfd.c: remove redundant assert
299 * zebra/rtadv.c: add missing include for zebra/rib.h
300
3012003-09-24 Paul Jakma <paul@dishone.st>
302
303 * lib/version.h: moved to version.h.in
304 * lib/version.h.in: New file, from version.h. Change hardcoded
305 package name and version to use the autoconf defined substition
306 variables.
307 * configure.ac: Fix up AC/AM_INIT* to new style. Remove the sed'ing
308 through lib/version.h for VERSION. Add lib/version.h to the
309 AC_OUTPUT list. Update the text output of quagga version at end
310 of configure run to use PACKAGE_VERSION.
311 * doc/.cvsignore: ignore quagga.pdf
312 * doc/.cvsignore: ignore version.h, its now autogenerated.
313
3142003-09-24 sowmini.varadhan@sun.com
315
316 * lib/if.c: (if_cmp_func) fix infinite loop if
317 ifp1->name == ifp2->name
318 * lib/linklist.c: (if_cmp_func) Fix handling of case where
319 list->cmp returns 0.
320 * rip_interface.c: (rip_interface_address_add) call
321 rip_enable_apply(), or the interface is never considered up.
322 see [quagga-dev 225].
323 * zebra/kernel_socket.c: Fix up WRAPUP macro to deal with multiple
324 address families in the absence of sa_len element in struct
325 sockaddr.
326 (ifm_read): Handle solaris 9 if_msghdr_t.
327 Deal with interfaces which are incomplete, lookup on name rather
328 than the placeholder interface index of -1.
329
3302003-09-24 Thomas Giger TGC <thomas.giger@tgc.de>
331
332 * ospf_packet.c (ospf_associate_packet_vl): pass NULL struct
333 interface to ospf_if_lookup_by_local_addr() rather than the
334 receiving interface ifp, packets for VL's could come in any
335 interface. See quagga-dev 250.
336
paule05fba42003-04-13 20:20:53 +00003372003-04-13 Paul Jakma <paul@dishone.st>
338
339 * Amir: Opaque LSA bug fix for deletion of Type11's
340 * configure.ac: use --localstatedir for Unix sockets
paul645878f2003-04-13 21:42:11 +0000341 * Hasso Tepper: When flushing as-ext LSAs flush associated NSSA
342 LSAs.
paule05fba42003-04-13 20:20:53 +0000343
paul020709f2003-04-04 02:44:16 +00003442003-04-04 Paul Jakma <paul@dishone.st>
345
346 * Sync to Zebra CVS
347 * Fix lib/thread.h leak
348 * Fix small Opaque LSA leak
349 * Do not configure OSPF interfaces for secondary addresses
350 * vtysh fixes from Hasso
351 * Dave Watson's missing ntohs fix
352
paul68980082003-03-25 05:07:42 +00003532003-03-25 Paul Jakma <paul@dishone.st>
354
355 * Sync to Zebra CVS
356
paul07661cb2003-03-18 00:03:05 +00003572003-03-17 Amir Guindehi <amir@datacore.ch>
358
359 * Extended SNMP checks in configure.ac so that net-snmp works
360
3612003-03-17 Amir Guindehi <amir@datacore.ch>
362 Ralph Keller <keller@tik.ee.ethz.ch>
363 * merge OSPF-API
364
paul13766da2003-02-07 14:46:23 +00003652003-02-07 Paul Jakma <paul@dishone.st>
366
367 * Sync to zebra CVS
368
paul420df432003-02-03 20:30:39 +00003692003-02-03 Paul Jakma <paul@dishone.st>
370
371 * Sync to zebra CVS
372
paulae936ae2003-01-20 04:58:21 +00003732003-01-19 Paul Jakma <paul@dishone.st>
374
375 * Temporary fix for Generic PtP wrt to IPv6
376
paul9a668002003-01-18 23:11:44 +00003772003-01-17 Paul Jakma <paul@dishone.st>
378
379 * Sync up to latest zebra.org CVS
380 * [zebra 16823] Bugfix and new feature in Opaque-LSA handling
381 Masahiko Endo <endo@suri.co.jp>
382 * [zebra 16824] [PATCH] nsm_kill_neighbor
383 Masahiko Endo <endo@suri.co.jp>
384 * [zebra 17217] [PATCH] show thread CPU
385 Yon Uriarte <havanna_moon@gmx.net>
386 * [zebra 17218] Re: [PATCH] CLI extensions.
387 Yon Uriarte <havanna_moon@gmx.net>
388
paul4fc01e62002-12-13 20:49:00 +00003892002-12-13 Paul Jakma <paul@dishone.st>
390
391 * added support for vtysh 'write file' command to
paul0efa4d52002-12-13 21:55:43 +0000392 write either per-daamon and/or integrated file
paulab836aa2002-12-13 21:19:02 +0000393 * ospfd md5 buffer copying fix (Greg Troxel)
paul8bd9c712002-12-13 21:05:16 +0000394 * ospfd md5 sequence number derived from time()
paulab836aa2002-12-13 21:19:02 +0000395 * RIPv1 fixes and improvements (John Hay)
396 * link state detection (linux) ([zebra 12269])
397 * Generic PtP and RFC3021 interface addressing support
398 (Frank van Maarseveen)
paul0efa4d52002-12-13 21:55:43 +0000399 * Michal Ludvig <michal@logix.cz>:
400 [zebra 16525] PATCH: Bugfixes for KAME systems
401 * Kevin C Miller <kevinm@andrew.cmu.edu>
402 [zebra 16681] OSPF NSSA Patches
403 * Yon Uriarte <havanna_moon@gmx.net>
404 [zebra 16671] [PATCH] CLI extensions
paula8959012002-12-13 21:59:26 +0000405 * Masahiko Endo: [zebra 15475] - MPLS-TE docs
paul4fc01e62002-12-13 20:49:00 +0000406
paul718e3742002-12-13 20:15:29 +00004072002-07-07 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
408
409 * zebra-0.93 released.
410
4112002-06-28 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
412
413 * update-autotools: Change file name from update-auto-tools.sh.
414
4152002-06-21 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
416
417 * update-auto-tools.sh: Add a new script to clean up build
418 environment.
419
4202002-06-18 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
421
422 * Shift to the latest build environment autoconf-2.53 and
423 automake-1.6.2.
424
4252001-10-22 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
426
427 * Integrate Glen Turner <glen.turner@aarnet.edu.au>'s pid option.
428
4292001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
430
431 * zebra-0.92a released.
432
4332001-08-19 "Peter Galbavy" <peter.galbavy@knowtion.net>
434
435 * configure.in: SNMP library check problem fix when the library is
436 installed under /usr/local/lib.
437
4382001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
439
440 * zebra-0.92 released.
441
4422001-04-22 Kunihiro Ishiguro <kunihiro@zebra.org>
443
444 * configure.in (LIBPAM): Use ZEBRA_AC_C_BIGENDIAN to avoid a
445 warning.
446 (IF_METHOD): Use test -r instead of AC_CHECK_FILE to avoid
447 warnings.
448
449 * config.guess: Update to 2000-11-10 version.
450
4512001-04-11 Kunihiro Ishiguro <kunihiro@zebra.org>
452
453 * configure.in: Use AC_TRY_COMPILE instead of AC_EGREP_HEADER to
454 detect in_pktinfo structure. Suggested by: Vlad Lungu
455 <vlad@rls.roknet.ro>.
456
4572001-03-07 Michael Rozhavsky <mrozhavsky@opticalaccess.com>
458
459 * configure.in: Add check for structure in_pktinfo.
460
4612001-02-07 "Bjoern A. Zeeb" <bzeeb+zebra@zabbadoz.net>
462
463 * configure.in (USE_PAM): Fix PAM library detection code.
464
4652001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
466
467 * zebra-0.91 is released.
468
4692001-01-12 Kunihiro Ishiguro <kunihiro@zebra.org>
470
471 * configure.in: Remove guile related definition.
472
4732001-01-11 Kunihiro Ishiguro <kunihiro@zebra.org>
474
475 * configure.in (ac_cv_htonl_works): HAVE_REPAIRABLE_HTONL is
476 removed. htonl should work fine on any platform.
477
4782001-01-10 Kunihiro Ishiguro <kunihiro@zebra.org>
479
480 * configure.in: Remove --enable-oldrib option.
481
482 * acconfig.h: OLD_RIB definition is removed.
483
484 * zebra-0.90 is released.
485
486 * configure.in (LIBS): Add check for sun_len field in struct
487 sun_len.
488
4892001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
490
491 * Makefile.am: Include init/redhat files to distribution.
492
4932001-01-07 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
494
495 * configure.in: check libm.a for BGPd compile error.
496 AC_CHECK_LIB(m, main) was added.
497
4982000-12-29 Kunihiro Ishiguro <kunihiro@zebra.org>
499
500 * configure.in: --enable-unixdomain becomes default. Add
501 --enable-tcp-zebra for TCP/IP communication between protocol
502 daemon and zebra.
503
504 * COPYING.LIB: Added for lib/getopt.c, lib/getopt.h,
505 lib/getopt1.c, lib/md5-gnu.h, lib/md5.c, lib/regex-gnu.h,
506 lib/regex.c.
507
508 * Makefile.am (dist-hook): Include tools/*.cgi to distribution.
509
5102000-12-26 Kunihiro Ishiguro <kunihiro@zebra.org>
511
512 * configure.in (MULTIPATH_NUM): --enable-multipath=ARG specify
513 multipath number. ARG must be digit.
514
5152000-12-11 Kunihiro Ishiguro <kunihiro@zebra.org>
516
517 * configure.in: Add --enable-newrib for test new RIB code.
518
5192000-11-25 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
520
521 * configure.in, config.h.in: Add check for libutil.h and
522 setproctitle().
523
5242000-10-26 Kunihiro Ishiguro <kunihiro@zebra.org>
525
526 * configure.in: Add --enable-nssa for OSPF NSSA option.
527
528 * acconfig.h: Define HAVE_NSSA.
529
5302000-10-25 "Bjoern A. Zeeb" <bzeeb+zebra@zabbadoz.net>
531
532 * configure.in: pam_misc is only linked when the platform is
533 GNU/Linux.
534
5352000-10-24 Arkadiusz Miskiewicz <misiek@pld.org.pl>
536
537 * configure.in (LIBS): Add check for crypto library. test x`ls
538 ${ac_snmp}` is replaced with sipmle test -f.
539
5402000-10-23 Kunihiro Ishiguro <kunihiro@zebra.org>
541
542 * configure.in: Add --enable-unixdomain option. This will be
543 default behavior in zebra-0.90.
544
5452000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
546
547 * zebra-0.89 is released.
548
5492000-09-27 Kunihiro Ishiguro <kunihiro@zebra.org>
550
551 * configure.in: Add check for Intel CPU for Solaris on x86 check.
552
5532000-09-21 Kunihiro Ishiguro <kunihiro@zebra.org>
554
555 * configure.in: Add check for getifaddrs().
556 Set AM_INIT_AUTOMAKE version to 0.89.
557
5582000-09-14 Kunihiro Ishiguro <kunihiro@zebra.org>
559
560 * config.guess: Update to the latest version.
561
562 * config.sub: Likewise
563
5642000-09-14 David Lipovkov <dlipovkov@OpticalAccess.com>
565
566 * REPORTING-BUGS: New file is added.
567
5682000-08-27 itojun@iijlab.net
569
570 * configure.in: Add ncurses library check when --enable-vtysh is
571 specified.
572
5732000-08-22 Kunihiro Ishiguro <kunihiro@zebra.org>
574
575 * configure.in: Add check for readline/history.h.
576
577 * acconfig.h: Remove pthread related variables.
578
579 * configure.in: Add --with-libpam option for vtysh PAM
580 authentication. Remove --disable-pthread because we don't support
581 pthread.
582
5832000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
584
585 * zebra-0.88 is released.
586
587 * configure.in: Add Solaris -lcurses for vtysh.
588
5892000-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
590
591 * configure.in: Add check for ncurses for compiling on Solaris.
592
5932000-07-27 Kunihiro Ishiguro <kunihiro@zebra.org>
594
595 * configure.in: Add check for libreadline when --enable-vtysh is
596 specified.
597
5982000-07-23 Kunihiro Ishiguro <kunihiro@zebra.org>
599
600 * configure.in: Add AC_DEFINE(OPEN_BSD). When OS is OpenBSD
601 interface method is if_ioctl.o
602
6032000-07-09 Chris Dunlop <chris@onthe.net.au>
604
605 * acconfig.h: Add HAVE_BROKEN_ALIASES.
606
607 * configure.in: Add --enable-broken-aliases.
608
6092000-06-12 Kunihiro Ishiguro <kunihiro@zebra.org>
610
611 * Set version to zebra-0.87.
612
6132000-06-05 Kunihiro Ishiguro <kunihiro@zebra.org>
614
615 * configure.in: Remove --enable-mpls-vpn. Now MPLS-VPN support is
616 default.
617
618 * Set version to zebra-0.87-pre
619
620 * Makefile.am: Likewise.
621
6222000-04-27 Kunihiro Ishiguro <kunihiro@zebra.org>
623
624 * Set version to 0.86.
625
6262000-03-21 Kunihiro Ishiguro <kunihiro@zebra.org>
627
628 * Set version to 0.85b for ospfd test.
629
6302000-03-20 Kunihiro Ishiguro <kunihiro@zebra.org>
631
632 * Set version to 0.85a for ospfd test.
633
6342000-03-08 Kunihiro Ishiguro <kunihiro@zebra.org>
635
636 * Set version to 0.85.
637
6382000-01-26 Kunihiro Ishiguro <kunihiro@zebra.org>
639
640 * Makefile.in: Regenerated by patched automake for fixing "make
641 clean" problem on FreeBSD.
642
6431999-12-08 Kunihiro Ishiguro <kunihiro@zebra.org>
644
645 * Set version to 0.83a. This is for *BSD static route lookup
646 problem.
647
6481999-12-06 Kunihiro Ishiguro <kunihiro@zebra.org>
649
650 * Set version to 0.83.
651
6521999-11-29 Kunihiro Ishiguro <kunihiro@zebra.org>
653
654 * Set version to 0.82.
655
6561999-11-23 Kunihiro Ishiguro <kunihiro@zebra.org>
657
658 * aczebra.m4: New file added.
659
6601999-11-21 Michael Handler <handler@sub-rosa.com>
661
662 * configure.in (LIBS): Add sa_len check of sockaddr.
663
664 * acconfig.h: Add HAVE_SA_LEN.
665
6661999-11-12 Kunihiro Ishiguro <kunihiro@zebra.org>
667
668 * version.h: Update version to zebra-0.81b for bgpd test.
669
6701999-11-09 Kunihiro Ishiguro <kunihiro@zebra.org>
671
672 * configure.in: Add --enable-mbgp.
673
6741999-11-05 Kunihiro Ishiguro <kunihiro@zebra.org>
675
676 * Makefile.am (EXTRA_DIST): Add TODO to the distribution.
677
6781999-11-04 Kunihiro Ishiguro <kunihiro@zebra.org>
679
680 * TODO: New file is added.
681
6821999-11-03 Kunihiro Ishiguro <kunihiro@zebra.org>
683
684 * version.h: Update version to zebra-0.81a for ospfd test.
685
6861999-10-28 Kunihiro Ishiguro <kunihiro@zebra.org>
687
688 * configure.in: New option --enable-snmp is added.
689
6901999-10-24 Kunihiro Ishiguro <kunihiro@zebra.org>
691
692 * version.h: Update version to zebra-0.80.
693
6941999-10-21 Kunihiro Ishiguro <kunihiro@zebra.org>
695
696 * version.h: Update version to zebra-0.80-pre3
697
6981999-10-18 Kunihiro Ishiguro <kunihiro@zebra.org>
699
700 * configure.in (LIBS): SNMP check is done by ucd-snmp/asn1.h.
701
7021999-10-10 Peter Galbavy <Peter.Galbavy@knowledge.com>
703
704 * configure.in: Add support of OpenBSD.
705
7061999-10-04 Kunihiro Ishiguro <kunihiro@zebra.org>
707
708 * version.h: Update version to zebra-0.80-pre2.
709
7101999-09-27 Kunihiro Ishiguro <kunihiro@zebra.org>
711
712 * version.h: Update version to zebra-0.80-pre. From this version,
713 access-list and prefix-list's name space is divided into IPv4 and
714 IPv6.
715
7161999-09-17 Kunihiro Ishiguro <kunihiro@zebra.org>
717
718 * version.h: For test recent fixes Set version to zebra-0.79a.
719
7201999-09-14 Kunihiro Ishiguro <kunihiro@zebra.org>
721
722 * version.h: zebra-0.79 is out.
723
7241999-09-08 Kunihiro Ishiguro <kunihiro@zebra.org>
725
726 * version.h: For ospfd's virtual link test. Set version to 0.78h.
727
7281999-09-07 Kunihiro Ishiguro <kunihiro@zebra.org>
729
730 * version.h: For ospfd test. Set version to 0.78g.
731
7321999-09-05 Kunihiro Ishiguro <kunihiro@zebra.org>
733
734 * version.h: For internal test of ospfd. Set version to 0.78f.
735
7361999-09-02 Kunihiro Ishiguro <kunihiro@zebra.org>
737
738 * version.h: To test ospfd's fix, set version to 0.78e.
739
7401999-09-01 Kunihiro Ishiguro <kunihiro@zebra.org>
741
742 * version.h: To test ospfd's area related bug fix, set version
743 to 0.78d.
744
7451999-09-01 Kunihiro Ishiguro <kunihiro@zebra.org>
746
747 * version.h: To test ospfd, set version to 0.78c.
748
7491999-08-31 Janos Farkas <chexum@shadow.banki.hu>
750
751 * Many misspelling correction.
752
7531999-08-31 Kunihiro Ishiguro <kunihiro@zebra.org>
754
755 * version.h: To test ospfd, set version to 0.78b.
756
7571999-08-31 Kunihiro Ishiguro <kunihiro@zebra.org>
758
759 * configure.in (LIBS): Add UCD-SNMP include path check.
760
7611999-08-31 Lars Fenneberg <lf@elemental.net>
762
763 * configure.in: The logic which detects the UCD-SNMP library
764 should first check in the default system locations for the library
765 and then in /usr/local.
766
7671999-08-27 itojun@iijlab.net
768
769 * configure.in (LIBS): Fix problem about libsnmp.a check.
770
7711999-08-26 kay <kay@v6.access.co.jp>
772
773 * configure.in (CFLAGS): Add <sys/socket.h> to check socklen_t.
774
7751999-08-24 VOP <vop@unity.net>
776
777 * filter.c: Include "sockunion.h".
778 plist.c: Likewise.
779 table.c: Likewise.
780
7811999-08-24 Kunihiro Ishiguro <kunihiro@zebra.org>
782
783 * configure.in: Add netinet6/in6.h check.
784
7851999-08-21 Masaki Minami <masaki@minami.org>
786
787 * BSD/OS 4.0 porting.
788
7891999-08-15 Kunihiro Ishiguro <kunihiro@zebra.org>
790
791 * configure.in: Add --enable-netlink option to force to use Linux
792 netlink interface.
793 (CFLAGS): Add ucd-snmp library check.
794
795 * acconfig.h: If socklen_t is not defined, typedef int to
796 socklen_t.
797
7981999-08-15 Arkadiusz Miskiewicz <misiek@misiek.eu.org>
799
800 * configure.in: When --enable-ipv6 specified, then only kernel
801 version is checked.
802
8031999-08-14 Kunihiro Ishiguro <kunihiro@zebra.org>
804
805 * configure.in: Add GNU libc 2.1 check.
806
8071999-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
808
809 * configure.in: Fix privious Linux IPv6 check changes.
810
8111999-08-02 Arkadiusz Miskiewicz <misiek@misiek.eu.org>
812
813 * configure.in: Improve Linux IPv6 feature check.
814
8151999-07-29 Rick Payne <rickp@rossfell.co.uk>
816
817 * Changed route-maps to behave in a more cisco-like fashion
818
8191999-07-27 Gerhard Poul <gpoul@gnu.org>
820
821 * SERVICES: New file added.
822
8231999-07-12 itojun@iijlab.net
824
825 * configure.in: Add check for getaddrinfo. Improve Kame related
826 library check.
827
8281999-07-07 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
829
830 * configure.in, acconfig.h: Add check for FreeBSD 3.2.
831
8321999-07-07 Kunihiro Ishiguro <kunihiro@zebra.org>
833
834 * configure.in: Delete check for netinet/ip6.h.
835
8361999-06-30 Gerhard Poul <gpoul@gnu.org>
837
838 * README: remixed the old files and added some new parts.
839 moved some INSTALL stuff into INSTALL file.
840 moved some other stuff to doc/zebra.texi
841
8421999-06-29 Kunihiro Ishiguro <kunihiro@zebra.org>
843
844 * configure.in (LIBS): Add libresolv check.
845 Change --enabe-all-in-one option to --enable-one-vty.
846
8471999-06-20 Kunihiro Ishiguro <kunihiro@zebra.org>
848
849 * configure.in: Add --enabe-all-in-one option.
850
8511999-06-16 Kunihiro Ishiguro <kunihiro@zebra.org>
852
853 * configure.in: Add socklen_t check.
854
8551999-06-16 Gerhard Poul <gpoul@gnu.org>
856
857 * Many compile warnings fixed.
858
8591999-05-31 Kunihiro Ishiguro <kunihiro@zebra.org>
860
861 * configure.in: Change message from Linux 2.2.X IPv6 to Linux IPv6.
862 OpenBSD (NRL) check is enabled.
863
8641999-05-30 Kunihiro Ishiguro <kunihiro@zebra.org>
865
866 * configure.in (LIBS): Add crypt library check.
867
8681999-05-08 Kunihiro Ishiguro <kunihiro@zebra.org>
869
870 * configure.in: Add sin6_scope_id in struct sockaddr_in6 check.
871
8721999-04-30 Kunihiro Ishiguro <kunihiro@zebra.org>
873
874 * Set version to 0.63 for first beta package.
875
8761999-04-15 Kunihiro Ishiguro <kunihiro@zebra.org>
877
878 * guile.m4: Added from guile package.
879
8801999-04-14 Kunihiro Ishiguro <kunihiro@zebra.org>
881
882 * Set version to 0.60 for beta package preparation.
883
8841999-04-12 Kunihiro Ishiguro <kunihiro@zebra.org>
885
886 * Makefile.am: Add noninst_LIBRARIES each directory's Makefile.am.
887 This change is for linking these libraries to guile.
888
8891999-04-08 Kunihiro Ishiguro <kunihiro@zebra.org>
890
891 * configure.in (LIBS): Add struct rt_addrinfo check.
892
8931999-04-07 Kunihiro Ishiguro <kunihiro@zebra.org>
894
895 * configure.in: AC_STDC_HEADERS added.
896
8971999-03-29 Kunihiro Ishiguro <kunihiro@zebra.org>
898
899 * Add dependencies to each directory's Makefile.am.
900
9011999-03-02 Peter Galbavy <Peter.Galbavy@knowledge.com>
902
903 * reworked include file structure, and configure so that all
904 source files get all system-dependent include files by including
905 <zebra.h> which is really lib/zebra.h. This means that the
906 different programs include files are now available as #include
907 "zebra/zebra.h" - note the use of quotes, not <> as delimiters.
908
909 In practical terms, if I haven't really screwed up, the main file
910 that maintainers for other OSes have to change is lib/zebra.h for
911 all the conditional includes etc.
912
913 * added --disable-pthread for those systems that seem to have
914 POSIX threads, but do not work. OpenBSD 2.4+ is like that just
915 now. Changed all occurance of #ifdef PTHREAD to use HAVE_PTHREAD
916 instead.
917
9181999-02-24 <kunihiro@zebra.org>
919
920 * configure.in: update to AC_PREREQ(1.13).
921 Change message from Linux 2.1.x to Linux 2.2.x.
922 * Added ospf6d directory support.
923
9241999-02-22 Peter Galbavy <Peter.Galbavy@knowledge.com>
925
926 * added a "log" element to the BGPd peer structure, enabling us to
927 start thinging about a log stream per peer. This is currently
928 ignored by the wrapper code, but developers should try to use the
929 "appropriate" ZLOG stream. Documentation will follow, when the
930 real routines start to exist.
931
932 The current plan is to use a copy of the BSD syslog() routines and
933 replace the syslog library function with our own. I will need
934 feedback from users of other platforms as this work is done to see
935 if all is well elsewhere.
936
937 * preliminary work on zlog() library. directly replaces syslog()
938 currently with zlog(ZLOG *, ...) where the new first argument
939 is a pointer to a ZLOG structure (defined in lib/log.h) and will
940 encapsulate all the information necessary to maintain multiple
941 logging streams.
942
9431999-02-19 Peter Galbavy <Peter.Galbavy@knowledge.com>
944
945 * added vsnprintf() macro to lib/str.h if required and removed
946 #ifdef SUNOS_5 dependency on it
947
9481999-02-18 Peter Galbavy <Peter.Galbavy@knowledge.com>
949
950 * syslog support added
951
9521999-02-18 Peter Galbavy <Peter.Galbavy@knowledge.com>
953
954 * configure.in: Add daemon function check.
955
9561999-01-21 Kunihiro Ishiguro <kunihiro@zebra.org>
957
958 * configure.in: Add --disable-ipv6, --disable-zebra,
959 --disable-bgpd, --disable-ripd, --disable-ripngd, --disable-ospfd
960 options to configure.
961
9621998-12-07 Kunihiro Ishiguro <kunihiro@zebra.org>
963
964 * configure.in: Check /usr/inet6/lib/libinet6.a exists or not.
965
9661998-10-14 Kunihiro Ishiguro <kunihiro@zebra.org>
967
968 * configure.in: Comment out FreeBSD's libc_r detect section. At
969 this moment it doesn't work correctly with zebra.
970
971 Netlink interface is only enabled when Linux kernel version is
972 upper than 2.1.0.
973
9741998-09-15 HEO SeonMeyong <seirios@matrix.iri.co.jp>
975
976 * Hydrangea is now called KAME, so change all defines.
977
9781998-08-16 Kunihiro Ishiguro <kunihiro@zebra.org>
979
980 * configure.in: ifaliasreq check added.
981
9821998-08-12 Katsuhiro Kondou <kondou@nec.co.jp>
983
984 * Patch is applied for compile under EWS4800
985
9861998-06-09 Kunihiro Ishiguro <kunihiro@zebra.org>
987
988 * configure.in: delete old mtu_method check.
989
990 * doc/zebra.texi (Kernel interface): chapter `Kernel interface' added
991
9921998-06-08 Kunihiro Ishiguro <kunihiro@zebra.org>
993
994 * configure.in: add new netlink check for GNU/Linux
995
9961998-06-07 Kunihiro Ishiguro <kunihiro@zebra.org>
997
998 * doc/zebra.texi: Update Linux netlink chapter.
999
10001998-05-18 Yamashita TAKAO <jargon@lares.dti.ne.jp>
1001
1002 * config.h.in: define PTHREAD if work on Solaris 2.6
1003 why delete the definition? I miss?
1004
10051998-05-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1006
1007 * configure.in: add net/if.h header check.
1008
10091998-05-02 SeonMeyong HEO <seirios@Matrix.iri.co.jp>
1010
1011 * zebra.tex,archfig.tex,zebra.sty: Manual file is added.
1012 * zebra.texi: Modify Introduction text.
1013 * RIPngd.c: Patch Hydrangea code.
1014
10151998-05-01 Kunihiro Ishiguro <kunihiro@zebra.org>
1016
1017 * .cvsignore: added.
1018
1019 * Makerule.in: is gone.
1020 * Makefile.am: Now we use automake to generate Makefile.in
1021
10221998-03-19 Yamashita TAKAO <jargon@lares.dti.ne.jp>
1023
1024 * lib/vty.c: modified the definition of *master
1025 * lib/sockunion.c (inet_aton): add, but don't work. uum...
1026
1027
10281998-03-15 Yamashita TAKAO <jargon@lares.dti.ne.jp>
1029
1030 * configure.in: define PTHREAD if work on Solaris 2.6
1031 * config.h.in: likewise
1032 * lib/thread.c: likewise
1033 * lib/vty.c: likewise
1034
10351998-03-15 SeonMeyong HEO <seirios@Matrix.iri.co.jp>
1036
1037 * config.h.in: define INET6 if defined HAVE_IPV6 & HYDRANGEA
1038 * bgpd/: remove include <netinet6/in6.h> line.
1039 * lib/: remove include <netinet6/in6.h> line.
1040 * ripbgd/: remove include <netinet6/in6.h> line.
1041 * zebra/: remove include <netinet6/in6.h> line.
1042 * ripd/*.c: remove include <netinet6/in6.h> line.
1043 undefine IPV6 difinitions because RIPd is not worked for
1044 IPv6 protocol.
1045
1046
10471998-01-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1048
1049 * configure.in: Change routing socket check method from
1050 AC_TRY_COMPILE to AC_TRY_RUN because GNU libc version 2 has
1051 AF_ROUTE but over linux it's meenigless.
1052
10531998-01-06 Kunihiro Ishiguro <kunihiro@zebra.org>
1054
1055 * config.h.in: remove err_t define.
1056
10571997-11-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1058
1059 * configure.in (canonical): add check of IF_METHOD
1060
10611997-09-27 Kunihiro Ishiguro <kunihiro@note.digital-magic.co.jp>
1062
1063 * configure.in: add INRIA check
1064
10651997-09-25 Kunihiro Ishiguro <kunihiro@note.digital-magic.co.jp>
1066
1067 * configure.in (canonical): change ipforward_snmp.o to ipforward_proc.o
1068
10691997-09-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1070
1071 * configure.in: change IRDPD to NDPD
1072
10731997-08-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1074
1075 * INSTALL: new file
1076
10771997-08-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1078
1079 * config.h: add XCALLOC()
1080