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