blob: 02f28d4f15df93f9fcb3b2dc314f965b19147969 [file] [log] [blame]
hasso47ce02a2003-12-22 16:49:15 +000012003-12-22 Hasso Tepper <hasso@estpak.ee>
2
3 * lib/linklist.c: Revert microfix I commited while reverting
4 [quagga-dev 227]. Caused by misreading code.
5
hassoe90fbab2003-12-21 09:51:42 +000062003-12-21 Hasso Tepper <hasso@estpak.ee>
7
8 * lib/linklist.c: Revert patch [quagga-dev 227]. listnode_add_sort()
9 function should not drop nodes in any case. But fix behavior where
10 nodes were added to the end of list when cmp returned 0.
11 * lib/if.c: Check for duplicates before calling listnode_add_sort().
12
gdtaf273652003-12-08 18:12:34 +0000132003-12-08 Greg Troxel <gdt@fnord.ir.bbn.com>
14
15 * {lib,ospfd,ospfapi}/Makefile.am: Use pkginclude_HEADERS rather
16 than include_HEADERS to place includes in
17 ${prefix}/include/quaggainstead of polluting ${prefix}/include.
18
gdtc4f0efe2003-12-04 15:39:25 +0000192003-12-04 Greg Troxel <gdt@poblano.ir.bbn.com>
20
21 * configure.ac: When setting exampledir to sysconfdir as a
22 default, don't quote ${sysconfdir}. (Bug reported by Vincent
23 Jardin.)
24
gdtd6b72f72003-12-03 17:24:27 +0000252003-12-03 Greg Troxel <gdt@poblano.ir.bbn.com>
26
gdtd2a0ccc2003-12-03 18:13:48 +000027 * configure.ac: Compile in Router Advertisement support by
28 default. Note that this does not default to sending RAs; it just
29 makes 'ipv6 nd send-ra' and 'ipv6 nd prefix-advertisement'
30 available. While others may prefer other tools, no argument has
31 been made that router advertisement support is such bloat that it
32 should be compiled out by default (it 9556 bytes on NetBSD/i386 vs
33 8 bytes with the support compiled out). This reversion of a
34 previous change was done in consultation with Paul.
35
362003-12-03 Greg Troxel <gdt@poblano.ir.bbn.com>
37
gdtfa3232e2003-12-03 17:52:30 +000038 * configure.ac: Move tests for v6 header files to after the check
39 for v6 code version, and conditionalize on the right variable.
40 (Fixes problem where v6 header files are not included when v6 is
41 enabled implicitly.)
gdtd2a0ccc2003-12-03 18:13:48 +000042
gdtfa3232e2003-12-03 17:52:30 +0000432003-12-03 Greg Troxel <gdt@poblano.ir.bbn.com>
44
gdtd6b72f72003-12-03 17:24:27 +000045 * configure.ac: Add --enable-exampledir to specify where example
46 config files should go, defaulting to sysconfdir.
47
48 * */Makefile.am: use exampledir instead of sysconfdif for examples
49
paul62892882003-11-02 07:31:47 +0000502003-11-02 Paul Jakma <paul@dishone.st>
51
52 * bgpd/bgp_routemap.c: Fix up 'set ip next-hop A.B.C.D|peer-address'
53 route map command so that vtysh can use it. Modified version of
54 Hasso Tepper's patch. Fixes bug #52.
55 * configure.ac: FreeBSD has net-snmp in /usr/local.
56 * redhat/quagga.spec.in: Install libzebra headers with -devel
57 package.
58
592003-11-02 Krzysztof Oledzki <oleq@ans.pl>
60
61 * zebra/zebra_rib.c: Revert patch (dating from zebra.org) which
62 caused zebra to read all routes in all tables, rather than just
63 the main table. See [quagga-dev 280].
64
652003-10-30 Paul Jakma <paul@dishone.st>
66
67 * configure.ac: netinet/in_systm.h is yet another well-known
68 header file we really should be checking for
69
702003-10-27 kamatchi soundaram <kamatchi@tdd.sj.nec.com>
71
72 * ospfd/ospfd.c: Do not increment act_int for an area, as it is done
73 by ospf_ism.c::ism_change_state() - results in incorrect figure
74 for active interfaces in an area.
75
762003-10-27 Paul Jakma <paul@dishone.st>
77
78 * lib/if.{ch}: remove ifc_pointtopoint() - left over from the
79 reverted RFC3021 patch.
80
812003-10-27 Simon <lists@routemeister.net>
82
83 * ospfd/ospfd.c: if_is_pointopoint() takes (struct interface *), was
84 being called with struct connected. Change to co->ifp.
85
862003-10-27 Gilad Arnold <gilad.arnold@terayon.com>
87
88 * zebra/zebra_rib.c: (nexthop_active_update) Check for multipath
89 limit when setting changed flag to avoid spurious changes.
90 (static_install_ipv{4,6}) dont uninstall by default, might not be
91 required - avoid spurious uninstalls.
92 (static_uninstall_ipv{4,6}) only uninstall the route if its
93 actually FIB route.
94
952003-10-24 sowmini.varadhan@sun.com
96
97 * ospfd/ospf_network.c: (ospf_sock_init) Exit if socket can not be
98 created.
99
1002003-10-24 Jose Luis Rubio Guivernau <jrubio@dit.upm.es>
101
102 * Better 'show bgp' support for views (eg ipv6), see [quagga-dev 238]
103 * bgpd/bgp_route.c: (bgp_show) Take a struct bgp argument instead of
104 view string.
105 (bgp_show_neighbor_route) Take a struct peer argument instead of
106 ip string.
107 (peer_adj_routes) ditto
108 (show_adj_routes) ditto
109 (peer_lookup_in_view) new function to return appropriate struct
110 peer for a given view string.
111 (misc) Fixup all calls to above to reflect new calling arguments,
112 and use peer_lookup_in_view as needed. Additional commands
113 installed to use expanded functionality above, existing commands
114 modified to suit as well.
115 * bgpd/bgp_vty.c: 2 new aliases.
116
1172003-10-24 Paul Jakma <paul@dishone.st>
118
119 * configure.ac: Check for fcntl()
120 * {bgpd,ospf,ospf6d,ripd,ripngd}/Makefile.am: Install conf file via
121 regular automake means, not magic install incantations, see
122 bug #38.
123 * lib/Makefile.am: install the headers, needed to link libzebra.a
124 (and hence libospf.a, OSPF-API, etc.)
125
1262003-10-24 waldi@debian.org
127
128 * vtysh/Makefile.am: vtysh_cmd.c rebuild was broken because it
129 depended against source files without specification, i.e. it
130 used ../zebra instead of $(top_srcdir)/zebra.
131
1322003-10-23 Paul Jakma <paul@dishone.st>
133
134 * configure.ac: IRIX configure.ac support. Sort of works.
135 sysctl() crashes though (ipforward), there's some kind of odd
136 padding in the PF_ROUTE socket messages and setsockopt() on
137 SOCK_RAW does not work (so ospfd doesnt work).
138
1392003-10-22 Paul Jakma <paul@dishone.st>
140
141 * vtysh/Makefile.am: do not include vtysh_cmd.c in dists, its
142 configure dependent. (still need to find a way to make building of
143 it dependent on configure options or include all commands.)
144
1452003-10-22 Paul Jakma <paul@dishone.st>
146
147 * lib/zebra.h: include limits.h if its there, its a portable header
148 and useful and not just solaris specific. net/route.h is also
149 useful.
150
1512003-10-22 Paul Jakma <paul@dishone.st>
152
153 * lib/regex.c: bzero -> memset
154 * zebra/ioctl.c: ditto. bzero is not portable.
155
1562003-10-22 Paul Jakma <paul@dishone.st>
157
158 * zebra/kernel_socket.c: HAVE_IPV6 conditional for WRAPUP when
159 HAVE_SA_LEN is not defined. bcopy -> memcpy, bcopy is not
160 portable.
161
1622003-10-22 Paul Jakma <paul@dishone.st>
163
164 * configure.ac: Split up header checks into non-net, net and ipv6
165 related. Checking of IPv6 is conditional. Add some more output
166 text for the end of the configure run.
167
1682003-10-18 Lorenzo Colitti <lorenzo@ripe.net>
169
170 * bgpd/bgp_attr.c: (bgp_dump_routes_attr) Dont dump IPv4 nexthop
171 for IP. Dump MP_NLRI attr with IPv6 next-hop for AF_INET6 address
172 family prefixes. Accept prefix as argument.
173 * bgpd/bgp_attr.c: modify bgp_dump_routes_attr declaration.
174 * bgpd/bgp_dump.c: (bgp_dump_routes_entry) Modify calls to
175 bgp_dump_routes_attr.
176 (bgp_dump_common) Go by the family of the peering socket, not
177 configured address family when dumping peering information.
178 Add HAVE_IPV6 conditionals, eg missing from previous bgp interval
179 patch.
180
1812003-10-18 Lorenzo Colitti <lorenzo@ripe.net>
182
183 * bgpd/bgp_dump.{c,h}: (bgp_dump_interval_add) Dump at discrete
184 fixed intervals rather than fixed intervals from startup time.
185 (bgp_dump_interval_func) Dont return immediately if file cant be
186 openeded, but reschedule interval dumps, even - admin might
187 fix problem in meantime. Close the dump file in between intervals.
188 (bgp_dump_init) account for MSG header when initialising stream
189 size.
190
1912003-10-15 Paul Jakma <paul@dishone.st>
192
193 * ospfd/ospf_interface: (ospf_if_lookup_table) new function to
194 lookup oi for a given prefix in a given interfaces table of oi's.
195 (ospf_if_new) use ospf_if_lookup_table to deal with zebra
196 reporting new interface multiple times.
197 NB: This patch is a complete plaster-band of a hack. First, why is
198 zebra reporting interface events multiple times? Second, why does
199 ospfd maintain so many damn lists and tables relating to oi's -
200 these should be reconciled into one or two tables.
201
2022003-10-15 sowmini.varadhan@sun.com
203
204 * ripd/ripd.c: (rip_send_packet) use rip->sock for mcast sends,
205 instead of creating one socket per send. send source addr to
206 rip_update_interface.
207 (rip_update_process) should send an update on every connected
208 network for each interface.
209 (rip_request_send) should send a request on every connected
210 network for each interface.
211 * ripd/ripd.h: update prototype for rip_interface_multicast_set
212 * ripd/rip_interface.c: (rip_interface_multicast_set) reorganized
213 so that it can be called repeatedly for aliased interfaces (on
214 multiple networks).
215
2162003-10-15 Jay Fenlason <fenlason@redhat.com>
217
218 * lib/vty.c: (vty_telnet_option) Remote DoS exists if a telnet
219 end-sub-negotation is sent when no sub-negotation data has been
220 sent. Return immediately if no sub-negotation is in progress.
221 (vty_read) do not attempt to process options if no sub-negotation
222 is in progress.
223
2242003-10-15 Paul Jakma <paul@dishone.st>
225
226 * lib/vty.c: (vty_save_cwd) dont crash if getcwd fails. try fallback
227 to SYSCONFDIR. Allocate cwd from the stack rather than relying on
228 (non-portable) getcwd() allocation (which we didnt seem to be
229 freeing).
230
2312003-10-13 Jay Fenlason <fenlason@redhat.com>
232
233 * lib/zebra.h: define UINT32_MAX for those systems which do not
234 provide it.
235 * bgp_attr.h: define BGP_MED_MAX.
236 * bgp_route.c: update defines/constants to BGP_MED_MAX.
237 * bgp_routemap.c: ditto. clean up route_match_metric_compile
238 slightly to avoid unneccesary XMALLOC.
239
2402003-10-13 sowmini.varadhan@sun.com
241
242 * ospf_lsa.h: Add OSPF_LSA_PREMATURE_AGE flag.
243 * ospf_lsa.c: added better debug comments. check sequence number in
244 ospf_lsa_install. ospf_maxage_lsa_remover() checks for
245 OSPF_LSA_PREMATURE_AGE and re-originates the lsa after ls_acks are
246 received.
247 * ospf_flood.c: improve debug statement- print ls_seqnum.
248
2492003-10-13 Douglas Fraser <doug+quagga@idmf.net>
250
251 * zebra/connected.c: PtP revert fixup. Zebra was not creating
252 connected route for PtP peer.
253
2542003-10-07 Tarhon-Onu Victor <mituc@iasi.rdsnet.ro>
255
256 * zebra/ipforward_proc.c: (ipforward) Close the fd for
257 /proc/net/snmp. See [quagga-dev 284]
258
2592003-09-29 Gilad Arnold <gilad.arnold@terayon.com>
260
261 * zebra/zebra_rib.c: Fix possible dangling reference to rib
262 route_nodes - unlock it the appropriate number of times. (twice,
263 because of the implicit lock). see [quagga-dev 251].
264
2652003-09-29 Paul Jakma <paul@dishone.st>
266
267 * zebra/connected.c: revert the 'generic PtP' patch as it causes
268 far too many problems. People who use FreeSWAN should investigate
269 native linux ipsec.
270 * zebra/rt_netlink.c: ditto
271 * lib/if.c: ditto
272 * ripd/ripd.h: ditto
273 * ripd/ripd.c: ditto
274 * ripd/rip_interface.c: ditto
275 * ospfd/ospfd.c: ditto
276 * ospfd/ospf_snmp.c: ditto
277 * bgpd/bgp_nexthop.c: ditto
278 * ospfd/ospf_packet.c: Add debug output for some of the previously
279 completely silent drops of 'bad' packets.
280 * configure.ac: bump version
281
2822003-08-27 Jay Fenlason <fenlason@redhat.com>
283
284 * lib/Makefile.am: Do not use a lib (libcap) as a dependency
285 * zebra/Makefile.am: Link in libcap
286 * bgpd/bgp_routemap.c: attr->med is type u_in32_t, should be
287 compared with UINT32_MAX
288 * ospfd/ospfd.c: remove redundant assert
289 * zebra/rtadv.c: add missing include for zebra/rib.h
290
2912003-09-24 Paul Jakma <paul@dishone.st>
292
293 * lib/version.h: moved to version.h.in
294 * lib/version.h.in: New file, from version.h. Change hardcoded
295 package name and version to use the autoconf defined substition
296 variables.
297 * configure.ac: Fix up AC/AM_INIT* to new style. Remove the sed'ing
298 through lib/version.h for VERSION. Add lib/version.h to the
299 AC_OUTPUT list. Update the text output of quagga version at end
300 of configure run to use PACKAGE_VERSION.
301 * doc/.cvsignore: ignore quagga.pdf
302 * doc/.cvsignore: ignore version.h, its now autogenerated.
303
3042003-09-24 sowmini.varadhan@sun.com
305
306 * lib/if.c: (if_cmp_func) fix infinite loop if
307 ifp1->name == ifp2->name
308 * lib/linklist.c: (if_cmp_func) Fix handling of case where
309 list->cmp returns 0.
310 * rip_interface.c: (rip_interface_address_add) call
311 rip_enable_apply(), or the interface is never considered up.
312 see [quagga-dev 225].
313 * zebra/kernel_socket.c: Fix up WRAPUP macro to deal with multiple
314 address families in the absence of sa_len element in struct
315 sockaddr.
316 (ifm_read): Handle solaris 9 if_msghdr_t.
317 Deal with interfaces which are incomplete, lookup on name rather
318 than the placeholder interface index of -1.
319
3202003-09-24 Thomas Giger TGC <thomas.giger@tgc.de>
321
322 * ospf_packet.c (ospf_associate_packet_vl): pass NULL struct
323 interface to ospf_if_lookup_by_local_addr() rather than the
324 receiving interface ifp, packets for VL's could come in any
325 interface. See quagga-dev 250.
326
paule05fba42003-04-13 20:20:53 +00003272003-04-13 Paul Jakma <paul@dishone.st>
328
329 * Amir: Opaque LSA bug fix for deletion of Type11's
330 * configure.ac: use --localstatedir for Unix sockets
paul645878f2003-04-13 21:42:11 +0000331 * Hasso Tepper: When flushing as-ext LSAs flush associated NSSA
332 LSAs.
paule05fba42003-04-13 20:20:53 +0000333
paul020709f2003-04-04 02:44:16 +00003342003-04-04 Paul Jakma <paul@dishone.st>
335
336 * Sync to Zebra CVS
337 * Fix lib/thread.h leak
338 * Fix small Opaque LSA leak
339 * Do not configure OSPF interfaces for secondary addresses
340 * vtysh fixes from Hasso
341 * Dave Watson's missing ntohs fix
342
paul68980082003-03-25 05:07:42 +00003432003-03-25 Paul Jakma <paul@dishone.st>
344
345 * Sync to Zebra CVS
346
paul07661cb2003-03-18 00:03:05 +00003472003-03-17 Amir Guindehi <amir@datacore.ch>
348
349 * Extended SNMP checks in configure.ac so that net-snmp works
350
3512003-03-17 Amir Guindehi <amir@datacore.ch>
352 Ralph Keller <keller@tik.ee.ethz.ch>
353 * merge OSPF-API
354
paul13766da2003-02-07 14:46:23 +00003552003-02-07 Paul Jakma <paul@dishone.st>
356
357 * Sync to zebra CVS
358
paul420df432003-02-03 20:30:39 +00003592003-02-03 Paul Jakma <paul@dishone.st>
360
361 * Sync to zebra CVS
362
paulae936ae2003-01-20 04:58:21 +00003632003-01-19 Paul Jakma <paul@dishone.st>
364
365 * Temporary fix for Generic PtP wrt to IPv6
366
paul9a668002003-01-18 23:11:44 +00003672003-01-17 Paul Jakma <paul@dishone.st>
368
369 * Sync up to latest zebra.org CVS
370 * [zebra 16823] Bugfix and new feature in Opaque-LSA handling
371 Masahiko Endo <endo@suri.co.jp>
372 * [zebra 16824] [PATCH] nsm_kill_neighbor
373 Masahiko Endo <endo@suri.co.jp>
374 * [zebra 17217] [PATCH] show thread CPU
375 Yon Uriarte <havanna_moon@gmx.net>
376 * [zebra 17218] Re: [PATCH] CLI extensions.
377 Yon Uriarte <havanna_moon@gmx.net>
378
paul4fc01e62002-12-13 20:49:00 +00003792002-12-13 Paul Jakma <paul@dishone.st>
380
381 * added support for vtysh 'write file' command to
paul0efa4d52002-12-13 21:55:43 +0000382 write either per-daamon and/or integrated file
paulab836aa2002-12-13 21:19:02 +0000383 * ospfd md5 buffer copying fix (Greg Troxel)
paul8bd9c712002-12-13 21:05:16 +0000384 * ospfd md5 sequence number derived from time()
paulab836aa2002-12-13 21:19:02 +0000385 * RIPv1 fixes and improvements (John Hay)
386 * link state detection (linux) ([zebra 12269])
387 * Generic PtP and RFC3021 interface addressing support
388 (Frank van Maarseveen)
paul0efa4d52002-12-13 21:55:43 +0000389 * Michal Ludvig <michal@logix.cz>:
390 [zebra 16525] PATCH: Bugfixes for KAME systems
391 * Kevin C Miller <kevinm@andrew.cmu.edu>
392 [zebra 16681] OSPF NSSA Patches
393 * Yon Uriarte <havanna_moon@gmx.net>
394 [zebra 16671] [PATCH] CLI extensions
paula8959012002-12-13 21:59:26 +0000395 * Masahiko Endo: [zebra 15475] - MPLS-TE docs
paul4fc01e62002-12-13 20:49:00 +0000396
paul718e3742002-12-13 20:15:29 +00003972002-07-07 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
398
399 * zebra-0.93 released.
400
4012002-06-28 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
402
403 * update-autotools: Change file name from update-auto-tools.sh.
404
4052002-06-21 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
406
407 * update-auto-tools.sh: Add a new script to clean up build
408 environment.
409
4102002-06-18 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
411
412 * Shift to the latest build environment autoconf-2.53 and
413 automake-1.6.2.
414
4152001-10-22 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
416
417 * Integrate Glen Turner <glen.turner@aarnet.edu.au>'s pid option.
418
4192001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
420
421 * zebra-0.92a released.
422
4232001-08-19 "Peter Galbavy" <peter.galbavy@knowtion.net>
424
425 * configure.in: SNMP library check problem fix when the library is
426 installed under /usr/local/lib.
427
4282001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
429
430 * zebra-0.92 released.
431
4322001-04-22 Kunihiro Ishiguro <kunihiro@zebra.org>
433
434 * configure.in (LIBPAM): Use ZEBRA_AC_C_BIGENDIAN to avoid a
435 warning.
436 (IF_METHOD): Use test -r instead of AC_CHECK_FILE to avoid
437 warnings.
438
439 * config.guess: Update to 2000-11-10 version.
440
4412001-04-11 Kunihiro Ishiguro <kunihiro@zebra.org>
442
443 * configure.in: Use AC_TRY_COMPILE instead of AC_EGREP_HEADER to
444 detect in_pktinfo structure. Suggested by: Vlad Lungu
445 <vlad@rls.roknet.ro>.
446
4472001-03-07 Michael Rozhavsky <mrozhavsky@opticalaccess.com>
448
449 * configure.in: Add check for structure in_pktinfo.
450
4512001-02-07 "Bjoern A. Zeeb" <bzeeb+zebra@zabbadoz.net>
452
453 * configure.in (USE_PAM): Fix PAM library detection code.
454
4552001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
456
457 * zebra-0.91 is released.
458
4592001-01-12 Kunihiro Ishiguro <kunihiro@zebra.org>
460
461 * configure.in: Remove guile related definition.
462
4632001-01-11 Kunihiro Ishiguro <kunihiro@zebra.org>
464
465 * configure.in (ac_cv_htonl_works): HAVE_REPAIRABLE_HTONL is
466 removed. htonl should work fine on any platform.
467
4682001-01-10 Kunihiro Ishiguro <kunihiro@zebra.org>
469
470 * configure.in: Remove --enable-oldrib option.
471
472 * acconfig.h: OLD_RIB definition is removed.
473
474 * zebra-0.90 is released.
475
476 * configure.in (LIBS): Add check for sun_len field in struct
477 sun_len.
478
4792001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
480
481 * Makefile.am: Include init/redhat files to distribution.
482
4832001-01-07 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
484
485 * configure.in: check libm.a for BGPd compile error.
486 AC_CHECK_LIB(m, main) was added.
487
4882000-12-29 Kunihiro Ishiguro <kunihiro@zebra.org>
489
490 * configure.in: --enable-unixdomain becomes default. Add
491 --enable-tcp-zebra for TCP/IP communication between protocol
492 daemon and zebra.
493
494 * COPYING.LIB: Added for lib/getopt.c, lib/getopt.h,
495 lib/getopt1.c, lib/md5-gnu.h, lib/md5.c, lib/regex-gnu.h,
496 lib/regex.c.
497
498 * Makefile.am (dist-hook): Include tools/*.cgi to distribution.
499
5002000-12-26 Kunihiro Ishiguro <kunihiro@zebra.org>
501
502 * configure.in (MULTIPATH_NUM): --enable-multipath=ARG specify
503 multipath number. ARG must be digit.
504
5052000-12-11 Kunihiro Ishiguro <kunihiro@zebra.org>
506
507 * configure.in: Add --enable-newrib for test new RIB code.
508
5092000-11-25 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
510
511 * configure.in, config.h.in: Add check for libutil.h and
512 setproctitle().
513
5142000-10-26 Kunihiro Ishiguro <kunihiro@zebra.org>
515
516 * configure.in: Add --enable-nssa for OSPF NSSA option.
517
518 * acconfig.h: Define HAVE_NSSA.
519
5202000-10-25 "Bjoern A. Zeeb" <bzeeb+zebra@zabbadoz.net>
521
522 * configure.in: pam_misc is only linked when the platform is
523 GNU/Linux.
524
5252000-10-24 Arkadiusz Miskiewicz <misiek@pld.org.pl>
526
527 * configure.in (LIBS): Add check for crypto library. test x`ls
528 ${ac_snmp}` is replaced with sipmle test -f.
529
5302000-10-23 Kunihiro Ishiguro <kunihiro@zebra.org>
531
532 * configure.in: Add --enable-unixdomain option. This will be
533 default behavior in zebra-0.90.
534
5352000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
536
537 * zebra-0.89 is released.
538
5392000-09-27 Kunihiro Ishiguro <kunihiro@zebra.org>
540
541 * configure.in: Add check for Intel CPU for Solaris on x86 check.
542
5432000-09-21 Kunihiro Ishiguro <kunihiro@zebra.org>
544
545 * configure.in: Add check for getifaddrs().
546 Set AM_INIT_AUTOMAKE version to 0.89.
547
5482000-09-14 Kunihiro Ishiguro <kunihiro@zebra.org>
549
550 * config.guess: Update to the latest version.
551
552 * config.sub: Likewise
553
5542000-09-14 David Lipovkov <dlipovkov@OpticalAccess.com>
555
556 * REPORTING-BUGS: New file is added.
557
5582000-08-27 itojun@iijlab.net
559
560 * configure.in: Add ncurses library check when --enable-vtysh is
561 specified.
562
5632000-08-22 Kunihiro Ishiguro <kunihiro@zebra.org>
564
565 * configure.in: Add check for readline/history.h.
566
567 * acconfig.h: Remove pthread related variables.
568
569 * configure.in: Add --with-libpam option for vtysh PAM
570 authentication. Remove --disable-pthread because we don't support
571 pthread.
572
5732000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
574
575 * zebra-0.88 is released.
576
577 * configure.in: Add Solaris -lcurses for vtysh.
578
5792000-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
580
581 * configure.in: Add check for ncurses for compiling on Solaris.
582
5832000-07-27 Kunihiro Ishiguro <kunihiro@zebra.org>
584
585 * configure.in: Add check for libreadline when --enable-vtysh is
586 specified.
587
5882000-07-23 Kunihiro Ishiguro <kunihiro@zebra.org>
589
590 * configure.in: Add AC_DEFINE(OPEN_BSD). When OS is OpenBSD
591 interface method is if_ioctl.o
592
5932000-07-09 Chris Dunlop <chris@onthe.net.au>
594
595 * acconfig.h: Add HAVE_BROKEN_ALIASES.
596
597 * configure.in: Add --enable-broken-aliases.
598
5992000-06-12 Kunihiro Ishiguro <kunihiro@zebra.org>
600
601 * Set version to zebra-0.87.
602
6032000-06-05 Kunihiro Ishiguro <kunihiro@zebra.org>
604
605 * configure.in: Remove --enable-mpls-vpn. Now MPLS-VPN support is
606 default.
607
608 * Set version to zebra-0.87-pre
609
610 * Makefile.am: Likewise.
611
6122000-04-27 Kunihiro Ishiguro <kunihiro@zebra.org>
613
614 * Set version to 0.86.
615
6162000-03-21 Kunihiro Ishiguro <kunihiro@zebra.org>
617
618 * Set version to 0.85b for ospfd test.
619
6202000-03-20 Kunihiro Ishiguro <kunihiro@zebra.org>
621
622 * Set version to 0.85a for ospfd test.
623
6242000-03-08 Kunihiro Ishiguro <kunihiro@zebra.org>
625
626 * Set version to 0.85.
627
6282000-01-26 Kunihiro Ishiguro <kunihiro@zebra.org>
629
630 * Makefile.in: Regenerated by patched automake for fixing "make
631 clean" problem on FreeBSD.
632
6331999-12-08 Kunihiro Ishiguro <kunihiro@zebra.org>
634
635 * Set version to 0.83a. This is for *BSD static route lookup
636 problem.
637
6381999-12-06 Kunihiro Ishiguro <kunihiro@zebra.org>
639
640 * Set version to 0.83.
641
6421999-11-29 Kunihiro Ishiguro <kunihiro@zebra.org>
643
644 * Set version to 0.82.
645
6461999-11-23 Kunihiro Ishiguro <kunihiro@zebra.org>
647
648 * aczebra.m4: New file added.
649
6501999-11-21 Michael Handler <handler@sub-rosa.com>
651
652 * configure.in (LIBS): Add sa_len check of sockaddr.
653
654 * acconfig.h: Add HAVE_SA_LEN.
655
6561999-11-12 Kunihiro Ishiguro <kunihiro@zebra.org>
657
658 * version.h: Update version to zebra-0.81b for bgpd test.
659
6601999-11-09 Kunihiro Ishiguro <kunihiro@zebra.org>
661
662 * configure.in: Add --enable-mbgp.
663
6641999-11-05 Kunihiro Ishiguro <kunihiro@zebra.org>
665
666 * Makefile.am (EXTRA_DIST): Add TODO to the distribution.
667
6681999-11-04 Kunihiro Ishiguro <kunihiro@zebra.org>
669
670 * TODO: New file is added.
671
6721999-11-03 Kunihiro Ishiguro <kunihiro@zebra.org>
673
674 * version.h: Update version to zebra-0.81a for ospfd test.
675
6761999-10-28 Kunihiro Ishiguro <kunihiro@zebra.org>
677
678 * configure.in: New option --enable-snmp is added.
679
6801999-10-24 Kunihiro Ishiguro <kunihiro@zebra.org>
681
682 * version.h: Update version to zebra-0.80.
683
6841999-10-21 Kunihiro Ishiguro <kunihiro@zebra.org>
685
686 * version.h: Update version to zebra-0.80-pre3
687
6881999-10-18 Kunihiro Ishiguro <kunihiro@zebra.org>
689
690 * configure.in (LIBS): SNMP check is done by ucd-snmp/asn1.h.
691
6921999-10-10 Peter Galbavy <Peter.Galbavy@knowledge.com>
693
694 * configure.in: Add support of OpenBSD.
695
6961999-10-04 Kunihiro Ishiguro <kunihiro@zebra.org>
697
698 * version.h: Update version to zebra-0.80-pre2.
699
7001999-09-27 Kunihiro Ishiguro <kunihiro@zebra.org>
701
702 * version.h: Update version to zebra-0.80-pre. From this version,
703 access-list and prefix-list's name space is divided into IPv4 and
704 IPv6.
705
7061999-09-17 Kunihiro Ishiguro <kunihiro@zebra.org>
707
708 * version.h: For test recent fixes Set version to zebra-0.79a.
709
7101999-09-14 Kunihiro Ishiguro <kunihiro@zebra.org>
711
712 * version.h: zebra-0.79 is out.
713
7141999-09-08 Kunihiro Ishiguro <kunihiro@zebra.org>
715
716 * version.h: For ospfd's virtual link test. Set version to 0.78h.
717
7181999-09-07 Kunihiro Ishiguro <kunihiro@zebra.org>
719
720 * version.h: For ospfd test. Set version to 0.78g.
721
7221999-09-05 Kunihiro Ishiguro <kunihiro@zebra.org>
723
724 * version.h: For internal test of ospfd. Set version to 0.78f.
725
7261999-09-02 Kunihiro Ishiguro <kunihiro@zebra.org>
727
728 * version.h: To test ospfd's fix, set version to 0.78e.
729
7301999-09-01 Kunihiro Ishiguro <kunihiro@zebra.org>
731
732 * version.h: To test ospfd's area related bug fix, set version
733 to 0.78d.
734
7351999-09-01 Kunihiro Ishiguro <kunihiro@zebra.org>
736
737 * version.h: To test ospfd, set version to 0.78c.
738
7391999-08-31 Janos Farkas <chexum@shadow.banki.hu>
740
741 * Many misspelling correction.
742
7431999-08-31 Kunihiro Ishiguro <kunihiro@zebra.org>
744
745 * version.h: To test ospfd, set version to 0.78b.
746
7471999-08-31 Kunihiro Ishiguro <kunihiro@zebra.org>
748
749 * configure.in (LIBS): Add UCD-SNMP include path check.
750
7511999-08-31 Lars Fenneberg <lf@elemental.net>
752
753 * configure.in: The logic which detects the UCD-SNMP library
754 should first check in the default system locations for the library
755 and then in /usr/local.
756
7571999-08-27 itojun@iijlab.net
758
759 * configure.in (LIBS): Fix problem about libsnmp.a check.
760
7611999-08-26 kay <kay@v6.access.co.jp>
762
763 * configure.in (CFLAGS): Add <sys/socket.h> to check socklen_t.
764
7651999-08-24 VOP <vop@unity.net>
766
767 * filter.c: Include "sockunion.h".
768 plist.c: Likewise.
769 table.c: Likewise.
770
7711999-08-24 Kunihiro Ishiguro <kunihiro@zebra.org>
772
773 * configure.in: Add netinet6/in6.h check.
774
7751999-08-21 Masaki Minami <masaki@minami.org>
776
777 * BSD/OS 4.0 porting.
778
7791999-08-15 Kunihiro Ishiguro <kunihiro@zebra.org>
780
781 * configure.in: Add --enable-netlink option to force to use Linux
782 netlink interface.
783 (CFLAGS): Add ucd-snmp library check.
784
785 * acconfig.h: If socklen_t is not defined, typedef int to
786 socklen_t.
787
7881999-08-15 Arkadiusz Miskiewicz <misiek@misiek.eu.org>
789
790 * configure.in: When --enable-ipv6 specified, then only kernel
791 version is checked.
792
7931999-08-14 Kunihiro Ishiguro <kunihiro@zebra.org>
794
795 * configure.in: Add GNU libc 2.1 check.
796
7971999-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
798
799 * configure.in: Fix privious Linux IPv6 check changes.
800
8011999-08-02 Arkadiusz Miskiewicz <misiek@misiek.eu.org>
802
803 * configure.in: Improve Linux IPv6 feature check.
804
8051999-07-29 Rick Payne <rickp@rossfell.co.uk>
806
807 * Changed route-maps to behave in a more cisco-like fashion
808
8091999-07-27 Gerhard Poul <gpoul@gnu.org>
810
811 * SERVICES: New file added.
812
8131999-07-12 itojun@iijlab.net
814
815 * configure.in: Add check for getaddrinfo. Improve Kame related
816 library check.
817
8181999-07-07 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
819
820 * configure.in, acconfig.h: Add check for FreeBSD 3.2.
821
8221999-07-07 Kunihiro Ishiguro <kunihiro@zebra.org>
823
824 * configure.in: Delete check for netinet/ip6.h.
825
8261999-06-30 Gerhard Poul <gpoul@gnu.org>
827
828 * README: remixed the old files and added some new parts.
829 moved some INSTALL stuff into INSTALL file.
830 moved some other stuff to doc/zebra.texi
831
8321999-06-29 Kunihiro Ishiguro <kunihiro@zebra.org>
833
834 * configure.in (LIBS): Add libresolv check.
835 Change --enabe-all-in-one option to --enable-one-vty.
836
8371999-06-20 Kunihiro Ishiguro <kunihiro@zebra.org>
838
839 * configure.in: Add --enabe-all-in-one option.
840
8411999-06-16 Kunihiro Ishiguro <kunihiro@zebra.org>
842
843 * configure.in: Add socklen_t check.
844
8451999-06-16 Gerhard Poul <gpoul@gnu.org>
846
847 * Many compile warnings fixed.
848
8491999-05-31 Kunihiro Ishiguro <kunihiro@zebra.org>
850
851 * configure.in: Change message from Linux 2.2.X IPv6 to Linux IPv6.
852 OpenBSD (NRL) check is enabled.
853
8541999-05-30 Kunihiro Ishiguro <kunihiro@zebra.org>
855
856 * configure.in (LIBS): Add crypt library check.
857
8581999-05-08 Kunihiro Ishiguro <kunihiro@zebra.org>
859
860 * configure.in: Add sin6_scope_id in struct sockaddr_in6 check.
861
8621999-04-30 Kunihiro Ishiguro <kunihiro@zebra.org>
863
864 * Set version to 0.63 for first beta package.
865
8661999-04-15 Kunihiro Ishiguro <kunihiro@zebra.org>
867
868 * guile.m4: Added from guile package.
869
8701999-04-14 Kunihiro Ishiguro <kunihiro@zebra.org>
871
872 * Set version to 0.60 for beta package preparation.
873
8741999-04-12 Kunihiro Ishiguro <kunihiro@zebra.org>
875
876 * Makefile.am: Add noninst_LIBRARIES each directory's Makefile.am.
877 This change is for linking these libraries to guile.
878
8791999-04-08 Kunihiro Ishiguro <kunihiro@zebra.org>
880
881 * configure.in (LIBS): Add struct rt_addrinfo check.
882
8831999-04-07 Kunihiro Ishiguro <kunihiro@zebra.org>
884
885 * configure.in: AC_STDC_HEADERS added.
886
8871999-03-29 Kunihiro Ishiguro <kunihiro@zebra.org>
888
889 * Add dependencies to each directory's Makefile.am.
890
8911999-03-02 Peter Galbavy <Peter.Galbavy@knowledge.com>
892
893 * reworked include file structure, and configure so that all
894 source files get all system-dependent include files by including
895 <zebra.h> which is really lib/zebra.h. This means that the
896 different programs include files are now available as #include
897 "zebra/zebra.h" - note the use of quotes, not <> as delimiters.
898
899 In practical terms, if I haven't really screwed up, the main file
900 that maintainers for other OSes have to change is lib/zebra.h for
901 all the conditional includes etc.
902
903 * added --disable-pthread for those systems that seem to have
904 POSIX threads, but do not work. OpenBSD 2.4+ is like that just
905 now. Changed all occurance of #ifdef PTHREAD to use HAVE_PTHREAD
906 instead.
907
9081999-02-24 <kunihiro@zebra.org>
909
910 * configure.in: update to AC_PREREQ(1.13).
911 Change message from Linux 2.1.x to Linux 2.2.x.
912 * Added ospf6d directory support.
913
9141999-02-22 Peter Galbavy <Peter.Galbavy@knowledge.com>
915
916 * added a "log" element to the BGPd peer structure, enabling us to
917 start thinging about a log stream per peer. This is currently
918 ignored by the wrapper code, but developers should try to use the
919 "appropriate" ZLOG stream. Documentation will follow, when the
920 real routines start to exist.
921
922 The current plan is to use a copy of the BSD syslog() routines and
923 replace the syslog library function with our own. I will need
924 feedback from users of other platforms as this work is done to see
925 if all is well elsewhere.
926
927 * preliminary work on zlog() library. directly replaces syslog()
928 currently with zlog(ZLOG *, ...) where the new first argument
929 is a pointer to a ZLOG structure (defined in lib/log.h) and will
930 encapsulate all the information necessary to maintain multiple
931 logging streams.
932
9331999-02-19 Peter Galbavy <Peter.Galbavy@knowledge.com>
934
935 * added vsnprintf() macro to lib/str.h if required and removed
936 #ifdef SUNOS_5 dependency on it
937
9381999-02-18 Peter Galbavy <Peter.Galbavy@knowledge.com>
939
940 * syslog support added
941
9421999-02-18 Peter Galbavy <Peter.Galbavy@knowledge.com>
943
944 * configure.in: Add daemon function check.
945
9461999-01-21 Kunihiro Ishiguro <kunihiro@zebra.org>
947
948 * configure.in: Add --disable-ipv6, --disable-zebra,
949 --disable-bgpd, --disable-ripd, --disable-ripngd, --disable-ospfd
950 options to configure.
951
9521998-12-07 Kunihiro Ishiguro <kunihiro@zebra.org>
953
954 * configure.in: Check /usr/inet6/lib/libinet6.a exists or not.
955
9561998-10-14 Kunihiro Ishiguro <kunihiro@zebra.org>
957
958 * configure.in: Comment out FreeBSD's libc_r detect section. At
959 this moment it doesn't work correctly with zebra.
960
961 Netlink interface is only enabled when Linux kernel version is
962 upper than 2.1.0.
963
9641998-09-15 HEO SeonMeyong <seirios@matrix.iri.co.jp>
965
966 * Hydrangea is now called KAME, so change all defines.
967
9681998-08-16 Kunihiro Ishiguro <kunihiro@zebra.org>
969
970 * configure.in: ifaliasreq check added.
971
9721998-08-12 Katsuhiro Kondou <kondou@nec.co.jp>
973
974 * Patch is applied for compile under EWS4800
975
9761998-06-09 Kunihiro Ishiguro <kunihiro@zebra.org>
977
978 * configure.in: delete old mtu_method check.
979
980 * doc/zebra.texi (Kernel interface): chapter `Kernel interface' added
981
9821998-06-08 Kunihiro Ishiguro <kunihiro@zebra.org>
983
984 * configure.in: add new netlink check for GNU/Linux
985
9861998-06-07 Kunihiro Ishiguro <kunihiro@zebra.org>
987
988 * doc/zebra.texi: Update Linux netlink chapter.
989
9901998-05-18 Yamashita TAKAO <jargon@lares.dti.ne.jp>
991
992 * config.h.in: define PTHREAD if work on Solaris 2.6
993 why delete the definition? I miss?
994
9951998-05-08 Kunihiro Ishiguro <kunihiro@zebra.org>
996
997 * configure.in: add net/if.h header check.
998
9991998-05-02 SeonMeyong HEO <seirios@Matrix.iri.co.jp>
1000
1001 * zebra.tex,archfig.tex,zebra.sty: Manual file is added.
1002 * zebra.texi: Modify Introduction text.
1003 * RIPngd.c: Patch Hydrangea code.
1004
10051998-05-01 Kunihiro Ishiguro <kunihiro@zebra.org>
1006
1007 * .cvsignore: added.
1008
1009 * Makerule.in: is gone.
1010 * Makefile.am: Now we use automake to generate Makefile.in
1011
10121998-03-19 Yamashita TAKAO <jargon@lares.dti.ne.jp>
1013
1014 * lib/vty.c: modified the definition of *master
1015 * lib/sockunion.c (inet_aton): add, but don't work. uum...
1016
1017
10181998-03-15 Yamashita TAKAO <jargon@lares.dti.ne.jp>
1019
1020 * configure.in: define PTHREAD if work on Solaris 2.6
1021 * config.h.in: likewise
1022 * lib/thread.c: likewise
1023 * lib/vty.c: likewise
1024
10251998-03-15 SeonMeyong HEO <seirios@Matrix.iri.co.jp>
1026
1027 * config.h.in: define INET6 if defined HAVE_IPV6 & HYDRANGEA
1028 * bgpd/: remove include <netinet6/in6.h> line.
1029 * lib/: remove include <netinet6/in6.h> line.
1030 * ripbgd/: remove include <netinet6/in6.h> line.
1031 * zebra/: remove include <netinet6/in6.h> line.
1032 * ripd/*.c: remove include <netinet6/in6.h> line.
1033 undefine IPV6 difinitions because RIPd is not worked for
1034 IPv6 protocol.
1035
1036
10371998-01-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1038
1039 * configure.in: Change routing socket check method from
1040 AC_TRY_COMPILE to AC_TRY_RUN because GNU libc version 2 has
1041 AF_ROUTE but over linux it's meenigless.
1042
10431998-01-06 Kunihiro Ishiguro <kunihiro@zebra.org>
1044
1045 * config.h.in: remove err_t define.
1046
10471997-11-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1048
1049 * configure.in (canonical): add check of IF_METHOD
1050
10511997-09-27 Kunihiro Ishiguro <kunihiro@note.digital-magic.co.jp>
1052
1053 * configure.in: add INRIA check
1054
10551997-09-25 Kunihiro Ishiguro <kunihiro@note.digital-magic.co.jp>
1056
1057 * configure.in (canonical): change ipforward_snmp.o to ipforward_proc.o
1058
10591997-09-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1060
1061 * configure.in: change IRDPD to NDPD
1062
10631997-08-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1064
1065 * INSTALL: new file
1066
10671997-08-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1068
1069 * config.h: add XCALLOC()
1070