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