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