paul | 4fc01e6 | 2002-12-13 20:49:00 +0000 | [diff] [blame] | 1 | 2002-12-13 Paul Jakma <paul@dishone.st> |
| 2 | |
| 3 | * added support for vtysh 'write file' command to |
paul | 0efa4d5 | 2002-12-13 21:55:43 +0000 | [diff] [blame] | 4 | write either per-daamon and/or integrated file |
paul | ab836aa | 2002-12-13 21:19:02 +0000 | [diff] [blame] | 5 | * ospfd md5 buffer copying fix (Greg Troxel) |
paul | 8bd9c71 | 2002-12-13 21:05:16 +0000 | [diff] [blame] | 6 | * ospfd md5 sequence number derived from time() |
paul | ab836aa | 2002-12-13 21:19:02 +0000 | [diff] [blame] | 7 | * RIPv1 fixes and improvements (John Hay) |
| 8 | * link state detection (linux) ([zebra 12269]) |
| 9 | * Generic PtP and RFC3021 interface addressing support |
| 10 | (Frank van Maarseveen) |
paul | 0efa4d5 | 2002-12-13 21:55:43 +0000 | [diff] [blame] | 11 | * Michal Ludvig <michal@logix.cz>: |
| 12 | [zebra 16525] PATCH: Bugfixes for KAME systems |
| 13 | * Kevin C Miller <kevinm@andrew.cmu.edu> |
| 14 | [zebra 16681] OSPF NSSA Patches |
| 15 | * Yon Uriarte <havanna_moon@gmx.net> |
| 16 | [zebra 16671] [PATCH] CLI extensions |
paul | 4fc01e6 | 2002-12-13 20:49:00 +0000 | [diff] [blame] | 17 | |
paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 18 | 2002-07-07 Kunihiro Ishiguro <kunihiro@ipinfusion.com> |
| 19 | |
| 20 | * zebra-0.93 released. |
| 21 | |
| 22 | 2002-06-28 Kunihiro Ishiguro <kunihiro@ipinfusion.com> |
| 23 | |
| 24 | * update-autotools: Change file name from update-auto-tools.sh. |
| 25 | |
| 26 | 2002-06-21 Kunihiro Ishiguro <kunihiro@ipinfusion.com> |
| 27 | |
| 28 | * update-auto-tools.sh: Add a new script to clean up build |
| 29 | environment. |
| 30 | |
| 31 | 2002-06-18 Kunihiro Ishiguro <kunihiro@ipinfusion.com> |
| 32 | |
| 33 | * Shift to the latest build environment autoconf-2.53 and |
| 34 | automake-1.6.2. |
| 35 | |
| 36 | 2001-10-22 Kunihiro Ishiguro <kunihiro@ipinfusion.com> |
| 37 | |
| 38 | * Integrate Glen Turner <glen.turner@aarnet.edu.au>'s pid option. |
| 39 | |
| 40 | 2001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com> |
| 41 | |
| 42 | * zebra-0.92a released. |
| 43 | |
| 44 | 2001-08-19 "Peter Galbavy" <peter.galbavy@knowtion.net> |
| 45 | |
| 46 | * configure.in: SNMP library check problem fix when the library is |
| 47 | installed under /usr/local/lib. |
| 48 | |
| 49 | 2001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com> |
| 50 | |
| 51 | * zebra-0.92 released. |
| 52 | |
| 53 | 2001-04-22 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 54 | |
| 55 | * configure.in (LIBPAM): Use ZEBRA_AC_C_BIGENDIAN to avoid a |
| 56 | warning. |
| 57 | (IF_METHOD): Use test -r instead of AC_CHECK_FILE to avoid |
| 58 | warnings. |
| 59 | |
| 60 | * config.guess: Update to 2000-11-10 version. |
| 61 | |
| 62 | 2001-04-11 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 63 | |
| 64 | * configure.in: Use AC_TRY_COMPILE instead of AC_EGREP_HEADER to |
| 65 | detect in_pktinfo structure. Suggested by: Vlad Lungu |
| 66 | <vlad@rls.roknet.ro>. |
| 67 | |
| 68 | 2001-03-07 Michael Rozhavsky <mrozhavsky@opticalaccess.com> |
| 69 | |
| 70 | * configure.in: Add check for structure in_pktinfo. |
| 71 | |
| 72 | 2001-02-07 "Bjoern A. Zeeb" <bzeeb+zebra@zabbadoz.net> |
| 73 | |
| 74 | * configure.in (USE_PAM): Fix PAM library detection code. |
| 75 | |
| 76 | 2001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 77 | |
| 78 | * zebra-0.91 is released. |
| 79 | |
| 80 | 2001-01-12 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 81 | |
| 82 | * configure.in: Remove guile related definition. |
| 83 | |
| 84 | 2001-01-11 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 85 | |
| 86 | * configure.in (ac_cv_htonl_works): HAVE_REPAIRABLE_HTONL is |
| 87 | removed. htonl should work fine on any platform. |
| 88 | |
| 89 | 2001-01-10 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 90 | |
| 91 | * configure.in: Remove --enable-oldrib option. |
| 92 | |
| 93 | * acconfig.h: OLD_RIB definition is removed. |
| 94 | |
| 95 | * zebra-0.90 is released. |
| 96 | |
| 97 | * configure.in (LIBS): Add check for sun_len field in struct |
| 98 | sun_len. |
| 99 | |
| 100 | 2001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 101 | |
| 102 | * Makefile.am: Include init/redhat files to distribution. |
| 103 | |
| 104 | 2001-01-07 Yasuhiro Ohara <yasu@sfc.wide.ad.jp> |
| 105 | |
| 106 | * configure.in: check libm.a for BGPd compile error. |
| 107 | AC_CHECK_LIB(m, main) was added. |
| 108 | |
| 109 | 2000-12-29 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 110 | |
| 111 | * configure.in: --enable-unixdomain becomes default. Add |
| 112 | --enable-tcp-zebra for TCP/IP communication between protocol |
| 113 | daemon and zebra. |
| 114 | |
| 115 | * COPYING.LIB: Added for lib/getopt.c, lib/getopt.h, |
| 116 | lib/getopt1.c, lib/md5-gnu.h, lib/md5.c, lib/regex-gnu.h, |
| 117 | lib/regex.c. |
| 118 | |
| 119 | * Makefile.am (dist-hook): Include tools/*.cgi to distribution. |
| 120 | |
| 121 | 2000-12-26 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 122 | |
| 123 | * configure.in (MULTIPATH_NUM): --enable-multipath=ARG specify |
| 124 | multipath number. ARG must be digit. |
| 125 | |
| 126 | 2000-12-11 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 127 | |
| 128 | * configure.in: Add --enable-newrib for test new RIB code. |
| 129 | |
| 130 | 2000-11-25 Yasuhiro Ohara <yasu@sfc.wide.ad.jp> |
| 131 | |
| 132 | * configure.in, config.h.in: Add check for libutil.h and |
| 133 | setproctitle(). |
| 134 | |
| 135 | 2000-10-26 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 136 | |
| 137 | * configure.in: Add --enable-nssa for OSPF NSSA option. |
| 138 | |
| 139 | * acconfig.h: Define HAVE_NSSA. |
| 140 | |
| 141 | 2000-10-25 "Bjoern A. Zeeb" <bzeeb+zebra@zabbadoz.net> |
| 142 | |
| 143 | * configure.in: pam_misc is only linked when the platform is |
| 144 | GNU/Linux. |
| 145 | |
| 146 | 2000-10-24 Arkadiusz Miskiewicz <misiek@pld.org.pl> |
| 147 | |
| 148 | * configure.in (LIBS): Add check for crypto library. test x`ls |
| 149 | ${ac_snmp}` is replaced with sipmle test -f. |
| 150 | |
| 151 | 2000-10-23 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 152 | |
| 153 | * configure.in: Add --enable-unixdomain option. This will be |
| 154 | default behavior in zebra-0.90. |
| 155 | |
| 156 | 2000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 157 | |
| 158 | * zebra-0.89 is released. |
| 159 | |
| 160 | 2000-09-27 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 161 | |
| 162 | * configure.in: Add check for Intel CPU for Solaris on x86 check. |
| 163 | |
| 164 | 2000-09-21 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 165 | |
| 166 | * configure.in: Add check for getifaddrs(). |
| 167 | Set AM_INIT_AUTOMAKE version to 0.89. |
| 168 | |
| 169 | 2000-09-14 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 170 | |
| 171 | * config.guess: Update to the latest version. |
| 172 | |
| 173 | * config.sub: Likewise |
| 174 | |
| 175 | 2000-09-14 David Lipovkov <dlipovkov@OpticalAccess.com> |
| 176 | |
| 177 | * REPORTING-BUGS: New file is added. |
| 178 | |
| 179 | 2000-08-27 itojun@iijlab.net |
| 180 | |
| 181 | * configure.in: Add ncurses library check when --enable-vtysh is |
| 182 | specified. |
| 183 | |
| 184 | 2000-08-22 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 185 | |
| 186 | * configure.in: Add check for readline/history.h. |
| 187 | |
| 188 | * acconfig.h: Remove pthread related variables. |
| 189 | |
| 190 | * configure.in: Add --with-libpam option for vtysh PAM |
| 191 | authentication. Remove --disable-pthread because we don't support |
| 192 | pthread. |
| 193 | |
| 194 | 2000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 195 | |
| 196 | * zebra-0.88 is released. |
| 197 | |
| 198 | * configure.in: Add Solaris -lcurses for vtysh. |
| 199 | |
| 200 | 2000-08-02 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 201 | |
| 202 | * configure.in: Add check for ncurses for compiling on Solaris. |
| 203 | |
| 204 | 2000-07-27 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 205 | |
| 206 | * configure.in: Add check for libreadline when --enable-vtysh is |
| 207 | specified. |
| 208 | |
| 209 | 2000-07-23 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 210 | |
| 211 | * configure.in: Add AC_DEFINE(OPEN_BSD). When OS is OpenBSD |
| 212 | interface method is if_ioctl.o |
| 213 | |
| 214 | 2000-07-09 Chris Dunlop <chris@onthe.net.au> |
| 215 | |
| 216 | * acconfig.h: Add HAVE_BROKEN_ALIASES. |
| 217 | |
| 218 | * configure.in: Add --enable-broken-aliases. |
| 219 | |
| 220 | 2000-06-12 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 221 | |
| 222 | * Set version to zebra-0.87. |
| 223 | |
| 224 | 2000-06-05 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 225 | |
| 226 | * configure.in: Remove --enable-mpls-vpn. Now MPLS-VPN support is |
| 227 | default. |
| 228 | |
| 229 | * Set version to zebra-0.87-pre |
| 230 | |
| 231 | * Makefile.am: Likewise. |
| 232 | |
| 233 | 2000-04-27 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 234 | |
| 235 | * Set version to 0.86. |
| 236 | |
| 237 | 2000-03-21 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 238 | |
| 239 | * Set version to 0.85b for ospfd test. |
| 240 | |
| 241 | 2000-03-20 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 242 | |
| 243 | * Set version to 0.85a for ospfd test. |
| 244 | |
| 245 | 2000-03-08 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 246 | |
| 247 | * Set version to 0.85. |
| 248 | |
| 249 | 2000-01-26 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 250 | |
| 251 | * Makefile.in: Regenerated by patched automake for fixing "make |
| 252 | clean" problem on FreeBSD. |
| 253 | |
| 254 | 1999-12-08 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 255 | |
| 256 | * Set version to 0.83a. This is for *BSD static route lookup |
| 257 | problem. |
| 258 | |
| 259 | 1999-12-06 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 260 | |
| 261 | * Set version to 0.83. |
| 262 | |
| 263 | 1999-11-29 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 264 | |
| 265 | * Set version to 0.82. |
| 266 | |
| 267 | 1999-11-23 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 268 | |
| 269 | * aczebra.m4: New file added. |
| 270 | |
| 271 | 1999-11-21 Michael Handler <handler@sub-rosa.com> |
| 272 | |
| 273 | * configure.in (LIBS): Add sa_len check of sockaddr. |
| 274 | |
| 275 | * acconfig.h: Add HAVE_SA_LEN. |
| 276 | |
| 277 | 1999-11-12 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 278 | |
| 279 | * version.h: Update version to zebra-0.81b for bgpd test. |
| 280 | |
| 281 | 1999-11-09 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 282 | |
| 283 | * configure.in: Add --enable-mbgp. |
| 284 | |
| 285 | 1999-11-05 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 286 | |
| 287 | * Makefile.am (EXTRA_DIST): Add TODO to the distribution. |
| 288 | |
| 289 | 1999-11-04 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 290 | |
| 291 | * TODO: New file is added. |
| 292 | |
| 293 | 1999-11-03 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 294 | |
| 295 | * version.h: Update version to zebra-0.81a for ospfd test. |
| 296 | |
| 297 | 1999-10-28 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 298 | |
| 299 | * configure.in: New option --enable-snmp is added. |
| 300 | |
| 301 | 1999-10-24 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 302 | |
| 303 | * version.h: Update version to zebra-0.80. |
| 304 | |
| 305 | 1999-10-21 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 306 | |
| 307 | * version.h: Update version to zebra-0.80-pre3 |
| 308 | |
| 309 | 1999-10-18 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 310 | |
| 311 | * configure.in (LIBS): SNMP check is done by ucd-snmp/asn1.h. |
| 312 | |
| 313 | 1999-10-10 Peter Galbavy <Peter.Galbavy@knowledge.com> |
| 314 | |
| 315 | * configure.in: Add support of OpenBSD. |
| 316 | |
| 317 | 1999-10-04 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 318 | |
| 319 | * version.h: Update version to zebra-0.80-pre2. |
| 320 | |
| 321 | 1999-09-27 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 322 | |
| 323 | * version.h: Update version to zebra-0.80-pre. From this version, |
| 324 | access-list and prefix-list's name space is divided into IPv4 and |
| 325 | IPv6. |
| 326 | |
| 327 | 1999-09-17 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 328 | |
| 329 | * version.h: For test recent fixes Set version to zebra-0.79a. |
| 330 | |
| 331 | 1999-09-14 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 332 | |
| 333 | * version.h: zebra-0.79 is out. |
| 334 | |
| 335 | 1999-09-08 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 336 | |
| 337 | * version.h: For ospfd's virtual link test. Set version to 0.78h. |
| 338 | |
| 339 | 1999-09-07 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 340 | |
| 341 | * version.h: For ospfd test. Set version to 0.78g. |
| 342 | |
| 343 | 1999-09-05 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 344 | |
| 345 | * version.h: For internal test of ospfd. Set version to 0.78f. |
| 346 | |
| 347 | 1999-09-02 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 348 | |
| 349 | * version.h: To test ospfd's fix, set version to 0.78e. |
| 350 | |
| 351 | 1999-09-01 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 352 | |
| 353 | * version.h: To test ospfd's area related bug fix, set version |
| 354 | to 0.78d. |
| 355 | |
| 356 | 1999-09-01 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 357 | |
| 358 | * version.h: To test ospfd, set version to 0.78c. |
| 359 | |
| 360 | 1999-08-31 Janos Farkas <chexum@shadow.banki.hu> |
| 361 | |
| 362 | * Many misspelling correction. |
| 363 | |
| 364 | 1999-08-31 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 365 | |
| 366 | * version.h: To test ospfd, set version to 0.78b. |
| 367 | |
| 368 | 1999-08-31 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 369 | |
| 370 | * configure.in (LIBS): Add UCD-SNMP include path check. |
| 371 | |
| 372 | 1999-08-31 Lars Fenneberg <lf@elemental.net> |
| 373 | |
| 374 | * configure.in: The logic which detects the UCD-SNMP library |
| 375 | should first check in the default system locations for the library |
| 376 | and then in /usr/local. |
| 377 | |
| 378 | 1999-08-27 itojun@iijlab.net |
| 379 | |
| 380 | * configure.in (LIBS): Fix problem about libsnmp.a check. |
| 381 | |
| 382 | 1999-08-26 kay <kay@v6.access.co.jp> |
| 383 | |
| 384 | * configure.in (CFLAGS): Add <sys/socket.h> to check socklen_t. |
| 385 | |
| 386 | 1999-08-24 VOP <vop@unity.net> |
| 387 | |
| 388 | * filter.c: Include "sockunion.h". |
| 389 | plist.c: Likewise. |
| 390 | table.c: Likewise. |
| 391 | |
| 392 | 1999-08-24 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 393 | |
| 394 | * configure.in: Add netinet6/in6.h check. |
| 395 | |
| 396 | 1999-08-21 Masaki Minami <masaki@minami.org> |
| 397 | |
| 398 | * BSD/OS 4.0 porting. |
| 399 | |
| 400 | 1999-08-15 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 401 | |
| 402 | * configure.in: Add --enable-netlink option to force to use Linux |
| 403 | netlink interface. |
| 404 | (CFLAGS): Add ucd-snmp library check. |
| 405 | |
| 406 | * acconfig.h: If socklen_t is not defined, typedef int to |
| 407 | socklen_t. |
| 408 | |
| 409 | 1999-08-15 Arkadiusz Miskiewicz <misiek@misiek.eu.org> |
| 410 | |
| 411 | * configure.in: When --enable-ipv6 specified, then only kernel |
| 412 | version is checked. |
| 413 | |
| 414 | 1999-08-14 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 415 | |
| 416 | * configure.in: Add GNU libc 2.1 check. |
| 417 | |
| 418 | 1999-08-02 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 419 | |
| 420 | * configure.in: Fix privious Linux IPv6 check changes. |
| 421 | |
| 422 | 1999-08-02 Arkadiusz Miskiewicz <misiek@misiek.eu.org> |
| 423 | |
| 424 | * configure.in: Improve Linux IPv6 feature check. |
| 425 | |
| 426 | 1999-07-29 Rick Payne <rickp@rossfell.co.uk> |
| 427 | |
| 428 | * Changed route-maps to behave in a more cisco-like fashion |
| 429 | |
| 430 | 1999-07-27 Gerhard Poul <gpoul@gnu.org> |
| 431 | |
| 432 | * SERVICES: New file added. |
| 433 | |
| 434 | 1999-07-12 itojun@iijlab.net |
| 435 | |
| 436 | * configure.in: Add check for getaddrinfo. Improve Kame related |
| 437 | library check. |
| 438 | |
| 439 | 1999-07-07 Yasuhiro Ohara <yasu@sfc.wide.ad.jp> |
| 440 | |
| 441 | * configure.in, acconfig.h: Add check for FreeBSD 3.2. |
| 442 | |
| 443 | 1999-07-07 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 444 | |
| 445 | * configure.in: Delete check for netinet/ip6.h. |
| 446 | |
| 447 | 1999-06-30 Gerhard Poul <gpoul@gnu.org> |
| 448 | |
| 449 | * README: remixed the old files and added some new parts. |
| 450 | moved some INSTALL stuff into INSTALL file. |
| 451 | moved some other stuff to doc/zebra.texi |
| 452 | |
| 453 | 1999-06-29 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 454 | |
| 455 | * configure.in (LIBS): Add libresolv check. |
| 456 | Change --enabe-all-in-one option to --enable-one-vty. |
| 457 | |
| 458 | 1999-06-20 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 459 | |
| 460 | * configure.in: Add --enabe-all-in-one option. |
| 461 | |
| 462 | 1999-06-16 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 463 | |
| 464 | * configure.in: Add socklen_t check. |
| 465 | |
| 466 | 1999-06-16 Gerhard Poul <gpoul@gnu.org> |
| 467 | |
| 468 | * Many compile warnings fixed. |
| 469 | |
| 470 | 1999-05-31 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 471 | |
| 472 | * configure.in: Change message from Linux 2.2.X IPv6 to Linux IPv6. |
| 473 | OpenBSD (NRL) check is enabled. |
| 474 | |
| 475 | 1999-05-30 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 476 | |
| 477 | * configure.in (LIBS): Add crypt library check. |
| 478 | |
| 479 | 1999-05-08 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 480 | |
| 481 | * configure.in: Add sin6_scope_id in struct sockaddr_in6 check. |
| 482 | |
| 483 | 1999-04-30 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 484 | |
| 485 | * Set version to 0.63 for first beta package. |
| 486 | |
| 487 | 1999-04-15 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 488 | |
| 489 | * guile.m4: Added from guile package. |
| 490 | |
| 491 | 1999-04-14 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 492 | |
| 493 | * Set version to 0.60 for beta package preparation. |
| 494 | |
| 495 | 1999-04-12 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 496 | |
| 497 | * Makefile.am: Add noninst_LIBRARIES each directory's Makefile.am. |
| 498 | This change is for linking these libraries to guile. |
| 499 | |
| 500 | 1999-04-08 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 501 | |
| 502 | * configure.in (LIBS): Add struct rt_addrinfo check. |
| 503 | |
| 504 | 1999-04-07 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 505 | |
| 506 | * configure.in: AC_STDC_HEADERS added. |
| 507 | |
| 508 | 1999-03-29 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 509 | |
| 510 | * Add dependencies to each directory's Makefile.am. |
| 511 | |
| 512 | 1999-03-02 Peter Galbavy <Peter.Galbavy@knowledge.com> |
| 513 | |
| 514 | * reworked include file structure, and configure so that all |
| 515 | source files get all system-dependent include files by including |
| 516 | <zebra.h> which is really lib/zebra.h. This means that the |
| 517 | different programs include files are now available as #include |
| 518 | "zebra/zebra.h" - note the use of quotes, not <> as delimiters. |
| 519 | |
| 520 | In practical terms, if I haven't really screwed up, the main file |
| 521 | that maintainers for other OSes have to change is lib/zebra.h for |
| 522 | all the conditional includes etc. |
| 523 | |
| 524 | * added --disable-pthread for those systems that seem to have |
| 525 | POSIX threads, but do not work. OpenBSD 2.4+ is like that just |
| 526 | now. Changed all occurance of #ifdef PTHREAD to use HAVE_PTHREAD |
| 527 | instead. |
| 528 | |
| 529 | 1999-02-24 <kunihiro@zebra.org> |
| 530 | |
| 531 | * configure.in: update to AC_PREREQ(1.13). |
| 532 | Change message from Linux 2.1.x to Linux 2.2.x. |
| 533 | * Added ospf6d directory support. |
| 534 | |
| 535 | 1999-02-22 Peter Galbavy <Peter.Galbavy@knowledge.com> |
| 536 | |
| 537 | * added a "log" element to the BGPd peer structure, enabling us to |
| 538 | start thinging about a log stream per peer. This is currently |
| 539 | ignored by the wrapper code, but developers should try to use the |
| 540 | "appropriate" ZLOG stream. Documentation will follow, when the |
| 541 | real routines start to exist. |
| 542 | |
| 543 | The current plan is to use a copy of the BSD syslog() routines and |
| 544 | replace the syslog library function with our own. I will need |
| 545 | feedback from users of other platforms as this work is done to see |
| 546 | if all is well elsewhere. |
| 547 | |
| 548 | * preliminary work on zlog() library. directly replaces syslog() |
| 549 | currently with zlog(ZLOG *, ...) where the new first argument |
| 550 | is a pointer to a ZLOG structure (defined in lib/log.h) and will |
| 551 | encapsulate all the information necessary to maintain multiple |
| 552 | logging streams. |
| 553 | |
| 554 | 1999-02-19 Peter Galbavy <Peter.Galbavy@knowledge.com> |
| 555 | |
| 556 | * added vsnprintf() macro to lib/str.h if required and removed |
| 557 | #ifdef SUNOS_5 dependency on it |
| 558 | |
| 559 | 1999-02-18 Peter Galbavy <Peter.Galbavy@knowledge.com> |
| 560 | |
| 561 | * syslog support added |
| 562 | |
| 563 | 1999-02-18 Peter Galbavy <Peter.Galbavy@knowledge.com> |
| 564 | |
| 565 | * configure.in: Add daemon function check. |
| 566 | |
| 567 | 1999-01-21 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 568 | |
| 569 | * configure.in: Add --disable-ipv6, --disable-zebra, |
| 570 | --disable-bgpd, --disable-ripd, --disable-ripngd, --disable-ospfd |
| 571 | options to configure. |
| 572 | |
| 573 | 1998-12-07 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 574 | |
| 575 | * configure.in: Check /usr/inet6/lib/libinet6.a exists or not. |
| 576 | |
| 577 | 1998-10-14 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 578 | |
| 579 | * configure.in: Comment out FreeBSD's libc_r detect section. At |
| 580 | this moment it doesn't work correctly with zebra. |
| 581 | |
| 582 | Netlink interface is only enabled when Linux kernel version is |
| 583 | upper than 2.1.0. |
| 584 | |
| 585 | 1998-09-15 HEO SeonMeyong <seirios@matrix.iri.co.jp> |
| 586 | |
| 587 | * Hydrangea is now called KAME, so change all defines. |
| 588 | |
| 589 | 1998-08-16 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 590 | |
| 591 | * configure.in: ifaliasreq check added. |
| 592 | |
| 593 | 1998-08-12 Katsuhiro Kondou <kondou@nec.co.jp> |
| 594 | |
| 595 | * Patch is applied for compile under EWS4800 |
| 596 | |
| 597 | 1998-06-09 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 598 | |
| 599 | * configure.in: delete old mtu_method check. |
| 600 | |
| 601 | * doc/zebra.texi (Kernel interface): chapter `Kernel interface' added |
| 602 | |
| 603 | 1998-06-08 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 604 | |
| 605 | * configure.in: add new netlink check for GNU/Linux |
| 606 | |
| 607 | 1998-06-07 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 608 | |
| 609 | * doc/zebra.texi: Update Linux netlink chapter. |
| 610 | |
| 611 | 1998-05-18 Yamashita TAKAO <jargon@lares.dti.ne.jp> |
| 612 | |
| 613 | * config.h.in: define PTHREAD if work on Solaris 2.6 |
| 614 | why delete the definition? I miss? |
| 615 | |
| 616 | 1998-05-08 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 617 | |
| 618 | * configure.in: add net/if.h header check. |
| 619 | |
| 620 | 1998-05-02 SeonMeyong HEO <seirios@Matrix.iri.co.jp> |
| 621 | |
| 622 | * zebra.tex,archfig.tex,zebra.sty: Manual file is added. |
| 623 | * zebra.texi: Modify Introduction text. |
| 624 | * RIPngd.c: Patch Hydrangea code. |
| 625 | |
| 626 | 1998-05-01 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 627 | |
| 628 | * .cvsignore: added. |
| 629 | |
| 630 | * Makerule.in: is gone. |
| 631 | * Makefile.am: Now we use automake to generate Makefile.in |
| 632 | |
| 633 | 1998-03-19 Yamashita TAKAO <jargon@lares.dti.ne.jp> |
| 634 | |
| 635 | * lib/vty.c: modified the definition of *master |
| 636 | * lib/sockunion.c (inet_aton): add, but don't work. uum... |
| 637 | |
| 638 | |
| 639 | 1998-03-15 Yamashita TAKAO <jargon@lares.dti.ne.jp> |
| 640 | |
| 641 | * configure.in: define PTHREAD if work on Solaris 2.6 |
| 642 | * config.h.in: likewise |
| 643 | * lib/thread.c: likewise |
| 644 | * lib/vty.c: likewise |
| 645 | |
| 646 | 1998-03-15 SeonMeyong HEO <seirios@Matrix.iri.co.jp> |
| 647 | |
| 648 | * config.h.in: define INET6 if defined HAVE_IPV6 & HYDRANGEA |
| 649 | * bgpd/: remove include <netinet6/in6.h> line. |
| 650 | * lib/: remove include <netinet6/in6.h> line. |
| 651 | * ripbgd/: remove include <netinet6/in6.h> line. |
| 652 | * zebra/: remove include <netinet6/in6.h> line. |
| 653 | * ripd/*.c: remove include <netinet6/in6.h> line. |
| 654 | undefine IPV6 difinitions because RIPd is not worked for |
| 655 | IPv6 protocol. |
| 656 | |
| 657 | |
| 658 | 1998-01-30 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 659 | |
| 660 | * configure.in: Change routing socket check method from |
| 661 | AC_TRY_COMPILE to AC_TRY_RUN because GNU libc version 2 has |
| 662 | AF_ROUTE but over linux it's meenigless. |
| 663 | |
| 664 | 1998-01-06 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 665 | |
| 666 | * config.h.in: remove err_t define. |
| 667 | |
| 668 | 1997-11-18 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 669 | |
| 670 | * configure.in (canonical): add check of IF_METHOD |
| 671 | |
| 672 | 1997-09-27 Kunihiro Ishiguro <kunihiro@note.digital-magic.co.jp> |
| 673 | |
| 674 | * configure.in: add INRIA check |
| 675 | |
| 676 | 1997-09-25 Kunihiro Ishiguro <kunihiro@note.digital-magic.co.jp> |
| 677 | |
| 678 | * configure.in (canonical): change ipforward_snmp.o to ipforward_proc.o |
| 679 | |
| 680 | 1997-09-12 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 681 | |
| 682 | * configure.in: change IRDPD to NDPD |
| 683 | |
| 684 | 1997-08-18 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 685 | |
| 686 | * INSTALL: new file |
| 687 | |
| 688 | 1997-08-14 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 689 | |
| 690 | * config.h: add XCALLOC() |
| 691 | |