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