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