blob: 56cbdf24182d3d3a1f4e23e1b878953e5ca0cbf6 [file] [log] [blame]
jardina4d2a0d2004-01-10 20:42:35 +000012004-01-10 Vincent Jardin <jardin@6wind.com>
2
3 * configure.ac: add the redhat/Makefile as a AC_OUTPUT() argument.
4 It fixes build on FreeBSD 5.1 and FreeBSD 4.7
5
paul00bc5602004-01-09 16:30:52 +000062004-01-08 Paul Jakma <paul@dishone.st>
7
8 * Makefile.am: as per gdt, specify the redhat dir as a DIST_SUBDIR,
9 remove the redhat/... dist targets - instead these now go in..
10 redhat/Makefile.am: (new) proper place to describe redhat/ dist
11 files, as well as allow quagga.spec to be regenerated properly.
12 redhat/quagga.sysconfig: specify conf file location.
13 redhat/quagga.spec.in: Add 2 patches to RPM build.
14
paul41ad8782003-12-30 11:09:00 +0000152003-12-30 Paul Jakma <paul@dishone.st>
16
paul15d74e92003-12-30 11:16:21 +000017 * redhat/isisd.init: new file, init script for isisd.
18 redhat/quagga.sysconfig: new file, sysconfig file for quagga
19 initscripts.
20 redhat/quagga.spec.in: various cleanups, including sysconfig patch
21 from RH, fixed UID/GID as per RH EL, shell changed to
22 /sbin/nologin, daemon vty's listen to 127.1 only per default and
23 isisd packaged.
24 redhat/*.init: sysconfig support and runlevels specified.
25
262003-12-30 Paul Jakma <paul@dishone.st>
27
paul41ad8782003-12-30 11:09:00 +000028 * Makefile.am: put the redhat/ stuff into EXTRA_DIST rather than
29 copying via dist-hook. Remove ~ files backup cruft from dists.
30 isisd/Makefile.am: sysconf example should go via
31 dist_examples_DATA. The include-netbsd/ headers werent mentioned
32 as sources and werent being copied into dists.
33
jardin9e867fe2003-12-23 08:56:18 +0000342003-12-23 Vincent Jardin <jardin@6wind.com>
35
36 * isisd: Import isisd from Sampo Saaristo's source code.
37
gdtaa593d52003-12-22 20:15:53 +0000382003-12-22 Christian Hammers <ch@lathspell.de>
39
40 * configure.ac (and everywhere a regular file is opened for
41 writing): use file permissions from configure rather than
42 compiled-in umask.
43
hasso47ce02a2003-12-22 16:49:15 +0000442003-12-22 Hasso Tepper <hasso@estpak.ee>
45
46 * lib/linklist.c: Revert microfix I commited while reverting
47 [quagga-dev 227]. Caused by misreading code.
48
hassoe90fbab2003-12-21 09:51:42 +0000492003-12-21 Hasso Tepper <hasso@estpak.ee>
50
51 * lib/linklist.c: Revert patch [quagga-dev 227]. listnode_add_sort()
52 function should not drop nodes in any case. But fix behavior where
53 nodes were added to the end of list when cmp returned 0.
54 * lib/if.c: Check for duplicates before calling listnode_add_sort().
55
gdtaf273652003-12-08 18:12:34 +0000562003-12-08 Greg Troxel <gdt@fnord.ir.bbn.com>
57
58 * {lib,ospfd,ospfapi}/Makefile.am: Use pkginclude_HEADERS rather
59 than include_HEADERS to place includes in
60 ${prefix}/include/quaggainstead of polluting ${prefix}/include.
61
gdtc4f0efe2003-12-04 15:39:25 +0000622003-12-04 Greg Troxel <gdt@poblano.ir.bbn.com>
63
64 * configure.ac: When setting exampledir to sysconfdir as a
65 default, don't quote ${sysconfdir}. (Bug reported by Vincent
66 Jardin.)
67
gdtd6b72f72003-12-03 17:24:27 +0000682003-12-03 Greg Troxel <gdt@poblano.ir.bbn.com>
69
gdtd2a0ccc2003-12-03 18:13:48 +000070 * configure.ac: Compile in Router Advertisement support by
71 default. Note that this does not default to sending RAs; it just
72 makes 'ipv6 nd send-ra' and 'ipv6 nd prefix-advertisement'
73 available. While others may prefer other tools, no argument has
74 been made that router advertisement support is such bloat that it
75 should be compiled out by default (it 9556 bytes on NetBSD/i386 vs
76 8 bytes with the support compiled out). This reversion of a
77 previous change was done in consultation with Paul.
78
792003-12-03 Greg Troxel <gdt@poblano.ir.bbn.com>
80
gdtfa3232e2003-12-03 17:52:30 +000081 * configure.ac: Move tests for v6 header files to after the check
82 for v6 code version, and conditionalize on the right variable.
83 (Fixes problem where v6 header files are not included when v6 is
84 enabled implicitly.)
gdtd2a0ccc2003-12-03 18:13:48 +000085
gdtfa3232e2003-12-03 17:52:30 +0000862003-12-03 Greg Troxel <gdt@poblano.ir.bbn.com>
87
gdtd6b72f72003-12-03 17:24:27 +000088 * configure.ac: Add --enable-exampledir to specify where example
89 config files should go, defaulting to sysconfdir.
90
91 * */Makefile.am: use exampledir instead of sysconfdif for examples
92
paul62892882003-11-02 07:31:47 +0000932003-11-02 Paul Jakma <paul@dishone.st>
94
95 * bgpd/bgp_routemap.c: Fix up 'set ip next-hop A.B.C.D|peer-address'
96 route map command so that vtysh can use it. Modified version of
97 Hasso Tepper's patch. Fixes bug #52.
98 * configure.ac: FreeBSD has net-snmp in /usr/local.
99 * redhat/quagga.spec.in: Install libzebra headers with -devel
100 package.
101
1022003-11-02 Krzysztof Oledzki <oleq@ans.pl>
103
104 * zebra/zebra_rib.c: Revert patch (dating from zebra.org) which
105 caused zebra to read all routes in all tables, rather than just
106 the main table. See [quagga-dev 280].
107
1082003-10-30 Paul Jakma <paul@dishone.st>
109
110 * configure.ac: netinet/in_systm.h is yet another well-known
111 header file we really should be checking for
112
1132003-10-27 kamatchi soundaram <kamatchi@tdd.sj.nec.com>
114
115 * ospfd/ospfd.c: Do not increment act_int for an area, as it is done
116 by ospf_ism.c::ism_change_state() - results in incorrect figure
117 for active interfaces in an area.
118
1192003-10-27 Paul Jakma <paul@dishone.st>
120
121 * lib/if.{ch}: remove ifc_pointtopoint() - left over from the
122 reverted RFC3021 patch.
123
1242003-10-27 Simon <lists@routemeister.net>
125
126 * ospfd/ospfd.c: if_is_pointopoint() takes (struct interface *), was
127 being called with struct connected. Change to co->ifp.
128
1292003-10-27 Gilad Arnold <gilad.arnold@terayon.com>
130
131 * zebra/zebra_rib.c: (nexthop_active_update) Check for multipath
132 limit when setting changed flag to avoid spurious changes.
133 (static_install_ipv{4,6}) dont uninstall by default, might not be
134 required - avoid spurious uninstalls.
135 (static_uninstall_ipv{4,6}) only uninstall the route if its
136 actually FIB route.
137
1382003-10-24 sowmini.varadhan@sun.com
139
140 * ospfd/ospf_network.c: (ospf_sock_init) Exit if socket can not be
141 created.
142
1432003-10-24 Jose Luis Rubio Guivernau <jrubio@dit.upm.es>
144
145 * Better 'show bgp' support for views (eg ipv6), see [quagga-dev 238]
146 * bgpd/bgp_route.c: (bgp_show) Take a struct bgp argument instead of
147 view string.
148 (bgp_show_neighbor_route) Take a struct peer argument instead of
149 ip string.
150 (peer_adj_routes) ditto
151 (show_adj_routes) ditto
152 (peer_lookup_in_view) new function to return appropriate struct
153 peer for a given view string.
154 (misc) Fixup all calls to above to reflect new calling arguments,
155 and use peer_lookup_in_view as needed. Additional commands
156 installed to use expanded functionality above, existing commands
157 modified to suit as well.
158 * bgpd/bgp_vty.c: 2 new aliases.
159
1602003-10-24 Paul Jakma <paul@dishone.st>
161
162 * configure.ac: Check for fcntl()
163 * {bgpd,ospf,ospf6d,ripd,ripngd}/Makefile.am: Install conf file via
164 regular automake means, not magic install incantations, see
165 bug #38.
166 * lib/Makefile.am: install the headers, needed to link libzebra.a
167 (and hence libospf.a, OSPF-API, etc.)
168
1692003-10-24 waldi@debian.org
170
171 * vtysh/Makefile.am: vtysh_cmd.c rebuild was broken because it
172 depended against source files without specification, i.e. it
173 used ../zebra instead of $(top_srcdir)/zebra.
174
1752003-10-23 Paul Jakma <paul@dishone.st>
176
177 * configure.ac: IRIX configure.ac support. Sort of works.
178 sysctl() crashes though (ipforward), there's some kind of odd
179 padding in the PF_ROUTE socket messages and setsockopt() on
180 SOCK_RAW does not work (so ospfd doesnt work).
181
1822003-10-22 Paul Jakma <paul@dishone.st>
183
184 * vtysh/Makefile.am: do not include vtysh_cmd.c in dists, its
185 configure dependent. (still need to find a way to make building of
186 it dependent on configure options or include all commands.)
187
1882003-10-22 Paul Jakma <paul@dishone.st>
189
190 * lib/zebra.h: include limits.h if its there, its a portable header
191 and useful and not just solaris specific. net/route.h is also
192 useful.
193
1942003-10-22 Paul Jakma <paul@dishone.st>
195
196 * lib/regex.c: bzero -> memset
197 * zebra/ioctl.c: ditto. bzero is not portable.
198
1992003-10-22 Paul Jakma <paul@dishone.st>
200
201 * zebra/kernel_socket.c: HAVE_IPV6 conditional for WRAPUP when
202 HAVE_SA_LEN is not defined. bcopy -> memcpy, bcopy is not
203 portable.
204
2052003-10-22 Paul Jakma <paul@dishone.st>
206
207 * configure.ac: Split up header checks into non-net, net and ipv6
208 related. Checking of IPv6 is conditional. Add some more output
209 text for the end of the configure run.
210
2112003-10-18 Lorenzo Colitti <lorenzo@ripe.net>
212
213 * bgpd/bgp_attr.c: (bgp_dump_routes_attr) Dont dump IPv4 nexthop
214 for IP. Dump MP_NLRI attr with IPv6 next-hop for AF_INET6 address
215 family prefixes. Accept prefix as argument.
216 * bgpd/bgp_attr.c: modify bgp_dump_routes_attr declaration.
217 * bgpd/bgp_dump.c: (bgp_dump_routes_entry) Modify calls to
218 bgp_dump_routes_attr.
219 (bgp_dump_common) Go by the family of the peering socket, not
220 configured address family when dumping peering information.
221 Add HAVE_IPV6 conditionals, eg missing from previous bgp interval
222 patch.
223
2242003-10-18 Lorenzo Colitti <lorenzo@ripe.net>
225
226 * bgpd/bgp_dump.{c,h}: (bgp_dump_interval_add) Dump at discrete
227 fixed intervals rather than fixed intervals from startup time.
228 (bgp_dump_interval_func) Dont return immediately if file cant be
229 openeded, but reschedule interval dumps, even - admin might
230 fix problem in meantime. Close the dump file in between intervals.
231 (bgp_dump_init) account for MSG header when initialising stream
232 size.
233
2342003-10-15 Paul Jakma <paul@dishone.st>
235
236 * ospfd/ospf_interface: (ospf_if_lookup_table) new function to
237 lookup oi for a given prefix in a given interfaces table of oi's.
238 (ospf_if_new) use ospf_if_lookup_table to deal with zebra
239 reporting new interface multiple times.
240 NB: This patch is a complete plaster-band of a hack. First, why is
241 zebra reporting interface events multiple times? Second, why does
242 ospfd maintain so many damn lists and tables relating to oi's -
243 these should be reconciled into one or two tables.
244
2452003-10-15 sowmini.varadhan@sun.com
246
247 * ripd/ripd.c: (rip_send_packet) use rip->sock for mcast sends,
248 instead of creating one socket per send. send source addr to
249 rip_update_interface.
250 (rip_update_process) should send an update on every connected
251 network for each interface.
252 (rip_request_send) should send a request on every connected
253 network for each interface.
254 * ripd/ripd.h: update prototype for rip_interface_multicast_set
255 * ripd/rip_interface.c: (rip_interface_multicast_set) reorganized
256 so that it can be called repeatedly for aliased interfaces (on
257 multiple networks).
258
2592003-10-15 Jay Fenlason <fenlason@redhat.com>
260
261 * lib/vty.c: (vty_telnet_option) Remote DoS exists if a telnet
262 end-sub-negotation is sent when no sub-negotation data has been
263 sent. Return immediately if no sub-negotation is in progress.
264 (vty_read) do not attempt to process options if no sub-negotation
265 is in progress.
266
2672003-10-15 Paul Jakma <paul@dishone.st>
268
269 * lib/vty.c: (vty_save_cwd) dont crash if getcwd fails. try fallback
270 to SYSCONFDIR. Allocate cwd from the stack rather than relying on
271 (non-portable) getcwd() allocation (which we didnt seem to be
272 freeing).
273
2742003-10-13 Jay Fenlason <fenlason@redhat.com>
275
276 * lib/zebra.h: define UINT32_MAX for those systems which do not
277 provide it.
278 * bgp_attr.h: define BGP_MED_MAX.
279 * bgp_route.c: update defines/constants to BGP_MED_MAX.
280 * bgp_routemap.c: ditto. clean up route_match_metric_compile
281 slightly to avoid unneccesary XMALLOC.
282
2832003-10-13 sowmini.varadhan@sun.com
284
285 * ospf_lsa.h: Add OSPF_LSA_PREMATURE_AGE flag.
286 * ospf_lsa.c: added better debug comments. check sequence number in
287 ospf_lsa_install. ospf_maxage_lsa_remover() checks for
288 OSPF_LSA_PREMATURE_AGE and re-originates the lsa after ls_acks are
289 received.
290 * ospf_flood.c: improve debug statement- print ls_seqnum.
291
2922003-10-13 Douglas Fraser <doug+quagga@idmf.net>
293
294 * zebra/connected.c: PtP revert fixup. Zebra was not creating
295 connected route for PtP peer.
296
2972003-10-07 Tarhon-Onu Victor <mituc@iasi.rdsnet.ro>
298
299 * zebra/ipforward_proc.c: (ipforward) Close the fd for
300 /proc/net/snmp. See [quagga-dev 284]
301
3022003-09-29 Gilad Arnold <gilad.arnold@terayon.com>
303
304 * zebra/zebra_rib.c: Fix possible dangling reference to rib
305 route_nodes - unlock it the appropriate number of times. (twice,
306 because of the implicit lock). see [quagga-dev 251].
307
3082003-09-29 Paul Jakma <paul@dishone.st>
309
310 * zebra/connected.c: revert the 'generic PtP' patch as it causes
311 far too many problems. People who use FreeSWAN should investigate
312 native linux ipsec.
313 * zebra/rt_netlink.c: ditto
314 * lib/if.c: ditto
315 * ripd/ripd.h: ditto
316 * ripd/ripd.c: ditto
317 * ripd/rip_interface.c: ditto
318 * ospfd/ospfd.c: ditto
319 * ospfd/ospf_snmp.c: ditto
320 * bgpd/bgp_nexthop.c: ditto
321 * ospfd/ospf_packet.c: Add debug output for some of the previously
322 completely silent drops of 'bad' packets.
323 * configure.ac: bump version
324
3252003-08-27 Jay Fenlason <fenlason@redhat.com>
326
327 * lib/Makefile.am: Do not use a lib (libcap) as a dependency
328 * zebra/Makefile.am: Link in libcap
329 * bgpd/bgp_routemap.c: attr->med is type u_in32_t, should be
330 compared with UINT32_MAX
331 * ospfd/ospfd.c: remove redundant assert
332 * zebra/rtadv.c: add missing include for zebra/rib.h
333
3342003-09-24 Paul Jakma <paul@dishone.st>
335
336 * lib/version.h: moved to version.h.in
337 * lib/version.h.in: New file, from version.h. Change hardcoded
338 package name and version to use the autoconf defined substition
339 variables.
340 * configure.ac: Fix up AC/AM_INIT* to new style. Remove the sed'ing
341 through lib/version.h for VERSION. Add lib/version.h to the
342 AC_OUTPUT list. Update the text output of quagga version at end
343 of configure run to use PACKAGE_VERSION.
344 * doc/.cvsignore: ignore quagga.pdf
345 * doc/.cvsignore: ignore version.h, its now autogenerated.
346
3472003-09-24 sowmini.varadhan@sun.com
348
349 * lib/if.c: (if_cmp_func) fix infinite loop if
350 ifp1->name == ifp2->name
351 * lib/linklist.c: (if_cmp_func) Fix handling of case where
352 list->cmp returns 0.
353 * rip_interface.c: (rip_interface_address_add) call
354 rip_enable_apply(), or the interface is never considered up.
355 see [quagga-dev 225].
356 * zebra/kernel_socket.c: Fix up WRAPUP macro to deal with multiple
357 address families in the absence of sa_len element in struct
358 sockaddr.
359 (ifm_read): Handle solaris 9 if_msghdr_t.
360 Deal with interfaces which are incomplete, lookup on name rather
361 than the placeholder interface index of -1.
362
3632003-09-24 Thomas Giger TGC <thomas.giger@tgc.de>
364
365 * ospf_packet.c (ospf_associate_packet_vl): pass NULL struct
366 interface to ospf_if_lookup_by_local_addr() rather than the
367 receiving interface ifp, packets for VL's could come in any
368 interface. See quagga-dev 250.
369
paule05fba42003-04-13 20:20:53 +00003702003-04-13 Paul Jakma <paul@dishone.st>
371
372 * Amir: Opaque LSA bug fix for deletion of Type11's
373 * configure.ac: use --localstatedir for Unix sockets
paul645878f2003-04-13 21:42:11 +0000374 * Hasso Tepper: When flushing as-ext LSAs flush associated NSSA
375 LSAs.
paule05fba42003-04-13 20:20:53 +0000376
paul020709f2003-04-04 02:44:16 +00003772003-04-04 Paul Jakma <paul@dishone.st>
378
379 * Sync to Zebra CVS
380 * Fix lib/thread.h leak
381 * Fix small Opaque LSA leak
382 * Do not configure OSPF interfaces for secondary addresses
383 * vtysh fixes from Hasso
384 * Dave Watson's missing ntohs fix
385
paul68980082003-03-25 05:07:42 +00003862003-03-25 Paul Jakma <paul@dishone.st>
387
388 * Sync to Zebra CVS
389
paul07661cb2003-03-18 00:03:05 +00003902003-03-17 Amir Guindehi <amir@datacore.ch>
391
392 * Extended SNMP checks in configure.ac so that net-snmp works
393
3942003-03-17 Amir Guindehi <amir@datacore.ch>
395 Ralph Keller <keller@tik.ee.ethz.ch>
396 * merge OSPF-API
397
paul13766da2003-02-07 14:46:23 +00003982003-02-07 Paul Jakma <paul@dishone.st>
399
400 * Sync to zebra CVS
401
paul420df432003-02-03 20:30:39 +00004022003-02-03 Paul Jakma <paul@dishone.st>
403
404 * Sync to zebra CVS
405
paulae936ae2003-01-20 04:58:21 +00004062003-01-19 Paul Jakma <paul@dishone.st>
407
408 * Temporary fix for Generic PtP wrt to IPv6
409
paul9a668002003-01-18 23:11:44 +00004102003-01-17 Paul Jakma <paul@dishone.st>
411
412 * Sync up to latest zebra.org CVS
413 * [zebra 16823] Bugfix and new feature in Opaque-LSA handling
414 Masahiko Endo <endo@suri.co.jp>
415 * [zebra 16824] [PATCH] nsm_kill_neighbor
416 Masahiko Endo <endo@suri.co.jp>
417 * [zebra 17217] [PATCH] show thread CPU
418 Yon Uriarte <havanna_moon@gmx.net>
419 * [zebra 17218] Re: [PATCH] CLI extensions.
420 Yon Uriarte <havanna_moon@gmx.net>
421
paul4fc01e62002-12-13 20:49:00 +00004222002-12-13 Paul Jakma <paul@dishone.st>
423
424 * added support for vtysh 'write file' command to
paul0efa4d52002-12-13 21:55:43 +0000425 write either per-daamon and/or integrated file
paulab836aa2002-12-13 21:19:02 +0000426 * ospfd md5 buffer copying fix (Greg Troxel)
paul8bd9c712002-12-13 21:05:16 +0000427 * ospfd md5 sequence number derived from time()
paulab836aa2002-12-13 21:19:02 +0000428 * RIPv1 fixes and improvements (John Hay)
429 * link state detection (linux) ([zebra 12269])
430 * Generic PtP and RFC3021 interface addressing support
431 (Frank van Maarseveen)
paul0efa4d52002-12-13 21:55:43 +0000432 * Michal Ludvig <michal@logix.cz>:
433 [zebra 16525] PATCH: Bugfixes for KAME systems
434 * Kevin C Miller <kevinm@andrew.cmu.edu>
435 [zebra 16681] OSPF NSSA Patches
436 * Yon Uriarte <havanna_moon@gmx.net>
437 [zebra 16671] [PATCH] CLI extensions
paula8959012002-12-13 21:59:26 +0000438 * Masahiko Endo: [zebra 15475] - MPLS-TE docs
paul4fc01e62002-12-13 20:49:00 +0000439
paul718e3742002-12-13 20:15:29 +00004402002-07-07 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
441
442 * zebra-0.93 released.
443
4442002-06-28 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
445
446 * update-autotools: Change file name from update-auto-tools.sh.
447
4482002-06-21 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
449
450 * update-auto-tools.sh: Add a new script to clean up build
451 environment.
452
4532002-06-18 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
454
455 * Shift to the latest build environment autoconf-2.53 and
456 automake-1.6.2.
457
4582001-10-22 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
459
460 * Integrate Glen Turner <glen.turner@aarnet.edu.au>'s pid option.
461
4622001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
463
464 * zebra-0.92a released.
465
4662001-08-19 "Peter Galbavy" <peter.galbavy@knowtion.net>
467
468 * configure.in: SNMP library check problem fix when the library is
469 installed under /usr/local/lib.
470
4712001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
472
473 * zebra-0.92 released.
474
4752001-04-22 Kunihiro Ishiguro <kunihiro@zebra.org>
476
477 * configure.in (LIBPAM): Use ZEBRA_AC_C_BIGENDIAN to avoid a
478 warning.
479 (IF_METHOD): Use test -r instead of AC_CHECK_FILE to avoid
480 warnings.
481
482 * config.guess: Update to 2000-11-10 version.
483
4842001-04-11 Kunihiro Ishiguro <kunihiro@zebra.org>
485
486 * configure.in: Use AC_TRY_COMPILE instead of AC_EGREP_HEADER to
487 detect in_pktinfo structure. Suggested by: Vlad Lungu
488 <vlad@rls.roknet.ro>.
489
4902001-03-07 Michael Rozhavsky <mrozhavsky@opticalaccess.com>
491
492 * configure.in: Add check for structure in_pktinfo.
493
4942001-02-07 "Bjoern A. Zeeb" <bzeeb+zebra@zabbadoz.net>
495
496 * configure.in (USE_PAM): Fix PAM library detection code.
497
4982001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
499
500 * zebra-0.91 is released.
501
5022001-01-12 Kunihiro Ishiguro <kunihiro@zebra.org>
503
504 * configure.in: Remove guile related definition.
505
5062001-01-11 Kunihiro Ishiguro <kunihiro@zebra.org>
507
508 * configure.in (ac_cv_htonl_works): HAVE_REPAIRABLE_HTONL is
509 removed. htonl should work fine on any platform.
510
5112001-01-10 Kunihiro Ishiguro <kunihiro@zebra.org>
512
513 * configure.in: Remove --enable-oldrib option.
514
515 * acconfig.h: OLD_RIB definition is removed.
516
517 * zebra-0.90 is released.
518
519 * configure.in (LIBS): Add check for sun_len field in struct
520 sun_len.
521
5222001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
523
524 * Makefile.am: Include init/redhat files to distribution.
525
5262001-01-07 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
527
528 * configure.in: check libm.a for BGPd compile error.
529 AC_CHECK_LIB(m, main) was added.
530
5312000-12-29 Kunihiro Ishiguro <kunihiro@zebra.org>
532
533 * configure.in: --enable-unixdomain becomes default. Add
534 --enable-tcp-zebra for TCP/IP communication between protocol
535 daemon and zebra.
536
537 * COPYING.LIB: Added for lib/getopt.c, lib/getopt.h,
538 lib/getopt1.c, lib/md5-gnu.h, lib/md5.c, lib/regex-gnu.h,
539 lib/regex.c.
540
541 * Makefile.am (dist-hook): Include tools/*.cgi to distribution.
542
5432000-12-26 Kunihiro Ishiguro <kunihiro@zebra.org>
544
545 * configure.in (MULTIPATH_NUM): --enable-multipath=ARG specify
546 multipath number. ARG must be digit.
547
5482000-12-11 Kunihiro Ishiguro <kunihiro@zebra.org>
549
550 * configure.in: Add --enable-newrib for test new RIB code.
551
5522000-11-25 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
553
554 * configure.in, config.h.in: Add check for libutil.h and
555 setproctitle().
556
5572000-10-26 Kunihiro Ishiguro <kunihiro@zebra.org>
558
559 * configure.in: Add --enable-nssa for OSPF NSSA option.
560
561 * acconfig.h: Define HAVE_NSSA.
562
5632000-10-25 "Bjoern A. Zeeb" <bzeeb+zebra@zabbadoz.net>
564
565 * configure.in: pam_misc is only linked when the platform is
566 GNU/Linux.
567
5682000-10-24 Arkadiusz Miskiewicz <misiek@pld.org.pl>
569
570 * configure.in (LIBS): Add check for crypto library. test x`ls
571 ${ac_snmp}` is replaced with sipmle test -f.
572
5732000-10-23 Kunihiro Ishiguro <kunihiro@zebra.org>
574
575 * configure.in: Add --enable-unixdomain option. This will be
576 default behavior in zebra-0.90.
577
5782000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
579
580 * zebra-0.89 is released.
581
5822000-09-27 Kunihiro Ishiguro <kunihiro@zebra.org>
583
584 * configure.in: Add check for Intel CPU for Solaris on x86 check.
585
5862000-09-21 Kunihiro Ishiguro <kunihiro@zebra.org>
587
588 * configure.in: Add check for getifaddrs().
589 Set AM_INIT_AUTOMAKE version to 0.89.
590
5912000-09-14 Kunihiro Ishiguro <kunihiro@zebra.org>
592
593 * config.guess: Update to the latest version.
594
595 * config.sub: Likewise
596
5972000-09-14 David Lipovkov <dlipovkov@OpticalAccess.com>
598
599 * REPORTING-BUGS: New file is added.
600
6012000-08-27 itojun@iijlab.net
602
603 * configure.in: Add ncurses library check when --enable-vtysh is
604 specified.
605
6062000-08-22 Kunihiro Ishiguro <kunihiro@zebra.org>
607
608 * configure.in: Add check for readline/history.h.
609
610 * acconfig.h: Remove pthread related variables.
611
612 * configure.in: Add --with-libpam option for vtysh PAM
613 authentication. Remove --disable-pthread because we don't support
614 pthread.
615
6162000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
617
618 * zebra-0.88 is released.
619
620 * configure.in: Add Solaris -lcurses for vtysh.
621
6222000-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
623
624 * configure.in: Add check for ncurses for compiling on Solaris.
625
6262000-07-27 Kunihiro Ishiguro <kunihiro@zebra.org>
627
628 * configure.in: Add check for libreadline when --enable-vtysh is
629 specified.
630
6312000-07-23 Kunihiro Ishiguro <kunihiro@zebra.org>
632
633 * configure.in: Add AC_DEFINE(OPEN_BSD). When OS is OpenBSD
634 interface method is if_ioctl.o
635
6362000-07-09 Chris Dunlop <chris@onthe.net.au>
637
638 * acconfig.h: Add HAVE_BROKEN_ALIASES.
639
640 * configure.in: Add --enable-broken-aliases.
641
6422000-06-12 Kunihiro Ishiguro <kunihiro@zebra.org>
643
644 * Set version to zebra-0.87.
645
6462000-06-05 Kunihiro Ishiguro <kunihiro@zebra.org>
647
648 * configure.in: Remove --enable-mpls-vpn. Now MPLS-VPN support is
649 default.
650
651 * Set version to zebra-0.87-pre
652
653 * Makefile.am: Likewise.
654
6552000-04-27 Kunihiro Ishiguro <kunihiro@zebra.org>
656
657 * Set version to 0.86.
658
6592000-03-21 Kunihiro Ishiguro <kunihiro@zebra.org>
660
661 * Set version to 0.85b for ospfd test.
662
6632000-03-20 Kunihiro Ishiguro <kunihiro@zebra.org>
664
665 * Set version to 0.85a for ospfd test.
666
6672000-03-08 Kunihiro Ishiguro <kunihiro@zebra.org>
668
669 * Set version to 0.85.
670
6712000-01-26 Kunihiro Ishiguro <kunihiro@zebra.org>
672
673 * Makefile.in: Regenerated by patched automake for fixing "make
674 clean" problem on FreeBSD.
675
6761999-12-08 Kunihiro Ishiguro <kunihiro@zebra.org>
677
678 * Set version to 0.83a. This is for *BSD static route lookup
679 problem.
680
6811999-12-06 Kunihiro Ishiguro <kunihiro@zebra.org>
682
683 * Set version to 0.83.
684
6851999-11-29 Kunihiro Ishiguro <kunihiro@zebra.org>
686
687 * Set version to 0.82.
688
6891999-11-23 Kunihiro Ishiguro <kunihiro@zebra.org>
690
691 * aczebra.m4: New file added.
692
6931999-11-21 Michael Handler <handler@sub-rosa.com>
694
695 * configure.in (LIBS): Add sa_len check of sockaddr.
696
697 * acconfig.h: Add HAVE_SA_LEN.
698
6991999-11-12 Kunihiro Ishiguro <kunihiro@zebra.org>
700
701 * version.h: Update version to zebra-0.81b for bgpd test.
702
7031999-11-09 Kunihiro Ishiguro <kunihiro@zebra.org>
704
705 * configure.in: Add --enable-mbgp.
706
7071999-11-05 Kunihiro Ishiguro <kunihiro@zebra.org>
708
709 * Makefile.am (EXTRA_DIST): Add TODO to the distribution.
710
7111999-11-04 Kunihiro Ishiguro <kunihiro@zebra.org>
712
713 * TODO: New file is added.
714
7151999-11-03 Kunihiro Ishiguro <kunihiro@zebra.org>
716
717 * version.h: Update version to zebra-0.81a for ospfd test.
718
7191999-10-28 Kunihiro Ishiguro <kunihiro@zebra.org>
720
721 * configure.in: New option --enable-snmp is added.
722
7231999-10-24 Kunihiro Ishiguro <kunihiro@zebra.org>
724
725 * version.h: Update version to zebra-0.80.
726
7271999-10-21 Kunihiro Ishiguro <kunihiro@zebra.org>
728
729 * version.h: Update version to zebra-0.80-pre3
730
7311999-10-18 Kunihiro Ishiguro <kunihiro@zebra.org>
732
733 * configure.in (LIBS): SNMP check is done by ucd-snmp/asn1.h.
734
7351999-10-10 Peter Galbavy <Peter.Galbavy@knowledge.com>
736
737 * configure.in: Add support of OpenBSD.
738
7391999-10-04 Kunihiro Ishiguro <kunihiro@zebra.org>
740
741 * version.h: Update version to zebra-0.80-pre2.
742
7431999-09-27 Kunihiro Ishiguro <kunihiro@zebra.org>
744
745 * version.h: Update version to zebra-0.80-pre. From this version,
746 access-list and prefix-list's name space is divided into IPv4 and
747 IPv6.
748
7491999-09-17 Kunihiro Ishiguro <kunihiro@zebra.org>
750
751 * version.h: For test recent fixes Set version to zebra-0.79a.
752
7531999-09-14 Kunihiro Ishiguro <kunihiro@zebra.org>
754
755 * version.h: zebra-0.79 is out.
756
7571999-09-08 Kunihiro Ishiguro <kunihiro@zebra.org>
758
759 * version.h: For ospfd's virtual link test. Set version to 0.78h.
760
7611999-09-07 Kunihiro Ishiguro <kunihiro@zebra.org>
762
763 * version.h: For ospfd test. Set version to 0.78g.
764
7651999-09-05 Kunihiro Ishiguro <kunihiro@zebra.org>
766
767 * version.h: For internal test of ospfd. Set version to 0.78f.
768
7691999-09-02 Kunihiro Ishiguro <kunihiro@zebra.org>
770
771 * version.h: To test ospfd's fix, set version to 0.78e.
772
7731999-09-01 Kunihiro Ishiguro <kunihiro@zebra.org>
774
775 * version.h: To test ospfd's area related bug fix, set version
776 to 0.78d.
777
7781999-09-01 Kunihiro Ishiguro <kunihiro@zebra.org>
779
780 * version.h: To test ospfd, set version to 0.78c.
781
7821999-08-31 Janos Farkas <chexum@shadow.banki.hu>
783
784 * Many misspelling correction.
785
7861999-08-31 Kunihiro Ishiguro <kunihiro@zebra.org>
787
788 * version.h: To test ospfd, set version to 0.78b.
789
7901999-08-31 Kunihiro Ishiguro <kunihiro@zebra.org>
791
792 * configure.in (LIBS): Add UCD-SNMP include path check.
793
7941999-08-31 Lars Fenneberg <lf@elemental.net>
795
796 * configure.in: The logic which detects the UCD-SNMP library
797 should first check in the default system locations for the library
798 and then in /usr/local.
799
8001999-08-27 itojun@iijlab.net
801
802 * configure.in (LIBS): Fix problem about libsnmp.a check.
803
8041999-08-26 kay <kay@v6.access.co.jp>
805
806 * configure.in (CFLAGS): Add <sys/socket.h> to check socklen_t.
807
8081999-08-24 VOP <vop@unity.net>
809
810 * filter.c: Include "sockunion.h".
811 plist.c: Likewise.
812 table.c: Likewise.
813
8141999-08-24 Kunihiro Ishiguro <kunihiro@zebra.org>
815
816 * configure.in: Add netinet6/in6.h check.
817
8181999-08-21 Masaki Minami <masaki@minami.org>
819
820 * BSD/OS 4.0 porting.
821
8221999-08-15 Kunihiro Ishiguro <kunihiro@zebra.org>
823
824 * configure.in: Add --enable-netlink option to force to use Linux
825 netlink interface.
826 (CFLAGS): Add ucd-snmp library check.
827
828 * acconfig.h: If socklen_t is not defined, typedef int to
829 socklen_t.
830
8311999-08-15 Arkadiusz Miskiewicz <misiek@misiek.eu.org>
832
833 * configure.in: When --enable-ipv6 specified, then only kernel
834 version is checked.
835
8361999-08-14 Kunihiro Ishiguro <kunihiro@zebra.org>
837
838 * configure.in: Add GNU libc 2.1 check.
839
8401999-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
841
842 * configure.in: Fix privious Linux IPv6 check changes.
843
8441999-08-02 Arkadiusz Miskiewicz <misiek@misiek.eu.org>
845
846 * configure.in: Improve Linux IPv6 feature check.
847
8481999-07-29 Rick Payne <rickp@rossfell.co.uk>
849
850 * Changed route-maps to behave in a more cisco-like fashion
851
8521999-07-27 Gerhard Poul <gpoul@gnu.org>
853
854 * SERVICES: New file added.
855
8561999-07-12 itojun@iijlab.net
857
858 * configure.in: Add check for getaddrinfo. Improve Kame related
859 library check.
860
8611999-07-07 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
862
863 * configure.in, acconfig.h: Add check for FreeBSD 3.2.
864
8651999-07-07 Kunihiro Ishiguro <kunihiro@zebra.org>
866
867 * configure.in: Delete check for netinet/ip6.h.
868
8691999-06-30 Gerhard Poul <gpoul@gnu.org>
870
871 * README: remixed the old files and added some new parts.
872 moved some INSTALL stuff into INSTALL file.
873 moved some other stuff to doc/zebra.texi
874
8751999-06-29 Kunihiro Ishiguro <kunihiro@zebra.org>
876
877 * configure.in (LIBS): Add libresolv check.
878 Change --enabe-all-in-one option to --enable-one-vty.
879
8801999-06-20 Kunihiro Ishiguro <kunihiro@zebra.org>
881
882 * configure.in: Add --enabe-all-in-one option.
883
8841999-06-16 Kunihiro Ishiguro <kunihiro@zebra.org>
885
886 * configure.in: Add socklen_t check.
887
8881999-06-16 Gerhard Poul <gpoul@gnu.org>
889
890 * Many compile warnings fixed.
891
8921999-05-31 Kunihiro Ishiguro <kunihiro@zebra.org>
893
894 * configure.in: Change message from Linux 2.2.X IPv6 to Linux IPv6.
895 OpenBSD (NRL) check is enabled.
896
8971999-05-30 Kunihiro Ishiguro <kunihiro@zebra.org>
898
899 * configure.in (LIBS): Add crypt library check.
900
9011999-05-08 Kunihiro Ishiguro <kunihiro@zebra.org>
902
903 * configure.in: Add sin6_scope_id in struct sockaddr_in6 check.
904
9051999-04-30 Kunihiro Ishiguro <kunihiro@zebra.org>
906
907 * Set version to 0.63 for first beta package.
908
9091999-04-15 Kunihiro Ishiguro <kunihiro@zebra.org>
910
911 * guile.m4: Added from guile package.
912
9131999-04-14 Kunihiro Ishiguro <kunihiro@zebra.org>
914
915 * Set version to 0.60 for beta package preparation.
916
9171999-04-12 Kunihiro Ishiguro <kunihiro@zebra.org>
918
919 * Makefile.am: Add noninst_LIBRARIES each directory's Makefile.am.
920 This change is for linking these libraries to guile.
921
9221999-04-08 Kunihiro Ishiguro <kunihiro@zebra.org>
923
924 * configure.in (LIBS): Add struct rt_addrinfo check.
925
9261999-04-07 Kunihiro Ishiguro <kunihiro@zebra.org>
927
928 * configure.in: AC_STDC_HEADERS added.
929
9301999-03-29 Kunihiro Ishiguro <kunihiro@zebra.org>
931
932 * Add dependencies to each directory's Makefile.am.
933
9341999-03-02 Peter Galbavy <Peter.Galbavy@knowledge.com>
935
936 * reworked include file structure, and configure so that all
937 source files get all system-dependent include files by including
938 <zebra.h> which is really lib/zebra.h. This means that the
939 different programs include files are now available as #include
940 "zebra/zebra.h" - note the use of quotes, not <> as delimiters.
941
942 In practical terms, if I haven't really screwed up, the main file
943 that maintainers for other OSes have to change is lib/zebra.h for
944 all the conditional includes etc.
945
946 * added --disable-pthread for those systems that seem to have
947 POSIX threads, but do not work. OpenBSD 2.4+ is like that just
948 now. Changed all occurance of #ifdef PTHREAD to use HAVE_PTHREAD
949 instead.
950
9511999-02-24 <kunihiro@zebra.org>
952
953 * configure.in: update to AC_PREREQ(1.13).
954 Change message from Linux 2.1.x to Linux 2.2.x.
955 * Added ospf6d directory support.
956
9571999-02-22 Peter Galbavy <Peter.Galbavy@knowledge.com>
958
959 * added a "log" element to the BGPd peer structure, enabling us to
960 start thinging about a log stream per peer. This is currently
961 ignored by the wrapper code, but developers should try to use the
962 "appropriate" ZLOG stream. Documentation will follow, when the
963 real routines start to exist.
964
965 The current plan is to use a copy of the BSD syslog() routines and
966 replace the syslog library function with our own. I will need
967 feedback from users of other platforms as this work is done to see
968 if all is well elsewhere.
969
970 * preliminary work on zlog() library. directly replaces syslog()
971 currently with zlog(ZLOG *, ...) where the new first argument
972 is a pointer to a ZLOG structure (defined in lib/log.h) and will
973 encapsulate all the information necessary to maintain multiple
974 logging streams.
975
9761999-02-19 Peter Galbavy <Peter.Galbavy@knowledge.com>
977
978 * added vsnprintf() macro to lib/str.h if required and removed
979 #ifdef SUNOS_5 dependency on it
980
9811999-02-18 Peter Galbavy <Peter.Galbavy@knowledge.com>
982
983 * syslog support added
984
9851999-02-18 Peter Galbavy <Peter.Galbavy@knowledge.com>
986
987 * configure.in: Add daemon function check.
988
9891999-01-21 Kunihiro Ishiguro <kunihiro@zebra.org>
990
991 * configure.in: Add --disable-ipv6, --disable-zebra,
992 --disable-bgpd, --disable-ripd, --disable-ripngd, --disable-ospfd
993 options to configure.
994
9951998-12-07 Kunihiro Ishiguro <kunihiro@zebra.org>
996
997 * configure.in: Check /usr/inet6/lib/libinet6.a exists or not.
998
9991998-10-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1000
1001 * configure.in: Comment out FreeBSD's libc_r detect section. At
1002 this moment it doesn't work correctly with zebra.
1003
1004 Netlink interface is only enabled when Linux kernel version is
1005 upper than 2.1.0.
1006
10071998-09-15 HEO SeonMeyong <seirios@matrix.iri.co.jp>
1008
1009 * Hydrangea is now called KAME, so change all defines.
1010
10111998-08-16 Kunihiro Ishiguro <kunihiro@zebra.org>
1012
1013 * configure.in: ifaliasreq check added.
1014
10151998-08-12 Katsuhiro Kondou <kondou@nec.co.jp>
1016
1017 * Patch is applied for compile under EWS4800
1018
10191998-06-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1020
1021 * configure.in: delete old mtu_method check.
1022
1023 * doc/zebra.texi (Kernel interface): chapter `Kernel interface' added
1024
10251998-06-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1026
1027 * configure.in: add new netlink check for GNU/Linux
1028
10291998-06-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1030
1031 * doc/zebra.texi: Update Linux netlink chapter.
1032
10331998-05-18 Yamashita TAKAO <jargon@lares.dti.ne.jp>
1034
1035 * config.h.in: define PTHREAD if work on Solaris 2.6
1036 why delete the definition? I miss?
1037
10381998-05-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1039
1040 * configure.in: add net/if.h header check.
1041
10421998-05-02 SeonMeyong HEO <seirios@Matrix.iri.co.jp>
1043
1044 * zebra.tex,archfig.tex,zebra.sty: Manual file is added.
1045 * zebra.texi: Modify Introduction text.
1046 * RIPngd.c: Patch Hydrangea code.
1047
10481998-05-01 Kunihiro Ishiguro <kunihiro@zebra.org>
1049
1050 * .cvsignore: added.
1051
1052 * Makerule.in: is gone.
1053 * Makefile.am: Now we use automake to generate Makefile.in
1054
10551998-03-19 Yamashita TAKAO <jargon@lares.dti.ne.jp>
1056
1057 * lib/vty.c: modified the definition of *master
1058 * lib/sockunion.c (inet_aton): add, but don't work. uum...
1059
1060
10611998-03-15 Yamashita TAKAO <jargon@lares.dti.ne.jp>
1062
1063 * configure.in: define PTHREAD if work on Solaris 2.6
1064 * config.h.in: likewise
1065 * lib/thread.c: likewise
1066 * lib/vty.c: likewise
1067
10681998-03-15 SeonMeyong HEO <seirios@Matrix.iri.co.jp>
1069
1070 * config.h.in: define INET6 if defined HAVE_IPV6 & HYDRANGEA
1071 * bgpd/: remove include <netinet6/in6.h> line.
1072 * lib/: remove include <netinet6/in6.h> line.
1073 * ripbgd/: remove include <netinet6/in6.h> line.
1074 * zebra/: remove include <netinet6/in6.h> line.
1075 * ripd/*.c: remove include <netinet6/in6.h> line.
1076 undefine IPV6 difinitions because RIPd is not worked for
1077 IPv6 protocol.
1078
1079
10801998-01-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1081
1082 * configure.in: Change routing socket check method from
1083 AC_TRY_COMPILE to AC_TRY_RUN because GNU libc version 2 has
1084 AF_ROUTE but over linux it's meenigless.
1085
10861998-01-06 Kunihiro Ishiguro <kunihiro@zebra.org>
1087
1088 * config.h.in: remove err_t define.
1089
10901997-11-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1091
1092 * configure.in (canonical): add check of IF_METHOD
1093
10941997-09-27 Kunihiro Ishiguro <kunihiro@note.digital-magic.co.jp>
1095
1096 * configure.in: add INRIA check
1097
10981997-09-25 Kunihiro Ishiguro <kunihiro@note.digital-magic.co.jp>
1099
1100 * configure.in (canonical): change ipforward_snmp.o to ipforward_proc.o
1101
11021997-09-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1103
1104 * configure.in: change IRDPD to NDPD
1105
11061997-08-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1107
1108 * INSTALL: new file
1109
11101997-08-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1111
1112 * config.h: add XCALLOC()
1113