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