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