blob: 1d837633d57a927b685d1d34126f82d8319c286e [file] [log] [blame]
paul62892882003-11-02 07:31:47 +000012003-11-02 Paul Jakma <paul@dishone.st>
2
3 * bgpd/bgp_routemap.c: Fix up 'set ip next-hop A.B.C.D|peer-address'
4 route map command so that vtysh can use it. Modified version of
5 Hasso Tepper's patch. Fixes bug #52.
6 * configure.ac: FreeBSD has net-snmp in /usr/local.
7 * redhat/quagga.spec.in: Install libzebra headers with -devel
8 package.
9
102003-11-02 Krzysztof Oledzki <oleq@ans.pl>
11
12 * zebra/zebra_rib.c: Revert patch (dating from zebra.org) which
13 caused zebra to read all routes in all tables, rather than just
14 the main table. See [quagga-dev 280].
15
162003-10-30 Paul Jakma <paul@dishone.st>
17
18 * configure.ac: netinet/in_systm.h is yet another well-known
19 header file we really should be checking for
20
212003-10-27 kamatchi soundaram <kamatchi@tdd.sj.nec.com>
22
23 * ospfd/ospfd.c: Do not increment act_int for an area, as it is done
24 by ospf_ism.c::ism_change_state() - results in incorrect figure
25 for active interfaces in an area.
26
272003-10-27 Paul Jakma <paul@dishone.st>
28
29 * lib/if.{ch}: remove ifc_pointtopoint() - left over from the
30 reverted RFC3021 patch.
31
322003-10-27 Simon <lists@routemeister.net>
33
34 * ospfd/ospfd.c: if_is_pointopoint() takes (struct interface *), was
35 being called with struct connected. Change to co->ifp.
36
372003-10-27 Gilad Arnold <gilad.arnold@terayon.com>
38
39 * zebra/zebra_rib.c: (nexthop_active_update) Check for multipath
40 limit when setting changed flag to avoid spurious changes.
41 (static_install_ipv{4,6}) dont uninstall by default, might not be
42 required - avoid spurious uninstalls.
43 (static_uninstall_ipv{4,6}) only uninstall the route if its
44 actually FIB route.
45
462003-10-24 sowmini.varadhan@sun.com
47
48 * ospfd/ospf_network.c: (ospf_sock_init) Exit if socket can not be
49 created.
50
512003-10-24 Jose Luis Rubio Guivernau <jrubio@dit.upm.es>
52
53 * Better 'show bgp' support for views (eg ipv6), see [quagga-dev 238]
54 * bgpd/bgp_route.c: (bgp_show) Take a struct bgp argument instead of
55 view string.
56 (bgp_show_neighbor_route) Take a struct peer argument instead of
57 ip string.
58 (peer_adj_routes) ditto
59 (show_adj_routes) ditto
60 (peer_lookup_in_view) new function to return appropriate struct
61 peer for a given view string.
62 (misc) Fixup all calls to above to reflect new calling arguments,
63 and use peer_lookup_in_view as needed. Additional commands
64 installed to use expanded functionality above, existing commands
65 modified to suit as well.
66 * bgpd/bgp_vty.c: 2 new aliases.
67
682003-10-24 Paul Jakma <paul@dishone.st>
69
70 * configure.ac: Check for fcntl()
71 * {bgpd,ospf,ospf6d,ripd,ripngd}/Makefile.am: Install conf file via
72 regular automake means, not magic install incantations, see
73 bug #38.
74 * lib/Makefile.am: install the headers, needed to link libzebra.a
75 (and hence libospf.a, OSPF-API, etc.)
76
772003-10-24 waldi@debian.org
78
79 * vtysh/Makefile.am: vtysh_cmd.c rebuild was broken because it
80 depended against source files without specification, i.e. it
81 used ../zebra instead of $(top_srcdir)/zebra.
82
832003-10-23 Paul Jakma <paul@dishone.st>
84
85 * configure.ac: IRIX configure.ac support. Sort of works.
86 sysctl() crashes though (ipforward), there's some kind of odd
87 padding in the PF_ROUTE socket messages and setsockopt() on
88 SOCK_RAW does not work (so ospfd doesnt work).
89
902003-10-22 Paul Jakma <paul@dishone.st>
91
92 * vtysh/Makefile.am: do not include vtysh_cmd.c in dists, its
93 configure dependent. (still need to find a way to make building of
94 it dependent on configure options or include all commands.)
95
962003-10-22 Paul Jakma <paul@dishone.st>
97
98 * lib/zebra.h: include limits.h if its there, its a portable header
99 and useful and not just solaris specific. net/route.h is also
100 useful.
101
1022003-10-22 Paul Jakma <paul@dishone.st>
103
104 * lib/regex.c: bzero -> memset
105 * zebra/ioctl.c: ditto. bzero is not portable.
106
1072003-10-22 Paul Jakma <paul@dishone.st>
108
109 * zebra/kernel_socket.c: HAVE_IPV6 conditional for WRAPUP when
110 HAVE_SA_LEN is not defined. bcopy -> memcpy, bcopy is not
111 portable.
112
1132003-10-22 Paul Jakma <paul@dishone.st>
114
115 * configure.ac: Split up header checks into non-net, net and ipv6
116 related. Checking of IPv6 is conditional. Add some more output
117 text for the end of the configure run.
118
1192003-10-18 Lorenzo Colitti <lorenzo@ripe.net>
120
121 * bgpd/bgp_attr.c: (bgp_dump_routes_attr) Dont dump IPv4 nexthop
122 for IP. Dump MP_NLRI attr with IPv6 next-hop for AF_INET6 address
123 family prefixes. Accept prefix as argument.
124 * bgpd/bgp_attr.c: modify bgp_dump_routes_attr declaration.
125 * bgpd/bgp_dump.c: (bgp_dump_routes_entry) Modify calls to
126 bgp_dump_routes_attr.
127 (bgp_dump_common) Go by the family of the peering socket, not
128 configured address family when dumping peering information.
129 Add HAVE_IPV6 conditionals, eg missing from previous bgp interval
130 patch.
131
1322003-10-18 Lorenzo Colitti <lorenzo@ripe.net>
133
134 * bgpd/bgp_dump.{c,h}: (bgp_dump_interval_add) Dump at discrete
135 fixed intervals rather than fixed intervals from startup time.
136 (bgp_dump_interval_func) Dont return immediately if file cant be
137 openeded, but reschedule interval dumps, even - admin might
138 fix problem in meantime. Close the dump file in between intervals.
139 (bgp_dump_init) account for MSG header when initialising stream
140 size.
141
1422003-10-15 Paul Jakma <paul@dishone.st>
143
144 * ospfd/ospf_interface: (ospf_if_lookup_table) new function to
145 lookup oi for a given prefix in a given interfaces table of oi's.
146 (ospf_if_new) use ospf_if_lookup_table to deal with zebra
147 reporting new interface multiple times.
148 NB: This patch is a complete plaster-band of a hack. First, why is
149 zebra reporting interface events multiple times? Second, why does
150 ospfd maintain so many damn lists and tables relating to oi's -
151 these should be reconciled into one or two tables.
152
1532003-10-15 sowmini.varadhan@sun.com
154
155 * ripd/ripd.c: (rip_send_packet) use rip->sock for mcast sends,
156 instead of creating one socket per send. send source addr to
157 rip_update_interface.
158 (rip_update_process) should send an update on every connected
159 network for each interface.
160 (rip_request_send) should send a request on every connected
161 network for each interface.
162 * ripd/ripd.h: update prototype for rip_interface_multicast_set
163 * ripd/rip_interface.c: (rip_interface_multicast_set) reorganized
164 so that it can be called repeatedly for aliased interfaces (on
165 multiple networks).
166
1672003-10-15 Jay Fenlason <fenlason@redhat.com>
168
169 * lib/vty.c: (vty_telnet_option) Remote DoS exists if a telnet
170 end-sub-negotation is sent when no sub-negotation data has been
171 sent. Return immediately if no sub-negotation is in progress.
172 (vty_read) do not attempt to process options if no sub-negotation
173 is in progress.
174
1752003-10-15 Paul Jakma <paul@dishone.st>
176
177 * lib/vty.c: (vty_save_cwd) dont crash if getcwd fails. try fallback
178 to SYSCONFDIR. Allocate cwd from the stack rather than relying on
179 (non-portable) getcwd() allocation (which we didnt seem to be
180 freeing).
181
1822003-10-13 Jay Fenlason <fenlason@redhat.com>
183
184 * lib/zebra.h: define UINT32_MAX for those systems which do not
185 provide it.
186 * bgp_attr.h: define BGP_MED_MAX.
187 * bgp_route.c: update defines/constants to BGP_MED_MAX.
188 * bgp_routemap.c: ditto. clean up route_match_metric_compile
189 slightly to avoid unneccesary XMALLOC.
190
1912003-10-13 sowmini.varadhan@sun.com
192
193 * ospf_lsa.h: Add OSPF_LSA_PREMATURE_AGE flag.
194 * ospf_lsa.c: added better debug comments. check sequence number in
195 ospf_lsa_install. ospf_maxage_lsa_remover() checks for
196 OSPF_LSA_PREMATURE_AGE and re-originates the lsa after ls_acks are
197 received.
198 * ospf_flood.c: improve debug statement- print ls_seqnum.
199
2002003-10-13 Douglas Fraser <doug+quagga@idmf.net>
201
202 * zebra/connected.c: PtP revert fixup. Zebra was not creating
203 connected route for PtP peer.
204
2052003-10-07 Tarhon-Onu Victor <mituc@iasi.rdsnet.ro>
206
207 * zebra/ipforward_proc.c: (ipforward) Close the fd for
208 /proc/net/snmp. See [quagga-dev 284]
209
2102003-09-29 Gilad Arnold <gilad.arnold@terayon.com>
211
212 * zebra/zebra_rib.c: Fix possible dangling reference to rib
213 route_nodes - unlock it the appropriate number of times. (twice,
214 because of the implicit lock). see [quagga-dev 251].
215
2162003-09-29 Paul Jakma <paul@dishone.st>
217
218 * zebra/connected.c: revert the 'generic PtP' patch as it causes
219 far too many problems. People who use FreeSWAN should investigate
220 native linux ipsec.
221 * zebra/rt_netlink.c: ditto
222 * lib/if.c: ditto
223 * ripd/ripd.h: ditto
224 * ripd/ripd.c: ditto
225 * ripd/rip_interface.c: ditto
226 * ospfd/ospfd.c: ditto
227 * ospfd/ospf_snmp.c: ditto
228 * bgpd/bgp_nexthop.c: ditto
229 * ospfd/ospf_packet.c: Add debug output for some of the previously
230 completely silent drops of 'bad' packets.
231 * configure.ac: bump version
232
2332003-08-27 Jay Fenlason <fenlason@redhat.com>
234
235 * lib/Makefile.am: Do not use a lib (libcap) as a dependency
236 * zebra/Makefile.am: Link in libcap
237 * bgpd/bgp_routemap.c: attr->med is type u_in32_t, should be
238 compared with UINT32_MAX
239 * ospfd/ospfd.c: remove redundant assert
240 * zebra/rtadv.c: add missing include for zebra/rib.h
241
2422003-09-24 Paul Jakma <paul@dishone.st>
243
244 * lib/version.h: moved to version.h.in
245 * lib/version.h.in: New file, from version.h. Change hardcoded
246 package name and version to use the autoconf defined substition
247 variables.
248 * configure.ac: Fix up AC/AM_INIT* to new style. Remove the sed'ing
249 through lib/version.h for VERSION. Add lib/version.h to the
250 AC_OUTPUT list. Update the text output of quagga version at end
251 of configure run to use PACKAGE_VERSION.
252 * doc/.cvsignore: ignore quagga.pdf
253 * doc/.cvsignore: ignore version.h, its now autogenerated.
254
2552003-09-24 sowmini.varadhan@sun.com
256
257 * lib/if.c: (if_cmp_func) fix infinite loop if
258 ifp1->name == ifp2->name
259 * lib/linklist.c: (if_cmp_func) Fix handling of case where
260 list->cmp returns 0.
261 * rip_interface.c: (rip_interface_address_add) call
262 rip_enable_apply(), or the interface is never considered up.
263 see [quagga-dev 225].
264 * zebra/kernel_socket.c: Fix up WRAPUP macro to deal with multiple
265 address families in the absence of sa_len element in struct
266 sockaddr.
267 (ifm_read): Handle solaris 9 if_msghdr_t.
268 Deal with interfaces which are incomplete, lookup on name rather
269 than the placeholder interface index of -1.
270
2712003-09-24 Thomas Giger TGC <thomas.giger@tgc.de>
272
273 * ospf_packet.c (ospf_associate_packet_vl): pass NULL struct
274 interface to ospf_if_lookup_by_local_addr() rather than the
275 receiving interface ifp, packets for VL's could come in any
276 interface. See quagga-dev 250.
277
paule05fba42003-04-13 20:20:53 +00002782003-04-13 Paul Jakma <paul@dishone.st>
279
280 * Amir: Opaque LSA bug fix for deletion of Type11's
281 * configure.ac: use --localstatedir for Unix sockets
paul645878f2003-04-13 21:42:11 +0000282 * Hasso Tepper: When flushing as-ext LSAs flush associated NSSA
283 LSAs.
paule05fba42003-04-13 20:20:53 +0000284
paul020709f2003-04-04 02:44:16 +00002852003-04-04 Paul Jakma <paul@dishone.st>
286
287 * Sync to Zebra CVS
288 * Fix lib/thread.h leak
289 * Fix small Opaque LSA leak
290 * Do not configure OSPF interfaces for secondary addresses
291 * vtysh fixes from Hasso
292 * Dave Watson's missing ntohs fix
293
paul68980082003-03-25 05:07:42 +00002942003-03-25 Paul Jakma <paul@dishone.st>
295
296 * Sync to Zebra CVS
297
paul07661cb2003-03-18 00:03:05 +00002982003-03-17 Amir Guindehi <amir@datacore.ch>
299
300 * Extended SNMP checks in configure.ac so that net-snmp works
301
3022003-03-17 Amir Guindehi <amir@datacore.ch>
303 Ralph Keller <keller@tik.ee.ethz.ch>
304 * merge OSPF-API
305
paul13766da2003-02-07 14:46:23 +00003062003-02-07 Paul Jakma <paul@dishone.st>
307
308 * Sync to zebra CVS
309
paul420df432003-02-03 20:30:39 +00003102003-02-03 Paul Jakma <paul@dishone.st>
311
312 * Sync to zebra CVS
313
paulae936ae2003-01-20 04:58:21 +00003142003-01-19 Paul Jakma <paul@dishone.st>
315
316 * Temporary fix for Generic PtP wrt to IPv6
317
paul9a668002003-01-18 23:11:44 +00003182003-01-17 Paul Jakma <paul@dishone.st>
319
320 * Sync up to latest zebra.org CVS
321 * [zebra 16823] Bugfix and new feature in Opaque-LSA handling
322 Masahiko Endo <endo@suri.co.jp>
323 * [zebra 16824] [PATCH] nsm_kill_neighbor
324 Masahiko Endo <endo@suri.co.jp>
325 * [zebra 17217] [PATCH] show thread CPU
326 Yon Uriarte <havanna_moon@gmx.net>
327 * [zebra 17218] Re: [PATCH] CLI extensions.
328 Yon Uriarte <havanna_moon@gmx.net>
329
paul4fc01e62002-12-13 20:49:00 +00003302002-12-13 Paul Jakma <paul@dishone.st>
331
332 * added support for vtysh 'write file' command to
paul0efa4d52002-12-13 21:55:43 +0000333 write either per-daamon and/or integrated file
paulab836aa2002-12-13 21:19:02 +0000334 * ospfd md5 buffer copying fix (Greg Troxel)
paul8bd9c712002-12-13 21:05:16 +0000335 * ospfd md5 sequence number derived from time()
paulab836aa2002-12-13 21:19:02 +0000336 * RIPv1 fixes and improvements (John Hay)
337 * link state detection (linux) ([zebra 12269])
338 * Generic PtP and RFC3021 interface addressing support
339 (Frank van Maarseveen)
paul0efa4d52002-12-13 21:55:43 +0000340 * Michal Ludvig <michal@logix.cz>:
341 [zebra 16525] PATCH: Bugfixes for KAME systems
342 * Kevin C Miller <kevinm@andrew.cmu.edu>
343 [zebra 16681] OSPF NSSA Patches
344 * Yon Uriarte <havanna_moon@gmx.net>
345 [zebra 16671] [PATCH] CLI extensions
paula8959012002-12-13 21:59:26 +0000346 * Masahiko Endo: [zebra 15475] - MPLS-TE docs
paul4fc01e62002-12-13 20:49:00 +0000347
paul718e3742002-12-13 20:15:29 +00003482002-07-07 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
349
350 * zebra-0.93 released.
351
3522002-06-28 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
353
354 * update-autotools: Change file name from update-auto-tools.sh.
355
3562002-06-21 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
357
358 * update-auto-tools.sh: Add a new script to clean up build
359 environment.
360
3612002-06-18 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
362
363 * Shift to the latest build environment autoconf-2.53 and
364 automake-1.6.2.
365
3662001-10-22 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
367
368 * Integrate Glen Turner <glen.turner@aarnet.edu.au>'s pid option.
369
3702001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
371
372 * zebra-0.92a released.
373
3742001-08-19 "Peter Galbavy" <peter.galbavy@knowtion.net>
375
376 * configure.in: SNMP library check problem fix when the library is
377 installed under /usr/local/lib.
378
3792001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
380
381 * zebra-0.92 released.
382
3832001-04-22 Kunihiro Ishiguro <kunihiro@zebra.org>
384
385 * configure.in (LIBPAM): Use ZEBRA_AC_C_BIGENDIAN to avoid a
386 warning.
387 (IF_METHOD): Use test -r instead of AC_CHECK_FILE to avoid
388 warnings.
389
390 * config.guess: Update to 2000-11-10 version.
391
3922001-04-11 Kunihiro Ishiguro <kunihiro@zebra.org>
393
394 * configure.in: Use AC_TRY_COMPILE instead of AC_EGREP_HEADER to
395 detect in_pktinfo structure. Suggested by: Vlad Lungu
396 <vlad@rls.roknet.ro>.
397
3982001-03-07 Michael Rozhavsky <mrozhavsky@opticalaccess.com>
399
400 * configure.in: Add check for structure in_pktinfo.
401
4022001-02-07 "Bjoern A. Zeeb" <bzeeb+zebra@zabbadoz.net>
403
404 * configure.in (USE_PAM): Fix PAM library detection code.
405
4062001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
407
408 * zebra-0.91 is released.
409
4102001-01-12 Kunihiro Ishiguro <kunihiro@zebra.org>
411
412 * configure.in: Remove guile related definition.
413
4142001-01-11 Kunihiro Ishiguro <kunihiro@zebra.org>
415
416 * configure.in (ac_cv_htonl_works): HAVE_REPAIRABLE_HTONL is
417 removed. htonl should work fine on any platform.
418
4192001-01-10 Kunihiro Ishiguro <kunihiro@zebra.org>
420
421 * configure.in: Remove --enable-oldrib option.
422
423 * acconfig.h: OLD_RIB definition is removed.
424
425 * zebra-0.90 is released.
426
427 * configure.in (LIBS): Add check for sun_len field in struct
428 sun_len.
429
4302001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
431
432 * Makefile.am: Include init/redhat files to distribution.
433
4342001-01-07 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
435
436 * configure.in: check libm.a for BGPd compile error.
437 AC_CHECK_LIB(m, main) was added.
438
4392000-12-29 Kunihiro Ishiguro <kunihiro@zebra.org>
440
441 * configure.in: --enable-unixdomain becomes default. Add
442 --enable-tcp-zebra for TCP/IP communication between protocol
443 daemon and zebra.
444
445 * COPYING.LIB: Added for lib/getopt.c, lib/getopt.h,
446 lib/getopt1.c, lib/md5-gnu.h, lib/md5.c, lib/regex-gnu.h,
447 lib/regex.c.
448
449 * Makefile.am (dist-hook): Include tools/*.cgi to distribution.
450
4512000-12-26 Kunihiro Ishiguro <kunihiro@zebra.org>
452
453 * configure.in (MULTIPATH_NUM): --enable-multipath=ARG specify
454 multipath number. ARG must be digit.
455
4562000-12-11 Kunihiro Ishiguro <kunihiro@zebra.org>
457
458 * configure.in: Add --enable-newrib for test new RIB code.
459
4602000-11-25 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
461
462 * configure.in, config.h.in: Add check for libutil.h and
463 setproctitle().
464
4652000-10-26 Kunihiro Ishiguro <kunihiro@zebra.org>
466
467 * configure.in: Add --enable-nssa for OSPF NSSA option.
468
469 * acconfig.h: Define HAVE_NSSA.
470
4712000-10-25 "Bjoern A. Zeeb" <bzeeb+zebra@zabbadoz.net>
472
473 * configure.in: pam_misc is only linked when the platform is
474 GNU/Linux.
475
4762000-10-24 Arkadiusz Miskiewicz <misiek@pld.org.pl>
477
478 * configure.in (LIBS): Add check for crypto library. test x`ls
479 ${ac_snmp}` is replaced with sipmle test -f.
480
4812000-10-23 Kunihiro Ishiguro <kunihiro@zebra.org>
482
483 * configure.in: Add --enable-unixdomain option. This will be
484 default behavior in zebra-0.90.
485
4862000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
487
488 * zebra-0.89 is released.
489
4902000-09-27 Kunihiro Ishiguro <kunihiro@zebra.org>
491
492 * configure.in: Add check for Intel CPU for Solaris on x86 check.
493
4942000-09-21 Kunihiro Ishiguro <kunihiro@zebra.org>
495
496 * configure.in: Add check for getifaddrs().
497 Set AM_INIT_AUTOMAKE version to 0.89.
498
4992000-09-14 Kunihiro Ishiguro <kunihiro@zebra.org>
500
501 * config.guess: Update to the latest version.
502
503 * config.sub: Likewise
504
5052000-09-14 David Lipovkov <dlipovkov@OpticalAccess.com>
506
507 * REPORTING-BUGS: New file is added.
508
5092000-08-27 itojun@iijlab.net
510
511 * configure.in: Add ncurses library check when --enable-vtysh is
512 specified.
513
5142000-08-22 Kunihiro Ishiguro <kunihiro@zebra.org>
515
516 * configure.in: Add check for readline/history.h.
517
518 * acconfig.h: Remove pthread related variables.
519
520 * configure.in: Add --with-libpam option for vtysh PAM
521 authentication. Remove --disable-pthread because we don't support
522 pthread.
523
5242000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
525
526 * zebra-0.88 is released.
527
528 * configure.in: Add Solaris -lcurses for vtysh.
529
5302000-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
531
532 * configure.in: Add check for ncurses for compiling on Solaris.
533
5342000-07-27 Kunihiro Ishiguro <kunihiro@zebra.org>
535
536 * configure.in: Add check for libreadline when --enable-vtysh is
537 specified.
538
5392000-07-23 Kunihiro Ishiguro <kunihiro@zebra.org>
540
541 * configure.in: Add AC_DEFINE(OPEN_BSD). When OS is OpenBSD
542 interface method is if_ioctl.o
543
5442000-07-09 Chris Dunlop <chris@onthe.net.au>
545
546 * acconfig.h: Add HAVE_BROKEN_ALIASES.
547
548 * configure.in: Add --enable-broken-aliases.
549
5502000-06-12 Kunihiro Ishiguro <kunihiro@zebra.org>
551
552 * Set version to zebra-0.87.
553
5542000-06-05 Kunihiro Ishiguro <kunihiro@zebra.org>
555
556 * configure.in: Remove --enable-mpls-vpn. Now MPLS-VPN support is
557 default.
558
559 * Set version to zebra-0.87-pre
560
561 * Makefile.am: Likewise.
562
5632000-04-27 Kunihiro Ishiguro <kunihiro@zebra.org>
564
565 * Set version to 0.86.
566
5672000-03-21 Kunihiro Ishiguro <kunihiro@zebra.org>
568
569 * Set version to 0.85b for ospfd test.
570
5712000-03-20 Kunihiro Ishiguro <kunihiro@zebra.org>
572
573 * Set version to 0.85a for ospfd test.
574
5752000-03-08 Kunihiro Ishiguro <kunihiro@zebra.org>
576
577 * Set version to 0.85.
578
5792000-01-26 Kunihiro Ishiguro <kunihiro@zebra.org>
580
581 * Makefile.in: Regenerated by patched automake for fixing "make
582 clean" problem on FreeBSD.
583
5841999-12-08 Kunihiro Ishiguro <kunihiro@zebra.org>
585
586 * Set version to 0.83a. This is for *BSD static route lookup
587 problem.
588
5891999-12-06 Kunihiro Ishiguro <kunihiro@zebra.org>
590
591 * Set version to 0.83.
592
5931999-11-29 Kunihiro Ishiguro <kunihiro@zebra.org>
594
595 * Set version to 0.82.
596
5971999-11-23 Kunihiro Ishiguro <kunihiro@zebra.org>
598
599 * aczebra.m4: New file added.
600
6011999-11-21 Michael Handler <handler@sub-rosa.com>
602
603 * configure.in (LIBS): Add sa_len check of sockaddr.
604
605 * acconfig.h: Add HAVE_SA_LEN.
606
6071999-11-12 Kunihiro Ishiguro <kunihiro@zebra.org>
608
609 * version.h: Update version to zebra-0.81b for bgpd test.
610
6111999-11-09 Kunihiro Ishiguro <kunihiro@zebra.org>
612
613 * configure.in: Add --enable-mbgp.
614
6151999-11-05 Kunihiro Ishiguro <kunihiro@zebra.org>
616
617 * Makefile.am (EXTRA_DIST): Add TODO to the distribution.
618
6191999-11-04 Kunihiro Ishiguro <kunihiro@zebra.org>
620
621 * TODO: New file is added.
622
6231999-11-03 Kunihiro Ishiguro <kunihiro@zebra.org>
624
625 * version.h: Update version to zebra-0.81a for ospfd test.
626
6271999-10-28 Kunihiro Ishiguro <kunihiro@zebra.org>
628
629 * configure.in: New option --enable-snmp is added.
630
6311999-10-24 Kunihiro Ishiguro <kunihiro@zebra.org>
632
633 * version.h: Update version to zebra-0.80.
634
6351999-10-21 Kunihiro Ishiguro <kunihiro@zebra.org>
636
637 * version.h: Update version to zebra-0.80-pre3
638
6391999-10-18 Kunihiro Ishiguro <kunihiro@zebra.org>
640
641 * configure.in (LIBS): SNMP check is done by ucd-snmp/asn1.h.
642
6431999-10-10 Peter Galbavy <Peter.Galbavy@knowledge.com>
644
645 * configure.in: Add support of OpenBSD.
646
6471999-10-04 Kunihiro Ishiguro <kunihiro@zebra.org>
648
649 * version.h: Update version to zebra-0.80-pre2.
650
6511999-09-27 Kunihiro Ishiguro <kunihiro@zebra.org>
652
653 * version.h: Update version to zebra-0.80-pre. From this version,
654 access-list and prefix-list's name space is divided into IPv4 and
655 IPv6.
656
6571999-09-17 Kunihiro Ishiguro <kunihiro@zebra.org>
658
659 * version.h: For test recent fixes Set version to zebra-0.79a.
660
6611999-09-14 Kunihiro Ishiguro <kunihiro@zebra.org>
662
663 * version.h: zebra-0.79 is out.
664
6651999-09-08 Kunihiro Ishiguro <kunihiro@zebra.org>
666
667 * version.h: For ospfd's virtual link test. Set version to 0.78h.
668
6691999-09-07 Kunihiro Ishiguro <kunihiro@zebra.org>
670
671 * version.h: For ospfd test. Set version to 0.78g.
672
6731999-09-05 Kunihiro Ishiguro <kunihiro@zebra.org>
674
675 * version.h: For internal test of ospfd. Set version to 0.78f.
676
6771999-09-02 Kunihiro Ishiguro <kunihiro@zebra.org>
678
679 * version.h: To test ospfd's fix, set version to 0.78e.
680
6811999-09-01 Kunihiro Ishiguro <kunihiro@zebra.org>
682
683 * version.h: To test ospfd's area related bug fix, set version
684 to 0.78d.
685
6861999-09-01 Kunihiro Ishiguro <kunihiro@zebra.org>
687
688 * version.h: To test ospfd, set version to 0.78c.
689
6901999-08-31 Janos Farkas <chexum@shadow.banki.hu>
691
692 * Many misspelling correction.
693
6941999-08-31 Kunihiro Ishiguro <kunihiro@zebra.org>
695
696 * version.h: To test ospfd, set version to 0.78b.
697
6981999-08-31 Kunihiro Ishiguro <kunihiro@zebra.org>
699
700 * configure.in (LIBS): Add UCD-SNMP include path check.
701
7021999-08-31 Lars Fenneberg <lf@elemental.net>
703
704 * configure.in: The logic which detects the UCD-SNMP library
705 should first check in the default system locations for the library
706 and then in /usr/local.
707
7081999-08-27 itojun@iijlab.net
709
710 * configure.in (LIBS): Fix problem about libsnmp.a check.
711
7121999-08-26 kay <kay@v6.access.co.jp>
713
714 * configure.in (CFLAGS): Add <sys/socket.h> to check socklen_t.
715
7161999-08-24 VOP <vop@unity.net>
717
718 * filter.c: Include "sockunion.h".
719 plist.c: Likewise.
720 table.c: Likewise.
721
7221999-08-24 Kunihiro Ishiguro <kunihiro@zebra.org>
723
724 * configure.in: Add netinet6/in6.h check.
725
7261999-08-21 Masaki Minami <masaki@minami.org>
727
728 * BSD/OS 4.0 porting.
729
7301999-08-15 Kunihiro Ishiguro <kunihiro@zebra.org>
731
732 * configure.in: Add --enable-netlink option to force to use Linux
733 netlink interface.
734 (CFLAGS): Add ucd-snmp library check.
735
736 * acconfig.h: If socklen_t is not defined, typedef int to
737 socklen_t.
738
7391999-08-15 Arkadiusz Miskiewicz <misiek@misiek.eu.org>
740
741 * configure.in: When --enable-ipv6 specified, then only kernel
742 version is checked.
743
7441999-08-14 Kunihiro Ishiguro <kunihiro@zebra.org>
745
746 * configure.in: Add GNU libc 2.1 check.
747
7481999-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
749
750 * configure.in: Fix privious Linux IPv6 check changes.
751
7521999-08-02 Arkadiusz Miskiewicz <misiek@misiek.eu.org>
753
754 * configure.in: Improve Linux IPv6 feature check.
755
7561999-07-29 Rick Payne <rickp@rossfell.co.uk>
757
758 * Changed route-maps to behave in a more cisco-like fashion
759
7601999-07-27 Gerhard Poul <gpoul@gnu.org>
761
762 * SERVICES: New file added.
763
7641999-07-12 itojun@iijlab.net
765
766 * configure.in: Add check for getaddrinfo. Improve Kame related
767 library check.
768
7691999-07-07 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
770
771 * configure.in, acconfig.h: Add check for FreeBSD 3.2.
772
7731999-07-07 Kunihiro Ishiguro <kunihiro@zebra.org>
774
775 * configure.in: Delete check for netinet/ip6.h.
776
7771999-06-30 Gerhard Poul <gpoul@gnu.org>
778
779 * README: remixed the old files and added some new parts.
780 moved some INSTALL stuff into INSTALL file.
781 moved some other stuff to doc/zebra.texi
782
7831999-06-29 Kunihiro Ishiguro <kunihiro@zebra.org>
784
785 * configure.in (LIBS): Add libresolv check.
786 Change --enabe-all-in-one option to --enable-one-vty.
787
7881999-06-20 Kunihiro Ishiguro <kunihiro@zebra.org>
789
790 * configure.in: Add --enabe-all-in-one option.
791
7921999-06-16 Kunihiro Ishiguro <kunihiro@zebra.org>
793
794 * configure.in: Add socklen_t check.
795
7961999-06-16 Gerhard Poul <gpoul@gnu.org>
797
798 * Many compile warnings fixed.
799
8001999-05-31 Kunihiro Ishiguro <kunihiro@zebra.org>
801
802 * configure.in: Change message from Linux 2.2.X IPv6 to Linux IPv6.
803 OpenBSD (NRL) check is enabled.
804
8051999-05-30 Kunihiro Ishiguro <kunihiro@zebra.org>
806
807 * configure.in (LIBS): Add crypt library check.
808
8091999-05-08 Kunihiro Ishiguro <kunihiro@zebra.org>
810
811 * configure.in: Add sin6_scope_id in struct sockaddr_in6 check.
812
8131999-04-30 Kunihiro Ishiguro <kunihiro@zebra.org>
814
815 * Set version to 0.63 for first beta package.
816
8171999-04-15 Kunihiro Ishiguro <kunihiro@zebra.org>
818
819 * guile.m4: Added from guile package.
820
8211999-04-14 Kunihiro Ishiguro <kunihiro@zebra.org>
822
823 * Set version to 0.60 for beta package preparation.
824
8251999-04-12 Kunihiro Ishiguro <kunihiro@zebra.org>
826
827 * Makefile.am: Add noninst_LIBRARIES each directory's Makefile.am.
828 This change is for linking these libraries to guile.
829
8301999-04-08 Kunihiro Ishiguro <kunihiro@zebra.org>
831
832 * configure.in (LIBS): Add struct rt_addrinfo check.
833
8341999-04-07 Kunihiro Ishiguro <kunihiro@zebra.org>
835
836 * configure.in: AC_STDC_HEADERS added.
837
8381999-03-29 Kunihiro Ishiguro <kunihiro@zebra.org>
839
840 * Add dependencies to each directory's Makefile.am.
841
8421999-03-02 Peter Galbavy <Peter.Galbavy@knowledge.com>
843
844 * reworked include file structure, and configure so that all
845 source files get all system-dependent include files by including
846 <zebra.h> which is really lib/zebra.h. This means that the
847 different programs include files are now available as #include
848 "zebra/zebra.h" - note the use of quotes, not <> as delimiters.
849
850 In practical terms, if I haven't really screwed up, the main file
851 that maintainers for other OSes have to change is lib/zebra.h for
852 all the conditional includes etc.
853
854 * added --disable-pthread for those systems that seem to have
855 POSIX threads, but do not work. OpenBSD 2.4+ is like that just
856 now. Changed all occurance of #ifdef PTHREAD to use HAVE_PTHREAD
857 instead.
858
8591999-02-24 <kunihiro@zebra.org>
860
861 * configure.in: update to AC_PREREQ(1.13).
862 Change message from Linux 2.1.x to Linux 2.2.x.
863 * Added ospf6d directory support.
864
8651999-02-22 Peter Galbavy <Peter.Galbavy@knowledge.com>
866
867 * added a "log" element to the BGPd peer structure, enabling us to
868 start thinging about a log stream per peer. This is currently
869 ignored by the wrapper code, but developers should try to use the
870 "appropriate" ZLOG stream. Documentation will follow, when the
871 real routines start to exist.
872
873 The current plan is to use a copy of the BSD syslog() routines and
874 replace the syslog library function with our own. I will need
875 feedback from users of other platforms as this work is done to see
876 if all is well elsewhere.
877
878 * preliminary work on zlog() library. directly replaces syslog()
879 currently with zlog(ZLOG *, ...) where the new first argument
880 is a pointer to a ZLOG structure (defined in lib/log.h) and will
881 encapsulate all the information necessary to maintain multiple
882 logging streams.
883
8841999-02-19 Peter Galbavy <Peter.Galbavy@knowledge.com>
885
886 * added vsnprintf() macro to lib/str.h if required and removed
887 #ifdef SUNOS_5 dependency on it
888
8891999-02-18 Peter Galbavy <Peter.Galbavy@knowledge.com>
890
891 * syslog support added
892
8931999-02-18 Peter Galbavy <Peter.Galbavy@knowledge.com>
894
895 * configure.in: Add daemon function check.
896
8971999-01-21 Kunihiro Ishiguro <kunihiro@zebra.org>
898
899 * configure.in: Add --disable-ipv6, --disable-zebra,
900 --disable-bgpd, --disable-ripd, --disable-ripngd, --disable-ospfd
901 options to configure.
902
9031998-12-07 Kunihiro Ishiguro <kunihiro@zebra.org>
904
905 * configure.in: Check /usr/inet6/lib/libinet6.a exists or not.
906
9071998-10-14 Kunihiro Ishiguro <kunihiro@zebra.org>
908
909 * configure.in: Comment out FreeBSD's libc_r detect section. At
910 this moment it doesn't work correctly with zebra.
911
912 Netlink interface is only enabled when Linux kernel version is
913 upper than 2.1.0.
914
9151998-09-15 HEO SeonMeyong <seirios@matrix.iri.co.jp>
916
917 * Hydrangea is now called KAME, so change all defines.
918
9191998-08-16 Kunihiro Ishiguro <kunihiro@zebra.org>
920
921 * configure.in: ifaliasreq check added.
922
9231998-08-12 Katsuhiro Kondou <kondou@nec.co.jp>
924
925 * Patch is applied for compile under EWS4800
926
9271998-06-09 Kunihiro Ishiguro <kunihiro@zebra.org>
928
929 * configure.in: delete old mtu_method check.
930
931 * doc/zebra.texi (Kernel interface): chapter `Kernel interface' added
932
9331998-06-08 Kunihiro Ishiguro <kunihiro@zebra.org>
934
935 * configure.in: add new netlink check for GNU/Linux
936
9371998-06-07 Kunihiro Ishiguro <kunihiro@zebra.org>
938
939 * doc/zebra.texi: Update Linux netlink chapter.
940
9411998-05-18 Yamashita TAKAO <jargon@lares.dti.ne.jp>
942
943 * config.h.in: define PTHREAD if work on Solaris 2.6
944 why delete the definition? I miss?
945
9461998-05-08 Kunihiro Ishiguro <kunihiro@zebra.org>
947
948 * configure.in: add net/if.h header check.
949
9501998-05-02 SeonMeyong HEO <seirios@Matrix.iri.co.jp>
951
952 * zebra.tex,archfig.tex,zebra.sty: Manual file is added.
953 * zebra.texi: Modify Introduction text.
954 * RIPngd.c: Patch Hydrangea code.
955
9561998-05-01 Kunihiro Ishiguro <kunihiro@zebra.org>
957
958 * .cvsignore: added.
959
960 * Makerule.in: is gone.
961 * Makefile.am: Now we use automake to generate Makefile.in
962
9631998-03-19 Yamashita TAKAO <jargon@lares.dti.ne.jp>
964
965 * lib/vty.c: modified the definition of *master
966 * lib/sockunion.c (inet_aton): add, but don't work. uum...
967
968
9691998-03-15 Yamashita TAKAO <jargon@lares.dti.ne.jp>
970
971 * configure.in: define PTHREAD if work on Solaris 2.6
972 * config.h.in: likewise
973 * lib/thread.c: likewise
974 * lib/vty.c: likewise
975
9761998-03-15 SeonMeyong HEO <seirios@Matrix.iri.co.jp>
977
978 * config.h.in: define INET6 if defined HAVE_IPV6 & HYDRANGEA
979 * bgpd/: remove include <netinet6/in6.h> line.
980 * lib/: remove include <netinet6/in6.h> line.
981 * ripbgd/: remove include <netinet6/in6.h> line.
982 * zebra/: remove include <netinet6/in6.h> line.
983 * ripd/*.c: remove include <netinet6/in6.h> line.
984 undefine IPV6 difinitions because RIPd is not worked for
985 IPv6 protocol.
986
987
9881998-01-30 Kunihiro Ishiguro <kunihiro@zebra.org>
989
990 * configure.in: Change routing socket check method from
991 AC_TRY_COMPILE to AC_TRY_RUN because GNU libc version 2 has
992 AF_ROUTE but over linux it's meenigless.
993
9941998-01-06 Kunihiro Ishiguro <kunihiro@zebra.org>
995
996 * config.h.in: remove err_t define.
997
9981997-11-18 Kunihiro Ishiguro <kunihiro@zebra.org>
999
1000 * configure.in (canonical): add check of IF_METHOD
1001
10021997-09-27 Kunihiro Ishiguro <kunihiro@note.digital-magic.co.jp>
1003
1004 * configure.in: add INRIA check
1005
10061997-09-25 Kunihiro Ishiguro <kunihiro@note.digital-magic.co.jp>
1007
1008 * configure.in (canonical): change ipforward_snmp.o to ipforward_proc.o
1009
10101997-09-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1011
1012 * configure.in: change IRDPD to NDPD
1013
10141997-08-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1015
1016 * INSTALL: new file
1017
10181997-08-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1019
1020 * config.h: add XCALLOC()
1021