summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorFlorian Obser <florian@cvs.openbsd.org>2022-10-22 16:37:58 +0000
committerFlorian Obser <florian@cvs.openbsd.org>2022-10-22 16:37:58 +0000
commitf436c867a5d87b7e526d9033e46a6957012572bb (patch)
treecea4910925a2d4648562f153399dad098ab9d5bf /sbin
parent74156a5ec5fe13c01a701bc613c768473dcd735a (diff)
sync to unbound 1.17.0; heavy lifting by sthen
Diffstat (limited to 'sbin')
-rw-r--r--sbin/unwind/libunbound/config.h27
-rw-r--r--sbin/unwind/libunbound/daemon/acl_list.h201
-rw-r--r--sbin/unwind/libunbound/daemon/worker.h4
-rw-r--r--sbin/unwind/libunbound/iterator/iter_hints.c2
-rw-r--r--sbin/unwind/libunbound/iterator/iter_resptype.c6
-rw-r--r--sbin/unwind/libunbound/iterator/iterator.c105
-rw-r--r--sbin/unwind/libunbound/iterator/iterator.h2
-rw-r--r--sbin/unwind/libunbound/libunbound/libunbound.c4
-rw-r--r--sbin/unwind/libunbound/respip/respip.c10
-rw-r--r--sbin/unwind/libunbound/respip/respip.h6
-rw-r--r--sbin/unwind/libunbound/services/authzone.c6
-rw-r--r--sbin/unwind/libunbound/services/cache/infra.c37
-rw-r--r--sbin/unwind/libunbound/services/cache/infra.h7
-rw-r--r--sbin/unwind/libunbound/services/listen_dnsport.c134
-rw-r--r--sbin/unwind/libunbound/services/listen_dnsport.h14
-rw-r--r--sbin/unwind/libunbound/services/localzone.c12
-rw-r--r--sbin/unwind/libunbound/services/mesh.c13
-rw-r--r--sbin/unwind/libunbound/services/outside_network.c162
-rw-r--r--sbin/unwind/libunbound/services/outside_network.h24
-rw-r--r--sbin/unwind/libunbound/services/rpz.c28
-rw-r--r--sbin/unwind/libunbound/services/view.c5
-rw-r--r--sbin/unwind/libunbound/util/Makefile.inc6
-rw-r--r--sbin/unwind/libunbound/util/config_file.c54
-rw-r--r--sbin/unwind/libunbound/util/config_file.h20
-rw-r--r--sbin/unwind/libunbound/util/configlexer.c5939
-rw-r--r--sbin/unwind/libunbound/util/configlexer.lex6
-rw-r--r--sbin/unwind/libunbound/util/configparser.h6
-rw-r--r--sbin/unwind/libunbound/util/configparser.y129
-rw-r--r--sbin/unwind/libunbound/util/fptr_wlist.c1
-rw-r--r--sbin/unwind/libunbound/util/net_help.c6
-rw-r--r--sbin/unwind/libunbound/util/net_help.h8
-rw-r--r--sbin/unwind/libunbound/util/netevent.c836
-rw-r--r--sbin/unwind/libunbound/util/netevent.h42
-rw-r--r--sbin/unwind/libunbound/util/proxy_protocol.c139
-rw-r--r--sbin/unwind/libunbound/util/proxy_protocol.h131
-rw-r--r--sbin/unwind/libunbound/util/storage/dnstree.c13
-rw-r--r--sbin/unwind/libunbound/util/storage/dnstree.h10
-rw-r--r--sbin/unwind/libunbound/util/tube.c42
-rw-r--r--sbin/unwind/libunbound/util/tube.h8
39 files changed, 4835 insertions, 3370 deletions
diff --git a/sbin/unwind/libunbound/config.h b/sbin/unwind/libunbound/config.h
index db4f84f7236..e67fbf54eba 100644
--- a/sbin/unwind/libunbound/config.h
+++ b/sbin/unwind/libunbound/config.h
@@ -299,6 +299,9 @@
/* Define to 1 if you have the `getrlimit' function. */
#define HAVE_GETRLIMIT 1
+/* Define to 1 if you have the `gettid' function. */
+/* #undef HAVE_GETTID */
+
/* Define to 1 if you have the `glob' function. */
#define HAVE_GLOB 1
@@ -378,7 +381,7 @@
#define HAVE_MEMMOVE 1
/* Define to 1 if you have the <memory.h> header file. */
-/* #undef HAVE_MEMORY_H */
+#define HAVE_MEMORY_H 1
/* Define to 1 if you have the <netdb.h> header file. */
#define HAVE_NETDB_H 1
@@ -461,6 +464,12 @@
/* Define to 1 if you have the `OSSL_PARAM_BLD_new' function. */
/* #undef HAVE_OSSL_PARAM_BLD_NEW */
+/* Define to 1 if you have the `poll' function. */
+#define HAVE_POLL 1
+
+/* Define to 1 if you have the <poll.h> header file. */
+#define HAVE_POLL_H 1
+
/* Define if you have POSIX threads libraries and header files. */
/* #undef HAVE_PTHREAD */
@@ -728,7 +737,7 @@
/* Define if the network stack does not fully support nonblocking io (causes
lower performance). */
-#define NONBLOCKING_IS_BROKEN 1
+/* #undef NONBLOCKING_IS_BROKEN */
/* Put -D_ALL_SOURCE define in config.h */
/* #undef OMITTED__D_ALL_SOURCE */
@@ -764,7 +773,7 @@
#define PACKAGE_NAME "unbound"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "unbound 1.16.3"
+#define PACKAGE_STRING "unbound 1.17.0"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "unbound"
@@ -773,7 +782,7 @@
#define PACKAGE_URL ""
/* Define to the version of this package. */
-#define PACKAGE_VERSION "1.16.3"
+#define PACKAGE_VERSION "1.17.0"
/* default pidfile location */
#define PIDFILE ""
@@ -796,7 +805,7 @@
#define ROOT_CERT_FILE "/var/unbound/etc/icannbundle.pem"
/* version number for resource files */
-#define RSRC_PACKAGE_VERSION 1,16,3,0
+#define RSRC_PACKAGE_VERSION 1,17,0,0
/* Directory to chdir to */
#define RUN_DIR "/var/unbound/etc"
@@ -804,12 +813,18 @@
/* Shared data */
#define SHARE_DIR "/var/unbound/etc"
+/* The size of `pthread_t', as computed by sizeof. */
+/* #undef SIZEOF_PTHREAD_T */
+
/* The size of `size_t', as computed by sizeof. */
#define SIZEOF_SIZE_T 8
/* The size of `time_t', as computed by sizeof. */
#define SIZEOF_TIME_T 8
+/* The size of `unsigned long', as computed by sizeof. */
+/* #undef SIZEOF_UNSIGNED_LONG */
+
/* define if (v)snprintf does not return length needed, (but length used) */
/* #undef SNPRINTF_RET_BROKEN */
@@ -970,7 +985,7 @@
/* #undef _MINIX */
/* Enable for compile on Minix */
-#define _NETBSD_SOURCE 1
+/* #undef _NETBSD_SOURCE */
/* Define to 2 if the system does not provide POSIX.1 features except with
this defined. */
diff --git a/sbin/unwind/libunbound/daemon/acl_list.h b/sbin/unwind/libunbound/daemon/acl_list.h
new file mode 100644
index 00000000000..c717179baf5
--- /dev/null
+++ b/sbin/unwind/libunbound/daemon/acl_list.h
@@ -0,0 +1,201 @@
+/*
+ * daemon/acl_list.h - client access control storage for the server.
+ *
+ * Copyright (c) 2007, NLnet Labs. All rights reserved.
+ *
+ * This software is open source.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ *
+ * Redistributions of source code must retain the above copyright notice,
+ * this list of conditions and the following disclaimer.
+ *
+ * Redistributions in binary form must reproduce the above copyright notice,
+ * this list of conditions and the following disclaimer in the documentation
+ * and/or other materials provided with the distribution.
+ *
+ * Neither the name of the NLNET LABS nor the names of its contributors may
+ * be used to endorse or promote products derived from this software without
+ * specific prior written permission.
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+ * HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
+ * TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
+ * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
+ * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ */
+
+/**
+ * \file
+ *
+ * This file keeps track of the list of clients that are allowed to
+ * access the server.
+ */
+
+#ifndef DAEMON_ACL_LIST_H
+#define DAEMON_ACL_LIST_H
+#include "util/storage/dnstree.h"
+#include "services/view.h"
+struct config_file;
+struct regional;
+
+/**
+ * Enumeration of access control options for an address range.
+ * Allow or deny access.
+ */
+enum acl_access {
+ /** disallow any access whatsoever, drop it */
+ acl_deny = 0,
+ /** disallow access, send a polite 'REFUSED' reply */
+ acl_refuse,
+ /** disallow any access to zones that aren't local, drop it */
+ acl_deny_non_local,
+ /** disallow access to zones that aren't local, 'REFUSED' reply */
+ acl_refuse_non_local,
+ /** allow full access for recursion (+RD) queries */
+ acl_allow,
+ /** allow full access for all queries, recursion and cache snooping */
+ acl_allow_snoop,
+ /** allow full access for recursion queries and set RD flag regardless of request */
+ acl_allow_setrd
+};
+
+/**
+ * Access control storage structure
+ */
+struct acl_list {
+ /** regional for allocation */
+ struct regional* region;
+ /**
+ * Tree of the addresses that are allowed/blocked.
+ * contents of type acl_addr.
+ */
+ rbtree_type tree;
+};
+
+/**
+ *
+ * An address span with access control information
+ */
+struct acl_addr {
+ /** node in address tree */
+ struct addr_tree_node node;
+ /** access control on this netblock */
+ enum acl_access control;
+ /** tag bitlist */
+ uint8_t* taglist;
+ /** length of the taglist (in bytes) */
+ size_t taglen;
+ /** array per tagnumber of localzonetype(in one byte). NULL if none. */
+ uint8_t* tag_actions;
+ /** size of the tag_actions_array */
+ size_t tag_actions_size;
+ /** array per tagnumber, with per tag a list of rdata strings.
+ * NULL if none. strings are like 'A 127.0.0.1' 'AAAA ::1' */
+ struct config_strlist** tag_datas;
+ /** size of the tag_datas array */
+ size_t tag_datas_size;
+ /* view element, NULL if none */
+ struct view* view;
+};
+
+/**
+ * Create acl structure
+ * @return new structure or NULL on error.
+ */
+struct acl_list* acl_list_create(void);
+
+/**
+ * Delete acl structure.
+ * @param acl: to delete.
+ */
+void acl_list_delete(struct acl_list* acl);
+
+/**
+ * Insert interface in the acl_list. This should happen when the listening
+ * interface is setup.
+ * @param acl_interface: acl_list to insert to.
+ * @param addr: interface IP.
+ * @param addrlen: length of the interface IP.
+ * @param control: acl_access.
+ * @return new structure or NULL on error.
+ */
+struct acl_addr*
+acl_interface_insert(struct acl_list* acl_interface,
+ struct sockaddr_storage* addr, socklen_t addrlen,
+ enum acl_access control);
+
+/**
+ * Process access control config.
+ * @param acl: where to store.
+ * @param cfg: config options.
+ * @param v: views structure
+ * @return 0 on error.
+ */
+int acl_list_apply_cfg(struct acl_list* acl, struct config_file* cfg,
+ struct views* v);
+
+/** compare ACL interface "addr_tree" nodes (+port) */
+int acl_interface_compare(const void* k1, const void* k2);
+
+/**
+ * Initialise (also clean) the acl_interface struct.
+ * @param acl_interface: where to store.
+ */
+void acl_interface_init(struct acl_list* acl_interface);
+
+/**
+ * Process interface control config.
+ * @param acl_interface: where to store.
+ * @param cfg: config options.
+ * @param v: views structure
+ * @return 0 on error.
+ */
+int acl_interface_apply_cfg(struct acl_list* acl_interface, struct config_file* cfg,
+ struct views* v);
+
+/**
+ * Lookup access control status for acl structure.
+ * @param acl: structure for acl storage.
+ * @return: what to do with message from this address.
+ */
+enum acl_access acl_get_control(struct acl_addr* acl);
+
+/**
+ * Lookup address to see its acl structure
+ * @param acl: structure for address storage.
+ * @param addr: address to check
+ * @param addrlen: length of addr.
+ * @return: acl structure from this address.
+ */
+struct acl_addr*
+acl_addr_lookup(struct acl_list* acl, struct sockaddr_storage* addr,
+ socklen_t addrlen);
+
+/**
+ * Get memory used by acl structure.
+ * @param acl: structure for address storage.
+ * @return bytes in use.
+ */
+size_t acl_list_get_mem(struct acl_list* acl);
+
+/*
+ * Get string for acl access specification
+ * @param acl: access type value
+ * @return string
+ */
+const char* acl_access_to_str(enum acl_access acl);
+
+/* log acl and addr for action */
+void log_acl_action(const char* action, struct sockaddr_storage* addr,
+ socklen_t addrlen, enum acl_access acl, struct acl_addr* acladdr);
+
+#endif /* DAEMON_ACL_LIST_H */
diff --git a/sbin/unwind/libunbound/daemon/worker.h b/sbin/unwind/libunbound/daemon/worker.h
index 3887d0405ae..3fb52abd9d8 100644
--- a/sbin/unwind/libunbound/daemon/worker.h
+++ b/sbin/unwind/libunbound/daemon/worker.h
@@ -86,6 +86,10 @@ struct worker {
struct daemon* daemon;
/** thread id */
ub_thread_type thr_id;
+#ifdef HAVE_GETTID
+ /** thread tid, the LWP id. */
+ pid_t thread_tid;
+#endif
/** pipe, for commands for this worker */
struct tube* cmd;
/** the event base this worker works with */
diff --git a/sbin/unwind/libunbound/iterator/iter_hints.c b/sbin/unwind/libunbound/iterator/iter_hints.c
index 9b1a200bbb1..a60d9a6b1cf 100644
--- a/sbin/unwind/libunbound/iterator/iter_hints.c
+++ b/sbin/unwind/libunbound/iterator/iter_hints.c
@@ -100,7 +100,7 @@ ah(struct delegpt* dp, const char* sv, const char* ip)
return 0;
}
if(!delegpt_add_ns_mlc(dp, dname, 0, NULL, UNBOUND_DNS_PORT) ||
- !extstrtoaddr(ip, &addr, &addrlen) ||
+ !extstrtoaddr(ip, &addr, &addrlen, UNBOUND_DNS_PORT) ||
!delegpt_add_target_mlc(dp, dname, dname_len,
&addr, addrlen, 0, 0)) {
free(dname);
diff --git a/sbin/unwind/libunbound/iterator/iter_resptype.c b/sbin/unwind/libunbound/iterator/iter_resptype.c
index f146a2b6bfe..c2b824a0f9b 100644
--- a/sbin/unwind/libunbound/iterator/iter_resptype.c
+++ b/sbin/unwind/libunbound/iterator/iter_resptype.c
@@ -113,7 +113,11 @@ response_type_from_server(int rdset,
if(!msg || !request)
return RESPONSE_TYPE_THROWAWAY;
-
+ /* If the TC flag is set, the response is incomplete. Too large to
+ * fit even in TCP or so. Discard it, it cannot be retrieved here. */
+ if((msg->rep->flags & BIT_TC))
+ return RESPONSE_TYPE_THROWAWAY;
+
/* If the message is NXDOMAIN, then it answers the question. */
if(FLAGS_GET_RCODE(msg->rep->flags) == LDNS_RCODE_NXDOMAIN) {
/* make sure its not recursive when we don't want it to */
diff --git a/sbin/unwind/libunbound/iterator/iterator.c b/sbin/unwind/libunbound/iterator/iterator.c
index da9b7990c50..2f3ad06fe6e 100644
--- a/sbin/unwind/libunbound/iterator/iterator.c
+++ b/sbin/unwind/libunbound/iterator/iterator.c
@@ -255,9 +255,9 @@ error_supers(struct module_qstate* qstate, int id, struct module_qstate* super)
log_err("out of memory adding missing");
}
delegpt_mark_neg(dpns, qstate->qinfo.qtype);
- dpns->resolved = 1; /* mark as failed */
if((dpns->got4 == 2 || !ie->supports_ipv4) &&
(dpns->got6 == 2 || !ie->supports_ipv6)) {
+ dpns->resolved = 1; /* mark as failed */
target_count_increase_nx(super_iq, 1);
}
}
@@ -596,15 +596,17 @@ errinf_reply(struct module_qstate* qstate, struct iter_qstate* iq)
{
if(qstate->env->cfg->val_log_level < 2 && !qstate->env->cfg->log_servfail)
return;
- if((qstate->reply && qstate->reply->addrlen != 0) ||
- (iq->fail_reply && iq->fail_reply->addrlen != 0)) {
+ if((qstate->reply && qstate->reply->remote_addrlen != 0) ||
+ (iq->fail_reply && iq->fail_reply->remote_addrlen != 0)) {
char from[256], frm[512];
- if(qstate->reply && qstate->reply->addrlen != 0)
- addr_to_str(&qstate->reply->addr, qstate->reply->addrlen,
- from, sizeof(from));
+ if(qstate->reply && qstate->reply->remote_addrlen != 0)
+ addr_to_str(&qstate->reply->remote_addr,
+ qstate->reply->remote_addrlen, from,
+ sizeof(from));
else
- addr_to_str(&iq->fail_reply->addr, iq->fail_reply->addrlen,
- from, sizeof(from));
+ addr_to_str(&iq->fail_reply->remote_addr,
+ iq->fail_reply->remote_addrlen, from,
+ sizeof(from));
snprintf(frm, sizeof(frm), "from %s", from);
errinf(qstate, frm);
}
@@ -2262,6 +2264,7 @@ processQueryTargets(struct module_qstate* qstate, struct iter_qstate* iq,
size_t qout_orig_len = 0;
int sq_check_ratelimit = 1;
int sq_was_ratelimited = 0;
+ int can_do_promisc = 0;
/* NOTE: a request will encounter this state for each target it
* needs to send a query to. That is, at least one per referral,
@@ -2589,12 +2592,12 @@ processQueryTargets(struct module_qstate* qstate, struct iter_qstate* iq,
if(iq->depth < ie->max_dependency_depth
&& iq->num_target_queries == 0
&& (!iq->target_count || iq->target_count[TARGET_COUNT_NX]==0)
- && iq->sent_count < TARGET_FETCH_STOP
- /* if the mesh query list is full, then do not waste cpu
- * and sockets to fetch promiscuous targets. They can be
- * looked up when needed. */
- && !mesh_jostle_exceeded(qstate->env->mesh)
- ) {
+ && iq->sent_count < TARGET_FETCH_STOP) {
+ can_do_promisc = 1;
+ }
+ /* if the mesh query list is full, then do not waste cpu and sockets to
+ * fetch promiscuous targets. They can be looked up when needed. */
+ if(can_do_promisc && !mesh_jostle_exceeded(qstate->env->mesh)) {
tf_policy = ie->target_fetch_policy[iq->depth];
}
@@ -2766,6 +2769,37 @@ processQueryTargets(struct module_qstate* qstate, struct iter_qstate* iq,
return 0;
}
+ /* We have a target. We could have created promiscuous target
+ * queries but we are currently under pressure (mesh_jostle_exceeded).
+ * If we are configured to allow promiscuous target queries and haven't
+ * gone out to the network for a target query for this delegation, then
+ * it is possible to slip in a promiscuous one with a 1/10 chance. */
+ if(can_do_promisc && tf_policy == 0 && iq->depth == 0
+ && iq->depth < ie->max_dependency_depth
+ && ie->target_fetch_policy[iq->depth] != 0
+ && iq->dp_target_count == 0
+ && !ub_random_max(qstate->env->rnd, 10)) {
+ int extra = 0;
+ verbose(VERB_ALGO, "available target exists in cache but "
+ "attempt to get extra 1 target");
+ (void)query_for_targets(qstate, iq, ie, id, 1, &extra);
+ /* errors ignored, these targets are not strictly necessary for
+ * this result, we do not have to reply with SERVFAIL */
+ if(extra > 0) {
+ iq->num_target_queries += extra;
+ target_count_increase(iq, extra);
+ check_waiting_queries(iq, qstate, id);
+ /* undo qname minimise step because we'll get back here
+ * to do it again */
+ if(qout_orig && iq->minimise_count > 0) {
+ iq->minimise_count--;
+ iq->qinfo_out.qname = qout_orig;
+ iq->qinfo_out.qname_len = qout_orig_len;
+ }
+ return 0;
+ }
+ }
+
/* Do not check ratelimit for forwarding queries or if we already got a
* pass. */
sq_check_ratelimit = (!(iq->chase_flags & BIT_RD) && !iq->ratelimit_ok);
@@ -2873,6 +2907,8 @@ processQueryResponse(struct module_qstate* qstate, struct iter_qstate* iq,
(int)((iq->chase_flags&BIT_RD) || iq->chase_to_rd),
iq->response, &iq->qinfo_out, iq->dp);
iq->chase_to_rd = 0;
+ /* remove TC flag, if this is erroneously set by TCP upstream */
+ iq->response->rep->flags &= ~BIT_TC;
if(type == RESPONSE_TYPE_REFERRAL && (iq->chase_flags&BIT_RD) &&
!iq->auth_zone_response) {
/* When forwarding (RD bit is set), we handle referrals
@@ -2896,8 +2932,8 @@ processQueryResponse(struct module_qstate* qstate, struct iter_qstate* iq,
* use dnssec-lame-bypass if it needs to query there.*/
if(qstate->reply) {
struct delegpt_addr* a = delegpt_find_addr(
- iq->dp, &qstate->reply->addr,
- qstate->reply->addrlen);
+ iq->dp, &qstate->reply->remote_addr,
+ qstate->reply->remote_addrlen);
if(a) a->dnsseclame = 1;
}
/* test the answer is from the zone we expected,
@@ -2993,9 +3029,9 @@ processQueryResponse(struct module_qstate* qstate, struct iter_qstate* iq,
(*qstate->env->detach_subs)(qstate);
iq->num_target_queries = 0;
if(qstate->reply)
- sock_list_insert(&qstate->reply_origin,
- &qstate->reply->addr, qstate->reply->addrlen,
- qstate->region);
+ sock_list_insert(&qstate->reply_origin,
+ &qstate->reply->remote_addr,
+ qstate->reply->remote_addrlen, qstate->region);
if(iq->minimisation_state != DONOT_MINIMISE_STATE
&& !(iq->chase_flags & BIT_RD)) {
if(FLAGS_GET_RCODE(iq->response->rep->flags) !=
@@ -3250,9 +3286,9 @@ processQueryResponse(struct module_qstate* qstate, struct iter_qstate* iq,
(*qstate->env->detach_subs)(qstate);
iq->num_target_queries = 0;
if(qstate->reply)
- sock_list_insert(&qstate->reply_origin,
- &qstate->reply->addr, qstate->reply->addrlen,
- qstate->region);
+ sock_list_insert(&qstate->reply_origin,
+ &qstate->reply->remote_addr,
+ qstate->reply->remote_addrlen, qstate->region);
verbose(VERB_ALGO, "cleared outbound list for query restart");
/* go to INIT_REQUEST_STATE for new qname. */
return next_state(iq, INIT_REQUEST_STATE);
@@ -3266,9 +3302,10 @@ processQueryResponse(struct module_qstate* qstate, struct iter_qstate* iq,
} else if(qstate->reply) {
/* need addr for lameness cache, but we may have
* gotten this from cache, so test to be sure */
- if(!infra_set_lame(qstate->env->infra_cache,
- &qstate->reply->addr, qstate->reply->addrlen,
- iq->dp->name, iq->dp->namelen,
+ if(!infra_set_lame(qstate->env->infra_cache,
+ &qstate->reply->remote_addr,
+ qstate->reply->remote_addrlen,
+ iq->dp->name, iq->dp->namelen,
*qstate->env->now, dnsseclame, 0,
iq->qchase.qtype))
log_err("mark host lame: out of memory");
@@ -3285,8 +3322,9 @@ processQueryResponse(struct module_qstate* qstate, struct iter_qstate* iq,
* gotten this from cache, so test to be sure */
verbose(VERB_DETAIL, "mark as REC_LAME");
if(!infra_set_lame(qstate->env->infra_cache,
- &qstate->reply->addr, qstate->reply->addrlen,
- iq->dp->name, iq->dp->namelen,
+ &qstate->reply->remote_addr,
+ qstate->reply->remote_addrlen,
+ iq->dp->name, iq->dp->namelen,
*qstate->env->now, 0, 1, iq->qchase.qtype))
log_err("mark host lame: out of memory");
}
@@ -3527,12 +3565,13 @@ processTargetResponse(struct module_qstate* qstate, int id,
} else {
verbose(VERB_ALGO, "iterator TargetResponse failed");
delegpt_mark_neg(dpns, qstate->qinfo.qtype);
- dpns->resolved = 1; /* fail the target */
if((dpns->got4 == 2 || !ie->supports_ipv4) &&
- (dpns->got6 == 2 || !ie->supports_ipv6) &&
+ (dpns->got6 == 2 || !ie->supports_ipv6)) {
+ dpns->resolved = 1; /* fail the target */
/* do not count cached answers */
- (qstate->reply_origin && qstate->reply_origin->len != 0)) {
- target_count_increase_nx(foriq, 1);
+ if(qstate->reply_origin && qstate->reply_origin->len != 0) {
+ target_count_increase_nx(foriq, 1);
+ }
}
}
}
@@ -4014,8 +4053,8 @@ process_response(struct module_qstate* qstate, struct iter_qstate* iq,
if(!iq->response)
goto handle_it;
log_query_info(VERB_DETAIL, "response for", &qstate->qinfo);
- log_name_addr(VERB_DETAIL, "reply from", iq->dp->name,
- &qstate->reply->addr, qstate->reply->addrlen);
+ log_name_addr(VERB_DETAIL, "reply from", iq->dp->name,
+ &qstate->reply->remote_addr, qstate->reply->remote_addrlen);
if(verbosity >= VERB_ALGO)
log_dns_msg("incoming scrubbed packet:", &iq->response->qinfo,
iq->response->rep);
diff --git a/sbin/unwind/libunbound/iterator/iterator.h b/sbin/unwind/libunbound/iterator/iterator.h
index b71b7fe9945..e35718cf33b 100644
--- a/sbin/unwind/libunbound/iterator/iterator.h
+++ b/sbin/unwind/libunbound/iterator/iterator.h
@@ -324,7 +324,7 @@ struct iter_qstate {
/** the number of times this query has been restarted. */
int query_restart_count;
- /** the number of times this query as followed a referral. */
+ /** the number of times this query has followed a referral. */
int referral_count;
/** number of queries fired off */
diff --git a/sbin/unwind/libunbound/libunbound/libunbound.c b/sbin/unwind/libunbound/libunbound/libunbound.c
index 038b7b927a7..ea5ef24bb01 100644
--- a/sbin/unwind/libunbound/libunbound/libunbound.c
+++ b/sbin/unwind/libunbound/libunbound/libunbound.c
@@ -951,7 +951,7 @@ ub_ctx_set_fwd(struct ub_ctx* ctx, const char* addr)
lock_basic_unlock(&ctx->cfglock);
/* check syntax for addr */
- if(!extstrtoaddr(addr, &storage, &stlen)) {
+ if(!extstrtoaddr(addr, &storage, &stlen, UNBOUND_DNS_PORT)) {
errno=EINVAL;
return UB_SYNTAX;
}
@@ -1031,7 +1031,7 @@ int ub_ctx_set_stub(struct ub_ctx* ctx, const char* zone, const char* addr,
if(addr) {
struct sockaddr_storage storage;
socklen_t stlen;
- if(!extstrtoaddr(addr, &storage, &stlen)) {
+ if(!extstrtoaddr(addr, &storage, &stlen, UNBOUND_DNS_PORT)) {
errno=EINVAL;
return UB_SYNTAX;
}
diff --git a/sbin/unwind/libunbound/respip/respip.c b/sbin/unwind/libunbound/respip/respip.c
index deff663170a..942e082b957 100644
--- a/sbin/unwind/libunbound/respip/respip.c
+++ b/sbin/unwind/libunbound/respip/respip.c
@@ -1290,7 +1290,7 @@ respip_set_is_empty(const struct respip_set* set)
void
respip_inform_print(struct respip_action_info* respip_actinfo, uint8_t* qname,
uint16_t qtype, uint16_t qclass, struct local_rrset* local_alias,
- struct comm_reply* repinfo)
+ struct sockaddr_storage* addr, socklen_t addrlen)
{
char srcip[128], respip[128], txt[512];
unsigned port;
@@ -1300,10 +1300,10 @@ respip_inform_print(struct respip_action_info* respip_actinfo, uint8_t* qname,
if(local_alias)
qname = local_alias->rrset->rk.dname;
- port = (unsigned)((repinfo->addr.ss_family == AF_INET) ?
- ntohs(((struct sockaddr_in*)&repinfo->addr)->sin_port) :
- ntohs(((struct sockaddr_in6*)&repinfo->addr)->sin6_port));
- addr_to_str(&repinfo->addr, repinfo->addrlen, srcip, sizeof(srcip));
+ port = (unsigned)((addr->ss_family == AF_INET) ?
+ ntohs(((struct sockaddr_in*)addr)->sin_port) :
+ ntohs(((struct sockaddr_in6*)addr)->sin6_port));
+ addr_to_str(addr, addrlen, srcip, sizeof(srcip));
addr_to_str(&respip_addr->addr, respip_addr->addrlen,
respip, sizeof(respip));
if(respip_actinfo->rpz_log) {
diff --git a/sbin/unwind/libunbound/respip/respip.h b/sbin/unwind/libunbound/respip/respip.h
index 988a7226339..e4ab5cc9cce 100644
--- a/sbin/unwind/libunbound/respip/respip.h
+++ b/sbin/unwind/libunbound/respip/respip.h
@@ -251,11 +251,13 @@ int respip_set_is_empty(const struct respip_set* set);
* @param local_alias: set to a local alias if the query matches an alias in
* a local zone. In this case its owner name will be considered the actual
* query name.
- * @param repinfo: reply info containing the client's source address and port.
+ * @param addr: the client's source address and port.
+ * @param addrlen: the client's source address length.
*/
void respip_inform_print(struct respip_action_info* respip_actinfo,
uint8_t* qname, uint16_t qtype, uint16_t qclass,
- struct local_rrset* local_alias, struct comm_reply* repinfo);
+ struct local_rrset* local_alias, struct sockaddr_storage* addr,
+ socklen_t addrlen);
/**
* Find resp_addr in tree, create and add to tree if it does not exist.
diff --git a/sbin/unwind/libunbound/services/authzone.c b/sbin/unwind/libunbound/services/authzone.c
index b9e0b11ef3b..6de1e431909 100644
--- a/sbin/unwind/libunbound/services/authzone.c
+++ b/sbin/unwind/libunbound/services/authzone.c
@@ -3699,7 +3699,7 @@ addr_matches_master(struct auth_master* master, struct sockaddr_storage* addr,
/* compare address (but not port number, that is the destination
* port of the master, the port number of the received notify is
* allowed to by any port on that master) */
- if(extstrtoaddr(master->host, &a, &alen) &&
+ if(extstrtoaddr(master->host, &a, &alen, UNBOUND_DNS_PORT) &&
sockaddr_cmp_addr(addr, addrlen, &a, alen)==0) {
*fromhost = master;
return 1;
@@ -5381,7 +5381,7 @@ xfr_transfer_lookup_host(struct auth_xfer* xfr, struct module_env* env)
struct edns_data edns;
sldns_buffer* buf = env->scratch_buffer;
if(!master) return 0;
- if(extstrtoaddr(master->host, &addr, &addrlen)) {
+ if(extstrtoaddr(master->host, &addr, &addrlen, UNBOUND_DNS_PORT)) {
/* not needed, host is in IP addr format */
return 0;
}
@@ -6572,7 +6572,7 @@ xfr_probe_lookup_host(struct auth_xfer* xfr, struct module_env* env)
struct edns_data edns;
sldns_buffer* buf = env->scratch_buffer;
if(!master) return 0;
- if(extstrtoaddr(master->host, &addr, &addrlen)) {
+ if(extstrtoaddr(master->host, &addr, &addrlen, UNBOUND_DNS_PORT)) {
/* not needed, host is in IP addr format */
return 0;
}
diff --git a/sbin/unwind/libunbound/services/cache/infra.c b/sbin/unwind/libunbound/services/cache/infra.c
index 0461c815b86..537cb949cf8 100644
--- a/sbin/unwind/libunbound/services/cache/infra.c
+++ b/sbin/unwind/libunbound/services/cache/infra.c
@@ -834,14 +834,13 @@ static struct lruhash_entry* infra_find_ratedata(struct infra_cache* infra,
/** find data item in array for ip addresses */
static struct lruhash_entry* infra_find_ip_ratedata(struct infra_cache* infra,
- struct comm_reply* repinfo, int wr)
+ struct sockaddr_storage* addr, socklen_t addrlen, int wr)
{
struct ip_rate_key key;
- hashvalue_type h = hash_addr(&(repinfo->addr),
- repinfo->addrlen, 0);
+ hashvalue_type h = hash_addr(addr, addrlen, 0);
memset(&key, 0, sizeof(key));
- key.addr = repinfo->addr;
- key.addrlen = repinfo->addrlen;
+ key.addr = *addr;
+ key.addrlen = addrlen;
key.entry.hash = h;
return slabhash_lookup(infra->client_ip_rates, h, &key, wr);
}
@@ -876,10 +875,9 @@ static void infra_create_ratedata(struct infra_cache* infra,
/** create rate data item for ip address */
static void infra_ip_create_ratedata(struct infra_cache* infra,
- struct comm_reply* repinfo, time_t timenow)
+ struct sockaddr_storage* addr, socklen_t addrlen, time_t timenow)
{
- hashvalue_type h = hash_addr(&(repinfo->addr),
- repinfo->addrlen, 0);
+ hashvalue_type h = hash_addr(addr, addrlen, 0);
struct ip_rate_key* k = (struct ip_rate_key*)calloc(1, sizeof(*k));
struct ip_rate_data* d = (struct ip_rate_data*)calloc(1, sizeof(*d));
if(!k || !d) {
@@ -887,8 +885,8 @@ static void infra_ip_create_ratedata(struct infra_cache* infra,
free(d);
return; /* alloc failure */
}
- k->addr = repinfo->addr;
- k->addrlen = repinfo->addrlen;
+ k->addr = *addr;
+ k->addrlen = addrlen;
lock_rw_init(&k->entry.lock);
k->entry.hash = h;
k->entry.key = k;
@@ -985,8 +983,8 @@ int infra_ratelimit_inc(struct infra_cache* infra, uint8_t* name,
sldns_wire2str_class_buf(qinfo->qclass, cs, sizeof(cs));
ip[0]=0;
if(replylist) {
- addr_to_str((struct sockaddr_storage *)&replylist->addr,
- replylist->addrlen, ip, sizeof(ip));
+ addr_to_str((struct sockaddr_storage *)&replylist->remote_addr,
+ replylist->remote_addrlen, ip, sizeof(ip));
verbose(VERB_OPS, "ratelimit exceeded %s %d query %s %s %s from %s", buf, lim, qnm, cs, ts, ip);
} else {
verbose(VERB_OPS, "ratelimit exceeded %s %d query %s %s %s", buf, lim, qnm, cs, ts);
@@ -1040,7 +1038,7 @@ int infra_ratelimit_exceeded(struct infra_cache* infra, uint8_t* name,
max = infra_rate_max(entry->data, timenow, backoff);
lock_rw_unlock(&entry->lock);
- return (max >= lim);
+ return (max > lim);
}
size_t
@@ -1054,8 +1052,8 @@ infra_get_mem(struct infra_cache* infra)
}
int infra_ip_ratelimit_inc(struct infra_cache* infra,
- struct comm_reply* repinfo, time_t timenow, int backoff,
- struct sldns_buffer* buffer)
+ struct sockaddr_storage* addr, socklen_t addrlen, time_t timenow,
+ int backoff, struct sldns_buffer* buffer)
{
int max;
struct lruhash_entry* entry;
@@ -1065,7 +1063,7 @@ int infra_ip_ratelimit_inc(struct infra_cache* infra,
return 1;
}
/* find or insert ratedata */
- entry = infra_find_ip_ratedata(infra, repinfo, 1);
+ entry = infra_find_ip_ratedata(infra, addr, addrlen, 1);
if(entry) {
int premax = infra_rate_max(entry->data, timenow, backoff);
int* cur = infra_rate_give_second(entry->data, timenow);
@@ -1073,10 +1071,9 @@ int infra_ip_ratelimit_inc(struct infra_cache* infra,
max = infra_rate_max(entry->data, timenow, backoff);
lock_rw_unlock(&entry->lock);
- if(premax < infra_ip_ratelimit && max >= infra_ip_ratelimit) {
+ if(premax <= infra_ip_ratelimit && max > infra_ip_ratelimit) {
char client_ip[128], qnm[LDNS_MAX_DOMAINLEN+1+12+12];
- addr_to_str((struct sockaddr_storage *)&repinfo->addr,
- repinfo->addrlen, client_ip, sizeof(client_ip));
+ addr_to_str(addr, addrlen, client_ip, sizeof(client_ip));
qnm[0]=0;
if(sldns_buffer_limit(buffer)>LDNS_HEADER_SIZE &&
LDNS_QDCOUNT(sldns_buffer_begin(buffer))!=0) {
@@ -1101,6 +1098,6 @@ int infra_ip_ratelimit_inc(struct infra_cache* infra,
}
/* create */
- infra_ip_create_ratedata(infra, repinfo, timenow);
+ infra_ip_create_ratedata(infra, addr, addrlen, timenow);
return 1;
}
diff --git a/sbin/unwind/libunbound/services/cache/infra.h b/sbin/unwind/libunbound/services/cache/infra.h
index 6a2371aca47..faf7fd2f30e 100644
--- a/sbin/unwind/libunbound/services/cache/infra.h
+++ b/sbin/unwind/libunbound/services/cache/infra.h
@@ -416,15 +416,16 @@ int infra_find_ratelimit(struct infra_cache* infra, uint8_t* name,
/** Update query ratelimit hash and decide
* whether or not a query should be dropped.
* @param infra: infra cache
- * @param repinfo: information about client
+ * @param addr: client address
+ * @param addrlen: client address length
* @param timenow: what time it is now.
* @param backoff: if backoff is enabled.
* @param buffer: with query for logging.
* @return 1 if it could be incremented. 0 if the increment overshot the
* ratelimit and the query should be dropped. */
int infra_ip_ratelimit_inc(struct infra_cache* infra,
- struct comm_reply* repinfo, time_t timenow, int backoff,
- struct sldns_buffer* buffer);
+ struct sockaddr_storage* addr, socklen_t addrlen, time_t timenow,
+ int backoff, struct sldns_buffer* buffer);
/**
* Get memory used by the infra cache.
diff --git a/sbin/unwind/libunbound/services/listen_dnsport.c b/sbin/unwind/libunbound/services/listen_dnsport.c
index 1c7c177a007..95606aff5d4 100644
--- a/sbin/unwind/libunbound/services/listen_dnsport.c
+++ b/sbin/unwind/libunbound/services/listen_dnsport.c
@@ -124,12 +124,12 @@ verbose_print_addr(struct addrinfo *addr)
(void)strlcpy(buf, "(null)", sizeof(buf));
}
buf[sizeof(buf)-1] = 0;
- verbose(VERB_ALGO, "creating %s%s socket %s %d",
+ verbose(VERB_ALGO, "creating %s%s socket %s %d",
addr->ai_socktype==SOCK_DGRAM?"udp":
addr->ai_socktype==SOCK_STREAM?"tcp":"otherproto",
addr->ai_family==AF_INET?"4":
addr->ai_family==AF_INET6?"6":
- "_otherfam", buf,
+ "_otherfam", buf,
ntohs(((struct sockaddr_in*)addr->ai_addr)->sin_port));
}
}
@@ -140,7 +140,9 @@ verbose_print_unbound_socket(struct unbound_socket* ub_sock)
if(verbosity >= VERB_ALGO) {
log_info("listing of unbound_socket structure:");
verbose_print_addr(ub_sock->addr);
- log_info("s is: %d, fam is: %s", ub_sock->s, ub_sock->fam == AF_INET?"AF_INET":"AF_INET6");
+ log_info("s is: %d, fam is: %s, acl: %s", ub_sock->s,
+ ub_sock->fam == AF_INET?"AF_INET":"AF_INET6",
+ ub_sock->acl?"yes":"no");
}
}
@@ -458,7 +460,14 @@ create_udp_sock(int family, int socktype, struct sockaddr* addr,
int action;
# endif
# if defined(IPV6_V6ONLY)
- if(v6only) {
+ if(v6only
+# ifdef HAVE_SYSTEMD
+ /* Systemd wants to control if the socket is v6 only
+ * or both, with BindIPv6Only=default, ipv6-only or
+ * both in systemd.socket, so it is not set here. */
+ && !got_fd_from_systemd
+# endif
+ ) {
int val=(v6only==2)?0:1;
if (setsockopt(s, IPPROTO_IPV6, IPV6_V6ONLY,
(void*)&val, (socklen_t)sizeof(val)) < 0) {
@@ -511,12 +520,14 @@ create_udp_sock(int family, int socktype, struct sockaddr* addr,
* instead which is writable; IPV6_MTU is readonly there. */
if (setsockopt(s, IPPROTO_IPV6, IPV6_USER_MTU,
(void*)&mtu, (socklen_t)sizeof(mtu)) < 0) {
- log_err("setsockopt(..., IPV6_USER_MTU, ...) failed: %s",
- wsa_strerror(WSAGetLastError()));
- sock_close(s);
- *noproto = 0;
- *inuse = 0;
- return -1;
+ if (WSAGetLastError() != WSAENOPROTOOPT) {
+ log_err("setsockopt(..., IPV6_USER_MTU, ...) failed: %s",
+ wsa_strerror(WSAGetLastError()));
+ sock_close(s);
+ *noproto = 0;
+ *inuse = 0;
+ return -1;
+ }
}
# endif /* USE_WINSOCK */
# endif /* IPv6 MTU */
@@ -774,7 +785,14 @@ create_tcp_accept_sock(struct addrinfo *addr, int v6only, int* noproto,
(void)reuseport;
#endif /* defined(SO_REUSEPORT) */
#if defined(IPV6_V6ONLY)
- if(addr->ai_family == AF_INET6 && v6only) {
+ if(addr->ai_family == AF_INET6 && v6only
+# ifdef HAVE_SYSTEMD
+ /* Systemd wants to control if the socket is v6 only
+ * or both, with BindIPv6Only=default, ipv6-only or
+ * both in systemd.socket, so it is not set here. */
+ && !got_fd_from_systemd
+# endif
+ ) {
if(setsockopt(s, IPPROTO_IPV6, IPV6_V6ONLY,
(void*)&on, (socklen_t)sizeof(on)) < 0) {
log_err("setsockopt(..., IPV6_V6ONLY, ...) failed: %s",
@@ -1030,6 +1048,7 @@ make_sock(int stype, const char* ifname, const char* port,
ub_sock->addr = res;
ub_sock->s = s;
ub_sock->fam = hints->ai_family;
+ ub_sock->acl = NULL;
return s;
}
@@ -1074,11 +1093,13 @@ make_sock_port(int stype, const char* ifname, const char* port,
* @param list: list head. changed.
* @param s: fd.
* @param ftype: if fd is UDP.
+ * @param pp2_enabled: if PROXYv2 is enabled for this port.
* @param ub_sock: socket with address.
* @return false on failure. list in unchanged then.
*/
static int
-port_insert(struct listen_port** list, int s, enum listen_type ftype, struct unbound_socket* ub_sock)
+port_insert(struct listen_port** list, int s, enum listen_type ftype,
+ int pp2_enabled, struct unbound_socket* ub_sock)
{
struct listen_port* item = (struct listen_port*)malloc(
sizeof(struct listen_port));
@@ -1087,6 +1108,7 @@ port_insert(struct listen_port** list, int s, enum listen_type ftype, struct unb
item->next = *list;
item->fd = s;
item->ftype = ftype;
+ item->pp2_enabled = pp2_enabled;
item->socket = ub_sock;
*list = item;
return 1;
@@ -1182,6 +1204,7 @@ if_is_ssl(const char* ifname, const char* port, int ssl_port,
* @param ssl_port: ssl service port number
* @param tls_additional_port: list of additional ssl service port numbers.
* @param https_port: DoH service port number
+ * @param proxy_protocol_port: list of PROXYv2 port numbers.
* @param reuseport: try to set SO_REUSEPORT if nonNULL and true.
* set to false on exit if reuseport failed due to no kernel support.
* @param transparent: set IP_TRANSPARENT socket option.
@@ -1194,34 +1217,39 @@ if_is_ssl(const char* ifname, const char* port, int ssl_port,
* @return: returns false on error.
*/
static int
-ports_create_if(const char* ifname, int do_auto, int do_udp, int do_tcp,
+ports_create_if(const char* ifname, int do_auto, int do_udp, int do_tcp,
struct addrinfo *hints, const char* port, struct listen_port** list,
size_t rcv, size_t snd, int ssl_port,
struct config_strlist* tls_additional_port, int https_port,
+ struct config_strlist* proxy_protocol_port,
int* reuseport, int transparent, int tcp_mss, int freebind,
int http2_nodelay, int use_systemd, int dnscrypt_port, int dscp)
{
int s, noip6=0;
int is_https = if_is_https(ifname, port, https_port);
+ int is_dnscrypt = if_is_dnscrypt(ifname, port, dnscrypt_port);
+ int is_pp2 = if_is_pp2(ifname, port, proxy_protocol_port);
int nodelay = is_https && http2_nodelay;
struct unbound_socket* ub_sock;
-#ifdef USE_DNSCRYPT
- int is_dnscrypt = ((strchr(ifname, '@') &&
- atoi(strchr(ifname, '@')+1) == dnscrypt_port) ||
- (!strchr(ifname, '@') && atoi(port) == dnscrypt_port));
-#else
- int is_dnscrypt = 0;
- (void)dnscrypt_port;
-#endif
if(!do_udp && !do_tcp)
return 0;
+ if(is_pp2) {
+ if(is_dnscrypt) {
+ fatal_exit("PROXYv2 and DNSCrypt combination not "
+ "supported!");
+ } else if(is_https) {
+ fatal_exit("PROXYv2 and DoH combination not "
+ "supported!");
+ }
+ }
+
if(do_auto) {
ub_sock = calloc(1, sizeof(struct unbound_socket));
if(!ub_sock)
return 0;
- if((s = make_sock_port(SOCK_DGRAM, ifname, port, hints, 1,
+ if((s = make_sock_port(SOCK_DGRAM, ifname, port, hints, 1,
&noip6, rcv, snd, reuseport, transparent,
tcp_mss, nodelay, freebind, use_systemd, dscp, ub_sock)) == -1) {
freeaddrinfo(ub_sock->addr);
@@ -1239,8 +1267,9 @@ ports_create_if(const char* ifname, int do_auto, int do_udp, int do_tcp,
free(ub_sock);
return 0;
}
- if(!port_insert(list, s,
- is_dnscrypt?listen_type_udpancil_dnscrypt:listen_type_udpancil, ub_sock)) {
+ if(!port_insert(list, s, is_dnscrypt
+ ?listen_type_udpancil_dnscrypt:listen_type_udpancil,
+ is_pp2, ub_sock)) {
sock_close(s);
freeaddrinfo(ub_sock->addr);
free(ub_sock);
@@ -1251,7 +1280,7 @@ ports_create_if(const char* ifname, int do_auto, int do_udp, int do_tcp,
if(!ub_sock)
return 0;
/* regular udp socket */
- if((s = make_sock_port(SOCK_DGRAM, ifname, port, hints, 1,
+ if((s = make_sock_port(SOCK_DGRAM, ifname, port, hints, 1,
&noip6, rcv, snd, reuseport, transparent,
tcp_mss, nodelay, freebind, use_systemd, dscp, ub_sock)) == -1) {
freeaddrinfo(ub_sock->addr);
@@ -1262,8 +1291,9 @@ ports_create_if(const char* ifname, int do_auto, int do_udp, int do_tcp,
}
return 0;
}
- if(!port_insert(list, s,
- is_dnscrypt?listen_type_udp_dnscrypt:listen_type_udp, ub_sock)) {
+ if(!port_insert(list, s, is_dnscrypt
+ ?listen_type_udp_dnscrypt:listen_type_udp,
+ is_pp2, ub_sock)) {
sock_close(s);
freeaddrinfo(ub_sock->addr);
free(ub_sock);
@@ -1285,7 +1315,7 @@ ports_create_if(const char* ifname, int do_auto, int do_udp, int do_tcp,
port_type = listen_type_tcp_dnscrypt;
else
port_type = listen_type_tcp;
- if((s = make_sock_port(SOCK_STREAM, ifname, port, hints, 1,
+ if((s = make_sock_port(SOCK_STREAM, ifname, port, hints, 1,
&noip6, 0, 0, reuseport, transparent, tcp_mss, nodelay,
freebind, use_systemd, dscp, ub_sock)) == -1) {
freeaddrinfo(ub_sock->addr);
@@ -1298,7 +1328,7 @@ ports_create_if(const char* ifname, int do_auto, int do_udp, int do_tcp,
}
if(is_ssl)
verbose(VERB_ALGO, "setup TCP for SSL service");
- if(!port_insert(list, s, port_type, ub_sock)) {
+ if(!port_insert(list, s, port_type, is_pp2, ub_sock)) {
sock_close(s);
freeaddrinfo(ub_sock->addr);
free(ub_sock);
@@ -1387,14 +1417,16 @@ listen_create(struct comm_base* base, struct listen_port* ports,
if(ports->ftype == listen_type_udp ||
ports->ftype == listen_type_udp_dnscrypt) {
cp = comm_point_create_udp(base, ports->fd,
- front->udp_buff, cb, cb_arg, ports->socket);
+ front->udp_buff, ports->pp2_enabled, cb,
+ cb_arg, ports->socket);
} else if(ports->ftype == listen_type_tcp ||
ports->ftype == listen_type_tcp_dnscrypt) {
cp = comm_point_create_tcp(base, ports->fd,
tcp_accept_count, tcp_idle_timeout,
harden_large_queries, 0, NULL,
tcp_conn_limit, bufsize, front->udp_buff,
- ports->ftype, cb, cb_arg, ports->socket);
+ ports->ftype, ports->pp2_enabled, cb, cb_arg,
+ ports->socket);
} else if(ports->ftype == listen_type_ssl ||
ports->ftype == listen_type_http) {
cp = comm_point_create_tcp(base, ports->fd,
@@ -1402,7 +1434,8 @@ listen_create(struct comm_base* base, struct listen_port* ports,
harden_large_queries,
http_max_streams, http_endpoint,
tcp_conn_limit, bufsize, front->udp_buff,
- ports->ftype, cb, cb_arg, ports->socket);
+ ports->ftype, ports->pp2_enabled, cb, cb_arg,
+ ports->socket);
if(ports->ftype == listen_type_http) {
if(!sslctx && !http_notls) {
log_warn("HTTPS port configured, but "
@@ -1428,7 +1461,8 @@ listen_create(struct comm_base* base, struct listen_port* ports,
} else if(ports->ftype == listen_type_udpancil ||
ports->ftype == listen_type_udpancil_dnscrypt) {
cp = comm_point_create_udp_ancil(base, ports->fd,
- front->udp_buff, cb, cb_arg, ports->socket);
+ front->udp_buff, ports->pp2_enabled, cb,
+ cb_arg, ports->socket);
}
if(!cp) {
log_err("can't create commpoint");
@@ -1700,7 +1734,7 @@ int resolve_interface_names(char** ifs, int num_ifs,
#endif /* HAVE_GETIFADDRS */
}
-struct listen_port*
+struct listen_port*
listening_ports_open(struct config_file* cfg, char** ifs, int num_ifs,
int* reuseport)
{
@@ -1763,7 +1797,9 @@ listening_ports_open(struct config_file* cfg, char** ifs, int num_ifs,
&hints, portbuf, &list,
cfg->so_rcvbuf, cfg->so_sndbuf,
cfg->ssl_port, cfg->tls_additional_port,
- cfg->https_port, reuseport, cfg->ip_transparent,
+ cfg->https_port,
+ cfg->proxy_protocol_port,
+ reuseport, cfg->ip_transparent,
cfg->tcp_mss, cfg->ip_freebind,
cfg->http_nodelay, cfg->use_systemd,
cfg->dnscrypt_port, cfg->ip_dscp)) {
@@ -1778,7 +1814,9 @@ listening_ports_open(struct config_file* cfg, char** ifs, int num_ifs,
&hints, portbuf, &list,
cfg->so_rcvbuf, cfg->so_sndbuf,
cfg->ssl_port, cfg->tls_additional_port,
- cfg->https_port, reuseport, cfg->ip_transparent,
+ cfg->https_port,
+ cfg->proxy_protocol_port,
+ reuseport, cfg->ip_transparent,
cfg->tcp_mss, cfg->ip_freebind,
cfg->http_nodelay, cfg->use_systemd,
cfg->dnscrypt_port, cfg->ip_dscp)) {
@@ -1791,12 +1829,13 @@ listening_ports_open(struct config_file* cfg, char** ifs, int num_ifs,
}
if(do_ip6) {
hints.ai_family = AF_INET6;
- if(!ports_create_if(do_auto?"::0":"::1",
- do_auto, cfg->do_udp, do_tcp,
+ if(!ports_create_if(do_auto?"::0":"::1",
+ do_auto, cfg->do_udp, do_tcp,
&hints, portbuf, &list,
cfg->so_rcvbuf, cfg->so_sndbuf,
cfg->ssl_port, cfg->tls_additional_port,
- cfg->https_port, reuseport, cfg->ip_transparent,
+ cfg->https_port, cfg->proxy_protocol_port,
+ reuseport, cfg->ip_transparent,
cfg->tcp_mss, cfg->ip_freebind,
cfg->http_nodelay, cfg->use_systemd,
cfg->dnscrypt_port, cfg->ip_dscp)) {
@@ -1806,12 +1845,13 @@ listening_ports_open(struct config_file* cfg, char** ifs, int num_ifs,
}
if(do_ip4) {
hints.ai_family = AF_INET;
- if(!ports_create_if(do_auto?"0.0.0.0":"127.0.0.1",
- do_auto, cfg->do_udp, do_tcp,
+ if(!ports_create_if(do_auto?"0.0.0.0":"127.0.0.1",
+ do_auto, cfg->do_udp, do_tcp,
&hints, portbuf, &list,
cfg->so_rcvbuf, cfg->so_sndbuf,
cfg->ssl_port, cfg->tls_additional_port,
- cfg->https_port, reuseport, cfg->ip_transparent,
+ cfg->https_port, cfg->proxy_protocol_port,
+ reuseport, cfg->ip_transparent,
cfg->tcp_mss, cfg->ip_freebind,
cfg->http_nodelay, cfg->use_systemd,
cfg->dnscrypt_port, cfg->ip_dscp)) {
@@ -1825,10 +1865,11 @@ listening_ports_open(struct config_file* cfg, char** ifs, int num_ifs,
continue;
hints.ai_family = AF_INET6;
if(!ports_create_if(ifs[i], 0, cfg->do_udp,
- do_tcp, &hints, portbuf, &list,
+ do_tcp, &hints, portbuf, &list,
cfg->so_rcvbuf, cfg->so_sndbuf,
cfg->ssl_port, cfg->tls_additional_port,
- cfg->https_port, reuseport, cfg->ip_transparent,
+ cfg->https_port, cfg->proxy_protocol_port,
+ reuseport, cfg->ip_transparent,
cfg->tcp_mss, cfg->ip_freebind,
cfg->http_nodelay, cfg->use_systemd,
cfg->dnscrypt_port, cfg->ip_dscp)) {
@@ -1840,10 +1881,11 @@ listening_ports_open(struct config_file* cfg, char** ifs, int num_ifs,
continue;
hints.ai_family = AF_INET;
if(!ports_create_if(ifs[i], 0, cfg->do_udp,
- do_tcp, &hints, portbuf, &list,
+ do_tcp, &hints, portbuf, &list,
cfg->so_rcvbuf, cfg->so_sndbuf,
cfg->ssl_port, cfg->tls_additional_port,
- cfg->https_port, reuseport, cfg->ip_transparent,
+ cfg->https_port, cfg->proxy_protocol_port,
+ reuseport, cfg->ip_transparent,
cfg->tcp_mss, cfg->ip_freebind,
cfg->http_nodelay, cfg->use_systemd,
cfg->dnscrypt_port, cfg->ip_dscp)) {
diff --git a/sbin/unwind/libunbound/services/listen_dnsport.h b/sbin/unwind/libunbound/services/listen_dnsport.h
index 0e63236bcbc..816d79aea61 100644
--- a/sbin/unwind/libunbound/services/listen_dnsport.h
+++ b/sbin/unwind/libunbound/services/listen_dnsport.h
@@ -43,6 +43,7 @@
#define LISTEN_DNSPORT_H
#include "util/netevent.h"
+#include "daemon/acl_list.h"
#ifdef HAVE_NGHTTP2_NGHTTP2_H
#include <nghttp2/nghttp2.h>
#endif
@@ -107,11 +108,13 @@ enum listen_type {
*/
struct unbound_socket {
/** socket-address structure */
- struct addrinfo * addr;
+ struct addrinfo* addr;
/** socket descriptor returned by socket() syscall */
- int s;
+ int s;
/** address family (AF_INET/IF_INET6) */
- int fam;
+ int fam;
+ /** ACL on the socket (listening interface) */
+ struct acl_addr* acl;
};
/**
@@ -125,7 +128,10 @@ struct listen_port {
int fd;
/** type of file descriptor, udp or tcp */
enum listen_type ftype;
- /** fill in unbpound_socket structure for every opened socket at Unbound startup */
+ /** if the port should support PROXYv2 */
+ int pp2_enabled;
+ /** fill in unbound_socket structure for every opened socket at
+ * Unbound startup */
struct unbound_socket* socket;
};
diff --git a/sbin/unwind/libunbound/services/localzone.c b/sbin/unwind/libunbound/services/localzone.c
index 3ed7d835d33..3536b7aaa91 100644
--- a/sbin/unwind/libunbound/services/localzone.c
+++ b/sbin/unwind/libunbound/services/localzone.c
@@ -1744,13 +1744,13 @@ local_zones_zone_answer(struct local_zone* z, struct module_env* env,
/** print log information for an inform zone query */
static void
lz_inform_print(struct local_zone* z, struct query_info* qinfo,
- struct comm_reply* repinfo)
+ struct sockaddr_storage* addr, socklen_t addrlen)
{
char ip[128], txt[512];
char zname[LDNS_MAX_DOMAINLEN+1];
- uint16_t port = ntohs(((struct sockaddr_in*)&repinfo->addr)->sin_port);
+ uint16_t port = ntohs(((struct sockaddr_in*)addr)->sin_port);
dname_str(z->name, zname);
- addr_to_str(&repinfo->addr, repinfo->addrlen, ip, sizeof(ip));
+ addr_to_str(addr, addrlen, ip, sizeof(ip));
snprintf(txt, sizeof(txt), "%s %s %s@%u", zname, local_zone_type2str(z->type), ip,
(unsigned)port);
log_nametypeclass(NO_VERBOSE, txt, qinfo->qname, qinfo->qtype, qinfo->qclass);
@@ -1765,7 +1765,8 @@ lz_type(uint8_t *taglist, size_t taglen, uint8_t *taglist2, size_t taglen2,
struct local_zone_override* lzo;
if(repinfo && override_tree) {
lzo = (struct local_zone_override*)addr_tree_lookup(
- override_tree, &repinfo->addr, repinfo->addrlen);
+ override_tree, &repinfo->client_addr,
+ repinfo->client_addrlen);
if(lzo && lzo->type) {
verbose(VERB_ALGO, "local zone override to type %s",
local_zone_type2str(lzo->type));
@@ -1888,7 +1889,8 @@ local_zones_answer(struct local_zones* zones, struct module_env* env,
lzt == local_zone_inform_deny ||
lzt == local_zone_inform_redirect)
&& repinfo)
- lz_inform_print(z, qinfo, repinfo);
+ lz_inform_print(z, qinfo, &repinfo->client_addr,
+ repinfo->client_addrlen);
if(lzt != local_zone_always_refuse
&& lzt != local_zone_always_transparent
diff --git a/sbin/unwind/libunbound/services/mesh.c b/sbin/unwind/libunbound/services/mesh.c
index 2a411942663..9007b6e08c3 100644
--- a/sbin/unwind/libunbound/services/mesh.c
+++ b/sbin/unwind/libunbound/services/mesh.c
@@ -806,7 +806,7 @@ static void mesh_schedule_prefetch_subnet(struct mesh_area* mesh,
/* Fake the ECS data from the client's IP */
struct ecs_data ecs;
memset(&ecs, 0, sizeof(ecs));
- subnet_option_from_ss(&rep->addr, &ecs, mesh->env->cfg);
+ subnet_option_from_ss(&rep->client_addr, &ecs, mesh->env->cfg);
if(ecs.subnet_validdata == 0) {
log_err("prefetch_subnet subnet_option_from_ss: invalid data");
return;
@@ -1488,8 +1488,9 @@ mesh_send_reply(struct mesh_state* m, int rcode, struct reply_info* rep,
}
/* Log reply sent */
if(m->s.env->cfg->log_replies) {
- log_reply_info(NO_VERBOSE, &m->s.qinfo, &r->query_reply.addr,
- r->query_reply.addrlen, duration, 0, r_buffer);
+ log_reply_info(NO_VERBOSE, &m->s.qinfo,
+ &r->query_reply.client_addr,
+ r->query_reply.client_addrlen, duration, 0, r_buffer);
}
}
@@ -1530,7 +1531,8 @@ void mesh_query_done(struct mesh_state* mstate)
respip_inform_print(mstate->s.respip_action_info,
r->qname, mstate->s.qinfo.qtype,
mstate->s.qinfo.qclass, r->local_alias,
- &r->query_reply);
+ &r->query_reply.client_addr,
+ r->query_reply.client_addrlen);
if(mstate->s.env->cfg->stat_extended &&
mstate->s.respip_action_info->rpz_used) {
if(mstate->s.respip_action_info->rpz_disabled)
@@ -2180,7 +2182,8 @@ mesh_serve_expired_callback(void* arg)
if(actinfo.addrinfo) {
respip_inform_print(&actinfo, r->qname,
qstate->qinfo.qtype, qstate->qinfo.qclass,
- r->local_alias, &r->query_reply);
+ r->local_alias, &r->query_reply.client_addr,
+ r->query_reply.client_addrlen);
if(qstate->env->cfg->stat_extended && actinfo.rpz_used) {
if(actinfo.rpz_disabled)
diff --git a/sbin/unwind/libunbound/services/outside_network.c b/sbin/unwind/libunbound/services/outside_network.c
index 3f479a3a36f..a4529ade52e 100644
--- a/sbin/unwind/libunbound/services/outside_network.c
+++ b/sbin/unwind/libunbound/services/outside_network.c
@@ -86,10 +86,6 @@ static void serviced_tcp_initiate(struct serviced_query* sq, sldns_buffer* buff)
static int randomize_and_send_udp(struct pending* pend, sldns_buffer* packet,
int timeout);
-/** remove waiting tcp from the outnet waiting list */
-static void waiting_list_remove(struct outside_network* outnet,
- struct waiting_tcp* w);
-
/** select a DNS ID for a TCP stream */
static uint16_t tcp_select_id(struct outside_network* outnet,
struct reuse_tcp* reuse);
@@ -372,7 +368,8 @@ log_reuse_tcp(enum verbosity_value v, const char* msg, struct reuse_tcp* reuse)
}
/** pop the first element from the writewait list */
-static struct waiting_tcp* reuse_write_wait_pop(struct reuse_tcp* reuse)
+struct waiting_tcp*
+reuse_write_wait_pop(struct reuse_tcp* reuse)
{
struct waiting_tcp* w = reuse->write_wait_first;
if(!w)
@@ -390,8 +387,8 @@ static struct waiting_tcp* reuse_write_wait_pop(struct reuse_tcp* reuse)
}
/** remove the element from the writewait list */
-static void reuse_write_wait_remove(struct reuse_tcp* reuse,
- struct waiting_tcp* w)
+void
+reuse_write_wait_remove(struct reuse_tcp* reuse, struct waiting_tcp* w)
{
log_assert(w);
log_assert(w->write_wait_queued);
@@ -415,8 +412,8 @@ static void reuse_write_wait_remove(struct reuse_tcp* reuse,
}
/** push the element after the last on the writewait list */
-static void reuse_write_wait_push_back(struct reuse_tcp* reuse,
- struct waiting_tcp* w)
+void
+reuse_write_wait_push_back(struct reuse_tcp* reuse, struct waiting_tcp* w)
{
if(!w) return;
log_assert(!w->write_wait_queued);
@@ -427,7 +424,9 @@ static void reuse_write_wait_push_back(struct reuse_tcp* reuse,
w->write_wait_prev = reuse->write_wait_last;
} else {
reuse->write_wait_first = w;
+ w->write_wait_prev = NULL;
}
+ w->write_wait_next = NULL;
reuse->write_wait_last = w;
w->write_wait_queued = 1;
}
@@ -721,12 +720,12 @@ outnet_tcp_take_into_use(struct waiting_tcp* w)
pend->next_free = NULL;
pend->query = w;
pend->reuse.outnet = w->outnet;
- pend->c->repinfo.addrlen = w->addrlen;
+ pend->c->repinfo.remote_addrlen = w->addrlen;
pend->c->tcp_more_read_again = &pend->reuse.cp_more_read_again;
pend->c->tcp_more_write_again = &pend->reuse.cp_more_write_again;
pend->reuse.cp_more_read_again = 0;
pend->reuse.cp_more_write_again = 0;
- memcpy(&pend->c->repinfo.addr, &w->addr, w->addrlen);
+ memcpy(&pend->c->repinfo.remote_addr, &w->addr, w->addrlen);
pend->reuse.pending = pend;
/* Remove from tree in case the is_ssl will be different and causes the
@@ -810,20 +809,50 @@ reuse_tcp_lru_snip(struct outside_network* outnet)
return reuse;
}
-/** call callback on waiting_tcp, if not NULL */
-static void
-waiting_tcp_callback(struct waiting_tcp* w, struct comm_point* c, int error,
- struct comm_reply* reply_info)
+/** remove waiting tcp from the outnet waiting list */
+void
+outnet_waiting_tcp_list_remove(struct outside_network* outnet, struct waiting_tcp* w)
{
- if(w && w->cb) {
- fptr_ok(fptr_whitelist_pending_tcp(w->cb));
- (void)(*w->cb)(c, w->cb_arg, error, reply_info);
+ struct waiting_tcp* p = outnet->tcp_wait_first, *prev = NULL;
+ w->on_tcp_waiting_list = 0;
+ while(p) {
+ if(p == w) {
+ /* remove w */
+ if(prev)
+ prev->next_waiting = w->next_waiting;
+ else outnet->tcp_wait_first = w->next_waiting;
+ if(outnet->tcp_wait_last == w)
+ outnet->tcp_wait_last = prev;
+ w->next_waiting = NULL;
+ return;
+ }
+ prev = p;
+ p = p->next_waiting;
}
+ /* outnet_waiting_tcp_list_remove is currently called only with items
+ * that are already in the waiting list. */
+ log_assert(0);
+}
+
+/** pop the first waiting tcp from the outnet waiting list */
+struct waiting_tcp*
+outnet_waiting_tcp_list_pop(struct outside_network* outnet)
+{
+ struct waiting_tcp* w = outnet->tcp_wait_first;
+ if(!outnet->tcp_wait_first) return NULL;
+ log_assert(w->on_tcp_waiting_list);
+ outnet->tcp_wait_first = w->next_waiting;
+ if(outnet->tcp_wait_last == w)
+ outnet->tcp_wait_last = NULL;
+ w->on_tcp_waiting_list = 0;
+ w->next_waiting = NULL;
+ return w;
}
/** add waiting_tcp element to the outnet tcp waiting list */
-static void
-outnet_add_tcp_waiting(struct outside_network* outnet, struct waiting_tcp* w)
+void
+outnet_waiting_tcp_list_add(struct outside_network* outnet,
+ struct waiting_tcp* w, int set_timer)
{
struct timeval tv;
log_assert(!w->on_tcp_waiting_list);
@@ -835,16 +864,18 @@ outnet_add_tcp_waiting(struct outside_network* outnet, struct waiting_tcp* w)
else outnet->tcp_wait_first = w;
outnet->tcp_wait_last = w;
w->on_tcp_waiting_list = 1;
+ if(set_timer) {
#ifndef S_SPLINT_S
- tv.tv_sec = w->timeout/1000;
- tv.tv_usec = (w->timeout%1000)*1000;
+ tv.tv_sec = w->timeout/1000;
+ tv.tv_usec = (w->timeout%1000)*1000;
#endif
- comm_timer_set(w->timer, &tv);
+ comm_timer_set(w->timer, &tv);
+ }
}
/** add waiting_tcp element as first to the outnet tcp waiting list */
-static void
-outnet_add_tcp_waiting_first(struct outside_network* outnet,
+void
+outnet_waiting_tcp_list_add_first(struct outside_network* outnet,
struct waiting_tcp* w, int reset_timer)
{
struct timeval tv;
@@ -869,6 +900,17 @@ outnet_add_tcp_waiting_first(struct outside_network* outnet,
(outnet->tcp_reuse_first && outnet->tcp_reuse_last));
}
+/** call callback on waiting_tcp, if not NULL */
+static void
+waiting_tcp_callback(struct waiting_tcp* w, struct comm_point* c, int error,
+ struct comm_reply* reply_info)
+{
+ if(w && w->cb) {
+ fptr_ok(fptr_whitelist_pending_tcp(w->cb));
+ (void)(*w->cb)(c, w->cb_arg, error, reply_info);
+ }
+}
+
/** see if buffers can be used to service TCP queries */
static void
use_free_buffer(struct outside_network* outnet)
@@ -879,15 +921,10 @@ use_free_buffer(struct outside_network* outnet)
struct pending_tcp* pend_tcp = NULL;
#endif
struct reuse_tcp* reuse = NULL;
- w = outnet->tcp_wait_first;
- log_assert(w->on_tcp_waiting_list);
- outnet->tcp_wait_first = w->next_waiting;
- if(outnet->tcp_wait_last == w)
- outnet->tcp_wait_last = NULL;
+ w = outnet_waiting_tcp_list_pop(outnet);
log_assert(
(!outnet->tcp_reuse_first && !outnet->tcp_reuse_last) ||
(outnet->tcp_reuse_first && outnet->tcp_reuse_last));
- w->on_tcp_waiting_list = 0;
reuse = reuse_tcp_find(outnet, &w->addr, w->addrlen,
w->ssl_upstream);
/* re-select an ID when moving to a new TCP buffer */
@@ -934,7 +971,7 @@ use_free_buffer(struct outside_network* outnet)
#endif
} else {
/* no reuse and no free buffer, put back at the start */
- outnet_add_tcp_waiting_first(outnet, w, 0);
+ outnet_waiting_tcp_list_add_first(outnet, w, 0);
break;
}
#ifdef USE_DNSTAP
@@ -1008,7 +1045,7 @@ reuse_move_writewait_away(struct outside_network* outnet,
* fail the query */
w->error_count ++;
reuse_tree_by_id_delete(&pend->reuse, w);
- outnet_add_tcp_waiting(outnet, w);
+ outnet_waiting_tcp_list_add(outnet, w, 1);
}
while((w = reuse_write_wait_pop(&pend->reuse)) != NULL) {
if(verbosity >= VERB_CLIENT && w->pkt_len > 12+2+2 &&
@@ -1019,7 +1056,7 @@ reuse_move_writewait_away(struct outside_network* outnet,
verbose(VERB_CLIENT, "reuse_move_writewait_away item %s", buf);
}
reuse_tree_by_id_delete(&pend->reuse, w);
- outnet_add_tcp_waiting(outnet, w);
+ outnet_waiting_tcp_list_add(outnet, w, 1);
}
}
@@ -1417,11 +1454,11 @@ outnet_udp_cb(struct comm_point* c, void* arg, int error,
/* setup lookup key */
key.id = (unsigned)LDNS_ID_WIRE(sldns_buffer_begin(c->buffer));
- memcpy(&key.addr, &reply_info->addr, reply_info->addrlen);
- key.addrlen = reply_info->addrlen;
+ memcpy(&key.addr, &reply_info->remote_addr, reply_info->remote_addrlen);
+ key.addrlen = reply_info->remote_addrlen;
verbose(VERB_ALGO, "Incoming reply id = %4.4x", key.id);
log_addr(VERB_ALGO, "Incoming reply addr =",
- &reply_info->addr, reply_info->addrlen);
+ &reply_info->remote_addr, reply_info->remote_addrlen);
/* find it, see if this thing is a valid query response */
verbose(VERB_ALGO, "lookup size is %d entries", (int)outnet->pending->count);
@@ -1690,7 +1727,7 @@ outside_network_create(struct comm_base *base, size_t bufsize,
return NULL;
}
pc->cp = comm_point_create_udp(outnet->base, -1,
- outnet->udp_buff, outnet_udp_cb, outnet, NULL);
+ outnet->udp_buff, 0, outnet_udp_cb, outnet, NULL);
if(!pc->cp) {
log_err("malloc failed");
free(pc);
@@ -2237,7 +2274,7 @@ outnet_tcptimer(void* arg)
verbose(VERB_CLIENT, "outnet_tcptimer");
if(w->on_tcp_waiting_list) {
/* it is on the waiting list */
- waiting_list_remove(outnet, w);
+ outnet_waiting_tcp_list_remove(outnet, w);
waiting_tcp_callback(w, NULL, NETEVENT_TIMEOUT, NULL);
waiting_tcp_delete(w);
} else {
@@ -2464,7 +2501,7 @@ pending_tcp_query(struct serviced_query* sq, sldns_buffer* packet,
#ifdef USE_DNSTAP
w->sq = sq;
#endif
- outnet_add_tcp_waiting(sq->outnet, w);
+ outnet_waiting_tcp_list_add(sq->outnet, w, 1);
}
return w;
}
@@ -2545,8 +2582,10 @@ serviced_create(struct outside_network* outnet, sldns_buffer* buff, int dnssec,
#ifdef UNBOUND_DEBUG
rbnode_type* ins;
#endif
- if(!sq)
+ if(!sq) {
+ alloc_reg_release(alloc, region);
return NULL;
+ }
sq->node.key = sq;
sq->alloc = alloc;
sq->region = region;
@@ -2610,30 +2649,6 @@ serviced_create(struct outside_network* outnet, sldns_buffer* buff, int dnssec,
return sq;
}
-/** remove waiting tcp from the outnet waiting list */
-static void
-waiting_list_remove(struct outside_network* outnet, struct waiting_tcp* w)
-{
- struct waiting_tcp* p = outnet->tcp_wait_first, *prev = NULL;
- w->on_tcp_waiting_list = 0;
- while(p) {
- if(p == w) {
- /* remove w */
- if(prev)
- prev->next_waiting = w->next_waiting;
- else outnet->tcp_wait_first = w->next_waiting;
- if(outnet->tcp_wait_last == w)
- outnet->tcp_wait_last = prev;
- return;
- }
- prev = p;
- p = p->next_waiting;
- }
- /* waiting_list_remove is currently called only with items that are
- * already in the waiting list. */
- log_assert(0);
-}
-
/** reuse tcp stream, remove serviced query from stream,
* return true if the stream is kept, false if it is to be closed */
static int
@@ -2728,7 +2743,7 @@ serviced_delete(struct serviced_query* sq)
sq->pending = NULL;
} else {
verbose(VERB_CLIENT, "serviced_delete: tcpwait");
- waiting_list_remove(sq->outnet, w);
+ outnet_waiting_tcp_list_remove(sq->outnet, w);
if(!w->in_cb_and_decommission)
waiting_tcp_delete(w);
}
@@ -3101,8 +3116,8 @@ serviced_tcp_callback(struct comm_point* c, void* arg, int error,
rep = &r2;
r2.c = c;
}
- memcpy(&rep->addr, &sq->addr, sq->addrlen);
- rep->addrlen = sq->addrlen;
+ memcpy(&rep->remote_addr, &sq->addr, sq->addrlen);
+ rep->remote_addrlen = sq->addrlen;
serviced_callbacks(sq, error, c, rep);
return 0;
}
@@ -3432,7 +3447,6 @@ outnet_serviced_query(struct outside_network* outnet,
infra_ratelimit_dec(env->infra_cache,
zone, zonelen, timenow);
}
- alloc_reg_release(env->alloc, region);
return NULL;
}
if(!(cb = (struct service_callback*)regional_alloc(
@@ -3581,7 +3595,7 @@ outnet_comm_point_for_udp(struct outside_network* outnet,
if(fd == -1) {
return NULL;
}
- cp = comm_point_create_udp(outnet->base, fd, outnet->udp_buff,
+ cp = comm_point_create_udp(outnet->base, fd, outnet->udp_buff, 0,
cb, cb_arg, NULL);
if(!cp) {
log_err("malloc failure");
@@ -3669,8 +3683,8 @@ outnet_comm_point_for_tcp(struct outside_network* outnet,
close(fd);
return 0;
}
- cp->repinfo.addrlen = to_addrlen;
- memcpy(&cp->repinfo.addr, to_addr, to_addrlen);
+ cp->repinfo.remote_addrlen = to_addrlen;
+ memcpy(&cp->repinfo.remote_addr, to_addr, to_addrlen);
/* setup for SSL (if needed) */
if(ssl) {
@@ -3745,8 +3759,8 @@ outnet_comm_point_for_http(struct outside_network* outnet,
close(fd);
return 0;
}
- cp->repinfo.addrlen = to_addrlen;
- memcpy(&cp->repinfo.addr, to_addr, to_addrlen);
+ cp->repinfo.remote_addrlen = to_addrlen;
+ memcpy(&cp->repinfo.remote_addr, to_addr, to_addrlen);
/* setup for SSL (if needed) */
if(ssl) {
diff --git a/sbin/unwind/libunbound/services/outside_network.h b/sbin/unwind/libunbound/services/outside_network.h
index c383b8f09e2..467c81f60ca 100644
--- a/sbin/unwind/libunbound/services/outside_network.h
+++ b/sbin/unwind/libunbound/services/outside_network.h
@@ -718,6 +718,30 @@ struct reuse_tcp* reuse_tcp_lru_snip(struct outside_network* outnet);
/** delete readwait waiting_tcp elements, deletes the elements in the list */
void reuse_del_readwait(rbtree_type* tree_by_id);
+/** remove waiting tcp from the outnet waiting list */
+void outnet_waiting_tcp_list_remove(struct outside_network* outnet,
+ struct waiting_tcp* w);
+
+/** pop the first waiting tcp from the outnet waiting list */
+struct waiting_tcp* outnet_waiting_tcp_list_pop(struct outside_network* outnet);
+
+/** add waiting_tcp element to the outnet tcp waiting list */
+void outnet_waiting_tcp_list_add(struct outside_network* outnet,
+ struct waiting_tcp* w, int set_timer);
+
+/** add waiting_tcp element as first to the outnet tcp waiting list */
+void outnet_waiting_tcp_list_add_first(struct outside_network* outnet,
+ struct waiting_tcp* w, int reset_timer);
+
+/** pop the first element from the writewait list */
+struct waiting_tcp* reuse_write_wait_pop(struct reuse_tcp* reuse);
+
+/** remove the element from the writewait list */
+void reuse_write_wait_remove(struct reuse_tcp* reuse, struct waiting_tcp* w);
+
+/** push the element after the last on the writewait list */
+void reuse_write_wait_push_back(struct reuse_tcp* reuse, struct waiting_tcp* w);
+
/** get TCP file descriptor for address, returns -1 on failure,
* tcp_mss is 0 or maxseg size to set for TCP packets. */
int outnet_get_tcp_fd(struct sockaddr_storage* addr, socklen_t addrlen,
diff --git a/sbin/unwind/libunbound/services/rpz.c b/sbin/unwind/libunbound/services/rpz.c
index 77b6266fecb..e876f3f9483 100644
--- a/sbin/unwind/libunbound/services/rpz.c
+++ b/sbin/unwind/libunbound/services/rpz.c
@@ -1392,11 +1392,13 @@ log_rpz_apply(char* trigger, uint8_t* dname, struct addr_tree_node* addrnode,
dnamestr[0]=0;
}
if(repinfo) {
- addr_to_str(&repinfo->addr, repinfo->addrlen, ip, sizeof(ip));
- port = ntohs(((struct sockaddr_in*)&repinfo->addr)->sin_port);
+ addr_to_str(&repinfo->client_addr, repinfo->client_addrlen, ip, sizeof(ip));
+ port = ntohs(((struct sockaddr_in*)&repinfo->client_addr)->sin_port);
} else if(ms && ms->mesh_info && ms->mesh_info->reply_list) {
- addr_to_str(&ms->mesh_info->reply_list->query_reply.addr, ms->mesh_info->reply_list->query_reply.addrlen, ip, sizeof(ip));
- port = ntohs(((struct sockaddr_in*)&ms->mesh_info->reply_list->query_reply.addr)->sin_port);
+ addr_to_str(&ms->mesh_info->reply_list->query_reply.client_addr,
+ ms->mesh_info->reply_list->query_reply.client_addrlen,
+ ip, sizeof(ip));
+ port = ntohs(((struct sockaddr_in*)&ms->mesh_info->reply_list->query_reply.client_addr)->sin_port);
} else {
ip[0]=0;
port = 0;
@@ -1468,7 +1470,9 @@ rpz_resolve_client_action_and_zone(struct auth_zones* az, struct query_info* qin
}
z = rpz_find_zone(r->local_zones, qinfo->qname, qinfo->qname_len,
qinfo->qclass, 0, 0, 0);
- node = rpz_ipbased_trigger_lookup(r->client_set, &repinfo->addr, repinfo->addrlen, "clientip");
+ node = rpz_ipbased_trigger_lookup(r->client_set,
+ &repinfo->client_addr, repinfo->client_addrlen,
+ "clientip");
if((z || node) && r->action_override == RPZ_DISABLED_ACTION) {
if(r->log)
log_rpz_apply((node?"clientip":"qname"),
@@ -2164,18 +2168,16 @@ rpz_callback_from_iterator_module(struct module_qstate* ms, struct iter_qstate*
lock_rw_unlock(&az->rpz_lock);
- if(raddr == NULL && z == NULL) { return NULL; }
- else if(raddr != NULL) {
+ if(raddr == NULL && z == NULL)
+ return NULL;
+
+ if(raddr != NULL) {
if(z) {
lock_rw_unlock(&z->lock);
}
return rpz_apply_nsip_trigger(ms, r, raddr, a);
- } else if(z != NULL) {
- if(raddr) {
- lock_rw_unlock(&raddr->lock);
- }
- return rpz_apply_nsdname_trigger(ms, r, z, &match, a);
- } else { return NULL; }
+ }
+ return rpz_apply_nsdname_trigger(ms, r, z, &match, a);
}
struct dns_msg* rpz_callback_from_iterator_cname(struct module_qstate* ms,
diff --git a/sbin/unwind/libunbound/services/view.c b/sbin/unwind/libunbound/services/view.c
index db48ae9545f..72f3643184e 100644
--- a/sbin/unwind/libunbound/services/view.c
+++ b/sbin/unwind/libunbound/services/view.c
@@ -66,8 +66,9 @@ views_create(void)
return v;
}
-/** This prototype is defined in in respip.h, but we want to avoid
- * unnecessary dependencies */
+/* \noop (ignore this comment for doxygen)
+ * This prototype is defined in in respip.h, but we want to avoid
+ * unnecessary dependencies */
void respip_set_delete(struct respip_set *set);
void
diff --git a/sbin/unwind/libunbound/util/Makefile.inc b/sbin/unwind/libunbound/util/Makefile.inc
index 6f92ff2b1f9..33478fda771 100644
--- a/sbin/unwind/libunbound/util/Makefile.inc
+++ b/sbin/unwind/libunbound/util/Makefile.inc
@@ -1,11 +1,11 @@
-# $OpenBSD: Makefile.inc,v 1.4 2019/12/23 15:03:46 florian Exp $
+# $OpenBSD: Makefile.inc,v 1.5 2022/10/22 16:37:57 florian Exp $
.PATH: ${.CURDIR}/libunbound/util
SRCS+= alloc.c as112.c config_file.c configlexer.c configparser.y edns.c \
fptr_wlist.c locks.c mini_event.c module.c net_help.c netevent.c \
- random.c rbtree.c regional.c rtt.c tcp_conn_limit.c timehist.c tube.c \
- ub_event_pluggable.c util_log.c winsock_event.c
+ proxy_protocol.c random.c rbtree.c regional.c rtt.c tcp_conn_limit.c \
+ timehist.c tube.c ub_event_pluggable.c util_log.c winsock_event.c
util_log.c:
ln -s ${.CURDIR}/libunbound/util/log.c $@
diff --git a/sbin/unwind/libunbound/util/config_file.c b/sbin/unwind/libunbound/util/config_file.c
index cd9389a3551..cc54c4e8de9 100644
--- a/sbin/unwind/libunbound/util/config_file.c
+++ b/sbin/unwind/libunbound/util/config_file.c
@@ -786,6 +786,7 @@ int config_set_option(struct config_file* cfg, const char* opt,
else S_SIZET_NONZERO("pad-responses-block-size:", pad_responses_block_size)
else S_YNO("pad-queries:", pad_queries)
else S_SIZET_NONZERO("pad-queries-block-size:", pad_queries_block_size)
+ else S_STRLIST("proxy-protocol-port:", proxy_protocol_port)
#ifdef USE_IPSECMOD
else S_YNO("ipsecmod-enabled:", ipsecmod_enabled)
else S_YNO("ipsecmod-ignore-bogus:", ipsecmod_ignore_bogus)
@@ -822,7 +823,7 @@ int config_set_option(struct config_file* cfg, const char* opt,
* stub-ssl-upstream, forward-zone, auth-zone
* name, forward-addr, forward-host,
* ratelimit-for-domain, ratelimit-below-domain,
- * local-zone-tag, access-control-view,
+ * local-zone-tag, access-control-view, interface-*,
* send-client-subnet, client-subnet-always-forward,
* max-client-subnet-ipv4, max-client-subnet-ipv6,
* min-client-subnet-ipv4, min-client-subnet-ipv6,
@@ -1252,11 +1253,17 @@ config_get_option(struct config_file* cfg, const char* opt,
else O_LS3(opt, "access-control-tag-action", acl_tag_actions)
else O_LS3(opt, "access-control-tag-data", acl_tag_datas)
else O_LS2(opt, "access-control-view", acl_view)
+ else O_LS2(opt, "interface-action", interface_actions)
+ else O_LTG(opt, "interface-tag", interface_tags)
+ else O_LS3(opt, "interface-tag-action", interface_tag_actions)
+ else O_LS3(opt, "interface-tag-data", interface_tag_datas)
+ else O_LS2(opt, "interface-view", interface_view)
else O_YNO(opt, "pad-responses", pad_responses)
else O_DEC(opt, "pad-responses-block-size", pad_responses_block_size)
else O_YNO(opt, "pad-queries", pad_queries)
else O_DEC(opt, "pad-queries-block-size", pad_queries_block_size)
else O_LS2(opt, "edns-client-strings", edns_client_strings)
+ else O_LST(opt, "proxy-protocol-port", proxy_protocol_port)
#ifdef USE_IPSECMOD
else O_YNO(opt, "ipsecmod-enabled", ipsecmod_enabled)
else O_YNO(opt, "ipsecmod-ignore-bogus", ipsecmod_ignore_bogus)
@@ -1302,6 +1309,7 @@ create_cfg_parser(struct config_file* cfg, char* filename, const char* chroot)
cfg_parser->errors = 0;
cfg_parser->cfg = cfg;
cfg_parser->chroot = chroot;
+ cfg_parser->started_toplevel = 0;
init_cfg_parse();
}
@@ -1606,10 +1614,16 @@ config_delete(struct config_file* cfg)
config_deltrplstrlist(cfg->local_zone_overrides);
config_del_strarray(cfg->tagname, cfg->num_tags);
config_del_strbytelist(cfg->local_zone_tags);
- config_del_strbytelist(cfg->acl_tags);
config_del_strbytelist(cfg->respip_tags);
+ config_deldblstrlist(cfg->acl_view);
+ config_del_strbytelist(cfg->acl_tags);
config_deltrplstrlist(cfg->acl_tag_actions);
config_deltrplstrlist(cfg->acl_tag_datas);
+ config_deldblstrlist(cfg->interface_actions);
+ config_deldblstrlist(cfg->interface_view);
+ config_del_strbytelist(cfg->interface_tags);
+ config_deltrplstrlist(cfg->interface_tag_actions);
+ config_deltrplstrlist(cfg->interface_tag_datas);
config_delstrlist(cfg->control_ifs.first);
free(cfg->server_key_file);
free(cfg->server_cert_file);
@@ -1630,6 +1644,7 @@ config_delete(struct config_file* cfg)
config_delstrlist(cfg->python_script);
config_delstrlist(cfg->dynlib_file);
config_deldblstrlist(cfg->edns_client_strings);
+ config_delstrlist(cfg->proxy_protocol_port);
#ifdef USE_IPSECMOD
free(cfg->ipsecmod_hook);
config_delstrlist(cfg->ipsecmod_whitelist);
@@ -1800,6 +1815,9 @@ void ub_c_error_msg(const char* fmt, ...)
void ub_c_error(const char *str)
{
cfg_parser->errors++;
+ if(strcmp(str, "syntax error")==0 && cfg_parser->started_toplevel ==0)
+ str = "syntax error, is there no section start after an "
+ "include-toplevel directive perhaps.";
fprintf(stderr, "%s:%d: error: %s\n", cfg_parser->filename,
cfg_parser->line, str);
}
@@ -2609,3 +2627,35 @@ int cfg_has_https(struct config_file* cfg)
}
return 0;
}
+
+/** see if interface is PROXYv2, its port number == the proxy port number */
+int
+if_is_pp2(const char* ifname, const char* port,
+ struct config_strlist* proxy_protocol_port)
+{
+ struct config_strlist* s;
+ char* p = strchr(ifname, '@');
+ for(s = proxy_protocol_port; s; s = s->next) {
+ if(p && atoi(p+1) == atoi(s->str))
+ return 1;
+ if(!p && atoi(port) == atoi(s->str))
+ return 1;
+ }
+ return 0;
+}
+
+/** see if interface is DNSCRYPT, its port number == the dnscrypt port number */
+int
+if_is_dnscrypt(const char* ifname, const char* port, int dnscrypt_port)
+{
+#ifdef USE_DNSCRYPT
+ return ((strchr(ifname, '@') &&
+ atoi(strchr(ifname, '@')+1) == dnscrypt_port) ||
+ (!strchr(ifname, '@') && atoi(port) == dnscrypt_port));
+#else
+ (void)ifname;
+ (void)port;
+ (void)dnscrypt_port;
+ return 0;
+#endif
+}
diff --git a/sbin/unwind/libunbound/util/config_file.h b/sbin/unwind/libunbound/util/config_file.h
index ed372522dfa..b1406913a8c 100644
--- a/sbin/unwind/libunbound/util/config_file.h
+++ b/sbin/unwind/libunbound/util/config_file.h
@@ -114,6 +114,8 @@ struct config_file {
int do_tcp_keepalive;
/** tcp keepalive timeout, in msec */
int tcp_keepalive_timeout;
+ /** proxy protocol ports */
+ struct config_strlist* proxy_protocol_port;
/** private key file for dnstcp-ssl service (enabled if not NULL) */
char* ssl_service_key;
@@ -461,6 +463,16 @@ struct config_file {
struct config_str3list* acl_tag_datas;
/** list of aclname, view*/
struct config_str2list* acl_view;
+ /** list of interface action entries, linked list */
+ struct config_str2list* interface_actions;
+ /** list of interface, tagbitlist */
+ struct config_strbytelist* interface_tags;
+ /** list of interface, tagname, localzonetype */
+ struct config_str3list* interface_tag_actions;
+ /** list of interface, tagname, redirectdata */
+ struct config_str3list* interface_tag_datas;
+ /** list of interface, view*/
+ struct config_str2list* interface_view;
/** list of IP-netblock, tagbitlist */
struct config_strbytelist* respip_tags;
/** list of response-driven access control entries, linked list */
@@ -1262,6 +1274,8 @@ struct config_parser_state {
struct config_file* cfg;
/** the current chroot dir (or NULL if none) */
const char* chroot;
+ /** if we are started in a toplevel, or not, after a force_toplevel */
+ int started_toplevel;
};
/** global config parser object used during config parsing */
@@ -1310,6 +1324,12 @@ int if_is_https(const char* ifname, const char* port, int https_port);
*/
int cfg_has_https(struct config_file* cfg);
+/** see if interface is PROXYv2, its port number == the proxy port number */
+int if_is_pp2(const char* ifname, const char* port,
+ struct config_strlist* proxy_protocol_port);
+
+/** see if interface is DNSCRYPT, its port number == the dnscrypt port number */
+int if_is_dnscrypt(const char* ifname, const char* port, int dnscrypt_port);
#ifdef USE_LINUX_IP_LOCAL_PORT_RANGE
#define LINUX_IP_LOCAL_PORT_RANGE_PATH "/proc/sys/net/ipv4/ip_local_port_range"
#endif
diff --git a/sbin/unwind/libunbound/util/configlexer.c b/sbin/unwind/libunbound/util/configlexer.c
index a09ca8679ee..2209c86d069 100644
--- a/sbin/unwind/libunbound/util/configlexer.c
+++ b/sbin/unwind/libunbound/util/configlexer.c
@@ -5,7 +5,7 @@
#define YY_INT_ALIGNED short int
-/* $OpenBSD: configlexer.c,v 1.15 2022/09/23 19:37:23 florian Exp $ */
+/* $OpenBSD: configlexer.c,v 1.16 2022/10/22 16:37:57 florian Exp $ */
/* A lexical scanner generated by flex */
@@ -27,7 +27,7 @@
/* end standard C headers. */
-/* $OpenBSD: configlexer.c,v 1.15 2022/09/23 19:37:23 florian Exp $ */
+/* $OpenBSD: configlexer.c,v 1.16 2022/10/22 16:37:57 florian Exp $ */
/* flex integer type definitions */
@@ -368,8 +368,8 @@ static void yy_fatal_error (yyconst char msg[] );
*yy_cp = '\0'; \
(yy_c_buf_p) = yy_cp;
-#define YY_NUM_RULES 363
-#define YY_END_OF_BUFFER 364
+#define YY_NUM_RULES 369
+#define YY_END_OF_BUFFER 370
/* This struct is not used in this scanner,
but its presence is necessary. */
struct yy_trans_info
@@ -377,404 +377,409 @@ struct yy_trans_info
flex_int32_t yy_verify;
flex_int32_t yy_nxt;
};
-static yyconst flex_int16_t yy_accept[3600] =
+static yyconst flex_int16_t yy_accept[3646] =
{ 0,
- 1, 1, 337, 337, 341, 341, 345, 345, 349, 349,
- 1, 1, 353, 353, 357, 357, 364, 361, 1, 335,
- 335, 362, 2, 362, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 337, 338, 338, 339,
- 362, 341, 342, 342, 343, 362, 348, 345, 346, 346,
- 347, 362, 349, 350, 350, 351, 362, 360, 336, 2,
- 340, 362, 360, 356, 353, 354, 354, 355, 362, 357,
- 358, 358, 359, 362, 361, 0, 1, 2, 2, 2,
- 2, 361, 361, 361, 361, 361, 361, 361, 361, 361,
-
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 337,
- 0, 341, 0, 348, 0, 345, 349, 0, 360, 0,
- 2, 2, 360, 356, 0, 353, 357, 0, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
-
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 360, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
-
- 361, 361, 361, 361, 334, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 133, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 143, 361, 361, 361, 361, 361, 361,
- 361, 360, 361, 361, 361, 361, 361, 361, 361, 361,
-
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 115, 361, 333, 361, 361, 361, 361, 361,
- 361, 361, 361, 8, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
-
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 134, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 148, 361,
- 361, 360, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
-
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 326, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
-
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 360, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 69, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 255, 361, 14, 15, 361, 19, 18,
- 361, 361, 239, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
-
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 141, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 237, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 3, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
-
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 360, 361, 361, 361, 361,
- 361, 361, 361, 320, 361, 361, 319, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
-
- 361, 361, 361, 361, 361, 361, 361, 344, 361, 361,
- 361, 361, 361, 361, 361, 361, 68, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 72, 361, 289, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 327, 328, 361, 361, 361,
- 361, 361, 361, 361, 361, 73, 361, 361, 142, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 137, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 226, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
-
- 361, 361, 361, 361, 361, 361, 361, 21, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 168, 361, 361, 361, 361, 361, 360, 344, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 113,
- 361, 361, 361, 361, 361, 361, 361, 297, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 195, 361, 361, 361,
-
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 167, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 112, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
-
- 361, 361, 361, 361, 361, 35, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 36, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 70, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 140, 361, 361, 361,
- 360, 361, 361, 361, 361, 361, 132, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 71, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 259, 361, 361, 361, 361,
-
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 196, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 58, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
-
- 361, 361, 361, 361, 361, 361, 277, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 63, 361, 64,
- 361, 361, 361, 361, 361, 116, 361, 117, 361, 361,
- 361, 361, 361, 114, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 7, 361, 361,
- 361, 361, 360, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
-
- 361, 248, 361, 361, 361, 361, 171, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 260, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 49, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 59, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 218,
- 361, 217, 361, 361, 361, 361, 361, 361, 361, 361,
-
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 16, 17, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 74, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 225, 361, 361, 361, 361, 361, 361, 119, 361,
- 118, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 209, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 149, 361, 361,
-
- 361, 360, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 107, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 95, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 238, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 100,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 67, 361, 361, 361, 361, 361, 361,
-
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 212, 213, 361, 361, 361, 291, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 6, 361, 361, 361, 361, 361, 361, 361, 310,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 295, 361,
- 361, 361, 361, 361, 361, 361, 321, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 46, 361, 361, 361, 361, 361, 48, 361, 361,
-
- 361, 96, 361, 361, 361, 361, 361, 56, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 360,
- 361, 205, 361, 361, 361, 144, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 230, 361, 206, 361,
- 361, 361, 245, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 57, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 146, 125, 361, 126, 361,
- 361, 361, 361, 124, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 164, 361, 361, 54, 361, 361, 361,
-
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 276, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 207, 361, 361, 361, 361, 361,
- 210, 361, 216, 361, 361, 361, 361, 361, 361, 244,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 111, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 138, 361, 361,
- 361, 361, 361, 361, 361, 361, 65, 361, 361, 361,
- 29, 361, 361, 361, 361, 361, 361, 361, 361, 361,
-
- 361, 361, 361, 20, 361, 361, 361, 361, 361, 361,
- 361, 30, 39, 361, 176, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 203,
- 361, 361, 360, 361, 361, 361, 361, 361, 361, 82,
- 84, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 299, 361, 361, 361, 361, 256,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 127, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 163, 361, 50, 361, 361,
-
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 314, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 170, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 308, 361, 361, 361,
- 236, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 324, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 188, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 120, 361, 361, 361, 361, 361,
-
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 183, 361,
- 197, 361, 361, 361, 361, 361, 361, 361, 360, 361,
- 152, 361, 361, 361, 361, 361, 106, 361, 361, 361,
- 361, 228, 361, 361, 361, 361, 361, 361, 246, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 268, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 145, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 187, 361, 361, 361, 361,
-
- 361, 361, 361, 85, 361, 86, 361, 361, 361, 361,
- 361, 361, 66, 317, 361, 361, 361, 361, 361, 94,
- 198, 361, 219, 361, 249, 361, 361, 211, 292, 361,
- 361, 361, 361, 361, 361, 78, 361, 200, 361, 361,
- 361, 361, 361, 361, 9, 361, 361, 361, 361, 361,
- 110, 361, 361, 361, 361, 361, 281, 361, 361, 361,
- 361, 227, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
-
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 360, 361, 361, 361,
- 361, 186, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 172, 361, 298, 361, 361, 361, 361, 361,
- 267, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 240, 361, 361, 361, 361, 361, 361, 290,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 169, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 318, 361, 199, 361, 361,
-
- 361, 361, 361, 361, 361, 361, 77, 79, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 109, 361,
- 361, 361, 361, 361, 279, 361, 361, 361, 361, 294,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 232, 37, 31, 33, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 38,
- 361, 32, 34, 361, 40, 361, 361, 361, 361, 361,
- 361, 361, 105, 361, 182, 361, 361, 361, 361, 361,
- 361, 361, 360, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 234, 231, 361, 361, 361, 361,
-
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 76, 361, 361, 361, 147,
- 361, 128, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 165, 51, 361, 361, 361, 352, 13, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 312, 361, 315, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 12, 361, 361, 22,
- 361, 361, 361, 361, 361, 361, 285, 361, 361, 361,
- 361, 296, 361, 361, 361, 361, 80, 361, 242, 361,
- 361, 361, 361, 361, 233, 361, 361, 75, 361, 361,
-
- 361, 361, 361, 361, 23, 361, 361, 47, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 181, 180, 361, 361, 352, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 235, 229, 361, 247, 361, 361,
- 300, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 193, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 87, 361, 361,
- 361, 361, 361, 280, 361, 361, 361, 361, 215, 361,
- 361, 361, 361, 361, 241, 361, 361, 361, 361, 361,
-
- 361, 361, 361, 361, 287, 361, 361, 361, 322, 323,
- 178, 361, 361, 361, 81, 361, 361, 361, 361, 189,
- 361, 361, 361, 121, 123, 122, 361, 361, 361, 25,
- 361, 361, 173, 361, 175, 361, 220, 361, 361, 361,
- 361, 179, 361, 361, 361, 361, 250, 361, 361, 361,
- 361, 361, 361, 361, 154, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 258, 361, 361,
- 361, 361, 361, 361, 361, 331, 361, 27, 361, 293,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 92, 221, 361,
-
- 361, 361, 278, 361, 316, 361, 214, 361, 361, 361,
- 361, 361, 288, 60, 361, 361, 361, 361, 361, 361,
- 4, 361, 361, 361, 361, 136, 361, 153, 361, 361,
- 361, 194, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 253, 41, 42, 361, 361, 361, 361, 361, 361, 361,
- 301, 361, 361, 361, 361, 361, 361, 361, 266, 361,
- 361, 361, 361, 361, 361, 361, 361, 224, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 91, 90, 361, 361, 61, 361, 284, 361,
-
- 254, 361, 361, 361, 361, 361, 11, 361, 361, 361,
- 361, 361, 361, 361, 361, 135, 361, 361, 361, 361,
- 361, 222, 97, 361, 361, 44, 361, 361, 361, 361,
- 361, 361, 361, 361, 185, 361, 361, 361, 361, 361,
- 361, 361, 156, 361, 361, 361, 361, 257, 361, 361,
- 361, 361, 361, 265, 361, 361, 361, 361, 150, 361,
- 361, 361, 129, 131, 130, 361, 361, 361, 99, 103,
- 98, 166, 361, 361, 361, 361, 88, 361, 286, 361,
- 361, 361, 361, 361, 361, 10, 361, 361, 361, 361,
- 361, 282, 325, 361, 361, 361, 361, 361, 361, 330,
-
- 43, 361, 361, 361, 361, 361, 184, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 104, 102, 361, 55, 361, 361, 89, 361,
- 313, 361, 361, 361, 361, 24, 361, 361, 361, 361,
- 361, 208, 361, 361, 361, 361, 361, 361, 223, 361,
- 361, 361, 361, 361, 361, 361, 361, 204, 361, 361,
- 174, 83, 361, 361, 361, 361, 361, 302, 361, 361,
- 361, 361, 361, 361, 361, 262, 361, 361, 261, 151,
- 361, 361, 101, 52, 361, 361, 157, 158, 161, 162,
-
- 159, 160, 93, 311, 361, 361, 283, 139, 361, 361,
- 361, 26, 361, 177, 361, 361, 361, 361, 202, 361,
- 252, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 191, 190, 45, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 309, 361,
- 361, 361, 361, 108, 361, 251, 361, 275, 306, 361,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 332, 361, 53, 62, 5, 361, 361, 243, 361, 361,
-
- 307, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 263, 28, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 264, 361, 361, 361, 155, 361,
- 361, 361, 361, 361, 361, 361, 361, 192, 361, 201,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 303,
- 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
- 361, 361, 361, 361, 361, 361, 361, 329, 361, 361,
- 271, 361, 361, 361, 361, 361, 304, 361, 361, 361,
- 361, 361, 361, 305, 361, 361, 361, 269, 361, 272,
- 273, 361, 361, 361, 361, 361, 270, 274, 0
-
+ 1, 1, 343, 343, 347, 347, 351, 351, 355, 355,
+ 1, 1, 359, 359, 363, 363, 370, 367, 1, 341,
+ 341, 368, 2, 368, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 343, 344, 344, 345,
+ 368, 347, 348, 348, 349, 368, 354, 351, 352, 352,
+ 353, 368, 355, 356, 356, 357, 368, 366, 342, 2,
+ 346, 368, 366, 362, 359, 360, 360, 361, 368, 363,
+ 364, 364, 365, 368, 367, 0, 1, 2, 2, 2,
+ 2, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 343,
+ 0, 347, 0, 354, 0, 351, 355, 0, 366, 0,
+ 2, 2, 366, 362, 0, 359, 363, 0, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 366, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+
+ 367, 367, 367, 367, 367, 339, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 133, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 143, 367, 367, 367, 367,
+ 367, 367, 367, 366, 367, 367, 367, 367, 367, 367,
+
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 115, 367, 338, 367, 367, 367,
+ 367, 367, 367, 367, 367, 8, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 134, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 148, 367, 367, 366, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 331, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 366,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 69, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 260, 367, 14,
+ 15, 367, 19, 18, 367, 367, 240, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 141, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 238, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 3,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 366, 367, 367, 367, 367, 367, 367, 367, 325, 367,
+ 367, 324, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 350, 367, 367, 367, 367, 367, 367, 367,
+ 367, 68, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 72, 367,
+ 294, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 332, 333, 367, 367, 367, 367, 367, 367, 367, 367,
+ 73, 367, 367, 142, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 137,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 227, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 21, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 169, 367, 367, 367,
+ 367, 367, 366, 350, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 113, 367, 367, 367, 367,
+ 367, 367, 367, 302, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+
+ 367, 367, 196, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 168, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 112, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 35, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 36, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 70, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 140, 367, 367, 367, 366, 367, 367,
+ 367, 367, 367, 132, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 71,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+
+ 367, 367, 264, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 197, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 58, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 282, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 63, 367, 64, 367, 367,
+ 367, 367, 367, 116, 367, 117, 367, 367, 367, 367,
+ 367, 114, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 7, 367, 367, 367, 367,
+ 366, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 249,
+ 367, 367, 367, 367, 172, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 265, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 49, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 59, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 219,
+
+ 367, 218, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 16, 17, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 74, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 226, 367, 367, 367, 367, 367, 367, 119,
+ 367, 118, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 210, 367,
+
+ 367, 367, 367, 367, 367, 367, 367, 367, 149, 367,
+ 367, 367, 366, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 107, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 95, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 239,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 100, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+
+ 367, 367, 367, 367, 367, 367, 367, 67, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 213, 214, 367, 367,
+ 367, 296, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 6, 367, 367, 367, 367,
+ 367, 367, 367, 315, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 300, 367, 367, 367, 367, 367, 367,
+ 367, 326, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+
+ 367, 367, 367, 367, 367, 367, 46, 367, 367, 367,
+ 367, 367, 48, 367, 367, 367, 96, 367, 367, 367,
+ 367, 367, 56, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 366, 367, 206, 367, 367, 367,
+ 144, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 231, 367, 207, 367, 367, 367, 246, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 57, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 146, 125, 367, 126, 367, 367, 367, 367, 124, 367,
+
+ 367, 367, 367, 367, 367, 367, 367, 367, 165, 367,
+ 367, 54, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 281, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 208, 367, 367, 367, 367, 367, 211, 367,
+ 217, 367, 367, 367, 367, 367, 367, 245, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 111, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 138, 367, 367, 367,
+
+ 367, 367, 367, 367, 367, 65, 367, 367, 367, 29,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 20, 367, 367, 367, 367, 367, 367, 367,
+ 30, 39, 367, 177, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 204, 367,
+ 367, 366, 367, 367, 367, 367, 367, 367, 82, 84,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 304, 367, 367, 367, 367, 261, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+
+ 367, 367, 127, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 164, 367, 50, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 255, 367, 367,
+ 367, 367, 367, 367, 367, 319, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 171, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 313,
+ 367, 367, 367, 367, 237, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 329, 367, 367, 367, 367,
+
+ 367, 367, 367, 367, 367, 367, 367, 367, 189, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 120, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 184, 367, 198, 367, 367, 367, 367, 367,
+ 367, 367, 366, 367, 152, 367, 367, 367, 367, 367,
+ 106, 367, 367, 367, 367, 229, 367, 367, 367, 367,
+ 367, 367, 247, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 273,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+
+ 367, 145, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 188,
+ 367, 367, 367, 367, 367, 367, 367, 85, 367, 86,
+ 367, 367, 367, 367, 367, 258, 367, 367, 367, 367,
+ 66, 322, 367, 367, 367, 367, 367, 94, 199, 367,
+ 220, 367, 250, 367, 367, 212, 297, 367, 367, 367,
+ 367, 367, 367, 78, 367, 201, 367, 367, 367, 367,
+ 367, 367, 9, 367, 367, 367, 367, 367, 110, 367,
+ 367, 367, 367, 367, 367, 286, 367, 367, 367, 367,
+ 228, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 366, 367, 367, 367, 367,
+ 187, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 173, 367, 303, 367, 367, 367, 367, 367, 272,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 241, 367, 367, 367, 367, 367, 367, 295, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+
+ 367, 367, 367, 367, 367, 367, 170, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 323, 367, 200,
+ 367, 367, 367, 367, 367, 367, 367, 367, 77, 79,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 109, 367, 367, 367, 367, 367, 367, 284, 367, 367,
+ 367, 367, 299, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 233, 37, 31, 33,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 38, 367, 32, 34, 367, 40, 367, 367,
+
+ 367, 367, 367, 367, 367, 105, 367, 183, 367, 367,
+ 367, 367, 367, 367, 367, 366, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 235, 232, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 76, 367,
+ 367, 367, 147, 367, 128, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 166, 51, 367, 367, 367,
+ 358, 13, 367, 367, 367, 367, 367, 367, 367, 153,
+ 367, 367, 367, 367, 367, 367, 367, 317, 367, 320,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+
+ 367, 367, 12, 367, 367, 22, 367, 367, 367, 367,
+ 367, 367, 367, 290, 367, 367, 367, 367, 301, 367,
+ 367, 367, 367, 80, 367, 243, 367, 367, 367, 367,
+ 367, 234, 367, 367, 75, 367, 367, 367, 367, 367,
+ 367, 23, 367, 367, 47, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 182, 181, 367,
+ 367, 358, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 236, 230, 367, 248, 367, 367, 305, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 194, 367, 367, 367, 367, 367, 367, 367,
+
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 87, 367, 367, 367, 367, 367,
+ 367, 367, 285, 367, 367, 367, 367, 216, 367, 367,
+ 367, 367, 367, 242, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 292, 367, 367, 367, 327, 328,
+ 179, 367, 367, 367, 81, 367, 367, 367, 367, 190,
+ 367, 367, 367, 121, 123, 122, 367, 367, 367, 25,
+ 367, 367, 174, 367, 176, 367, 221, 367, 367, 367,
+ 367, 180, 367, 367, 367, 367, 251, 367, 367, 367,
+ 367, 367, 367, 367, 155, 367, 367, 367, 367, 367,
+
+ 367, 367, 367, 367, 367, 367, 367, 263, 367, 367,
+ 367, 367, 367, 367, 367, 336, 367, 27, 367, 298,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 92, 222, 367,
+ 367, 257, 367, 367, 283, 367, 321, 367, 215, 367,
+ 367, 367, 367, 367, 293, 60, 367, 367, 367, 367,
+ 367, 367, 367, 4, 367, 367, 367, 367, 136, 367,
+ 154, 367, 367, 367, 195, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 254, 41, 42, 367, 367, 367, 367,
+
+ 367, 367, 367, 306, 367, 367, 367, 367, 367, 367,
+ 367, 271, 367, 367, 367, 367, 367, 367, 367, 367,
+ 225, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 91, 90, 367, 367, 61,
+ 367, 367, 289, 367, 259, 367, 367, 367, 367, 367,
+ 11, 367, 367, 367, 367, 340, 367, 367, 367, 367,
+ 135, 367, 367, 367, 367, 367, 223, 97, 367, 367,
+ 44, 367, 367, 367, 367, 367, 367, 367, 367, 186,
+ 367, 367, 367, 367, 367, 367, 367, 157, 367, 367,
+ 367, 367, 262, 367, 367, 367, 367, 367, 270, 367,
+
+ 367, 367, 367, 150, 367, 367, 367, 129, 131, 130,
+ 367, 367, 367, 99, 103, 98, 167, 367, 367, 367,
+ 367, 88, 367, 256, 291, 367, 367, 367, 367, 367,
+ 367, 10, 367, 367, 367, 367, 367, 287, 330, 367,
+ 367, 367, 367, 367, 367, 335, 43, 367, 367, 367,
+ 367, 367, 185, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 104, 102,
+ 367, 55, 367, 367, 89, 367, 318, 367, 367, 367,
+ 367, 24, 367, 367, 367, 367, 367, 209, 367, 367,
+
+ 367, 367, 367, 367, 224, 367, 367, 367, 367, 367,
+ 367, 367, 367, 205, 367, 367, 175, 83, 367, 367,
+ 367, 367, 367, 307, 367, 367, 367, 367, 367, 367,
+ 367, 267, 367, 367, 266, 151, 367, 367, 101, 52,
+ 367, 367, 158, 159, 162, 163, 160, 161, 93, 316,
+ 367, 367, 288, 139, 367, 367, 367, 26, 367, 178,
+ 367, 367, 367, 367, 203, 367, 253, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 192, 191,
+ 45, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 314, 367, 367, 367, 367, 108,
+ 367, 252, 367, 280, 311, 367, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 337, 367, 53, 62,
+ 5, 367, 367, 244, 367, 367, 312, 367, 367, 367,
+ 367, 367, 367, 367, 367, 367, 268, 28, 367, 367,
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 269, 367, 367, 367, 156, 367, 367, 367, 367, 367,
+ 367, 367, 367, 193, 367, 202, 367, 367, 367, 367,
+ 367, 367, 367, 367, 367, 308, 367, 367, 367, 367,
+
+ 367, 367, 367, 367, 367, 367, 367, 367, 367, 367,
+ 367, 367, 367, 334, 367, 367, 276, 367, 367, 367,
+ 367, 367, 309, 367, 367, 367, 367, 367, 367, 310,
+ 367, 367, 367, 274, 367, 277, 278, 367, 367, 367,
+ 367, 367, 275, 279, 0
} ;
static yyconst flex_int32_t yy_ec[256] =
@@ -817,17 +822,17 @@ static yyconst flex_int32_t yy_meta[41] =
1, 1, 1, 1, 1, 1, 1, 1, 1, 1
} ;
-static yyconst flex_int16_t yy_base[3618] =
+static yyconst flex_int16_t yy_base[3664] =
{ 0,
0, 0, 38, 41, 44, 46, 59, 65, 71, 77,
- 90, 112, 96, 118, 124, 136, 4341, 4181, 81, 7019,
- 7019, 7019, 129, 52, 130, 63, 131, 152, 70, 140,
+ 90, 112, 96, 118, 124, 136, 4156, 2779, 81, 7110,
+ 7110, 7110, 129, 52, 130, 63, 131, 152, 70, 140,
149, 156, 57, 88, 76, 173, 175, 95, 197, 145,
- 185, 199, 208, 213, 178, 123, 3534, 7019, 7019, 7019,
- 107, 3162, 7019, 7019, 7019, 154, 3102, 2669, 7019, 7019,
- 7019, 245, 2592, 7019, 7019, 7019, 163, 2519, 7019, 249,
- 7019, 253, 148, 2320, 2287, 7019, 7019, 7019, 257, 2134,
- 7019, 7019, 7019, 233, 1825, 263, 201, 0, 267, 0,
+ 185, 199, 208, 213, 178, 123, 2391, 7110, 7110, 7110,
+ 107, 2147, 7110, 7110, 7110, 154, 2117, 1982, 7110, 7110,
+ 7110, 245, 1770, 7110, 7110, 7110, 163, 1609, 7110, 249,
+ 7110, 253, 148, 1509, 1480, 7110, 7110, 7110, 257, 1324,
+ 7110, 7110, 7110, 233, 1201, 263, 201, 0, 267, 0,
0, 165, 191, 221, 252, 205, 181, 265, 92, 261,
216, 263, 271, 272, 210, 279, 274, 282, 278, 291,
@@ -835,9 +840,9 @@ static yyconst flex_int16_t yy_base[3618] =
317, 311, 315, 319, 321, 331, 327, 332, 336, 322,
339, 337, 346, 345, 347, 348, 353, 351, 357, 284,
358, 359, 369, 360, 380, 365, 381, 379, 375, 366,
- 367, 389, 390, 394, 393, 395, 396, 403, 404, 1718,
- 419, 1459, 422, 1387, 429, 1205, 1013, 433, 984, 437,
- 441, 0, 433, 780, 447, 527, 467, 452, 411, 445,
+ 367, 389, 390, 394, 393, 395, 396, 403, 404, 1026,
+ 419, 993, 422, 933, 429, 800, 757, 433, 713, 437,
+ 441, 0, 433, 515, 447, 479, 364, 452, 411, 445,
426, 446, 447, 448, 449, 450, 451, 453, 452, 456,
470, 234, 463, 473, 481, 479, 476, 483, 486, 493,
@@ -845,783 +850,793 @@ static yyconst flex_int16_t yy_base[3618] =
512, 513, 460, 514, 517, 529, 518, 516, 526, 538,
539, 550, 543, 534, 551, 552, 400, 559, 555, 563,
558, 570, 565, 574, 566, 569, 571, 576, 573, 577,
- 580, 578, 581, 584, 587, 588, 598, 589, 596, 600,
- 601, 611, 602, 612, 607, 610, 362, 609, 541, 619,
- 622, 617, 624, 625, 626, 629, 632, 639, 641, 642,
- 643, 645, 634, 648, 647, 638, 649, 651, 659, 662,
- 660, 663, 670, 669, 671, 672, 673, 675, 652, 682,
- 678, 686, 679, 692, 691, 693, 695, 697, 699, 698,
-
- 700, 702, 703, 705, 7019, 716, 706, 721, 717, 728,
- 723, 707, 725, 732, 735, 718, 731, 734, 733, 736,
- 739, 740, 741, 743, 747, 750, 748, 753, 752, 763,
- 767, 759, 774, 760, 761, 772, 782, 775, 768, 776,
- 795, 790, 796, 802, 804, 805, 807, 808, 806, 809,
- 811, 812, 813, 827, 816, 829, 823, 819, 830, 832,
- 839, 840, 7019, 836, 837, 851, 844, 853, 857, 854,
- 863, 846, 869, 867, 872, 873, 885, 907, 875, 880,
- 874, 876, 890, 7019, 893, 897, 931, 877, 900, 919,
- 914, 881, 905, 917, 916, 921, 935, 915, 922, 937,
-
- 954, 952, 936, 939, 938, 955, 949, 967, 962, 965,
- 887, 966, 974, 969, 970, 971, 981, 972, 973, 977,
- 982, 988, 995, 999, 983, 1003, 997, 991, 1005, 1008,
- 1009, 1004, 1006, 1029, 1017, 1012, 1025, 1031, 1023, 1039,
- 1016, 1038, 1036, 1045, 1049, 1041, 1051, 1053, 1056, 1057,
- 1058, 1059, 1069, 1064, 1065, 1067, 1070, 1072, 1073, 1078,
- 1076, 1079, 1081, 1083, 1084, 1087, 1092, 1094, 1098, 1085,
- 1099, 1101, 7019, 1107, 7019, 1105, 1102, 1109, 1111, 1112,
- 1113, 1114, 1115, 7019, 1117, 1121, 1116, 1124, 1125, 1122,
- 1146, 1142, 1129, 1141, 1145, 1144, 1150, 1151, 1159, 1154,
-
- 1161, 1162, 1155, 1163, 1157, 1166, 1128, 1167, 1170, 1171,
- 1173, 1175, 1177, 1195, 7019, 1178, 1181, 1182, 1184, 1186,
- 1199, 1191, 1206, 1208, 1212, 1218, 1200, 1183, 1226, 1222,
- 1224, 1225, 1229, 1230, 1232, 1234, 1235, 1238, 1239, 1241,
- 1244, 1242, 1246, 1249, 1248, 1247, 1255, 1258, 7019, 1260,
- 1263, 1271, 1278, 1262, 1265, 1273, 1276, 1279, 1277, 1281,
- 1283, 1282, 1286, 1289, 1288, 1299, 1291, 1304, 1300, 1302,
- 1301, 1306, 1308, 1311, 1307, 1309, 1328, 1317, 1319, 1332,
- 1335, 1334, 1337, 1344, 1346, 1324, 1320, 1339, 1347, 1343,
- 1349, 1352, 1353, 1354, 1355, 1357, 1358, 1367, 1363, 1365,
-
- 1364, 1366, 1370, 1372, 1374, 1375, 1380, 1379, 1377, 1381,
- 1392, 1390, 1388, 1397, 1394, 1403, 1399, 1391, 1406, 1410,
- 1413, 1414, 7019, 1422, 1419, 1418, 1420, 1425, 1423, 1431,
- 1432, 1433, 1434, 1437, 1435, 1438, 1443, 1444, 1445, 1439,
- 1447, 1452, 1454, 1455, 1456, 1465, 1472, 1471, 1473, 1457,
- 1467, 1476, 1477, 1479, 1486, 1483, 1491, 1484, 1489, 1492,
- 1500, 1493, 1495, 1496, 1509, 1502, 1504, 1505, 1507, 1511,
- 1517, 1518, 1519, 1526, 1523, 1528, 1540, 1529, 1531, 1536,
- 1532, 1542, 1541, 1545, 1546, 1547, 1548, 1555, 1550, 1552,
- 1557, 1558, 1553, 1560, 1562, 1567, 1575, 1570, 1577, 1576,
-
- 1578, 1580, 1581, 1583, 1584, 1589, 1585, 1592, 1593, 1594,
- 1599, 1595, 1606, 1614, 1608, 1596, 1616, 1617, 1619, 1620,
- 1621, 1625, 1623, 1628, 1632, 1626, 1629, 1637, 1635, 1641,
- 1643, 1644, 1645, 1586, 1655, 1646, 1656, 1657, 1660, 1662,
- 1663, 1665, 1647, 1667, 1672, 1670, 1675, 1676, 7019, 1664,
- 1688, 1677, 1686, 1684, 1687, 1689, 1698, 1691, 1693, 1695,
- 1694, 1701, 1722, 7019, 1702, 7019, 7019, 848, 7019, 7019,
- 1705, 1703, 7019, 1704, 1710, 1706, 1720, 1725, 1732, 1737,
- 1728, 1730, 1735, 1723, 1746, 1750, 1745, 1753, 1755, 1756,
- 1759, 1747, 1760, 1761, 1767, 1770, 1772, 1773, 1708, 1783,
-
- 1778, 1788, 1779, 1790, 1791, 1796, 1781, 1797, 1800, 1803,
- 1804, 1793, 1806, 1807, 1809, 1811, 1813, 1808, 1815, 1817,
- 1820, 1821, 1822, 1830, 1826, 1835, 1842, 7019, 1832, 1845,
- 1840, 1849, 1846, 1853, 1852, 1848, 1850, 1857, 1861, 1862,
- 1863, 1864, 1867, 1865, 1866, 1873, 1868, 1875, 1876, 1878,
- 1880, 1883, 1882, 7019, 1888, 1890, 1891, 1893, 1894, 1892,
- 1900, 1896, 1902, 1904, 1906, 1917, 1907, 1908, 1914, 1912,
- 1923, 1918, 1920, 1922, 7019, 1924, 1935, 1928, 1936, 1930,
- 1937, 1939, 1940, 1943, 1944, 1945, 1946, 1947, 1948, 1958,
- 1955, 1954, 1956, 1960, 1961, 1970, 1969, 1971, 1973, 1981,
-
- 1974, 1982, 1983, 1984, 1986, 1987, 1988, 1989, 1991, 1995,
- 1996, 2003, 1998, 2005, 2000, 2001, 2019, 2022, 2020, 2006,
- 2017, 2018, 2009, 2026, 2034, 2038, 2033, 2031, 2035, 2045,
- 2040, 2042, 2043, 2046, 2047, 2058, 2044, 2062, 2053, 2055,
- 2056, 2064, 2067, 7019, 2068, 2070, 7019, 2072, 2071, 2073,
- 2095, 2074, 2078, 2081, 2080, 2083, 2089, 2087, 2099, 2105,
- 2101, 2118, 2088, 2107, 2119, 2109, 2122, 2114, 2120, 2128,
- 2129, 2130, 2131, 2133, 2139, 2136, 2149, 2152, 2148, 2156,
- 2159, 2132, 2155, 2157, 2176, 2158, 2160, 2164, 2161, 2162,
- 2166, 2172, 2167, 2179, 2168, 2169, 2181, 2191, 2189, 2186,
-
- 2192, 2199, 2200, 2201, 2204, 2205, 2206, 7019, 2213, 2208,
- 2212, 2216, 2090, 2220, 2217, 2223, 7019, 2224, 2225, 2227,
- 2235, 2228, 2230, 2236, 2232, 2239, 2238, 2244, 2245, 2246,
- 2251, 2247, 2265, 7019, 2250, 7019, 2248, 2240, 2263, 2261,
- 2267, 2269, 2270, 2271, 2272, 7019, 7019, 2273, 2274, 2288,
- 2290, 2292, 2282, 2279, 2293, 7019, 2295, 2302, 7019, 2299,
- 2304, 2298, 2297, 2305, 2308, 2309, 2310, 2319, 2314, 2324,
- 2315, 2323, 2327, 7019, 2331, 2333, 2316, 2335, 2338, 2329,
- 2339, 2342, 2344, 2346, 7019, 2350, 2351, 2353, 2360, 2362,
- 2355, 2352, 2363, 2368, 2357, 2365, 2371, 2373, 2372, 2380,
-
- 2383, 2387, 2388, 2389, 2392, 2390, 2402, 7019, 2398, 2379,
- 2399, 2406, 2404, 2408, 2401, 2405, 2411, 2412, 2413, 2415,
- 2417, 2422, 2421, 2423, 2424, 2425, 2434, 2435, 2427, 2438,
- 2440, 2431, 2437, 2445, 2446, 2382, 2447, 2449, 2448, 2452,
- 7019, 2453, 2455, 2460, 2456, 2466, 2459, 171, 2462, 2463,
- 2469, 2470, 2473, 2484, 2474, 2486, 2491, 2487, 2488, 2490,
- 2495, 2496, 2497, 2499, 2498, 2489, 2502, 2501, 2505, 7019,
- 2507, 2512, 2514, 2515, 2517, 2518, 2520, 7019, 2527, 2521,
- 2528, 2541, 2535, 2529, 2544, 2537, 2545, 2546, 2548, 2549,
- 2550, 2557, 2554, 2552, 2558, 2560, 7019, 2565, 2567, 2570,
-
- 2561, 2571, 2573, 2574, 2578, 2580, 2582, 2584, 2585, 2590,
- 2586, 2588, 2589, 2591, 2599, 2602, 2612, 2594, 2603, 2604,
- 2611, 2608, 2616, 2615, 2618, 2620, 2625, 2621, 7019, 2630,
- 2622, 2631, 2632, 2629, 2636, 2633, 2639, 2648, 2644, 2646,
- 2653, 2654, 2667, 2656, 2650, 2664, 2661, 2665, 2673, 2677,
- 2674, 2678, 2684, 2681, 2687, 2689, 2691, 2695, 2699, 2696,
- 2697, 2698, 2700, 2701, 2710, 2712, 2715, 2718, 2708, 2716,
- 2723, 2724, 2726, 2742, 2733, 7019, 2731, 2737, 2729, 2741,
- 2749, 2745, 2746, 2751, 2753, 2755, 2757, 2758, 2759, 2766,
- 2761, 2763, 2770, 2765, 2769, 2771, 2772, 2780, 2782, 2783,
-
- 2784, 2791, 2786, 2793, 2707, 7019, 2794, 2798, 2788, 2795,
- 2806, 2796, 2810, 2811, 2813, 2799, 2802, 2814, 2822, 2817,
- 2815, 2824, 2819, 2831, 2828, 2829, 2834, 2826, 7019, 2840,
- 2830, 2841, 2842, 2846, 2848, 2849, 2850, 2856, 2858, 2851,
- 2861, 2862, 2864, 2865, 2868, 7019, 2873, 2875, 2871, 2874,
- 2883, 2878, 2882, 2884, 2886, 2888, 7019, 2889, 2891, 2890,
- 2892, 2893, 2896, 2903, 2904, 2899, 7019, 2912, 2902, 2910,
- 2911, 2914, 2915, 2917, 2920, 2918, 2923, 2924, 2927, 2934,
- 2928, 2936, 7019, 2925, 2946, 2937, 2943, 2939, 2949, 2950,
- 2953, 2954, 2957, 2956, 2960, 7019, 2967, 2969, 2964, 2978,
-
- 2970, 2976, 2979, 2980, 2981, 2982, 2983, 2984, 2988, 2990,
- 7019, 2991, 2994, 2995, 2998, 2992, 3000, 3003, 3014, 3007,
- 3009, 3011, 3006, 3016, 3017, 3015, 3021, 3028, 3024, 3023,
- 3027, 3033, 3036, 3038, 3040, 3039, 3043, 3051, 3052, 3047,
- 3054, 3057, 3058, 3050, 3060, 3062, 3069, 3071, 3074, 3072,
- 3075, 7019, 3078, 3079, 3080, 3070, 3082, 3084, 3085, 3086,
- 3090, 3087, 3095, 3092, 3096, 3099, 3112, 3114, 3101, 3104,
- 3109, 3115, 3116, 3117, 3119, 3120, 3123, 3130, 3126, 3127,
- 3129, 3139, 3132, 3136, 3143, 3135, 3144, 3145, 3146, 3148,
- 3152, 3149, 3153, 3156, 3158, 3150, 3159, 3160, 3174, 3176,
-
- 3177, 3179, 3171, 3180, 3181, 3185, 7019, 3188, 3190, 3186,
- 3192, 3193, 3197, 3198, 3205, 3200, 3207, 3208, 3211, 3210,
- 3213, 3218, 3219, 3221, 3222, 3229, 3225, 7019, 3226, 7019,
- 3227, 3228, 3231, 3240, 3235, 7019, 3246, 7019, 3236, 3250,
- 3241, 3243, 3247, 7019, 3251, 3252, 3256, 3253, 3258, 3260,
- 3264, 3265, 3266, 3267, 3268, 3275, 3270, 3274, 3277, 3281,
- 3280, 3284, 3287, 3289, 3290, 3292, 3291, 3294, 3298, 3299,
- 3300, 3307, 3309, 3310, 3311, 3312, 3313, 7019, 3317, 3320,
- 3314, 3325, 3322, 3324, 3326, 3332, 3333, 3334, 3335, 3339,
- 3337, 3341, 3346, 3349, 3343, 3350, 3353, 3360, 3362, 3354,
-
- 3369, 7019, 3364, 3367, 3368, 3371, 7019, 3375, 3372, 3381,
- 3383, 3376, 3373, 3379, 3385, 3392, 3386, 3389, 3395, 3399,
- 3403, 3406, 3407, 7019, 3400, 3408, 3398, 3416, 3421, 3412,
- 3424, 3428, 3425, 3431, 3433, 3435, 3437, 3414, 3438, 3439,
- 3440, 3441, 3449, 3451, 3452, 3448, 3461, 3447, 3454, 3463,
- 3464, 3450, 3457, 3465, 3466, 3467, 3471, 3473, 3472, 3474,
- 3475, 3476, 3482, 3488, 7019, 3480, 3491, 3483, 3500, 3489,
- 3497, 3498, 3493, 3502, 7019, 3505, 3506, 3510, 3508, 3511,
- 3514, 3516, 3517, 3519, 3522, 3521, 3525, 3533, 3524, 7019,
- 3528, 7019, 3527, 3535, 3547, 3550, 3539, 3544, 3553, 3555,
-
- 3557, 3558, 3559, 3560, 3561, 3565, 3567, 3569, 3568, 3573,
- 3571, 3581, 3589, 3572, 3574, 3586, 3590, 3591, 3576, 3601,
- 3593, 3597, 7019, 7019, 3596, 3602, 3603, 3606, 3607, 3610,
- 3612, 3614, 3619, 3617, 3618, 3625, 3634, 7019, 3630, 3631,
- 3629, 3632, 3636, 3647, 3638, 3649, 3658, 3640, 3653, 3660,
- 3655, 7019, 3642, 3657, 3665, 3663, 3666, 3670, 7019, 3672,
- 7019, 3668, 3673, 3674, 3677, 3678, 3679, 3681, 3682, 3684,
- 3686, 3689, 3696, 3704, 3705, 3706, 3701, 3708, 3690, 3702,
- 3711, 3713, 3715, 3722, 3718, 3719, 3721, 7019, 3724, 3725,
- 3727, 3729, 3726, 3732, 3733, 3741, 3736, 7019, 3742, 3743,
-
- 3744, 3748, 3749, 3755, 3751, 3756, 3757, 3762, 3758, 3766,
- 3763, 3765, 7019, 3767, 3769, 3780, 3771, 3778, 3779, 3782,
- 3784, 3791, 7019, 3788, 3792, 3800, 3798, 3795, 3802, 3803,
- 3799, 3805, 3808, 3810, 3809, 3811, 3812, 3813, 3815, 3817,
- 3820, 3818, 3831, 3832, 3824, 3834, 3841, 3823, 7019, 3840,
- 3845, 3846, 3847, 3848, 3849, 3853, 3854, 3858, 3860, 3850,
- 3862, 3871, 3852, 3866, 3874, 3876, 3877, 3884, 3879, 7019,
- 3886, 3883, 3891, 3888, 3889, 3894, 3899, 3890, 3900, 3903,
- 3892, 3896, 3904, 3906, 3912, 3915, 3922, 3918, 3908, 3921,
- 3923, 3925, 3924, 7019, 3935, 3926, 3927, 3936, 3941, 3933,
-
- 3951, 3946, 3947, 3949, 3954, 3950, 3956, 3958, 3959, 3960,
- 3963, 3964, 7019, 7019, 3966, 3968, 3971, 7019, 3973, 3969,
- 3983, 3972, 3975, 3979, 3986, 3985, 3987, 3989, 3994, 3991,
- 3997, 7019, 4004, 4002, 4005, 4003, 4009, 4012, 4008, 7019,
- 4011, 4020, 4019, 4021, 4022, 4024, 4027, 4025, 4029, 4032,
- 4033, 4034, 4036, 4045, 4048, 4038, 4040, 4043, 7019, 4049,
- 4050, 4052, 4054, 4056, 4059, 4061, 7019, 4062, 4064, 4065,
- 4067, 4070, 4075, 4082, 4077, 4084, 4071, 4085, 4087, 4089,
- 4090, 4091, 4095, 4102, 4098, 4097, 4100, 4101, 4104, 4107,
- 4109, 7019, 4117, 4118, 4119, 4120, 4122, 7019, 4124, 4133,
-
- 4136, 7019, 4137, 4128, 4135, 4138, 4147, 7019, 4143, 4142,
- 4144, 4148, 4145, 4157, 4152, 4159, 4161, 4158, 4162, 4163,
- 4164, 7019, 4166, 4165, 4167, 7019, 4180, 4185, 4188, 4190,
- 4171, 4175, 4173, 4192, 4193, 4194, 7019, 4195, 7019, 4198,
- 4196, 4204, 7019, 4202, 4206, 4207, 4210, 4211, 4216, 4217,
- 4223, 4225, 4213, 4219, 4227, 4215, 4231, 4232, 4236, 4229,
- 4239, 4238, 4240, 7019, 4241, 4243, 4246, 4249, 4244, 4250,
- 4257, 4259, 4252, 4260, 4262, 7019, 7019, 4268, 7019, 4269,
- 4263, 4270, 4274, 7019, 4276, 4278, 4283, 4280, 4281, 4285,
- 4284, 4289, 4293, 7019, 4295, 4298, 7019, 4296, 4300, 4309,
-
- 4304, 4305, 4307, 4308, 4310, 4313, 4315, 4320, 4321, 4316,
- 4323, 4317, 4324, 4338, 7019, 4325, 4326, 4330, 4347, 4334,
- 4341, 4348, 4350, 4353, 7019, 4354, 4356, 4360, 4362, 4363,
- 7019, 4365, 7019, 4364, 4366, 4368, 4369, 4372, 4383, 7019,
- 4379, 4376, 4385, 4386, 4387, 4393, 4389, 4396, 4388, 4397,
- 4398, 4405, 4402, 4400, 4404, 4409, 4411, 7019, 4410, 4414,
- 4421, 4422, 4424, 4417, 4425, 4433, 4426, 4434, 4430, 4438,
- 4440, 4437, 4441, 4443, 4447, 4450, 4451, 7019, 4453, 4452,
- 4458, 4459, 4468, 4463, 4465, 4466, 7019, 4470, 4471, 4472,
- 7019, 4473, 4479, 4481, 4484, 4485, 4487, 4488, 4491, 4489,
-
- 4494, 4495, 4492, 7019, 4500, 4501, 4496, 4493, 4504, 4502,
- 4515, 7019, 7019, 4517, 7019, 4518, 4519, 4520, 4521, 4522,
- 4525, 4527, 4528, 4530, 4531, 4532, 4540, 4538, 4541, 7019,
- 4545, 4552, 4548, 4556, 4559, 4563, 4558, 4560, 4562, 7019,
- 7019, 4566, 4571, 4567, 4574, 4577, 4569, 4575, 4585, 4583,
- 4589, 4592, 4594, 4601, 7019, 4580, 4587, 4596, 4598, 7019,
- 4602, 4603, 4605, 4604, 4606, 4612, 4609, 4613, 4610, 4614,
- 4617, 4620, 4622, 4621, 4623, 4629, 4631, 4632, 4634, 4635,
- 4638, 4639, 4643, 7019, 4646, 4645, 4647, 4648, 4650, 4652,
- 4656, 4658, 4659, 4660, 4668, 7019, 4663, 7019, 4661, 4669,
-
- 4680, 4670, 4665, 4688, 4677, 4689, 4684, 4690, 4691, 4693,
- 4694, 4699, 4700, 4704, 4696, 4707, 4708, 4712, 4710, 4716,
- 4718, 4721, 7019, 4723, 4724, 4725, 4727, 4730, 4732, 4733,
- 4735, 4736, 4738, 4740, 4741, 4743, 4748, 4749, 4750, 4751,
- 4753, 4756, 7019, 4757, 4761, 4758, 4765, 4766, 4769, 4770,
- 4778, 4771, 4780, 4773, 4782, 4783, 7019, 4786, 4788, 4790,
- 7019, 4791, 4793, 4794, 4795, 4796, 4799, 4802, 4804, 4803,
- 4805, 7019, 4813, 4806, 4815, 4814, 4816, 4819, 4823, 4824,
- 4829, 4827, 4831, 4839, 7019, 4841, 4832, 4840, 4843, 4846,
- 4847, 4849, 4851, 4852, 7019, 4853, 4861, 4862, 4854, 4874,
-
- 4879, 4855, 4865, 4881, 4872, 4882, 4863, 4883, 4886, 4864,
- 4885, 4890, 4891, 4892, 4893, 4903, 4904, 4902, 7019, 4895,
- 7019, 4905, 4908, 4909, 4918, 4913, 4911, 4923, 4916, 4919,
- 7019, 4926, 4927, 4929, 4930, 4931, 7019, 4932, 4933, 4935,
- 4934, 7019, 4948, 4947, 4936, 4953, 4938, 4954, 7019, 4958,
- 4959, 4961, 4969, 4970, 4967, 4972, 4960, 4977, 4968, 4973,
- 4975, 4981, 4985, 4983, 4984, 7019, 4986, 4988, 4993, 4995,
- 4996, 4998, 4999, 5002, 5005, 5004, 5006, 7019, 5010, 5011,
- 5012, 5013, 5014, 5016, 5017, 5018, 5027, 5024, 5025, 5029,
- 5034, 5035, 5036, 5038, 5040, 7019, 5043, 5042, 5044, 5051,
-
- 5052, 5048, 5060, 7019, 5057, 7019, 5050, 5067, 5069, 5070,
- 5061, 5074, 7019, 7019, 5076, 5071, 5077, 5079, 5081, 7019,
- 7019, 5083, 7019, 5084, 7019, 5085, 5088, 7019, 7019, 5086,
- 5092, 5093, 5095, 5096, 5098, 7019, 5106, 7019, 5109, 5107,
- 5110, 5108, 5094, 5112, 7019, 5113, 5119, 5121, 5123, 5126,
- 7019, 5120, 5128, 5136, 5131, 5137, 7019, 5139, 5140, 5141,
- 5144, 7019, 5145, 5148, 5150, 5151, 5154, 5153, 5156, 5157,
- 5158, 5164, 5165, 5168, 5167, 5170, 5171, 5175, 5180, 5182,
- 5184, 5185, 5186, 5188, 5191, 5194, 5198, 5189, 5196, 5200,
- 5202, 5203, 5205, 5207, 5208, 5210, 5214, 5215, 5218, 5211,
-
- 5225, 5219, 5220, 5228, 5229, 5230, 5235, 5236, 5238, 5239,
- 5241, 5242, 5243, 5244, 5246, 5251, 5247, 5256, 5254, 5260,
- 5262, 7019, 5248, 5252, 5264, 5269, 5270, 5271, 5273, 5280,
- 5282, 5285, 7019, 5288, 7019, 5290, 5283, 5292, 5293, 5294,
- 7019, 5295, 5296, 5297, 5298, 5299, 5300, 5302, 5305, 5306,
- 5310, 5316, 7019, 5307, 5322, 5313, 5323, 5326, 5330, 7019,
- 5331, 5333, 5334, 5336, 5337, 5339, 5338, 5341, 5342, 5347,
- 5343, 5344, 5349, 5357, 5350, 5358, 5361, 7019, 5365, 5369,
- 5372, 5371, 5373, 5375, 5374, 5378, 5377, 5379, 5383, 5380,
- 5381, 5385, 5396, 5401, 5398, 7019, 5388, 7019, 5402, 5404,
-
- 5405, 5406, 5408, 5409, 5410, 5412, 7019, 7019, 5415, 5416,
- 5418, 5420, 5422, 5424, 5428, 5425, 5429, 5439, 7019, 5432,
- 5440, 5441, 5449, 5438, 7019, 5450, 5433, 5452, 5455, 7019,
- 5456, 5457, 5458, 5459, 5464, 5461, 5470, 5471, 5473, 5467,
- 5474, 5475, 5478, 7019, 7019, 7019, 7019, 5484, 5479, 5488,
- 5481, 5489, 5490, 5491, 5496, 5497, 5493, 5498, 5499, 7019,
- 5508, 7019, 7019, 5504, 7019, 5510, 5511, 5512, 5513, 5516,
- 5519, 5522, 7019, 5523, 7019, 5524, 5526, 5527, 5533, 5537,
- 5534, 5540, 5544, 5541, 5545, 5546, 5547, 5555, 5551, 5552,
- 5554, 5557, 5561, 5567, 7019, 7019, 5558, 5573, 5574, 5576,
-
- 5563, 5578, 5579, 5586, 5581, 5582, 5588, 5584, 5590, 5589,
- 5600, 5601, 5591, 5592, 5603, 7019, 5605, 5606, 5613, 7019,
- 5607, 7019, 5609, 5615, 5617, 5608, 5618, 5621, 5623, 5624,
- 5627, 5628, 7019, 7019, 5629, 5640, 5635, 7019, 7019, 5637,
- 5638, 5639, 5642, 5644, 5645, 5646, 5648, 5649, 5651, 5654,
- 5650, 7019, 5655, 7019, 5660, 5663, 5672, 5662, 5674, 5679,
- 5675, 5682, 5678, 5681, 5683, 5685, 7019, 5686, 5684, 7019,
- 5694, 5696, 5698, 5691, 5701, 5692, 7019, 5703, 5706, 5710,
- 5712, 7019, 5714, 5715, 5716, 5717, 7019, 5723, 7019, 5718,
- 5720, 5727, 5734, 5729, 7019, 5730, 5731, 7019, 5736, 5743,
-
- 5745, 5737, 5746, 5747, 7019, 5749, 5751, 7019, 5752, 5754,
- 5755, 5758, 5761, 5763, 5764, 5765, 5766, 5773, 5771, 5774,
- 7019, 7019, 5781, 5779, 135, 5788, 5768, 5785, 5786, 5789,
- 5796, 5792, 5793, 5799, 7019, 7019, 5802, 7019, 5800, 5801,
- 7019, 5794, 5809, 5810, 5803, 5813, 5814, 5815, 5816, 5823,
- 5824, 5825, 5826, 5827, 5829, 7019, 5845, 5848, 5831, 5834,
- 5851, 5853, 5855, 5857, 5859, 5849, 5861, 5843, 5841, 5862,
- 5864, 5868, 5870, 5871, 5872, 5873, 5874, 7019, 5878, 5882,
- 5883, 5879, 5884, 7019, 5889, 5890, 5896, 5898, 7019, 5900,
- 5901, 5904, 5905, 5906, 7019, 5891, 5908, 5912, 5916, 5917,
-
- 5918, 5919, 5921, 5928, 7019, 5925, 5923, 5929, 7019, 7019,
- 7019, 5934, 5941, 5931, 7019, 5943, 5935, 5944, 5946, 7019,
- 5948, 5950, 5951, 7019, 7019, 7019, 5952, 5953, 5956, 7019,
- 5954, 5961, 7019, 5960, 7019, 5957, 7019, 5962, 5966, 5975,
- 5970, 7019, 5968, 5980, 5981, 5982, 7019, 5985, 5988, 5990,
- 5991, 5992, 5994, 5996, 7019, 6003, 5999, 6002, 6006, 5998,
- 6008, 6009, 6010, 6011, 6023, 6014, 6019, 7019, 6021, 6022,
- 6026, 6032, 6024, 6034, 6035, 7019, 6028, 7019, 6037, 7019,
- 6038, 6040, 6041, 6042, 6047, 6044, 6045, 6055, 6052, 6058,
- 6061, 6059, 6065, 6066, 6070, 6072, 6067, 7019, 7019, 6080,
-
- 6075, 6077, 7019, 6073, 7019, 6085, 7019, 6082, 6087, 6088,
- 6089, 6090, 7019, 7019, 6097, 6091, 6099, 6106, 6101, 6102,
- 7019, 6109, 6104, 6107, 6113, 7019, 6120, 7019, 6115, 6122,
- 6123, 7019, 6117, 6130, 6132, 6119, 6125, 6137, 6127, 6133,
- 6140, 6147, 6143, 6146, 6144, 6149, 6150, 6151, 6152, 6166,
- 7019, 7019, 7019, 6157, 6153, 6174, 6171, 6172, 6182, 6159,
- 7019, 6178, 6180, 6181, 6184, 6191, 6187, 6189, 7019, 6190,
- 6192, 6193, 6194, 6196, 6197, 6198, 6199, 7019, 6201, 6212,
- 6220, 6217, 6209, 6221, 6225, 6228, 6230, 6232, 6233, 6213,
- 6240, 6236, 7019, 7019, 6238, 6235, 7019, 6243, 7019, 6244,
-
- 7019, 6245, 6247, 6249, 6248, 6252, 7019, 6255, 6250, 6256,
- 6257, 6258, 6206, 6260, 6262, 7019, 6264, 6272, 6265, 6273,
- 6274, 7019, 7019, 6277, 6281, 7019, 6284, 6286, 6287, 6294,
- 6290, 6289, 6296, 6299, 7019, 6303, 6300, 6293, 6306, 6309,
- 6308, 6310, 7019, 6311, 6312, 6315, 6317, 7019, 6318, 6322,
- 6323, 6321, 6324, 7019, 6325, 6327, 6334, 6339, 7019, 6332,
- 6343, 6345, 7019, 7019, 7019, 6349, 6351, 6353, 7019, 7019,
- 7019, 7019, 6355, 6356, 6359, 6363, 7019, 6360, 7019, 6365,
- 6369, 6373, 6377, 6382, 6368, 7019, 6381, 6374, 6385, 6387,
- 6388, 7019, 7019, 6389, 6391, 6392, 6393, 6395, 6396, 7019,
-
- 7019, 6397, 6399, 6400, 6401, 6403, 7019, 6407, 6408, 6415,
- 6417, 6419, 6424, 6428, 6421, 6429, 6430, 6438, 6441, 6431,
- 6433, 6440, 6444, 6445, 6443, 6447, 6457, 6452, 6454, 6460,
- 6455, 6463, 7019, 7019, 6465, 7019, 6467, 6469, 7019, 6471,
- 7019, 6473, 6475, 6477, 6480, 7019, 6482, 6484, 6486, 6488,
- 6490, 7019, 6491, 6493, 6495, 6496, 6497, 6498, 7019, 6502,
- 6503, 6507, 6499, 6504, 6508, 6510, 6513, 7019, 6515, 6524,
- 7019, 7019, 6519, 6525, 6521, 6526, 6531, 7019, 6529, 6539,
- 6534, 6535, 6536, 6538, 6541, 7019, 6544, 6542, 7019, 7019,
- 6554, 6545, 7019, 7019, 6543, 6546, 7019, 7019, 7019, 7019,
-
- 7019, 7019, 7019, 7019, 6559, 6562, 7019, 7019, 6561, 6553,
- 6568, 7019, 6571, 7019, 6563, 6572, 6573, 6575, 7019, 6576,
- 7019, 6578, 6580, 6579, 6161, 6582, 6587, 6583, 6585, 6589,
- 6592, 6593, 6594, 6602, 6598, 6600, 6599, 6612, 6603, 6614,
- 6606, 6616, 7019, 7019, 7019, 6615, 6619, 6624, 6625, 6628,
- 6630, 6633, 6636, 6637, 6638, 6640, 6641, 6642, 6644, 6645,
- 6654, 6649, 6650, 6652, 6665, 6651, 6667, 6673, 7019, 6675,
- 6653, 6659, 6677, 7019, 6655, 7019, 6661, 7019, 7019, 6681,
- 6682, 6684, 6685, 6693, 6694, 6686, 6689, 6690, 6691, 6698,
- 7019, 6706, 7019, 7019, 7019, 6695, 6699, 7019, 6701, 6703,
-
- 7019, 6708, 6712, 6710, 6711, 6713, 6714, 6718, 6720, 6722,
- 7019, 7019, 6727, 6730, 6731, 6735, 6732, 6742, 6738, 6740,
- 6741, 6744, 6743, 6757, 7019, 6753, 6754, 6756, 7019, 6760,
- 6758, 6761, 6763, 6765, 6772, 6767, 6770, 7019, 6773, 7019,
- 6776, 6769, 6780, 6771, 6779, 6787, 6788, 6791, 6792, 7019,
- 6793, 6794, 6797, 6801, 6803, 6806, 6807, 6799, 6809, 6810,
- 6820, 6813, 6817, 6821, 6823, 6825, 6826, 7019, 6832, 6827,
- 7019, 6829, 6833, 6835, 6836, 6839, 7019, 6844, 6837, 6841,
- 6847, 6850, 6851, 7019, 6853, 6862, 6857, 7019, 6863, 7019,
- 7019, 6865, 6859, 6866, 6872, 6874, 7019, 7019, 7019, 6899,
-
- 6906, 6913, 6920, 6927, 6934, 6941, 88, 6948, 6955, 6962,
- 6969, 6976, 6983, 6990, 6997, 7004, 7011
+ 580, 581, 578, 584, 585, 587, 589, 598, 599, 590,
+ 602, 596, 611, 607, 616, 612, 614, 613, 617, 541,
+ 627, 628, 620, 629, 630, 624, 633, 641, 637, 649,
+ 644, 635, 645, 647, 648, 652, 651, 656, 653, 668,
+ 670, 669, 672, 679, 665, 675, 666, 678, 682, 681,
+ 691, 654, 686, 693, 698, 683, 696, 699, 687, 702,
+
+ 704, 705, 710, 711, 708, 7110, 718, 714, 721, 722,
+ 729, 726, 731, 733, 740, 741, 716, 725, 737, 739,
+ 744, 746, 748, 750, 742, 751, 755, 753, 759, 763,
+ 770, 765, 772, 785, 767, 773, 777, 778, 786, 774,
+ 780, 798, 812, 790, 808, 809, 795, 813, 814, 815,
+ 816, 818, 822, 819, 833, 821, 823, 830, 836, 837,
+ 839, 840, 847, 842, 7110, 844, 852, 866, 853, 862,
+ 865, 849, 869, 871, 850, 881, 877, 874, 891, 913,
+ 878, 884, 882, 886, 889, 7110, 896, 893, 937, 895,
+ 902, 923, 918, 906, 919, 920, 921, 925, 947, 928,
+
+ 926, 943, 961, 958, 942, 948, 945, 959, 967, 972,
+ 969, 971, 973, 974, 983, 883, 976, 975, 989, 978,
+ 979, 984, 990, 994, 997, 1003, 1007, 1008, 1009, 999,
+ 1001, 1013, 1014, 1017, 1025, 1048, 1021, 1019, 1030, 1020,
+ 1037, 1042, 1022, 1038, 1050, 1049, 1051, 1039, 1040, 1055,
+ 1058, 1067, 1060, 1063, 1076, 1071, 1074, 1077, 1078, 1079,
+ 1081, 1080, 1085, 1086, 1087, 1088, 1095, 1093, 1094, 1101,
+ 1103, 1096, 1109, 1107, 7110, 1111, 7110, 1113, 1114, 1115,
+ 1116, 1118, 1119, 1120, 1121, 7110, 1123, 1126, 1127, 1137,
+ 1128, 1138, 1145, 1152, 1130, 1148, 1149, 1150, 1151, 1155,
+
+ 1158, 1169, 1156, 1161, 1172, 1159, 1174, 1171, 1168, 1177,
+ 1175, 1182, 1178, 1184, 1185, 1186, 1205, 7110, 1187, 1188,
+ 1195, 1192, 1198, 1203, 1202, 1212, 1223, 1214, 1215, 1222,
+ 1226, 1239, 1227, 1230, 1191, 1234, 1236, 1247, 1237, 1249,
+ 1243, 1251, 1245, 1252, 1254, 1255, 1259, 1261, 1265, 1266,
+ 1268, 7110, 1267, 1271, 1278, 1285, 1280, 1272, 1269, 1283,
+ 1286, 1289, 1290, 1291, 1293, 1296, 1298, 1300, 1308, 1303,
+ 1311, 1309, 1310, 1312, 1314, 1317, 1316, 1318, 1323, 1331,
+ 1328, 1333, 1336, 1344, 1343, 1346, 1353, 1355, 1340, 1348,
+ 1350, 1356, 1352, 1351, 1360, 1361, 1366, 1363, 1365, 1372,
+
+ 1373, 1374, 1375, 1377, 1378, 1382, 1380, 1385, 1387, 1388,
+ 1390, 1389, 1391, 1398, 1397, 1399, 1404, 1401, 1417, 1403,
+ 1406, 1420, 1423, 1410, 1414, 7110, 1432, 1427, 1430, 1431,
+ 1434, 1437, 1438, 1442, 1441, 1444, 1447, 1445, 1446, 1449,
+ 1452, 1453, 1454, 1455, 1456, 1462, 1469, 1464, 1473, 1480,
+ 1479, 1481, 1467, 1483, 1484, 1487, 1488, 1495, 1491, 1499,
+ 1500, 1490, 1501, 1494, 1514, 1504, 1505, 1511, 1525, 1502,
+ 1520, 1522, 1512, 1523, 1526, 1528, 1534, 1542, 1538, 1539,
+ 1546, 1547, 1541, 1549, 1543, 1553, 1556, 1557, 1558, 1559,
+ 1560, 1567, 1564, 1563, 1569, 1570, 1565, 1571, 1579, 1573,
+
+ 1587, 1577, 1586, 1589, 1592, 1593, 1594, 1595, 1598, 1596,
+ 1602, 1603, 1604, 1605, 1610, 1617, 1606, 1625, 1618, 1608,
+ 1619, 1626, 1628, 1634, 1635, 1636, 1637, 1638, 1639, 1641,
+ 1642, 1648, 1645, 1651, 1652, 1655, 1657, 1656, 1670, 1662,
+ 1671, 1672, 1659, 1675, 1677, 1679, 1660, 1683, 1685, 1688,
+ 1690, 1680, 7110, 1678, 1702, 1691, 1699, 1698, 1700, 1701,
+ 1712, 1705, 1707, 1704, 1708, 1709, 1734, 7110, 1715, 7110,
+ 7110, 1718, 7110, 7110, 1717, 1721, 7110, 1716, 1731, 1723,
+ 1724, 1741, 1747, 1749, 1744, 1742, 1751, 1752, 1763, 1773,
+ 1758, 1759, 1761, 1766, 1767, 1762, 1779, 1776, 1768, 1788,
+
+ 1789, 1769, 1795, 1802, 1790, 1805, 1800, 1803, 1809, 1807,
+ 1811, 1813, 1817, 1819, 1820, 1822, 1823, 1824, 1826, 1720,
+ 1828, 1825, 1833, 1830, 1834, 1836, 1835, 1843, 1846, 1839,
+ 1855, 7110, 1853, 1856, 1842, 1865, 1862, 1866, 1868, 1863,
+ 1864, 1874, 1876, 1870, 1877, 1879, 1881, 1880, 1882, 1883,
+ 1886, 1889, 1892, 1890, 1894, 1897, 1896, 1902, 7110, 1903,
+ 1904, 1906, 1910, 1907, 1908, 1917, 1909, 1918, 1919, 1920,
+ 1932, 1924, 1934, 1925, 1927, 1936, 1929, 1937, 1939, 7110,
+ 1947, 1952, 1941, 1954, 1944, 1948, 1956, 1957, 1958, 1960,
+ 1961, 1963, 1964, 1966, 1977, 1972, 1974, 1973, 1975, 1983,
+
+ 1987, 1980, 1990, 1991, 1999, 1992, 1995, 2000, 2001, 2002,
+ 2003, 2005, 2006, 2008, 2012, 2013, 2020, 2016, 2024, 2017,
+ 2019, 2035, 2040, 2022, 2033, 2036, 2037, 2038, 2043, 2047,
+ 2051, 2046, 2050, 2053, 2060, 2055, 2058, 2061, 2062, 2069,
+ 2071, 2063, 2073, 2080, 2064, 2074, 2083, 2076, 7110, 2082,
+ 2084, 7110, 2089, 2090, 2091, 2113, 2092, 2096, 2099, 2104,
+ 2101, 2105, 2108, 2097, 2115, 2107, 2131, 2119, 2127, 2132,
+ 2135, 2137, 2133, 2138, 2139, 2140, 2144, 2146, 2149, 2151,
+ 2159, 2162, 2166, 2168, 2170, 2169, 2171, 2172, 2174, 2194,
+ 2173, 2175, 2176, 2177, 2178, 2181, 2188, 2182, 2183, 2184,
+
+ 2187, 2199, 2207, 2204, 2205, 2210, 2211, 2212, 2216, 2219,
+ 2221, 2222, 7110, 2229, 2232, 2224, 2226, 2233, 2244, 2236,
+ 2237, 7110, 2239, 2240, 2245, 2253, 2250, 2251, 2252, 2254,
+ 2255, 2258, 2260, 2262, 2264, 2275, 2263, 2282, 7110, 2267,
+ 7110, 2265, 2266, 2284, 2268, 2277, 2285, 2290, 2288, 2292,
+ 7110, 7110, 2294, 2295, 2300, 2302, 2312, 2298, 2308, 2309,
+ 7110, 2310, 2317, 7110, 2314, 2313, 2321, 2319, 2320, 2325,
+ 2327, 2329, 2331, 2336, 2332, 2343, 2334, 2339, 2347, 7110,
+ 2350, 2335, 2348, 2353, 2354, 2355, 2356, 2357, 2363, 2360,
+ 7110, 2364, 2366, 2367, 2380, 2376, 2377, 2378, 2381, 2387,
+
+ 2379, 2383, 2385, 2389, 2390, 2399, 2400, 2401, 2404, 2406,
+ 2413, 2410, 2414, 7110, 2412, 2398, 2418, 2425, 2421, 2423,
+ 2420, 2424, 2427, 2428, 2430, 2431, 2436, 2437, 2435, 2441,
+ 2442, 2443, 2450, 2451, 2452, 2453, 2456, 2447, 2457, 2460,
+ 2461, 2468, 2463, 2465, 2469, 2470, 7110, 2473, 2476, 2477,
+ 2478, 2482, 2480, 171, 2484, 2486, 2490, 2489, 2496, 2504,
+ 2491, 2499, 2512, 2497, 2509, 2508, 2515, 2507, 2516, 2517,
+ 2518, 2519, 2524, 2525, 2523, 7110, 2527, 2529, 2528, 2532,
+ 2535, 2534, 2539, 7110, 2545, 2536, 2551, 2560, 2550, 2548,
+ 2561, 2552, 2563, 2565, 2567, 2566, 2568, 2575, 2573, 2570,
+
+ 2576, 2577, 7110, 2583, 2586, 2588, 2579, 2589, 2597, 2595,
+ 2590, 2592, 2598, 2600, 2606, 2602, 2608, 2610, 2611, 2613,
+ 2616, 2615, 2624, 2614, 2619, 2626, 2623, 2625, 2628, 2627,
+ 2633, 2636, 2643, 2641, 7110, 2648, 2645, 2649, 2647, 2650,
+ 2652, 2654, 2653, 2672, 2656, 2662, 2664, 2673, 2678, 2667,
+ 2681, 2688, 2684, 2689, 2693, 2698, 2695, 2699, 2705, 2696,
+ 2707, 2709, 2703, 2710, 2719, 2711, 2715, 2716, 2718, 2722,
+ 2730, 2731, 2729, 2733, 2726, 2727, 2744, 2738, 2750, 2756,
+ 2746, 7110, 2755, 2748, 2742, 2758, 2760, 2767, 2764, 2765,
+ 2770, 2768, 2771, 2772, 2774, 2778, 2783, 2784, 2657, 2781,
+
+ 2786, 2790, 2788, 2794, 2797, 2796, 2798, 2801, 2808, 2805,
+ 2810, 2811, 7110, 2812, 2816, 2799, 2817, 2825, 2819, 2828,
+ 2829, 2831, 2822, 2832, 2833, 2835, 2837, 2838, 2841, 2840,
+ 2848, 2845, 2847, 2849, 2846, 7110, 2858, 2852, 2859, 2863,
+ 2862, 2865, 2866, 2873, 2877, 2879, 2881, 2883, 2869, 2885,
+ 2886, 2889, 7110, 2896, 2898, 2894, 2895, 2903, 2901, 2904,
+ 2905, 2907, 2908, 7110, 2909, 2911, 2912, 2915, 2913, 2917,
+ 2924, 2925, 2920, 7110, 2927, 2931, 2932, 2934, 2935, 2936,
+ 2937, 2938, 2941, 2942, 2944, 2943, 2957, 2946, 2953, 7110,
+ 2949, 2965, 2960, 2963, 2966, 2970, 2971, 2973, 2975, 2976,
+
+ 2977, 2981, 7110, 2993, 2871, 2989, 2998, 2982, 2990, 2994,
+ 2999, 3002, 3003, 2996, 3005, 3006, 3009, 7110, 3010, 3013,
+ 3015, 3017, 3019, 3020, 3021, 3028, 3027, 3026, 3030, 3032,
+ 3035, 3036, 3034, 3043, 3037, 3047, 3041, 3045, 3054, 3055,
+ 3057, 3058, 3060, 3061, 3070, 3071, 3068, 3073, 3076, 3077,
+ 3069, 3078, 3079, 3087, 3092, 3094, 3089, 3095, 7110, 3098,
+ 3100, 3093, 3091, 3101, 3105, 3103, 3107, 3110, 3106, 3108,
+ 3120, 3121, 3112, 3128, 3130, 3123, 3132, 3134, 3136, 3137,
+ 3139, 3138, 3140, 3141, 3148, 3145, 3147, 3149, 3158, 3151,
+ 3156, 3169, 3154, 3161, 3164, 3165, 3166, 3168, 3171, 3172,
+
+ 3176, 3178, 3174, 3179, 3188, 3190, 3195, 3186, 3197, 3196,
+ 3199, 3202, 3203, 3204, 7110, 3207, 3208, 3205, 3212, 3215,
+ 3218, 3219, 3227, 3222, 3226, 3234, 3230, 3229, 3236, 3238,
+ 3241, 3242, 3243, 3250, 3246, 7110, 3247, 7110, 3248, 3249,
+ 3252, 3261, 3256, 7110, 3267, 7110, 3257, 3271, 3262, 3264,
+ 3268, 7110, 3272, 3273, 3277, 3274, 3279, 3281, 3285, 3286,
+ 3287, 3288, 3289, 3296, 3291, 3295, 3298, 3302, 3301, 3305,
+ 3308, 3310, 3311, 3313, 3312, 3315, 3319, 3320, 3321, 3328,
+ 3330, 3331, 3332, 3333, 3334, 7110, 3338, 3341, 3335, 3346,
+ 3343, 3345, 3347, 3353, 3354, 3355, 3356, 3360, 3358, 3362,
+
+ 3367, 3370, 3364, 3371, 3374, 3381, 3383, 3375, 3390, 7110,
+ 3385, 3388, 3389, 3392, 7110, 3396, 3393, 3402, 3404, 3397,
+ 3394, 3400, 3406, 3413, 3407, 3410, 3416, 3420, 3424, 3427,
+ 3428, 7110, 3421, 3429, 3419, 3437, 3442, 3433, 3445, 3449,
+ 3446, 3452, 3454, 3456, 3458, 3435, 3459, 3460, 3461, 3462,
+ 3470, 3472, 3473, 3469, 3482, 3468, 3475, 3484, 3485, 3471,
+ 3478, 3486, 3487, 3488, 3492, 3494, 3493, 3495, 3496, 3497,
+ 3503, 3509, 7110, 3501, 3512, 3504, 3521, 3510, 3518, 3519,
+ 3514, 3523, 3531, 3527, 7110, 3538, 3525, 3535, 3529, 3542,
+ 3533, 3546, 3547, 3549, 3550, 3551, 3554, 3553, 3552, 7110,
+
+ 3555, 7110, 3556, 3569, 3558, 3564, 3573, 3574, 3576, 3578,
+ 3580, 3582, 3583, 3584, 3586, 3589, 3590, 3594, 3595, 3598,
+ 3596, 3615, 3600, 3597, 3602, 3611, 3612, 3613, 3616, 3626,
+ 3618, 3617, 7110, 7110, 3619, 3621, 3633, 3628, 3635, 3636,
+ 3637, 3640, 3647, 3643, 3646, 3649, 3650, 3658, 7110, 3653,
+ 3654, 3660, 3661, 3662, 3671, 3663, 3673, 3680, 3678, 3675,
+ 3685, 3684, 7110, 3677, 3686, 3693, 3688, 3695, 3702, 7110,
+ 3691, 7110, 3692, 3694, 3703, 3706, 3705, 3707, 3708, 3709,
+ 3712, 3715, 3717, 3720, 3730, 3732, 3733, 3727, 3735, 3723,
+ 3728, 3737, 3739, 3742, 3750, 3745, 3747, 3748, 7110, 3752,
+
+ 3749, 3753, 3754, 3758, 3760, 3768, 3761, 3762, 7110, 3764,
+ 3771, 3774, 3772, 3776, 3782, 3779, 3783, 3786, 3788, 3789,
+ 3790, 3792, 3794, 7110, 3793, 3796, 3807, 3799, 3800, 3802,
+ 3810, 3814, 3820, 7110, 3821, 3813, 3829, 3825, 3815, 3828,
+ 3831, 3832, 3833, 3835, 3836, 3837, 3838, 3839, 3844, 3845,
+ 3841, 3840, 3847, 3858, 3859, 3850, 3869, 3857, 3861, 7110,
+ 3871, 3866, 3872, 3873, 3874, 3875, 3876, 3878, 3881, 3884,
+ 3886, 3896, 3897, 3888, 3893, 3899, 3901, 3903, 3908, 3910,
+ 7110, 3911, 3904, 3918, 3916, 3915, 3923, 3925, 3917, 3927,
+ 3929, 3919, 3930, 3931, 3933, 3941, 3939, 3949, 3945, 3935,
+
+ 3947, 3946, 3954, 3950, 3952, 3953, 3956, 7110, 3968, 3963,
+ 3969, 3971, 3974, 3975, 3982, 3978, 3979, 3980, 3989, 3981,
+ 3991, 3983, 3986, 3993, 3996, 3997, 7110, 7110, 4005, 3998,
+ 4000, 7110, 4002, 4006, 4016, 4012, 4014, 4015, 4018, 4019,
+ 4020, 4021, 4024, 4022, 4030, 7110, 4037, 4034, 4038, 4035,
+ 4042, 4050, 4041, 7110, 4040, 4051, 4053, 4056, 4054, 4057,
+ 4058, 4060, 4062, 4064, 4066, 4067, 4068, 4070, 4080, 4081,
+ 4073, 4077, 4082, 7110, 4083, 4084, 4090, 4088, 4089, 4091,
+ 4096, 7110, 4097, 4100, 4098, 4101, 4105, 4109, 4115, 4112,
+ 4118, 4120, 4121, 4124, 4122, 4125, 4126, 4129, 4136, 4132,
+
+ 4133, 4134, 4131, 4138, 4151, 4153, 7110, 4147, 4154, 4140,
+ 4158, 4162, 7110, 4167, 4174, 4175, 7110, 4177, 4155, 4159,
+ 4172, 4182, 7110, 4178, 4179, 4180, 4185, 4187, 4194, 4189,
+ 4197, 4196, 4198, 4193, 4199, 4202, 7110, 4203, 4200, 4201,
+ 7110, 4205, 4209, 4221, 4223, 4207, 4224, 4225, 4228, 4226,
+ 4229, 7110, 4230, 7110, 4234, 4236, 4239, 7110, 4241, 4242,
+ 4244, 4246, 4243, 4250, 4251, 4257, 4259, 4247, 4261, 4262,
+ 4263, 4264, 4266, 4275, 4265, 4272, 4273, 4274, 7110, 4277,
+ 4276, 4284, 4286, 4279, 4296, 4292, 4290, 4285, 4298, 4287,
+ 7110, 7110, 4305, 7110, 4307, 4308, 4309, 4311, 7110, 4313,
+
+ 4312, 4320, 4315, 4316, 4319, 4318, 4323, 4329, 7110, 4331,
+ 4333, 7110, 4335, 4338, 4345, 4340, 4341, 4342, 4343, 4346,
+ 4350, 4349, 4353, 4355, 4356, 4357, 4352, 4366, 4361, 4374,
+ 4360, 4379, 7110, 4362, 4372, 4377, 4387, 4384, 4380, 4388,
+ 4392, 4390, 7110, 4394, 4401, 4393, 4404, 4405, 7110, 4406,
+ 7110, 4396, 4407, 4408, 4417, 4413, 4424, 7110, 4421, 4422,
+ 4426, 4427, 4428, 4429, 4430, 4434, 4437, 4438, 4440, 4447,
+ 4443, 4444, 4442, 4451, 4458, 7110, 4446, 4449, 4452, 4462,
+ 4467, 4459, 4469, 4471, 4478, 4474, 4473, 4476, 4477, 4481,
+ 4483, 4486, 4488, 4490, 4492, 4482, 7110, 4498, 4496, 4501,
+
+ 4504, 4512, 4507, 4509, 4510, 7110, 4514, 4515, 4516, 7110,
+ 4517, 4513, 4523, 4528, 4524, 4529, 4531, 4534, 4535, 4537,
+ 4538, 4536, 7110, 4540, 4543, 4539, 4556, 4557, 4545, 4546,
+ 7110, 7110, 4563, 7110, 4565, 4544, 4558, 4548, 4568, 4570,
+ 4575, 4572, 4577, 4578, 4580, 4583, 4584, 4585, 7110, 4586,
+ 4594, 4590, 4601, 4597, 4608, 4603, 4607, 4604, 7110, 7110,
+ 4610, 4613, 4611, 4617, 4618, 4621, 4622, 4629, 4625, 4626,
+ 4632, 4636, 4643, 7110, 4634, 4635, 4642, 4644, 7110, 4645,
+ 4647, 4648, 4650, 4649, 4651, 4656, 4653, 4657, 4658, 4660,
+ 4663, 4661, 4674, 4666, 4668, 4675, 4677, 4678, 4681, 4682,
+
+ 4683, 4688, 7110, 4690, 4685, 4691, 4692, 4696, 4699, 4702,
+ 4703, 4700, 4705, 4713, 7110, 4714, 7110, 4709, 4706, 4725,
+ 4715, 4708, 4733, 4730, 4734, 4727, 4718, 4736, 4738, 4743,
+ 4746, 4739, 4748, 4749, 4752, 4753, 4754, 7110, 4757, 4759,
+ 4761, 4763, 4769, 4771, 4773, 7110, 4774, 4765, 4776, 4777,
+ 4781, 4783, 4784, 4787, 4788, 4791, 4792, 4793, 4795, 4800,
+ 4797, 4801, 4802, 4804, 4805, 7110, 4808, 4815, 4809, 4817,
+ 4812, 4820, 4821, 4823, 4831, 4834, 4822, 4829, 4835, 7110,
+ 4836, 4838, 4840, 4848, 7110, 4843, 4845, 4846, 4849, 4850,
+ 4853, 4855, 4856, 4858, 4862, 7110, 4866, 4859, 4868, 4867,
+
+ 4870, 4871, 4872, 4876, 4882, 4884, 4878, 4891, 7110, 4892,
+ 4885, 4890, 4896, 4898, 4899, 4900, 4903, 4904, 7110, 4905,
+ 4913, 4914, 4907, 4926, 4931, 4906, 4917, 4934, 4924, 4933,
+ 4915, 4935, 4936, 4937, 4941, 4942, 4943, 4944, 4945, 4955,
+ 4960, 4958, 7110, 4946, 7110, 4947, 4956, 4963, 4974, 4969,
+ 4971, 4972, 4976, 4975, 7110, 4961, 4982, 4984, 4979, 4987,
+ 7110, 4988, 4985, 4989, 4990, 7110, 5003, 4986, 4992, 4993,
+ 5008, 5009, 7110, 5014, 5015, 5011, 5023, 5025, 5020, 5022,
+ 5024, 5026, 5028, 5030, 5031, 5032, 5041, 5034, 5037, 7110,
+ 5039, 5046, 5052, 5053, 5054, 5036, 5047, 5055, 5057, 5063,
+
+ 5060, 7110, 5064, 5065, 5066, 5067, 5068, 5070, 5071, 5072,
+ 5084, 5083, 5079, 5076, 5081, 5088, 5090, 5092, 5097, 7110,
+ 5093, 5098, 5099, 5108, 5109, 5110, 5115, 7110, 5111, 7110,
+ 5112, 5116, 5121, 5124, 5128, 7110, 5131, 5132, 5119, 5136,
+ 7110, 7110, 5138, 5139, 5140, 5144, 5141, 7110, 7110, 5147,
+ 7110, 5148, 7110, 5149, 5151, 7110, 7110, 5101, 5153, 5154,
+ 5155, 5156, 5158, 7110, 5165, 7110, 5168, 5169, 5170, 5172,
+ 5159, 5173, 7110, 5174, 5177, 5182, 5183, 5185, 7110, 5176,
+ 5187, 5191, 5204, 5190, 5186, 7110, 5200, 5202, 5203, 5206,
+ 7110, 5209, 5212, 5213, 5207, 5214, 5215, 5216, 5123, 5217,
+
+ 5219, 5220, 5229, 5226, 5227, 5230, 5237, 5239, 5241, 5243,
+ 5244, 5245, 5248, 5249, 5251, 5254, 5257, 5258, 5259, 5260,
+ 5261, 5265, 5267, 5264, 5273, 5275, 5268, 5277, 5284, 5285,
+ 5286, 5270, 5288, 5287, 5289, 5295, 5291, 5302, 5297, 5299,
+ 5303, 5304, 5306, 5305, 5308, 5312, 5313, 5317, 5315, 5318,
+ 7110, 5311, 5321, 5322, 5331, 5325, 5332, 5335, 5342, 5347,
+ 5348, 7110, 5350, 7110, 5352, 5336, 5344, 5338, 5356, 7110,
+ 5358, 5359, 5360, 5361, 5363, 5364, 5365, 5366, 5362, 5369,
+ 5373, 7110, 5375, 5389, 5376, 5370, 5385, 5396, 7110, 5391,
+ 5398, 5383, 5393, 5399, 5402, 5403, 5404, 5405, 5408, 5406,
+
+ 5407, 5413, 5416, 5410, 5419, 5420, 7110, 5428, 5432, 5435,
+ 5421, 5433, 5434, 5436, 5438, 5440, 5442, 5443, 5444, 5446,
+ 5447, 5448, 5454, 5460, 5457, 5465, 5470, 7110, 5453, 7110,
+ 5471, 5473, 5474, 5461, 5477, 5478, 5475, 5479, 7110, 7110,
+ 5476, 5484, 5485, 5490, 5491, 5487, 5494, 5497, 5499, 5500,
+ 7110, 5501, 5503, 5507, 5511, 5510, 5512, 7110, 5517, 5519,
+ 5520, 5522, 7110, 5523, 5524, 5526, 5527, 5537, 5529, 5542,
+ 5538, 5544, 5531, 5534, 5545, 5550, 7110, 7110, 7110, 7110,
+ 5551, 5554, 5556, 5557, 5558, 5559, 5560, 5564, 5566, 5562,
+ 5563, 5567, 7110, 5578, 7110, 7110, 5574, 7110, 5580, 5581,
+
+ 5584, 5586, 5568, 5588, 5590, 7110, 5591, 7110, 5596, 5599,
+ 5592, 5603, 5609, 5600, 5593, 5611, 5613, 5614, 5615, 5616,
+ 5623, 5621, 5624, 5622, 5627, 5629, 5631, 7110, 7110, 5635,
+ 5639, 5640, 5642, 5644, 5645, 5646, 5653, 5651, 5652, 5654,
+ 5656, 5658, 5659, 5667, 5668, 5664, 5665, 5673, 7110, 5674,
+ 5670, 5676, 7110, 5678, 7110, 5682, 5683, 5684, 5685, 5686,
+ 5691, 5692, 5693, 5695, 5697, 7110, 7110, 5696, 5711, 5706,
+ 7110, 7110, 5698, 5707, 5708, 5710, 5716, 5713, 5718, 7110,
+ 5721, 5722, 5723, 5719, 5725, 5733, 5726, 7110, 5735, 7110,
+ 5736, 5738, 5744, 5739, 5747, 5752, 5748, 5755, 5754, 5751,
+
+ 5757, 5758, 7110, 5760, 5761, 7110, 5768, 5767, 5771, 5765,
+ 5772, 5777, 5773, 7110, 5778, 5780, 5785, 5790, 7110, 5792,
+ 5793, 5794, 5787, 7110, 5801, 7110, 5795, 5802, 5804, 5809,
+ 5805, 7110, 5806, 5810, 7110, 5813, 5819, 5821, 5822, 5814,
+ 5823, 7110, 5829, 5824, 7110, 5830, 5832, 5833, 5838, 5839,
+ 5841, 5835, 5843, 5844, 5851, 5847, 5849, 7110, 7110, 5862,
+ 5852, 135, 5865, 5855, 5860, 5863, 5866, 5873, 5868, 5870,
+ 5876, 7110, 7110, 5877, 7110, 5871, 5881, 7110, 5869, 5885,
+ 5886, 5889, 5890, 5891, 5892, 5896, 5898, 5899, 5900, 5901,
+ 5902, 5908, 7110, 5920, 5923, 5905, 5926, 5927, 5929, 5931,
+
+ 5933, 5935, 5937, 5938, 5939, 5918, 5940, 5941, 5942, 5945,
+ 5947, 5948, 5949, 5951, 7110, 5958, 5963, 5952, 5960, 5965,
+ 5966, 5967, 7110, 5974, 5970, 5979, 5976, 7110, 5983, 5980,
+ 5984, 5986, 5987, 7110, 5988, 5991, 5998, 5999, 5992, 5994,
+ 6000, 6002, 6004, 6015, 7110, 6005, 6007, 6008, 7110, 7110,
+ 7110, 6020, 6022, 6019, 7110, 6027, 6023, 6010, 6028, 7110,
+ 6030, 6031, 6032, 7110, 7110, 7110, 6034, 6036, 6038, 7110,
+ 6042, 6045, 7110, 6043, 7110, 6048, 7110, 6049, 6051, 6052,
+ 6057, 7110, 6058, 6060, 6050, 6067, 7110, 6075, 6077, 6079,
+ 6061, 6065, 6072, 6081, 7110, 6088, 6084, 6087, 6094, 6080,
+
+ 6083, 6090, 6096, 6097, 6105, 6100, 6103, 7110, 6104, 6107,
+ 6109, 6116, 6110, 6106, 6113, 7110, 6118, 7110, 6120, 7110,
+ 6122, 6123, 6124, 6126, 6131, 6127, 6132, 6133, 6134, 6142,
+ 6144, 6146, 6147, 6148, 6150, 6153, 6154, 7110, 7110, 6164,
+ 6156, 7110, 6160, 6168, 7110, 6157, 7110, 6172, 7110, 6159,
+ 6161, 6176, 6169, 6179, 7110, 7110, 6183, 6180, 6186, 6193,
+ 6188, 6190, 6191, 7110, 6196, 6192, 6194, 6199, 7110, 6207,
+ 7110, 6202, 6209, 6212, 7110, 6204, 6215, 6219, 6205, 6208,
+ 6224, 6216, 6221, 6225, 6235, 6231, 6232, 6233, 6237, 6234,
+ 6238, 6239, 6246, 7110, 7110, 7110, 6240, 6248, 6257, 6255,
+
+ 6256, 6264, 6260, 7110, 6261, 6263, 6265, 6267, 6275, 6271,
+ 6273, 7110, 6279, 6274, 6276, 6277, 6281, 6283, 6282, 6284,
+ 7110, 6295, 6297, 6300, 6303, 6304, 6305, 6307, 6312, 6314,
+ 6316, 6309, 6317, 6325, 6321, 7110, 7110, 6324, 6320, 7110,
+ 6328, 6330, 7110, 6331, 7110, 6332, 6333, 6334, 6335, 6337,
+ 7110, 6340, 6341, 6342, 6344, 7110, 6345, 6347, 6349, 6352,
+ 7110, 6346, 6366, 6359, 6362, 6363, 7110, 7110, 6369, 6371,
+ 7110, 6373, 6375, 6374, 6382, 6377, 6378, 6384, 6387, 7110,
+ 6391, 6393, 6385, 6394, 6396, 6397, 6400, 7110, 6399, 6402,
+ 6403, 6404, 7110, 6408, 6411, 6412, 6410, 6413, 7110, 6415,
+
+ 6416, 6425, 6417, 7110, 6428, 6432, 6433, 7110, 7110, 7110,
+ 6438, 6440, 6441, 7110, 7110, 7110, 7110, 6443, 6444, 6434,
+ 6451, 7110, 6447, 7110, 7110, 6455, 6459, 6463, 6465, 6469,
+ 6468, 7110, 6470, 6471, 6474, 6458, 6477, 7110, 7110, 6478,
+ 6481, 6482, 6483, 6485, 6486, 7110, 7110, 6487, 6489, 6490,
+ 6495, 6492, 7110, 6493, 6498, 6500, 6505, 6508, 6516, 6518,
+ 6510, 6519, 6520, 6527, 6528, 6513, 6530, 6523, 6531, 6534,
+ 6533, 6541, 6543, 6542, 6547, 6550, 6551, 6553, 7110, 7110,
+ 6555, 7110, 6557, 6559, 7110, 6560, 7110, 6562, 6564, 6570,
+ 6572, 7110, 6574, 6576, 6580, 6582, 6565, 7110, 6577, 6584,
+
+ 6588, 6585, 6589, 6590, 7110, 6593, 6595, 6597, 6598, 6599,
+ 6603, 6604, 6607, 7110, 6602, 6609, 7110, 7110, 6600, 6616,
+ 6611, 6620, 6622, 7110, 6623, 6630, 6625, 6627, 6628, 6631,
+ 6629, 7110, 6635, 6633, 7110, 7110, 6634, 6636, 7110, 7110,
+ 6643, 6644, 7110, 7110, 7110, 7110, 7110, 7110, 7110, 7110,
+ 6648, 6652, 7110, 7110, 6646, 6657, 6661, 7110, 6663, 7110,
+ 6650, 6658, 6666, 6654, 7110, 6665, 7110, 6668, 6671, 6672,
+ 6285, 6675, 6680, 6676, 6678, 6683, 6684, 6685, 6687, 6686,
+ 6692, 6688, 6694, 6698, 6699, 6706, 6696, 6707, 7110, 7110,
+ 7110, 6708, 6709, 6714, 6711, 6724, 6725, 6728, 6731, 6717,
+
+ 6719, 6732, 6733, 6737, 6721, 6734, 6747, 6740, 6743, 6745,
+ 6752, 6744, 6757, 6759, 7110, 6761, 6748, 6753, 6766, 7110,
+ 6762, 7110, 6767, 7110, 7110, 6769, 6770, 6773, 6774, 6782,
+ 6784, 6775, 6779, 6780, 6783, 6787, 7110, 6791, 7110, 7110,
+ 7110, 6794, 6796, 7110, 6795, 6797, 7110, 6798, 6800, 6802,
+ 6804, 6806, 6803, 6807, 6808, 6811, 7110, 7110, 6814, 6820,
+ 6823, 6825, 6826, 6833, 6828, 6830, 6832, 6836, 6839, 6846,
+ 7110, 6844, 6845, 6848, 7110, 6849, 6851, 6852, 6854, 6855,
+ 6862, 6857, 6864, 7110, 6860, 7110, 6866, 6863, 6878, 6867,
+ 6868, 6869, 6879, 6884, 6881, 7110, 6871, 6890, 6885, 6892,
+
+ 6895, 6898, 6899, 6888, 6901, 6905, 6909, 6913, 6908, 6914,
+ 6916, 6917, 6918, 7110, 6920, 6923, 7110, 6924, 6925, 6926,
+ 6927, 6931, 7110, 6934, 6928, 6936, 6938, 6941, 6943, 7110,
+ 6949, 6952, 6953, 7110, 6954, 7110, 7110, 6956, 6944, 6957,
+ 6965, 6967, 7110, 7110, 7110, 6990, 6997, 7004, 7011, 7018,
+ 7025, 7032, 88, 7039, 7046, 7053, 7060, 7067, 7074, 7081,
+ 7088, 7095, 7102
} ;
-static yyconst flex_int16_t yy_def[3618] =
+static yyconst flex_int16_t yy_def[3664] =
{ 0,
- 3599, 1, 3600, 3600, 3601, 3601, 3602, 3602, 3603, 3603,
- 3604, 3604, 3605, 3605, 3606, 3606, 3599, 3607, 3599, 3599,
- 3599, 3599, 3608, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3609, 3599, 3599, 3599,
- 3609, 3610, 3599, 3599, 3599, 3610, 3611, 3599, 3599, 3599,
- 3599, 3611, 3612, 3599, 3599, 3599, 3612, 3613, 3599, 3614,
- 3599, 3613, 3613, 3615, 3599, 3599, 3599, 3599, 3615, 3616,
- 3599, 3599, 3599, 3616, 3607, 3607, 3599, 3617, 3608, 3617,
- 3608, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
-
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3609,
- 3609, 3610, 3610, 3611, 3611, 3599, 3612, 3612, 3613, 3613,
- 3614, 3614, 3613, 3615, 3615, 3599, 3616, 3616, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
-
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3613, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
-
- 3607, 3607, 3607, 3607, 3599, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3599, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3599, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3613, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
-
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3599, 3607, 3599, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3599, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
-
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3599, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3599, 3607,
- 3607, 3613, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
-
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3599, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
-
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3613, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3599, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3599, 3607, 3599, 3599, 3607, 3599, 3599,
- 3607, 3607, 3599, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
-
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3599, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3599, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3599, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
-
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3613, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3599, 3607, 3607, 3599, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
-
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3599, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3599, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3599, 3607, 3599, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3599, 3599, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3599, 3607, 3607, 3599, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3599, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3599, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
-
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3599, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3599, 3607, 3607, 3607, 3607, 3607, 3613, 3613, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3599,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3599, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3599, 3607, 3607, 3607,
-
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3599, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3599, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
-
- 3607, 3607, 3607, 3607, 3607, 3599, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3599, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3599, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3599, 3607, 3607, 3607,
- 3613, 3607, 3607, 3607, 3607, 3607, 3599, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3599, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3599, 3607, 3607, 3607, 3607,
-
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3599, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3599, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
-
- 3607, 3607, 3607, 3607, 3607, 3607, 3599, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3599, 3607, 3599,
- 3607, 3607, 3607, 3607, 3607, 3599, 3607, 3599, 3607, 3607,
- 3607, 3607, 3607, 3599, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3599, 3607, 3607,
- 3607, 3607, 3613, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
-
- 3607, 3599, 3607, 3607, 3607, 3607, 3599, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3599, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3599, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3599, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3599,
- 3607, 3599, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
-
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3599, 3599, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3599, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3599, 3607, 3607, 3607, 3607, 3607, 3607, 3599, 3607,
- 3599, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3599, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3599, 3607, 3607,
-
- 3607, 3613, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3599, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3599, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3599, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3599,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3599, 3607, 3607, 3607, 3607, 3607, 3607,
-
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3599, 3599, 3607, 3607, 3607, 3599, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3599, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3599,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3599, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3599, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3599, 3607, 3607, 3607, 3607, 3607, 3599, 3607, 3607,
-
- 3607, 3599, 3607, 3607, 3607, 3607, 3607, 3599, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3613,
- 3607, 3599, 3607, 3607, 3607, 3599, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3599, 3607, 3599, 3607,
- 3607, 3607, 3599, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3599, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3599, 3599, 3607, 3599, 3607,
- 3607, 3607, 3607, 3599, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3599, 3607, 3607, 3599, 3607, 3607, 3607,
-
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3599, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3599, 3607, 3607, 3607, 3607, 3607,
- 3599, 3607, 3599, 3607, 3607, 3607, 3607, 3607, 3607, 3599,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3599, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3599, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3599, 3607, 3607, 3607,
- 3599, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
-
- 3607, 3607, 3607, 3599, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3599, 3599, 3607, 3599, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3599,
- 3607, 3607, 3613, 3607, 3607, 3607, 3607, 3607, 3607, 3599,
- 3599, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3599, 3607, 3607, 3607, 3607, 3599,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3599, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3599, 3607, 3599, 3607, 3607,
-
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3599, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3599, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3599, 3607, 3607, 3607,
- 3599, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3599, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3599, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3599, 3607, 3607, 3607, 3607, 3607,
-
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3599, 3607,
- 3599, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3613, 3607,
- 3599, 3607, 3607, 3607, 3607, 3607, 3599, 3607, 3607, 3607,
- 3607, 3599, 3607, 3607, 3607, 3607, 3607, 3607, 3599, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3599, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3599, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3599, 3607, 3607, 3607, 3607,
-
- 3607, 3607, 3607, 3599, 3607, 3599, 3607, 3607, 3607, 3607,
- 3607, 3607, 3599, 3599, 3607, 3607, 3607, 3607, 3607, 3599,
- 3599, 3607, 3599, 3607, 3599, 3607, 3607, 3599, 3599, 3607,
- 3607, 3607, 3607, 3607, 3607, 3599, 3607, 3599, 3607, 3607,
- 3607, 3607, 3607, 3607, 3599, 3607, 3607, 3607, 3607, 3607,
- 3599, 3607, 3607, 3607, 3607, 3607, 3599, 3607, 3607, 3607,
- 3607, 3599, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
-
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3613, 3607, 3607, 3607,
- 3607, 3599, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3599, 3607, 3599, 3607, 3607, 3607, 3607, 3607,
- 3599, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3599, 3607, 3607, 3607, 3607, 3607, 3607, 3599,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3599, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3599, 3607, 3599, 3607, 3607,
-
- 3607, 3607, 3607, 3607, 3607, 3607, 3599, 3599, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3599, 3607,
- 3607, 3607, 3607, 3607, 3599, 3607, 3607, 3607, 3607, 3599,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3599, 3599, 3599, 3599, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3599,
- 3607, 3599, 3599, 3607, 3599, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3599, 3607, 3599, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3613, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3599, 3599, 3607, 3607, 3607, 3607,
-
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3599, 3607, 3607, 3607, 3599,
- 3607, 3599, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3599, 3599, 3607, 3607, 3607, 3599, 3599, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3599, 3607, 3599, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3599, 3607, 3607, 3599,
- 3607, 3607, 3607, 3607, 3607, 3607, 3599, 3607, 3607, 3607,
- 3607, 3599, 3607, 3607, 3607, 3607, 3599, 3607, 3599, 3607,
- 3607, 3607, 3607, 3607, 3599, 3607, 3607, 3599, 3607, 3607,
-
- 3607, 3607, 3607, 3607, 3599, 3607, 3607, 3599, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3599, 3599, 3607, 3607, 3613, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3599, 3599, 3607, 3599, 3607, 3607,
- 3599, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3599, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3599, 3607, 3607,
- 3607, 3607, 3607, 3599, 3607, 3607, 3607, 3607, 3599, 3607,
- 3607, 3607, 3607, 3607, 3599, 3607, 3607, 3607, 3607, 3607,
-
- 3607, 3607, 3607, 3607, 3599, 3607, 3607, 3607, 3599, 3599,
- 3599, 3607, 3607, 3607, 3599, 3607, 3607, 3607, 3607, 3599,
- 3607, 3607, 3607, 3599, 3599, 3599, 3607, 3607, 3607, 3599,
- 3607, 3607, 3599, 3607, 3599, 3607, 3599, 3607, 3607, 3607,
- 3607, 3599, 3607, 3607, 3607, 3607, 3599, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3599, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3599, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3599, 3607, 3599, 3607, 3599,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3599, 3599, 3607,
-
- 3607, 3607, 3599, 3607, 3599, 3607, 3599, 3607, 3607, 3607,
- 3607, 3607, 3599, 3599, 3607, 3607, 3607, 3607, 3607, 3607,
- 3599, 3607, 3607, 3607, 3607, 3599, 3607, 3599, 3607, 3607,
- 3607, 3599, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3599, 3599, 3599, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3599, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3599, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3599, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3599, 3599, 3607, 3607, 3599, 3607, 3599, 3607,
-
- 3599, 3607, 3607, 3607, 3607, 3607, 3599, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3599, 3607, 3607, 3607, 3607,
- 3607, 3599, 3599, 3607, 3607, 3599, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3599, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3599, 3607, 3607, 3607, 3607, 3599, 3607, 3607,
- 3607, 3607, 3607, 3599, 3607, 3607, 3607, 3607, 3599, 3607,
- 3607, 3607, 3599, 3599, 3599, 3607, 3607, 3607, 3599, 3599,
- 3599, 3599, 3607, 3607, 3607, 3607, 3599, 3607, 3599, 3607,
- 3607, 3607, 3607, 3607, 3607, 3599, 3607, 3607, 3607, 3607,
- 3607, 3599, 3599, 3607, 3607, 3607, 3607, 3607, 3607, 3599,
-
- 3599, 3607, 3607, 3607, 3607, 3607, 3599, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3599, 3599, 3607, 3599, 3607, 3607, 3599, 3607,
- 3599, 3607, 3607, 3607, 3607, 3599, 3607, 3607, 3607, 3607,
- 3607, 3599, 3607, 3607, 3607, 3607, 3607, 3607, 3599, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3599, 3607, 3607,
- 3599, 3599, 3607, 3607, 3607, 3607, 3607, 3599, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3599, 3607, 3607, 3599, 3599,
- 3607, 3607, 3599, 3599, 3607, 3607, 3599, 3599, 3599, 3599,
-
- 3599, 3599, 3599, 3599, 3607, 3607, 3599, 3599, 3607, 3607,
- 3607, 3599, 3607, 3599, 3607, 3607, 3607, 3607, 3599, 3607,
- 3599, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3599, 3599, 3599, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3599, 3607,
- 3607, 3607, 3607, 3599, 3607, 3599, 3607, 3599, 3599, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3599, 3607, 3599, 3599, 3599, 3607, 3607, 3599, 3607, 3607,
-
- 3599, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3599, 3599, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3599, 3607, 3607, 3607, 3599, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3599, 3607, 3599,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3599,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
- 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3599, 3607, 3607,
- 3599, 3607, 3607, 3607, 3607, 3607, 3599, 3607, 3607, 3607,
- 3607, 3607, 3607, 3599, 3607, 3607, 3607, 3599, 3607, 3599,
- 3599, 3607, 3607, 3607, 3607, 3607, 3599, 3599, 0, 3599,
-
- 3599, 3599, 3599, 3599, 3599, 3599, 3599, 3599, 3599, 3599,
- 3599, 3599, 3599, 3599, 3599, 3599, 3599
+ 3645, 1, 3646, 3646, 3647, 3647, 3648, 3648, 3649, 3649,
+ 3650, 3650, 3651, 3651, 3652, 3652, 3645, 3653, 3645, 3645,
+ 3645, 3645, 3654, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3655, 3645, 3645, 3645,
+ 3655, 3656, 3645, 3645, 3645, 3656, 3657, 3645, 3645, 3645,
+ 3645, 3657, 3658, 3645, 3645, 3645, 3658, 3659, 3645, 3660,
+ 3645, 3659, 3659, 3661, 3645, 3645, 3645, 3645, 3661, 3662,
+ 3645, 3645, 3645, 3662, 3653, 3653, 3645, 3663, 3654, 3663,
+ 3654, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3655,
+ 3655, 3656, 3656, 3657, 3657, 3645, 3658, 3658, 3659, 3659,
+ 3660, 3660, 3659, 3661, 3661, 3645, 3662, 3662, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3659, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+
+ 3653, 3653, 3653, 3653, 3653, 3645, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3645, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3645, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3659, 3653, 3653, 3653, 3653, 3653, 3653,
+
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3645, 3653, 3645, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3645, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3645, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3645, 3653, 3653, 3659, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3645, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3659,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3645, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3645, 3653, 3645,
+ 3645, 3653, 3645, 3645, 3653, 3653, 3645, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3645, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3645, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3645,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3659, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3645, 3653,
+ 3653, 3645, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3645, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3645, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3645, 3653,
+ 3645, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3645, 3645, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3645, 3653, 3653, 3645, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3645,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3645, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3645, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3645, 3653, 3653, 3653,
+ 3653, 3653, 3659, 3659, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3645, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3645, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+
+ 3653, 3653, 3645, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3645, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3645, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3645, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3645, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3645, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3645, 3653, 3653, 3653, 3659, 3653, 3653,
+ 3653, 3653, 3653, 3645, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3645,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+
+ 3653, 3653, 3645, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3645, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3645, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3645, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3645, 3653, 3645, 3653, 3653,
+ 3653, 3653, 3653, 3645, 3653, 3645, 3653, 3653, 3653, 3653,
+ 3653, 3645, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3645, 3653, 3653, 3653, 3653,
+ 3659, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3645,
+ 3653, 3653, 3653, 3653, 3645, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3645, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3645, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3645, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3645,
+
+ 3653, 3645, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3645, 3645, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3645, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3645, 3653, 3653, 3653, 3653, 3653, 3653, 3645,
+ 3653, 3645, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3645, 3653,
+
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3645, 3653,
+ 3653, 3653, 3659, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3645, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3645, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3645,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3645, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3645, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3645, 3645, 3653, 3653,
+ 3653, 3645, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3645, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3645, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3645, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3645, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+
+ 3653, 3653, 3653, 3653, 3653, 3653, 3645, 3653, 3653, 3653,
+ 3653, 3653, 3645, 3653, 3653, 3653, 3645, 3653, 3653, 3653,
+ 3653, 3653, 3645, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3659, 3653, 3645, 3653, 3653, 3653,
+ 3645, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3645, 3653, 3645, 3653, 3653, 3653, 3645, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3645, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3645, 3645, 3653, 3645, 3653, 3653, 3653, 3653, 3645, 3653,
+
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3645, 3653,
+ 3653, 3645, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3645, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3645, 3653, 3653, 3653, 3653, 3653, 3645, 3653,
+ 3645, 3653, 3653, 3653, 3653, 3653, 3653, 3645, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3645, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3645, 3653, 3653, 3653,
+
+ 3653, 3653, 3653, 3653, 3653, 3645, 3653, 3653, 3653, 3645,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3645, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3645, 3645, 3653, 3645, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3645, 3653,
+ 3653, 3659, 3653, 3653, 3653, 3653, 3653, 3653, 3645, 3645,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3645, 3653, 3653, 3653, 3653, 3645, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+
+ 3653, 3653, 3645, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3645, 3653, 3645, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3645, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3645, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3645, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3645,
+ 3653, 3653, 3653, 3653, 3645, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3645, 3653, 3653, 3653, 3653,
+
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3645, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3645, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3645, 3653, 3645, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3659, 3653, 3645, 3653, 3653, 3653, 3653, 3653,
+ 3645, 3653, 3653, 3653, 3653, 3645, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3645, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3645,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+
+ 3653, 3645, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3645,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3645, 3653, 3645,
+ 3653, 3653, 3653, 3653, 3653, 3645, 3653, 3653, 3653, 3653,
+ 3645, 3645, 3653, 3653, 3653, 3653, 3653, 3645, 3645, 3653,
+ 3645, 3653, 3645, 3653, 3653, 3645, 3645, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3645, 3653, 3645, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3645, 3653, 3653, 3653, 3653, 3653, 3645, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3645, 3653, 3653, 3653, 3653,
+ 3645, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3659, 3653, 3653, 3653, 3653,
+ 3645, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3645, 3653, 3645, 3653, 3653, 3653, 3653, 3653, 3645,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3645, 3653, 3653, 3653, 3653, 3653, 3653, 3645, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+
+ 3653, 3653, 3653, 3653, 3653, 3653, 3645, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3645, 3653, 3645,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3645, 3645,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3645, 3653, 3653, 3653, 3653, 3653, 3653, 3645, 3653, 3653,
+ 3653, 3653, 3645, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3645, 3645, 3645, 3645,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3645, 3653, 3645, 3645, 3653, 3645, 3653, 3653,
+
+ 3653, 3653, 3653, 3653, 3653, 3645, 3653, 3645, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3659, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3645, 3645, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3645, 3653,
+ 3653, 3653, 3645, 3653, 3645, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3645, 3645, 3653, 3653, 3653,
+ 3645, 3645, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3645,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3645, 3653, 3645,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+
+ 3653, 3653, 3645, 3653, 3653, 3645, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3645, 3653, 3653, 3653, 3653, 3645, 3653,
+ 3653, 3653, 3653, 3645, 3653, 3645, 3653, 3653, 3653, 3653,
+ 3653, 3645, 3653, 3653, 3645, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3645, 3653, 3653, 3645, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3645, 3645, 3653,
+ 3653, 3659, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3645, 3645, 3653, 3645, 3653, 3653, 3645, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3645, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3645, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3645, 3653, 3653, 3653, 3653, 3645, 3653, 3653,
+ 3653, 3653, 3653, 3645, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3645, 3653, 3653, 3653, 3645, 3645,
+ 3645, 3653, 3653, 3653, 3645, 3653, 3653, 3653, 3653, 3645,
+ 3653, 3653, 3653, 3645, 3645, 3645, 3653, 3653, 3653, 3645,
+ 3653, 3653, 3645, 3653, 3645, 3653, 3645, 3653, 3653, 3653,
+ 3653, 3645, 3653, 3653, 3653, 3653, 3645, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3645, 3653, 3653, 3653, 3653, 3653,
+
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3645, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3645, 3653, 3645, 3653, 3645,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3645, 3645, 3653,
+ 3653, 3645, 3653, 3653, 3645, 3653, 3645, 3653, 3645, 3653,
+ 3653, 3653, 3653, 3653, 3645, 3645, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3645, 3653, 3653, 3653, 3653, 3645, 3653,
+ 3645, 3653, 3653, 3653, 3645, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3645, 3645, 3645, 3653, 3653, 3653, 3653,
+
+ 3653, 3653, 3653, 3645, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3645, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3645, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3645, 3645, 3653, 3653, 3645,
+ 3653, 3653, 3645, 3653, 3645, 3653, 3653, 3653, 3653, 3653,
+ 3645, 3653, 3653, 3653, 3653, 3645, 3653, 3653, 3653, 3653,
+ 3645, 3653, 3653, 3653, 3653, 3653, 3645, 3645, 3653, 3653,
+ 3645, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3645,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3645, 3653, 3653,
+ 3653, 3653, 3645, 3653, 3653, 3653, 3653, 3653, 3645, 3653,
+
+ 3653, 3653, 3653, 3645, 3653, 3653, 3653, 3645, 3645, 3645,
+ 3653, 3653, 3653, 3645, 3645, 3645, 3645, 3653, 3653, 3653,
+ 3653, 3645, 3653, 3645, 3645, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3645, 3653, 3653, 3653, 3653, 3653, 3645, 3645, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3645, 3645, 3653, 3653, 3653,
+ 3653, 3653, 3645, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3645, 3645,
+ 3653, 3645, 3653, 3653, 3645, 3653, 3645, 3653, 3653, 3653,
+ 3653, 3645, 3653, 3653, 3653, 3653, 3653, 3645, 3653, 3653,
+
+ 3653, 3653, 3653, 3653, 3645, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3645, 3653, 3653, 3645, 3645, 3653, 3653,
+ 3653, 3653, 3653, 3645, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3645, 3653, 3653, 3645, 3645, 3653, 3653, 3645, 3645,
+ 3653, 3653, 3645, 3645, 3645, 3645, 3645, 3645, 3645, 3645,
+ 3653, 3653, 3645, 3645, 3653, 3653, 3653, 3645, 3653, 3645,
+ 3653, 3653, 3653, 3653, 3645, 3653, 3645, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3645, 3645,
+ 3645, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3645, 3653, 3653, 3653, 3653, 3645,
+ 3653, 3645, 3653, 3645, 3645, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3645, 3653, 3645, 3645,
+ 3645, 3653, 3653, 3645, 3653, 3653, 3645, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3645, 3645, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3645, 3653, 3653, 3653, 3645, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3645, 3653, 3645, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3653, 3653, 3645, 3653, 3653, 3653, 3653,
+
+ 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653, 3653,
+ 3653, 3653, 3653, 3645, 3653, 3653, 3645, 3653, 3653, 3653,
+ 3653, 3653, 3645, 3653, 3653, 3653, 3653, 3653, 3653, 3645,
+ 3653, 3653, 3653, 3645, 3653, 3645, 3645, 3653, 3653, 3653,
+ 3653, 3653, 3645, 3645, 0, 3645, 3645, 3645, 3645, 3645,
+ 3645, 3645, 3645, 3645, 3645, 3645, 3645, 3645, 3645, 3645,
+ 3645, 3645, 3645
} ;
-static yyconst flex_int16_t yy_nxt[7060] =
+static yyconst flex_int16_t yy_nxt[7151] =
{ 0,
18, 19, 20, 21, 22, 23, 22, 18, 18, 18,
18, 18, 22, 24, 25, 26, 27, 28, 29, 30,
@@ -1652,756 +1667,766 @@ static yyconst flex_int16_t yy_nxt[7060] =
153, 181, 196, 189, 154, 155, 164, 86, 164, 164,
90, 164, 90, 90, 169, 90, 169, 169, 174, 169,
174, 174, 172, 174, 85, 86, 85, 85, 90, 85,
- 90, 90, 290, 90, 86, 85, 86, 182, 86, 90,
+ 90, 90, 291, 90, 86, 85, 86, 182, 86, 90,
91, 185, 190, 188, 86, 86, 197, 86, 191, 86,
192, 86, 86, 208, 186, 86, 86, 86, 86, 86,
200, 199, 193, 194, 86, 198, 86, 195, 86, 201,
- 86, 202, 246, 210, 206, 203, 204, 207, 209, 86,
+ 86, 202, 247, 210, 206, 203, 204, 207, 209, 86,
211, 216, 212, 205, 86, 213, 86, 86, 86, 218,
86, 219, 86, 221, 86, 86, 227, 222, 214, 215,
86, 228, 226, 224, 86, 86, 217, 230, 225, 86,
86, 220, 86, 223, 231, 233, 234, 229, 86, 86,
- 86, 86, 232, 236, 86, 238, 86, 241, 235, 239,
- 86, 86, 86, 86, 243, 86, 237, 374, 86, 86,
- 86, 240, 86, 244, 242, 249, 252, 253, 86, 245,
- 254, 248, 86, 86, 86, 255, 250, 247, 261, 258,
-
- 251, 262, 86, 86, 260, 264, 86, 86, 86, 86,
- 259, 268, 256, 86, 265, 257, 86, 86, 263, 267,
- 269, 271, 160, 160, 86, 162, 266, 270, 162, 274,
- 164, 272, 164, 164, 340, 164, 167, 167, 169, 86,
- 169, 169, 90, 169, 90, 90, 170, 90, 174, 273,
- 174, 174, 275, 174, 172, 177, 177, 277, 86, 86,
- 86, 86, 86, 86, 86, 86, 86, 276, 279, 86,
- 282, 285, 281, 86, 278, 280, 86, 288, 287, 284,
- 178, 291, 283, 86, 289, 286, 86, 292, 293, 86,
- 294, 320, 86, 297, 86, 295, 86, 302, 298, 86,
-
- 304, 86, 86, 299, 86, 305, 86, 307, 86, 300,
- 301, 303, 296, 308, 86, 311, 309, 86, 86, 86,
- 306, 86, 313, 86, 314, 86, 86, 86, 176, 86,
- 86, 86, 321, 315, 310, 322, 328, 316, 318, 86,
- 317, 319, 86, 323, 312, 331, 324, 86, 325, 329,
- 335, 86, 86, 332, 86, 330, 86, 333, 337, 338,
- 326, 376, 327, 86, 86, 86, 341, 336, 86, 334,
- 343, 86, 86, 342, 339, 344, 86, 345, 86, 86,
- 346, 348, 86, 86, 86, 347, 86, 86, 350, 86,
- 86, 86, 349, 86, 86, 352, 357, 86, 355, 353,
-
- 86, 86, 86, 358, 351, 362, 356, 364, 354, 86,
- 363, 86, 359, 86, 86, 86, 360, 366, 368, 371,
- 86, 361, 86, 86, 86, 86, 377, 365, 373, 378,
- 86, 380, 86, 369, 370, 86, 367, 86, 86, 86,
- 372, 375, 86, 383, 384, 86, 385, 170, 387, 379,
- 381, 86, 86, 382, 86, 86, 86, 388, 86, 392,
- 86, 86, 86, 391, 86, 86, 398, 396, 394, 399,
- 386, 395, 86, 86, 389, 86, 86, 402, 400, 390,
- 393, 401, 86, 86, 86, 86, 86, 397, 86, 409,
- 408, 86, 86, 412, 410, 86, 407, 403, 404, 86,
-
- 406, 411, 413, 405, 86, 86, 86, 415, 86, 416,
- 86, 86, 86, 86, 419, 86, 86, 420, 86, 86,
- 86, 431, 414, 424, 421, 422, 417, 418, 426, 86,
- 86, 86, 427, 425, 86, 428, 86, 423, 86, 433,
- 429, 86, 434, 432, 86, 86, 86, 86, 86, 86,
- 440, 436, 86, 86, 86, 441, 86, 430, 443, 439,
- 86, 86, 437, 86, 446, 86, 86, 435, 438, 448,
- 451, 442, 86, 86, 86, 444, 86, 450, 445, 447,
- 86, 86, 460, 452, 453, 86, 449, 86, 86, 86,
- 462, 467, 461, 175, 468, 86, 454, 472, 463, 455,
-
- 464, 469, 473, 86, 456, 457, 458, 459, 86, 86,
- 470, 471, 474, 465, 475, 86, 466, 86, 86, 86,
- 86, 86, 86, 484, 86, 86, 86, 486, 482, 86,
- 485, 483, 86, 478, 476, 479, 86, 477, 480, 481,
- 86, 487, 86, 86, 488, 86, 494, 489, 490, 86,
- 86, 491, 86, 86, 495, 500, 496, 86, 501, 86,
- 493, 86, 502, 492, 86, 497, 86, 86, 512, 499,
- 86, 503, 498, 505, 514, 506, 86, 504, 971, 508,
- 86, 507, 86, 513, 515, 86, 86, 86, 86, 86,
- 86, 516, 509, 86, 170, 510, 530, 511, 86, 517,
-
- 86, 518, 532, 86, 533, 546, 86, 519, 529, 535,
- 86, 520, 573, 86, 531, 552, 521, 534, 86, 522,
- 86, 523, 547, 524, 537, 536, 548, 86, 86, 86,
- 86, 549, 86, 550, 86, 86, 525, 553, 555, 526,
- 551, 527, 557, 528, 86, 554, 538, 539, 86, 86,
- 86, 86, 86, 556, 558, 559, 540, 541, 542, 543,
- 544, 561, 86, 545, 560, 86, 567, 86, 86, 565,
- 563, 562, 566, 568, 570, 86, 571, 569, 86, 86,
- 86, 575, 86, 86, 86, 86, 86, 86, 564, 578,
- 86, 579, 580, 574, 86, 86, 86, 170, 572, 577,
-
- 590, 86, 582, 585, 86, 581, 583, 576, 86, 584,
- 86, 593, 86, 586, 587, 588, 86, 86, 86, 86,
- 591, 86, 86, 594, 609, 86, 168, 599, 600, 86,
- 86, 598, 589, 595, 610, 592, 86, 596, 86, 601,
- 597, 602, 86, 611, 86, 613, 614, 603, 612, 86,
- 615, 86, 86, 617, 86, 604, 605, 616, 86, 606,
- 607, 618, 86, 608, 86, 621, 86, 619, 623, 86,
- 86, 86, 86, 626, 620, 624, 627, 86, 86, 622,
- 86, 628, 86, 86, 625, 86, 86, 633, 631, 86,
- 632, 86, 86, 629, 86, 634, 86, 86, 86, 639,
-
- 86, 630, 640, 635, 641, 86, 638, 86, 643, 636,
- 637, 86, 86, 646, 86, 86, 644, 642, 86, 645,
- 86, 648, 86, 650, 86, 86, 86, 86, 86, 86,
- 86, 654, 662, 652, 86, 86, 647, 86, 86, 649,
- 656, 86, 86, 651, 663, 682, 653, 655, 657, 660,
- 658, 661, 659, 664, 86, 86, 666, 86, 86, 86,
- 665, 669, 667, 86, 86, 668, 673, 86, 86, 676,
- 86, 670, 86, 672, 86, 86, 86, 675, 671, 86,
- 86, 679, 678, 86, 86, 683, 86, 674, 86, 685,
- 86, 86, 680, 677, 86, 86, 86, 86, 684, 86,
-
- 681, 700, 686, 688, 86, 712, 166, 687, 86, 689,
- 699, 697, 86, 86, 690, 698, 691, 702, 701, 86,
- 703, 86, 692, 704, 693, 86, 705, 694, 695, 710,
- 706, 86, 711, 713, 696, 86, 708, 86, 86, 86,
- 707, 717, 86, 86, 714, 86, 720, 86, 86, 722,
- 715, 86, 86, 716, 86, 86, 709, 86, 726, 86,
- 86, 86, 86, 719, 724, 718, 723, 729, 86, 725,
- 730, 86, 721, 86, 727, 86, 86, 733, 86, 731,
- 735, 728, 734, 732, 170, 737, 86, 738, 736, 86,
- 86, 86, 86, 739, 86, 86, 86, 746, 744, 86,
-
- 749, 86, 86, 741, 86, 740, 750, 742, 743, 745,
- 748, 752, 86, 86, 86, 86, 751, 86, 754, 86,
- 86, 86, 86, 747, 86, 753, 757, 758, 755, 759,
- 86, 766, 86, 86, 756, 763, 760, 86, 762, 761,
- 764, 86, 768, 765, 767, 86, 769, 86, 86, 770,
- 86, 771, 86, 772, 775, 774, 86, 86, 773, 86,
- 86, 778, 86, 777, 776, 86, 86, 86, 86, 781,
- 86, 86, 782, 780, 786, 785, 86, 86, 86, 86,
- 86, 779, 788, 86, 790, 86, 792, 86, 86, 784,
- 86, 783, 86, 86, 86, 789, 787, 791, 795, 799,
-
- 165, 86, 793, 86, 86, 86, 797, 86, 800, 794,
- 86, 796, 86, 802, 798, 801, 86, 807, 803, 86,
- 809, 804, 805, 86, 810, 806, 86, 86, 811, 814,
- 808, 86, 86, 86, 816, 86, 86, 817, 86, 820,
- 812, 815, 813, 819, 86, 86, 86, 86, 86, 821,
- 86, 86, 86, 826, 824, 828, 86, 86, 86, 818,
- 86, 822, 835, 825, 823, 86, 829, 86, 86, 86,
- 86, 827, 163, 831, 833, 836, 832, 830, 86, 834,
- 86, 837, 838, 839, 86, 86, 86, 840, 842, 86,
- 86, 841, 86, 847, 843, 845, 86, 86, 849, 86,
-
- 850, 848, 86, 844, 86, 86, 86, 853, 86, 86,
- 852, 846, 854, 86, 857, 86, 860, 86, 86, 855,
- 86, 856, 86, 863, 86, 865, 862, 851, 858, 859,
- 86, 86, 86, 870, 861, 868, 86, 866, 867, 86,
- 864, 86, 86, 876, 86, 86, 872, 874, 871, 86,
- 869, 878, 875, 86, 86, 86, 873, 880, 86, 86,
- 86, 86, 886, 86, 879, 86, 86, 887, 86, 877,
- 86, 86, 881, 86, 888, 86, 882, 883, 893, 884,
- 86, 885, 896, 86, 891, 889, 890, 894, 86, 86,
- 86, 86, 892, 86, 86, 895, 86, 86, 86, 86,
-
- 903, 899, 86, 897, 898, 86, 86, 86, 86, 86,
- 900, 934, 86, 902, 901, 904, 906, 911, 905, 86,
- 913, 86, 912, 907, 908, 909, 910, 86, 916, 86,
- 86, 914, 86, 86, 86, 915, 86, 919, 86, 86,
- 917, 86, 86, 923, 918, 86, 924, 927, 86, 920,
- 86, 922, 925, 921, 86, 928, 86, 86, 86, 170,
- 86, 930, 935, 926, 936, 931, 929, 933, 86, 86,
- 86, 932, 937, 86, 938, 86, 86, 86, 86, 944,
- 86, 943, 947, 86, 940, 86, 945, 939, 86, 86,
- 86, 941, 942, 948, 946, 951, 950, 86, 949, 86,
-
- 86, 86, 86, 953, 86, 957, 86, 86, 86, 954,
- 952, 86, 958, 959, 86, 86, 86, 86, 86, 86,
- 956, 86, 973, 86, 1006, 955, 960, 972, 976, 975,
- 970, 161, 961, 86, 962, 86, 86, 963, 86, 974,
- 964, 86, 978, 86, 965, 86, 979, 966, 86, 977,
- 86, 980, 981, 985, 967, 968, 984, 969, 86, 86,
- 86, 982, 983, 86, 986, 987, 86, 988, 86, 86,
- 989, 994, 86, 86, 86, 990, 997, 999, 993, 1001,
- 86, 991, 992, 86, 998, 86, 86, 996, 1003, 995,
- 1007, 86, 86, 1000, 86, 1008, 86, 1015, 1009, 1002,
-
- 1004, 86, 1010, 86, 86, 1013, 86, 1011, 1012, 86,
- 86, 1005, 1017, 86, 1014, 1016, 86, 86, 1018, 86,
- 86, 86, 86, 1021, 86, 1020, 86, 1025, 86, 1019,
- 86, 1028, 1024, 86, 86, 86, 1026, 1032, 86, 86,
- 1022, 1023, 1027, 86, 1033, 86, 1030, 1034, 86, 1035,
- 1037, 1029, 1038, 86, 1036, 86, 1040, 1031, 86, 86,
- 1042, 86, 86, 86, 1041, 86, 86, 1044, 1043, 1046,
- 86, 1045, 1039, 1047, 86, 86, 86, 86, 86, 86,
- 86, 86, 1050, 1048, 1051, 1052, 86, 1056, 86, 86,
- 1060, 86, 1059, 86, 1049, 86, 86, 1053, 1057, 1058,
-
- 1055, 86, 1054, 86, 86, 86, 86, 86, 1067, 86,
- 1062, 1065, 1063, 86, 1061, 86, 1066, 86, 1068, 86,
- 86, 86, 1076, 1069, 1073, 86, 1071, 86, 1064, 1074,
- 86, 86, 1072, 86, 1075, 86, 86, 86, 1082, 1084,
- 1070, 86, 1077, 86, 1078, 1079, 1083, 1085, 86, 86,
- 86, 1081, 86, 86, 1087, 1080, 86, 86, 86, 86,
- 86, 86, 1086, 1095, 1088, 1098, 1093, 86, 86, 86,
- 1089, 86, 1090, 86, 86, 1091, 1092, 1099, 1096, 1100,
- 1097, 1094, 86, 86, 86, 1101, 86, 86, 1103, 1104,
- 1105, 1107, 1102, 1108, 86, 86, 86, 86, 1106, 86,
-
- 86, 86, 86, 1119, 86, 1111, 1109, 1113, 86, 86,
- 1120, 86, 1122, 86, 86, 1110, 86, 1112, 86, 86,
- 1114, 1116, 86, 1115, 1117, 1121, 1125, 1123, 1118, 1126,
- 86, 86, 86, 86, 1124, 86, 1131, 1127, 1128, 86,
- 1133, 1134, 1129, 1132, 86, 1135, 86, 86, 86, 1136,
- 1130, 86, 1139, 86, 1141, 86, 86, 86, 86, 86,
- 86, 1138, 1137, 1144, 1143, 1147, 86, 1151, 86, 86,
- 1148, 170, 1149, 1140, 1142, 86, 1145, 86, 1146, 1150,
- 86, 86, 1154, 86, 86, 86, 86, 86, 1167, 1153,
- 1152, 86, 1170, 86, 86, 1168, 86, 1157, 1158, 1155,
-
- 86, 86, 86, 86, 1159, 1156, 1172, 1160, 86, 1169,
- 1179, 1161, 86, 1162, 86, 1173, 1236, 1163, 86, 1164,
- 86, 1171, 86, 1175, 1165, 1177, 1174, 86, 1176, 1166,
- 1178, 86, 86, 86, 1180, 86, 1181, 1183, 1187, 1186,
- 1184, 86, 86, 86, 86, 86, 86, 178, 1182, 86,
- 1185, 1192, 86, 1191, 1194, 1188, 1195, 1190, 1193, 1196,
- 1197, 86, 86, 1189, 1198, 86, 1199, 1200, 86, 86,
- 86, 86, 86, 86, 86, 86, 1214, 86, 1211, 86,
- 86, 86, 86, 1210, 1215, 86, 1213, 1201, 1202, 86,
- 1203, 1212, 86, 1216, 86, 1204, 1217, 1205, 1222, 86,
-
- 1219, 1220, 86, 1206, 86, 86, 1218, 1223, 1207, 1208,
- 1221, 1224, 86, 86, 86, 1209, 1229, 86, 86, 86,
- 1232, 86, 1230, 1225, 1233, 86, 86, 1237, 1226, 86,
- 86, 1227, 1228, 86, 1235, 1238, 86, 86, 86, 1231,
- 86, 86, 1243, 86, 1234, 86, 1240, 1241, 86, 86,
- 1244, 86, 86, 86, 1246, 1239, 1242, 86, 86, 86,
- 86, 86, 1245, 86, 86, 1247, 1248, 1251, 1252, 1250,
- 1253, 1249, 1255, 1258, 86, 1257, 86, 1254, 86, 1256,
- 86, 1259, 86, 86, 86, 86, 86, 86, 176, 1264,
- 1265, 1266, 86, 1260, 1261, 86, 1267, 1269, 1263, 1270,
-
- 1262, 86, 1268, 86, 1271, 86, 86, 1272, 86, 1275,
- 86, 86, 86, 1277, 1276, 86, 1278, 86, 86, 1273,
- 1279, 86, 86, 86, 1274, 1280, 1286, 86, 86, 86,
- 1281, 1288, 86, 175, 1282, 1284, 86, 86, 1285, 1283,
- 86, 1290, 86, 1289, 86, 1292, 86, 1287, 86, 1293,
- 1294, 86, 86, 1295, 1291, 86, 1296, 86, 1297, 86,
- 1299, 1298, 1300, 86, 86, 86, 86, 1305, 86, 1302,
- 86, 1301, 1304, 86, 1306, 86, 86, 1307, 86, 1309,
- 1303, 86, 1310, 1308, 86, 86, 86, 1316, 1311, 1314,
- 1317, 1351, 86, 86, 1318, 86, 86, 1312, 1315, 1321,
-
- 86, 86, 86, 86, 1313, 86, 1319, 1320, 1322, 1323,
- 1325, 86, 86, 1327, 86, 86, 1324, 86, 86, 86,
- 1329, 86, 1328, 1330, 86, 86, 86, 1331, 86, 1332,
- 86, 1335, 1326, 1336, 86, 86, 86, 86, 86, 1338,
- 86, 1342, 1343, 1333, 86, 1334, 1337, 86, 86, 1340,
- 86, 86, 1346, 86, 1339, 1344, 1345, 1341, 86, 86,
- 86, 86, 86, 1347, 1348, 86, 86, 1357, 86, 86,
- 1349, 1353, 170, 86, 1359, 86, 86, 1350, 1352, 86,
- 1354, 1358, 86, 86, 1360, 1356, 86, 86, 1365, 1362,
- 1355, 1363, 1361, 1369, 1364, 1366, 1367, 86, 1370, 86,
-
- 86, 86, 86, 86, 86, 1373, 1372, 1368, 86, 86,
- 86, 86, 86, 1374, 86, 86, 1371, 1377, 86, 1383,
- 86, 1379, 1380, 1375, 1376, 86, 1378, 86, 86, 1381,
- 86, 86, 170, 86, 86, 1394, 1387, 1382, 1389, 1384,
- 86, 86, 86, 1386, 1393, 1385, 1395, 1390, 86, 1391,
- 86, 1388, 1392, 1396, 86, 1397, 1398, 86, 86, 86,
- 1399, 86, 86, 86, 1406, 86, 1403, 86, 1402, 1400,
- 86, 86, 1407, 86, 86, 1405, 1401, 1411, 86, 1408,
- 86, 1404, 1409, 86, 86, 1412, 86, 86, 1413, 1415,
- 1416, 86, 1410, 86, 1414, 86, 1417, 86, 86, 86,
-
- 1421, 86, 86, 86, 86, 168, 1418, 86, 1419, 1422,
- 1424, 1425, 86, 1423, 1420, 86, 86, 86, 1429, 1431,
- 1426, 86, 1428, 1427, 86, 86, 1434, 1432, 86, 86,
- 1430, 86, 1441, 86, 86, 86, 1433, 1443, 86, 1435,
- 1436, 1437, 86, 86, 86, 86, 86, 1438, 1440, 86,
- 1444, 1449, 86, 1446, 1442, 1451, 1439, 86, 1445, 86,
- 1452, 86, 1447, 86, 1450, 1448, 86, 86, 1456, 86,
- 166, 1466, 1465, 1454, 86, 1467, 1453, 86, 86, 1455,
- 86, 1457, 1464, 1468, 1470, 1458, 86, 86, 1459, 1460,
- 86, 86, 1471, 1461, 86, 1469, 1472, 86, 1473, 1462,
-
- 86, 1475, 86, 1463, 86, 1476, 1480, 1477, 86, 86,
- 86, 86, 86, 86, 86, 1474, 1483, 1486, 1481, 1487,
- 86, 86, 1531, 86, 1478, 86, 1479, 1484, 86, 86,
- 1482, 86, 1485, 1488, 1490, 1489, 86, 86, 1491, 86,
- 1498, 1496, 86, 1492, 86, 1493, 86, 1494, 1502, 1495,
- 86, 1497, 1499, 1500, 86, 86, 1506, 1501, 86, 86,
- 1504, 1507, 86, 1505, 86, 1503, 86, 1508, 86, 1510,
- 86, 86, 86, 1516, 86, 1517, 86, 1512, 86, 86,
- 1511, 1509, 86, 86, 86, 86, 1515, 1521, 1518, 1513,
- 1514, 1519, 1520, 86, 1523, 86, 86, 86, 1522, 86,
-
- 1524, 86, 1527, 1528, 86, 1530, 86, 86, 86, 86,
- 1532, 86, 86, 1525, 1529, 86, 1533, 1535, 1536, 86,
- 1534, 1526, 1538, 86, 86, 1539, 86, 86, 86, 1537,
- 86, 1540, 86, 1541, 1544, 86, 1542, 86, 1549, 86,
- 1547, 86, 86, 86, 86, 1546, 1550, 86, 1543, 1552,
- 1545, 1551, 1548, 86, 86, 86, 1554, 1553, 1555, 86,
- 1557, 86, 86, 86, 86, 1564, 1559, 1556, 1561, 86,
- 1560, 86, 1562, 1558, 86, 86, 1563, 86, 86, 1565,
- 1570, 86, 1571, 1567, 86, 1568, 86, 86, 86, 1572,
- 1574, 86, 1573, 1566, 1569, 86, 86, 86, 1578, 86,
-
- 1575, 86, 86, 86, 86, 170, 86, 1580, 1577, 86,
- 1586, 1587, 86, 1582, 1576, 86, 86, 86, 1588, 1589,
- 1583, 1579, 1581, 86, 86, 86, 1584, 86, 86, 1590,
- 86, 86, 1585, 86, 1597, 1591, 86, 86, 86, 1594,
- 86, 86, 1595, 1592, 1593, 1601, 1602, 86, 1596, 86,
- 86, 1598, 86, 1606, 1604, 1600, 86, 1605, 1607, 86,
- 1610, 1599, 86, 86, 1603, 1609, 86, 86, 1608, 86,
- 86, 1618, 1615, 86, 1620, 1616, 1611, 86, 1612, 1617,
- 86, 1613, 86, 86, 1614, 1623, 1621, 1619, 1622, 86,
- 1624, 86, 86, 86, 86, 86, 86, 86, 1628, 1629,
-
- 1630, 86, 1625, 86, 86, 86, 1633, 86, 86, 1639,
- 1627, 86, 1638, 86, 1631, 1626, 86, 1632, 1635, 86,
- 86, 1642, 86, 1634, 86, 1636, 1637, 86, 86, 86,
- 86, 1640, 1643, 1646, 86, 1641, 86, 86, 1644, 1650,
- 86, 86, 1652, 1645, 1647, 1648, 86, 1649, 1651, 86,
- 1656, 86, 86, 86, 1653, 1655, 86, 1660, 1661, 1662,
- 86, 1654, 1658, 86, 86, 86, 1657, 86, 1664, 1665,
- 86, 86, 1659, 86, 1663, 86, 1670, 1666, 1671, 1667,
- 1669, 1672, 86, 86, 86, 86, 1673, 86, 86, 1674,
- 1675, 86, 86, 86, 1668, 86, 1676, 86, 86, 86,
-
- 86, 1678, 1677, 86, 1683, 86, 1682, 1679, 86, 86,
- 1686, 1680, 86, 1681, 86, 165, 1685, 86, 1694, 1689,
- 1684, 1691, 86, 1687, 1690, 86, 1692, 86, 86, 86,
- 86, 1688, 86, 86, 1693, 1698, 86, 1702, 1697, 86,
- 86, 1695, 86, 86, 1703, 86, 1706, 1696, 86, 86,
- 1709, 1699, 86, 1700, 1701, 1708, 86, 86, 86, 86,
- 1704, 86, 86, 86, 1707, 86, 86, 1710, 1705, 86,
- 1718, 86, 86, 86, 1719, 163, 1711, 1712, 1713, 1715,
- 1714, 1717, 1720, 1716, 86, 1722, 1723, 86, 1724, 86,
- 86, 1721, 86, 86, 86, 1725, 1726, 1727, 86, 86,
-
- 1730, 86, 1728, 86, 1731, 86, 86, 1729, 1734, 1738,
- 86, 86, 1740, 86, 1735, 1743, 1739, 1732, 86, 1733,
- 86, 86, 1737, 86, 86, 1736, 86, 1745, 1741, 1744,
- 1746, 86, 86, 1742, 86, 86, 1751, 1752, 86, 86,
- 86, 86, 86, 1749, 86, 1756, 1755, 1757, 86, 86,
- 1748, 1747, 1760, 86, 86, 1750, 86, 1753, 1759, 86,
- 86, 1754, 1761, 86, 86, 86, 86, 1765, 1758, 86,
- 1762, 86, 1763, 86, 1770, 1768, 1764, 86, 86, 86,
- 86, 86, 1776, 86, 1777, 1774, 1766, 86, 86, 1767,
- 86, 1769, 1771, 86, 86, 1775, 1778, 86, 1773, 1772,
-
- 86, 1783, 86, 86, 86, 86, 1788, 86, 1779, 1780,
- 1786, 86, 86, 86, 1791, 1789, 1784, 1782, 1781, 1787,
- 86, 1785, 86, 86, 86, 86, 86, 86, 1795, 1798,
- 86, 1797, 1790, 86, 1794, 170, 1799, 86, 86, 86,
- 1800, 1793, 1792, 1801, 1796, 86, 86, 86, 86, 1809,
- 86, 1802, 86, 1804, 86, 1803, 86, 1810, 1813, 86,
- 1807, 1815, 86, 86, 1805, 1806, 86, 86, 1817, 1819,
- 1811, 1814, 1808, 86, 1812, 86, 1821, 86, 1818, 1823,
- 86, 86, 86, 1816, 86, 86, 86, 1820, 86, 86,
- 1825, 1822, 86, 1826, 86, 1828, 86, 1829, 86, 86,
-
- 1824, 1833, 86, 1830, 1831, 86, 1834, 1832, 86, 1827,
- 1841, 86, 86, 86, 1836, 1838, 86, 1835, 1839, 86,
- 86, 86, 1845, 1843, 1842, 86, 1846, 86, 1837, 86,
- 1840, 1851, 1848, 1849, 86, 1852, 1847, 86, 86, 1844,
- 1858, 86, 1856, 1853, 86, 1854, 86, 1855, 86, 1850,
- 86, 86, 86, 86, 86, 1857, 1863, 1862, 1864, 1865,
- 86, 86, 86, 86, 86, 86, 1866, 86, 1867, 1859,
- 86, 1860, 1869, 1861, 86, 1870, 86, 86, 86, 86,
- 86, 1872, 1871, 1868, 86, 86, 86, 86, 86, 86,
- 1873, 1882, 1881, 86, 1876, 86, 86, 1874, 1877, 1875,
-
- 1878, 86, 86, 1879, 86, 1885, 86, 1888, 1884, 1887,
- 86, 86, 1880, 86, 1883, 86, 1886, 1894, 86, 86,
- 1892, 86, 1889, 86, 86, 1898, 1890, 86, 1896, 86,
- 86, 1891, 86, 1897, 86, 86, 1893, 86, 86, 1895,
- 86, 86, 1899, 1900, 1903, 1905, 86, 161, 86, 1904,
- 1902, 1912, 86, 1908, 1901, 1906, 1909, 86, 1907, 1913,
- 86, 1910, 1914, 86, 1915, 1911, 86, 1918, 86, 1917,
- 86, 86, 86, 86, 86, 1916, 1922, 1921, 86, 1923,
- 86, 86, 86, 1919, 86, 86, 86, 86, 1931, 86,
- 1920, 1926, 1933, 1930, 86, 1928, 1925, 1924, 1929, 86,
-
- 1927, 1932, 86, 86, 86, 1938, 86, 1934, 1939, 86,
- 86, 1941, 1935, 1940, 86, 86, 86, 1945, 1937, 86,
- 86, 1936, 1942, 86, 1948, 86, 1950, 86, 1949, 1947,
- 86, 86, 86, 1944, 1943, 1946, 1952, 1954, 86, 1953,
- 1951, 1958, 86, 86, 86, 86, 1959, 86, 1955, 86,
- 1963, 86, 1956, 86, 1965, 86, 1957, 1960, 1969, 1961,
- 86, 1967, 86, 1964, 1962, 1968, 86, 1971, 86, 1966,
- 86, 86, 1975, 86, 1972, 1973, 86, 1979, 86, 86,
- 1970, 86, 1977, 86, 1974, 86, 86, 86, 1978, 1976,
- 86, 86, 86, 1980, 86, 86, 1985, 86, 1984, 86,
-
- 1981, 1986, 86, 86, 1988, 1982, 1983, 1987, 1992, 86,
- 1989, 1994, 1995, 1990, 86, 86, 1991, 86, 86, 86,
- 1998, 86, 1996, 1999, 86, 2002, 86, 1997, 86, 2004,
- 1993, 86, 86, 2000, 86, 86, 2008, 86, 86, 86,
- 86, 2003, 86, 2001, 2010, 86, 86, 2011, 2006, 86,
- 2013, 2014, 2007, 2005, 86, 86, 86, 86, 2009, 2012,
- 2019, 170, 86, 2015, 86, 2018, 2017, 2022, 86, 86,
- 86, 86, 2016, 2020, 2026, 86, 86, 2021, 86, 86,
- 86, 2024, 86, 2023, 86, 2027, 2028, 2033, 2029, 2025,
- 2030, 86, 86, 86, 2037, 86, 2034, 86, 2036, 2031,
-
- 2038, 86, 2032, 2039, 86, 86, 2040, 2042, 86, 2035,
- 2043, 86, 86, 86, 2041, 86, 86, 2045, 86, 2046,
- 2044, 86, 86, 86, 86, 86, 86, 2051, 86, 2052,
- 86, 86, 2047, 86, 2053, 2056, 86, 86, 2054, 2049,
- 2048, 2050, 2057, 2055, 86, 86, 2064, 86, 2065, 2060,
- 2062, 2059, 2063, 86, 86, 2058, 2061, 2066, 86, 86,
- 86, 86, 86, 86, 2072, 86, 86, 86, 2075, 2067,
- 2076, 86, 2077, 86, 2079, 86, 2070, 2068, 2069, 86,
- 2073, 2071, 2074, 2078, 86, 2080, 2081, 86, 2084, 86,
- 86, 2086, 86, 2088, 2085, 2087, 86, 86, 2090, 86,
-
- 2082, 86, 86, 86, 86, 86, 2091, 86, 2083, 86,
- 2093, 2094, 86, 86, 2089, 2097, 86, 86, 2096, 86,
- 2098, 86, 2100, 2095, 2101, 86, 2102, 2092, 86, 2104,
- 2099, 86, 2112, 2103, 86, 86, 86, 86, 86, 86,
- 86, 2109, 2114, 2105, 2106, 2107, 86, 2115, 86, 86,
- 2108, 2118, 2110, 2116, 86, 2117, 2111, 2113, 2121, 86,
- 86, 2120, 86, 86, 86, 2119, 2125, 86, 2122, 86,
- 2127, 86, 86, 86, 2130, 2131, 86, 86, 2133, 86,
- 2123, 86, 86, 2124, 86, 86, 86, 2140, 86, 2126,
- 2138, 2128, 86, 2135, 2129, 2136, 86, 2132, 86, 86,
-
- 86, 2139, 86, 2137, 86, 2143, 2134, 86, 2146, 2144,
- 86, 2149, 2151, 2141, 2142, 86, 86, 86, 86, 2154,
- 2150, 86, 86, 2155, 86, 86, 2148, 2157, 2145, 2153,
- 2147, 2158, 86, 86, 86, 86, 2152, 86, 86, 2159,
- 86, 2163, 86, 2156, 2160, 86, 86, 86, 2165, 86,
- 2168, 86, 2169, 86, 2164, 2170, 86, 2161, 86, 2162,
- 2173, 86, 86, 86, 2166, 86, 2178, 86, 2172, 86,
- 2177, 2171, 86, 2167, 86, 86, 2174, 86, 86, 2184,
- 86, 2183, 2175, 86, 86, 2176, 2185, 2187, 86, 2181,
- 86, 2180, 2186, 2179, 2182, 86, 2191, 86, 86, 2188,
-
- 86, 2189, 86, 86, 86, 2192, 2190, 2195, 86, 2199,
- 86, 86, 2193, 86, 86, 86, 2204, 86, 2202, 2194,
- 86, 2205, 86, 2196, 2197, 2201, 2206, 2203, 2198, 2200,
- 86, 86, 86, 86, 2212, 86, 2213, 86, 2211, 2207,
- 2214, 86, 2208, 2216, 2217, 2215, 86, 2209, 86, 86,
- 86, 86, 2210, 2219, 2221, 86, 86, 86, 86, 2223,
- 86, 86, 2225, 2220, 2227, 86, 2229, 2218, 2222, 2224,
- 86, 86, 86, 2230, 86, 86, 170, 86, 86, 86,
- 86, 2233, 2243, 2226, 86, 2237, 86, 2228, 86, 2234,
- 2231, 2235, 2244, 86, 86, 2232, 2238, 2236, 86, 2239,
-
- 2240, 86, 2241, 86, 2242, 86, 86, 86, 86, 86,
- 2245, 86, 2246, 2248, 2249, 86, 2247, 86, 2251, 86,
- 86, 2250, 2255, 86, 86, 2254, 86, 2252, 86, 86,
- 86, 2253, 86, 2256, 2257, 2258, 86, 2260, 86, 2259,
- 86, 2262, 86, 2267, 86, 86, 2261, 2264, 2265, 86,
- 2266, 86, 86, 86, 86, 2272, 86, 86, 2263, 86,
- 2268, 2269, 86, 86, 2278, 86, 2273, 2271, 2275, 2270,
- 86, 2276, 86, 86, 2274, 86, 86, 2277, 2282, 2279,
- 2284, 86, 86, 86, 2280, 2285, 2281, 86, 2283, 86,
- 2291, 86, 2286, 86, 86, 2293, 86, 86, 86, 2287,
-
- 2294, 2296, 86, 2288, 2289, 2290, 86, 2298, 86, 86,
- 2292, 86, 2299, 86, 2297, 2295, 2302, 86, 86, 2301,
- 86, 86, 86, 86, 2307, 2304, 86, 2308, 86, 86,
- 86, 2303, 2300, 86, 86, 2309, 86, 86, 86, 86,
- 3599, 2306, 2305, 86, 2313, 2311, 2312, 86, 2314, 2310,
- 3599, 86, 2316, 2317, 86, 2322, 2315, 2318, 2320, 2323,
- 86, 86, 2321, 86, 2326, 2324, 86, 86, 2327, 86,
- 2319, 2330, 2329, 86, 2325, 86, 86, 86, 86, 86,
- 2332, 86, 86, 2333, 2338, 86, 2328, 2334, 2336, 86,
- 2340, 2331, 86, 2337, 2341, 2335, 86, 2343, 86, 86,
-
- 86, 86, 86, 2342, 2339, 2345, 86, 2347, 2346, 86,
- 86, 86, 2352, 86, 2348, 86, 2356, 86, 86, 2349,
- 2353, 2357, 86, 86, 86, 2344, 2354, 86, 2350, 2355,
- 86, 2351, 2358, 2361, 86, 86, 2362, 86, 86, 86,
- 2366, 2360, 2359, 86, 2367, 2364, 86, 86, 2363, 2368,
- 86, 86, 2372, 86, 86, 2374, 86, 2375, 2365, 2370,
- 86, 2369, 2373, 86, 86, 86, 86, 2371, 2377, 2376,
- 2379, 86, 86, 2382, 2380, 2384, 86, 2381, 86, 86,
- 2385, 86, 2378, 86, 86, 86, 86, 2387, 2386, 2390,
- 2391, 2388, 86, 2383, 86, 2389, 2395, 86, 86, 2392,
-
- 86, 86, 86, 2394, 86, 86, 86, 86, 86, 86,
- 2403, 2407, 2393, 86, 86, 86, 2396, 86, 2397, 2398,
- 2399, 2401, 2408, 2402, 2409, 2404, 2405, 2400, 86, 2406,
- 86, 86, 86, 86, 86, 86, 2411, 2413, 86, 2419,
- 86, 86, 2421, 86, 86, 86, 2410, 2418, 2415, 2412,
- 2420, 86, 2416, 86, 86, 2414, 2425, 2424, 86, 2428,
- 2417, 170, 2422, 2430, 2423, 86, 2432, 2426, 2431, 86,
- 2433, 86, 86, 86, 2434, 86, 86, 2427, 2437, 86,
- 86, 2435, 86, 2429, 86, 2438, 2442, 86, 86, 2441,
- 86, 2443, 2446, 86, 2444, 2436, 86, 2452, 86, 2439,
-
- 86, 2447, 86, 2448, 2449, 86, 2445, 86, 2451, 86,
- 2440, 86, 2450, 2454, 86, 86, 86, 86, 86, 86,
- 2453, 2457, 86, 86, 2460, 86, 86, 86, 2464, 2466,
- 86, 2455, 2459, 86, 86, 86, 86, 2467, 2462, 2469,
- 2456, 2458, 86, 2461, 86, 86, 2463, 86, 86, 2465,
- 2468, 86, 86, 2475, 2470, 2478, 86, 2473, 86, 86,
- 86, 86, 2472, 86, 2476, 86, 2474, 2479, 2471, 86,
- 2477, 86, 86, 86, 86, 2489, 86, 2480, 86, 2481,
- 2482, 86, 86, 86, 2487, 2494, 2483, 2491, 2485, 2484,
- 86, 2490, 2486, 86, 2488, 2497, 2492, 86, 2495, 2493,
-
- 2496, 86, 86, 86, 86, 2498, 86, 86, 2503, 86,
- 2499, 2504, 86, 86, 3599, 2505, 2506, 86, 2501, 2502,
- 86, 86, 2509, 86, 2507, 86, 2510, 2500, 2513, 86,
- 2514, 86, 2511, 2508, 86, 2512, 86, 86, 86, 2515,
- 86, 2516, 2520, 86, 2521, 86, 86, 2523, 86, 86,
- 2525, 86, 2519, 86, 86, 2528, 86, 2517, 2518, 2527,
- 2529, 86, 86, 86, 86, 2522, 86, 2524, 2526, 86,
- 86, 86, 2531, 2536, 86, 2535, 2530, 2538, 86, 86,
- 2533, 2532, 86, 86, 86, 2543, 86, 2540, 2534, 2541,
- 2537, 86, 2545, 86, 2542, 86, 86, 2539, 2548, 86,
-
- 2544, 86, 2551, 86, 86, 2546, 86, 86, 86, 86,
- 2547, 2557, 86, 2556, 2549, 86, 86, 86, 86, 86,
- 2550, 2553, 2559, 2555, 2552, 2562, 86, 86, 86, 86,
- 2554, 2560, 86, 2561, 2558, 2564, 86, 86, 3599, 2563,
- 86, 2565, 86, 2570, 86, 86, 2572, 2566, 2576, 2571,
- 2567, 2568, 86, 86, 86, 2573, 86, 2577, 2578, 86,
- 86, 2579, 86, 2569, 86, 86, 86, 86, 86, 2583,
- 2574, 2585, 2575, 2581, 86, 86, 86, 86, 86, 2586,
- 2587, 2589, 2588, 2582, 2580, 86, 2590, 86, 2593, 2591,
- 2594, 2584, 86, 2592, 86, 86, 86, 2599, 86, 86,
-
- 2595, 2596, 2598, 86, 86, 86, 86, 2600, 86, 2597,
- 2605, 2606, 2601, 2602, 2603, 86, 86, 86, 86, 2607,
- 2604, 86, 86, 2611, 86, 2612, 86, 2613, 2608, 170,
- 2610, 86, 86, 2615, 2617, 2614, 86, 2616, 2609, 86,
- 86, 2622, 86, 86, 86, 86, 86, 86, 86, 86,
- 2633, 86, 2618, 2624, 2619, 2620, 2621, 2625, 2623, 2628,
- 86, 86, 2626, 2627, 2629, 2630, 86, 86, 2634, 2631,
- 2635, 86, 86, 86, 86, 2636, 2638, 2639, 2632, 2637,
- 86, 86, 86, 86, 2641, 86, 86, 2642, 86, 2640,
- 86, 2643, 2648, 2644, 86, 2647, 86, 86, 86, 86,
-
- 2645, 86, 2650, 2651, 2652, 2653, 86, 2646, 86, 86,
- 2649, 86, 86, 2654, 2655, 86, 2660, 86, 86, 86,
- 2656, 2657, 2659, 86, 86, 86, 86, 86, 2662, 86,
- 86, 86, 2661, 2667, 2670, 2658, 2669, 86, 86, 2672,
- 86, 2666, 86, 2671, 2663, 2664, 2665, 86, 86, 86,
- 2668, 86, 2678, 86, 2676, 86, 86, 86, 2682, 2683,
- 2673, 86, 2681, 86, 86, 86, 2674, 2675, 2679, 2684,
- 86, 2680, 2677, 86, 86, 2685, 3599, 2687, 2694, 2686,
- 86, 2688, 86, 86, 86, 2689, 2690, 86, 2692, 86,
- 86, 2696, 86, 2693, 86, 2698, 86, 86, 86, 86,
-
- 2691, 86, 2695, 2697, 2702, 86, 86, 86, 86, 86,
- 2707, 86, 2700, 2705, 2706, 2699, 2709, 2701, 2708, 86,
- 86, 86, 86, 86, 2711, 86, 86, 2704, 3599, 2713,
- 2714, 2703, 86, 86, 86, 2716, 86, 2712, 2719, 86,
- 2710, 86, 2720, 2722, 86, 2715, 2717, 2721, 2718, 86,
- 86, 2725, 86, 86, 86, 3599, 2726, 86, 86, 2729,
- 2730, 86, 2723, 86, 86, 2724, 86, 86, 2731, 86,
- 86, 86, 2736, 2727, 2735, 2728, 2733, 86, 86, 2734,
- 86, 86, 2732, 86, 86, 2737, 2740, 2744, 86, 2743,
- 2739, 2738, 2745, 86, 2746, 86, 2747, 86, 86, 86,
-
- 2741, 86, 86, 2742, 86, 2751, 2750, 86, 2752, 86,
- 2748, 86, 2753, 86, 2754, 86, 86, 2749, 86, 2760,
- 86, 86, 2762, 86, 86, 2756, 2763, 86, 86, 2755,
- 2765, 86, 86, 86, 2759, 2757, 2766, 2758, 86, 2764,
- 2761, 86, 86, 86, 2768, 2767, 2770, 2773, 86, 86,
- 2775, 86, 86, 2769, 86, 86, 86, 86, 2774, 86,
- 170, 86, 2771, 2772, 86, 86, 2782, 86, 2778, 86,
- 2784, 2780, 2783, 86, 2777, 86, 2785, 86, 2776, 2788,
- 2779, 2781, 86, 86, 86, 2791, 86, 2789, 2786, 2793,
- 2787, 2794, 2795, 86, 2796, 86, 86, 2792, 86, 2797,
-
- 2790, 86, 2798, 86, 2799, 86, 86, 86, 86, 86,
- 86, 86, 86, 86, 2800, 86, 2801, 2810, 86, 86,
- 86, 2808, 2803, 86, 2815, 2802, 86, 2805, 2804, 86,
- 2814, 2807, 2806, 2809, 2816, 86, 86, 2812, 2811, 86,
- 2817, 2813, 2820, 86, 86, 2822, 86, 86, 2819, 86,
- 86, 86, 86, 2821, 86, 86, 86, 86, 2818, 2826,
- 86, 2833, 86, 86, 2832, 2823, 2827, 2824, 2825, 2834,
- 86, 86, 2828, 2829, 86, 2831, 2830, 2838, 86, 2840,
- 2837, 2839, 86, 2835, 86, 86, 86, 86, 86, 2836,
- 86, 86, 86, 86, 86, 2846, 86, 3599, 86, 2850,
-
- 2851, 86, 2841, 2843, 2842, 2845, 2844, 2848, 2852, 86,
- 2854, 86, 2847, 2849, 86, 86, 2853, 86, 86, 86,
- 2855, 86, 86, 86, 2856, 86, 2860, 2861, 86, 86,
- 2858, 86, 2867, 86, 2866, 86, 2857, 86, 86, 2859,
- 2870, 86, 86, 2862, 2863, 86, 86, 2865, 2864, 2871,
- 2868, 86, 86, 86, 86, 2869, 2873, 2872, 2876, 2875,
- 2874, 2877, 86, 86, 2878, 86, 2880, 2882, 86, 86,
- 86, 86, 86, 2886, 86, 2885, 2887, 86, 2879, 2884,
- 86, 2883, 2889, 86, 86, 2881, 86, 86, 86, 2890,
- 2895, 86, 86, 2888, 86, 2891, 2892, 86, 2896, 2893,
-
- 2898, 86, 86, 86, 86, 2905, 86, 2899, 2894, 86,
- 86, 86, 86, 2902, 2897, 2900, 2901, 86, 2903, 2904,
- 2908, 86, 2909, 86, 86, 86, 86, 2907, 2910, 86,
- 2912, 2906, 86, 3599, 2913, 86, 86, 86, 2911, 86,
- 86, 2915, 2918, 2916, 2919, 2921, 86, 86, 2914, 2922,
- 86, 2917, 2923, 86, 86, 2920, 2925, 170, 86, 86,
- 86, 2926, 2930, 2927, 86, 86, 2932, 86, 86, 2931,
- 86, 86, 2924, 2935, 86, 2934, 86, 2928, 2929, 2936,
- 86, 2942, 2933, 2940, 2937, 2938, 86, 86, 2941, 86,
- 2939, 86, 86, 2945, 86, 86, 2943, 86, 2946, 86,
-
- 2947, 86, 86, 86, 86, 86, 2944, 2952, 2953, 2954,
- 2948, 2950, 2949, 86, 86, 2956, 86, 2955, 86, 86,
- 86, 86, 86, 2951, 2958, 2957, 86, 2961, 86, 2959,
- 86, 86, 2960, 2962, 86, 2963, 86, 86, 2968, 2964,
- 86, 86, 86, 2966, 2965, 2967, 2970, 2972, 86, 2969,
- 86, 86, 86, 86, 2973, 86, 2978, 86, 86, 86,
- 2971, 86, 86, 86, 86, 2979, 2984, 86, 86, 2974,
- 2981, 2975, 2976, 86, 2977, 86, 86, 2982, 2980, 2983,
- 2988, 2991, 2985, 2986, 2989, 86, 2992, 86, 86, 2994,
- 2995, 86, 86, 2987, 86, 86, 86, 86, 86, 86,
-
- 2990, 3001, 2996, 2998, 86, 86, 2993, 86, 2999, 86,
- 3000, 86, 3002, 3005, 86, 3003, 86, 3007, 3004, 86,
- 3006, 2997, 3009, 86, 3010, 86, 3011, 86, 86, 86,
- 86, 86, 3012, 86, 3013, 3015, 86, 3008, 3017, 3014,
- 86, 3019, 86, 86, 86, 3023, 3020, 86, 3024, 86,
- 86, 3016, 3018, 3027, 3021, 3025, 86, 3026, 86, 86,
- 86, 3030, 86, 3022, 86, 86, 3033, 86, 86, 3034,
- 3035, 86, 3028, 3029, 86, 3037, 86, 86, 86, 86,
- 3041, 86, 3031, 3042, 86, 3032, 86, 86, 3044, 3036,
- 3038, 3043, 86, 3040, 86, 3046, 3039, 3045, 86, 86,
-
- 3047, 86, 86, 3052, 3048, 86, 86, 86, 3051, 86,
- 3054, 3055, 86, 86, 86, 86, 86, 3058, 3049, 3050,
- 3056, 3057, 86, 86, 3061, 3060, 86, 86, 86, 86,
- 3053, 3064, 3059, 3062, 3063, 3068, 86, 86, 86, 86,
- 86, 3070, 86, 3067, 86, 3065, 3080, 86, 3066, 3071,
- 3074, 3069, 3075, 3072, 86, 3077, 86, 3076, 86, 3073,
- 3078, 86, 86, 3079, 86, 3081, 86, 3082, 86, 3083,
- 86, 3084, 86, 3085, 86, 86, 3088, 86, 3086, 3087,
- 3089, 86, 3091, 86, 86, 86, 86, 86, 3093, 3090,
- 3098, 86, 86, 3094, 3099, 86, 86, 86, 3101, 3100,
-
- 3092, 3103, 86, 86, 86, 3095, 3096, 3097, 3105, 86,
- 3104, 86, 3107, 86, 86, 3102, 3106, 86, 86, 86,
- 3113, 86, 3112, 3108, 3114, 86, 3109, 3110, 3111, 86,
- 86, 86, 86, 3115, 86, 3120, 86, 3599, 86, 3116,
- 3121, 86, 86, 3118, 86, 3123, 3124, 86, 86, 3119,
- 3117, 3122, 3125, 3126, 86, 3128, 86, 86, 3127, 86,
- 3132, 86, 3129, 86, 86, 86, 86, 86, 3139, 86,
- 86, 3136, 3133, 86, 86, 86, 3134, 3131, 3137, 86,
- 3142, 86, 3130, 86, 3143, 3140, 3146, 3138, 86, 3144,
- 3135, 3141, 3145, 86, 86, 86, 3149, 3151, 86, 3150,
-
- 3152, 86, 3153, 86, 86, 86, 3147, 86, 3148, 86,
- 3158, 86, 86, 3154, 3157, 86, 86, 3159, 3161, 86,
- 3160, 86, 86, 86, 86, 3155, 3156, 86, 3165, 3162,
- 3167, 3169, 86, 3163, 86, 86, 86, 86, 3170, 86,
- 3171, 86, 3166, 3164, 3172, 86, 3173, 86, 86, 3178,
- 86, 86, 3168, 86, 86, 86, 3174, 86, 86, 3182,
- 86, 3177, 3175, 3176, 3179, 86, 3180, 3181, 86, 3183,
- 3187, 86, 86, 3184, 86, 3189, 3186, 3185, 86, 86,
- 86, 3190, 3193, 86, 3194, 86, 86, 3196, 86, 3199,
- 86, 3188, 3197, 86, 3198, 86, 3191, 3201, 86, 3195,
-
- 86, 86, 86, 86, 86, 3192, 3204, 3200, 3206, 3207,
- 86, 3202, 86, 3210, 86, 86, 3203, 86, 3205, 86,
- 86, 3209, 86, 3213, 3208, 3216, 86, 3217, 86, 3219,
- 86, 3214, 86, 86, 3212, 86, 86, 3211, 86, 3215,
- 86, 3220, 3222, 86, 3223, 86, 86, 3224, 3218, 3226,
- 86, 3228, 3221, 86, 3231, 3229, 86, 86, 3225, 86,
- 86, 3235, 86, 86, 86, 86, 86, 3237, 3238, 3227,
- 86, 3233, 86, 3230, 86, 3232, 3454, 3234, 3236, 86,
- 3239, 3242, 3240, 3243, 86, 86, 3241, 86, 3244, 3245,
- 3246, 86, 3248, 86, 86, 86, 3247, 86, 3251, 3249,
-
- 86, 3254, 86, 86, 86, 86, 86, 86, 3259, 86,
- 86, 86, 86, 3263, 86, 3255, 3250, 3252, 3253, 86,
- 3258, 3262, 86, 3256, 3264, 86, 86, 3261, 3291, 3260,
- 86, 3257, 3265, 86, 86, 3266, 3267, 3269, 86, 3268,
- 3270, 86, 3271, 86, 3272, 86, 86, 3275, 86, 86,
- 3277, 86, 3274, 86, 3276, 3279, 86, 86, 86, 3273,
- 86, 86, 86, 86, 3278, 86, 3285, 3286, 86, 86,
- 86, 86, 3292, 86, 3293, 86, 3280, 86, 86, 3295,
- 3281, 3283, 3282, 3284, 3289, 86, 86, 86, 3288, 3287,
- 86, 3290, 3298, 3300, 86, 3294, 3301, 86, 3296, 86,
-
- 86, 3304, 86, 86, 3302, 3297, 86, 86, 3307, 86,
- 3306, 3299, 86, 86, 3303, 3305, 86, 3308, 3310, 86,
- 3309, 86, 86, 86, 86, 86, 3311, 3313, 86, 3315,
- 86, 86, 3316, 3314, 86, 86, 86, 86, 86, 3312,
- 86, 3328, 3325, 3326, 3317, 86, 3599, 86, 3318, 3320,
- 3319, 3321, 86, 3322, 3323, 3324, 86, 3329, 86, 3331,
- 3327, 3333, 86, 3334, 86, 3330, 86, 3336, 86, 86,
- 3335, 3332, 86, 86, 3337, 3339, 86, 3341, 86, 3342,
- 3343, 86, 86, 3344, 3345, 3349, 86, 86, 3340, 3346,
- 86, 3338, 3347, 3348, 86, 86, 3351, 3352, 86, 3350,
-
- 86, 86, 86, 3355, 86, 86, 86, 3359, 86, 86,
- 86, 3358, 86, 86, 86, 3354, 86, 3363, 3353, 3362,
- 86, 86, 3599, 3364, 3356, 3357, 3367, 3368, 86, 3360,
- 86, 3365, 86, 3370, 86, 3361, 3371, 86, 3366, 3369,
- 3372, 86, 86, 86, 86, 3377, 86, 3374, 3379, 3373,
- 3378, 86, 3375, 86, 86, 3376, 86, 86, 86, 3386,
- 86, 3381, 3383, 3384, 3387, 86, 3389, 86, 86, 3380,
- 86, 3388, 3390, 86, 3382, 3385, 86, 3393, 86, 3394,
- 86, 3392, 86, 3391, 86, 3397, 86, 3398, 86, 3399,
- 86, 3395, 3400, 86, 3401, 86, 3402, 86, 3403, 86,
-
- 3404, 86, 3396, 86, 86, 3407, 86, 3408, 86, 86,
- 86, 86, 86, 3406, 3412, 86, 86, 86, 3409, 3414,
- 86, 86, 3410, 86, 3418, 3419, 86, 3415, 86, 3405,
- 3416, 3411, 86, 3417, 86, 3413, 3421, 86, 86, 86,
- 3425, 3423, 86, 3420, 86, 3427, 3428, 86, 86, 86,
- 3422, 86, 86, 3430, 86, 86, 86, 86, 86, 86,
- 3424, 3429, 3426, 3434, 3435, 3443, 86, 86, 3431, 3432,
- 3433, 3436, 86, 3437, 86, 86, 86, 3440, 3441, 3439,
- 3444, 86, 3438, 3445, 86, 86, 86, 3442, 86, 86,
- 3448, 86, 86, 86, 3447, 86, 86, 3453, 86, 3446,
-
- 86, 3456, 86, 3450, 3452, 86, 86, 86, 3449, 3457,
- 3455, 86, 86, 86, 3451, 86, 86, 3458, 3465, 86,
- 3459, 3460, 3462, 3464, 3463, 86, 3469, 86, 86, 86,
- 3467, 3461, 86, 3466, 3471, 3468, 3474, 86, 86, 3470,
- 3476, 86, 3472, 86, 3477, 3478, 86, 3475, 3479, 86,
- 86, 86, 3473, 86, 86, 86, 3482, 86, 86, 3483,
- 3484, 3487, 86, 86, 86, 86, 86, 86, 86, 3480,
- 3490, 3481, 86, 3486, 86, 3489, 3488, 3491, 86, 3493,
- 86, 3496, 3485, 3499, 3492, 3494, 86, 3495, 86, 3498,
- 86, 3497, 3500, 3501, 86, 86, 3502, 86, 86, 86,
-
- 3505, 3506, 86, 86, 86, 3503, 86, 86, 86, 3510,
- 3511, 86, 86, 3507, 86, 3508, 86, 3504, 3512, 86,
- 3516, 86, 3509, 86, 86, 86, 86, 86, 3515, 3513,
- 3518, 86, 3514, 86, 3525, 86, 3523, 3520, 3524, 3521,
- 86, 3517, 3519, 86, 86, 86, 3522, 3529, 86, 3531,
- 3530, 86, 3532, 86, 86, 86, 86, 86, 3533, 3534,
- 3526, 3527, 3535, 3528, 3537, 3538, 86, 86, 3540, 86,
- 86, 86, 3539, 86, 86, 3536, 86, 3541, 86, 3546,
- 86, 3543, 86, 86, 86, 86, 86, 3549, 3550, 86,
- 3542, 3551, 86, 86, 3552, 3544, 3548, 3545, 3553, 3547,
-
- 86, 86, 3557, 3554, 86, 86, 86, 86, 3561, 3558,
- 86, 3555, 86, 3556, 86, 3563, 86, 3564, 3559, 86,
- 86, 3568, 86, 86, 3565, 3571, 86, 3566, 3569, 3562,
- 86, 3567, 3560, 86, 86, 3570, 86, 3572, 86, 86,
- 86, 3573, 86, 3575, 3577, 86, 86, 3579, 86, 86,
- 86, 3580, 86, 3583, 86, 3574, 3584, 86, 3576, 3578,
- 86, 3587, 3588, 86, 86, 3590, 86, 3581, 3582, 3585,
- 86, 3589, 86, 3586, 3591, 86, 86, 3592, 86, 86,
- 3599, 3593, 3599, 3594, 3597, 86, 3598, 86, 3599, 3599,
- 3599, 3595, 3599, 3599, 3599, 3599, 3599, 3599, 3596, 47,
-
- 47, 47, 47, 47, 47, 47, 52, 52, 52, 52,
- 52, 52, 52, 57, 57, 57, 57, 57, 57, 57,
- 63, 63, 63, 63, 63, 63, 63, 68, 68, 68,
- 68, 68, 68, 68, 74, 74, 74, 74, 74, 74,
- 74, 80, 80, 80, 80, 80, 80, 80, 89, 89,
- 3599, 89, 89, 89, 89, 160, 160, 3599, 3599, 3599,
- 160, 160, 162, 162, 3599, 3599, 162, 3599, 162, 164,
- 3599, 3599, 3599, 3599, 3599, 164, 167, 167, 3599, 3599,
- 3599, 167, 167, 169, 3599, 3599, 3599, 3599, 3599, 169,
- 171, 171, 3599, 171, 171, 171, 171, 174, 3599, 3599,
-
- 3599, 3599, 3599, 174, 177, 177, 3599, 3599, 3599, 177,
- 177, 90, 90, 3599, 90, 90, 90, 90, 17, 3599,
- 3599, 3599, 3599, 3599, 3599, 3599, 3599, 3599, 3599, 3599,
- 3599, 3599, 3599, 3599, 3599, 3599, 3599, 3599, 3599, 3599,
- 3599, 3599, 3599, 3599, 3599, 3599, 3599, 3599, 3599, 3599,
- 3599, 3599, 3599, 3599, 3599, 3599, 3599, 3599, 3599
+ 86, 86, 232, 236, 86, 238, 86, 242, 235, 239,
+ 86, 86, 86, 86, 244, 240, 237, 178, 86, 86,
+ 86, 241, 86, 245, 243, 250, 253, 254, 86, 246,
+ 255, 249, 86, 86, 86, 256, 251, 248, 262, 259,
+
+ 252, 263, 86, 86, 261, 265, 86, 86, 86, 86,
+ 260, 269, 257, 86, 266, 258, 86, 86, 264, 268,
+ 270, 272, 160, 160, 86, 162, 267, 271, 162, 275,
+ 164, 273, 164, 164, 341, 164, 167, 167, 169, 86,
+ 169, 169, 90, 169, 90, 90, 170, 90, 174, 274,
+ 174, 174, 276, 174, 172, 177, 177, 278, 86, 86,
+ 86, 86, 86, 86, 86, 86, 86, 277, 280, 86,
+ 283, 286, 282, 86, 279, 281, 86, 289, 288, 285,
+ 176, 292, 284, 86, 290, 287, 86, 293, 294, 86,
+ 295, 321, 86, 298, 86, 296, 86, 303, 299, 86,
+
+ 305, 86, 86, 300, 86, 306, 86, 308, 86, 301,
+ 302, 304, 297, 309, 86, 312, 310, 86, 86, 86,
+ 307, 86, 314, 86, 315, 86, 86, 86, 175, 86,
+ 86, 86, 322, 316, 311, 323, 329, 317, 319, 86,
+ 318, 320, 86, 324, 313, 332, 325, 86, 326, 330,
+ 336, 86, 86, 333, 86, 331, 86, 334, 338, 339,
+ 327, 378, 328, 86, 86, 86, 342, 337, 86, 335,
+ 344, 86, 86, 343, 340, 345, 86, 346, 86, 86,
+ 347, 349, 86, 86, 86, 348, 86, 86, 351, 86,
+ 86, 86, 350, 86, 86, 353, 359, 86, 86, 354,
+
+ 86, 357, 86, 86, 352, 364, 360, 358, 355, 86,
+ 365, 86, 86, 361, 356, 86, 362, 366, 370, 368,
+ 86, 367, 363, 373, 86, 86, 86, 86, 376, 86,
+ 86, 369, 375, 86, 379, 380, 382, 86, 371, 372,
+ 86, 86, 86, 86, 387, 374, 86, 385, 86, 377,
+ 86, 384, 381, 386, 86, 383, 389, 86, 86, 390,
+ 170, 86, 86, 393, 86, 86, 86, 86, 388, 86,
+ 412, 392, 394, 396, 398, 400, 391, 401, 86, 86,
+ 395, 86, 86, 86, 397, 86, 404, 402, 86, 399,
+ 403, 86, 86, 405, 86, 86, 86, 407, 411, 86,
+
+ 86, 413, 406, 409, 86, 408, 86, 414, 415, 86,
+ 417, 86, 86, 418, 416, 86, 419, 86, 86, 410,
+ 421, 86, 422, 86, 86, 426, 170, 86, 428, 86,
+ 420, 86, 423, 424, 86, 86, 430, 429, 86, 86,
+ 425, 427, 86, 431, 86, 433, 86, 435, 436, 438,
+ 86, 434, 86, 86, 86, 86, 439, 86, 442, 86,
+ 432, 86, 443, 86, 86, 441, 86, 445, 86, 448,
+ 168, 440, 86, 437, 446, 450, 86, 453, 86, 444,
+ 86, 454, 447, 86, 449, 86, 86, 86, 452, 462,
+ 86, 86, 451, 86, 465, 464, 466, 455, 86, 86,
+
+ 470, 166, 469, 86, 463, 471, 476, 456, 86, 467,
+ 457, 86, 468, 472, 473, 458, 459, 460, 461, 474,
+ 477, 86, 86, 480, 475, 86, 86, 86, 86, 86,
+ 486, 86, 86, 488, 86, 86, 86, 484, 485, 478,
+ 487, 481, 479, 86, 482, 483, 86, 489, 492, 86,
+ 86, 491, 86, 86, 497, 86, 498, 86, 499, 490,
+ 86, 493, 86, 86, 516, 86, 86, 500, 496, 494,
+ 503, 505, 495, 504, 501, 86, 510, 502, 86, 86,
+ 506, 508, 86, 509, 86, 511, 507, 86, 517, 518,
+ 86, 86, 519, 515, 86, 86, 86, 86, 512, 86,
+
+ 533, 513, 86, 514, 86, 520, 86, 521, 86, 86,
+ 535, 532, 538, 522, 536, 86, 537, 523, 534, 170,
+ 540, 579, 524, 549, 550, 525, 86, 526, 539, 527,
+ 551, 86, 86, 86, 86, 552, 86, 553, 86, 86,
+ 555, 86, 528, 558, 554, 529, 165, 530, 557, 531,
+ 86, 556, 541, 542, 560, 86, 86, 559, 86, 562,
+ 86, 86, 543, 544, 545, 546, 547, 561, 564, 548,
+ 563, 86, 86, 570, 86, 568, 566, 571, 565, 573,
+ 86, 569, 86, 574, 86, 86, 86, 86, 86, 86,
+ 578, 86, 86, 581, 567, 572, 86, 86, 576, 582,
+
+ 583, 577, 86, 86, 575, 580, 163, 86, 585, 588,
+ 86, 584, 86, 586, 86, 589, 86, 587, 590, 591,
+ 86, 86, 86, 596, 593, 594, 86, 86, 612, 598,
+ 86, 597, 86, 86, 86, 86, 592, 615, 86, 161,
+ 595, 613, 599, 86, 601, 600, 602, 603, 614, 617,
+ 86, 86, 86, 86, 624, 86, 618, 619, 604, 616,
+ 605, 86, 86, 86, 86, 621, 606, 620, 86, 622,
+ 626, 86, 623, 86, 607, 608, 86, 629, 609, 610,
+ 86, 625, 611, 630, 86, 627, 628, 86, 631, 86,
+ 86, 86, 86, 86, 86, 636, 634, 635, 86, 86,
+
+ 86, 86, 632, 637, 642, 638, 86, 86, 86, 86,
+ 644, 633, 641, 643, 86, 646, 86, 640, 639, 645,
+ 86, 647, 86, 649, 86, 651, 86, 86, 86, 86,
+ 648, 86, 86, 86, 86, 653, 86, 657, 655, 86,
+ 86, 86, 650, 86, 664, 666, 659, 652, 669, 654,
+ 86, 86, 656, 658, 660, 665, 661, 662, 86, 668,
+ 663, 86, 86, 86, 86, 86, 673, 667, 86, 86,
+ 671, 86, 86, 672, 86, 670, 677, 679, 674, 680,
+ 676, 86, 86, 675, 86, 86, 682, 86, 86, 678,
+ 86, 86, 683, 687, 686, 86, 689, 86, 86, 86,
+
+ 86, 86, 685, 681, 86, 86, 684, 721, 86, 704,
+ 688, 86, 692, 690, 86, 86, 86, 691, 86, 693,
+ 701, 706, 702, 703, 694, 86, 695, 86, 86, 708,
+ 705, 707, 696, 712, 697, 86, 86, 698, 699, 86,
+ 86, 709, 711, 86, 700, 710, 717, 86, 716, 86,
+ 86, 714, 86, 713, 715, 719, 86, 718, 86, 720,
+ 86, 724, 86, 726, 86, 86, 730, 86, 86, 723,
+ 722, 727, 86, 729, 86, 725, 728, 733, 86, 86,
+ 86, 86, 86, 734, 86, 86, 731, 737, 739, 738,
+ 732, 170, 741, 86, 736, 740, 86, 735, 86, 86,
+
+ 743, 744, 86, 86, 86, 742, 86, 748, 750, 86,
+ 745, 86, 753, 86, 746, 754, 86, 749, 756, 752,
+ 747, 86, 86, 86, 86, 86, 758, 86, 755, 86,
+ 86, 86, 762, 751, 757, 761, 86, 178, 767, 759,
+ 763, 86, 760, 768, 86, 770, 86, 764, 771, 86,
+ 765, 772, 766, 86, 769, 773, 86, 86, 774, 86,
+ 775, 86, 776, 86, 86, 86, 86, 777, 86, 86,
+ 782, 778, 781, 86, 86, 780, 86, 785, 86, 86,
+ 790, 784, 779, 783, 786, 86, 86, 86, 86, 789,
+ 86, 86, 792, 86, 796, 86, 794, 788, 86, 787,
+
+ 86, 86, 86, 86, 86, 803, 799, 791, 793, 795,
+ 86, 86, 86, 797, 86, 804, 86, 86, 801, 86,
+ 806, 798, 800, 86, 802, 807, 805, 86, 808, 809,
+ 86, 811, 810, 86, 812, 813, 86, 816, 814, 818,
+ 86, 815, 817, 86, 86, 86, 820, 86, 821, 819,
+ 86, 86, 823, 824, 86, 86, 825, 86, 86, 86,
+ 86, 832, 86, 830, 828, 86, 86, 86, 86, 86,
+ 822, 826, 827, 829, 833, 86, 839, 86, 837, 831,
+ 86, 176, 86, 840, 836, 834, 86, 838, 835, 841,
+ 842, 843, 86, 86, 86, 844, 86, 86, 846, 845,
+
+ 86, 86, 851, 86, 86, 849, 853, 86, 86, 852,
+ 847, 848, 86, 86, 86, 86, 854, 86, 86, 856,
+ 850, 858, 175, 857, 86, 86, 859, 86, 855, 862,
+ 860, 861, 865, 86, 866, 86, 86, 870, 86, 86,
+ 868, 86, 867, 863, 864, 869, 871, 86, 872, 875,
+ 873, 86, 86, 879, 86, 86, 86, 877, 880, 86,
+ 86, 881, 86, 876, 883, 874, 86, 878, 885, 86,
+ 86, 86, 86, 86, 891, 884, 86, 86, 86, 882,
+ 86, 892, 86, 86, 86, 893, 86, 886, 887, 888,
+ 86, 889, 86, 890, 901, 898, 896, 894, 895, 86,
+
+ 86, 900, 86, 897, 899, 86, 86, 86, 86, 86,
+ 902, 86, 908, 903, 904, 86, 86, 86, 86, 86,
+ 918, 86, 170, 86, 905, 910, 907, 906, 916, 909,
+ 86, 86, 86, 911, 912, 913, 914, 915, 86, 86,
+ 921, 86, 919, 922, 917, 920, 924, 86, 86, 86,
+ 86, 86, 86, 923, 86, 86, 929, 928, 86, 930,
+ 932, 86, 927, 925, 86, 86, 933, 926, 86, 86,
+ 86, 935, 86, 86, 936, 170, 934, 940, 931, 938,
+ 941, 939, 937, 86, 86, 86, 944, 942, 86, 943,
+ 86, 86, 86, 86, 948, 949, 86, 945, 86, 950,
+
+ 952, 86, 954, 86, 86, 946, 947, 951, 953, 956,
+ 955, 86, 86, 86, 86, 86, 958, 86, 86, 962,
+ 86, 86, 86, 959, 957, 86, 963, 964, 86, 86,
+ 86, 86, 961, 86, 86, 965, 86, 86, 960, 977,
+ 978, 1029, 967, 975, 86, 981, 966, 86, 976, 968,
+ 980, 979, 969, 982, 86, 86, 970, 86, 983, 971,
+ 86, 984, 86, 985, 86, 86, 972, 973, 986, 974,
+ 990, 86, 86, 987, 86, 86, 86, 999, 988, 86,
+ 86, 86, 86, 168, 1002, 989, 86, 991, 992, 86,
+ 993, 998, 86, 994, 1006, 1000, 1004, 1001, 995, 1003,
+
+ 1007, 86, 86, 86, 996, 997, 1008, 1010, 86, 1012,
+ 1014, 1011, 1005, 86, 1013, 86, 86, 1009, 86, 1015,
+ 86, 1017, 86, 1018, 86, 1019, 86, 1020, 1016, 1022,
+ 86, 1021, 86, 86, 1023, 86, 86, 86, 86, 86,
+ 1026, 86, 1030, 86, 1033, 1024, 86, 86, 86, 86,
+ 1037, 1039, 86, 1031, 1025, 86, 86, 1027, 1028, 86,
+ 1032, 1035, 1040, 1043, 1038, 1034, 86, 1041, 86, 86,
+ 1036, 1042, 1045, 1047, 1044, 86, 86, 86, 86, 86,
+ 1046, 86, 1049, 86, 1048, 1050, 1051, 86, 1052, 86,
+ 86, 1053, 86, 86, 86, 86, 86, 1055, 1056, 86,
+
+ 1057, 1061, 86, 86, 1065, 86, 1064, 86, 1054, 86,
+ 86, 1063, 1059, 1058, 1062, 86, 86, 86, 1060, 86,
+ 86, 86, 86, 86, 1073, 1068, 1069, 1066, 1071, 1072,
+ 86, 86, 86, 86, 1067, 1074, 1075, 86, 86, 1079,
+ 86, 1077, 86, 1070, 1080, 86, 1078, 86, 1082, 86,
+ 86, 1081, 86, 1083, 86, 1088, 1076, 86, 1085, 1084,
+ 86, 86, 1090, 1089, 1091, 86, 1086, 86, 1087, 86,
+ 86, 86, 1093, 86, 86, 1092, 86, 86, 1094, 86,
+ 1101, 1095, 1099, 166, 1104, 86, 86, 86, 86, 1096,
+ 86, 1098, 1097, 86, 1105, 1102, 86, 1100, 1103, 1106,
+
+ 86, 1111, 1107, 86, 86, 86, 1110, 1108, 86, 1113,
+ 1109, 1114, 86, 86, 86, 86, 86, 1112, 86, 86,
+ 1125, 86, 1117, 1119, 1115, 86, 86, 1126, 1116, 86,
+ 86, 1128, 86, 86, 1118, 86, 1120, 86, 1122, 1133,
+ 1121, 1123, 1131, 1127, 1129, 1124, 86, 1132, 86, 86,
+ 86, 86, 1130, 86, 1140, 1137, 86, 1139, 1141, 86,
+ 86, 1135, 1142, 86, 86, 1134, 86, 1145, 86, 1136,
+ 1147, 86, 1138, 86, 86, 86, 86, 86, 1153, 1144,
+ 1149, 1143, 86, 1154, 170, 1150, 86, 86, 1146, 86,
+ 1156, 1155, 1148, 86, 1157, 86, 86, 86, 1151, 1158,
+
+ 1152, 1160, 86, 86, 86, 86, 1173, 1159, 1161, 86,
+ 86, 1163, 86, 1174, 86, 1164, 1176, 86, 86, 1162,
+ 86, 86, 1178, 1165, 1180, 1166, 86, 1175, 86, 1167,
+ 165, 1168, 86, 1181, 1182, 1169, 1179, 1170, 1183, 1177,
+ 86, 1185, 1171, 1184, 86, 86, 86, 1172, 86, 1187,
+ 86, 86, 86, 86, 1186, 1190, 1193, 86, 1192, 86,
+ 163, 1188, 86, 1189, 86, 1191, 1194, 1198, 1197, 1201,
+ 1199, 1196, 86, 1202, 1195, 86, 1205, 1200, 1204, 86,
+ 1203, 86, 86, 86, 86, 86, 86, 86, 86, 86,
+ 86, 86, 1220, 1217, 86, 86, 86, 86, 1216, 1221,
+
+ 86, 86, 1219, 1218, 1207, 1208, 1206, 86, 1209, 1222,
+ 1224, 1223, 86, 1210, 1228, 1211, 1225, 86, 86, 1226,
+ 86, 1212, 1229, 86, 86, 86, 1213, 1214, 1227, 86,
+ 1230, 1235, 86, 1215, 86, 86, 1238, 86, 1236, 86,
+ 1232, 1231, 86, 1233, 1241, 86, 86, 1234, 1239, 86,
+ 86, 1243, 86, 86, 1244, 1237, 1240, 86, 86, 1242,
+ 1249, 1246, 1247, 86, 86, 86, 86, 86, 86, 1245,
+ 1252, 86, 1250, 86, 1248, 86, 86, 86, 86, 86,
+ 86, 86, 1254, 1251, 1257, 1256, 1258, 1253, 86, 1261,
+ 86, 1255, 1263, 1260, 1259, 86, 1262, 86, 86, 1264,
+
+ 1266, 86, 1265, 86, 1267, 86, 1270, 86, 86, 1275,
+ 1271, 86, 1272, 86, 1274, 86, 1268, 1273, 1269, 1276,
+ 1277, 86, 86, 86, 1281, 86, 86, 86, 1283, 1282,
+ 86, 1284, 86, 86, 86, 1279, 1278, 1286, 86, 1280,
+ 86, 1285, 86, 1293, 86, 86, 1287, 86, 86, 86,
+ 1295, 1300, 86, 1288, 1289, 1291, 86, 1297, 1290, 1292,
+ 86, 86, 1296, 86, 1299, 1294, 86, 86, 86, 86,
+ 86, 1302, 1303, 86, 1298, 1306, 86, 86, 1305, 86,
+ 86, 1307, 1301, 1309, 1304, 1308, 1311, 1312, 1313, 86,
+ 86, 86, 86, 86, 86, 1310, 86, 1316, 86, 1314,
+
+ 86, 1317, 86, 86, 161, 1321, 1323, 1324, 1325, 1315,
+ 1318, 86, 86, 86, 86, 1319, 1322, 86, 1320, 86,
+ 1328, 1330, 1326, 86, 1327, 86, 86, 86, 1329, 1332,
+ 1331, 86, 1334, 86, 86, 1336, 86, 86, 86, 1335,
+ 86, 86, 1337, 86, 86, 1339, 1338, 1342, 86, 86,
+ 86, 1333, 1343, 1345, 86, 86, 86, 1349, 1350, 1340,
+ 86, 1344, 1341, 86, 86, 86, 86, 1347, 1353, 86,
+ 86, 1352, 1346, 86, 86, 1348, 86, 1358, 86, 1354,
+ 1351, 86, 86, 86, 1355, 1356, 86, 1360, 1364, 86,
+ 86, 86, 1357, 170, 1359, 86, 1366, 86, 1365, 86,
+
+ 1367, 1361, 86, 86, 86, 1363, 1376, 1372, 1362, 86,
+ 86, 1369, 86, 1368, 1370, 1371, 1374, 86, 1373, 1377,
+ 86, 86, 86, 1380, 1375, 86, 1378, 1379, 86, 86,
+ 86, 86, 86, 1381, 1382, 1384, 86, 86, 86, 1390,
+ 86, 86, 86, 1383, 1387, 86, 1385, 86, 86, 86,
+ 1401, 1386, 86, 1388, 1394, 1389, 1391, 1396, 86, 1392,
+ 1393, 86, 1400, 86, 86, 86, 1397, 1395, 1398, 1402,
+ 1404, 1399, 1403, 86, 86, 1405, 86, 1406, 86, 86,
+ 86, 86, 1413, 86, 1407, 1410, 86, 1409, 86, 86,
+ 86, 1414, 86, 1412, 1408, 1418, 86, 1415, 1411, 86,
+
+ 1416, 86, 86, 86, 1419, 86, 1420, 1422, 86, 1417,
+ 86, 86, 1421, 86, 1423, 86, 1428, 1424, 1425, 86,
+ 1426, 86, 1431, 86, 86, 1429, 86, 86, 86, 86,
+ 1427, 1438, 86, 1432, 1430, 1436, 86, 86, 86, 86,
+ 86, 86, 1433, 1437, 1435, 1434, 86, 1439, 1441, 86,
+ 1448, 1442, 1440, 1444, 86, 1450, 86, 1443, 86, 1445,
+ 86, 86, 86, 86, 1447, 86, 86, 86, 1453, 86,
+ 86, 1446, 1456, 1451, 1449, 86, 1452, 86, 1457, 1458,
+ 86, 1455, 1526, 1454, 1459, 86, 86, 1463, 1460, 1461,
+ 1462, 86, 1464, 1471, 86, 1473, 1465, 86, 1474, 1466,
+
+ 1467, 86, 86, 1472, 1468, 1477, 86, 1475, 86, 86,
+ 1469, 86, 86, 1478, 1470, 1476, 86, 1479, 86, 1480,
+ 86, 1482, 86, 86, 86, 1483, 1487, 1484, 86, 86,
+ 1481, 86, 86, 1488, 1490, 86, 1485, 1493, 1494, 86,
+ 86, 1486, 86, 86, 86, 1491, 86, 1495, 1489, 1498,
+ 1496, 86, 1497, 1492, 1499, 86, 1500, 86, 1501, 86,
+ 1502, 86, 1503, 86, 1505, 1504, 1506, 1507, 86, 86,
+ 1508, 86, 1509, 86, 1514, 1511, 1510, 86, 86, 1515,
+ 86, 86, 1513, 86, 86, 86, 1516, 86, 1518, 1512,
+ 1524, 86, 86, 1520, 86, 1519, 86, 86, 1525, 86,
+
+ 1517, 86, 1527, 86, 1521, 1523, 1522, 86, 1529, 86,
+ 86, 86, 86, 1528, 86, 1530, 1531, 1532, 86, 1535,
+ 1536, 86, 1538, 86, 86, 86, 1539, 1533, 1540, 86,
+ 86, 1542, 86, 1537, 1541, 86, 1534, 1544, 86, 1543,
+ 1546, 86, 86, 1547, 86, 86, 86, 1552, 86, 1548,
+ 86, 86, 1545, 86, 86, 1557, 1549, 1555, 86, 86,
+ 86, 86, 86, 1558, 1560, 86, 1550, 1551, 1554, 1559,
+ 1553, 86, 86, 1556, 1562, 86, 86, 1561, 86, 86,
+ 1563, 1565, 86, 1567, 86, 1564, 86, 1568, 1629, 1566,
+ 86, 1569, 86, 1570, 86, 1572, 86, 1571, 86, 86,
+
+ 1574, 1573, 86, 1578, 1575, 1579, 1576, 86, 86, 86,
+ 1582, 86, 1580, 1581, 86, 1577, 86, 86, 86, 1586,
+ 86, 86, 86, 1583, 86, 86, 86, 1588, 170, 1585,
+ 86, 1594, 1595, 86, 1597, 1590, 1584, 86, 86, 1596,
+ 86, 1587, 1589, 1591, 86, 86, 1592, 86, 86, 86,
+ 86, 86, 1605, 1593, 86, 86, 86, 86, 1598, 86,
+ 1602, 1609, 86, 1603, 1599, 1600, 86, 1601, 1604, 1610,
+ 86, 1612, 1614, 86, 1606, 1608, 86, 1615, 86, 86,
+ 1607, 1613, 1611, 86, 86, 1617, 86, 1618, 86, 86,
+ 86, 1616, 1626, 1623, 86, 86, 1624, 1619, 1625, 1620,
+
+ 1628, 1621, 86, 86, 1622, 1631, 86, 86, 1627, 86,
+ 1632, 86, 86, 1630, 1633, 86, 86, 1636, 86, 86,
+ 1637, 1638, 86, 86, 1641, 1635, 86, 1639, 86, 1634,
+ 86, 1646, 86, 86, 86, 1650, 1647, 1643, 1640, 86,
+ 86, 86, 1642, 86, 1644, 86, 1645, 86, 86, 86,
+ 86, 1648, 1651, 1649, 86, 1652, 86, 1659, 86, 1654,
+ 86, 1658, 1653, 1655, 1656, 1660, 1657, 86, 86, 1664,
+ 86, 86, 1661, 86, 86, 1668, 1663, 1669, 1670, 1662,
+ 1666, 86, 86, 86, 86, 1665, 86, 1672, 1673, 86,
+ 86, 86, 86, 1667, 1678, 1671, 1674, 1677, 1675, 1679,
+
+ 86, 1680, 86, 1681, 86, 86, 86, 86, 86, 1682,
+ 1685, 86, 1676, 86, 86, 1687, 86, 1686, 86, 86,
+ 86, 86, 1688, 86, 1693, 86, 1689, 1692, 1683, 1695,
+ 1684, 1691, 1690, 86, 86, 1699, 86, 1701, 1696, 1694,
+ 1700, 86, 1702, 86, 1698, 86, 1704, 86, 1697, 86,
+ 86, 86, 86, 86, 86, 1712, 1703, 1708, 86, 1707,
+ 86, 86, 86, 1713, 86, 1716, 1705, 86, 1706, 86,
+ 1709, 86, 1711, 1710, 86, 1718, 1719, 86, 86, 86,
+ 1714, 86, 86, 1717, 86, 86, 1720, 86, 1715, 86,
+ 1728, 86, 86, 1721, 1729, 1725, 1722, 1723, 1724, 86,
+
+ 1727, 86, 1733, 86, 1735, 1726, 1730, 1734, 86, 86,
+ 86, 1731, 86, 1732, 1736, 86, 86, 86, 86, 1741,
+ 86, 86, 1737, 1742, 1739, 86, 1745, 1738, 86, 1740,
+ 1749, 86, 86, 1746, 1751, 86, 1743, 1750, 1744, 86,
+ 86, 1754, 86, 86, 1748, 1747, 1756, 86, 1755, 86,
+ 1752, 86, 1753, 1757, 86, 86, 86, 1762, 1763, 86,
+ 86, 86, 86, 86, 1760, 86, 1767, 1766, 1768, 86,
+ 86, 1758, 1759, 1771, 86, 86, 1761, 86, 1764, 1770,
+ 86, 86, 1765, 1772, 86, 86, 86, 86, 1776, 1769,
+ 86, 1773, 86, 1774, 86, 1781, 1779, 1775, 86, 86,
+
+ 86, 86, 86, 1787, 86, 1788, 1785, 1777, 86, 86,
+ 1778, 86, 1780, 1782, 86, 86, 1786, 1789, 86, 1784,
+ 1783, 86, 1794, 86, 86, 86, 86, 1799, 86, 1790,
+ 1791, 1797, 86, 86, 86, 1802, 1800, 1795, 1793, 1792,
+ 1798, 86, 1796, 86, 86, 86, 86, 86, 86, 1806,
+ 1809, 86, 1808, 1801, 86, 1805, 170, 1810, 86, 86,
+ 86, 1811, 1804, 1803, 1812, 1807, 86, 86, 86, 86,
+ 1820, 86, 1813, 86, 1815, 86, 1814, 86, 1821, 1824,
+ 86, 1818, 1826, 86, 86, 1816, 1817, 86, 86, 1828,
+ 1830, 1822, 1825, 1819, 86, 1823, 86, 1832, 86, 1829,
+
+ 1834, 86, 86, 86, 1827, 86, 86, 86, 1831, 86,
+ 86, 1836, 1833, 86, 1837, 86, 1839, 86, 1840, 86,
+ 86, 1835, 1844, 86, 1841, 1842, 86, 1845, 1843, 86,
+ 1838, 1852, 86, 86, 86, 1847, 1849, 86, 1846, 1850,
+ 86, 86, 86, 1856, 1854, 1853, 86, 1857, 86, 1848,
+ 86, 1851, 1862, 1859, 1860, 86, 1863, 1858, 86, 86,
+ 1855, 1869, 86, 1867, 1864, 86, 1865, 86, 1866, 86,
+ 1861, 86, 86, 86, 86, 86, 1868, 1874, 1873, 1875,
+ 1876, 86, 86, 86, 86, 86, 86, 1877, 86, 1878,
+ 1870, 86, 1871, 1880, 1872, 86, 1881, 86, 86, 86,
+
+ 86, 86, 1883, 1882, 1879, 86, 86, 86, 86, 86,
+ 86, 1884, 1893, 1892, 86, 1887, 86, 86, 1885, 1888,
+ 1886, 1889, 86, 86, 1890, 86, 1896, 86, 1899, 1895,
+ 1898, 86, 86, 1891, 86, 1894, 86, 1897, 86, 1904,
+ 86, 1903, 86, 1900, 86, 1906, 86, 1901, 86, 1907,
+ 1908, 86, 1902, 1910, 1911, 86, 1912, 1905, 1909, 86,
+ 86, 1913, 86, 86, 86, 86, 86, 86, 86, 86,
+ 1927, 86, 1917, 1914, 1919, 1920, 1928, 86, 1921, 1918,
+ 1916, 1922, 86, 1923, 1915, 1926, 86, 86, 1924, 86,
+ 1932, 86, 1931, 86, 1925, 86, 86, 86, 1929, 86,
+
+ 1936, 1935, 86, 86, 1937, 1930, 1933, 86, 86, 86,
+ 86, 86, 1946, 86, 1934, 86, 1940, 1947, 1944, 1939,
+ 1942, 1938, 1945, 1943, 86, 86, 86, 1941, 86, 86,
+ 86, 86, 86, 1953, 86, 1948, 1955, 1949, 1954, 86,
+ 1951, 86, 1956, 1950, 1960, 1952, 86, 1959, 86, 86,
+ 86, 1963, 1958, 86, 1965, 1964, 86, 1957, 1962, 86,
+ 86, 1969, 86, 86, 1961, 1973, 86, 86, 1966, 1967,
+ 1974, 86, 1968, 86, 86, 86, 86, 1970, 1980, 1978,
+ 1975, 1972, 1976, 1971, 86, 1982, 86, 1983, 86, 1979,
+ 86, 86, 1986, 86, 1981, 1977, 1984, 86, 86, 86,
+
+ 1990, 86, 1985, 1987, 86, 86, 86, 86, 86, 1994,
+ 1988, 1992, 1995, 1989, 1991, 86, 86, 1993, 86, 86,
+ 86, 86, 86, 2000, 1996, 86, 1997, 1999, 86, 2001,
+ 86, 2003, 2007, 86, 2002, 1998, 86, 2009, 2004, 2010,
+ 86, 86, 2005, 86, 2006, 86, 86, 2013, 86, 2011,
+ 86, 2017, 86, 2012, 2008, 86, 2014, 2019, 86, 2015,
+ 86, 86, 86, 86, 2023, 86, 86, 86, 2018, 2016,
+ 2025, 86, 2026, 86, 86, 86, 2021, 86, 2028, 2022,
+ 2020, 86, 2024, 2030, 86, 170, 2029, 86, 2032, 86,
+ 2034, 2027, 86, 2033, 2037, 86, 86, 2035, 2031, 86,
+
+ 2041, 86, 86, 86, 2036, 86, 86, 86, 2039, 86,
+ 2043, 2038, 86, 86, 2048, 86, 2042, 2044, 2040, 2045,
+ 86, 2051, 2052, 86, 2049, 2046, 86, 86, 86, 2047,
+ 2053, 2050, 2054, 86, 86, 2056, 2057, 2058, 86, 2055,
+ 2059, 86, 86, 2060, 86, 86, 86, 2061, 86, 86,
+ 86, 86, 86, 86, 86, 2066, 2067, 86, 86, 2071,
+ 86, 2068, 2072, 86, 2080, 2062, 2064, 2065, 2063, 2069,
+ 86, 86, 86, 2070, 86, 2073, 2075, 2077, 2078, 86,
+ 2074, 2079, 86, 2076, 86, 86, 86, 86, 86, 86,
+ 2087, 86, 2090, 2091, 86, 2081, 2092, 86, 2083, 86,
+
+ 2082, 86, 2085, 2088, 2084, 2089, 86, 2086, 2094, 86,
+ 86, 2095, 86, 2099, 86, 2101, 86, 86, 2103, 2093,
+ 2100, 86, 2096, 86, 86, 2105, 2102, 2097, 86, 86,
+ 86, 86, 86, 2098, 2106, 2104, 86, 2109, 86, 2108,
+ 86, 2112, 86, 86, 86, 2111, 86, 2113, 86, 2115,
+ 2110, 2116, 86, 2107, 86, 2117, 2119, 2118, 86, 86,
+ 86, 2127, 86, 86, 2114, 86, 86, 86, 2124, 86,
+ 2120, 2121, 2122, 2130, 2131, 2132, 86, 2123, 2125, 2126,
+ 2133, 86, 86, 2128, 86, 2129, 2136, 86, 86, 2139,
+ 2134, 86, 86, 86, 86, 86, 86, 2135, 2137, 86,
+
+ 2140, 2143, 86, 2138, 86, 2145, 86, 2148, 2149, 86,
+ 86, 86, 2141, 86, 2142, 86, 2146, 2151, 86, 86,
+ 2144, 2147, 2153, 2156, 2154, 86, 2158, 86, 86, 86,
+ 2150, 86, 86, 86, 86, 86, 2152, 86, 2164, 2161,
+ 2155, 2157, 2162, 86, 2167, 2169, 2160, 86, 86, 2159,
+ 86, 86, 2168, 86, 86, 86, 2173, 2172, 2175, 2166,
+ 2163, 2165, 2171, 86, 86, 2176, 86, 86, 2170, 86,
+ 86, 86, 2174, 86, 2177, 86, 2178, 86, 2182, 86,
+ 86, 86, 2184, 86, 2187, 2179, 86, 2188, 2189, 2183,
+ 86, 2180, 2181, 86, 86, 86, 86, 86, 2185, 2192,
+
+ 2197, 86, 86, 86, 86, 2191, 2190, 2186, 2196, 86,
+ 86, 86, 2203, 86, 86, 2193, 2194, 2202, 86, 2195,
+ 2204, 2206, 86, 2199, 2200, 86, 2198, 2205, 86, 2201,
+ 2210, 86, 2207, 86, 86, 86, 2208, 86, 86, 86,
+ 2214, 2209, 86, 2218, 86, 86, 86, 86, 2212, 86,
+ 2223, 86, 2221, 86, 2211, 3645, 2213, 2222, 2215, 2216,
+ 86, 2220, 2217, 2219, 86, 2224, 86, 86, 86, 2226,
+ 2225, 86, 86, 2229, 2231, 86, 2230, 2238, 2227, 2232,
+ 86, 2233, 2235, 2228, 2236, 86, 2234, 86, 86, 2240,
+ 86, 86, 86, 86, 2237, 86, 2242, 2239, 86, 2244,
+
+ 86, 2246, 86, 2241, 2248, 2243, 86, 86, 2249, 86,
+ 86, 86, 170, 86, 86, 86, 86, 2252, 86, 2256,
+ 86, 2257, 86, 2258, 2247, 2245, 2251, 2253, 2254, 3645,
+ 2250, 2262, 2255, 2259, 86, 2260, 86, 86, 86, 86,
+ 2261, 86, 86, 86, 2263, 2265, 2264, 86, 2267, 86,
+ 2268, 2266, 86, 2270, 86, 86, 86, 86, 2274, 86,
+ 86, 2269, 2273, 86, 86, 2275, 2271, 2272, 2276, 2277,
+ 86, 2279, 86, 2278, 86, 86, 86, 86, 86, 86,
+ 2280, 2284, 2286, 2281, 2285, 86, 86, 86, 86, 86,
+ 86, 2291, 86, 2282, 2288, 2283, 2287, 86, 86, 86,
+
+ 86, 2290, 2292, 86, 2289, 86, 2294, 2293, 2295, 86,
+ 2297, 86, 2296, 2302, 2298, 2299, 2301, 2303, 86, 2300,
+ 86, 86, 86, 2304, 86, 86, 86, 2310, 86, 86,
+ 2312, 86, 86, 86, 2313, 2315, 86, 2305, 2306, 2309,
+ 2307, 2308, 86, 2317, 86, 2311, 86, 2318, 86, 2314,
+ 2316, 86, 2321, 86, 86, 86, 86, 2320, 86, 86,
+ 2326, 2323, 86, 86, 2327, 86, 86, 2322, 86, 86,
+ 86, 2319, 2328, 86, 86, 86, 2325, 2324, 2330, 86,
+ 2331, 2337, 2333, 2329, 2332, 86, 2338, 86, 2335, 2336,
+ 86, 2334, 86, 86, 2340, 2343, 2339, 86, 2341, 2346,
+
+ 86, 86, 2345, 86, 2349, 86, 86, 86, 2344, 86,
+ 2350, 2342, 2352, 2348, 86, 2347, 2353, 86, 86, 86,
+ 86, 86, 2355, 2351, 2354, 2356, 86, 2358, 2357, 2359,
+ 86, 2363, 2361, 2360, 86, 86, 2364, 86, 2366, 86,
+ 86, 86, 86, 86, 2369, 2362, 2368, 86, 2370, 2365,
+ 86, 86, 2371, 86, 2375, 86, 86, 86, 2379, 86,
+ 86, 2376, 86, 2380, 86, 86, 2367, 2378, 2372, 2373,
+ 2377, 86, 86, 2374, 2385, 86, 2383, 2384, 2382, 2381,
+ 86, 2386, 86, 2387, 86, 2390, 86, 86, 2392, 86,
+ 86, 86, 2391, 2396, 86, 86, 86, 2388, 2394, 86,
+
+ 2398, 86, 2399, 86, 2389, 86, 2395, 2393, 2397, 86,
+ 2401, 86, 2400, 2402, 86, 2403, 2406, 86, 2404, 2408,
+ 86, 2405, 86, 86, 2409, 86, 86, 86, 86, 86,
+ 86, 2411, 2410, 2414, 2415, 2412, 86, 86, 2407, 2413,
+ 2419, 86, 86, 2416, 86, 2418, 2417, 86, 86, 86,
+ 86, 86, 86, 86, 2427, 2420, 86, 86, 86, 86,
+ 2421, 86, 2422, 2423, 2425, 2428, 2426, 2433, 2429, 86,
+ 86, 86, 2430, 2424, 2431, 2432, 86, 2434, 86, 2440,
+ 2438, 86, 2435, 86, 2437, 86, 2439, 2443, 86, 2445,
+ 86, 86, 2442, 86, 2444, 2436, 86, 86, 86, 86,
+
+ 2448, 2452, 2449, 170, 2456, 3645, 2441, 86, 2454, 2446,
+ 86, 2450, 2447, 2455, 86, 2457, 86, 86, 2451, 2458,
+ 86, 86, 2461, 86, 86, 2453, 86, 2462, 2459, 2466,
+ 86, 86, 2467, 2465, 86, 86, 2470, 2460, 86, 86,
+ 2472, 2463, 86, 2471, 2473, 86, 2468, 86, 86, 86,
+ 2475, 2476, 2464, 2469, 2474, 86, 86, 86, 86, 2478,
+ 86, 86, 86, 86, 86, 2481, 86, 2484, 2477, 86,
+ 86, 86, 2490, 86, 86, 2488, 86, 2479, 2483, 86,
+ 2491, 86, 2485, 2480, 2482, 2486, 2487, 86, 86, 2492,
+ 86, 86, 2493, 2489, 86, 86, 86, 2494, 86, 2499,
+
+ 2502, 86, 2497, 86, 86, 86, 2496, 2495, 2500, 86,
+ 2498, 2503, 86, 86, 2501, 86, 86, 2504, 86, 86,
+ 2513, 86, 86, 2505, 2506, 2511, 86, 86, 86, 3645,
+ 2518, 86, 2507, 2516, 2509, 2515, 2508, 2510, 86, 2512,
+ 86, 2519, 2514, 86, 2517, 2520, 86, 86, 2521, 86,
+ 2522, 86, 86, 2523, 2529, 2524, 86, 2527, 2528, 86,
+ 2530, 86, 86, 2525, 2526, 86, 86, 86, 2534, 2536,
+ 86, 2535, 86, 2537, 86, 2538, 86, 2531, 86, 2533,
+ 2532, 2541, 86, 2542, 86, 2539, 86, 86, 2540, 86,
+ 86, 2543, 2544, 2548, 86, 2549, 86, 86, 2545, 2551,
+
+ 86, 86, 2547, 2553, 86, 86, 86, 2556, 86, 2546,
+ 86, 2555, 2557, 86, 86, 86, 2550, 86, 86, 2552,
+ 2554, 86, 86, 2559, 2558, 86, 2563, 2564, 86, 2566,
+ 86, 2561, 2560, 86, 86, 86, 86, 2562, 2568, 2570,
+ 2569, 2565, 86, 2567, 86, 2571, 2573, 86, 86, 86,
+ 2576, 86, 2579, 86, 2574, 2580, 86, 2575, 86, 86,
+ 2572, 86, 86, 86, 2577, 2586, 86, 2585, 86, 86,
+ 2578, 86, 86, 2582, 2588, 86, 2581, 2584, 2591, 86,
+ 86, 86, 2583, 86, 86, 86, 2589, 2587, 2593, 86,
+ 2590, 86, 2592, 2601, 2594, 86, 2599, 86, 86, 2605,
+
+ 2597, 2595, 2596, 86, 86, 86, 2600, 2602, 2607, 86,
+ 2606, 86, 86, 86, 2608, 2598, 86, 86, 86, 86,
+ 86, 2612, 2603, 2614, 2604, 2610, 86, 86, 86, 3645,
+ 86, 2615, 2616, 2618, 2611, 2617, 2609, 86, 2619, 86,
+ 2620, 2622, 2623, 2613, 86, 2621, 86, 86, 86, 86,
+ 86, 2624, 2627, 2625, 86, 86, 86, 86, 86, 86,
+ 86, 2626, 2634, 2629, 2630, 2631, 2632, 2635, 86, 86,
+ 2628, 86, 2633, 86, 86, 2636, 86, 2640, 2639, 2637,
+ 2638, 2641, 86, 2642, 86, 86, 2645, 86, 86, 170,
+ 2649, 2643, 86, 2644, 2646, 86, 2651, 86, 86, 86,
+
+ 86, 86, 86, 86, 2659, 86, 86, 2652, 2647, 2653,
+ 2648, 2650, 3645, 2654, 2655, 2657, 86, 2656, 2661, 2658,
+ 2662, 86, 86, 2663, 86, 2660, 2664, 86, 86, 2666,
+ 2667, 2665, 2668, 86, 2670, 86, 86, 86, 86, 86,
+ 2672, 86, 2669, 86, 86, 86, 2676, 86, 2677, 86,
+ 86, 2671, 86, 2673, 86, 2679, 2680, 2674, 2685, 86,
+ 86, 2678, 2681, 2675, 2682, 86, 86, 86, 86, 2686,
+ 86, 2683, 2684, 86, 2688, 2689, 86, 86, 86, 86,
+ 86, 86, 2691, 86, 86, 86, 2690, 2696, 2687, 86,
+ 2698, 2699, 86, 2701, 86, 2695, 86, 86, 2692, 2693,
+
+ 2694, 86, 2700, 86, 2697, 86, 86, 2702, 2705, 2707,
+ 86, 86, 86, 2703, 86, 2711, 2712, 2710, 2708, 2734,
+ 2704, 86, 86, 86, 86, 86, 2706, 2709, 86, 86,
+ 2714, 2713, 86, 2715, 86, 2718, 86, 86, 2769, 2716,
+ 2719, 86, 2720, 2717, 86, 86, 2726, 2721, 2722, 86,
+ 2724, 86, 86, 86, 86, 2725, 2728, 86, 2723, 2730,
+ 86, 86, 86, 2729, 86, 2727, 86, 86, 86, 86,
+ 2739, 86, 86, 2737, 2738, 2741, 2732, 2740, 86, 2731,
+ 2733, 86, 86, 86, 2743, 86, 86, 86, 2736, 86,
+ 86, 2746, 2735, 2748, 2745, 86, 86, 2751, 86, 86,
+
+ 86, 2744, 2742, 86, 86, 2752, 2747, 2749, 2750, 2753,
+ 2754, 2755, 2758, 86, 2757, 86, 86, 86, 2759, 86,
+ 86, 2756, 86, 2762, 2763, 86, 86, 86, 86, 86,
+ 86, 2764, 86, 86, 2768, 2760, 2766, 2761, 2765, 86,
+ 86, 2767, 86, 86, 2770, 2772, 2771, 2773, 2776, 2777,
+ 86, 2778, 86, 2779, 86, 2780, 86, 86, 86, 2774,
+ 2775, 86, 86, 2784, 86, 2785, 2783, 86, 2786, 2781,
+ 86, 86, 86, 86, 86, 3645, 2782, 86, 86, 2793,
+ 86, 86, 2787, 86, 2789, 2795, 86, 2796, 86, 2798,
+ 86, 2788, 2797, 2790, 2792, 2791, 2794, 86, 86, 86,
+
+ 86, 86, 86, 2802, 86, 2800, 2803, 2806, 86, 2799,
+ 86, 2801, 86, 2807, 2808, 86, 86, 86, 86, 86,
+ 2804, 86, 2805, 2815, 86, 170, 86, 2817, 86, 2811,
+ 86, 86, 2810, 2813, 86, 86, 2809, 2816, 86, 2818,
+ 2814, 2812, 2821, 2819, 86, 86, 2820, 2824, 86, 86,
+ 2826, 86, 2825, 2827, 2828, 86, 2822, 86, 2823, 2829,
+ 86, 86, 2830, 86, 2831, 86, 2832, 2833, 2834, 86,
+ 2835, 86, 86, 86, 86, 86, 86, 86, 86, 86,
+ 2843, 3645, 86, 86, 2836, 2841, 86, 2847, 86, 86,
+ 2838, 2837, 2848, 2845, 2840, 2839, 86, 2842, 86, 2844,
+
+ 2846, 2849, 86, 2850, 86, 2851, 86, 2852, 2853, 86,
+ 2855, 86, 86, 2854, 2856, 86, 86, 86, 86, 86,
+ 86, 86, 2859, 86, 2857, 2866, 86, 2865, 2867, 86,
+ 2858, 2860, 86, 86, 86, 2861, 2862, 2863, 2864, 2870,
+ 2871, 86, 2873, 2868, 2872, 86, 86, 86, 86, 86,
+ 2869, 86, 2874, 86, 2880, 86, 86, 86, 2879, 86,
+ 86, 86, 2876, 3645, 2875, 2878, 86, 86, 2877, 2888,
+ 86, 2884, 2886, 86, 86, 2887, 2881, 2882, 86, 2883,
+ 2889, 2885, 2890, 86, 86, 2891, 86, 86, 86, 86,
+ 86, 86, 86, 2892, 2895, 2896, 2897, 86, 86, 2894,
+
+ 86, 2902, 2903, 86, 86, 2893, 2906, 86, 2898, 2900,
+ 86, 2899, 86, 86, 86, 2901, 86, 2909, 2905, 2904,
+ 86, 2907, 2914, 86, 86, 86, 2912, 2908, 2913, 2910,
+ 86, 2911, 86, 86, 2919, 86, 86, 86, 2915, 86,
+ 86, 2923, 86, 2922, 86, 2916, 2921, 86, 2920, 2924,
+ 86, 86, 2917, 2918, 2926, 86, 2927, 86, 86, 2930,
+ 2929, 2925, 2932, 86, 86, 2933, 2928, 86, 2935, 86,
+ 86, 86, 86, 86, 2942, 86, 86, 86, 2931, 86,
+ 86, 86, 2939, 2936, 2937, 2938, 2940, 86, 2941, 2934,
+ 2945, 86, 2946, 86, 86, 2944, 2943, 86, 2947, 86,
+
+ 2951, 86, 2949, 86, 86, 86, 86, 2950, 2948, 86,
+ 2952, 2953, 86, 86, 2955, 2958, 86, 2956, 2960, 2954,
+ 2957, 2959, 86, 2962, 170, 2961, 86, 86, 86, 86,
+ 2967, 3645, 2964, 2963, 86, 86, 86, 86, 2969, 2968,
+ 86, 2972, 86, 2973, 86, 2971, 2965, 2966, 86, 2977,
+ 2970, 2975, 86, 86, 2978, 86, 2976, 86, 86, 86,
+ 2982, 2974, 2979, 2980, 86, 86, 86, 86, 2983, 86,
+ 2984, 86, 86, 2981, 2989, 2990, 2985, 86, 86, 2987,
+ 86, 86, 2991, 86, 2986, 2993, 86, 86, 2995, 86,
+ 2992, 86, 2996, 2988, 2994, 86, 86, 86, 86, 86,
+
+ 2998, 2999, 3000, 2997, 86, 86, 86, 3005, 86, 86,
+ 86, 86, 3002, 3003, 3004, 3007, 3001, 3006, 3009, 86,
+ 86, 86, 3645, 86, 86, 3010, 86, 3008, 3015, 86,
+ 3011, 86, 86, 3016, 86, 86, 86, 3020, 86, 86,
+ 3012, 3013, 3014, 3018, 3019, 3023, 86, 3021, 86, 86,
+ 3017, 86, 86, 3022, 3030, 3027, 3028, 86, 3024, 3031,
+ 86, 86, 3033, 3025, 86, 86, 3034, 86, 86, 3026,
+ 86, 86, 3035, 86, 86, 3040, 3037, 3029, 86, 3032,
+ 86, 86, 3038, 3041, 86, 86, 86, 3039, 3042, 3045,
+ 86, 86, 3047, 86, 3645, 3036, 3043, 3049, 86, 3044,
+
+ 86, 3046, 3050, 86, 3051, 86, 86, 86, 86, 3054,
+ 3052, 3048, 3053, 3055, 86, 86, 3059, 86, 86, 86,
+ 3057, 3060, 86, 86, 3063, 3064, 86, 86, 3056, 3058,
+ 3061, 3065, 86, 3066, 86, 86, 86, 86, 3067, 3062,
+ 3068, 3070, 86, 86, 3073, 86, 86, 3074, 86, 3069,
+ 3075, 86, 86, 3077, 86, 3071, 86, 86, 3081, 3082,
+ 86, 3078, 86, 3072, 86, 86, 3083, 3076, 86, 3084,
+ 3085, 3080, 3086, 86, 3079, 86, 86, 3087, 86, 86,
+ 3092, 86, 86, 86, 86, 3091, 86, 3094, 3095, 86,
+ 86, 3088, 3097, 3089, 86, 3096, 3090, 3098, 86, 86,
+
+ 3101, 3100, 86, 86, 86, 86, 3093, 3099, 3104, 86,
+ 3108, 86, 86, 86, 86, 86, 3110, 3645, 86, 3102,
+ 3103, 86, 3105, 3107, 3111, 3106, 3109, 3115, 3112, 3114,
+ 3117, 86, 3116, 86, 3113, 3118, 86, 3119, 3120, 86,
+ 86, 3121, 86, 3122, 86, 3123, 86, 3124, 86, 3125,
+ 86, 86, 86, 86, 86, 86, 3127, 3129, 86, 3131,
+ 86, 86, 86, 3133, 86, 86, 3126, 3130, 3140, 3134,
+ 3138, 86, 3128, 86, 3132, 3139, 86, 3142, 86, 86,
+ 86, 3135, 3136, 86, 3137, 3143, 3145, 86, 3141, 86,
+ 3146, 3147, 86, 86, 3148, 3149, 86, 86, 3144, 86,
+
+ 86, 86, 3150, 3155, 86, 86, 3151, 86, 3152, 3153,
+ 3156, 86, 86, 86, 3158, 86, 3157, 86, 86, 3154,
+ 86, 86, 3163, 86, 3160, 3167, 3159, 3164, 86, 3166,
+ 3161, 3165, 86, 86, 3169, 86, 86, 3162, 3168, 3171,
+ 86, 86, 3175, 86, 86, 86, 3170, 86, 3173, 86,
+ 3172, 86, 3182, 3176, 3179, 86, 86, 3177, 86, 3174,
+ 3180, 86, 86, 86, 86, 86, 3187, 3185, 3183, 3186,
+ 86, 86, 3178, 86, 86, 3181, 3189, 3191, 86, 3188,
+ 86, 3192, 3184, 3197, 3193, 86, 3190, 3194, 86, 3195,
+ 86, 3196, 86, 86, 86, 3201, 86, 86, 3198, 3200,
+
+ 86, 86, 3202, 86, 3199, 3203, 3204, 86, 3206, 86,
+ 86, 3205, 3210, 86, 3208, 3212, 86, 86, 86, 86,
+ 86, 3213, 86, 86, 3207, 3214, 86, 3215, 3209, 86,
+ 3216, 86, 3221, 86, 3218, 86, 86, 86, 3211, 86,
+ 86, 3219, 3217, 3225, 86, 86, 86, 86, 3222, 3223,
+ 3224, 3220, 3230, 3226, 3229, 86, 3227, 86, 3232, 86,
+ 86, 86, 3236, 86, 3228, 3237, 86, 86, 3233, 86,
+ 86, 3239, 86, 86, 86, 3231, 3240, 86, 3234, 3242,
+ 3243, 86, 86, 3241, 3245, 86, 3238, 3235, 3246, 86,
+ 3247, 3244, 86, 86, 3248, 3251, 86, 3250, 3249, 86,
+
+ 3254, 86, 3256, 86, 86, 86, 86, 86, 3253, 86,
+ 3258, 3261, 86, 3252, 3262, 86, 3264, 86, 86, 3259,
+ 86, 86, 86, 3257, 3255, 86, 3260, 3267, 86, 86,
+ 3265, 3268, 86, 3269, 86, 3263, 3271, 86, 86, 3266,
+ 3273, 3270, 3276, 3274, 86, 86, 86, 86, 86, 3280,
+ 86, 86, 86, 86, 3282, 3283, 3272, 3278, 3275, 86,
+ 3284, 86, 3281, 3277, 3287, 3285, 3279, 3288, 86, 86,
+ 86, 3290, 3289, 86, 86, 3293, 86, 86, 86, 3292,
+ 86, 3286, 3296, 3294, 86, 3299, 86, 86, 86, 86,
+ 86, 3291, 86, 3304, 86, 86, 86, 86, 86, 3295,
+
+ 3500, 3297, 3298, 3303, 3300, 3301, 3307, 3308, 86, 3309,
+ 86, 3306, 3310, 86, 3302, 3305, 86, 86, 86, 3314,
+ 86, 3311, 86, 3313, 3315, 86, 3316, 86, 3317, 86,
+ 86, 3312, 3320, 86, 86, 3318, 3322, 86, 86, 3321,
+ 3324, 86, 3325, 86, 86, 86, 86, 86, 86, 3323,
+ 86, 3331, 3332, 86, 86, 86, 3319, 86, 86, 86,
+ 86, 3338, 86, 3326, 3339, 86, 3329, 3327, 3328, 3337,
+ 3330, 3335, 86, 3341, 3334, 86, 86, 3340, 3336, 86,
+ 3333, 3344, 86, 3346, 86, 3347, 86, 86, 86, 3350,
+ 86, 86, 3342, 3348, 3343, 86, 3353, 86, 86, 3352,
+
+ 86, 3349, 3351, 3345, 86, 3354, 86, 86, 3355, 86,
+ 86, 3356, 86, 86, 3359, 86, 86, 86, 3357, 3361,
+ 3362, 86, 3360, 86, 86, 86, 86, 3358, 86, 86,
+ 86, 3371, 3374, 3372, 3363, 3375, 3364, 3365, 86, 3366,
+ 3367, 86, 3368, 3369, 3370, 86, 86, 86, 3377, 3373,
+ 3379, 86, 3380, 86, 86, 3382, 86, 86, 3381, 3378,
+ 86, 3376, 3383, 3385, 86, 3645, 3384, 3387, 86, 3388,
+ 3389, 86, 86, 3390, 3391, 3386, 86, 3392, 86, 3393,
+ 3394, 86, 86, 86, 86, 3395, 3398, 86, 3396, 3399,
+ 86, 86, 3401, 3397, 86, 86, 86, 3405, 86, 86,
+
+ 86, 3404, 86, 86, 3400, 86, 86, 3409, 86, 3408,
+ 3645, 86, 3414, 86, 3402, 3403, 3413, 3410, 86, 3406,
+ 3411, 86, 3416, 86, 3412, 3407, 86, 3415, 3417, 86,
+ 3418, 86, 86, 86, 3423, 3425, 86, 3420, 3419, 3424,
+ 86, 86, 3421, 86, 86, 3422, 86, 86, 3645, 3429,
+ 3433, 3426, 3430, 3432, 86, 86, 86, 3428, 3427, 3435,
+ 86, 3434, 3436, 86, 86, 3431, 86, 3439, 86, 3440,
+ 86, 3438, 86, 86, 3443, 86, 3444, 86, 86, 3437,
+ 3645, 3441, 3445, 86, 3446, 86, 3447, 86, 3448, 86,
+ 86, 3442, 3449, 86, 3450, 86, 3453, 86, 86, 3452,
+
+ 3454, 86, 86, 86, 3451, 3458, 86, 3455, 86, 3460,
+ 86, 86, 86, 86, 3456, 86, 86, 86, 3464, 3465,
+ 86, 3467, 86, 3457, 86, 3462, 3461, 3459, 3463, 86,
+ 3466, 3468, 3469, 86, 3471, 86, 86, 3474, 86, 3473,
+ 86, 86, 86, 86, 86, 3476, 86, 86, 86, 86,
+ 3470, 3482, 3475, 3472, 3480, 3481, 86, 86, 3479, 86,
+ 3477, 86, 3478, 86, 3483, 86, 3486, 86, 3487, 3489,
+ 86, 86, 3488, 3490, 86, 3491, 86, 3485, 86, 86,
+ 3493, 86, 3484, 3494, 86, 86, 3492, 3495, 86, 86,
+ 3499, 86, 3496, 86, 3502, 3498, 86, 86, 86, 86,
+
+ 86, 86, 3503, 3501, 3497, 86, 3511, 86, 3509, 86,
+ 3504, 86, 86, 3506, 3505, 3508, 3513, 3510, 3515, 86,
+ 86, 86, 86, 3507, 86, 3517, 3520, 86, 3512, 3516,
+ 86, 3514, 86, 3521, 86, 3518, 3522, 86, 86, 3523,
+ 3524, 86, 3519, 3525, 86, 86, 86, 86, 3528, 3526,
+ 86, 3529, 3527, 86, 3533, 3530, 86, 86, 86, 3531,
+ 86, 86, 3532, 3536, 3537, 86, 86, 3534, 3535, 3539,
+ 86, 3540, 86, 3541, 86, 86, 3542, 3538, 3544, 86,
+ 86, 3547, 86, 86, 3548, 3543, 86, 86, 86, 3551,
+ 3545, 3552, 86, 86, 3549, 86, 86, 86, 3546, 3557,
+
+ 86, 3556, 3553, 3558, 86, 3554, 3550, 86, 86, 86,
+ 86, 86, 3555, 86, 3562, 86, 86, 86, 3564, 86,
+ 86, 86, 3561, 3571, 86, 3569, 3570, 86, 3559, 3560,
+ 3566, 3563, 3567, 86, 3565, 3568, 86, 3575, 86, 86,
+ 3577, 86, 3578, 86, 3576, 86, 86, 3572, 3579, 86,
+ 3580, 3573, 86, 3583, 3581, 3574, 3584, 86, 86, 86,
+ 3586, 86, 86, 3585, 86, 86, 3587, 86, 86, 3592,
+ 86, 3582, 3589, 86, 3595, 86, 86, 86, 3596, 86,
+ 86, 86, 86, 3588, 86, 3597, 3590, 3591, 3598, 3593,
+ 3594, 86, 86, 3603, 86, 3602, 3599, 86, 86, 3600,
+
+ 3601, 86, 3604, 86, 3607, 86, 3609, 3605, 86, 3610,
+ 3606, 86, 86, 3614, 86, 3645, 3611, 3608, 86, 3612,
+ 3613, 86, 86, 3615, 3616, 3617, 86, 86, 3618, 86,
+ 86, 86, 3623, 86, 3619, 3621, 86, 86, 86, 86,
+ 86, 86, 3625, 3626, 86, 3629, 3630, 86, 3620, 86,
+ 3622, 86, 3633, 3634, 86, 3624, 86, 86, 3627, 3628,
+ 3631, 3636, 86, 3635, 3637, 86, 86, 86, 3632, 86,
+ 86, 3645, 3639, 3638, 3640, 3645, 3641, 3643, 86, 3644,
+ 86, 3645, 3645, 3645, 3645, 3645, 3645, 3645, 3645, 3642,
+ 47, 47, 47, 47, 47, 47, 47, 52, 52, 52,
+
+ 52, 52, 52, 52, 57, 57, 57, 57, 57, 57,
+ 57, 63, 63, 63, 63, 63, 63, 63, 68, 68,
+ 68, 68, 68, 68, 68, 74, 74, 74, 74, 74,
+ 74, 74, 80, 80, 80, 80, 80, 80, 80, 89,
+ 89, 3645, 89, 89, 89, 89, 160, 160, 3645, 3645,
+ 3645, 160, 160, 162, 162, 3645, 3645, 162, 3645, 162,
+ 164, 3645, 3645, 3645, 3645, 3645, 164, 167, 167, 3645,
+ 3645, 3645, 167, 167, 169, 3645, 3645, 3645, 3645, 3645,
+ 169, 171, 171, 3645, 171, 171, 171, 171, 174, 3645,
+ 3645, 3645, 3645, 3645, 174, 177, 177, 3645, 3645, 3645,
+
+ 177, 177, 90, 90, 3645, 90, 90, 90, 90, 17,
+ 3645, 3645, 3645, 3645, 3645, 3645, 3645, 3645, 3645, 3645,
+ 3645, 3645, 3645, 3645, 3645, 3645, 3645, 3645, 3645, 3645,
+ 3645, 3645, 3645, 3645, 3645, 3645, 3645, 3645, 3645, 3645,
+ 3645, 3645, 3645, 3645, 3645, 3645, 3645, 3645, 3645, 3645
} ;
-static yyconst flex_int16_t yy_chk[7060] =
+static yyconst flex_int16_t yy_chk[7151] =
{ 0,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
@@ -2411,18 +2436,18 @@ static yyconst flex_int16_t yy_chk[7060] =
5, 3, 6, 24, 4, 24, 24, 5, 24, 6,
7, 7, 7, 7, 24, 7, 8, 8, 8, 8,
33, 8, 7, 9, 9, 9, 26, 26, 8, 10,
- 10, 10, 19, 29, 9, 33, 19, 29, 3607, 35,
+ 10, 10, 19, 29, 9, 33, 19, 29, 3653, 35,
10, 11, 11, 11, 11, 11, 11, 13, 13, 13,
13, 34, 13, 11, 35, 99, 34, 29, 38, 13,
51, 51, 11, 12, 12, 12, 12, 12, 12, 14,
14, 14, 14, 99, 14, 12, 15, 15, 15, 38,
23, 14, 23, 23, 12, 23, 46, 15, 16, 16,
- 16, 23, 23, 25, 27, 27, 25, 25, 2925, 16,
+ 16, 23, 23, 25, 27, 27, 25, 25, 2962, 16,
25, 46, 27, 30, 30, 25, 27, 56, 40, 27,
56, 73, 31, 31, 25, 28, 67, 67, 30, 32,
28, 31, 40, 32, 28, 73, 32, 28, 92, 28,
- 28, 92, 31, 32, 1148, 32, 36, 36, 37, 37,
+ 28, 92, 31, 32, 1154, 32, 36, 36, 37, 37,
28, 45, 45, 37, 97, 36, 45, 97, 41, 41,
45, 36, 87, 41, 93, 36, 87, 37, 93, 37,
@@ -2443,7 +2468,7 @@ static yyconst flex_int16_t yy_chk[7060] =
127, 125, 123, 122, 126, 128, 118, 127, 122, 129,
132, 120, 131, 121, 128, 130, 131, 126, 134, 133,
135, 136, 129, 133, 138, 135, 137, 137, 132, 135,
- 139, 141, 142, 144, 139, 257, 134, 257, 146, 150,
+ 139, 141, 142, 144, 139, 135, 134, 177, 146, 150,
151, 136, 143, 139, 138, 143, 144, 145, 149, 139,
146, 142, 148, 145, 147, 147, 143, 141, 150, 148,
@@ -2455,730 +2480,740 @@ static yyconst flex_int16_t yy_chk[7060] =
175, 175, 180, 175, 171, 178, 178, 181, 180, 182,
183, 184, 185, 186, 187, 189, 188, 180, 183, 190,
185, 188, 184, 213, 182, 183, 193, 191, 190, 187,
- 177, 193, 186, 191, 191, 189, 194, 194, 195, 197,
+ 176, 193, 186, 191, 191, 189, 194, 194, 195, 197,
196, 213, 196, 197, 195, 196, 198, 198, 197, 199,
200, 201, 202, 197, 204, 200, 200, 202, 203, 197,
197, 199, 196, 203, 205, 206, 204, 209, 207, 208,
- 201, 206, 207, 210, 208, 211, 212, 214, 176, 218,
+ 201, 206, 207, 210, 208, 211, 212, 214, 174, 218,
215, 217, 214, 209, 205, 215, 217, 210, 212, 219,
211, 212, 216, 216, 206, 220, 216, 224, 216, 218,
- 223, 220, 221, 221, 259, 219, 223, 222, 225, 226,
- 216, 259, 216, 222, 225, 226, 228, 224, 229, 222,
+ 223, 220, 221, 221, 260, 219, 223, 222, 225, 226,
+ 216, 260, 216, 222, 225, 226, 228, 224, 229, 222,
230, 231, 228, 229, 226, 231, 230, 232, 233, 235,
233, 234, 236, 232, 237, 233, 239, 234, 236, 238,
- 240, 242, 235, 241, 243, 238, 242, 244, 240, 239,
-
- 245, 246, 248, 243, 237, 247, 241, 248, 239, 249,
- 247, 247, 244, 250, 251, 253, 245, 250, 252, 254,
- 255, 246, 258, 256, 252, 254, 260, 249, 256, 261,
- 262, 263, 260, 253, 253, 261, 251, 263, 264, 265,
- 255, 258, 266, 266, 267, 267, 268, 273, 269, 262,
- 264, 276, 268, 265, 269, 270, 271, 270, 272, 273,
- 275, 274, 277, 272, 278, 289, 279, 277, 275, 280,
- 268, 276, 279, 281, 270, 280, 282, 283, 281, 271,
- 274, 282, 284, 283, 285, 286, 287, 278, 288, 290,
- 289, 291, 293, 293, 291, 290, 288, 284, 285, 292,
-
- 287, 292, 294, 286, 295, 294, 296, 296, 297, 297,
- 298, 300, 299, 301, 300, 302, 303, 301, 304, 307,
- 312, 312, 295, 306, 302, 303, 298, 299, 308, 306,
- 309, 316, 309, 307, 308, 310, 311, 304, 313, 314,
- 311, 310, 315, 313, 317, 314, 319, 318, 315, 320,
- 320, 316, 321, 322, 323, 321, 324, 311, 323, 319,
- 325, 327, 317, 326, 326, 329, 328, 315, 318, 328,
- 330, 322, 332, 334, 335, 324, 330, 329, 325, 327,
- 331, 339, 334, 331, 332, 336, 328, 333, 338, 340,
- 336, 338, 335, 174, 339, 337, 333, 342, 337, 333,
-
- 337, 340, 342, 342, 333, 333, 333, 333, 341, 343,
- 341, 341, 343, 337, 344, 344, 337, 345, 346, 349,
- 347, 348, 350, 351, 351, 352, 353, 353, 349, 355,
- 352, 350, 358, 346, 345, 347, 357, 345, 348, 348,
- 354, 354, 356, 359, 355, 360, 361, 356, 357, 364,
- 365, 358, 361, 362, 362, 365, 362, 367, 366, 372,
- 360, 768, 367, 359, 366, 362, 368, 370, 372, 364,
- 369, 368, 362, 369, 374, 369, 371, 368, 768, 371,
- 374, 370, 373, 373, 375, 375, 376, 381, 379, 382,
- 388, 376, 371, 380, 392, 371, 380, 371, 377, 377,
-
- 411, 377, 381, 383, 382, 388, 385, 377, 379, 385,
- 386, 377, 411, 389, 380, 392, 377, 383, 393, 377,
- 378, 378, 389, 378, 386, 385, 390, 391, 398, 395,
- 394, 390, 390, 391, 396, 399, 378, 393, 395, 378,
- 391, 378, 397, 378, 387, 394, 387, 387, 397, 403,
- 400, 405, 404, 396, 398, 399, 387, 387, 387, 387,
- 387, 401, 407, 387, 400, 402, 405, 401, 406, 403,
- 402, 401, 404, 406, 408, 409, 409, 407, 410, 412,
- 408, 413, 414, 415, 416, 418, 419, 413, 402, 416,
- 420, 417, 417, 412, 417, 421, 425, 169, 410, 415,
-
- 425, 422, 419, 422, 428, 418, 420, 414, 423, 421,
- 427, 427, 424, 423, 424, 424, 426, 432, 429, 433,
- 426, 430, 431, 428, 435, 436, 167, 433, 433, 441,
- 435, 432, 424, 429, 436, 426, 439, 430, 437, 433,
- 431, 433, 434, 437, 438, 439, 440, 434, 438, 443,
- 441, 442, 440, 443, 446, 434, 434, 442, 444, 434,
- 434, 444, 445, 434, 447, 447, 448, 445, 449, 449,
- 450, 451, 452, 452, 446, 450, 453, 454, 455, 448,
- 456, 454, 453, 457, 451, 458, 459, 459, 457, 461,
- 458, 460, 462, 455, 463, 459, 464, 465, 470, 464,
-
- 466, 456, 465, 460, 466, 467, 463, 468, 468, 461,
- 462, 469, 471, 471, 472, 477, 469, 467, 476, 470,
- 474, 474, 478, 477, 479, 480, 481, 482, 483, 487,
- 485, 481, 489, 479, 486, 490, 472, 488, 489, 476,
- 483, 507, 493, 478, 490, 507, 480, 482, 485, 487,
- 485, 488, 486, 491, 494, 492, 493, 496, 495, 491,
- 492, 495, 494, 497, 498, 494, 499, 500, 503, 502,
- 505, 496, 499, 498, 501, 502, 504, 501, 497, 506,
- 508, 504, 503, 509, 510, 508, 511, 500, 512, 510,
- 513, 516, 505, 502, 517, 518, 528, 519, 509, 520,
-
- 506, 519, 511, 513, 522, 528, 166, 512, 514, 514,
- 518, 516, 521, 527, 514, 517, 514, 521, 520, 523,
- 522, 524, 514, 523, 514, 525, 524, 514, 514, 527,
- 524, 526, 527, 529, 514, 530, 526, 531, 532, 529,
- 525, 532, 533, 534, 529, 535, 535, 536, 537, 537,
- 530, 538, 539, 531, 540, 542, 526, 541, 541, 543,
- 546, 545, 544, 534, 539, 533, 538, 544, 547, 540,
- 545, 548, 536, 550, 542, 554, 551, 548, 555, 546,
- 551, 543, 550, 547, 552, 553, 556, 554, 552, 557,
- 559, 553, 558, 555, 560, 562, 561, 562, 560, 563,
-
- 565, 565, 564, 557, 567, 556, 566, 558, 559, 561,
- 564, 568, 566, 569, 571, 570, 567, 568, 570, 572,
- 575, 573, 576, 563, 574, 569, 573, 574, 571, 575,
- 578, 579, 579, 587, 572, 577, 575, 586, 576, 575,
- 577, 577, 581, 578, 580, 580, 582, 582, 581, 583,
- 583, 584, 588, 585, 587, 586, 590, 584, 585, 585,
- 589, 590, 591, 589, 588, 592, 593, 594, 595, 593,
- 596, 597, 594, 592, 598, 597, 599, 601, 600, 602,
- 598, 591, 600, 603, 602, 604, 604, 605, 606, 596,
- 609, 595, 608, 607, 610, 601, 599, 603, 607, 611,
-
- 164, 613, 605, 612, 618, 611, 609, 615, 612, 606,
- 614, 608, 617, 614, 610, 613, 616, 616, 614, 619,
- 618, 614, 614, 620, 619, 615, 621, 622, 620, 624,
- 617, 626, 625, 627, 626, 624, 629, 627, 628, 629,
- 621, 625, 622, 628, 630, 631, 632, 633, 635, 630,
- 634, 636, 640, 635, 633, 637, 637, 638, 639, 627,
- 641, 631, 644, 634, 632, 642, 638, 643, 644, 645,
- 650, 636, 162, 640, 642, 645, 641, 639, 646, 643,
- 651, 646, 647, 647, 648, 647, 649, 648, 650, 652,
- 653, 649, 654, 655, 651, 653, 656, 658, 657, 655,
-
- 658, 656, 659, 652, 657, 660, 662, 661, 663, 664,
- 660, 654, 661, 661, 664, 666, 665, 667, 668, 662,
- 669, 663, 665, 668, 670, 670, 667, 659, 664, 664,
- 671, 672, 673, 674, 666, 673, 675, 671, 672, 674,
- 669, 676, 678, 678, 679, 681, 676, 677, 675, 680,
- 673, 680, 677, 677, 683, 682, 676, 682, 684, 685,
- 686, 687, 688, 689, 681, 690, 693, 689, 688, 679,
- 691, 692, 683, 694, 690, 695, 684, 685, 695, 686,
- 696, 687, 697, 698, 693, 691, 692, 695, 697, 700,
- 699, 701, 694, 702, 703, 696, 704, 705, 707, 734,
-
- 704, 700, 706, 698, 699, 708, 709, 710, 712, 716,
- 701, 734, 711, 703, 702, 705, 707, 711, 706, 713,
- 713, 715, 712, 708, 708, 709, 710, 714, 716, 717,
- 718, 714, 719, 720, 721, 715, 723, 719, 722, 726,
- 717, 724, 727, 723, 718, 725, 724, 727, 729, 720,
- 728, 722, 725, 721, 730, 728, 731, 732, 733, 736,
- 743, 730, 735, 726, 736, 731, 729, 733, 735, 737,
- 738, 732, 737, 739, 738, 740, 741, 750, 742, 744,
- 744, 743, 746, 746, 740, 745, 745, 739, 747, 748,
- 752, 741, 742, 747, 745, 751, 750, 754, 748, 753,
-
- 755, 751, 756, 753, 758, 757, 759, 761, 760, 754,
- 752, 757, 758, 759, 762, 765, 772, 774, 771, 776,
- 756, 799, 772, 775, 799, 755, 760, 771, 776, 775,
- 765, 160, 761, 777, 762, 763, 784, 763, 778, 774,
- 763, 781, 778, 782, 763, 779, 779, 763, 783, 777,
- 780, 780, 781, 785, 763, 763, 784, 763, 787, 785,
- 792, 782, 783, 786, 786, 786, 788, 786, 789, 790,
- 786, 788, 791, 793, 794, 786, 791, 793, 787, 794,
- 795, 786, 786, 796, 792, 797, 798, 790, 796, 789,
- 800, 801, 803, 793, 807, 800, 800, 807, 801, 795,
-
- 797, 802, 802, 804, 805, 805, 812, 803, 804, 806,
- 808, 798, 809, 809, 806, 808, 810, 811, 810, 813,
- 814, 818, 815, 813, 816, 812, 817, 817, 819, 811,
- 820, 820, 816, 821, 822, 823, 818, 824, 85, 825,
- 814, 815, 819, 824, 825, 829, 822, 826, 826, 827,
- 829, 821, 830, 831, 827, 827, 832, 823, 830, 833,
- 834, 836, 832, 837, 833, 835, 834, 836, 835, 838,
- 838, 837, 831, 839, 839, 840, 841, 842, 844, 845,
- 843, 847, 842, 840, 843, 844, 846, 848, 848, 849,
- 852, 850, 851, 851, 841, 853, 852, 845, 849, 850,
-
- 847, 855, 846, 856, 857, 860, 858, 859, 860, 862,
- 855, 858, 856, 861, 853, 863, 859, 864, 861, 865,
- 867, 868, 868, 862, 866, 870, 864, 869, 857, 866,
- 866, 872, 865, 873, 867, 874, 871, 876, 874, 876,
- 863, 878, 869, 880, 870, 871, 874, 877, 877, 879,
- 881, 873, 882, 883, 879, 872, 884, 885, 886, 887,
- 888, 889, 878, 887, 880, 890, 885, 892, 891, 893,
- 881, 890, 882, 894, 895, 883, 884, 891, 888, 892,
- 889, 886, 897, 896, 898, 893, 899, 901, 895, 896,
- 897, 899, 894, 900, 900, 902, 903, 904, 898, 905,
-
- 906, 907, 908, 911, 909, 903, 901, 905, 910, 911,
- 912, 913, 914, 915, 916, 902, 912, 904, 914, 920,
- 906, 908, 923, 907, 909, 913, 917, 915, 910, 918,
- 921, 922, 917, 919, 916, 918, 922, 919, 920, 924,
- 924, 925, 921, 923, 928, 926, 927, 925, 929, 927,
- 921, 926, 930, 931, 932, 932, 933, 937, 930, 934,
- 935, 929, 928, 935, 934, 936, 939, 939, 940, 941,
- 936, 936, 937, 931, 933, 938, 935, 942, 935, 938,
- 943, 945, 942, 946, 949, 948, 950, 952, 952, 941,
- 940, 953, 955, 955, 954, 953, 956, 946, 948, 943,
-
- 958, 963, 957, 1013, 949, 945, 957, 950, 951, 954,
- 963, 951, 959, 951, 961, 958, 1013, 951, 960, 951,
- 964, 956, 966, 960, 951, 962, 959, 968, 961, 951,
- 962, 962, 965, 969, 964, 967, 965, 966, 969, 968,
- 967, 970, 971, 972, 973, 982, 974, 80, 965, 976,
- 967, 974, 975, 973, 976, 970, 977, 972, 975, 978,
- 979, 979, 977, 971, 980, 978, 981, 982, 983, 980,
- 984, 986, 981, 987, 989, 990, 990, 988, 987, 991,
- 993, 995, 996, 986, 991, 992, 989, 983, 984, 985,
- 985, 988, 994, 992, 997, 985, 993, 985, 998, 1000,
-
- 995, 996, 999, 985, 998, 1001, 994, 999, 985, 985,
- 997, 1000, 1002, 1003, 1004, 985, 1005, 1005, 1006, 1007,
- 1009, 1010, 1006, 1001, 1010, 1011, 1009, 1014, 1002, 1012,
- 1015, 1003, 1004, 1014, 1012, 1015, 1016, 1018, 1019, 1007,
- 1020, 1022, 1021, 1023, 1011, 1025, 1018, 1019, 1021, 1024,
- 1022, 1027, 1026, 1038, 1024, 1016, 1020, 1028, 1029, 1030,
- 1032, 1037, 1023, 1035, 1031, 1025, 1026, 1029, 1030, 1028,
- 1031, 1027, 1033, 1038, 1040, 1037, 1039, 1032, 1033, 1035,
- 1041, 1039, 1042, 1043, 1044, 1045, 1048, 1049, 75, 1044,
- 1045, 1048, 1054, 1040, 1041, 1053, 1049, 1051, 1043, 1052,
-
- 1042, 1050, 1050, 1051, 1053, 1052, 1055, 1054, 1057, 1058,
- 1063, 1062, 1060, 1060, 1058, 1058, 1060, 1061, 1064, 1055,
- 1061, 1065, 1066, 1067, 1057, 1062, 1068, 1069, 1071, 1077,
- 1063, 1070, 1068, 74, 1064, 1066, 1072, 1070, 1067, 1065,
- 1073, 1072, 1080, 1071, 1075, 1075, 1076, 1069, 1078, 1076,
- 1077, 1079, 1081, 1078, 1073, 1082, 1079, 1083, 1080, 1084,
- 1082, 1081, 1083, 1086, 1087, 1092, 1088, 1089, 1091, 1086,
- 1095, 1084, 1088, 1089, 1090, 1090, 1093, 1091, 1096, 1093,
- 1087, 1094, 1094, 1092, 1097, 1099, 1098, 1100, 1095, 1098,
- 1101, 1136, 1110, 1100, 1102, 1136, 1101, 1096, 1099, 1105,
-
- 1102, 1103, 1104, 1106, 1097, 1105, 1103, 1104, 1106, 1107,
- 1110, 1109, 1111, 1112, 1115, 1107, 1109, 1113, 1116, 1112,
- 1114, 1114, 1113, 1115, 1117, 1118, 1119, 1116, 1120, 1117,
- 1121, 1120, 1111, 1121, 1123, 1122, 1124, 1125, 1126, 1123,
- 1129, 1127, 1128, 1118, 1132, 1119, 1122, 1127, 1128, 1125,
- 1133, 1130, 1131, 1131, 1124, 1129, 1130, 1126, 1134, 1135,
- 1137, 1139, 1138, 1132, 1133, 1140, 1142, 1143, 1143, 1145,
- 1134, 1138, 1147, 1144, 1145, 1149, 1150, 1135, 1137, 1146,
- 1139, 1144, 1151, 1152, 1146, 1142, 1153, 1155, 1152, 1149,
- 1140, 1150, 1147, 1156, 1151, 1153, 1154, 1154, 1157, 1156,
-
- 1158, 1159, 1166, 1160, 1157, 1160, 1159, 1155, 1161, 1162,
- 1163, 1165, 1164, 1161, 1168, 1167, 1158, 1164, 1169, 1171,
- 1171, 1166, 1167, 1162, 1163, 1172, 1165, 1173, 1174, 1168,
- 1175, 1176, 68, 1177, 1180, 1180, 1175, 1169, 1177, 1172,
- 1179, 1181, 1184, 1174, 1179, 1173, 1181, 1177, 1183, 1177,
- 1186, 1176, 1177, 1182, 1182, 1183, 1184, 1185, 1187, 1188,
- 1185, 1189, 1190, 1191, 1192, 1194, 1189, 1193, 1188, 1186,
- 1192, 1195, 1193, 1196, 1201, 1191, 1187, 1198, 1198, 1194,
- 1199, 1190, 1195, 1200, 1202, 1199, 1203, 1204, 1200, 1202,
- 1203, 1205, 1196, 1206, 1201, 1207, 1204, 1208, 1209, 1211,
-
- 1208, 1212, 1213, 1210, 1214, 63, 1205, 1218, 1206, 1208,
- 1210, 1211, 1215, 1209, 1207, 1216, 1219, 1220, 1215, 1217,
- 1212, 1222, 1214, 1213, 1221, 1217, 1220, 1218, 1224, 1223,
- 1216, 1225, 1227, 1226, 1228, 1231, 1219, 1230, 1227, 1221,
- 1222, 1223, 1234, 1230, 1232, 1233, 1236, 1224, 1226, 1235,
- 1231, 1236, 1237, 1233, 1228, 1238, 1225, 1239, 1232, 1240,
- 1238, 1238, 1234, 1245, 1237, 1235, 1241, 1242, 1242, 1244,
- 58, 1246, 1245, 1240, 1247, 1247, 1239, 1246, 1248, 1241,
- 1243, 1243, 1244, 1248, 1250, 1243, 1249, 1251, 1243, 1243,
- 1250, 1252, 1251, 1243, 1254, 1249, 1252, 1253, 1253, 1243,
-
- 1255, 1255, 1256, 1243, 1257, 1256, 1259, 1256, 1258, 1260,
- 1261, 1262, 1259, 1263, 1264, 1254, 1262, 1265, 1260, 1266,
- 1305, 1269, 1305, 1265, 1257, 1266, 1258, 1263, 1267, 1270,
- 1261, 1268, 1264, 1267, 1269, 1268, 1271, 1272, 1270, 1273,
- 1273, 1271, 1279, 1270, 1277, 1270, 1275, 1270, 1277, 1270,
- 1278, 1272, 1274, 1274, 1280, 1274, 1281, 1275, 1282, 1283,
- 1279, 1281, 1281, 1280, 1284, 1278, 1285, 1282, 1286, 1284,
- 1287, 1288, 1289, 1290, 1291, 1291, 1292, 1286, 1294, 1290,
- 1285, 1283, 1295, 1293, 1296, 1297, 1289, 1295, 1292, 1287,
- 1288, 1293, 1294, 1298, 1297, 1299, 1300, 1301, 1296, 1303,
-
- 1298, 1309, 1301, 1302, 1302, 1304, 1304, 1307, 1310, 1312,
- 1307, 1308, 1316, 1299, 1303, 1317, 1308, 1310, 1311, 1311,
- 1309, 1300, 1313, 1313, 1314, 1314, 1315, 1318, 1321, 1312,
- 1320, 1315, 1323, 1316, 1319, 1319, 1317, 1322, 1324, 1328,
- 1322, 1325, 1326, 1331, 1324, 1321, 1325, 1327, 1318, 1327,
- 1320, 1326, 1323, 1330, 1332, 1333, 1330, 1328, 1331, 1334,
- 1333, 1335, 1336, 1337, 1340, 1340, 1335, 1332, 1337, 1338,
- 1336, 1339, 1338, 1334, 1341, 1342, 1339, 1343, 1344, 1341,
- 1347, 1345, 1348, 1343, 1349, 1344, 1347, 1350, 1348, 1349,
- 1351, 1352, 1350, 1342, 1345, 1353, 1351, 1354, 1355, 1355,
-
- 1352, 1356, 1358, 1360, 1359, 1361, 1362, 1358, 1354, 1363,
- 1364, 1365, 1366, 1360, 1353, 1369, 1364, 1365, 1366, 1368,
- 1361, 1356, 1359, 1370, 1371, 1368, 1362, 1372, 1373, 1369,
- 1374, 1376, 1363, 1375, 1375, 1369, 1377, 1378, 1384, 1372,
- 1379, 1381, 1373, 1370, 1371, 1379, 1380, 1380, 1374, 1382,
- 1386, 1376, 1388, 1385, 1382, 1378, 1387, 1384, 1385, 1385,
- 1388, 1377, 1389, 1390, 1381, 1387, 1391, 1392, 1386, 1394,
- 1393, 1394, 1392, 1395, 1397, 1392, 1389, 1399, 1390, 1393,
- 1397, 1391, 1398, 1401, 1391, 1400, 1398, 1395, 1399, 1402,
- 1400, 1400, 1403, 1404, 1405, 1406, 1407, 1408, 1404, 1405,
-
- 1406, 1409, 1401, 1410, 1412, 1416, 1409, 1413, 1414, 1416,
- 1403, 1415, 1415, 1417, 1407, 1402, 1418, 1408, 1412, 1423,
- 1420, 1419, 1421, 1410, 1422, 1413, 1414, 1419, 1426, 1424,
- 1425, 1417, 1420, 1423, 1427, 1418, 1430, 1429, 1421, 1427,
- 1431, 1428, 1429, 1422, 1424, 1425, 1432, 1426, 1428, 1433,
- 1433, 1434, 1436, 1435, 1430, 1432, 1437, 1437, 1438, 1439,
- 1440, 1431, 1435, 1444, 1438, 1439, 1434, 1441, 1441, 1442,
- 1442, 1443, 1436, 1445, 1440, 1446, 1447, 1443, 1448, 1444,
- 1446, 1449, 1447, 1456, 1448, 1450, 1450, 1449, 1451, 1451,
- 1453, 1453, 1454, 1455, 1445, 1457, 1454, 1458, 1459, 1460,
-
- 1462, 1456, 1455, 1461, 1461, 1464, 1460, 1457, 1463, 1465,
- 1464, 1458, 1466, 1459, 1469, 57, 1463, 1470, 1470, 1467,
- 1462, 1468, 1471, 1465, 1467, 1467, 1468, 1468, 1472, 1473,
- 1474, 1466, 1475, 1476, 1469, 1474, 1477, 1478, 1473, 1479,
- 1480, 1471, 1481, 1478, 1479, 1483, 1482, 1472, 1486, 1484,
- 1485, 1475, 1482, 1476, 1477, 1484, 1485, 1487, 1488, 1489,
- 1480, 1490, 1492, 1496, 1483, 1491, 1493, 1486, 1481, 1494,
- 1494, 1495, 1497, 1498, 1495, 52, 1487, 1488, 1489, 1491,
- 1490, 1493, 1496, 1492, 1503, 1498, 1499, 1499, 1500, 1500,
- 1501, 1497, 1502, 1504, 1505, 1501, 1502, 1503, 1506, 1510,
-
- 1506, 1508, 1504, 1509, 1506, 1511, 1512, 1505, 1509, 1513,
- 1513, 1514, 1515, 1516, 1510, 1518, 1514, 1506, 1515, 1508,
- 1517, 1518, 1512, 1520, 1519, 1511, 1521, 1520, 1516, 1519,
- 1521, 1522, 1523, 1517, 1524, 1525, 1526, 1527, 1527, 1529,
- 1531, 1532, 1526, 1524, 1533, 1533, 1532, 1534, 1535, 1539,
- 1523, 1522, 1539, 1534, 1541, 1525, 1542, 1529, 1537, 1537,
- 1543, 1531, 1540, 1540, 1545, 1546, 1548, 1545, 1535, 1547,
- 1541, 1549, 1542, 1550, 1550, 1548, 1543, 1551, 1552, 1553,
- 1554, 1555, 1556, 1557, 1557, 1554, 1546, 1558, 1556, 1547,
- 1559, 1549, 1551, 1561, 1560, 1555, 1558, 1562, 1553, 1552,
-
- 1563, 1563, 1564, 1565, 1567, 1566, 1568, 1568, 1559, 1560,
- 1566, 1569, 1570, 1571, 1571, 1569, 1564, 1562, 1561, 1567,
- 1572, 1565, 1573, 1574, 1575, 1576, 1577, 1581, 1575, 1579,
- 1579, 1577, 1570, 1580, 1574, 1583, 1580, 1584, 1582, 1585,
- 1581, 1573, 1572, 1582, 1576, 1586, 1587, 1588, 1589, 1589,
- 1591, 1583, 1590, 1585, 1592, 1584, 1595, 1590, 1593, 1593,
- 1587, 1595, 1594, 1596, 1586, 1586, 1597, 1600, 1597, 1599,
- 1591, 1594, 1588, 1598, 1592, 1599, 1601, 1603, 1598, 1604,
- 1604, 1605, 1601, 1596, 1606, 1609, 1613, 1600, 1608, 1612,
- 1606, 1603, 1614, 1608, 1610, 1610, 1611, 1611, 1615, 1617,
-
- 1605, 1615, 1618, 1612, 1613, 1616, 1616, 1614, 1619, 1609,
- 1621, 1627, 1620, 1625, 1618, 1620, 1621, 1617, 1620, 1622,
- 1623, 1626, 1625, 1623, 1622, 1630, 1626, 1638, 1619, 1628,
- 1620, 1631, 1628, 1629, 1629, 1632, 1627, 1631, 1633, 1623,
- 1638, 1632, 1636, 1633, 1634, 1634, 1635, 1635, 1636, 1630,
- 1637, 1639, 1640, 1641, 1642, 1637, 1643, 1642, 1644, 1645,
- 1648, 1646, 1643, 1652, 1644, 1645, 1646, 1649, 1647, 1639,
- 1653, 1640, 1649, 1641, 1647, 1650, 1650, 1651, 1654, 1655,
- 1656, 1652, 1651, 1648, 1657, 1659, 1658, 1660, 1661, 1662,
- 1653, 1662, 1661, 1666, 1656, 1663, 1668, 1654, 1657, 1655,
-
- 1658, 1664, 1670, 1659, 1667, 1666, 1673, 1669, 1664, 1668,
- 1671, 1672, 1660, 1669, 1663, 1674, 1667, 1676, 1676, 1677,
- 1673, 1679, 1670, 1678, 1680, 1680, 1671, 1681, 1678, 1682,
- 1683, 1672, 1684, 1679, 1686, 1685, 1674, 1689, 1687, 1677,
- 1693, 1691, 1681, 1682, 1685, 1687, 1688, 47, 1694, 1686,
- 1684, 1694, 1697, 1689, 1683, 1688, 1691, 1698, 1688, 1695,
- 1695, 1691, 1696, 1696, 1697, 1693, 1699, 1700, 1700, 1699,
- 1701, 1702, 1703, 1704, 1705, 1698, 1704, 1703, 1706, 1705,
- 1707, 1709, 1708, 1701, 1711, 1714, 1710, 1715, 1712, 1719,
- 1702, 1708, 1714, 1711, 1712, 1710, 1707, 1706, 1710, 1716,
-
- 1709, 1713, 1713, 1717, 1718, 1719, 1721, 1715, 1720, 1725,
- 1722, 1721, 1716, 1720, 1720, 1726, 1727, 1727, 1718, 1728,
- 1729, 1717, 1722, 1730, 1730, 1731, 1731, 1732, 1730, 1729,
- 1734, 1735, 1733, 1726, 1725, 1728, 1732, 1733, 1736, 1732,
- 1731, 1737, 1741, 1739, 1740, 1742, 1737, 1737, 1734, 1743,
- 1742, 1745, 1735, 1748, 1744, 1753, 1736, 1739, 1748, 1740,
- 1744, 1746, 1746, 1743, 1741, 1747, 1749, 1750, 1751, 1745,
- 1754, 1747, 1755, 1750, 1751, 1753, 1756, 1758, 1755, 1757,
- 1749, 1762, 1757, 1758, 1754, 1760, 1763, 1764, 1757, 1756,
- 1765, 1766, 1767, 1760, 1768, 1769, 1766, 1770, 1765, 1771,
-
- 1762, 1767, 1772, 1779, 1769, 1763, 1764, 1768, 1773, 1773,
- 1770, 1774, 1775, 1771, 1777, 1780, 1772, 1774, 1775, 1776,
- 1778, 1778, 1776, 1779, 1781, 1782, 1782, 1777, 1783, 1784,
- 1773, 1785, 1786, 1780, 1787, 1784, 1789, 1789, 1790, 1793,
- 1791, 1783, 1792, 1781, 1791, 1794, 1795, 1792, 1786, 1797,
- 1794, 1795, 1787, 1785, 1796, 1799, 1800, 1801, 1790, 1793,
- 1801, 1802, 1803, 1796, 1805, 1800, 1799, 1804, 1804, 1806,
- 1807, 1809, 1797, 1802, 1808, 1808, 1811, 1803, 1812, 1810,
- 1814, 1806, 1815, 1805, 1817, 1809, 1810, 1816, 1811, 1807,
- 1812, 1818, 1819, 1816, 1820, 1820, 1817, 1821, 1819, 1814,
-
- 1821, 1824, 1815, 1822, 1822, 1825, 1824, 1826, 1828, 1818,
- 1827, 1827, 1831, 1826, 1825, 1829, 1830, 1829, 1832, 1830,
- 1828, 1833, 1835, 1834, 1836, 1837, 1838, 1835, 1839, 1836,
- 1840, 1842, 1831, 1841, 1837, 1840, 1848, 1845, 1838, 1833,
- 1832, 1834, 1841, 1839, 1843, 1844, 1846, 1846, 1847, 1843,
- 1844, 1842, 1845, 1850, 1847, 1841, 1843, 1848, 1851, 1852,
- 1853, 1854, 1855, 1860, 1855, 1863, 1856, 1857, 1857, 1850,
- 1858, 1858, 1859, 1859, 1861, 1861, 1853, 1851, 1852, 1864,
- 1856, 1854, 1856, 1860, 1862, 1862, 1863, 1865, 1866, 1866,
- 1867, 1868, 1869, 1871, 1867, 1869, 1872, 1868, 1873, 1871,
-
- 1864, 1874, 1875, 1878, 1873, 1881, 1874, 1876, 1865, 1882,
- 1876, 1877, 1877, 1879, 1872, 1880, 1880, 1883, 1879, 1884,
- 1881, 1889, 1883, 1878, 1884, 1885, 1885, 1875, 1886, 1887,
- 1882, 1888, 1892, 1886, 1890, 1887, 1891, 1893, 1892, 1896,
- 1897, 1889, 1895, 1888, 1888, 1888, 1900, 1895, 1895, 1898,
- 1888, 1898, 1890, 1896, 1899, 1897, 1891, 1893, 1901, 1902,
- 1903, 1900, 1904, 1906, 1901, 1899, 1905, 1905, 1902, 1907,
- 1907, 1908, 1909, 1910, 1910, 1911, 1911, 1912, 1915, 1915,
- 1903, 1916, 1920, 1904, 1917, 1922, 1919, 1923, 1923, 1906,
- 1921, 1908, 1924, 1917, 1909, 1919, 1921, 1912, 1926, 1925,
-
- 1927, 1922, 1928, 1920, 1930, 1926, 1916, 1929, 1929, 1927,
- 1931, 1933, 1935, 1924, 1925, 1934, 1936, 1933, 1935, 1938,
- 1934, 1939, 1937, 1939, 1941, 1938, 1931, 1942, 1928, 1937,
- 1930, 1943, 1943, 1942, 1944, 1945, 1936, 1946, 1948, 1944,
- 1947, 1948, 1949, 1941, 1945, 1950, 1951, 1952, 1950, 1953,
- 1953, 1956, 1954, 1957, 1949, 1955, 1958, 1946, 1954, 1947,
- 1958, 1955, 1960, 1961, 1951, 1962, 1963, 1963, 1957, 1964,
- 1962, 1956, 1965, 1952, 1966, 1968, 1958, 1969, 1970, 1970,
- 1971, 1969, 1960, 1972, 1977, 1961, 1971, 1973, 1973, 1966,
- 1975, 1965, 1972, 1964, 1968, 1974, 1976, 1976, 1978, 1974,
-
- 1979, 1975, 1980, 1981, 1982, 1977, 1975, 1980, 1983, 1984,
- 1986, 1985, 1978, 1987, 1988, 1984, 1989, 1989, 1987, 1979,
- 1990, 1990, 1991, 1981, 1982, 1986, 1991, 1988, 1983, 1985,
- 1993, 1994, 1995, 1996, 1997, 1997, 1999, 1999, 1996, 1993,
- 2000, 2004, 1994, 2001, 2003, 2000, 2000, 1994, 2005, 2001,
- 2003, 2006, 1995, 2005, 2007, 2010, 2009, 2011, 2013, 2010,
- 2007, 2012, 2012, 2006, 2014, 2015, 2016, 2004, 2009, 2011,
- 2014, 2018, 2016, 2017, 2017, 2019, 2020, 2021, 2024, 2023,
- 2025, 2020, 2032, 2013, 2031, 2025, 2033, 2015, 2032, 2021,
- 2018, 2023, 2033, 2027, 18, 2019, 2027, 2024, 2028, 2028,
-
- 2029, 2029, 2030, 2030, 2031, 2034, 2035, 2036, 2038, 2041,
- 2034, 2040, 2035, 2038, 2040, 2044, 2036, 2042, 2042, 2045,
- 2046, 2041, 2047, 2047, 2048, 2046, 2053, 2044, 2056, 2049,
- 2050, 2045, 2054, 2048, 2049, 2050, 2051, 2052, 2052, 2051,
- 2055, 2054, 2060, 2059, 2057, 2058, 2053, 2056, 2057, 2059,
- 2058, 2062, 2061, 2063, 2065, 2065, 2066, 2069, 2055, 2067,
- 2060, 2061, 2068, 2070, 2070, 2073, 2065, 2063, 2067, 2062,
- 2071, 2068, 2072, 2074, 2066, 2075, 2081, 2069, 2074, 2071,
- 2078, 2078, 2080, 2082, 2072, 2080, 2073, 2083, 2075, 2085,
- 2087, 2086, 2081, 2088, 2089, 2089, 2087, 2091, 2090, 2082,
-
- 2090, 2092, 2092, 2083, 2085, 2086, 2093, 2095, 2095, 2098,
- 2088, 2096, 2096, 2099, 2093, 2091, 2100, 2101, 2102, 2099,
- 2103, 2104, 2100, 2105, 2105, 2102, 2106, 2106, 2107, 2110,
- 2112, 2101, 2098, 2108, 2109, 2106, 2111, 2113, 2116, 2117,
- 17, 2104, 2103, 2118, 2110, 2108, 2109, 2120, 2111, 2107,
- 0, 2114, 2113, 2114, 2121, 2118, 2112, 2114, 2116, 2119,
- 2119, 2122, 2117, 2123, 2122, 2120, 2124, 2126, 2123, 2127,
- 2114, 2127, 2126, 2128, 2121, 2129, 2130, 2134, 2132, 2135,
- 2129, 2136, 2137, 2130, 2137, 2138, 2124, 2132, 2135, 2142,
- 2139, 2128, 2141, 2136, 2141, 2134, 2139, 2143, 2143, 2144,
-
- 2145, 2149, 2147, 2142, 2138, 2145, 2146, 2147, 2146, 2148,
- 2150, 2151, 2152, 2154, 2148, 2153, 2156, 2155, 2152, 2149,
- 2153, 2156, 2156, 2159, 2157, 2144, 2154, 2160, 2150, 2155,
- 2164, 2151, 2157, 2161, 2161, 2162, 2162, 2163, 2165, 2167,
- 2166, 2160, 2159, 2169, 2167, 2164, 2166, 2168, 2163, 2168,
- 2172, 2170, 2171, 2171, 2173, 2173, 2174, 2174, 2165, 2170,
- 2175, 2169, 2172, 2176, 2177, 2180, 2179, 2170, 2176, 2175,
- 2179, 2181, 2182, 2181, 2180, 2183, 2184, 2180, 2185, 2186,
- 2183, 2183, 2177, 2188, 2189, 2190, 2192, 2185, 2184, 2189,
- 2190, 2186, 2193, 2182, 2194, 2188, 2195, 2195, 2196, 2192,
-
- 2197, 2198, 2200, 2194, 2199, 2203, 2208, 2201, 2202, 2207,
- 2203, 2208, 2193, 2205, 2206, 2210, 2196, 2209, 2197, 2198,
- 2199, 2201, 2209, 2202, 2210, 2205, 2206, 2200, 2211, 2207,
- 2214, 2216, 2217, 2218, 2219, 2220, 2214, 2216, 2221, 2222,
- 2222, 2223, 2224, 2224, 2225, 2226, 2211, 2221, 2218, 2214,
- 2223, 2228, 2219, 2227, 2229, 2217, 2228, 2227, 2231, 2232,
- 2220, 2233, 2225, 2234, 2226, 2232, 2235, 2229, 2234, 2234,
- 2236, 2237, 2235, 2238, 2237, 2239, 2236, 2231, 2242, 2242,
- 2244, 2238, 2247, 2233, 2243, 2243, 2245, 2245, 2248, 2244,
- 2246, 2246, 2249, 2256, 2247, 2239, 2250, 2256, 2249, 2243,
-
- 2257, 2250, 2251, 2251, 2252, 2252, 2248, 2253, 2254, 2258,
- 2243, 2259, 2253, 2258, 2254, 2261, 2262, 2264, 2263, 2265,
- 2257, 2262, 2267, 2269, 2265, 2266, 2268, 2270, 2269, 2271,
- 2271, 2259, 2264, 2272, 2274, 2273, 2275, 2272, 2267, 2274,
- 2261, 2263, 2276, 2266, 2277, 2278, 2268, 2279, 2280, 2270,
- 2273, 2281, 2282, 2280, 2275, 2283, 2283, 2278, 2286, 2285,
- 2287, 2288, 2277, 2289, 2281, 2290, 2279, 2285, 2276, 2291,
- 2282, 2292, 2293, 2294, 2299, 2295, 2297, 2286, 2303, 2287,
- 2288, 2295, 2300, 2302, 2293, 2302, 2289, 2299, 2291, 2290,
- 2305, 2297, 2292, 2301, 2294, 2305, 2300, 2307, 2303, 2301,
-
- 2304, 2304, 2306, 2308, 2309, 2306, 2310, 2311, 2311, 2315,
- 2307, 2312, 2312, 2313, 0, 2313, 2314, 2314, 2309, 2310,
- 2316, 2317, 2317, 2319, 2315, 2318, 2318, 2308, 2320, 2320,
- 2321, 2321, 2319, 2316, 2322, 2319, 2324, 2325, 2326, 2322,
- 2327, 2324, 2328, 2328, 2329, 2329, 2330, 2331, 2331, 2332,
- 2333, 2333, 2327, 2334, 2335, 2336, 2336, 2325, 2326, 2335,
- 2337, 2337, 2338, 2339, 2340, 2330, 2341, 2332, 2334, 2342,
- 2344, 2346, 2339, 2345, 2345, 2344, 2338, 2347, 2347, 2348,
- 2341, 2340, 2349, 2350, 2352, 2352, 2354, 2349, 2342, 2350,
- 2346, 2351, 2353, 2353, 2351, 2355, 2356, 2348, 2356, 2358,
-
- 2352, 2359, 2360, 2360, 2362, 2354, 2363, 2364, 2365, 2366,
- 2355, 2367, 2367, 2366, 2358, 2368, 2370, 2369, 2371, 2374,
- 2359, 2363, 2369, 2365, 2362, 2373, 2373, 2376, 2375, 2377,
- 2364, 2370, 2378, 2371, 2368, 2375, 2379, 2380, 0, 2374,
- 2382, 2376, 2381, 2381, 2383, 2387, 2383, 2377, 2386, 2382,
- 2378, 2379, 2384, 2388, 2386, 2384, 2389, 2387, 2388, 2390,
- 2391, 2389, 2392, 2380, 2393, 2394, 2396, 2399, 2402, 2393,
- 2384, 2396, 2384, 2391, 2397, 2398, 2407, 2410, 2403, 2397,
- 2398, 2400, 2399, 2392, 2390, 2405, 2401, 2400, 2404, 2402,
- 2405, 2394, 2401, 2403, 2404, 2406, 2408, 2410, 2411, 2409,
-
- 2406, 2407, 2409, 2412, 2413, 2414, 2415, 2411, 2420, 2408,
- 2416, 2417, 2412, 2413, 2414, 2418, 2416, 2417, 2422, 2418,
- 2415, 2423, 2424, 2424, 2427, 2425, 2426, 2426, 2420, 2429,
- 2423, 2425, 2430, 2427, 2429, 2426, 2428, 2428, 2422, 2432,
- 2433, 2434, 2434, 2435, 2436, 2438, 2439, 2441, 2440, 2445,
- 2447, 2447, 2430, 2436, 2430, 2432, 2433, 2438, 2435, 2441,
- 2444, 2443, 2439, 2440, 2443, 2444, 2446, 2448, 2448, 2445,
- 2450, 2450, 2451, 2457, 2452, 2451, 2453, 2454, 2446, 2452,
- 2455, 2459, 2453, 2454, 2456, 2456, 2460, 2457, 2461, 2455,
- 2458, 2458, 2463, 2459, 2462, 2462, 2464, 2465, 2463, 2467,
-
- 2460, 2468, 2465, 2467, 2468, 2469, 2469, 2461, 2470, 2471,
- 2464, 2472, 2473, 2470, 2471, 2474, 2476, 2476, 2475, 2477,
- 2472, 2473, 2475, 2479, 2480, 2481, 2482, 2483, 2479, 2484,
- 2485, 2486, 2477, 2484, 2487, 2474, 2486, 2488, 2489, 2489,
- 2487, 2483, 2490, 2488, 2480, 2481, 2482, 2491, 2492, 2493,
- 2485, 2494, 2495, 2495, 2493, 2498, 2497, 2499, 2500, 2501,
- 2490, 2502, 2499, 2507, 2500, 2501, 2491, 2492, 2497, 2502,
- 2505, 2498, 2494, 2503, 2511, 2503, 0, 2507, 2516, 2505,
- 2508, 2508, 2509, 2510, 2516, 2509, 2510, 2512, 2512, 2515,
- 2517, 2518, 2518, 2515, 2519, 2522, 2522, 2524, 2526, 2530,
-
- 2511, 2527, 2517, 2519, 2530, 2531, 2532, 2543, 2533, 2534,
- 2535, 2535, 2526, 2533, 2534, 2524, 2539, 2527, 2537, 2537,
- 2540, 2542, 2539, 2541, 2541, 2544, 2546, 2532, 0, 2543,
- 2544, 2531, 2547, 2552, 2548, 2547, 2549, 2542, 2550, 2550,
- 2540, 2553, 2552, 2554, 2555, 2546, 2548, 2553, 2549, 2554,
- 2556, 2558, 2558, 2559, 2560, 0, 2559, 2561, 2563, 2563,
- 2564, 2564, 2555, 2565, 2566, 2556, 2568, 2567, 2565, 2569,
- 2570, 2571, 2570, 2560, 2569, 2561, 2567, 2572, 2573, 2568,
- 2575, 2574, 2566, 2576, 2577, 2571, 2574, 2578, 2578, 2577,
- 2573, 2572, 2579, 2579, 2580, 2580, 2581, 2581, 2582, 2583,
-
- 2575, 2584, 2588, 2576, 2585, 2585, 2584, 2586, 2586, 2589,
- 2582, 2587, 2587, 2590, 2588, 2591, 2592, 2583, 2593, 2594,
- 2594, 2595, 2596, 2596, 2600, 2590, 2597, 2597, 2598, 2589,
- 2599, 2599, 2602, 2603, 2593, 2591, 2600, 2592, 2601, 2598,
- 2595, 2604, 2605, 2606, 2602, 2601, 2604, 2607, 2607, 2608,
- 2609, 2609, 2610, 2603, 2611, 2612, 2613, 2614, 2608, 2615,
- 2617, 2623, 2605, 2606, 2616, 2624, 2616, 2619, 2612, 2618,
- 2618, 2614, 2617, 2620, 2611, 2621, 2619, 2625, 2610, 2623,
- 2613, 2615, 2626, 2627, 2628, 2626, 2629, 2624, 2620, 2628,
- 2621, 2629, 2630, 2630, 2631, 2631, 2637, 2627, 2632, 2632,
-
- 2625, 2634, 2634, 2636, 2636, 2638, 2639, 2640, 2642, 2643,
- 2644, 2645, 2646, 2647, 2637, 2648, 2638, 2648, 2649, 2650,
- 2654, 2646, 2640, 2651, 2654, 2639, 2656, 2643, 2642, 2652,
- 2652, 2645, 2644, 2647, 2655, 2655, 2657, 2650, 2649, 2658,
- 2656, 2651, 2659, 2659, 2661, 2662, 2662, 2663, 2658, 2664,
- 2665, 2667, 2666, 2661, 2668, 2669, 2671, 2672, 2657, 2666,
- 2670, 2673, 2673, 2675, 2672, 2663, 2667, 2664, 2665, 2674,
- 2674, 2676, 2668, 2669, 2677, 2671, 2670, 2679, 2679, 2681,
- 2677, 2680, 2680, 2675, 2682, 2681, 2683, 2685, 2684, 2676,
- 2687, 2686, 2688, 2690, 2691, 2687, 2689, 0, 2692, 2691,
-
- 2692, 2697, 2682, 2684, 2683, 2686, 2685, 2689, 2693, 2693,
- 2695, 2695, 2688, 2690, 2694, 2699, 2694, 2700, 2701, 2702,
- 2697, 2703, 2704, 2705, 2699, 2706, 2703, 2704, 2709, 2710,
- 2701, 2711, 2712, 2712, 2711, 2713, 2700, 2714, 2716, 2702,
- 2715, 2715, 2717, 2705, 2706, 2720, 2727, 2710, 2709, 2716,
- 2713, 2724, 2718, 2721, 2722, 2714, 2718, 2717, 2722, 2721,
- 2720, 2723, 2723, 2726, 2724, 2728, 2727, 2729, 2729, 2731,
- 2732, 2733, 2734, 2734, 2736, 2733, 2735, 2735, 2726, 2732,
- 2740, 2731, 2737, 2737, 2738, 2728, 2739, 2741, 2742, 2738,
- 2743, 2743, 2749, 2736, 2751, 2739, 2740, 2748, 2748, 2741,
-
- 2750, 2750, 2752, 2753, 2754, 2757, 2757, 2751, 2742, 2755,
- 2756, 2758, 2759, 2754, 2749, 2752, 2753, 2764, 2755, 2756,
- 2761, 2761, 2764, 2766, 2767, 2768, 2769, 2759, 2766, 2770,
- 2768, 2758, 2771, 0, 2769, 2772, 2774, 2776, 2767, 2777,
- 2778, 2771, 2776, 2772, 2777, 2779, 2779, 2781, 2770, 2780,
- 2780, 2774, 2781, 2782, 2784, 2778, 2783, 2783, 2785, 2786,
- 2787, 2784, 2788, 2785, 2789, 2790, 2790, 2791, 2788, 2789,
- 2792, 2797, 2782, 2793, 2793, 2792, 2801, 2786, 2787, 2794,
- 2794, 2801, 2791, 2800, 2797, 2798, 2798, 2799, 2800, 2800,
- 2799, 2802, 2803, 2804, 2805, 2806, 2802, 2808, 2805, 2804,
-
- 2806, 2807, 2810, 2809, 2813, 2814, 2803, 2811, 2812, 2813,
- 2807, 2809, 2808, 2811, 2812, 2815, 2815, 2814, 2817, 2818,
- 2821, 2826, 2823, 2810, 2818, 2817, 2819, 2823, 2824, 2819,
- 2825, 2827, 2821, 2824, 2828, 2825, 2829, 2830, 2830, 2826,
- 2831, 2832, 2835, 2828, 2827, 2829, 2832, 2836, 2837, 2831,
- 2840, 2841, 2842, 2836, 2837, 2843, 2844, 2844, 2845, 2846,
- 2835, 2847, 2848, 2851, 2849, 2845, 2850, 2850, 2853, 2840,
- 2847, 2841, 2842, 2855, 2843, 2858, 2856, 2848, 2846, 2849,
- 2856, 2859, 2851, 2853, 2857, 2857, 2860, 2859, 2861, 2862,
- 2863, 2863, 2860, 2855, 2864, 2862, 2865, 2869, 2866, 2868,
-
- 2858, 2871, 2864, 2866, 2874, 2876, 2861, 2871, 2868, 2872,
- 2869, 2873, 2872, 2875, 2875, 2873, 2878, 2878, 2874, 2879,
- 2876, 2865, 2880, 2880, 2881, 2881, 2883, 2883, 2884, 2885,
- 2886, 2890, 2884, 2891, 2885, 2888, 2888, 2879, 2891, 2886,
- 2892, 2893, 2894, 2896, 2897, 2897, 2893, 2893, 2899, 2899,
- 2902, 2890, 2892, 2902, 2894, 2900, 2900, 2901, 2901, 2903,
- 2904, 2906, 2906, 2896, 2907, 2909, 2910, 2910, 2911, 2911,
- 2912, 2912, 2903, 2904, 2913, 2914, 2914, 2915, 2916, 2917,
- 2918, 2927, 2907, 2919, 2919, 2909, 2918, 2920, 2923, 2913,
- 2915, 2920, 2924, 2917, 2923, 2926, 2916, 2924, 2928, 2929,
-
- 2926, 2926, 2930, 2931, 2927, 2932, 2933, 2942, 2930, 2931,
- 2933, 2934, 2934, 2939, 2940, 2937, 2945, 2940, 2928, 2929,
- 2937, 2939, 2943, 2944, 2944, 2943, 2946, 2947, 2948, 2949,
- 2932, 2946, 2942, 2945, 2945, 2950, 2950, 2951, 2952, 2953,
- 2954, 2952, 2955, 2949, 2959, 2947, 2960, 2960, 2948, 2952,
- 2955, 2951, 2957, 2953, 2969, 2958, 2968, 2957, 2957, 2954,
- 2958, 2958, 2966, 2959, 2961, 2961, 2962, 2962, 2963, 2963,
- 2964, 2964, 2965, 2965, 2967, 2970, 2968, 2971, 2966, 2967,
- 2969, 2972, 2971, 2973, 2974, 2975, 2976, 2977, 2973, 2970,
- 2979, 2979, 2982, 2974, 2980, 2980, 2981, 2983, 2982, 2981,
-
- 2972, 2985, 2985, 2986, 2996, 2975, 2976, 2977, 2987, 2987,
- 2986, 2988, 2990, 2990, 2991, 2983, 2988, 2992, 2993, 2994,
- 2997, 2997, 2996, 2991, 2998, 2998, 2992, 2993, 2994, 2999,
- 3000, 3001, 3002, 2999, 3003, 3004, 3007, 0, 3006, 3000,
- 3004, 3004, 3008, 3002, 3014, 3007, 3008, 3012, 3017, 3003,
- 3001, 3006, 3012, 3013, 3013, 3016, 3016, 3018, 3014, 3019,
- 3021, 3021, 3017, 3022, 3023, 3027, 3028, 3031, 3032, 3029,
- 3036, 3028, 3022, 3034, 3032, 3038, 3023, 3019, 3029, 3039,
- 3038, 3043, 3018, 3041, 3039, 3034, 3043, 3031, 3040, 3040,
- 3027, 3036, 3041, 3044, 3045, 3046, 3046, 3048, 3048, 3046,
-
- 3049, 3049, 3050, 3050, 3051, 3052, 3044, 3053, 3045, 3054,
- 3056, 3060, 3057, 3051, 3054, 3058, 3056, 3057, 3059, 3059,
- 3058, 3061, 3062, 3063, 3064, 3052, 3053, 3066, 3063, 3060,
- 3065, 3067, 3067, 3061, 3069, 3070, 3065, 3073, 3069, 3071,
- 3070, 3077, 3064, 3062, 3071, 3072, 3072, 3074, 3075, 3079,
- 3079, 3081, 3066, 3082, 3083, 3084, 3073, 3086, 3087, 3084,
- 3085, 3077, 3074, 3075, 3081, 3089, 3082, 3083, 3088, 3085,
- 3089, 3090, 3092, 3086, 3091, 3091, 3088, 3087, 3093, 3094,
- 3097, 3092, 3095, 3095, 3096, 3096, 3104, 3100, 3101, 3102,
- 3102, 3090, 3100, 3100, 3101, 3108, 3093, 3106, 3106, 3097,
-
- 3109, 3110, 3111, 3112, 3116, 3094, 3110, 3104, 3112, 3115,
- 3115, 3108, 3117, 3118, 3119, 3120, 3109, 3123, 3111, 3118,
- 3124, 3117, 3122, 3122, 3116, 3125, 3125, 3127, 3129, 3130,
- 3133, 3123, 3136, 3127, 3120, 3130, 3131, 3119, 3137, 3124,
- 3139, 3131, 3134, 3134, 3135, 3135, 3140, 3136, 3129, 3138,
- 3138, 3139, 3133, 3141, 3142, 3140, 3143, 3145, 3137, 3144,
- 3142, 3146, 3146, 3147, 3148, 3149, 3155, 3148, 3149, 3138,
- 3154, 3144, 3160, 3141, 3425, 3143, 3425, 3145, 3147, 3150,
- 3150, 3156, 3154, 3157, 3157, 3158, 3155, 3156, 3158, 3159,
- 3160, 3162, 3163, 3163, 3164, 3159, 3162, 3165, 3166, 3164,
-
- 3167, 3168, 3168, 3170, 3166, 3171, 3172, 3173, 3174, 3174,
- 3175, 3176, 3177, 3179, 3179, 3170, 3165, 3167, 3167, 3213,
- 3173, 3177, 3183, 3171, 3180, 3180, 3190, 3176, 3213, 3175,
- 3182, 3172, 3181, 3181, 3184, 3182, 3183, 3185, 3185, 3184,
- 3186, 3186, 3187, 3187, 3188, 3188, 3189, 3191, 3196, 3192,
- 3195, 3195, 3190, 3191, 3192, 3198, 3198, 3200, 3202, 3189,
- 3203, 3205, 3204, 3209, 3196, 3206, 3206, 3208, 3208, 3210,
- 3211, 3212, 3214, 3214, 3215, 3215, 3200, 3217, 3219, 3218,
- 3202, 3204, 3203, 3205, 3211, 3218, 3220, 3221, 3210, 3209,
- 3224, 3212, 3221, 3225, 3225, 3217, 3227, 3227, 3219, 3228,
-
- 3229, 3230, 3232, 3231, 3228, 3220, 3238, 3230, 3233, 3233,
- 3232, 3224, 3234, 3237, 3229, 3231, 3236, 3234, 3237, 3239,
- 3236, 3241, 3240, 3242, 3244, 3245, 3238, 3240, 3246, 3242,
- 3247, 3249, 3244, 3241, 3252, 3250, 3251, 3253, 3255, 3239,
- 3256, 3257, 3253, 3255, 3245, 3260, 0, 3257, 3246, 3249,
- 3247, 3250, 3258, 3251, 3251, 3252, 3261, 3258, 3262, 3261,
- 3256, 3266, 3266, 3267, 3267, 3260, 3268, 3273, 3273, 3274,
- 3268, 3262, 3275, 3278, 3274, 3276, 3276, 3280, 3280, 3281,
- 3281, 3285, 3281, 3282, 3282, 3285, 3282, 3288, 3278, 3283,
- 3283, 3275, 3284, 3284, 3287, 3284, 3288, 3289, 3289, 3287,
-
- 3290, 3291, 3294, 3294, 3295, 3296, 3297, 3298, 3298, 3299,
- 3302, 3297, 3303, 3304, 3305, 3291, 3306, 3304, 3290, 3303,
- 3308, 3309, 0, 3305, 3295, 3296, 3309, 3310, 3310, 3299,
- 3311, 3306, 3312, 3312, 3315, 3302, 3313, 3313, 3308, 3311,
- 3314, 3314, 3316, 3317, 3320, 3318, 3321, 3316, 3319, 3315,
- 3318, 3318, 3317, 3322, 3319, 3317, 3325, 3323, 3324, 3326,
- 3326, 3321, 3323, 3324, 3327, 3328, 3329, 3329, 3331, 3320,
- 3327, 3328, 3330, 3330, 3322, 3325, 3332, 3335, 3335, 3337,
- 3337, 3332, 3338, 3331, 3340, 3342, 3342, 3343, 3343, 3344,
- 3344, 3338, 3345, 3345, 3347, 3347, 3348, 3348, 3349, 3349,
-
- 3350, 3350, 3340, 3351, 3353, 3354, 3354, 3355, 3355, 3356,
- 3357, 3358, 3363, 3353, 3360, 3360, 3361, 3364, 3356, 3362,
- 3362, 3365, 3357, 3366, 3366, 3367, 3367, 3363, 3369, 3351,
- 3364, 3358, 3373, 3365, 3375, 3361, 3370, 3370, 3374, 3376,
- 3376, 3374, 3379, 3369, 3377, 3379, 3380, 3381, 3382, 3383,
- 3373, 3384, 3380, 3382, 3385, 3388, 3395, 3387, 3392, 3396,
- 3375, 3381, 3377, 3387, 3388, 3410, 3410, 3391, 3383, 3384,
- 3385, 3391, 3405, 3392, 3409, 3406, 3415, 3405, 3406, 3396,
- 3411, 3411, 3395, 3413, 3413, 3416, 3417, 3409, 3418, 3420,
- 3417, 3422, 3424, 3423, 3416, 3426, 3428, 3424, 3429, 3415,
-
- 3427, 3427, 3430, 3420, 3423, 3431, 3432, 3433, 3418, 3428,
- 3426, 3435, 3437, 3436, 3422, 3434, 3439, 3429, 3436, 3441,
- 3430, 3431, 3433, 3435, 3434, 3438, 3440, 3440, 3446, 3442,
- 3438, 3432, 3447, 3437, 3442, 3439, 3448, 3448, 3449, 3441,
- 3450, 3450, 3446, 3451, 3451, 3452, 3452, 3449, 3453, 3453,
- 3454, 3455, 3447, 3456, 3457, 3458, 3456, 3459, 3460, 3457,
- 3458, 3461, 3462, 3463, 3466, 3464, 3471, 3461, 3475, 3454,
- 3464, 3455, 3472, 3460, 3477, 3463, 3462, 3465, 3465, 3467,
- 3467, 3471, 3459, 3475, 3466, 3468, 3468, 3470, 3470, 3473,
- 3473, 3472, 3477, 3480, 3480, 3481, 3481, 3482, 3483, 3486,
-
- 3484, 3485, 3487, 3488, 3489, 3482, 3484, 3485, 3496, 3489,
- 3490, 3490, 3497, 3486, 3499, 3487, 3500, 3483, 3492, 3492,
- 3500, 3502, 3488, 3504, 3505, 3503, 3506, 3507, 3499, 3496,
- 3503, 3508, 3497, 3509, 3510, 3510, 3508, 3505, 3509, 3506,
- 3513, 3502, 3504, 3514, 3515, 3517, 3507, 3516, 3516, 3518,
- 3517, 3519, 3519, 3520, 3521, 3518, 3523, 3522, 3520, 3521,
- 3513, 3514, 3522, 3515, 3524, 3526, 3526, 3527, 3528, 3528,
- 3524, 3531, 3527, 3530, 3532, 3523, 3533, 3530, 3534, 3535,
- 3536, 3532, 3542, 3537, 3544, 3535, 3539, 3539, 3541, 3541,
- 3531, 3542, 3545, 3543, 3542, 3533, 3537, 3534, 3543, 3536,
-
- 3546, 3547, 3547, 3544, 3548, 3549, 3551, 3552, 3552, 3548,
- 3553, 3545, 3558, 3546, 3554, 3554, 3555, 3555, 3549, 3556,
- 3557, 3559, 3559, 3560, 3556, 3562, 3562, 3557, 3560, 3553,
- 3563, 3558, 3551, 3561, 3564, 3561, 3565, 3563, 3566, 3567,
- 3570, 3564, 3572, 3566, 3569, 3569, 3573, 3572, 3574, 3575,
- 3579, 3573, 3576, 3576, 3580, 3565, 3578, 3578, 3567, 3570,
- 3581, 3581, 3582, 3582, 3583, 3585, 3585, 3574, 3575, 3579,
- 3587, 3583, 3593, 3580, 3586, 3586, 3589, 3587, 3592, 3594,
- 0, 3589, 0, 3592, 3595, 3595, 3596, 3596, 0, 0,
- 0, 3593, 0, 0, 0, 0, 0, 0, 3594, 3600,
-
- 3600, 3600, 3600, 3600, 3600, 3600, 3601, 3601, 3601, 3601,
- 3601, 3601, 3601, 3602, 3602, 3602, 3602, 3602, 3602, 3602,
- 3603, 3603, 3603, 3603, 3603, 3603, 3603, 3604, 3604, 3604,
- 3604, 3604, 3604, 3604, 3605, 3605, 3605, 3605, 3605, 3605,
- 3605, 3606, 3606, 3606, 3606, 3606, 3606, 3606, 3608, 3608,
- 0, 3608, 3608, 3608, 3608, 3609, 3609, 0, 0, 0,
- 3609, 3609, 3610, 3610, 0, 0, 3610, 0, 3610, 3611,
- 0, 0, 0, 0, 0, 3611, 3612, 3612, 0, 0,
- 0, 3612, 3612, 3613, 0, 0, 0, 0, 0, 3613,
- 3614, 3614, 0, 3614, 3614, 3614, 3614, 3615, 0, 0,
-
- 0, 0, 0, 3615, 3616, 3616, 0, 0, 0, 3616,
- 3616, 3617, 3617, 0, 3617, 3617, 3617, 3617, 3599, 3599,
- 3599, 3599, 3599, 3599, 3599, 3599, 3599, 3599, 3599, 3599,
- 3599, 3599, 3599, 3599, 3599, 3599, 3599, 3599, 3599, 3599,
- 3599, 3599, 3599, 3599, 3599, 3599, 3599, 3599, 3599, 3599,
- 3599, 3599, 3599, 3599, 3599, 3599, 3599, 3599, 3599
+ 240, 243, 235, 241, 242, 238, 243, 244, 245, 239,
+
+ 246, 241, 247, 250, 237, 248, 244, 242, 239, 252,
+ 248, 248, 249, 245, 240, 251, 246, 249, 253, 251,
+ 254, 250, 247, 255, 253, 256, 258, 257, 258, 255,
+ 259, 252, 257, 263, 261, 262, 264, 266, 254, 254,
+ 261, 262, 264, 265, 269, 256, 267, 267, 272, 259,
+ 269, 266, 263, 268, 268, 265, 270, 271, 273, 271,
+ 274, 275, 270, 273, 277, 276, 279, 292, 269, 278,
+ 292, 272, 274, 276, 278, 280, 271, 281, 285, 287,
+ 275, 280, 282, 281, 277, 283, 284, 282, 286, 279,
+ 283, 288, 284, 285, 290, 289, 296, 287, 291, 293,
+
+ 299, 293, 286, 289, 291, 288, 294, 294, 295, 297,
+ 297, 295, 298, 298, 296, 300, 299, 301, 302, 290,
+ 301, 305, 302, 303, 304, 307, 169, 308, 309, 317,
+ 300, 307, 303, 304, 309, 310, 311, 310, 318, 312,
+ 305, 308, 311, 312, 313, 313, 314, 315, 316, 317,
+ 319, 314, 320, 315, 316, 325, 318, 321, 321, 322,
+ 312, 323, 322, 324, 326, 320, 328, 324, 327, 327,
+ 167, 319, 329, 316, 325, 329, 330, 331, 332, 323,
+ 335, 332, 326, 331, 328, 333, 336, 340, 330, 335,
+ 337, 338, 329, 341, 338, 337, 338, 333, 334, 339,
+
+ 340, 166, 339, 344, 336, 341, 344, 334, 347, 338,
+ 334, 342, 338, 342, 342, 334, 334, 334, 334, 343,
+ 345, 345, 346, 347, 343, 343, 348, 349, 350, 351,
+ 352, 352, 354, 354, 356, 353, 357, 350, 351, 346,
+ 353, 348, 346, 358, 349, 349, 355, 355, 358, 359,
+ 360, 357, 361, 362, 363, 364, 364, 366, 364, 356,
+ 363, 359, 372, 375, 375, 367, 369, 364, 362, 360,
+ 367, 369, 361, 368, 364, 370, 372, 366, 371, 368,
+ 370, 371, 373, 371, 374, 373, 370, 378, 376, 377,
+ 377, 381, 378, 374, 376, 383, 416, 382, 373, 384,
+
+ 382, 373, 385, 373, 379, 379, 388, 379, 390, 387,
+ 383, 381, 387, 379, 384, 391, 385, 379, 382, 394,
+ 388, 416, 379, 390, 391, 379, 380, 380, 387, 380,
+ 392, 393, 395, 396, 397, 392, 392, 393, 398, 401,
+ 394, 400, 380, 397, 393, 380, 164, 380, 396, 380,
+ 389, 395, 389, 389, 399, 405, 402, 398, 407, 401,
+ 399, 406, 389, 389, 389, 389, 389, 400, 403, 389,
+ 402, 404, 408, 407, 403, 405, 404, 408, 403, 410,
+ 409, 406, 411, 411, 412, 410, 413, 414, 418, 417,
+ 415, 420, 421, 418, 404, 409, 415, 422, 413, 419,
+
+ 419, 414, 419, 423, 412, 417, 162, 424, 421, 424,
+ 425, 420, 430, 422, 431, 425, 426, 423, 426, 426,
+ 427, 428, 429, 429, 427, 428, 432, 433, 437, 431,
+ 434, 430, 438, 440, 437, 443, 426, 440, 435, 160,
+ 428, 438, 432, 439, 434, 433, 435, 435, 439, 442,
+ 441, 444, 448, 449, 449, 442, 443, 444, 435, 441,
+ 435, 436, 446, 445, 447, 446, 436, 445, 450, 447,
+ 451, 451, 448, 453, 436, 436, 454, 454, 436, 436,
+ 452, 450, 436, 455, 456, 452, 453, 457, 456, 455,
+ 458, 459, 460, 462, 461, 461, 459, 460, 463, 464,
+
+ 465, 466, 457, 461, 466, 462, 468, 469, 467, 472,
+ 468, 458, 465, 467, 470, 470, 471, 464, 463, 469,
+ 474, 471, 473, 473, 476, 476, 478, 479, 480, 481,
+ 472, 482, 483, 484, 485, 479, 487, 483, 481, 488,
+ 489, 491, 474, 495, 490, 492, 485, 478, 495, 480,
+ 490, 492, 482, 484, 487, 491, 487, 488, 493, 494,
+ 489, 496, 497, 498, 499, 494, 498, 493, 500, 503,
+ 497, 501, 506, 497, 504, 496, 502, 504, 499, 505,
+ 501, 509, 502, 500, 508, 505, 506, 507, 511, 503,
+ 510, 513, 507, 511, 510, 512, 513, 514, 515, 516,
+
+ 519, 520, 509, 505, 535, 522, 508, 535, 521, 522,
+ 512, 523, 516, 514, 85, 525, 524, 515, 517, 517,
+ 519, 524, 520, 521, 517, 526, 517, 528, 529, 526,
+ 523, 525, 517, 529, 517, 530, 527, 517, 517, 531,
+ 533, 527, 528, 534, 517, 527, 532, 536, 531, 537,
+ 539, 530, 532, 529, 530, 533, 541, 532, 543, 534,
+ 538, 538, 540, 540, 542, 544, 544, 545, 546, 537,
+ 536, 541, 547, 543, 548, 539, 542, 547, 549, 550,
+ 553, 551, 559, 548, 554, 558, 545, 551, 554, 553,
+ 546, 555, 556, 557, 550, 555, 560, 549, 556, 561,
+
+ 558, 559, 562, 563, 564, 557, 565, 563, 565, 566,
+ 560, 567, 568, 568, 561, 569, 570, 564, 571, 567,
+ 562, 569, 572, 573, 571, 574, 573, 575, 570, 577,
+ 576, 578, 577, 566, 572, 576, 579, 80, 580, 574,
+ 578, 581, 575, 580, 580, 582, 582, 578, 583, 583,
+ 578, 584, 579, 589, 581, 585, 585, 584, 586, 586,
+ 587, 590, 588, 591, 594, 593, 587, 588, 588, 592,
+ 593, 589, 592, 595, 596, 591, 598, 596, 599, 597,
+ 601, 595, 590, 594, 597, 600, 601, 602, 603, 600,
+ 604, 605, 603, 607, 607, 606, 605, 599, 608, 598,
+
+ 609, 610, 612, 611, 613, 614, 610, 602, 604, 606,
+ 615, 614, 616, 608, 618, 615, 620, 617, 612, 621,
+ 617, 609, 611, 624, 613, 617, 616, 625, 617, 617,
+ 619, 619, 618, 622, 620, 621, 623, 624, 622, 627,
+ 628, 623, 625, 629, 630, 627, 629, 631, 630, 628,
+ 632, 633, 631, 632, 635, 634, 633, 636, 638, 639,
+ 637, 640, 640, 638, 636, 641, 642, 643, 644, 645,
+ 630, 634, 635, 637, 641, 646, 647, 648, 645, 639,
+ 653, 75, 647, 648, 644, 642, 649, 646, 643, 649,
+ 650, 650, 651, 650, 652, 651, 654, 655, 653, 652,
+
+ 656, 657, 658, 662, 659, 656, 660, 664, 658, 659,
+ 654, 655, 660, 661, 663, 670, 661, 666, 667, 663,
+ 657, 665, 74, 664, 668, 673, 665, 665, 662, 668,
+ 666, 667, 669, 671, 670, 672, 674, 674, 669, 675,
+ 672, 676, 671, 668, 668, 673, 675, 677, 676, 678,
+ 677, 679, 680, 681, 683, 678, 685, 680, 681, 681,
+ 682, 682, 684, 679, 684, 677, 686, 680, 686, 687,
+ 688, 689, 690, 691, 692, 685, 694, 693, 697, 683,
+ 692, 693, 695, 696, 698, 694, 700, 687, 688, 689,
+ 702, 690, 699, 691, 701, 699, 697, 695, 696, 703,
+
+ 701, 700, 704, 698, 699, 705, 706, 707, 708, 710,
+ 702, 709, 708, 703, 704, 711, 712, 713, 714, 717,
+ 717, 720, 68, 715, 705, 710, 707, 706, 715, 709,
+ 716, 719, 721, 711, 712, 712, 713, 714, 718, 722,
+ 720, 723, 718, 721, 716, 719, 723, 724, 725, 726,
+ 727, 728, 729, 722, 730, 731, 728, 727, 733, 729,
+ 731, 732, 726, 724, 734, 735, 732, 725, 736, 738,
+ 737, 734, 743, 747, 735, 740, 733, 739, 730, 737,
+ 740, 738, 736, 739, 741, 742, 743, 741, 744, 742,
+ 745, 754, 746, 752, 747, 748, 748, 744, 749, 749,
+
+ 750, 750, 752, 751, 756, 745, 746, 749, 751, 755,
+ 754, 758, 757, 759, 760, 755, 757, 764, 762, 761,
+ 763, 765, 766, 758, 756, 761, 762, 763, 769, 778,
+ 775, 772, 760, 820, 776, 764, 780, 781, 759, 775,
+ 776, 820, 766, 769, 779, 780, 765, 767, 772, 767,
+ 779, 778, 767, 781, 782, 786, 767, 785, 782, 767,
+ 783, 783, 784, 784, 787, 788, 767, 767, 785, 767,
+ 789, 791, 792, 786, 793, 796, 789, 792, 787, 794,
+ 795, 799, 802, 63, 795, 788, 790, 790, 790, 798,
+ 790, 791, 797, 790, 798, 793, 797, 794, 790, 796,
+
+ 799, 800, 801, 805, 790, 790, 800, 802, 803, 804,
+ 805, 803, 797, 807, 804, 804, 808, 801, 806, 806,
+ 810, 808, 809, 809, 811, 810, 812, 811, 807, 813,
+ 813, 812, 814, 815, 814, 816, 817, 818, 822, 819,
+ 817, 821, 821, 824, 824, 815, 823, 825, 827, 826,
+ 828, 830, 830, 822, 816, 835, 828, 818, 819, 829,
+ 823, 826, 831, 834, 829, 825, 833, 831, 831, 834,
+ 827, 833, 836, 838, 835, 837, 840, 841, 836, 838,
+ 837, 839, 840, 844, 839, 841, 842, 842, 843, 843,
+ 845, 844, 846, 848, 847, 849, 850, 846, 847, 851,
+
+ 848, 852, 852, 854, 856, 853, 855, 855, 845, 857,
+ 856, 854, 850, 849, 853, 858, 860, 861, 851, 862,
+ 864, 865, 867, 863, 865, 860, 861, 857, 863, 864,
+ 866, 868, 869, 870, 858, 866, 867, 872, 874, 871,
+ 875, 869, 877, 862, 871, 871, 870, 873, 873, 876,
+ 878, 872, 879, 874, 883, 879, 868, 885, 876, 875,
+ 881, 886, 881, 879, 882, 882, 877, 884, 878, 887,
+ 888, 889, 884, 890, 891, 883, 892, 893, 885, 894,
+ 892, 886, 890, 58, 895, 896, 898, 897, 899, 887,
+ 895, 889, 888, 902, 896, 893, 900, 891, 894, 897,
+
+ 901, 902, 898, 903, 904, 906, 901, 899, 907, 904,
+ 900, 905, 905, 908, 909, 910, 911, 903, 912, 913,
+ 916, 914, 908, 910, 906, 915, 916, 917, 907, 918,
+ 920, 919, 921, 917, 909, 924, 911, 919, 913, 924,
+ 912, 914, 922, 918, 920, 915, 925, 923, 922, 926,
+ 927, 928, 921, 923, 930, 927, 929, 929, 931, 932,
+ 930, 926, 932, 933, 931, 925, 934, 935, 936, 926,
+ 937, 937, 928, 935, 938, 939, 942, 945, 941, 934,
+ 939, 933, 940, 941, 941, 940, 943, 946, 936, 948,
+ 943, 942, 938, 944, 944, 950, 947, 951, 940, 945,
+
+ 940, 947, 953, 954, 955, 957, 957, 946, 948, 958,
+ 964, 951, 959, 958, 961, 953, 960, 960, 962, 950,
+ 966, 963, 962, 954, 964, 955, 956, 959, 965, 956,
+ 57, 956, 968, 965, 966, 956, 963, 956, 967, 961,
+ 969, 968, 956, 967, 967, 970, 973, 956, 971, 970,
+ 972, 974, 975, 976, 969, 972, 974, 977, 973, 978,
+ 52, 970, 979, 971, 980, 972, 975, 979, 978, 982,
+ 980, 977, 981, 983, 976, 982, 986, 981, 985, 983,
+ 984, 984, 986, 985, 987, 988, 991, 989, 992, 993,
+ 994, 995, 995, 992, 996, 998, 999, 1000, 991, 996,
+
+ 1001, 997, 994, 993, 988, 989, 987, 990, 990, 997,
+ 999, 998, 1002, 990, 1003, 990, 1000, 1004, 1005, 1001,
+ 1003, 990, 1004, 1006, 1007, 1008, 990, 990, 1002, 1009,
+ 1005, 1010, 1010, 990, 1011, 1012, 1014, 1016, 1011, 1017,
+ 1007, 1006, 1014, 1008, 1017, 1015, 1018, 1009, 1015, 1020,
+ 1021, 1019, 1023, 1024, 1020, 1012, 1016, 1019, 1025, 1018,
+ 1026, 1023, 1024, 1027, 1028, 1029, 1026, 1030, 1031, 1021,
+ 1029, 1032, 1027, 1033, 1025, 1034, 1037, 1035, 1042, 1043,
+ 1040, 1045, 1031, 1028, 1034, 1033, 1035, 1030, 1036, 1038,
+ 1046, 1032, 1042, 1037, 1036, 1038, 1040, 1044, 1047, 1043,
+
+ 1045, 1049, 1044, 1048, 1046, 1050, 1049, 1053, 1054, 1056,
+ 1050, 1058, 1053, 1055, 1055, 1056, 1047, 1054, 1048, 1057,
+ 1058, 1059, 1060, 1062, 1063, 1057, 1066, 1065, 1065, 1063,
+ 1063, 1065, 1068, 1069, 1067, 1060, 1059, 1067, 1070, 1062,
+ 1071, 1066, 1072, 1074, 1073, 1075, 1068, 1077, 1082, 1074,
+ 1076, 1082, 1078, 1069, 1070, 1072, 1076, 1078, 1071, 1073,
+ 1079, 1083, 1077, 1081, 1081, 1075, 1084, 1085, 1086, 1087,
+ 1088, 1084, 1085, 1090, 1079, 1088, 1089, 1092, 1087, 1093,
+ 1094, 1089, 1083, 1092, 1086, 1090, 1094, 1095, 1096, 1096,
+ 1097, 1098, 1101, 1095, 1099, 1093, 1102, 1099, 1103, 1097,
+
+ 1100, 1100, 1104, 1105, 47, 1104, 1106, 1107, 1108, 1098,
+ 1101, 1116, 1106, 1107, 1108, 1102, 1105, 1109, 1103, 1110,
+ 1111, 1113, 1109, 1112, 1110, 1115, 1111, 1113, 1112, 1116,
+ 1115, 1117, 1118, 1121, 1119, 1120, 1120, 1122, 1118, 1119,
+ 1123, 1124, 1121, 1125, 1126, 1123, 1122, 1126, 1129, 1127,
+ 1128, 1117, 1127, 1129, 1130, 1131, 1132, 1133, 1134, 1124,
+ 1138, 1128, 1125, 1133, 1134, 1135, 1136, 1131, 1137, 1137,
+ 1139, 1136, 1130, 1140, 1141, 1132, 1143, 1142, 1144, 1138,
+ 1135, 1142, 1145, 1146, 1139, 1140, 1148, 1144, 1149, 1149,
+ 1150, 1151, 1141, 1153, 1143, 1152, 1151, 1155, 1150, 1156,
+
+ 1152, 1145, 1158, 1157, 1161, 1148, 1162, 1158, 1146, 1159,
+ 1164, 1155, 1162, 1153, 1156, 1157, 1160, 1160, 1159, 1163,
+ 1168, 1166, 1165, 1166, 1161, 1163, 1164, 1165, 1167, 1169,
+ 1170, 1171, 1172, 1167, 1168, 1170, 1175, 1173, 1174, 1177,
+ 1177, 1179, 1178, 1169, 1173, 1180, 1171, 1182, 1181, 1186,
+ 1186, 1172, 1183, 1174, 1181, 1175, 1178, 1183, 1185, 1179,
+ 1180, 1190, 1185, 1189, 1187, 1192, 1183, 1182, 1183, 1187,
+ 1189, 1183, 1188, 1188, 1191, 1190, 1193, 1191, 1194, 1196,
+ 1195, 1197, 1198, 1200, 1192, 1195, 1199, 1194, 1198, 1201,
+ 1202, 1199, 1207, 1197, 1193, 1204, 1204, 1200, 1196, 1205,
+
+ 1201, 1206, 1208, 1211, 1205, 1212, 1206, 1208, 1210, 1202,
+ 1209, 1213, 1207, 1214, 1209, 1216, 1214, 1210, 1211, 1215,
+ 1212, 1217, 1216, 1218, 1219, 1214, 1220, 1224, 1222, 1221,
+ 1213, 1223, 1225, 1217, 1215, 1221, 1227, 1223, 1228, 1226,
+ 1230, 1229, 1218, 1222, 1220, 1219, 1231, 1224, 1226, 1232,
+ 1233, 1227, 1225, 1229, 1234, 1236, 1233, 1228, 1237, 1230,
+ 1239, 1236, 1238, 1240, 1232, 1241, 1243, 1242, 1239, 1245,
+ 1299, 1231, 1242, 1237, 1234, 1246, 1238, 1247, 1243, 1244,
+ 1250, 1241, 1299, 1240, 1244, 1244, 1248, 1248, 1245, 1246,
+ 1247, 1249, 1249, 1250, 1251, 1252, 1249, 1253, 1253, 1249,
+
+ 1249, 1252, 1254, 1251, 1249, 1256, 1255, 1254, 1257, 1260,
+ 1249, 1256, 1258, 1257, 1249, 1255, 1263, 1258, 1259, 1259,
+ 1261, 1261, 1262, 1264, 1266, 1262, 1265, 1262, 1267, 1268,
+ 1260, 1269, 1265, 1266, 1268, 1270, 1263, 1271, 1272, 1275,
+ 1276, 1264, 1273, 1271, 1272, 1269, 1274, 1273, 1267, 1276,
+ 1274, 1278, 1275, 1270, 1276, 1285, 1276, 1277, 1276, 1281,
+ 1276, 1284, 1277, 1279, 1279, 1278, 1280, 1280, 1283, 1280,
+ 1281, 1286, 1283, 1287, 1288, 1285, 1284, 1289, 1290, 1288,
+ 1288, 1292, 1287, 1291, 1293, 1294, 1289, 1295, 1291, 1286,
+ 1297, 1296, 18, 1293, 1300, 1292, 1297, 1298, 1298, 1301,
+
+ 1290, 1303, 1300, 1302, 1294, 1296, 1295, 1304, 1302, 1306,
+ 1305, 1307, 1316, 1301, 1308, 1303, 1304, 1305, 1310, 1308,
+ 1309, 1309, 1311, 1311, 1312, 1314, 1312, 1306, 1314, 1315,
+ 1317, 1316, 1319, 1310, 1315, 1323, 1307, 1318, 1318, 1317,
+ 1320, 1320, 1321, 1321, 1322, 1324, 1325, 1326, 1326, 1322,
+ 1327, 1328, 1319, 1330, 1329, 1331, 1323, 1329, 1332, 1335,
+ 1333, 1331, 1334, 1332, 1334, 1338, 1324, 1325, 1328, 1333,
+ 1327, 1337, 1339, 1330, 1337, 1341, 1340, 1335, 1342, 1343,
+ 1338, 1340, 1349, 1342, 1405, 1339, 1344, 1343, 1405, 1341,
+ 1345, 1344, 1346, 1345, 1347, 1347, 1348, 1346, 1350, 1351,
+
+ 1349, 1348, 1352, 1354, 1350, 1355, 1351, 1356, 1357, 1354,
+ 1358, 1355, 1356, 1357, 1359, 1352, 1358, 1360, 1361, 1362,
+ 1362, 1363, 1365, 1359, 1366, 1367, 1369, 1365, 1368, 1361,
+ 1370, 1371, 1372, 1373, 1375, 1367, 1360, 1371, 1372, 1373,
+ 1375, 1363, 1366, 1368, 1376, 1377, 1369, 1378, 1379, 1380,
+ 1381, 1382, 1382, 1370, 1383, 1384, 1386, 1385, 1376, 1388,
+ 1379, 1386, 1391, 1380, 1376, 1377, 1389, 1378, 1381, 1387,
+ 1387, 1389, 1392, 1393, 1383, 1385, 1394, 1392, 1392, 1395,
+ 1384, 1391, 1388, 1396, 1397, 1394, 1398, 1395, 1399, 1400,
+ 1401, 1393, 1401, 1399, 1402, 1408, 1399, 1396, 1400, 1397,
+
+ 1404, 1398, 1406, 1409, 1398, 1407, 1404, 1410, 1402, 1414,
+ 1407, 1407, 1411, 1406, 1408, 1412, 1413, 1411, 1415, 1416,
+ 1412, 1413, 1417, 1419, 1416, 1410, 1420, 1414, 1421, 1409,
+ 1422, 1422, 1423, 1424, 1425, 1426, 1423, 1419, 1415, 1428,
+ 1427, 1426, 1417, 1429, 1420, 1430, 1421, 1433, 1431, 1432,
+ 1435, 1424, 1427, 1425, 1437, 1428, 1434, 1435, 1438, 1430,
+ 1436, 1434, 1429, 1431, 1432, 1436, 1433, 1439, 1440, 1440,
+ 1441, 1442, 1437, 1443, 1444, 1444, 1439, 1445, 1446, 1438,
+ 1442, 1447, 1451, 1445, 1446, 1441, 1448, 1448, 1449, 1449,
+ 1450, 1452, 1453, 1443, 1454, 1447, 1450, 1453, 1451, 1455,
+
+ 1454, 1456, 1457, 1457, 1463, 1455, 1462, 1456, 1458, 1458,
+ 1460, 1460, 1452, 1461, 1464, 1462, 1466, 1461, 1465, 1469,
+ 1467, 1470, 1463, 1468, 1468, 1473, 1464, 1467, 1458, 1470,
+ 1458, 1466, 1465, 1471, 1472, 1474, 1476, 1475, 1471, 1469,
+ 1474, 1474, 1475, 1475, 1473, 1477, 1477, 1478, 1472, 1479,
+ 1480, 1482, 1481, 1483, 1484, 1485, 1476, 1481, 1486, 1480,
+ 1487, 1485, 1488, 1486, 1490, 1489, 1478, 1493, 1479, 1491,
+ 1482, 1489, 1484, 1483, 1494, 1491, 1492, 1495, 1496, 1497,
+ 1487, 1498, 1492, 1490, 1499, 1500, 1493, 1503, 1488, 1501,
+ 1501, 1502, 1504, 1494, 1502, 1498, 1495, 1496, 1497, 1508,
+
+ 1500, 1505, 1506, 1506, 1508, 1499, 1503, 1507, 1507, 1510,
+ 1509, 1504, 1511, 1505, 1509, 1512, 1513, 1514, 1518, 1514,
+ 1516, 1517, 1510, 1514, 1512, 1519, 1517, 1511, 1520, 1513,
+ 1521, 1521, 1522, 1518, 1523, 1524, 1514, 1522, 1516, 1525,
+ 1523, 1526, 1528, 1527, 1520, 1519, 1528, 1526, 1527, 1529,
+ 1524, 1530, 1525, 1529, 1531, 1532, 1533, 1534, 1535, 1535,
+ 1537, 1539, 1540, 1534, 1532, 1541, 1541, 1540, 1542, 1543,
+ 1547, 1530, 1531, 1547, 1542, 1549, 1533, 1550, 1537, 1545,
+ 1545, 1551, 1539, 1548, 1548, 1553, 1554, 1556, 1553, 1543,
+ 1555, 1549, 1557, 1550, 1558, 1558, 1556, 1551, 1559, 1560,
+
+ 1561, 1562, 1563, 1564, 1565, 1565, 1562, 1554, 1566, 1564,
+ 1555, 1567, 1557, 1559, 1569, 1568, 1563, 1566, 1570, 1561,
+ 1560, 1571, 1571, 1572, 1573, 1575, 1574, 1576, 1576, 1567,
+ 1568, 1574, 1577, 1578, 1579, 1579, 1577, 1572, 1570, 1569,
+ 1575, 1580, 1573, 1581, 1582, 1583, 1584, 1585, 1589, 1583,
+ 1587, 1587, 1585, 1578, 1588, 1582, 1591, 1588, 1592, 1590,
+ 1593, 1589, 1581, 1580, 1590, 1584, 1594, 1595, 1596, 1597,
+ 1597, 1599, 1591, 1598, 1593, 1600, 1592, 1603, 1598, 1601,
+ 1601, 1595, 1603, 1602, 1604, 1594, 1594, 1605, 1608, 1605,
+ 1607, 1599, 1602, 1596, 1606, 1600, 1607, 1609, 1611, 1606,
+
+ 1612, 1612, 1613, 1609, 1604, 1614, 1617, 1621, 1608, 1616,
+ 1620, 1614, 1611, 1622, 1616, 1618, 1618, 1619, 1619, 1623,
+ 1625, 1613, 1623, 1626, 1620, 1621, 1624, 1624, 1622, 1627,
+ 1617, 1629, 1635, 1628, 1633, 1626, 1628, 1629, 1625, 1628,
+ 1630, 1631, 1634, 1633, 1631, 1630, 1638, 1634, 1646, 1627,
+ 1636, 1628, 1639, 1636, 1637, 1637, 1640, 1635, 1639, 1641,
+ 1631, 1646, 1640, 1644, 1641, 1642, 1642, 1643, 1643, 1644,
+ 1638, 1645, 1647, 1648, 1649, 1650, 1645, 1651, 1650, 1652,
+ 1653, 1656, 1654, 1651, 1660, 1652, 1653, 1654, 1657, 1655,
+ 1647, 1661, 1648, 1657, 1649, 1655, 1658, 1658, 1659, 1662,
+
+ 1663, 1664, 1660, 1659, 1656, 1665, 1667, 1666, 1668, 1669,
+ 1670, 1661, 1670, 1669, 1674, 1664, 1671, 1676, 1662, 1665,
+ 1663, 1666, 1672, 1678, 1667, 1675, 1674, 1681, 1677, 1672,
+ 1676, 1679, 1680, 1668, 1677, 1671, 1682, 1675, 1687, 1682,
+ 1684, 1681, 1689, 1678, 1683, 1683, 1691, 1679, 1688, 1684,
+ 1686, 1686, 1680, 1688, 1689, 1690, 1690, 1682, 1687, 1692,
+ 1693, 1691, 1694, 1695, 1696, 1699, 1698, 1697, 1701, 1703,
+ 1705, 1705, 1695, 1692, 1697, 1698, 1706, 1706, 1698, 1696,
+ 1694, 1699, 1704, 1701, 1693, 1704, 1707, 1708, 1701, 1709,
+ 1710, 1710, 1709, 1711, 1703, 1712, 1713, 1714, 1707, 1715,
+
+ 1714, 1713, 1716, 1717, 1715, 1708, 1711, 1718, 1719, 1721,
+ 1724, 1720, 1723, 1723, 1712, 1725, 1718, 1724, 1721, 1717,
+ 1720, 1716, 1722, 1720, 1726, 1727, 1728, 1719, 1722, 1729,
+ 1732, 1731, 1735, 1730, 1736, 1725, 1731, 1726, 1730, 1730,
+ 1728, 1738, 1732, 1727, 1738, 1729, 1737, 1737, 1739, 1740,
+ 1741, 1741, 1736, 1742, 1742, 1741, 1744, 1735, 1740, 1745,
+ 1743, 1744, 1746, 1747, 1739, 1748, 1750, 1751, 1742, 1743,
+ 1748, 1748, 1743, 1752, 1753, 1754, 1756, 1745, 1755, 1753,
+ 1750, 1747, 1751, 1746, 1755, 1757, 1757, 1758, 1760, 1754,
+ 1764, 1759, 1761, 1758, 1756, 1752, 1759, 1762, 1761, 1765,
+
+ 1766, 1767, 1760, 1762, 1771, 1773, 1766, 1774, 1768, 1769,
+ 1764, 1768, 1771, 1765, 1767, 1769, 1775, 1768, 1777, 1776,
+ 1778, 1779, 1780, 1777, 1773, 1781, 1774, 1776, 1782, 1778,
+ 1783, 1780, 1784, 1784, 1779, 1775, 1790, 1785, 1781, 1786,
+ 1788, 1791, 1782, 1785, 1783, 1786, 1787, 1789, 1789, 1787,
+ 1792, 1793, 1793, 1788, 1784, 1794, 1790, 1795, 1796, 1791,
+ 1797, 1798, 1801, 1795, 1800, 1800, 1802, 1803, 1794, 1792,
+ 1802, 1804, 1803, 1805, 1807, 1808, 1797, 1810, 1805, 1798,
+ 1796, 1806, 1801, 1807, 1811, 1813, 1806, 1812, 1810, 1814,
+ 1812, 1804, 1816, 1811, 1815, 1815, 1817, 1813, 1808, 1818,
+
+ 1819, 1819, 1820, 1821, 1814, 1822, 1825, 1823, 1817, 1826,
+ 1821, 1816, 1828, 1829, 1827, 1830, 1820, 1822, 1818, 1823,
+ 1827, 1830, 1831, 1831, 1828, 1825, 1836, 1832, 1839, 1826,
+ 1832, 1829, 1833, 1833, 1835, 1836, 1837, 1838, 1838, 1835,
+ 1839, 1840, 1837, 1840, 1841, 1842, 1843, 1841, 1844, 1845,
+ 1846, 1847, 1848, 1852, 1851, 1846, 1847, 1849, 1850, 1851,
+ 1853, 1848, 1852, 1856, 1858, 1842, 1844, 1845, 1843, 1849,
+ 1858, 1854, 1855, 1850, 1859, 1852, 1854, 1855, 1856, 1862,
+ 1853, 1857, 1857, 1854, 1861, 1863, 1864, 1865, 1866, 1867,
+ 1866, 1868, 1868, 1869, 1869, 1859, 1870, 1870, 1862, 1871,
+
+ 1861, 1874, 1864, 1867, 1863, 1867, 1875, 1865, 1872, 1872,
+ 1873, 1873, 1876, 1877, 1877, 1879, 1878, 1883, 1882, 1871,
+ 1878, 1879, 1874, 1880, 1882, 1884, 1880, 1875, 1886, 1885,
+ 1889, 1884, 1892, 1876, 1885, 1883, 1887, 1888, 1888, 1887,
+ 1890, 1891, 1891, 1893, 1894, 1890, 1895, 1892, 1900, 1894,
+ 1889, 1895, 1897, 1886, 1896, 1896, 1898, 1897, 1899, 1902,
+ 1901, 1903, 1898, 1904, 1893, 1905, 1906, 1903, 1900, 1907,
+ 1899, 1899, 1899, 1906, 1907, 1909, 1910, 1899, 1901, 1902,
+ 1909, 1909, 1911, 1904, 1912, 1905, 1912, 1913, 1914, 1915,
+ 1910, 1916, 1917, 1918, 1920, 1915, 1922, 1911, 1913, 1923,
+
+ 1916, 1919, 1919, 1914, 1921, 1921, 1924, 1924, 1925, 1925,
+ 1926, 1930, 1917, 1931, 1918, 1933, 1922, 1929, 1929, 1934,
+ 1920, 1923, 1931, 1935, 1933, 1936, 1937, 1937, 1938, 1935,
+ 1926, 1939, 1940, 1941, 1942, 1944, 1930, 1943, 1943, 1940,
+ 1934, 1936, 1941, 1945, 1947, 1949, 1939, 1948, 1950, 1938,
+ 1947, 1949, 1948, 1955, 1953, 1951, 1953, 1952, 1956, 1945,
+ 1942, 1944, 1951, 1952, 1956, 1957, 1957, 1959, 1950, 1958,
+ 1960, 1961, 1955, 1962, 1958, 1963, 1959, 1964, 1963, 1965,
+ 1966, 1967, 1965, 1968, 1968, 1960, 1971, 1969, 1970, 1964,
+ 1972, 1961, 1962, 1969, 1970, 1973, 1975, 1976, 1966, 1973,
+
+ 1978, 1978, 1979, 1977, 1980, 1972, 1971, 1967, 1977, 1981,
+ 1983, 1985, 1985, 1984, 1986, 1973, 1975, 1984, 1987, 1976,
+ 1986, 1988, 1988, 1980, 1981, 1990, 1979, 1987, 1989, 1983,
+ 1991, 1991, 1989, 1992, 1993, 1995, 1990, 1994, 1996, 1997,
+ 1995, 1990, 1998, 1999, 2003, 2000, 2001, 2002, 1993, 1999,
+ 2004, 2004, 2002, 2010, 1992, 17, 1994, 2003, 1996, 1997,
+ 2008, 2001, 1998, 2000, 2005, 2005, 2006, 2009, 2019, 2008,
+ 2006, 2011, 2020, 2010, 2012, 2012, 2011, 2020, 2009, 2014,
+ 2014, 2015, 2016, 2009, 2018, 2021, 2015, 2015, 2016, 2022,
+ 2018, 2024, 2025, 2026, 2019, 2022, 2025, 2021, 2027, 2027,
+
+ 2028, 2029, 2030, 2024, 2031, 2026, 2034, 2029, 2032, 2032,
+ 2031, 2033, 2035, 2039, 2040, 2036, 2038, 2035, 2042, 2040,
+ 2046, 2042, 2043, 2043, 2030, 2028, 2034, 2036, 2038, 0,
+ 2033, 2047, 2039, 2044, 2044, 2045, 2045, 2047, 2048, 2050,
+ 2046, 2049, 2051, 2053, 2048, 2050, 2049, 2055, 2053, 2056,
+ 2055, 2051, 2057, 2057, 2059, 2060, 2063, 2061, 2062, 2062,
+ 2068, 2056, 2061, 2064, 2065, 2063, 2059, 2060, 2064, 2065,
+ 2066, 2067, 2067, 2066, 2069, 2070, 2071, 2072, 2075, 2073,
+ 2068, 2072, 2074, 2069, 2073, 2076, 2077, 2078, 2074, 2081,
+ 2080, 2080, 2084, 2070, 2076, 2071, 2075, 2082, 2088, 2083,
+
+ 2090, 2078, 2080, 2087, 2077, 2086, 2082, 2081, 2083, 2085,
+ 2085, 2089, 2084, 2090, 2086, 2087, 2089, 2093, 2093, 2088,
+ 2095, 2096, 2097, 2095, 2098, 2101, 2100, 2102, 2103, 2104,
+ 2104, 2106, 2105, 2102, 2105, 2107, 2107, 2096, 2097, 2101,
+ 2098, 2100, 2108, 2110, 2110, 2103, 2111, 2111, 2113, 2106,
+ 2108, 2114, 2115, 2116, 2117, 2118, 2119, 2114, 2115, 2120,
+ 2120, 2117, 2122, 2121, 2121, 2127, 2123, 2116, 2124, 2125,
+ 2126, 2113, 2121, 2131, 2129, 2134, 2119, 2118, 2123, 2128,
+ 2124, 2130, 2126, 2122, 2125, 2135, 2130, 2130, 2128, 2129,
+ 2136, 2127, 2132, 2139, 2132, 2134, 2131, 2138, 2132, 2137,
+
+ 2137, 2140, 2136, 2142, 2140, 2141, 2146, 2144, 2135, 2152,
+ 2141, 2132, 2144, 2139, 2145, 2138, 2145, 2147, 2148, 2150,
+ 2153, 2154, 2147, 2142, 2146, 2148, 2156, 2152, 2150, 2153,
+ 2155, 2157, 2155, 2154, 2159, 2160, 2159, 2157, 2161, 2161,
+ 2162, 2163, 2164, 2165, 2164, 2156, 2163, 2166, 2165, 2160,
+ 2167, 2168, 2166, 2169, 2170, 2173, 2171, 2172, 2174, 2177,
+ 2170, 2171, 2178, 2174, 2174, 2179, 2162, 2173, 2167, 2168,
+ 2172, 2175, 2182, 2169, 2180, 2180, 2178, 2179, 2177, 2175,
+ 2181, 2181, 2183, 2182, 2184, 2185, 2187, 2186, 2187, 2188,
+ 2189, 2185, 2186, 2190, 2190, 2196, 2191, 2183, 2189, 2192,
+
+ 2192, 2193, 2193, 2194, 2184, 2195, 2189, 2188, 2191, 2199,
+ 2195, 2198, 2194, 2196, 2200, 2198, 2200, 2201, 2199, 2202,
+ 2203, 2199, 2204, 2205, 2202, 2202, 2212, 2207, 2208, 2209,
+ 2211, 2204, 2203, 2208, 2209, 2205, 2213, 2215, 2201, 2207,
+ 2214, 2214, 2216, 2211, 2217, 2213, 2212, 2218, 2219, 2222,
+ 2220, 2221, 2226, 2224, 2222, 2215, 2225, 2236, 2229, 2230,
+ 2216, 2238, 2217, 2218, 2220, 2224, 2221, 2229, 2225, 2227,
+ 2228, 2237, 2226, 2219, 2227, 2228, 2233, 2230, 2235, 2238,
+ 2236, 2239, 2233, 2240, 2235, 2242, 2237, 2241, 2241, 2243,
+ 2243, 2244, 2240, 2245, 2242, 2233, 2246, 2247, 2248, 2250,
+
+ 2246, 2251, 2247, 2252, 2254, 0, 2239, 2251, 2253, 2244,
+ 2254, 2248, 2245, 2253, 2253, 2255, 2256, 2258, 2250, 2256,
+ 2257, 2255, 2261, 2261, 2263, 2252, 2262, 2262, 2257, 2264,
+ 2264, 2265, 2265, 2263, 2266, 2267, 2268, 2258, 2269, 2270,
+ 2270, 2262, 2268, 2269, 2271, 2271, 2266, 2275, 2276, 2272,
+ 2273, 2275, 2262, 2267, 2272, 2277, 2273, 2278, 2280, 2277,
+ 2281, 2282, 2284, 2283, 2285, 2281, 2287, 2284, 2276, 2286,
+ 2288, 2289, 2290, 2290, 2292, 2288, 2291, 2278, 2283, 2294,
+ 2291, 2295, 2285, 2280, 2282, 2286, 2287, 2293, 2296, 2292,
+ 2297, 2298, 2293, 2289, 2299, 2300, 2301, 2294, 2305, 2299,
+
+ 2302, 2302, 2297, 2304, 2306, 2307, 2296, 2295, 2300, 2308,
+ 2298, 2304, 2309, 2312, 2301, 2310, 2311, 2305, 2313, 2319,
+ 2314, 2322, 2318, 2306, 2307, 2312, 2314, 2316, 2321, 0,
+ 2321, 2327, 2308, 2319, 2310, 2318, 2309, 2311, 2320, 2313,
+ 2326, 2322, 2316, 2324, 2320, 2323, 2323, 2325, 2324, 2328,
+ 2325, 2329, 2332, 2326, 2332, 2327, 2330, 2330, 2331, 2331,
+ 2333, 2333, 2334, 2328, 2329, 2335, 2336, 2337, 2337, 2339,
+ 2339, 2337, 2340, 2340, 2341, 2341, 2342, 2334, 2348, 2336,
+ 2335, 2343, 2343, 2344, 2344, 2342, 2345, 2347, 2342, 2349,
+ 2350, 2345, 2347, 2351, 2351, 2352, 2352, 2353, 2348, 2354,
+
+ 2354, 2355, 2350, 2356, 2356, 2357, 2358, 2359, 2359, 2349,
+ 2361, 2358, 2360, 2360, 2362, 2363, 2353, 2364, 2365, 2355,
+ 2357, 2367, 2369, 2362, 2361, 2371, 2367, 2368, 2368, 2370,
+ 2370, 2364, 2363, 2372, 2373, 2377, 2374, 2365, 2372, 2374,
+ 2373, 2369, 2378, 2371, 2375, 2375, 2376, 2376, 2379, 2381,
+ 2379, 2382, 2383, 2383, 2377, 2384, 2386, 2378, 2387, 2388,
+ 2375, 2384, 2389, 2390, 2381, 2391, 2391, 2390, 2392, 2393,
+ 2382, 2394, 2398, 2387, 2393, 2395, 2386, 2389, 2397, 2397,
+ 2400, 2399, 2388, 2401, 2402, 2403, 2394, 2392, 2399, 2404,
+ 2395, 2407, 2398, 2407, 2400, 2405, 2405, 2406, 2411, 2410,
+
+ 2403, 2401, 2402, 2412, 2408, 2410, 2406, 2408, 2412, 2413,
+ 2411, 2414, 2415, 2416, 2413, 2404, 2417, 2418, 2420, 2426,
+ 2423, 2417, 2408, 2420, 2408, 2415, 2421, 2422, 2431, 0,
+ 2427, 2421, 2422, 2424, 2416, 2423, 2414, 2429, 2425, 2424,
+ 2426, 2428, 2429, 2418, 2425, 2427, 2430, 2428, 2432, 2433,
+ 2434, 2430, 2433, 2431, 2435, 2436, 2437, 2438, 2439, 2444,
+ 2446, 2432, 2440, 2435, 2436, 2437, 2438, 2441, 2440, 2447,
+ 2434, 2442, 2439, 2441, 2456, 2442, 2448, 2448, 2447, 2444,
+ 2446, 2449, 2450, 2450, 2451, 2452, 2452, 2449, 2454, 2453,
+ 2456, 2450, 2459, 2451, 2453, 2457, 2458, 2458, 2463, 2468,
+
+ 2460, 2462, 2464, 2465, 2468, 2469, 2470, 2459, 2454, 2460,
+ 2454, 2457, 0, 2462, 2463, 2465, 2467, 2464, 2470, 2467,
+ 2471, 2471, 2472, 2472, 2476, 2469, 2474, 2474, 2475, 2476,
+ 2477, 2475, 2478, 2479, 2480, 2480, 2477, 2481, 2478, 2482,
+ 2482, 2483, 2479, 2484, 2485, 2486, 2486, 2488, 2487, 2496,
+ 2489, 2481, 2491, 2483, 2487, 2489, 2491, 2484, 2496, 2492,
+ 2497, 2488, 2492, 2485, 2493, 2493, 2494, 2495, 2498, 2497,
+ 2499, 2494, 2495, 2501, 2499, 2500, 2500, 2503, 2504, 2505,
+ 2506, 2507, 2503, 2508, 2509, 2510, 2501, 2508, 2498, 2514,
+ 2510, 2511, 2513, 2513, 2515, 2507, 2512, 2511, 2504, 2505,
+
+ 2506, 2516, 2512, 2517, 2509, 2518, 2521, 2514, 2517, 2519,
+ 2519, 2522, 2523, 2515, 2558, 2524, 2525, 2523, 2521, 2558,
+ 2516, 2524, 2525, 2526, 2529, 2531, 2518, 2522, 2527, 2532,
+ 2527, 2526, 2539, 2529, 2533, 2533, 2599, 2534, 2599, 2531,
+ 2534, 2535, 2535, 2532, 2537, 2538, 2544, 2537, 2538, 2540,
+ 2540, 2543, 2544, 2545, 2547, 2543, 2546, 2546, 2539, 2550,
+ 2550, 2552, 2554, 2547, 2555, 2545, 2559, 2560, 2561, 2562,
+ 2563, 2563, 2571, 2561, 2562, 2567, 2554, 2565, 2565, 2552,
+ 2555, 2567, 2568, 2569, 2569, 2570, 2572, 2574, 2560, 2580,
+ 2575, 2572, 2559, 2575, 2571, 2576, 2577, 2578, 2578, 2585,
+
+ 2581, 2570, 2568, 2584, 2582, 2580, 2574, 2576, 2577, 2581,
+ 2582, 2583, 2587, 2587, 2585, 2588, 2589, 2583, 2588, 2590,
+ 2595, 2584, 2592, 2592, 2593, 2593, 2594, 2596, 2597, 2598,
+ 2600, 2594, 2601, 2602, 2598, 2589, 2596, 2590, 2595, 2604,
+ 2605, 2597, 2603, 2606, 2600, 2602, 2601, 2603, 2606, 2607,
+ 2607, 2608, 2608, 2609, 2609, 2610, 2610, 2611, 2612, 2604,
+ 2605, 2613, 2614, 2614, 2615, 2615, 2613, 2616, 2616, 2611,
+ 2617, 2618, 2619, 2620, 2621, 0, 2612, 2624, 2622, 2623,
+ 2623, 2627, 2617, 2632, 2619, 2625, 2625, 2626, 2626, 2628,
+ 2628, 2618, 2627, 2620, 2622, 2621, 2624, 2629, 2630, 2631,
+
+ 2634, 2633, 2635, 2632, 2637, 2630, 2633, 2636, 2636, 2629,
+ 2639, 2631, 2640, 2637, 2638, 2638, 2641, 2642, 2644, 2643,
+ 2634, 2645, 2635, 2645, 2652, 2646, 2647, 2647, 2649, 2641,
+ 2648, 2650, 2640, 2643, 2653, 2654, 2639, 2646, 2656, 2648,
+ 2644, 2642, 2652, 2649, 2655, 2657, 2650, 2655, 2658, 2666,
+ 2657, 2668, 2656, 2658, 2659, 2659, 2653, 2667, 2654, 2660,
+ 2660, 2661, 2661, 2663, 2663, 2665, 2665, 2666, 2667, 2669,
+ 2668, 2671, 2672, 2673, 2674, 2679, 2675, 2676, 2677, 2678,
+ 2677, 0, 2680, 2686, 2669, 2675, 2681, 2681, 2683, 2685,
+ 2672, 2671, 2683, 2679, 2674, 2673, 2692, 2676, 2687, 2678,
+
+ 2680, 2684, 2684, 2685, 2690, 2686, 2693, 2687, 2688, 2688,
+ 2691, 2691, 2694, 2690, 2692, 2695, 2696, 2697, 2698, 2700,
+ 2701, 2699, 2695, 2704, 2693, 2702, 2702, 2701, 2703, 2703,
+ 2694, 2696, 2705, 2706, 2711, 2697, 2698, 2699, 2700, 2706,
+ 2708, 2708, 2710, 2704, 2709, 2709, 2712, 2713, 2710, 2714,
+ 2705, 2715, 2711, 2716, 2717, 2717, 2718, 2719, 2716, 2720,
+ 2721, 2722, 2713, 0, 2712, 2715, 2729, 2723, 2714, 2725,
+ 2725, 2721, 2723, 2724, 2734, 2724, 2718, 2719, 2726, 2720,
+ 2726, 2722, 2727, 2727, 2731, 2729, 2732, 2733, 2737, 2741,
+ 2735, 2736, 2738, 2731, 2734, 2735, 2736, 2742, 2743, 2733,
+
+ 2746, 2743, 2744, 2744, 2745, 2732, 2747, 2747, 2737, 2741,
+ 2748, 2738, 2749, 2750, 2752, 2742, 2753, 2750, 2746, 2745,
+ 2754, 2748, 2756, 2756, 2755, 2757, 2754, 2749, 2755, 2752,
+ 2759, 2753, 2760, 2761, 2762, 2762, 2764, 2765, 2757, 2766,
+ 2767, 2767, 2769, 2766, 2773, 2759, 2765, 2774, 2764, 2768,
+ 2768, 2771, 2760, 2761, 2770, 2770, 2771, 2772, 2775, 2774,
+ 2773, 2769, 2776, 2776, 2781, 2781, 2772, 2782, 2783, 2783,
+ 2784, 2785, 2786, 2787, 2790, 2790, 2791, 2788, 2775, 2789,
+ 2792, 2803, 2787, 2784, 2785, 2786, 2788, 2797, 2789, 2782,
+ 2794, 2794, 2797, 2799, 2800, 2792, 2791, 2801, 2799, 2802,
+
+ 2803, 2804, 2801, 2805, 2807, 2811, 2815, 2802, 2800, 2809,
+ 2804, 2805, 2810, 2814, 2809, 2812, 2812, 2810, 2814, 2807,
+ 2811, 2813, 2813, 2816, 2816, 2815, 2817, 2818, 2819, 2820,
+ 2821, 0, 2818, 2817, 2822, 2824, 2821, 2823, 2823, 2822,
+ 2825, 2826, 2826, 2827, 2827, 2825, 2819, 2820, 2830, 2833,
+ 2824, 2831, 2831, 2832, 2833, 2833, 2832, 2834, 2835, 2836,
+ 2837, 2830, 2834, 2835, 2838, 2839, 2837, 2840, 2838, 2841,
+ 2839, 2842, 2843, 2836, 2844, 2845, 2840, 2846, 2847, 2842,
+ 2844, 2845, 2846, 2851, 2841, 2848, 2848, 2850, 2851, 2852,
+ 2847, 2854, 2852, 2843, 2850, 2856, 2857, 2858, 2859, 2860,
+
+ 2856, 2857, 2858, 2854, 2861, 2862, 2863, 2863, 2864, 2868,
+ 2865, 2873, 2860, 2861, 2862, 2865, 2859, 2864, 2869, 2870,
+ 2874, 2875, 0, 2876, 2869, 2870, 2878, 2868, 2877, 2877,
+ 2873, 2879, 2884, 2878, 2881, 2882, 2883, 2883, 2885, 2887,
+ 2874, 2875, 2876, 2881, 2882, 2886, 2886, 2884, 2889, 2891,
+ 2879, 2892, 2894, 2885, 2895, 2892, 2893, 2893, 2887, 2896,
+ 2895, 2897, 2898, 2889, 2900, 2896, 2899, 2899, 2898, 2891,
+ 2901, 2902, 2900, 2904, 2905, 2907, 2902, 2894, 2910, 2897,
+ 2908, 2907, 2904, 2908, 2909, 2911, 2913, 2905, 2909, 2912,
+ 2912, 2915, 2915, 2916, 0, 2901, 2910, 2917, 2917, 2911,
+
+ 2923, 2913, 2918, 2918, 2920, 2920, 2921, 2922, 2927, 2923,
+ 2921, 2916, 2922, 2925, 2925, 2928, 2930, 2929, 2931, 2933,
+ 2928, 2930, 2930, 2934, 2934, 2936, 2936, 2940, 2927, 2929,
+ 2931, 2937, 2937, 2938, 2938, 2939, 2941, 2944, 2939, 2933,
+ 2940, 2943, 2943, 2946, 2947, 2947, 2948, 2948, 2952, 2941,
+ 2949, 2949, 2950, 2951, 2951, 2944, 2953, 2954, 2955, 2956,
+ 2956, 2952, 2957, 2946, 2955, 2961, 2957, 2950, 2964, 2960,
+ 2961, 2954, 2963, 2965, 2953, 2960, 2966, 2963, 2963, 2967,
+ 2968, 2969, 2979, 2970, 2976, 2967, 2968, 2970, 2971, 2971,
+ 2974, 2964, 2976, 2965, 2977, 2974, 2966, 2977, 2980, 2981,
+
+ 2981, 2980, 2982, 2983, 2984, 2985, 2969, 2979, 2983, 2986,
+ 2987, 2987, 2988, 2989, 2990, 2991, 2989, 0, 2996, 2982,
+ 2982, 2992, 2984, 2986, 2989, 2985, 2988, 2994, 2990, 2992,
+ 2995, 3006, 2994, 2994, 2991, 2995, 2995, 2996, 2997, 2997,
+ 2998, 2998, 2999, 2999, 3000, 3000, 3001, 3001, 3002, 3002,
+ 3003, 3004, 3005, 3007, 3008, 3009, 3004, 3006, 3010, 3008,
+ 3011, 3012, 3013, 3010, 3014, 3018, 3003, 3007, 3018, 3011,
+ 3016, 3016, 3005, 3019, 3009, 3017, 3017, 3020, 3020, 3021,
+ 3022, 3012, 3013, 3025, 3014, 3021, 3024, 3024, 3019, 3027,
+ 3025, 3026, 3026, 3030, 3027, 3029, 3029, 3031, 3022, 3032,
+
+ 3033, 3035, 3030, 3036, 3036, 3039, 3031, 3040, 3032, 3033,
+ 3037, 3037, 3038, 3041, 3039, 3042, 3038, 3043, 3046, 3035,
+ 3047, 3048, 3044, 3058, 3041, 3048, 3040, 3044, 3044, 3047,
+ 3042, 3046, 3054, 3052, 3053, 3053, 3057, 3043, 3052, 3056,
+ 3056, 3059, 3061, 3061, 3062, 3063, 3054, 3067, 3058, 3068,
+ 3057, 3069, 3072, 3062, 3068, 3071, 3074, 3063, 3072, 3059,
+ 3069, 3076, 3078, 3085, 3079, 3080, 3080, 3078, 3074, 3079,
+ 3081, 3083, 3067, 3084, 3091, 3071, 3083, 3085, 3092, 3081,
+ 3086, 3086, 3076, 3091, 3086, 3093, 3084, 3088, 3088, 3089,
+ 3089, 3090, 3090, 3100, 3094, 3096, 3101, 3097, 3092, 3094,
+
+ 3098, 3096, 3097, 3102, 3093, 3098, 3099, 3099, 3101, 3103,
+ 3104, 3100, 3105, 3106, 3103, 3107, 3107, 3109, 3105, 3114,
+ 3110, 3109, 3111, 3113, 3102, 3110, 3115, 3111, 3104, 3112,
+ 3112, 3117, 3119, 3119, 3114, 3121, 3122, 3123, 3106, 3124,
+ 3126, 3115, 3113, 3124, 3125, 3127, 3128, 3129, 3121, 3122,
+ 3123, 3117, 3129, 3125, 3128, 3130, 3126, 3131, 3131, 3132,
+ 3133, 3134, 3135, 3135, 3127, 3136, 3136, 3137, 3132, 3141,
+ 3146, 3140, 3150, 3143, 3151, 3130, 3140, 3140, 3133, 3143,
+ 3144, 3144, 3153, 3141, 3148, 3148, 3137, 3134, 3150, 3152,
+ 3151, 3146, 3154, 3158, 3152, 3157, 3157, 3154, 3153, 3159,
+
+ 3160, 3161, 3162, 3162, 3163, 3166, 3160, 3167, 3159, 3165,
+ 3165, 3168, 3168, 3158, 3170, 3172, 3173, 3176, 3179, 3166,
+ 3170, 3180, 3173, 3163, 3161, 3174, 3167, 3177, 3177, 3182,
+ 3174, 3178, 3178, 3179, 3183, 3172, 3181, 3181, 3184, 3176,
+ 3182, 3180, 3185, 3183, 3186, 3187, 3188, 3190, 3185, 3189,
+ 3189, 3191, 3192, 3197, 3191, 3192, 3181, 3187, 3184, 3193,
+ 3193, 3198, 3190, 3186, 3199, 3197, 3188, 3200, 3200, 3201,
+ 3199, 3202, 3201, 3203, 3205, 3206, 3206, 3202, 3207, 3205,
+ 3208, 3198, 3209, 3207, 3210, 3211, 3211, 3214, 3209, 3215,
+ 3216, 3203, 3213, 3217, 3217, 3219, 3218, 3220, 3471, 3208,
+
+ 3471, 3210, 3210, 3216, 3213, 3214, 3220, 3222, 3222, 3223,
+ 3223, 3219, 3224, 3224, 3215, 3218, 3225, 3226, 3227, 3228,
+ 3228, 3225, 3232, 3227, 3229, 3229, 3230, 3230, 3231, 3231,
+ 3233, 3226, 3234, 3239, 3235, 3232, 3238, 3238, 3234, 3235,
+ 3241, 3241, 3242, 3242, 3244, 3246, 3247, 3248, 3249, 3239,
+ 3250, 3250, 3252, 3252, 3253, 3254, 3233, 3255, 3257, 3262,
+ 3258, 3259, 3259, 3244, 3260, 3260, 3248, 3246, 3247, 3258,
+ 3249, 3255, 3264, 3263, 3254, 3265, 3266, 3262, 3257, 3263,
+ 3253, 3266, 3269, 3270, 3270, 3272, 3272, 3274, 3273, 3275,
+ 3276, 3277, 3264, 3273, 3265, 3275, 3278, 3278, 3283, 3277,
+
+ 3279, 3274, 3276, 3269, 3281, 3279, 3282, 3284, 3281, 3285,
+ 3286, 3282, 3289, 3287, 3285, 3290, 3291, 3292, 3283, 3287,
+ 3289, 3294, 3286, 3297, 3295, 3296, 3298, 3284, 3300, 3301,
+ 3303, 3298, 3302, 3300, 3290, 3303, 3291, 3292, 3302, 3294,
+ 3295, 3305, 3296, 3296, 3297, 3306, 3307, 3320, 3306, 3301,
+ 3311, 3311, 3312, 3312, 3313, 3318, 3318, 3319, 3313, 3307,
+ 3323, 3305, 3319, 3321, 3321, 0, 3320, 3326, 3326, 3327,
+ 3327, 3336, 3327, 3328, 3328, 3323, 3328, 3329, 3329, 3330,
+ 3330, 3331, 3330, 3333, 3334, 3331, 3335, 3335, 3333, 3336,
+ 3337, 3340, 3340, 3334, 3341, 3342, 3343, 3344, 3344, 3345,
+
+ 3348, 3343, 3349, 3350, 3337, 3352, 3354, 3350, 3351, 3349,
+ 0, 3355, 3356, 3356, 3341, 3342, 3355, 3351, 3357, 3345,
+ 3352, 3358, 3358, 3361, 3354, 3348, 3366, 3357, 3359, 3359,
+ 3360, 3360, 3362, 3363, 3364, 3365, 3368, 3362, 3361, 3364,
+ 3364, 3365, 3363, 3367, 3369, 3363, 3371, 3370, 0, 3369,
+ 3373, 3366, 3370, 3372, 3372, 3374, 3373, 3368, 3367, 3375,
+ 3375, 3374, 3376, 3376, 3377, 3371, 3378, 3381, 3381, 3383,
+ 3383, 3378, 3384, 3386, 3388, 3388, 3389, 3389, 3397, 3377,
+ 0, 3384, 3390, 3390, 3391, 3391, 3393, 3393, 3394, 3394,
+ 3399, 3386, 3395, 3395, 3396, 3396, 3400, 3400, 3402, 3399,
+
+ 3401, 3401, 3403, 3404, 3397, 3406, 3406, 3402, 3407, 3408,
+ 3408, 3409, 3410, 3419, 3403, 3415, 3411, 3412, 3412, 3413,
+ 3413, 3416, 3416, 3404, 3421, 3410, 3409, 3407, 3411, 3420,
+ 3415, 3419, 3420, 3422, 3422, 3423, 3425, 3426, 3427, 3425,
+ 3428, 3429, 3431, 3426, 3430, 3428, 3434, 3437, 3433, 3438,
+ 3421, 3437, 3427, 3423, 3433, 3434, 3441, 3442, 3431, 3455,
+ 3429, 3451, 3430, 3461, 3438, 3452, 3451, 3464, 3452, 3456,
+ 3456, 3462, 3455, 3457, 3457, 3459, 3459, 3442, 3466, 3463,
+ 3462, 3468, 3441, 3463, 3469, 3470, 3461, 3464, 3472, 3474,
+ 3470, 3475, 3466, 3473, 3473, 3469, 3476, 3477, 3478, 3480,
+
+ 3479, 3482, 3474, 3472, 3468, 3481, 3482, 3483, 3480, 3487,
+ 3475, 3484, 3485, 3477, 3476, 3479, 3484, 3481, 3486, 3486,
+ 3488, 3492, 3493, 3478, 3495, 3488, 3494, 3494, 3483, 3487,
+ 3500, 3485, 3501, 3495, 3505, 3492, 3496, 3496, 3497, 3497,
+ 3498, 3498, 3493, 3499, 3499, 3502, 3503, 3506, 3502, 3500,
+ 3504, 3503, 3501, 3508, 3507, 3504, 3509, 3512, 3510, 3505,
+ 3507, 3517, 3506, 3510, 3511, 3511, 3518, 3508, 3509, 3513,
+ 3513, 3514, 3514, 3516, 3516, 3521, 3517, 3512, 3519, 3519,
+ 3523, 3526, 3526, 3527, 3527, 3518, 3528, 3529, 3532, 3530,
+ 3521, 3531, 3533, 3534, 3528, 3530, 3535, 3531, 3523, 3536,
+
+ 3536, 3535, 3532, 3538, 3538, 3533, 3529, 3542, 3545, 3543,
+ 3546, 3548, 3534, 3549, 3546, 3550, 3553, 3551, 3549, 3552,
+ 3554, 3555, 3545, 3556, 3556, 3554, 3555, 3559, 3542, 3543,
+ 3551, 3548, 3552, 3560, 3550, 3553, 3561, 3562, 3562, 3563,
+ 3564, 3565, 3565, 3566, 3563, 3567, 3564, 3559, 3566, 3568,
+ 3567, 3560, 3569, 3570, 3568, 3561, 3572, 3572, 3573, 3570,
+ 3574, 3574, 3576, 3573, 3577, 3578, 3576, 3579, 3580, 3581,
+ 3582, 3569, 3578, 3585, 3585, 3581, 3588, 3583, 3587, 3587,
+ 3590, 3591, 3592, 3577, 3597, 3588, 3579, 3580, 3588, 3582,
+ 3583, 3589, 3593, 3593, 3595, 3592, 3589, 3594, 3599, 3590,
+
+ 3591, 3604, 3594, 3598, 3598, 3600, 3600, 3595, 3601, 3601,
+ 3597, 3602, 3603, 3605, 3605, 0, 3602, 3599, 3606, 3603,
+ 3604, 3609, 3607, 3606, 3607, 3608, 3608, 3610, 3609, 3611,
+ 3612, 3613, 3615, 3615, 3610, 3612, 3616, 3618, 3619, 3620,
+ 3621, 3625, 3618, 3619, 3622, 3622, 3624, 3624, 3611, 3626,
+ 3613, 3627, 3627, 3628, 3628, 3616, 3629, 3639, 3620, 3621,
+ 3625, 3631, 3631, 3629, 3632, 3632, 3633, 3635, 3626, 3638,
+ 3640, 0, 3635, 3633, 3638, 0, 3639, 3641, 3641, 3642,
+ 3642, 0, 0, 0, 0, 0, 0, 0, 0, 3640,
+ 3646, 3646, 3646, 3646, 3646, 3646, 3646, 3647, 3647, 3647,
+
+ 3647, 3647, 3647, 3647, 3648, 3648, 3648, 3648, 3648, 3648,
+ 3648, 3649, 3649, 3649, 3649, 3649, 3649, 3649, 3650, 3650,
+ 3650, 3650, 3650, 3650, 3650, 3651, 3651, 3651, 3651, 3651,
+ 3651, 3651, 3652, 3652, 3652, 3652, 3652, 3652, 3652, 3654,
+ 3654, 0, 3654, 3654, 3654, 3654, 3655, 3655, 0, 0,
+ 0, 3655, 3655, 3656, 3656, 0, 0, 3656, 0, 3656,
+ 3657, 0, 0, 0, 0, 0, 3657, 3658, 3658, 0,
+ 0, 0, 3658, 3658, 3659, 0, 0, 0, 0, 0,
+ 3659, 3660, 3660, 0, 3660, 3660, 3660, 3660, 3661, 0,
+ 0, 0, 0, 0, 3661, 3662, 3662, 0, 0, 0,
+
+ 3662, 3662, 3663, 3663, 0, 3663, 3663, 3663, 3663, 3645,
+ 3645, 3645, 3645, 3645, 3645, 3645, 3645, 3645, 3645, 3645,
+ 3645, 3645, 3645, 3645, 3645, 3645, 3645, 3645, 3645, 3645,
+ 3645, 3645, 3645, 3645, 3645, 3645, 3645, 3645, 3645, 3645,
+ 3645, 3645, 3645, 3645, 3645, 3645, 3645, 3645, 3645, 3645
} ;
static yy_state_type yy_last_accepting_state;
@@ -3393,7 +3428,7 @@ static void config_end_include(void)
#define YY_NO_INPUT 1
#endif
-#line 3395 "<stdout>"
+#line 3430 "<stdout>"
#define INITIAL 0
#define quotedstring 1
@@ -3611,7 +3646,7 @@ YY_DECL
{
#line 211 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-#line 3613 "<stdout>"
+#line 3648 "<stdout>"
while ( 1 ) /* loops until end-of-file is reached */
{
@@ -3644,13 +3679,13 @@ yy_match:
while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
{
yy_current_state = (int) yy_def[yy_current_state];
- if ( yy_current_state >= 3600 )
+ if ( yy_current_state >= 3646 )
yy_c = yy_meta[(unsigned int) yy_c];
}
yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
++yy_cp;
}
- while ( yy_base[yy_current_state] != 7019 );
+ while ( yy_base[yy_current_state] != 7110 );
yy_find_action:
yy_act = yy_accept[yy_current_state];
@@ -4440,959 +4475,989 @@ YY_RULE_SETUP
case 153:
YY_RULE_SETUP
#line 367 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_SEND_CLIENT_SUBNET) }
+{ YDVAR(2, VAR_INTERFACE_ACTION) }
YY_BREAK
case 154:
YY_RULE_SETUP
#line 368 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_CLIENT_SUBNET_ZONE) }
+{ YDVAR(1, VAR_SEND_CLIENT_SUBNET) }
YY_BREAK
case 155:
YY_RULE_SETUP
#line 369 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_CLIENT_SUBNET_ALWAYS_FORWARD) }
+{ YDVAR(1, VAR_CLIENT_SUBNET_ZONE) }
YY_BREAK
case 156:
YY_RULE_SETUP
#line 370 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_CLIENT_SUBNET_OPCODE) }
+{ YDVAR(1, VAR_CLIENT_SUBNET_ALWAYS_FORWARD) }
YY_BREAK
case 157:
YY_RULE_SETUP
#line 371 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_MAX_CLIENT_SUBNET_IPV4) }
+{ YDVAR(1, VAR_CLIENT_SUBNET_OPCODE) }
YY_BREAK
case 158:
YY_RULE_SETUP
#line 372 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_MAX_CLIENT_SUBNET_IPV6) }
+{ YDVAR(1, VAR_MAX_CLIENT_SUBNET_IPV4) }
YY_BREAK
case 159:
YY_RULE_SETUP
#line 373 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_MIN_CLIENT_SUBNET_IPV4) }
+{ YDVAR(1, VAR_MAX_CLIENT_SUBNET_IPV6) }
YY_BREAK
case 160:
YY_RULE_SETUP
#line 374 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_MIN_CLIENT_SUBNET_IPV6) }
+{ YDVAR(1, VAR_MIN_CLIENT_SUBNET_IPV4) }
YY_BREAK
case 161:
YY_RULE_SETUP
#line 375 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_MAX_ECS_TREE_SIZE_IPV4) }
+{ YDVAR(1, VAR_MIN_CLIENT_SUBNET_IPV6) }
YY_BREAK
case 162:
YY_RULE_SETUP
#line 376 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_MAX_ECS_TREE_SIZE_IPV6) }
+{ YDVAR(1, VAR_MAX_ECS_TREE_SIZE_IPV4) }
YY_BREAK
case 163:
YY_RULE_SETUP
#line 377 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_HIDE_IDENTITY) }
+{ YDVAR(1, VAR_MAX_ECS_TREE_SIZE_IPV6) }
YY_BREAK
case 164:
YY_RULE_SETUP
#line 378 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_HIDE_VERSION) }
+{ YDVAR(1, VAR_HIDE_IDENTITY) }
YY_BREAK
case 165:
YY_RULE_SETUP
#line 379 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_HIDE_TRUSTANCHOR) }
+{ YDVAR(1, VAR_HIDE_VERSION) }
YY_BREAK
case 166:
YY_RULE_SETUP
#line 380 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_HIDE_HTTP_USER_AGENT) }
+{ YDVAR(1, VAR_HIDE_TRUSTANCHOR) }
YY_BREAK
case 167:
YY_RULE_SETUP
#line 381 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_IDENTITY) }
+{ YDVAR(1, VAR_HIDE_HTTP_USER_AGENT) }
YY_BREAK
case 168:
YY_RULE_SETUP
#line 382 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_VERSION) }
+{ YDVAR(1, VAR_IDENTITY) }
YY_BREAK
case 169:
YY_RULE_SETUP
#line 383 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_HTTP_USER_AGENT) }
+{ YDVAR(1, VAR_VERSION) }
YY_BREAK
case 170:
YY_RULE_SETUP
#line 384 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_MODULE_CONF) }
+{ YDVAR(1, VAR_HTTP_USER_AGENT) }
YY_BREAK
case 171:
YY_RULE_SETUP
#line 385 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_DLV_ANCHOR) }
+{ YDVAR(1, VAR_MODULE_CONF) }
YY_BREAK
case 172:
YY_RULE_SETUP
#line 386 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_DLV_ANCHOR_FILE) }
+{ YDVAR(1, VAR_DLV_ANCHOR) }
YY_BREAK
case 173:
YY_RULE_SETUP
#line 387 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_TRUST_ANCHOR_FILE) }
+{ YDVAR(1, VAR_DLV_ANCHOR_FILE) }
YY_BREAK
case 174:
YY_RULE_SETUP
#line 388 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_AUTO_TRUST_ANCHOR_FILE) }
+{ YDVAR(1, VAR_TRUST_ANCHOR_FILE) }
YY_BREAK
case 175:
YY_RULE_SETUP
#line 389 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_TRUSTED_KEYS_FILE) }
+{ YDVAR(1, VAR_AUTO_TRUST_ANCHOR_FILE) }
YY_BREAK
case 176:
YY_RULE_SETUP
#line 390 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_TRUST_ANCHOR) }
+{ YDVAR(1, VAR_TRUSTED_KEYS_FILE) }
YY_BREAK
case 177:
YY_RULE_SETUP
#line 391 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_TRUST_ANCHOR_SIGNALING) }
+{ YDVAR(1, VAR_TRUST_ANCHOR) }
YY_BREAK
case 178:
YY_RULE_SETUP
#line 392 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_ROOT_KEY_SENTINEL) }
+{ YDVAR(1, VAR_TRUST_ANCHOR_SIGNALING) }
YY_BREAK
case 179:
YY_RULE_SETUP
#line 393 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_VAL_OVERRIDE_DATE) }
+{ YDVAR(1, VAR_ROOT_KEY_SENTINEL) }
YY_BREAK
case 180:
YY_RULE_SETUP
#line 394 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_VAL_SIG_SKEW_MIN) }
+{ YDVAR(1, VAR_VAL_OVERRIDE_DATE) }
YY_BREAK
case 181:
YY_RULE_SETUP
#line 395 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_VAL_SIG_SKEW_MAX) }
+{ YDVAR(1, VAR_VAL_SIG_SKEW_MIN) }
YY_BREAK
case 182:
YY_RULE_SETUP
#line 396 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_VAL_MAX_RESTART) }
+{ YDVAR(1, VAR_VAL_SIG_SKEW_MAX) }
YY_BREAK
case 183:
YY_RULE_SETUP
#line 397 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_BOGUS_TTL) }
+{ YDVAR(1, VAR_VAL_MAX_RESTART) }
YY_BREAK
case 184:
YY_RULE_SETUP
#line 398 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_VAL_CLEAN_ADDITIONAL) }
+{ YDVAR(1, VAR_BOGUS_TTL) }
YY_BREAK
case 185:
YY_RULE_SETUP
#line 399 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_VAL_PERMISSIVE_MODE) }
+{ YDVAR(1, VAR_VAL_CLEAN_ADDITIONAL) }
YY_BREAK
case 186:
YY_RULE_SETUP
#line 400 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_AGGRESSIVE_NSEC) }
+{ YDVAR(1, VAR_VAL_PERMISSIVE_MODE) }
YY_BREAK
case 187:
YY_RULE_SETUP
#line 401 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_IGNORE_CD_FLAG) }
+{ YDVAR(1, VAR_AGGRESSIVE_NSEC) }
YY_BREAK
case 188:
YY_RULE_SETUP
#line 402 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_SERVE_EXPIRED) }
+{ YDVAR(1, VAR_IGNORE_CD_FLAG) }
YY_BREAK
case 189:
YY_RULE_SETUP
#line 403 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_SERVE_EXPIRED_TTL) }
+{ YDVAR(1, VAR_SERVE_EXPIRED) }
YY_BREAK
case 190:
YY_RULE_SETUP
#line 404 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_SERVE_EXPIRED_TTL_RESET) }
+{ YDVAR(1, VAR_SERVE_EXPIRED_TTL) }
YY_BREAK
case 191:
YY_RULE_SETUP
#line 405 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_SERVE_EXPIRED_REPLY_TTL) }
+{ YDVAR(1, VAR_SERVE_EXPIRED_TTL_RESET) }
YY_BREAK
case 192:
YY_RULE_SETUP
#line 406 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_SERVE_EXPIRED_CLIENT_TIMEOUT) }
+{ YDVAR(1, VAR_SERVE_EXPIRED_REPLY_TTL) }
YY_BREAK
case 193:
YY_RULE_SETUP
#line 407 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_EDE_SERVE_EXPIRED) }
+{ YDVAR(1, VAR_SERVE_EXPIRED_CLIENT_TIMEOUT) }
YY_BREAK
case 194:
YY_RULE_SETUP
#line 408 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_SERVE_ORIGINAL_TTL) }
+{ YDVAR(1, VAR_EDE_SERVE_EXPIRED) }
YY_BREAK
case 195:
YY_RULE_SETUP
#line 409 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_FAKE_DSA) }
+{ YDVAR(1, VAR_SERVE_ORIGINAL_TTL) }
YY_BREAK
case 196:
YY_RULE_SETUP
#line 410 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_FAKE_SHA1) }
+{ YDVAR(1, VAR_FAKE_DSA) }
YY_BREAK
case 197:
YY_RULE_SETUP
#line 411 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_VAL_LOG_LEVEL) }
+{ YDVAR(1, VAR_FAKE_SHA1) }
YY_BREAK
case 198:
YY_RULE_SETUP
#line 412 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_KEY_CACHE_SIZE) }
+{ YDVAR(1, VAR_VAL_LOG_LEVEL) }
YY_BREAK
case 199:
YY_RULE_SETUP
#line 413 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_KEY_CACHE_SLABS) }
+{ YDVAR(1, VAR_KEY_CACHE_SIZE) }
YY_BREAK
case 200:
YY_RULE_SETUP
#line 414 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_NEG_CACHE_SIZE) }
+{ YDVAR(1, VAR_KEY_CACHE_SLABS) }
YY_BREAK
case 201:
YY_RULE_SETUP
#line 415 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{
- YDVAR(1, VAR_VAL_NSEC3_KEYSIZE_ITERATIONS) }
+{ YDVAR(1, VAR_NEG_CACHE_SIZE) }
YY_BREAK
case 202:
YY_RULE_SETUP
-#line 417 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_ZONEMD_PERMISSIVE_MODE) }
+#line 416 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
+{
+ YDVAR(1, VAR_VAL_NSEC3_KEYSIZE_ITERATIONS) }
YY_BREAK
case 203:
YY_RULE_SETUP
#line 418 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_ZONEMD_CHECK) }
+{ YDVAR(1, VAR_ZONEMD_PERMISSIVE_MODE) }
YY_BREAK
case 204:
YY_RULE_SETUP
#line 419 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_ZONEMD_REJECT_ABSENCE) }
+{ YDVAR(1, VAR_ZONEMD_CHECK) }
YY_BREAK
case 205:
YY_RULE_SETUP
#line 420 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_ADD_HOLDDOWN) }
+{ YDVAR(1, VAR_ZONEMD_REJECT_ABSENCE) }
YY_BREAK
case 206:
YY_RULE_SETUP
#line 421 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_DEL_HOLDDOWN) }
+{ YDVAR(1, VAR_ADD_HOLDDOWN) }
YY_BREAK
case 207:
YY_RULE_SETUP
#line 422 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_KEEP_MISSING) }
+{ YDVAR(1, VAR_DEL_HOLDDOWN) }
YY_BREAK
case 208:
YY_RULE_SETUP
#line 423 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_PERMIT_SMALL_HOLDDOWN) }
+{ YDVAR(1, VAR_KEEP_MISSING) }
YY_BREAK
case 209:
YY_RULE_SETUP
#line 424 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_USE_SYSLOG) }
+{ YDVAR(1, VAR_PERMIT_SMALL_HOLDDOWN) }
YY_BREAK
case 210:
YY_RULE_SETUP
#line 425 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_LOG_IDENTITY) }
+{ YDVAR(1, VAR_USE_SYSLOG) }
YY_BREAK
case 211:
YY_RULE_SETUP
#line 426 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_LOG_TIME_ASCII) }
+{ YDVAR(1, VAR_LOG_IDENTITY) }
YY_BREAK
case 212:
YY_RULE_SETUP
#line 427 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_LOG_QUERIES) }
+{ YDVAR(1, VAR_LOG_TIME_ASCII) }
YY_BREAK
case 213:
YY_RULE_SETUP
#line 428 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_LOG_REPLIES) }
+{ YDVAR(1, VAR_LOG_QUERIES) }
YY_BREAK
case 214:
YY_RULE_SETUP
#line 429 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_LOG_TAG_QUERYREPLY) }
+{ YDVAR(1, VAR_LOG_REPLIES) }
YY_BREAK
case 215:
YY_RULE_SETUP
#line 430 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_LOG_LOCAL_ACTIONS) }
+{ YDVAR(1, VAR_LOG_TAG_QUERYREPLY) }
YY_BREAK
case 216:
YY_RULE_SETUP
#line 431 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_LOG_SERVFAIL) }
+{ YDVAR(1, VAR_LOG_LOCAL_ACTIONS) }
YY_BREAK
case 217:
YY_RULE_SETUP
#line 432 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(2, VAR_LOCAL_ZONE) }
+{ YDVAR(1, VAR_LOG_SERVFAIL) }
YY_BREAK
case 218:
YY_RULE_SETUP
#line 433 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_LOCAL_DATA) }
+{ YDVAR(2, VAR_LOCAL_ZONE) }
YY_BREAK
case 219:
YY_RULE_SETUP
#line 434 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_LOCAL_DATA_PTR) }
+{ YDVAR(1, VAR_LOCAL_DATA) }
YY_BREAK
case 220:
YY_RULE_SETUP
#line 435 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_UNBLOCK_LAN_ZONES) }
+{ YDVAR(1, VAR_LOCAL_DATA_PTR) }
YY_BREAK
case 221:
YY_RULE_SETUP
#line 436 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_INSECURE_LAN_ZONES) }
+{ YDVAR(1, VAR_UNBLOCK_LAN_ZONES) }
YY_BREAK
case 222:
YY_RULE_SETUP
#line 437 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_STATISTICS_INTERVAL) }
+{ YDVAR(1, VAR_INSECURE_LAN_ZONES) }
YY_BREAK
case 223:
YY_RULE_SETUP
#line 438 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_STATISTICS_CUMULATIVE) }
+{ YDVAR(1, VAR_STATISTICS_INTERVAL) }
YY_BREAK
case 224:
YY_RULE_SETUP
#line 439 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_EXTENDED_STATISTICS) }
+{ YDVAR(1, VAR_STATISTICS_CUMULATIVE) }
YY_BREAK
case 225:
YY_RULE_SETUP
#line 440 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_SHM_ENABLE) }
+{ YDVAR(1, VAR_EXTENDED_STATISTICS) }
YY_BREAK
case 226:
YY_RULE_SETUP
#line 441 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_SHM_KEY) }
+{ YDVAR(1, VAR_SHM_ENABLE) }
YY_BREAK
case 227:
YY_RULE_SETUP
#line 442 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(0, VAR_REMOTE_CONTROL) }
+{ YDVAR(1, VAR_SHM_KEY) }
YY_BREAK
case 228:
YY_RULE_SETUP
#line 443 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_CONTROL_ENABLE) }
+{ YDVAR(0, VAR_REMOTE_CONTROL) }
YY_BREAK
case 229:
YY_RULE_SETUP
#line 444 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_CONTROL_INTERFACE) }
+{ YDVAR(1, VAR_CONTROL_ENABLE) }
YY_BREAK
case 230:
YY_RULE_SETUP
#line 445 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_CONTROL_PORT) }
+{ YDVAR(1, VAR_CONTROL_INTERFACE) }
YY_BREAK
case 231:
YY_RULE_SETUP
#line 446 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_CONTROL_USE_CERT) }
+{ YDVAR(1, VAR_CONTROL_PORT) }
YY_BREAK
case 232:
YY_RULE_SETUP
#line 447 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_SERVER_KEY_FILE) }
+{ YDVAR(1, VAR_CONTROL_USE_CERT) }
YY_BREAK
case 233:
YY_RULE_SETUP
#line 448 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_SERVER_CERT_FILE) }
+{ YDVAR(1, VAR_SERVER_KEY_FILE) }
YY_BREAK
case 234:
YY_RULE_SETUP
#line 449 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_CONTROL_KEY_FILE) }
+{ YDVAR(1, VAR_SERVER_CERT_FILE) }
YY_BREAK
case 235:
YY_RULE_SETUP
#line 450 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_CONTROL_CERT_FILE) }
+{ YDVAR(1, VAR_CONTROL_KEY_FILE) }
YY_BREAK
case 236:
YY_RULE_SETUP
#line 451 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_PYTHON_SCRIPT) }
+{ YDVAR(1, VAR_CONTROL_CERT_FILE) }
YY_BREAK
case 237:
YY_RULE_SETUP
#line 452 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(0, VAR_PYTHON) }
+{ YDVAR(1, VAR_PYTHON_SCRIPT) }
YY_BREAK
case 238:
YY_RULE_SETUP
#line 453 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_DYNLIB_FILE) }
+{ YDVAR(0, VAR_PYTHON) }
YY_BREAK
case 239:
YY_RULE_SETUP
#line 454 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(0, VAR_DYNLIB) }
+{ YDVAR(1, VAR_DYNLIB_FILE) }
YY_BREAK
case 240:
YY_RULE_SETUP
#line 455 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_DOMAIN_INSECURE) }
+{ YDVAR(0, VAR_DYNLIB) }
YY_BREAK
case 241:
YY_RULE_SETUP
#line 456 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_MINIMAL_RESPONSES) }
+{ YDVAR(1, VAR_DOMAIN_INSECURE) }
YY_BREAK
case 242:
YY_RULE_SETUP
#line 457 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_RRSET_ROUNDROBIN) }
+{ YDVAR(1, VAR_MINIMAL_RESPONSES) }
YY_BREAK
case 243:
YY_RULE_SETUP
#line 458 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_UNKNOWN_SERVER_TIME_LIMIT) }
+{ YDVAR(1, VAR_RRSET_ROUNDROBIN) }
YY_BREAK
case 244:
YY_RULE_SETUP
#line 459 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_MAX_UDP_SIZE) }
+{ YDVAR(1, VAR_UNKNOWN_SERVER_TIME_LIMIT) }
YY_BREAK
case 245:
YY_RULE_SETUP
#line 460 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_DNS64_PREFIX) }
+{ YDVAR(1, VAR_MAX_UDP_SIZE) }
YY_BREAK
case 246:
YY_RULE_SETUP
#line 461 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_DNS64_SYNTHALL) }
+{ YDVAR(1, VAR_DNS64_PREFIX) }
YY_BREAK
case 247:
YY_RULE_SETUP
#line 462 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_DNS64_IGNORE_AAAA) }
+{ YDVAR(1, VAR_DNS64_SYNTHALL) }
YY_BREAK
case 248:
YY_RULE_SETUP
#line 463 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_DEFINE_TAG) }
+{ YDVAR(1, VAR_DNS64_IGNORE_AAAA) }
YY_BREAK
case 249:
YY_RULE_SETUP
#line 464 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(2, VAR_LOCAL_ZONE_TAG) }
+{ YDVAR(1, VAR_DEFINE_TAG) }
YY_BREAK
case 250:
YY_RULE_SETUP
#line 465 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(2, VAR_ACCESS_CONTROL_TAG) }
+{ YDVAR(2, VAR_LOCAL_ZONE_TAG) }
YY_BREAK
case 251:
YY_RULE_SETUP
#line 466 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(3, VAR_ACCESS_CONTROL_TAG_ACTION) }
+{ YDVAR(2, VAR_ACCESS_CONTROL_TAG) }
YY_BREAK
case 252:
YY_RULE_SETUP
#line 467 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(3, VAR_ACCESS_CONTROL_TAG_DATA) }
+{ YDVAR(3, VAR_ACCESS_CONTROL_TAG_ACTION) }
YY_BREAK
case 253:
YY_RULE_SETUP
#line 468 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(2, VAR_ACCESS_CONTROL_VIEW) }
+{ YDVAR(3, VAR_ACCESS_CONTROL_TAG_DATA) }
YY_BREAK
case 254:
YY_RULE_SETUP
#line 469 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(3, VAR_LOCAL_ZONE_OVERRIDE) }
+{ YDVAR(2, VAR_ACCESS_CONTROL_VIEW) }
YY_BREAK
case 255:
YY_RULE_SETUP
#line 470 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(0, VAR_DNSTAP) }
+{ YDVAR(2, VAR_INTERFACE_TAG) }
YY_BREAK
case 256:
YY_RULE_SETUP
#line 471 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_DNSTAP_ENABLE) }
+{ YDVAR(3, VAR_INTERFACE_TAG_ACTION) }
YY_BREAK
case 257:
YY_RULE_SETUP
#line 472 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_DNSTAP_BIDIRECTIONAL) }
+{ YDVAR(3, VAR_INTERFACE_TAG_DATA) }
YY_BREAK
case 258:
YY_RULE_SETUP
#line 473 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_DNSTAP_SOCKET_PATH) }
+{ YDVAR(2, VAR_INTERFACE_VIEW) }
YY_BREAK
case 259:
YY_RULE_SETUP
#line 474 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_DNSTAP_IP) }
+{ YDVAR(3, VAR_LOCAL_ZONE_OVERRIDE) }
YY_BREAK
case 260:
YY_RULE_SETUP
#line 475 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_DNSTAP_TLS) }
+{ YDVAR(0, VAR_DNSTAP) }
YY_BREAK
case 261:
YY_RULE_SETUP
#line 476 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_DNSTAP_TLS_SERVER_NAME) }
+{ YDVAR(1, VAR_DNSTAP_ENABLE) }
YY_BREAK
case 262:
YY_RULE_SETUP
#line 477 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_DNSTAP_TLS_CERT_BUNDLE) }
+{ YDVAR(1, VAR_DNSTAP_BIDIRECTIONAL) }
YY_BREAK
case 263:
YY_RULE_SETUP
#line 478 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{
- YDVAR(1, VAR_DNSTAP_TLS_CLIENT_KEY_FILE) }
+{ YDVAR(1, VAR_DNSTAP_SOCKET_PATH) }
YY_BREAK
case 264:
YY_RULE_SETUP
-#line 480 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{
- YDVAR(1, VAR_DNSTAP_TLS_CLIENT_CERT_FILE) }
+#line 479 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
+{ YDVAR(1, VAR_DNSTAP_IP) }
YY_BREAK
case 265:
YY_RULE_SETUP
-#line 482 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_DNSTAP_SEND_IDENTITY) }
+#line 480 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
+{ YDVAR(1, VAR_DNSTAP_TLS) }
YY_BREAK
case 266:
YY_RULE_SETUP
-#line 483 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_DNSTAP_SEND_VERSION) }
+#line 481 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
+{ YDVAR(1, VAR_DNSTAP_TLS_SERVER_NAME) }
YY_BREAK
case 267:
YY_RULE_SETUP
-#line 484 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_DNSTAP_IDENTITY) }
+#line 482 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
+{ YDVAR(1, VAR_DNSTAP_TLS_CERT_BUNDLE) }
YY_BREAK
case 268:
YY_RULE_SETUP
-#line 485 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_DNSTAP_VERSION) }
+#line 483 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
+{
+ YDVAR(1, VAR_DNSTAP_TLS_CLIENT_KEY_FILE) }
YY_BREAK
case 269:
YY_RULE_SETUP
-#line 486 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
+#line 485 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
{
- YDVAR(1, VAR_DNSTAP_LOG_RESOLVER_QUERY_MESSAGES) }
+ YDVAR(1, VAR_DNSTAP_TLS_CLIENT_CERT_FILE) }
YY_BREAK
case 270:
YY_RULE_SETUP
-#line 488 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{
- YDVAR(1, VAR_DNSTAP_LOG_RESOLVER_RESPONSE_MESSAGES) }
+#line 487 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
+{ YDVAR(1, VAR_DNSTAP_SEND_IDENTITY) }
YY_BREAK
case 271:
YY_RULE_SETUP
-#line 490 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{
- YDVAR(1, VAR_DNSTAP_LOG_CLIENT_QUERY_MESSAGES) }
+#line 488 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
+{ YDVAR(1, VAR_DNSTAP_SEND_VERSION) }
YY_BREAK
case 272:
YY_RULE_SETUP
-#line 492 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{
- YDVAR(1, VAR_DNSTAP_LOG_CLIENT_RESPONSE_MESSAGES) }
+#line 489 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
+{ YDVAR(1, VAR_DNSTAP_IDENTITY) }
YY_BREAK
case 273:
YY_RULE_SETUP
-#line 494 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{
- YDVAR(1, VAR_DNSTAP_LOG_FORWARDER_QUERY_MESSAGES) }
+#line 490 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
+{ YDVAR(1, VAR_DNSTAP_VERSION) }
YY_BREAK
case 274:
YY_RULE_SETUP
-#line 496 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
+#line 491 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
{
- YDVAR(1, VAR_DNSTAP_LOG_FORWARDER_RESPONSE_MESSAGES) }
+ YDVAR(1, VAR_DNSTAP_LOG_RESOLVER_QUERY_MESSAGES) }
YY_BREAK
case 275:
YY_RULE_SETUP
-#line 498 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_DISABLE_DNSSEC_LAME_CHECK) }
+#line 493 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
+{
+ YDVAR(1, VAR_DNSTAP_LOG_RESOLVER_RESPONSE_MESSAGES) }
YY_BREAK
case 276:
YY_RULE_SETUP
-#line 499 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_IP_RATELIMIT) }
+#line 495 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
+{
+ YDVAR(1, VAR_DNSTAP_LOG_CLIENT_QUERY_MESSAGES) }
YY_BREAK
case 277:
YY_RULE_SETUP
-#line 500 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_RATELIMIT) }
+#line 497 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
+{
+ YDVAR(1, VAR_DNSTAP_LOG_CLIENT_RESPONSE_MESSAGES) }
YY_BREAK
case 278:
YY_RULE_SETUP
-#line 501 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_IP_RATELIMIT_SLABS) }
+#line 499 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
+{
+ YDVAR(1, VAR_DNSTAP_LOG_FORWARDER_QUERY_MESSAGES) }
YY_BREAK
case 279:
YY_RULE_SETUP
-#line 502 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_RATELIMIT_SLABS) }
+#line 501 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
+{
+ YDVAR(1, VAR_DNSTAP_LOG_FORWARDER_RESPONSE_MESSAGES) }
YY_BREAK
case 280:
YY_RULE_SETUP
#line 503 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_IP_RATELIMIT_SIZE) }
+{ YDVAR(1, VAR_DISABLE_DNSSEC_LAME_CHECK) }
YY_BREAK
case 281:
YY_RULE_SETUP
#line 504 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_RATELIMIT_SIZE) }
+{ YDVAR(1, VAR_IP_RATELIMIT) }
YY_BREAK
case 282:
YY_RULE_SETUP
#line 505 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(2, VAR_RATELIMIT_FOR_DOMAIN) }
+{ YDVAR(1, VAR_RATELIMIT) }
YY_BREAK
case 283:
YY_RULE_SETUP
#line 506 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(2, VAR_RATELIMIT_BELOW_DOMAIN) }
+{ YDVAR(1, VAR_IP_RATELIMIT_SLABS) }
YY_BREAK
case 284:
YY_RULE_SETUP
#line 507 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_IP_RATELIMIT_FACTOR) }
+{ YDVAR(1, VAR_RATELIMIT_SLABS) }
YY_BREAK
case 285:
YY_RULE_SETUP
#line 508 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_RATELIMIT_FACTOR) }
+{ YDVAR(1, VAR_IP_RATELIMIT_SIZE) }
YY_BREAK
case 286:
YY_RULE_SETUP
#line 509 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_IP_RATELIMIT_BACKOFF) }
+{ YDVAR(1, VAR_RATELIMIT_SIZE) }
YY_BREAK
case 287:
YY_RULE_SETUP
#line 510 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_RATELIMIT_BACKOFF) }
+{ YDVAR(2, VAR_RATELIMIT_FOR_DOMAIN) }
YY_BREAK
case 288:
YY_RULE_SETUP
#line 511 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_OUTBOUND_MSG_RETRY) }
+{ YDVAR(2, VAR_RATELIMIT_BELOW_DOMAIN) }
YY_BREAK
case 289:
YY_RULE_SETUP
#line 512 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_LOW_RTT) }
+{ YDVAR(1, VAR_IP_RATELIMIT_FACTOR) }
YY_BREAK
case 290:
YY_RULE_SETUP
#line 513 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_FAST_SERVER_NUM) }
+{ YDVAR(1, VAR_RATELIMIT_FACTOR) }
YY_BREAK
case 291:
YY_RULE_SETUP
#line 514 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_FAST_SERVER_PERMIL) }
+{ YDVAR(1, VAR_IP_RATELIMIT_BACKOFF) }
YY_BREAK
case 292:
YY_RULE_SETUP
#line 515 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_FAST_SERVER_PERMIL) }
+{ YDVAR(1, VAR_RATELIMIT_BACKOFF) }
YY_BREAK
case 293:
YY_RULE_SETUP
#line 516 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_FAST_SERVER_PERMIL) }
+{ YDVAR(1, VAR_OUTBOUND_MSG_RETRY) }
YY_BREAK
case 294:
YY_RULE_SETUP
#line 517 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(2, VAR_RESPONSE_IP_TAG) }
+{ YDVAR(1, VAR_LOW_RTT) }
YY_BREAK
case 295:
YY_RULE_SETUP
#line 518 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(2, VAR_RESPONSE_IP) }
+{ YDVAR(1, VAR_FAST_SERVER_NUM) }
YY_BREAK
case 296:
YY_RULE_SETUP
#line 519 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(2, VAR_RESPONSE_IP_DATA) }
+{ YDVAR(1, VAR_FAST_SERVER_PERMIL) }
YY_BREAK
case 297:
YY_RULE_SETUP
#line 520 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(0, VAR_DNSCRYPT) }
+{ YDVAR(1, VAR_FAST_SERVER_PERMIL) }
YY_BREAK
case 298:
YY_RULE_SETUP
#line 521 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_DNSCRYPT_ENABLE) }
+{ YDVAR(1, VAR_FAST_SERVER_PERMIL) }
YY_BREAK
case 299:
YY_RULE_SETUP
#line 522 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_DNSCRYPT_PORT) }
+{ YDVAR(2, VAR_RESPONSE_IP_TAG) }
YY_BREAK
case 300:
YY_RULE_SETUP
#line 523 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_DNSCRYPT_PROVIDER) }
+{ YDVAR(2, VAR_RESPONSE_IP) }
YY_BREAK
case 301:
YY_RULE_SETUP
#line 524 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_DNSCRYPT_SECRET_KEY) }
+{ YDVAR(2, VAR_RESPONSE_IP_DATA) }
YY_BREAK
case 302:
YY_RULE_SETUP
#line 525 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_DNSCRYPT_PROVIDER_CERT) }
+{ YDVAR(0, VAR_DNSCRYPT) }
YY_BREAK
case 303:
YY_RULE_SETUP
#line 526 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_DNSCRYPT_PROVIDER_CERT_ROTATED) }
+{ YDVAR(1, VAR_DNSCRYPT_ENABLE) }
YY_BREAK
case 304:
YY_RULE_SETUP
#line 527 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{
- YDVAR(1, VAR_DNSCRYPT_SHARED_SECRET_CACHE_SIZE) }
+{ YDVAR(1, VAR_DNSCRYPT_PORT) }
YY_BREAK
case 305:
YY_RULE_SETUP
-#line 529 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{
- YDVAR(1, VAR_DNSCRYPT_SHARED_SECRET_CACHE_SLABS) }
+#line 528 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
+{ YDVAR(1, VAR_DNSCRYPT_PROVIDER) }
YY_BREAK
case 306:
YY_RULE_SETUP
-#line 531 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_DNSCRYPT_NONCE_CACHE_SIZE) }
+#line 529 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
+{ YDVAR(1, VAR_DNSCRYPT_SECRET_KEY) }
YY_BREAK
case 307:
YY_RULE_SETUP
-#line 532 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_DNSCRYPT_NONCE_CACHE_SLABS) }
+#line 530 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
+{ YDVAR(1, VAR_DNSCRYPT_PROVIDER_CERT) }
YY_BREAK
case 308:
YY_RULE_SETUP
-#line 533 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_PAD_RESPONSES) }
+#line 531 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
+{ YDVAR(1, VAR_DNSCRYPT_PROVIDER_CERT_ROTATED) }
YY_BREAK
case 309:
YY_RULE_SETUP
-#line 534 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_PAD_RESPONSES_BLOCK_SIZE) }
+#line 532 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
+{
+ YDVAR(1, VAR_DNSCRYPT_SHARED_SECRET_CACHE_SIZE) }
YY_BREAK
case 310:
YY_RULE_SETUP
-#line 535 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_PAD_QUERIES) }
+#line 534 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
+{
+ YDVAR(1, VAR_DNSCRYPT_SHARED_SECRET_CACHE_SLABS) }
YY_BREAK
case 311:
YY_RULE_SETUP
#line 536 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_PAD_QUERIES_BLOCK_SIZE) }
+{ YDVAR(1, VAR_DNSCRYPT_NONCE_CACHE_SIZE) }
YY_BREAK
case 312:
YY_RULE_SETUP
#line 537 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_IPSECMOD_ENABLED) }
+{ YDVAR(1, VAR_DNSCRYPT_NONCE_CACHE_SLABS) }
YY_BREAK
case 313:
YY_RULE_SETUP
#line 538 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_IPSECMOD_IGNORE_BOGUS) }
+{ YDVAR(1, VAR_PAD_RESPONSES) }
YY_BREAK
case 314:
YY_RULE_SETUP
#line 539 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_IPSECMOD_HOOK) }
+{ YDVAR(1, VAR_PAD_RESPONSES_BLOCK_SIZE) }
YY_BREAK
case 315:
YY_RULE_SETUP
#line 540 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_IPSECMOD_MAX_TTL) }
+{ YDVAR(1, VAR_PAD_QUERIES) }
YY_BREAK
case 316:
YY_RULE_SETUP
#line 541 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_IPSECMOD_WHITELIST) }
+{ YDVAR(1, VAR_PAD_QUERIES_BLOCK_SIZE) }
YY_BREAK
case 317:
YY_RULE_SETUP
#line 542 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_IPSECMOD_WHITELIST) }
+{ YDVAR(1, VAR_IPSECMOD_ENABLED) }
YY_BREAK
case 318:
YY_RULE_SETUP
#line 543 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_IPSECMOD_STRICT) }
+{ YDVAR(1, VAR_IPSECMOD_IGNORE_BOGUS) }
YY_BREAK
case 319:
YY_RULE_SETUP
#line 544 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(0, VAR_CACHEDB) }
+{ YDVAR(1, VAR_IPSECMOD_HOOK) }
YY_BREAK
case 320:
YY_RULE_SETUP
#line 545 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_CACHEDB_BACKEND) }
+{ YDVAR(1, VAR_IPSECMOD_MAX_TTL) }
YY_BREAK
case 321:
YY_RULE_SETUP
#line 546 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_CACHEDB_SECRETSEED) }
+{ YDVAR(1, VAR_IPSECMOD_WHITELIST) }
YY_BREAK
case 322:
YY_RULE_SETUP
#line 547 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_CACHEDB_REDISHOST) }
+{ YDVAR(1, VAR_IPSECMOD_WHITELIST) }
YY_BREAK
case 323:
YY_RULE_SETUP
#line 548 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_CACHEDB_REDISPORT) }
+{ YDVAR(1, VAR_IPSECMOD_STRICT) }
YY_BREAK
case 324:
YY_RULE_SETUP
#line 549 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_CACHEDB_REDISTIMEOUT) }
+{ YDVAR(0, VAR_CACHEDB) }
YY_BREAK
case 325:
YY_RULE_SETUP
#line 550 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_CACHEDB_REDISEXPIRERECORDS) }
+{ YDVAR(1, VAR_CACHEDB_BACKEND) }
YY_BREAK
case 326:
YY_RULE_SETUP
#line 551 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(0, VAR_IPSET) }
+{ YDVAR(1, VAR_CACHEDB_SECRETSEED) }
YY_BREAK
case 327:
YY_RULE_SETUP
#line 552 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_IPSET_NAME_V4) }
+{ YDVAR(1, VAR_CACHEDB_REDISHOST) }
YY_BREAK
case 328:
YY_RULE_SETUP
#line 553 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_IPSET_NAME_V6) }
+{ YDVAR(1, VAR_CACHEDB_REDISPORT) }
YY_BREAK
case 329:
YY_RULE_SETUP
#line 554 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_UDP_UPSTREAM_WITHOUT_DOWNSTREAM) }
+{ YDVAR(1, VAR_CACHEDB_REDISTIMEOUT) }
YY_BREAK
case 330:
YY_RULE_SETUP
#line 555 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(2, VAR_TCP_CONNECTION_LIMIT) }
+{ YDVAR(1, VAR_CACHEDB_REDISEXPIRERECORDS) }
YY_BREAK
case 331:
YY_RULE_SETUP
#line 556 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(2, VAR_EDNS_CLIENT_STRING) }
+{ YDVAR(0, VAR_IPSET) }
YY_BREAK
case 332:
YY_RULE_SETUP
#line 557 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_EDNS_CLIENT_STRING_OPCODE) }
+{ YDVAR(1, VAR_IPSET_NAME_V4) }
YY_BREAK
case 333:
YY_RULE_SETUP
#line 558 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_NSID ) }
+{ YDVAR(1, VAR_IPSET_NAME_V6) }
YY_BREAK
case 334:
YY_RULE_SETUP
#line 559 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ YDVAR(1, VAR_EDE ) }
+{ YDVAR(1, VAR_UDP_UPSTREAM_WITHOUT_DOWNSTREAM) }
YY_BREAK
case 335:
-/* rule 335 can match eol */
YY_RULE_SETUP
#line 560 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
-{ LEXOUT(("NL\n")); cfg_parser->line++; }
+{ YDVAR(2, VAR_TCP_CONNECTION_LIMIT) }
YY_BREAK
-/* Quoted strings. Strip leading and ending quotes */
case 336:
YY_RULE_SETUP
+#line 561 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
+{ YDVAR(2, VAR_EDNS_CLIENT_STRING) }
+ YY_BREAK
+case 337:
+YY_RULE_SETUP
+#line 562 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
+{ YDVAR(1, VAR_EDNS_CLIENT_STRING_OPCODE) }
+ YY_BREAK
+case 338:
+YY_RULE_SETUP
#line 563 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
+{ YDVAR(1, VAR_NSID ) }
+ YY_BREAK
+case 339:
+YY_RULE_SETUP
+#line 564 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
+{ YDVAR(1, VAR_EDE ) }
+ YY_BREAK
+case 340:
+YY_RULE_SETUP
+#line 565 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
+{ YDVAR(1, VAR_PROXY_PROTOCOL_PORT) }
+ YY_BREAK
+case 341:
+/* rule 341 can match eol */
+YY_RULE_SETUP
+#line 566 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
+{ LEXOUT(("NL\n")); cfg_parser->line++; }
+ YY_BREAK
+/* Quoted strings. Strip leading and ending quotes */
+case 342:
+YY_RULE_SETUP
+#line 569 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
{ BEGIN(quotedstring); LEXOUT(("QS ")); }
YY_BREAK
case YY_STATE_EOF(quotedstring):
-#line 564 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
+#line 570 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
{
yyerror("EOF inside quoted string");
if(--num_args == 0) { BEGIN(INITIAL); }
else { BEGIN(val); }
}
YY_BREAK
-case 337:
+case 343:
YY_RULE_SETUP
-#line 569 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
+#line 575 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
{ LEXOUT(("STR(%s) ", yytext)); yymore(); }
YY_BREAK
-case 338:
-/* rule 338 can match eol */
+case 344:
+/* rule 344 can match eol */
YY_RULE_SETUP
-#line 570 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
+#line 576 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
{ yyerror("newline inside quoted string, no end \"");
cfg_parser->line++; BEGIN(INITIAL); }
YY_BREAK
-case 339:
+case 345:
YY_RULE_SETUP
-#line 572 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
+#line 578 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
{
LEXOUT(("QE "));
if(--num_args == 0) { BEGIN(INITIAL); }
@@ -5405,34 +5470,34 @@ YY_RULE_SETUP
}
YY_BREAK
/* Single Quoted strings. Strip leading and ending quotes */
-case 340:
+case 346:
YY_RULE_SETUP
-#line 584 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
+#line 590 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
{ BEGIN(singlequotedstr); LEXOUT(("SQS ")); }
YY_BREAK
case YY_STATE_EOF(singlequotedstr):
-#line 585 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
+#line 591 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
{
yyerror("EOF inside quoted string");
if(--num_args == 0) { BEGIN(INITIAL); }
else { BEGIN(val); }
}
YY_BREAK
-case 341:
+case 347:
YY_RULE_SETUP
-#line 590 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
+#line 596 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
{ LEXOUT(("STR(%s) ", yytext)); yymore(); }
YY_BREAK
-case 342:
-/* rule 342 can match eol */
+case 348:
+/* rule 348 can match eol */
YY_RULE_SETUP
-#line 591 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
+#line 597 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
{ yyerror("newline inside quoted string, no end '");
cfg_parser->line++; BEGIN(INITIAL); }
YY_BREAK
-case 343:
+case 349:
YY_RULE_SETUP
-#line 593 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
+#line 599 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
{
LEXOUT(("SQE "));
if(--num_args == 0) { BEGIN(INITIAL); }
@@ -5445,38 +5510,38 @@ YY_RULE_SETUP
}
YY_BREAK
/* include: directive */
-case 344:
+case 350:
YY_RULE_SETUP
-#line 605 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
+#line 611 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
{
LEXOUT(("v(%s) ", yytext)); inc_prev = YYSTATE; BEGIN(include); }
YY_BREAK
case YY_STATE_EOF(include):
-#line 607 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
+#line 613 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
{
yyerror("EOF inside include directive");
BEGIN(inc_prev);
}
YY_BREAK
-case 345:
+case 351:
YY_RULE_SETUP
-#line 611 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
+#line 617 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
{ LEXOUT(("ISP ")); /* ignore */ }
YY_BREAK
-case 346:
-/* rule 346 can match eol */
+case 352:
+/* rule 352 can match eol */
YY_RULE_SETUP
-#line 612 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
+#line 618 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
{ LEXOUT(("NL\n")); cfg_parser->line++;}
YY_BREAK
-case 347:
+case 353:
YY_RULE_SETUP
-#line 613 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
+#line 619 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
{ LEXOUT(("IQS ")); BEGIN(include_quoted); }
YY_BREAK
-case 348:
+case 354:
YY_RULE_SETUP
-#line 614 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
+#line 620 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
{
LEXOUT(("Iunquotedstr(%s) ", yytext));
config_start_include_glob(yytext, 0);
@@ -5484,27 +5549,27 @@ YY_RULE_SETUP
}
YY_BREAK
case YY_STATE_EOF(include_quoted):
-#line 619 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
+#line 625 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
{
yyerror("EOF inside quoted string");
BEGIN(inc_prev);
}
YY_BREAK
-case 349:
+case 355:
YY_RULE_SETUP
-#line 623 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
+#line 629 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
{ LEXOUT(("ISTR(%s) ", yytext)); yymore(); }
YY_BREAK
-case 350:
-/* rule 350 can match eol */
+case 356:
+/* rule 356 can match eol */
YY_RULE_SETUP
-#line 624 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
+#line 630 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
{ yyerror("newline before \" in include name");
cfg_parser->line++; BEGIN(inc_prev); }
YY_BREAK
-case 351:
+case 357:
YY_RULE_SETUP
-#line 626 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
+#line 632 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
{
LEXOUT(("IQE "));
yytext[yyleng - 1] = '\0';
@@ -5514,7 +5579,7 @@ YY_RULE_SETUP
YY_BREAK
case YY_STATE_EOF(INITIAL):
case YY_STATE_EOF(val):
-#line 632 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
+#line 638 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
{
LEXOUT(("LEXEOF "));
yy_set_bol(1); /* Set beginning of line, so "^" rules match. */
@@ -5529,39 +5594,39 @@ case YY_STATE_EOF(val):
}
YY_BREAK
/* include-toplevel: directive */
-case 352:
+case 358:
YY_RULE_SETUP
-#line 646 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
+#line 652 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
{
LEXOUT(("v(%s) ", yytext)); inc_prev = YYSTATE; BEGIN(include_toplevel);
}
YY_BREAK
case YY_STATE_EOF(include_toplevel):
-#line 649 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
+#line 655 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
{
yyerror("EOF inside include_toplevel directive");
BEGIN(inc_prev);
}
YY_BREAK
-case 353:
+case 359:
YY_RULE_SETUP
-#line 653 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
+#line 659 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
{ LEXOUT(("ITSP ")); /* ignore */ }
YY_BREAK
-case 354:
-/* rule 354 can match eol */
+case 360:
+/* rule 360 can match eol */
YY_RULE_SETUP
-#line 654 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
+#line 660 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
{ LEXOUT(("NL\n")); cfg_parser->line++; }
YY_BREAK
-case 355:
+case 361:
YY_RULE_SETUP
-#line 655 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
+#line 661 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
{ LEXOUT(("ITQS ")); BEGIN(include_toplevel_quoted); }
YY_BREAK
-case 356:
+case 362:
YY_RULE_SETUP
-#line 656 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
+#line 662 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
{
LEXOUT(("ITunquotedstr(%s) ", yytext));
config_start_include_glob(yytext, 1);
@@ -5570,29 +5635,29 @@ YY_RULE_SETUP
}
YY_BREAK
case YY_STATE_EOF(include_toplevel_quoted):
-#line 662 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
+#line 668 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
{
yyerror("EOF inside quoted string");
BEGIN(inc_prev);
}
YY_BREAK
-case 357:
+case 363:
YY_RULE_SETUP
-#line 666 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
+#line 672 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
{ LEXOUT(("ITSTR(%s) ", yytext)); yymore(); }
YY_BREAK
-case 358:
-/* rule 358 can match eol */
+case 364:
+/* rule 364 can match eol */
YY_RULE_SETUP
-#line 667 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
+#line 673 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
{
yyerror("newline before \" in include name");
cfg_parser->line++; BEGIN(inc_prev);
}
YY_BREAK
-case 359:
+case 365:
YY_RULE_SETUP
-#line 671 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
+#line 677 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
{
LEXOUT(("ITQE "));
yytext[yyleng - 1] = '\0';
@@ -5601,33 +5666,33 @@ YY_RULE_SETUP
return (VAR_FORCE_TOPLEVEL);
}
YY_BREAK
-case 360:
+case 366:
YY_RULE_SETUP
-#line 679 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
+#line 685 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
{ LEXOUT(("unquotedstr(%s) ", yytext));
if(--num_args == 0) { BEGIN(INITIAL); }
yylval.str = strdup(yytext); return STRING_ARG; }
YY_BREAK
-case 361:
+case 367:
YY_RULE_SETUP
-#line 683 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
+#line 689 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
{
ub_c_error_msg("unknown keyword '%s'", yytext);
}
YY_BREAK
-case 362:
+case 368:
YY_RULE_SETUP
-#line 687 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
+#line 693 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
{
ub_c_error_msg("stray '%s'", yytext);
}
YY_BREAK
-case 363:
+case 369:
YY_RULE_SETUP
-#line 691 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
+#line 697 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
ECHO;
YY_BREAK
-#line 5629 "<stdout>"
+#line 5694 "<stdout>"
case YY_END_OF_BUFFER:
{
@@ -5920,7 +5985,7 @@ static int yy_get_next_buffer (void)
while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
{
yy_current_state = (int) yy_def[yy_current_state];
- if ( yy_current_state >= 3600 )
+ if ( yy_current_state >= 3646 )
yy_c = yy_meta[(unsigned int) yy_c];
}
yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
@@ -5948,11 +6013,11 @@ static int yy_get_next_buffer (void)
while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
{
yy_current_state = (int) yy_def[yy_current_state];
- if ( yy_current_state >= 3600 )
+ if ( yy_current_state >= 3646 )
yy_c = yy_meta[(unsigned int) yy_c];
}
yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
- yy_is_jam = (yy_current_state == 3599);
+ yy_is_jam = (yy_current_state == 3645);
return yy_is_jam ? 0 : yy_current_state;
}
@@ -6585,7 +6650,7 @@ void yyfree (void * ptr )
#define YYTABLES_NAME "yytables"
-#line 691 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
+#line 697 "/usr/src/usr.sbin/unbound/util/configlexer.lex"
diff --git a/sbin/unwind/libunbound/util/configlexer.lex b/sbin/unwind/libunbound/util/configlexer.lex
index a46a74fb640..09e314b2115 100644
--- a/sbin/unwind/libunbound/util/configlexer.lex
+++ b/sbin/unwind/libunbound/util/configlexer.lex
@@ -364,6 +364,7 @@ view-first{COLON} { YDVAR(1, VAR_VIEW_FIRST) }
do-not-query-address{COLON} { YDVAR(1, VAR_DO_NOT_QUERY_ADDRESS) }
do-not-query-localhost{COLON} { YDVAR(1, VAR_DO_NOT_QUERY_LOCALHOST) }
access-control{COLON} { YDVAR(2, VAR_ACCESS_CONTROL) }
+interface-action{COLON} { YDVAR(2, VAR_INTERFACE_ACTION) }
send-client-subnet{COLON} { YDVAR(1, VAR_SEND_CLIENT_SUBNET) }
client-subnet-zone{COLON} { YDVAR(1, VAR_CLIENT_SUBNET_ZONE) }
client-subnet-always-forward{COLON} { YDVAR(1, VAR_CLIENT_SUBNET_ALWAYS_FORWARD) }
@@ -466,6 +467,10 @@ access-control-tag{COLON} { YDVAR(2, VAR_ACCESS_CONTROL_TAG) }
access-control-tag-action{COLON} { YDVAR(3, VAR_ACCESS_CONTROL_TAG_ACTION) }
access-control-tag-data{COLON} { YDVAR(3, VAR_ACCESS_CONTROL_TAG_DATA) }
access-control-view{COLON} { YDVAR(2, VAR_ACCESS_CONTROL_VIEW) }
+interface-tag{COLON} { YDVAR(2, VAR_INTERFACE_TAG) }
+interface-tag-action{COLON} { YDVAR(3, VAR_INTERFACE_TAG_ACTION) }
+interface-tag-data{COLON} { YDVAR(3, VAR_INTERFACE_TAG_DATA) }
+interface-view{COLON} { YDVAR(2, VAR_INTERFACE_VIEW) }
local-zone-override{COLON} { YDVAR(3, VAR_LOCAL_ZONE_OVERRIDE) }
dnstap{COLON} { YDVAR(0, VAR_DNSTAP) }
dnstap-enable{COLON} { YDVAR(1, VAR_DNSTAP_ENABLE) }
@@ -557,6 +562,7 @@ edns-client-string{COLON} { YDVAR(2, VAR_EDNS_CLIENT_STRING) }
edns-client-string-opcode{COLON} { YDVAR(1, VAR_EDNS_CLIENT_STRING_OPCODE) }
nsid{COLON} { YDVAR(1, VAR_NSID ) }
ede{COLON} { YDVAR(1, VAR_EDE ) }
+proxy-protocol-port{COLON} { YDVAR(1, VAR_PROXY_PROTOCOL_PORT) }
<INITIAL,val>{NEWLINE} { LEXOUT(("NL\n")); cfg_parser->line++; }
/* Quoted strings. Strip leading and ending quotes */
diff --git a/sbin/unwind/libunbound/util/configparser.h b/sbin/unwind/libunbound/util/configparser.h
index 0d6528d0287..d2e7370f1f3 100644
--- a/sbin/unwind/libunbound/util/configparser.h
+++ b/sbin/unwind/libunbound/util/configparser.h
@@ -323,6 +323,12 @@
#define VAR_RPZ_SIGNAL_NXDOMAIN_RA 579
#define VAR_INTERFACE_AUTOMATIC_PORTS 580
#define VAR_EDE 581
+#define VAR_INTERFACE_ACTION 582
+#define VAR_INTERFACE_VIEW 583
+#define VAR_INTERFACE_TAG 584
+#define VAR_INTERFACE_TAG_ACTION 585
+#define VAR_INTERFACE_TAG_DATA 586
+#define VAR_PROXY_PROTOCOL_PORT 587
#ifndef YYSTYPE_DEFINED
#define YYSTYPE_DEFINED
typedef union {
diff --git a/sbin/unwind/libunbound/util/configparser.y b/sbin/unwind/libunbound/util/configparser.y
index c23534019e5..3ecdad2ad25 100644
--- a/sbin/unwind/libunbound/util/configparser.y
+++ b/sbin/unwind/libunbound/util/configparser.y
@@ -52,6 +52,7 @@ int ub_c_lex(void);
void ub_c_error(const char *message);
static void validate_respip_action(const char* action);
+static void validate_acl_action(const char* action);
/* these need to be global, otherwise they cannot be used inside yacc */
extern struct config_parser_state* cfg_parser;
@@ -190,6 +191,9 @@ extern struct config_parser_state* cfg_parser;
%token VAR_EDNS_CLIENT_STRING_OPCODE VAR_NSID
%token VAR_ZONEMD_PERMISSIVE_MODE VAR_ZONEMD_CHECK VAR_ZONEMD_REJECT_ABSENCE
%token VAR_RPZ_SIGNAL_NXDOMAIN_RA VAR_INTERFACE_AUTOMATIC_PORTS VAR_EDE
+%token VAR_INTERFACE_ACTION VAR_INTERFACE_VIEW VAR_INTERFACE_TAG
+%token VAR_INTERFACE_TAG_ACTION VAR_INTERFACE_TAG_DATA
+%token VAR_PROXY_PROTOCOL_PORT
%%
toplevelvars: /* empty */ | toplevelvars toplevelvar ;
@@ -204,12 +208,14 @@ toplevelvar: serverstart contents_server | stubstart contents_stub |
force_toplevel: VAR_FORCE_TOPLEVEL
{
OUTYY(("\nP(force-toplevel)\n"));
+ cfg_parser->started_toplevel = 0;
}
;
/* server: declaration */
serverstart: VAR_SERVER
{
OUTYY(("\nP(server:)\n"));
+ cfg_parser->started_toplevel = 1;
}
;
contents_server: contents_server content_server
@@ -287,6 +293,8 @@ content_server: server_num_threads | server_verbosity | server_port |
server_disable_dnssec_lame_check | server_access_control_tag |
server_local_zone_override | server_access_control_tag_action |
server_access_control_tag_data | server_access_control_view |
+ server_interface_action | server_interface_view | server_interface_tag |
+ server_interface_tag_action | server_interface_tag_data |
server_qname_minimisation_strict |
server_pad_responses | server_pad_responses_block_size |
server_pad_queries | server_pad_queries_block_size |
@@ -313,13 +321,14 @@ content_server: server_num_threads | server_verbosity | server_port |
server_edns_client_string_opcode | server_nsid |
server_zonemd_permissive_mode | server_max_reuse_tcp_queries |
server_tcp_reuse_timeout | server_tcp_auth_query_timeout |
- server_interface_automatic_ports | server_ede
-
+ server_interface_automatic_ports | server_ede |
+ server_proxy_protocol_port
;
stubstart: VAR_STUB_ZONE
{
struct config_stub* s;
OUTYY(("\nP(stub_zone:)\n"));
+ cfg_parser->started_toplevel = 1;
s = (struct config_stub*)calloc(1, sizeof(struct config_stub));
if(s) {
s->next = cfg_parser->cfg->stubs;
@@ -338,6 +347,7 @@ forwardstart: VAR_FORWARD_ZONE
{
struct config_stub* s;
OUTYY(("\nP(forward_zone:)\n"));
+ cfg_parser->started_toplevel = 1;
s = (struct config_stub*)calloc(1, sizeof(struct config_stub));
if(s) {
s->next = cfg_parser->cfg->forwards;
@@ -356,6 +366,7 @@ viewstart: VAR_VIEW
{
struct config_view* s;
OUTYY(("\nP(view:)\n"));
+ cfg_parser->started_toplevel = 1;
s = (struct config_view*)calloc(1, sizeof(struct config_view));
if(s) {
s->next = cfg_parser->cfg->views;
@@ -376,6 +387,7 @@ authstart: VAR_AUTH_ZONE
{
struct config_auth* s;
OUTYY(("\nP(auth_zone:)\n"));
+ cfg_parser->started_toplevel = 1;
s = (struct config_auth*)calloc(1, sizeof(struct config_auth));
if(s) {
s->next = cfg_parser->cfg->auths;
@@ -474,6 +486,7 @@ rpzstart: VAR_RPZ
{
struct config_auth* s;
OUTYY(("\nP(rpz:)\n"));
+ cfg_parser->started_toplevel = 1;
s = (struct config_auth*)calloc(1, sizeof(struct config_auth));
if(s) {
s->next = cfg_parser->cfg->auths;
@@ -1842,21 +1855,18 @@ server_do_not_query_localhost: VAR_DO_NOT_QUERY_LOCALHOST STRING_ARG
server_access_control: VAR_ACCESS_CONTROL STRING_ARG STRING_ARG
{
OUTYY(("P(server_access_control:%s %s)\n", $2, $3));
- if(strcmp($3, "deny")!=0 && strcmp($3, "refuse")!=0 &&
- strcmp($3, "deny_non_local")!=0 &&
- strcmp($3, "refuse_non_local")!=0 &&
- strcmp($3, "allow_setrd")!=0 &&
- strcmp($3, "allow")!=0 &&
- strcmp($3, "allow_snoop")!=0) {
- yyerror("expected deny, refuse, deny_non_local, "
- "refuse_non_local, allow, allow_setrd or "
- "allow_snoop in access control action");
- free($2);
- free($3);
- } else {
- if(!cfg_str2list_insert(&cfg_parser->cfg->acls, $2, $3))
- fatal_exit("out of memory adding acl");
- }
+ validate_acl_action($3);
+ if(!cfg_str2list_insert(&cfg_parser->cfg->acls, $2, $3))
+ fatal_exit("out of memory adding acl");
+ }
+ ;
+server_interface_action: VAR_INTERFACE_ACTION STRING_ARG STRING_ARG
+ {
+ OUTYY(("P(server_interface_action:%s %s)\n", $2, $3));
+ validate_acl_action($3);
+ if(!cfg_str2list_insert(
+ &cfg_parser->cfg->interface_actions, $2, $3))
+ fatal_exit("out of memory adding acl");
}
;
server_module_conf: VAR_MODULE_CONF STRING_ARG
@@ -2414,6 +2424,60 @@ server_access_control_view: VAR_ACCESS_CONTROL_VIEW STRING_ARG STRING_ARG
}
}
;
+server_interface_tag: VAR_INTERFACE_TAG STRING_ARG STRING_ARG
+ {
+ size_t len = 0;
+ uint8_t* bitlist = config_parse_taglist(cfg_parser->cfg, $3,
+ &len);
+ free($3);
+ OUTYY(("P(server_interface_tag:%s)\n", $2));
+ if(!bitlist) {
+ yyerror("could not parse tags, (define-tag them first)");
+ free($2);
+ }
+ if(bitlist) {
+ if(!cfg_strbytelist_insert(
+ &cfg_parser->cfg->interface_tags,
+ $2, bitlist, len)) {
+ yyerror("out of memory");
+ free($2);
+ }
+ }
+ }
+ ;
+server_interface_tag_action: VAR_INTERFACE_TAG_ACTION STRING_ARG STRING_ARG STRING_ARG
+ {
+ OUTYY(("P(server_interface_tag_action:%s %s %s)\n", $2, $3, $4));
+ if(!cfg_str3list_insert(&cfg_parser->cfg->interface_tag_actions,
+ $2, $3, $4)) {
+ yyerror("out of memory");
+ free($2);
+ free($3);
+ free($4);
+ }
+ }
+ ;
+server_interface_tag_data: VAR_INTERFACE_TAG_DATA STRING_ARG STRING_ARG STRING_ARG
+ {
+ OUTYY(("P(server_interface_tag_data:%s %s %s)\n", $2, $3, $4));
+ if(!cfg_str3list_insert(&cfg_parser->cfg->interface_tag_datas,
+ $2, $3, $4)) {
+ yyerror("out of memory");
+ free($2);
+ free($3);
+ free($4);
+ }
+ }
+ ;
+server_interface_view: VAR_INTERFACE_VIEW STRING_ARG STRING_ARG
+ {
+ OUTYY(("P(server_interface_view:%s %s)\n", $2, $3));
+ if(!cfg_str2list_insert(&cfg_parser->cfg->interface_view,
+ $2, $3)) {
+ yyerror("out of memory");
+ }
+ }
+ ;
server_response_ip_tag: VAR_RESPONSE_IP_TAG STRING_ARG STRING_ARG
{
size_t len = 0;
@@ -2761,6 +2825,13 @@ server_ede: VAR_EDE STRING_ARG
free($2);
}
;
+server_proxy_protocol_port: VAR_PROXY_PROTOCOL_PORT STRING_ARG
+ {
+ OUTYY(("P(server_proxy_protocol_port:%s)\n", $2));
+ if(!cfg_strlist_insert(&cfg_parser->cfg->proxy_protocol_port, $2))
+ yyerror("out of memory");
+ }
+ ;
stub_name: VAR_NAME STRING_ARG
{
OUTYY(("P(name:%s)\n", $2));
@@ -3103,6 +3174,7 @@ view_first: VAR_VIEW_FIRST STRING_ARG
rcstart: VAR_REMOTE_CONTROL
{
OUTYY(("\nP(remote-control:)\n"));
+ cfg_parser->started_toplevel = 1;
}
;
contents_rc: contents_rc content_rc
@@ -3175,6 +3247,7 @@ rc_control_cert_file: VAR_CONTROL_CERT_FILE STRING_ARG
dtstart: VAR_DNSTAP
{
OUTYY(("\nP(dnstap:)\n"));
+ cfg_parser->started_toplevel = 1;
}
;
contents_dt: contents_dt content_dt
@@ -3357,6 +3430,7 @@ dt_dnstap_log_forwarder_response_messages: VAR_DNSTAP_LOG_FORWARDER_RESPONSE_MES
pythonstart: VAR_PYTHON
{
OUTYY(("\nP(python:)\n"));
+ cfg_parser->started_toplevel = 1;
}
;
contents_py: contents_py content_py
@@ -3372,6 +3446,7 @@ py_script: VAR_PYTHON_SCRIPT STRING_ARG
dynlibstart: VAR_DYNLIB
{
OUTYY(("\nP(dynlib:)\n"));
+ cfg_parser->started_toplevel = 1;
}
;
contents_dl: contents_dl content_dl
@@ -3421,6 +3496,7 @@ server_response_ip_data: VAR_RESPONSE_IP_DATA STRING_ARG STRING_ARG
dnscstart: VAR_DNSCRYPT
{
OUTYY(("\nP(dnscrypt:)\n"));
+ cfg_parser->started_toplevel = 1;
}
;
contents_dnsc: contents_dnsc content_dnsc
@@ -3530,6 +3606,7 @@ dnsc_dnscrypt_nonce_cache_slabs: VAR_DNSCRYPT_NONCE_CACHE_SLABS STRING_ARG
cachedbstart: VAR_CACHEDB
{
OUTYY(("\nP(cachedb:)\n"));
+ cfg_parser->started_toplevel = 1;
}
;
contents_cachedb: contents_cachedb content_cachedb
@@ -3629,6 +3706,7 @@ server_tcp_connection_limit: VAR_TCP_CONNECTION_LIMIT STRING_ARG STRING_ARG
ipsetstart: VAR_IPSET
{
OUTYY(("\nP(ipset:)\n"));
+ cfg_parser->started_toplevel = 1;
}
;
contents_ipset: contents_ipset content_ipset
@@ -3685,4 +3763,19 @@ validate_respip_action(const char* action)
}
}
-
+static void
+validate_acl_action(const char* action)
+{
+ if(strcmp(action, "deny")!=0 &&
+ strcmp(action, "refuse")!=0 &&
+ strcmp(action, "deny_non_local")!=0 &&
+ strcmp(action, "refuse_non_local")!=0 &&
+ strcmp(action, "allow_setrd")!=0 &&
+ strcmp(action, "allow")!=0 &&
+ strcmp(action, "allow_snoop")!=0)
+ {
+ yyerror("expected deny, refuse, deny_non_local, "
+ "refuse_non_local, allow, allow_setrd or "
+ "allow_snoop as access control action");
+ }
+}
diff --git a/sbin/unwind/libunbound/util/fptr_wlist.c b/sbin/unwind/libunbound/util/fptr_wlist.c
index 05a22d402ee..dc8ab669387 100644
--- a/sbin/unwind/libunbound/util/fptr_wlist.c
+++ b/sbin/unwind/libunbound/util/fptr_wlist.c
@@ -221,6 +221,7 @@ fptr_whitelist_rbtree_cmp(int (*fptr) (const void *, const void *))
if(fptr == &mesh_state_compare) return 1;
else if(fptr == &mesh_state_ref_compare) return 1;
else if(fptr == &addr_tree_compare) return 1;
+ else if(fptr == &addr_tree_addrport_compare) return 1;
else if(fptr == &local_zone_cmp) return 1;
else if(fptr == &local_data_cmp) return 1;
else if(fptr == &fwd_cmp) return 1;
diff --git a/sbin/unwind/libunbound/util/net_help.c b/sbin/unwind/libunbound/util/net_help.c
index 8153dbdd181..54fad6986f3 100644
--- a/sbin/unwind/libunbound/util/net_help.c
+++ b/sbin/unwind/libunbound/util/net_help.c
@@ -233,12 +233,11 @@ log_addr(enum verbosity_value v, const char* str,
else verbose(v, "%s %s port %d", str, dest, (int)port);
}
-int
+int
extstrtoaddr(const char* str, struct sockaddr_storage* addr,
- socklen_t* addrlen)
+ socklen_t* addrlen, int port)
{
char* s;
- int port = UNBOUND_DNS_PORT;
if((s=strchr(str, '@'))) {
char buf[MAX_ADDR_STRLEN];
if(s-str >= MAX_ADDR_STRLEN) {
@@ -255,7 +254,6 @@ extstrtoaddr(const char* str, struct sockaddr_storage* addr,
return ipstrtoaddr(str, port, addr, addrlen);
}
-
int
ipstrtoaddr(const char* ip, int port, struct sockaddr_storage* addr,
socklen_t* addrlen)
diff --git a/sbin/unwind/libunbound/util/net_help.h b/sbin/unwind/libunbound/util/net_help.h
index 4dd39846029..f1881b3ed0c 100644
--- a/sbin/unwind/libunbound/util/net_help.h
+++ b/sbin/unwind/libunbound/util/net_help.h
@@ -96,6 +96,11 @@ extern uint16_t EDNS_ADVERTISED_SIZE;
/** return a random 16-bit number given a random source */
#define GET_RANDOM_ID(rnd) (((unsigned)ub_random(rnd)>>8) & 0xffff)
+/** define MSG_DONTWAIT for unsupported platforms */
+#ifndef MSG_DONTWAIT
+#define MSG_DONTWAIT 0
+#endif
+
/** minimal responses when positive answer */
extern int MINIMAL_RESPONSES;
@@ -178,10 +183,11 @@ void log_err_addr(const char* str, const char* err,
* @param str: the string
* @param addr: where to store sockaddr.
* @param addrlen: length of stored sockaddr is returned.
+ * @param port: default port.
* @return 0 on error.
*/
int extstrtoaddr(const char* str, struct sockaddr_storage* addr,
- socklen_t* addrlen);
+ socklen_t* addrlen, int port);
/**
* Convert ip address string and port to sockaddr.
diff --git a/sbin/unwind/libunbound/util/netevent.c b/sbin/unwind/libunbound/util/netevent.c
index 841e0978738..c67a49ff848 100644
--- a/sbin/unwind/libunbound/util/netevent.c
+++ b/sbin/unwind/libunbound/util/netevent.c
@@ -45,6 +45,7 @@
#include "util/net_help.h"
#include "util/tcp_conn_limit.h"
#include "util/fptr_wlist.h"
+#include "util/proxy_protocol.h"
#include "sldns/pkthdr.h"
#include "sldns/sbuffer.h"
#include "sldns/str2wire.h"
@@ -60,6 +61,9 @@
#ifdef HAVE_NETDB_H
#include <netdb.h>
#endif
+#ifdef HAVE_POLL_H
+#include <poll.h>
+#endif
#ifdef HAVE_OPENSSL_SSL_H
#include <openssl/ssl.h>
@@ -107,6 +111,9 @@
#define NUM_UDP_PER_SELECT 1
#endif
+/** timeout in millisec to wait for write to unblock, packets dropped after.*/
+#define SEND_BLOCKED_WAIT_TIMEOUT 200
+
/**
* The internal event structure for keeping ub_event info for the event.
* Possibly other structures (list, tree) this is part of.
@@ -132,6 +139,10 @@ struct internal_base {
struct ub_event* slow_accept;
/** true if slow_accept is enabled */
int slow_accept_enabled;
+ /** last log time for slow logging of file descriptor errors */
+ time_t last_slow_log;
+ /** last log time for slow logging of write wait failures */
+ time_t last_writewait_log;
};
/**
@@ -367,29 +378,83 @@ comm_point_send_udp_msg(struct comm_point *c, sldns_buffer* packet,
* we want to send the answer, and we will wait for
* the ethernet interface buffer to have space. */
#ifndef USE_WINSOCK
- if(errno == EAGAIN ||
+ if(errno == EAGAIN || errno == EINTR ||
# ifdef EWOULDBLOCK
errno == EWOULDBLOCK ||
# endif
errno == ENOBUFS) {
#else
if(WSAGetLastError() == WSAEINPROGRESS ||
+ WSAGetLastError() == WSAEINTR ||
WSAGetLastError() == WSAENOBUFS ||
WSAGetLastError() == WSAEWOULDBLOCK) {
#endif
- int e;
- fd_set_block(c->fd);
- if (!is_connected) {
- sent = sendto(c->fd, (void*)sldns_buffer_begin(packet),
- sldns_buffer_remaining(packet), 0,
- addr, addrlen);
- } else {
- sent = send(c->fd, (void*)sldns_buffer_begin(packet),
- sldns_buffer_remaining(packet), 0);
+ /* if we set the fd blocking, other threads suddenly
+ * have a blocking fd that they operate on */
+ while(sent == -1 && (
+#ifndef USE_WINSOCK
+ errno == EAGAIN || errno == EINTR ||
+# ifdef EWOULDBLOCK
+ errno == EWOULDBLOCK ||
+# endif
+ errno == ENOBUFS
+#else
+ WSAGetLastError() == WSAEINPROGRESS ||
+ WSAGetLastError() == WSAEINTR ||
+ WSAGetLastError() == WSAENOBUFS ||
+ WSAGetLastError() == WSAEWOULDBLOCK
+#endif
+ )) {
+#if defined(HAVE_POLL) || defined(USE_WINSOCK)
+ struct pollfd p;
+ int pret;
+ memset(&p, 0, sizeof(p));
+ p.fd = c->fd;
+ p.events = POLLOUT | POLLERR | POLLHUP;
+# ifndef USE_WINSOCK
+ pret = poll(&p, 1, SEND_BLOCKED_WAIT_TIMEOUT);
+# else
+ pret = WSAPoll(&p, 1,
+ SEND_BLOCKED_WAIT_TIMEOUT);
+# endif
+ if(pret == 0) {
+ /* timer expired */
+ struct comm_base* b = c->ev->base;
+ if(b->eb->last_writewait_log+SLOW_LOG_TIME <=
+ b->eb->secs) {
+ b->eb->last_writewait_log = b->eb->secs;
+ verbose(VERB_OPS, "send udp blocked "
+ "for long, dropping packet.");
+ }
+ return 0;
+ } else if(pret < 0 &&
+#ifndef USE_WINSOCK
+ errno != EAGAIN && errno != EINTR &&
+# ifdef EWOULDBLOCK
+ errno != EWOULDBLOCK &&
+# endif
+ errno != ENOBUFS
+#else
+ WSAGetLastError() != WSAEINPROGRESS &&
+ WSAGetLastError() != WSAEINTR &&
+ WSAGetLastError() != WSAENOBUFS &&
+ WSAGetLastError() != WSAEWOULDBLOCK
+#endif
+ ) {
+ log_err("poll udp out failed: %s",
+ sock_strerror(errno));
+ return 0;
+ }
+#endif /* defined(HAVE_POLL) || defined(USE_WINSOCK) */
+ if (!is_connected) {
+ sent = sendto(c->fd, (void*)sldns_buffer_begin(packet),
+ sldns_buffer_remaining(packet), 0,
+ addr, addrlen);
+ } else {
+ sent = send(c->fd, (void*)sldns_buffer_begin(packet),
+ sldns_buffer_remaining(packet), 0);
+ }
}
- e = errno;
- fd_set_nonblock(c->fd);
- errno = e;
}
}
if(sent == -1) {
@@ -556,22 +621,74 @@ comm_point_send_udp_msg_if(struct comm_point *c, sldns_buffer* packet,
* we want to send the answer, and we will wait for
* the ethernet interface buffer to have space. */
#ifndef USE_WINSOCK
- if(errno == EAGAIN ||
+ if(errno == EAGAIN || errno == EINTR ||
# ifdef EWOULDBLOCK
errno == EWOULDBLOCK ||
# endif
errno == ENOBUFS) {
#else
if(WSAGetLastError() == WSAEINPROGRESS ||
+ WSAGetLastError() == WSAEINTR ||
WSAGetLastError() == WSAENOBUFS ||
WSAGetLastError() == WSAEWOULDBLOCK) {
#endif
- int e;
- fd_set_block(c->fd);
- sent = sendmsg(c->fd, &msg, 0);
- e = errno;
- fd_set_nonblock(c->fd);
- errno = e;
+ while(sent == -1 && (
+#ifndef USE_WINSOCK
+ errno == EAGAIN || errno == EINTR ||
+# ifdef EWOULDBLOCK
+ errno == EWOULDBLOCK ||
+# endif
+ errno == ENOBUFS
+#else
+ WSAGetLastError() == WSAEINPROGRESS ||
+ WSAGetLastError() == WSAEINTR ||
+ WSAGetLastError() == WSAENOBUFS ||
+ WSAGetLastError() == WSAEWOULDBLOCK
+#endif
+ )) {
+#if defined(HAVE_POLL) || defined(USE_WINSOCK)
+ struct pollfd p;
+ int pret;
+ memset(&p, 0, sizeof(p));
+ p.fd = c->fd;
+ p.events = POLLOUT | POLLERR | POLLHUP;
+# ifndef USE_WINSOCK
+ pret = poll(&p, 1, SEND_BLOCKED_WAIT_TIMEOUT);
+# else
+ pret = WSAPoll(&p, 1,
+ SEND_BLOCKED_WAIT_TIMEOUT);
+# endif
+ if(pret == 0) {
+ /* timer expired */
+ struct comm_base* b = c->ev->base;
+ if(b->eb->last_writewait_log+SLOW_LOG_TIME <=
+ b->eb->secs) {
+ b->eb->last_writewait_log = b->eb->secs;
+ verbose(VERB_OPS, "send udp blocked "
+ "for long, dropping packet.");
+ }
+ return 0;
+ } else if(pret < 0 &&
+#ifndef USE_WINSOCK
+ errno != EAGAIN && errno != EINTR &&
+# ifdef EWOULDBLOCK
+ errno != EWOULDBLOCK &&
+# endif
+ errno != ENOBUFS
+#else
+ WSAGetLastError() != WSAEINPROGRESS &&
+ WSAGetLastError() != WSAEINTR &&
+ WSAGetLastError() != WSAENOBUFS &&
+ WSAGetLastError() != WSAEWOULDBLOCK
+#endif
+ ) {
+ log_err("poll udp out failed: %s",
+ sock_strerror(errno));
+ return 0;
+ }
+#endif /* defined(HAVE_POLL) || defined(USE_WINSOCK) */
+ sent = sendmsg(c->fd, &msg, 0);
+ }
}
}
if(sent == -1) {
@@ -639,6 +756,67 @@ static int udp_recv_needs_log(int err)
return 1;
}
+/** Parses the PROXYv2 header from buf and updates the comm_reply struct.
+ * Returns 1 on success, 0 on failure. */
+static int consume_pp2_header(struct sldns_buffer* buf, struct comm_reply* rep,
+ int stream) {
+ size_t size;
+ struct pp2_header *header = pp2_read_header(buf);
+ if(header == NULL) return 0;
+ size = PP2_HEADER_SIZE + ntohs(header->len);
+ if((header->ver_cmd & 0xF) == PP2_CMD_LOCAL) {
+ /* A connection from the proxy itself.
+ * No need to do anything with addresses. */
+ goto done;
+ }
+ if(header->fam_prot == 0x00) {
+ /* Unspecified family and protocol. This could be used for
+ * health checks by proxies.
+ * No need to do anything with addresses. */
+ goto done;
+ }
+ /* Read the proxied address */
+ switch(header->fam_prot) {
+ case 0x11: /* AF_INET|STREAM */
+ case 0x12: /* AF_INET|DGRAM */
+ {
+ struct sockaddr_in* addr =
+ (struct sockaddr_in*)&rep->client_addr;
+ addr->sin_family = AF_INET;
+ addr->sin_addr.s_addr = header->addr.addr4.src_addr;
+ addr->sin_port = header->addr.addr4.src_port;
+ rep->client_addrlen = (socklen_t)sizeof(struct sockaddr_in);
+ }
+ /* Ignore the destination address; it should be us. */
+ break;
+ case 0x21: /* AF_INET6|STREAM */
+ case 0x22: /* AF_INET6|DGRAM */
+ {
+ struct sockaddr_in6* addr =
+ (struct sockaddr_in6*)&rep->client_addr;
+ memset(addr, 0, sizeof(*addr));
+ addr->sin6_family = AF_INET6;
+ memcpy(&addr->sin6_addr,
+ header->addr.addr6.src_addr, 16);
+ addr->sin6_port = header->addr.addr6.src_port;
+ rep->client_addrlen = (socklen_t)sizeof(struct sockaddr_in6);
+ }
+ /* Ignore the destination address; it should be us. */
+ break;
+ }
+ rep->is_proxied = 1;
+done:
+ if(!stream) {
+ /* We are reading a whole packet;
+ * Move the rest of the data to overwrite the PROXYv2 header */
+ /* XXX can we do better to avoid memmove? */
+ memmove(header, ((char*)header)+size,
+ sldns_buffer_limit(buf)-size);
+ sldns_buffer_set_limit(buf, sldns_buffer_limit(buf)-size);
+ }
+ return 1;
+}
+
void
comm_point_udp_ancil_callback(int fd, short event, void* arg)
{
@@ -665,11 +843,11 @@ comm_point_udp_ancil_callback(int fd, short event, void* arg)
ub_comm_base_now(rep.c->ev->base);
for(i=0; i<NUM_UDP_PER_SELECT; i++) {
sldns_buffer_clear(rep.c->buffer);
- rep.addrlen = (socklen_t)sizeof(rep.addr);
+ rep.remote_addrlen = (socklen_t)sizeof(rep.remote_addr);
log_assert(fd != -1);
log_assert(sldns_buffer_remaining(rep.c->buffer) > 0);
- msg.msg_name = &rep.addr;
- msg.msg_namelen = (socklen_t)sizeof(rep.addr);
+ msg.msg_name = &rep.remote_addr;
+ msg.msg_namelen = (socklen_t)sizeof(rep.remote_addr);
iov[0].iov_base = sldns_buffer_begin(rep.c->buffer);
iov[0].iov_len = sldns_buffer_remaining(rep.c->buffer);
msg.msg_iov = iov;
@@ -679,7 +857,7 @@ comm_point_udp_ancil_callback(int fd, short event, void* arg)
msg.msg_controllen = sizeof(ancil.buf);
#endif /* S_SPLINT_S */
msg.msg_flags = 0;
- rcv = recvmsg(fd, &msg, 0);
+ rcv = recvmsg(fd, &msg, MSG_DONTWAIT);
if(rcv == -1) {
if(errno != EAGAIN && errno != EINTR
&& udp_recv_needs_log(errno)) {
@@ -687,10 +865,11 @@ comm_point_udp_ancil_callback(int fd, short event, void* arg)
}
return;
}
- rep.addrlen = msg.msg_namelen;
+ rep.remote_addrlen = msg.msg_namelen;
sldns_buffer_skip(rep.c->buffer, rcv);
sldns_buffer_flip(rep.c->buffer);
rep.srctype = 0;
+ rep.is_proxied = 0;
#ifndef S_SPLINT_S
for(cmsg = CMSG_FIRSTHDR(&msg); cmsg != NULL;
cmsg = CMSG_NXTHDR(&msg, cmsg)) {
@@ -720,11 +899,24 @@ comm_point_udp_ancil_callback(int fd, short event, void* arg)
if(verbosity >= VERB_ALGO)
p_ancil("receive_udp on interface", &rep);
#endif /* S_SPLINT_S */
+
+ if(rep.c->pp2_enabled && !consume_pp2_header(rep.c->buffer,
+ &rep, 0)) {
+ log_err("proxy_protocol: could not consume PROXYv2 header");
+ return;
+ }
+ if(!rep.is_proxied) {
+ rep.client_addrlen = rep.remote_addrlen;
+ memmove(&rep.client_addr, &rep.remote_addr,
+ rep.remote_addrlen);
+ }
+
fptr_ok(fptr_whitelist_comm_point(rep.c->callback));
if((*rep.c->callback)(rep.c, rep.c->cb_arg, NETEVENT_NOERROR, &rep)) {
/* send back immediate reply */
(void)comm_point_send_udp_msg_if(rep.c, rep.c->buffer,
- (struct sockaddr*)&rep.addr, rep.addrlen, &rep);
+ (struct sockaddr*)&rep.remote_addr,
+ rep.remote_addrlen, &rep);
}
if(!rep.c || rep.c->fd == -1) /* commpoint closed */
break;
@@ -755,12 +947,12 @@ comm_point_udp_callback(int fd, short event, void* arg)
ub_comm_base_now(rep.c->ev->base);
for(i=0; i<NUM_UDP_PER_SELECT; i++) {
sldns_buffer_clear(rep.c->buffer);
- rep.addrlen = (socklen_t)sizeof(rep.addr);
+ rep.remote_addrlen = (socklen_t)sizeof(rep.remote_addr);
log_assert(fd != -1);
log_assert(sldns_buffer_remaining(rep.c->buffer) > 0);
rcv = recvfrom(fd, (void*)sldns_buffer_begin(rep.c->buffer),
- sldns_buffer_remaining(rep.c->buffer), 0,
- (struct sockaddr*)&rep.addr, &rep.addrlen);
+ sldns_buffer_remaining(rep.c->buffer), MSG_DONTWAIT,
+ (struct sockaddr*)&rep.remote_addr, &rep.remote_addrlen);
if(rcv == -1) {
#ifndef USE_WINSOCK
if(errno != EAGAIN && errno != EINTR
@@ -780,6 +972,19 @@ comm_point_udp_callback(int fd, short event, void* arg)
sldns_buffer_skip(rep.c->buffer, rcv);
sldns_buffer_flip(rep.c->buffer);
rep.srctype = 0;
+ rep.is_proxied = 0;
+
+ if(rep.c->pp2_enabled && !consume_pp2_header(rep.c->buffer,
+ &rep, 0)) {
+ log_err("proxy_protocol: could not consume PROXYv2 header");
+ return;
+ }
+ if(!rep.is_proxied) {
+ rep.client_addrlen = rep.remote_addrlen;
+ memmove(&rep.client_addr, &rep.remote_addr,
+ rep.remote_addrlen);
+ }
+
fptr_ok(fptr_whitelist_comm_point(rep.c->callback));
if((*rep.c->callback)(rep.c, rep.c->cb_arg, NETEVENT_NOERROR, &rep)) {
/* send back immediate reply */
@@ -789,7 +994,8 @@ comm_point_udp_callback(int fd, short event, void* arg)
buffer = rep.c->buffer;
#endif
(void)comm_point_send_udp_msg(rep.c, buffer,
- (struct sockaddr*)&rep.addr, rep.addrlen, 0);
+ (struct sockaddr*)&rep.remote_addr,
+ rep.remote_addrlen, 0);
}
if(!rep.c || rep.c->fd != fd) /* commpoint closed to -1 or reused for
another UDP port. Note rep.c cannot be reused with TCP fd. */
@@ -889,6 +1095,16 @@ int comm_point_perform_accept(struct comm_point* c,
struct timeval tv;
verbose(VERB_ALGO, "out of file descriptors: "
"slow accept");
+ ub_comm_base_now(b);
+ if(b->eb->last_slow_log+SLOW_LOG_TIME <=
+ b->eb->secs) {
+ b->eb->last_slow_log = b->eb->secs;
+ verbose(VERB_OPS, "accept failed, "
+ "slow down accept for %d "
+ "msec: %s",
+ NETEVENT_SLOW_ACCEPT_TIME,
+ sock_strerror(errno));
+ }
b->eb->slow_accept_enabled = 1;
fptr_ok(fptr_whitelist_stop_accept(
b->stop_accept));
@@ -909,6 +1125,9 @@ int comm_point_perform_accept(struct comm_point* c,
/* we do not want to log here,
* error: "event_add failed." */
}
+ } else {
+ log_err("accept, with no slow down, "
+ "failed: %s", sock_strerror(errno));
}
return -1;
}
@@ -1092,10 +1311,16 @@ comm_point_tcp_accept_callback(int fd, short event, void* arg)
}
log_assert(fd != -1);
(void)fd;
- new_fd = comm_point_perform_accept(c, &c_hdl->repinfo.addr,
- &c_hdl->repinfo.addrlen);
+ new_fd = comm_point_perform_accept(c, &c_hdl->repinfo.remote_addr,
+ &c_hdl->repinfo.remote_addrlen);
if(new_fd == -1)
return;
+ /* Copy remote_address to client_address.
+ * Simplest way/time for streams to do that. */
+ c_hdl->repinfo.client_addrlen = c_hdl->repinfo.remote_addrlen;
+ memmove(&c_hdl->repinfo.client_addr,
+ &c_hdl->repinfo.remote_addr,
+ c_hdl->repinfo.remote_addrlen);
if(c->ssl) {
c_hdl->ssl = incoming_ssl_fd(c->ssl, new_fd);
if(!c_hdl->ssl) {
@@ -1147,6 +1372,7 @@ reclaim_tcp_handler(struct comm_point* c)
c->tcp_more_read_again = NULL;
c->tcp_more_write_again = NULL;
c->tcp_byte_count = 0;
+ c->pp2_header_state = pp2_header_none;
sldns_buffer_clear(c->buffer);
}
@@ -1278,8 +1504,8 @@ ssl_handshake(struct comm_point* c)
return 0; /* silence reset by peer */
#endif
if(!tcp_connect_errno_needs_log(
- (struct sockaddr*)&c->repinfo.addr,
- c->repinfo.addrlen))
+ (struct sockaddr*)&c->repinfo.remote_addr,
+ c->repinfo.remote_addrlen))
return 0; /* silence connect failures that
show up because after connect this is the
first system call that accesses the socket */
@@ -1291,8 +1517,9 @@ ssl_handshake(struct comm_point* c)
unsigned long err = ERR_get_error();
if(!squelch_err_ssl_handshake(err)) {
log_crypto_err_code("ssl handshake failed", err);
- log_addr(VERB_OPS, "ssl handshake failed", &c->repinfo.addr,
- c->repinfo.addrlen);
+ log_addr(VERB_OPS, "ssl handshake failed",
+ &c->repinfo.remote_addr,
+ c->repinfo.remote_addrlen);
}
return 0;
}
@@ -1309,7 +1536,8 @@ ssl_handshake(struct comm_point* c)
if(!x) {
log_addr(VERB_ALGO, "SSL connection failed: "
"no certificate",
- &c->repinfo.addr, c->repinfo.addrlen);
+ &c->repinfo.remote_addr,
+ c->repinfo.remote_addrlen);
return 0;
}
log_cert(VERB_ALGO, "peer certificate", x);
@@ -1319,13 +1547,13 @@ ssl_handshake(struct comm_point* c)
snprintf(buf, sizeof(buf), "SSL connection "
"to %s authenticated",
SSL_get0_peername(c->ssl));
- log_addr(VERB_ALGO, buf, &c->repinfo.addr,
- c->repinfo.addrlen);
+ log_addr(VERB_ALGO, buf, &c->repinfo.remote_addr,
+ c->repinfo.remote_addrlen);
} else {
#endif
log_addr(VERB_ALGO, "SSL connection "
- "authenticated", &c->repinfo.addr,
- c->repinfo.addrlen);
+ "authenticated", &c->repinfo.remote_addr,
+ c->repinfo.remote_addrlen);
#ifdef HAVE_SSL_GET0_PEERNAME
}
#endif
@@ -1342,14 +1570,15 @@ ssl_handshake(struct comm_point* c)
}
log_addr(VERB_ALGO, "SSL connection failed: "
"failed to authenticate",
- &c->repinfo.addr, c->repinfo.addrlen);
+ &c->repinfo.remote_addr,
+ c->repinfo.remote_addrlen);
return 0;
}
} else {
/* unauthenticated, the verify peer flag was not set
* in c->ssl when the ssl object was created from ssl_ctx */
- log_addr(VERB_ALGO, "SSL connection", &c->repinfo.addr,
- c->repinfo.addrlen);
+ log_addr(VERB_ALGO, "SSL connection", &c->repinfo.remote_addr,
+ c->repinfo.remote_addrlen);
}
#ifdef HAVE_SSL_GET0_ALPN_SELECTED
@@ -1390,6 +1619,142 @@ ssl_handle_read(struct comm_point* c)
if(c->ssl_shake_state != comm_ssl_shake_none)
return 1;
}
+ if(c->pp2_enabled && c->pp2_header_state != pp2_header_done) {
+ struct pp2_header* header = NULL;
+ size_t want_read_size = 0;
+ size_t current_read_size = 0;
+ if(c->pp2_header_state == pp2_header_none) {
+ want_read_size = PP2_HEADER_SIZE;
+ if(sldns_buffer_remaining(c->buffer)<want_read_size) {
+ log_err_addr("proxy_protocol: not enough "
+ "buffer size to read PROXYv2 header", "",
+ &c->repinfo.remote_addr,
+ c->repinfo.remote_addrlen);
+ return 0;
+ }
+ verbose(VERB_ALGO, "proxy_protocol: reading fixed "
+ "part of PROXYv2 header (len %lu)",
+ (unsigned long)want_read_size);
+ current_read_size = want_read_size;
+ if(c->tcp_byte_count < current_read_size) {
+ ERR_clear_error();
+ if((r=SSL_read(c->ssl, (void*)sldns_buffer_at(
+ c->buffer, c->tcp_byte_count),
+ current_read_size -
+ c->tcp_byte_count)) <= 0) {
+ int want = SSL_get_error(c->ssl, r);
+ if(want == SSL_ERROR_ZERO_RETURN) {
+ if(c->tcp_req_info)
+ return tcp_req_info_handle_read_close(c->tcp_req_info);
+ return 0; /* shutdown, closed */
+ } else if(want == SSL_ERROR_WANT_READ) {
+#ifdef USE_WINSOCK
+ ub_winsock_tcp_wouldblock(c->ev->ev, UB_EV_READ);
+#endif
+ return 1; /* read more later */
+ } else if(want == SSL_ERROR_WANT_WRITE) {
+ c->ssl_shake_state = comm_ssl_shake_hs_write;
+ comm_point_listen_for_rw(c, 0, 1);
+ return 1;
+ } else if(want == SSL_ERROR_SYSCALL) {
+#ifdef ECONNRESET
+ if(errno == ECONNRESET && verbosity < 2)
+ return 0; /* silence reset by peer */
+#endif
+ if(errno != 0)
+ log_err("SSL_read syscall: %s",
+ strerror(errno));
+ return 0;
+ }
+ log_crypto_err("could not SSL_read");
+ return 0;
+ }
+ c->tcp_byte_count += r;
+ if(c->tcp_byte_count != current_read_size) return 1;
+ c->pp2_header_state = pp2_header_init;
+ }
+ }
+ if(c->pp2_header_state == pp2_header_init) {
+ header = pp2_read_header(c->buffer);
+ if(!header) {
+ log_err("proxy_protocol: could not parse "
+ "PROXYv2 header");
+ return 0;
+ }
+ want_read_size = ntohs(header->len);
+ if(sldns_buffer_remaining(c->buffer) <
+ PP2_HEADER_SIZE + want_read_size) {
+ log_err_addr("proxy_protocol: not enough "
+ "buffer size to read PROXYv2 header", "",
+ &c->repinfo.remote_addr,
+ c->repinfo.remote_addrlen);
+ return 0;
+ }
+ verbose(VERB_ALGO, "proxy_protocol: reading variable "
+ "part of PROXYv2 header (len %lu)",
+ (unsigned long)want_read_size);
+ current_read_size = PP2_HEADER_SIZE + want_read_size;
+ if(want_read_size == 0) {
+ /* nothing more to read; header is complete */
+ c->pp2_header_state = pp2_header_done;
+ } else if(c->tcp_byte_count < current_read_size) {
+ ERR_clear_error();
+ if((r=SSL_read(c->ssl, (void*)sldns_buffer_at(
+ c->buffer, c->tcp_byte_count),
+ current_read_size -
+ c->tcp_byte_count)) <= 0) {
+ int want = SSL_get_error(c->ssl, r);
+ if(want == SSL_ERROR_ZERO_RETURN) {
+ if(c->tcp_req_info)
+ return tcp_req_info_handle_read_close(c->tcp_req_info);
+ return 0; /* shutdown, closed */
+ } else if(want == SSL_ERROR_WANT_READ) {
+#ifdef USE_WINSOCK
+ ub_winsock_tcp_wouldblock(c->ev->ev, UB_EV_READ);
+#endif
+ return 1; /* read more later */
+ } else if(want == SSL_ERROR_WANT_WRITE) {
+ c->ssl_shake_state = comm_ssl_shake_hs_write;
+ comm_point_listen_for_rw(c, 0, 1);
+ return 1;
+ } else if(want == SSL_ERROR_SYSCALL) {
+#ifdef ECONNRESET
+ if(errno == ECONNRESET && verbosity < 2)
+ return 0; /* silence reset by peer */
+#endif
+ if(errno != 0)
+ log_err("SSL_read syscall: %s",
+ strerror(errno));
+ return 0;
+ }
+ log_crypto_err("could not SSL_read");
+ return 0;
+ }
+ c->tcp_byte_count += r;
+ if(c->tcp_byte_count != current_read_size) return 1;
+ c->pp2_header_state = pp2_header_done;
+ }
+ }
+ if(c->pp2_header_state != pp2_header_done || !header) {
+ log_err_addr("proxy_protocol: wrong state for the "
+ "PROXYv2 header", "", &c->repinfo.remote_addr,
+ c->repinfo.remote_addrlen);
+ return 0;
+ }
+ if(!consume_pp2_header(c->buffer, &c->repinfo, 1)) {
+ log_err_addr("proxy_protocol: could not consume "
+ "PROXYv2 header", "", &c->repinfo.remote_addr,
+ c->repinfo.remote_addrlen);
+ return 0;
+ }
+ verbose(VERB_ALGO, "proxy_protocol: successful read of "
+ "PROXYv2 header");
+ /* Clear and reset the buffer to read the following
+ * DNS packet(s). */
+ sldns_buffer_clear(c->buffer);
+ c->tcp_byte_count = 0;
+ return 1;
+ }
if(c->tcp_byte_count < sizeof(uint16_t)) {
/* read length bytes */
ERR_clear_error();
@@ -1649,16 +2014,18 @@ ssl_handle_it(struct comm_point* c, int is_write)
return ssl_handle_write(c);
}
-/** Handle tcp reading callback.
+/**
+ * Handle tcp reading callback.
* @param fd: file descriptor of socket.
* @param c: comm point to read from into buffer.
* @param short_ok: if true, very short packets are OK (for comm_local).
- * @return: 0 on error
+ * @return: 0 on error
*/
static int
comm_point_tcp_handle_read(int fd, struct comm_point* c, int short_ok)
{
ssize_t r;
+ int recv_initial = 0;
log_assert(c->type == comm_tcp || c->type == comm_local);
if(c->ssl)
return ssl_handle_it(c, 0);
@@ -1666,78 +2033,111 @@ comm_point_tcp_handle_read(int fd, struct comm_point* c, int short_ok)
return 0;
log_assert(fd != -1);
+ if(c->pp2_enabled && c->pp2_header_state != pp2_header_done) {
+ struct pp2_header* header = NULL;
+ size_t want_read_size = 0;
+ size_t current_read_size = 0;
+ if(c->pp2_header_state == pp2_header_none) {
+ want_read_size = PP2_HEADER_SIZE;
+ if(sldns_buffer_remaining(c->buffer)<want_read_size) {
+ log_err_addr("proxy_protocol: not enough "
+ "buffer size to read PROXYv2 header", "",
+ &c->repinfo.remote_addr,
+ c->repinfo.remote_addrlen);
+ return 0;
+ }
+ verbose(VERB_ALGO, "proxy_protocol: reading fixed "
+ "part of PROXYv2 header (len %lu)",
+ (unsigned long)want_read_size);
+ current_read_size = want_read_size;
+ if(c->tcp_byte_count < current_read_size) {
+ r = recv(fd, (void*)sldns_buffer_at(c->buffer,
+ c->tcp_byte_count),
+ current_read_size-c->tcp_byte_count, MSG_DONTWAIT);
+ if(r == 0) {
+ if(c->tcp_req_info)
+ return tcp_req_info_handle_read_close(c->tcp_req_info);
+ return 0;
+ } else if(r == -1) {
+ goto recv_error_initial;
+ }
+ c->tcp_byte_count += r;
+ if(c->tcp_byte_count != current_read_size) return 1;
+ c->pp2_header_state = pp2_header_init;
+ }
+ }
+ if(c->pp2_header_state == pp2_header_init) {
+ header = pp2_read_header(c->buffer);
+ if(!header) {
+ log_err("proxy_protocol: could not parse "
+ "PROXYv2 header");
+ return 0;
+ }
+ want_read_size = ntohs(header->len);
+ if(sldns_buffer_remaining(c->buffer) <
+ PP2_HEADER_SIZE + want_read_size) {
+ log_err_addr("proxy_protocol: not enough "
+ "buffer size to read PROXYv2 header", "",
+ &c->repinfo.remote_addr,
+ c->repinfo.remote_addrlen);
+ return 0;
+ }
+ verbose(VERB_ALGO, "proxy_protocol: reading variable "
+ "part of PROXYv2 header (len %lu)",
+ (unsigned long)want_read_size);
+ current_read_size = PP2_HEADER_SIZE + want_read_size;
+ if(want_read_size == 0) {
+ /* nothing more to read; header is complete */
+ c->pp2_header_state = pp2_header_done;
+ } else if(c->tcp_byte_count < current_read_size) {
+ r = recv(fd, (void*)sldns_buffer_at(c->buffer,
+ c->tcp_byte_count),
+ current_read_size-c->tcp_byte_count, MSG_DONTWAIT);
+ if(r == 0) {
+ if(c->tcp_req_info)
+ return tcp_req_info_handle_read_close(c->tcp_req_info);
+ return 0;
+ } else if(r == -1) {
+ goto recv_error;
+ }
+ c->tcp_byte_count += r;
+ if(c->tcp_byte_count != current_read_size) return 1;
+ c->pp2_header_state = pp2_header_done;
+ }
+ }
+ if(c->pp2_header_state != pp2_header_done || !header) {
+ log_err_addr("proxy_protocol: wrong state for the "
+ "PROXYv2 header", "", &c->repinfo.remote_addr,
+ c->repinfo.remote_addrlen);
+ return 0;
+ }
+ if(!consume_pp2_header(c->buffer, &c->repinfo, 1)) {
+ log_err_addr("proxy_protocol: could not consume "
+ "PROXYv2 header", "", &c->repinfo.remote_addr,
+ c->repinfo.remote_addrlen);
+ return 0;
+ }
+ verbose(VERB_ALGO, "proxy_protocol: successful read of "
+ "PROXYv2 header");
+ /* Clear and reset the buffer to read the following
+ * DNS packet(s). */
+ sldns_buffer_clear(c->buffer);
+ c->tcp_byte_count = 0;
+ return 1;
+ }
+
if(c->tcp_byte_count < sizeof(uint16_t)) {
/* read length bytes */
r = recv(fd,(void*)sldns_buffer_at(c->buffer,c->tcp_byte_count),
- sizeof(uint16_t)-c->tcp_byte_count, 0);
+ sizeof(uint16_t)-c->tcp_byte_count, MSG_DONTWAIT);
if(r == 0) {
if(c->tcp_req_info)
return tcp_req_info_handle_read_close(c->tcp_req_info);
return 0;
} else if(r == -1) {
-#ifndef USE_WINSOCK
- if(errno == EINTR || errno == EAGAIN)
- return 1;
-#ifdef ECONNRESET
- if(errno == ECONNRESET && verbosity < 2)
- return 0; /* silence reset by peer */
-#endif
-#ifdef ECONNREFUSED
- if(errno == ECONNREFUSED && verbosity < 2)
- return 0; /* silence reset by peer */
-#endif
-#ifdef ENETUNREACH
- if(errno == ENETUNREACH && verbosity < 2)
- return 0; /* silence it */
-#endif
-#ifdef EHOSTDOWN
- if(errno == EHOSTDOWN && verbosity < 2)
- return 0; /* silence it */
-#endif
-#ifdef EHOSTUNREACH
- if(errno == EHOSTUNREACH && verbosity < 2)
- return 0; /* silence it */
-#endif
-#ifdef ENETDOWN
- if(errno == ENETDOWN && verbosity < 2)
- return 0; /* silence it */
-#endif
-#ifdef EACCES
- if(errno == EACCES && verbosity < 2)
- return 0; /* silence it */
-#endif
-#ifdef ENOTCONN
- if(errno == ENOTCONN) {
- log_err_addr("read (in tcp s) failed and this could be because TCP Fast Open is enabled [--disable-tfo-client --disable-tfo-server] but does not work", sock_strerror(errno),
- &c->repinfo.addr, c->repinfo.addrlen);
- return 0;
- }
-#endif
-#else /* USE_WINSOCK */
- if(WSAGetLastError() == WSAECONNREFUSED && verbosity < 2)
- return 0;
- if(WSAGetLastError() == WSAEHOSTDOWN && verbosity < 2)
- return 0;
- if(WSAGetLastError() == WSAEHOSTUNREACH && verbosity < 2)
- return 0;
- if(WSAGetLastError() == WSAENETDOWN && verbosity < 2)
- return 0;
- if(WSAGetLastError() == WSAENETUNREACH && verbosity < 2)
- return 0;
- if(WSAGetLastError() == WSAECONNRESET)
- return 0;
- if(WSAGetLastError() == WSAEINPROGRESS)
- return 1;
- if(WSAGetLastError() == WSAEWOULDBLOCK) {
- ub_winsock_tcp_wouldblock(c->ev->ev,
- UB_EV_READ);
- return 1;
- }
-#endif
- log_err_addr("read (in tcp s)", sock_strerror(errno),
- &c->repinfo.addr, c->repinfo.addrlen);
- return 0;
- }
+ if(c->pp2_enabled) goto recv_error;
+ goto recv_error_initial;
+ }
c->tcp_byte_count += r;
if(c->tcp_byte_count != sizeof(uint16_t))
return 1;
@@ -1746,48 +2146,110 @@ comm_point_tcp_handle_read(int fd, struct comm_point* c, int short_ok)
verbose(VERB_QUERY, "tcp: dropped larger than buffer");
return 0;
}
- sldns_buffer_set_limit(c->buffer,
+ sldns_buffer_set_limit(c->buffer,
sldns_buffer_read_u16_at(c->buffer, 0));
- if(!short_ok &&
+ if(!short_ok &&
sldns_buffer_limit(c->buffer) < LDNS_HEADER_SIZE) {
verbose(VERB_QUERY, "tcp: dropped bogus too short.");
return 0;
}
- verbose(VERB_ALGO, "Reading tcp query of length %d",
+ verbose(VERB_ALGO, "Reading tcp query of length %d",
(int)sldns_buffer_limit(c->buffer));
}
if(sldns_buffer_remaining(c->buffer) == 0)
- log_err("in comm_point_tcp_handle_read buffer_remaining is not > 0 as expected, continuing with (harmless) 0 length recv");
+ log_err("in comm_point_tcp_handle_read buffer_remaining is "
+ "not > 0 as expected, continuing with (harmless) 0 "
+ "length recv");
r = recv(fd, (void*)sldns_buffer_current(c->buffer),
- sldns_buffer_remaining(c->buffer), 0);
+ sldns_buffer_remaining(c->buffer), MSG_DONTWAIT);
if(r == 0) {
if(c->tcp_req_info)
return tcp_req_info_handle_read_close(c->tcp_req_info);
return 0;
} else if(r == -1) {
-#ifndef USE_WINSOCK
- if(errno == EINTR || errno == EAGAIN)
- return 1;
-#else /* USE_WINSOCK */
- if(WSAGetLastError() == WSAECONNRESET)
- return 0;
- if(WSAGetLastError() == WSAEINPROGRESS)
- return 1;
- if(WSAGetLastError() == WSAEWOULDBLOCK) {
- ub_winsock_tcp_wouldblock(c->ev->ev, UB_EV_READ);
- return 1;
- }
-#endif
- log_err_addr("read (in tcp r)", sock_strerror(errno),
- &c->repinfo.addr, c->repinfo.addrlen);
- return 0;
+ goto recv_error;
}
sldns_buffer_skip(c->buffer, r);
if(sldns_buffer_remaining(c->buffer) <= 0) {
tcp_callback_reader(c);
}
return 1;
+
+recv_error_initial:
+ recv_initial = 1;
+recv_error:
+#ifndef USE_WINSOCK
+ if(errno == EINTR || errno == EAGAIN)
+ return 1;
+ if(recv_initial) {
+#ifdef ECONNRESET
+ if(errno == ECONNRESET && verbosity < 2)
+ return 0; /* silence reset by peer */
+#endif
+#ifdef ECONNREFUSED
+ if(errno == ECONNREFUSED && verbosity < 2)
+ return 0; /* silence reset by peer */
+#endif
+#ifdef ENETUNREACH
+ if(errno == ENETUNREACH && verbosity < 2)
+ return 0; /* silence it */
+#endif
+#ifdef EHOSTDOWN
+ if(errno == EHOSTDOWN && verbosity < 2)
+ return 0; /* silence it */
+#endif
+#ifdef EHOSTUNREACH
+ if(errno == EHOSTUNREACH && verbosity < 2)
+ return 0; /* silence it */
+#endif
+#ifdef ENETDOWN
+ if(errno == ENETDOWN && verbosity < 2)
+ return 0; /* silence it */
+#endif
+#ifdef EACCES
+ if(errno == EACCES && verbosity < 2)
+ return 0; /* silence it */
+#endif
+#ifdef ENOTCONN
+ if(errno == ENOTCONN) {
+ log_err_addr("read (in tcp s) failed and this "
+ "could be because TCP Fast Open is "
+ "enabled [--disable-tfo-client "
+ "--disable-tfo-server] but does not "
+ "work", sock_strerror(errno),
+ &c->repinfo.remote_addr,
+ c->repinfo.remote_addrlen);
+ return 0;
+ }
+#endif
+ }
+#else /* USE_WINSOCK */
+ if(recv_initial) {
+ if(WSAGetLastError() == WSAECONNREFUSED && verbosity < 2)
+ return 0;
+ if(WSAGetLastError() == WSAEHOSTDOWN && verbosity < 2)
+ return 0;
+ if(WSAGetLastError() == WSAEHOSTUNREACH && verbosity < 2)
+ return 0;
+ if(WSAGetLastError() == WSAENETDOWN && verbosity < 2)
+ return 0;
+ if(WSAGetLastError() == WSAENETUNREACH && verbosity < 2)
+ return 0;
+ }
+ if(WSAGetLastError() == WSAECONNRESET)
+ return 0;
+ if(WSAGetLastError() == WSAEINPROGRESS)
+ return 1;
+ if(WSAGetLastError() == WSAEWOULDBLOCK) {
+ ub_winsock_tcp_wouldblock(c->ev->ev,
+ UB_EV_READ);
+ return 1;
+ }
+#endif
+ log_err_addr("read (in tcp s)", sock_strerror(errno),
+ &c->repinfo.remote_addr, c->repinfo.remote_addrlen);
+ return 0;
}
/**
@@ -1833,7 +2295,8 @@ comm_point_tcp_handle_write(int fd, struct comm_point* c)
return 0; /* silence lots of chatter in the logs */
else if(error != 0) {
log_err_addr("tcp connect", strerror(error),
- &c->repinfo.addr, c->repinfo.addrlen);
+ &c->repinfo.remote_addr,
+ c->repinfo.remote_addrlen);
#else /* USE_WINSOCK */
/* examine error */
if(error == WSAEINPROGRESS)
@@ -1845,7 +2308,8 @@ comm_point_tcp_handle_write(int fd, struct comm_point* c)
return 0;
else if(error != 0) {
log_err_addr("tcp connect", wsa_strerror(error),
- &c->repinfo.addr, c->repinfo.addrlen);
+ &c->repinfo.remote_addr,
+ c->repinfo.remote_addrlen);
#endif /* USE_WINSOCK */
return 0;
}
@@ -1877,8 +2341,8 @@ comm_point_tcp_handle_write(int fd, struct comm_point* c)
iov[1].iov_len = sldns_buffer_limit(buffer);
}
log_assert(iov[0].iov_len > 0);
- msg.msg_name = &c->repinfo.addr;
- msg.msg_namelen = c->repinfo.addrlen;
+ msg.msg_name = &c->repinfo.remote_addr;
+ msg.msg_namelen = c->repinfo.remote_addrlen;
msg.msg_iov = iov;
msg.msg_iovlen = 2;
r = sendmsg(fd, &msg, MSG_FASTOPEN);
@@ -1904,14 +2368,16 @@ comm_point_tcp_handle_write(int fd, struct comm_point* c)
if(verbosity < 2)
return 0; /* silence lots of chatter in the logs */
log_err_addr("tcp sendmsg", strerror(errno),
- &c->repinfo.addr, c->repinfo.addrlen);
+ &c->repinfo.remote_addr,
+ c->repinfo.remote_addrlen);
return 0;
}
verbose(VERB_ALGO, "tcp sendmsg for fastopen failed (with %s), try normal connect", strerror(errno));
/* fallthrough to nonFASTOPEN
* (MSG_FASTOPEN on Linux 3 produces EPIPE)
* we need to perform connect() */
- if(connect(fd, (struct sockaddr *)&c->repinfo.addr, c->repinfo.addrlen) == -1) {
+ if(connect(fd, (struct sockaddr *)&c->repinfo.remote_addr,
+ c->repinfo.remote_addrlen) == -1) {
#ifdef EINPROGRESS
if(errno == EINPROGRESS)
return 1; /* wait until connect done*/
@@ -1922,9 +2388,12 @@ comm_point_tcp_handle_write(int fd, struct comm_point* c)
return 1; /* wait until connect done*/
#endif
if(tcp_connect_errno_needs_log(
- (struct sockaddr *)&c->repinfo.addr, c->repinfo.addrlen)) {
+ (struct sockaddr *)&c->repinfo.remote_addr,
+ c->repinfo.remote_addrlen)) {
log_err_addr("outgoing tcp: connect after EPIPE for fastopen",
- strerror(errno), &c->repinfo.addr, c->repinfo.addrlen);
+ strerror(errno),
+ &c->repinfo.remote_addr,
+ c->repinfo.remote_addrlen);
}
return 0;
}
@@ -1989,10 +2458,12 @@ comm_point_tcp_handle_write(int fd, struct comm_point* c)
#endif
# ifdef HAVE_WRITEV
log_err_addr("tcp writev", strerror(errno),
- &c->repinfo.addr, c->repinfo.addrlen);
+ &c->repinfo.remote_addr,
+ c->repinfo.remote_addrlen);
# else /* HAVE_WRITEV */
log_err_addr("tcp send s", strerror(errno),
- &c->repinfo.addr, c->repinfo.addrlen);
+ &c->repinfo.remote_addr,
+ c->repinfo.remote_addrlen);
# endif /* HAVE_WRITEV */
#else
if(WSAGetLastError() == WSAENOTCONN)
@@ -2008,7 +2479,8 @@ comm_point_tcp_handle_write(int fd, struct comm_point* c)
return 0; /* silence reset by peer */
log_err_addr("tcp send s",
wsa_strerror(WSAGetLastError()),
- &c->repinfo.addr, c->repinfo.addrlen);
+ &c->repinfo.remote_addr,
+ c->repinfo.remote_addrlen);
#endif
return 0;
}
@@ -2056,7 +2528,8 @@ comm_point_tcp_handle_write(int fd, struct comm_point* c)
return 0; /* silence reset by peer */
#endif
log_err_addr("tcp send r", sock_strerror(errno),
- &c->repinfo.addr, c->repinfo.addrlen);
+ &c->repinfo.remote_addr,
+ c->repinfo.remote_addrlen);
return 0;
}
if(c->tcp_write_and_read) {
@@ -2302,7 +2775,7 @@ http_read_more(int fd, struct comm_point* c)
ssize_t r;
log_assert(sldns_buffer_remaining(c->buffer) > 0);
r = recv(fd, (void*)sldns_buffer_current(c->buffer),
- sldns_buffer_remaining(c->buffer), 0);
+ sldns_buffer_remaining(c->buffer), MSG_DONTWAIT);
if(r == 0) {
return 0;
} else if(r == -1) {
@@ -2320,7 +2793,7 @@ http_read_more(int fd, struct comm_point* c)
}
#endif
log_err_addr("read (in http r)", sock_strerror(errno),
- &c->repinfo.addr, c->repinfo.addrlen);
+ &c->repinfo.remote_addr, c->repinfo.remote_addrlen);
return 0;
}
verbose(VERB_ALGO, "http read more skip to %d + %d",
@@ -2740,7 +3213,7 @@ ssize_t http2_recv_cb(nghttp2_session* ATTR_UNUSED(session), uint8_t* buf,
}
#endif /* HAVE_SSL */
- ret = recv(h2_session->c->fd, buf, len, 0);
+ ret = recv(h2_session->c->fd, buf, len, MSG_DONTWAIT);
if(ret == 0) {
return NGHTTP2_ERR_EOF;
} else if(ret < 0) {
@@ -2752,8 +3225,8 @@ ssize_t http2_recv_cb(nghttp2_session* ATTR_UNUSED(session), uint8_t* buf,
return NGHTTP2_ERR_CALLBACK_FAILURE;
#endif
log_err_addr("could not http2 recv: %s", strerror(errno),
- &h2_session->c->repinfo.addr,
- h2_session->c->repinfo.addrlen);
+ &h2_session->c->repinfo.remote_addr,
+ h2_session->c->repinfo.remote_addrlen);
#else /* USE_WINSOCK */
if(WSAGetLastError() == WSAECONNRESET)
return NGHTTP2_ERR_CALLBACK_FAILURE;
@@ -2766,8 +3239,8 @@ ssize_t http2_recv_cb(nghttp2_session* ATTR_UNUSED(session), uint8_t* buf,
}
log_err_addr("could not http2 recv: %s",
wsa_strerror(WSAGetLastError()),
- &h2_session->c->repinfo.addr,
- h2_session->c->repinfo.addrlen);
+ &h2_session->c->repinfo.remote_addr,
+ h2_session->c->repinfo.remote_addrlen);
#endif
return NGHTTP2_ERR_CALLBACK_FAILURE;
}
@@ -2789,8 +3262,8 @@ comm_point_http2_handle_read(int ATTR_UNUSED(fd), struct comm_point* c)
if(ret != NGHTTP2_ERR_EOF &&
ret != NGHTTP2_ERR_CALLBACK_FAILURE) {
char a[256];
- addr_to_str(&c->repinfo.addr, c->repinfo.addrlen,
- a, sizeof(a));
+ addr_to_str(&c->repinfo.remote_addr,
+ c->repinfo.remote_addrlen, a, sizeof(a));
verbose(VERB_QUERY, "http2: session_recv from %s failed, "
"error: %s", a, nghttp2_strerror(ret));
}
@@ -2938,7 +3411,7 @@ http_check_connect(int fd, struct comm_point* c)
return 0; /* silence lots of chatter in the logs */
else if(error != 0) {
log_err_addr("http connect", strerror(error),
- &c->repinfo.addr, c->repinfo.addrlen);
+ &c->repinfo.remote_addr, c->repinfo.remote_addrlen);
#else /* USE_WINSOCK */
/* examine error */
if(error == WSAEINPROGRESS)
@@ -2950,7 +3423,7 @@ http_check_connect(int fd, struct comm_point* c)
return 0;
else if(error != 0) {
log_err_addr("http connect", wsa_strerror(error),
- &c->repinfo.addr, c->repinfo.addrlen);
+ &c->repinfo.remote_addr, c->repinfo.remote_addrlen);
#endif /* USE_WINSOCK */
return 0;
}
@@ -3020,7 +3493,7 @@ http_write_more(int fd, struct comm_point* c)
}
#endif
log_err_addr("http send r", sock_strerror(errno),
- &c->repinfo.addr, c->repinfo.addrlen);
+ &c->repinfo.remote_addr, c->repinfo.remote_addrlen);
return 0;
}
sldns_buffer_skip(c->buffer, r);
@@ -3084,8 +3557,8 @@ ssize_t http2_send_cb(nghttp2_session* ATTR_UNUSED(session), const uint8_t* buf,
return NGHTTP2_ERR_CALLBACK_FAILURE;
#endif
log_err_addr("could not http2 write: %s", strerror(errno),
- &h2_session->c->repinfo.addr,
- h2_session->c->repinfo.addrlen);
+ &h2_session->c->repinfo.remote_addr,
+ h2_session->c->repinfo.remote_addrlen);
#else /* USE_WINSOCK */
if(WSAGetLastError() == WSAENOTCONN)
return NGHTTP2_ERR_WOULDBLOCK;
@@ -3100,8 +3573,8 @@ ssize_t http2_send_cb(nghttp2_session* ATTR_UNUSED(session), const uint8_t* buf,
return NGHTTP2_ERR_CALLBACK_FAILURE;
log_err_addr("could not http2 write: %s",
wsa_strerror(WSAGetLastError()),
- &h2_session->c->repinfo.addr,
- h2_session->c->repinfo.addrlen);
+ &h2_session->c->repinfo.remote_addr,
+ h2_session->c->repinfo.remote_addrlen);
#endif
return NGHTTP2_ERR_CALLBACK_FAILURE;
}
@@ -3281,7 +3754,8 @@ void comm_point_raw_handle_callback(int ATTR_UNUSED(fd),
struct comm_point*
comm_point_create_udp(struct comm_base *base, int fd, sldns_buffer* buffer,
- comm_point_callback_type* callback, void* callback_arg, struct unbound_socket* socket)
+ int pp2_enabled, comm_point_callback_type* callback,
+ void* callback_arg, struct unbound_socket* socket)
{
struct comm_point* c = (struct comm_point*)calloc(1,
sizeof(struct comm_point));
@@ -3321,6 +3795,8 @@ comm_point_create_udp(struct comm_base *base, int fd, sldns_buffer* buffer,
c->callback = callback;
c->cb_arg = callback_arg;
c->socket = socket;
+ c->pp2_enabled = pp2_enabled;
+ c->pp2_header_state = pp2_header_none;
evbits = UB_EV_READ | UB_EV_PERSIST;
/* ub_event stuff */
c->ev->ev = ub_event_new(base->eb->base, c->fd, evbits,
@@ -3340,8 +3816,8 @@ comm_point_create_udp(struct comm_base *base, int fd, sldns_buffer* buffer,
}
struct comm_point*
-comm_point_create_udp_ancil(struct comm_base *base, int fd,
- sldns_buffer* buffer,
+comm_point_create_udp_ancil(struct comm_base *base, int fd,
+ sldns_buffer* buffer, int pp2_enabled,
comm_point_callback_type* callback, void* callback_arg, struct unbound_socket* socket)
{
struct comm_point* c = (struct comm_point*)calloc(1,
@@ -3382,6 +3858,8 @@ comm_point_create_udp_ancil(struct comm_base *base, int fd,
c->callback = callback;
c->cb_arg = callback_arg;
c->socket = socket;
+ c->pp2_enabled = pp2_enabled;
+ c->pp2_header_state = pp2_header_none;
evbits = UB_EV_READ | UB_EV_PERSIST;
/* ub_event stuff */
c->ev->ev = ub_event_new(base->eb->base, c->fd, evbits,
@@ -3461,6 +3939,8 @@ comm_point_create_tcp_handler(struct comm_base *base,
c->callback = callback;
c->cb_arg = callback_arg;
c->socket = socket;
+ c->pp2_enabled = parent->pp2_enabled;
+ c->pp2_header_state = pp2_header_none;
if(spoolbuf) {
c->tcp_req_info = tcp_req_info_create(spoolbuf);
if(!c->tcp_req_info) {
@@ -3556,6 +4036,8 @@ comm_point_create_http_handler(struct comm_base *base,
c->callback = callback;
c->cb_arg = callback_arg;
c->socket = socket;
+ c->pp2_enabled = 0;
+ c->pp2_header_state = pp2_header_none;
c->http_min_version = http_version_2;
c->http2_stream_max_qbuffer_size = bufsize;
@@ -3620,7 +4102,8 @@ comm_point_create_tcp(struct comm_base *base, int fd, int num,
uint32_t http_max_streams, char* http_endpoint,
struct tcl_list* tcp_conn_limit, size_t bufsize,
struct sldns_buffer* spoolbuf, enum listen_type port_type,
- comm_point_callback_type* callback, void* callback_arg, struct unbound_socket* socket)
+ int pp2_enabled, comm_point_callback_type* callback,
+ void* callback_arg, struct unbound_socket* socket)
{
struct comm_point* c = (struct comm_point*)calloc(1,
sizeof(struct comm_point));
@@ -3671,6 +4154,8 @@ comm_point_create_tcp(struct comm_base *base, int fd, int num,
c->callback = NULL;
c->cb_arg = NULL;
c->socket = socket;
+ c->pp2_enabled = (port_type==listen_type_http?0:pp2_enabled);
+ c->pp2_header_state = pp2_header_none;
evbits = UB_EV_READ | UB_EV_PERSIST;
/* ub_event stuff */
c->ev->ev = ub_event_new(base->eb->base, c->fd, evbits,
@@ -3763,6 +4248,8 @@ comm_point_create_tcp_out(struct comm_base *base, size_t bufsize,
c->repinfo.c = c;
c->callback = callback;
c->cb_arg = callback_arg;
+ c->pp2_enabled = 0;
+ c->pp2_header_state = pp2_header_none;
evbits = UB_EV_PERSIST | UB_EV_WRITE;
c->ev->ev = ub_event_new(base->eb->base, c->fd, evbits,
comm_point_tcp_handle_callback, c);
@@ -3829,6 +4316,8 @@ comm_point_create_http_out(struct comm_base *base, size_t bufsize,
c->repinfo.c = c;
c->callback = callback;
c->cb_arg = callback_arg;
+ c->pp2_enabled = 0;
+ c->pp2_header_state = pp2_header_none;
evbits = UB_EV_PERSIST | UB_EV_WRITE;
c->ev->ev = ub_event_new(base->eb->base, c->fd, evbits,
comm_point_http_handle_callback, c);
@@ -3892,6 +4381,8 @@ comm_point_create_local(struct comm_base *base, int fd, size_t bufsize,
#endif
c->callback = callback;
c->cb_arg = callback_arg;
+ c->pp2_enabled = 0;
+ c->pp2_header_state = pp2_header_none;
/* ub_event stuff */
evbits = UB_EV_PERSIST | UB_EV_READ;
c->ev->ev = ub_event_new(base->eb->base, c->fd, evbits,
@@ -3953,6 +4444,8 @@ comm_point_create_raw(struct comm_base* base, int fd, int writing,
#endif
c->callback = callback;
c->cb_arg = callback_arg;
+ c->pp2_enabled = 0;
+ c->pp2_header_state = pp2_header_none;
/* ub_event stuff */
if(writing)
evbits = UB_EV_PERSIST | UB_EV_WRITE;
@@ -4068,20 +4561,21 @@ comm_point_send_reply(struct comm_reply *repinfo)
#endif
if(repinfo->c->type == comm_udp) {
if(repinfo->srctype)
- comm_point_send_udp_msg_if(repinfo->c,
- buffer, (struct sockaddr*)&repinfo->addr,
- repinfo->addrlen, repinfo);
+ comm_point_send_udp_msg_if(repinfo->c, buffer,
+ (struct sockaddr*)&repinfo->remote_addr,
+ repinfo->remote_addrlen, repinfo);
else
comm_point_send_udp_msg(repinfo->c, buffer,
- (struct sockaddr*)&repinfo->addr, repinfo->addrlen, 0);
+ (struct sockaddr*)&repinfo->remote_addr,
+ repinfo->remote_addrlen, 0);
#ifdef USE_DNSTAP
/*
* sending src (client)/dst (local service) addresses over DNSTAP from udp callback
*/
if(repinfo->c->dtenv != NULL && repinfo->c->dtenv->log_client_response_messages) {
log_addr(VERB_ALGO, "from local addr", (void*)repinfo->c->socket->addr->ai_addr, repinfo->c->socket->addr->ai_addrlen);
- log_addr(VERB_ALGO, "response to client", &repinfo->addr, repinfo->addrlen);
- dt_msg_send_client_response(repinfo->c->dtenv, &repinfo->addr, (void*)repinfo->c->socket->addr->ai_addr, repinfo->c->type, repinfo->c->buffer);
+ log_addr(VERB_ALGO, "response to client", &repinfo->client_addr, repinfo->client_addrlen);
+ dt_msg_send_client_response(repinfo->c->dtenv, &repinfo->client_addr, (void*)repinfo->c->socket->addr->ai_addr, repinfo->c->type, repinfo->c->buffer);
}
#endif
} else {
@@ -4091,8 +4585,8 @@ comm_point_send_reply(struct comm_reply *repinfo)
*/
if(repinfo->c->tcp_parent->dtenv != NULL && repinfo->c->tcp_parent->dtenv->log_client_response_messages) {
log_addr(VERB_ALGO, "from local addr", (void*)repinfo->c->socket->addr->ai_addr, repinfo->c->socket->addr->ai_addrlen);
- log_addr(VERB_ALGO, "response to client", &repinfo->addr, repinfo->addrlen);
- dt_msg_send_client_response(repinfo->c->tcp_parent->dtenv, &repinfo->addr, (void*)repinfo->c->socket->addr->ai_addr, repinfo->c->type,
+ log_addr(VERB_ALGO, "response to client", &repinfo->client_addr, repinfo->client_addrlen);
+ dt_msg_send_client_response(repinfo->c->tcp_parent->dtenv, &repinfo->client_addr, (void*)repinfo->c->socket->addr->ai_addr, repinfo->c->type,
( repinfo->c->tcp_req_info? repinfo->c->tcp_req_info->spool_buffer: repinfo->c->buffer ));
}
#endif
diff --git a/sbin/unwind/libunbound/util/netevent.h b/sbin/unwind/libunbound/util/netevent.h
index 9f4d28ba9f8..3e7849c1394 100644
--- a/sbin/unwind/libunbound/util/netevent.h
+++ b/sbin/unwind/libunbound/util/netevent.h
@@ -102,6 +102,8 @@ typedef int comm_point_callback_type(struct comm_point*, void*, int,
/** timeout to slow accept calls when not possible, in msec. */
#define NETEVENT_SLOW_ACCEPT_TIME 2000
+/** timeout to slow down log print, so it does not spam the logs, in sec */
+#define SLOW_LOG_TIME 10
/**
* A communication point dispatcher. Thread specific.
@@ -126,10 +128,11 @@ struct comm_reply {
/** the comm_point with fd to send reply on to. */
struct comm_point* c;
/** the address (for UDP based communication) */
- struct sockaddr_storage addr;
+ struct sockaddr_storage remote_addr;
/** length of address */
- socklen_t addrlen;
- /** return type 0 (none), 4(IP4), 6(IP6) */
+ socklen_t remote_addrlen;
+ /** return type 0 (none), 4(IP4), 6(IP6)
+ * used only with listen_type_udp_ancil* */
int srctype;
/* DnsCrypt context */
#ifdef USE_DNSCRYPT
@@ -153,6 +156,13 @@ struct comm_reply {
pktinfo;
/** max udp size for udp packets */
size_t max_udp_size;
+ /* if set, the request came through a proxy */
+ int is_proxied;
+ /** the client address
+ * the same as remote_addr if not proxied */
+ struct sockaddr_storage client_addr;
+ /** the original address length */
+ socklen_t client_addrlen;
};
/**
@@ -276,6 +286,19 @@ struct comm_point {
/** variable with type of socket, UDP,TCP-accept,TCP,pipe */
type;
+ /* -------- PROXYv2 ------- */
+ /** if set, PROXYv2 is expected on this connection */
+ int pp2_enabled;
+ /** header state for the PROXYv2 header (for TCP) */
+ enum {
+ /** no header encounter yet */
+ pp2_header_none = 0,
+ /** read the static part of the header */
+ pp2_header_init,
+ /** read the full header */
+ pp2_header_done
+ } pp2_header_state;
+
/* ---------- Behaviour ----------- */
/** if set the connection is NOT closed on delete. */
int do_not_close;
@@ -494,8 +517,9 @@ struct ub_event_base* comm_base_internal(struct comm_base* b);
* Create an UDP comm point. Calls malloc.
* setups the structure with the parameters you provide.
* @param base: in which base to alloc the commpoint.
- * @param fd : file descriptor of open UDP socket.
+ * @param fd: file descriptor of open UDP socket.
* @param buffer: shared buffer by UDP sockets from this thread.
+ * @param pp2_enabled: if the comm point will support PROXYv2.
* @param callback: callback function pointer.
* @param callback_arg: will be passed to your callback function.
* @param socket: and opened socket properties will be passed to your callback function.
@@ -503,7 +527,7 @@ struct ub_event_base* comm_base_internal(struct comm_base* b);
* Sets timeout to NULL. Turns off TCP options.
*/
struct comm_point* comm_point_create_udp(struct comm_base* base,
- int fd, struct sldns_buffer* buffer,
+ int fd, struct sldns_buffer* buffer, int pp2_enabled,
comm_point_callback_type* callback, void* callback_arg, struct unbound_socket* socket);
/**
@@ -511,8 +535,9 @@ struct comm_point* comm_point_create_udp(struct comm_base* base,
* Uses recvmsg instead of recv to get udp message.
* setups the structure with the parameters you provide.
* @param base: in which base to alloc the commpoint.
- * @param fd : file descriptor of open UDP socket.
+ * @param fd: file descriptor of open UDP socket.
* @param buffer: shared buffer by UDP sockets from this thread.
+ * @param pp2_enabled: if the comm point will support PROXYv2.
* @param callback: callback function pointer.
* @param callback_arg: will be passed to your callback function.
* @param socket: and opened socket properties will be passed to your callback function.
@@ -520,7 +545,7 @@ struct comm_point* comm_point_create_udp(struct comm_base* base,
* Sets timeout to NULL. Turns off TCP options.
*/
struct comm_point* comm_point_create_udp_ancil(struct comm_base* base,
- int fd, struct sldns_buffer* buffer,
+ int fd, struct sldns_buffer* buffer, int pp2_enabled,
comm_point_callback_type* callback, void* callback_arg, struct unbound_socket* socket);
/**
@@ -542,6 +567,7 @@ struct comm_point* comm_point_create_udp_ancil(struct comm_base* base,
* or NULL to not create those structures in the tcp handlers.
* @param port_type: the type of port we are creating a TCP listener for. Used
* to select handler type to use.
+ * @param pp2_enabled: if the comm point will support PROXYv2.
* @param callback: callback function pointer for TCP handlers.
* @param callback_arg: will be passed to your callback function.
* @param socket: and opened socket properties will be passed to your callback function.
@@ -555,7 +581,7 @@ struct comm_point* comm_point_create_tcp(struct comm_base* base,
uint32_t http_max_streams, char* http_endpoint,
struct tcl_list* tcp_conn_limit,
size_t bufsize, struct sldns_buffer* spoolbuf,
- enum listen_type port_type,
+ enum listen_type port_type, int pp2_enabled,
comm_point_callback_type* callback, void* callback_arg, struct unbound_socket* socket);
/**
diff --git a/sbin/unwind/libunbound/util/proxy_protocol.c b/sbin/unwind/libunbound/util/proxy_protocol.c
new file mode 100644
index 00000000000..757c5141db9
--- /dev/null
+++ b/sbin/unwind/libunbound/util/proxy_protocol.c
@@ -0,0 +1,139 @@
+/*
+ * util/proxy_protocol.c - event notification
+ *
+ * Copyright (c) 2022, NLnet Labs. All rights reserved.
+ *
+ * This software is open source.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ *
+ * Redistributions of source code must retain the above copyright notice,
+ * this list of conditions and the following disclaimer.
+ *
+ * Redistributions in binary form must reproduce the above copyright notice,
+ * this list of conditions and the following disclaimer in the documentation
+ * and/or other materials provided with the distribution.
+ *
+ * Neither the name of the NLNET LABS nor the names of its contributors may
+ * be used to endorse or promote products derived from this software without
+ * specific prior written permission.
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+ * HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
+ * TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
+ * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
+ * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ */
+
+/**
+ * \file
+ *
+ * This file contains PROXY protocol functions.
+ */
+#include "config.h"
+#include "util/log.h"
+#include "util/proxy_protocol.h"
+
+int
+pp2_write_to_buf(struct sldns_buffer* buf, struct sockaddr_storage* src,
+ int stream)
+{
+ int af;
+ if(!src) return 0;
+ af = (int)((struct sockaddr_in*)src)->sin_family;
+ if(sldns_buffer_remaining(buf) <
+ PP2_HEADER_SIZE + (af==AF_INET?12:36)) {
+ return 0;
+ }
+ /* sig */
+ sldns_buffer_write(buf, PP2_SIG, PP2_SIG_LEN);
+ /* version and command */
+ sldns_buffer_write_u8(buf, (PP2_VERSION << 4) | PP2_CMD_PROXY);
+ if(af==AF_INET) {
+ /* family and protocol */
+ sldns_buffer_write_u8(buf,
+ (PP2_AF_INET<<4) |
+ (stream?PP2_PROT_STREAM:PP2_PROT_DGRAM));
+ /* length */
+ sldns_buffer_write_u16(buf, 12);
+ /* src addr */
+ sldns_buffer_write(buf,
+ &((struct sockaddr_in*)src)->sin_addr.s_addr, 4);
+ /* dst addr */
+ sldns_buffer_write_u32(buf, 0);
+ /* src port */
+ sldns_buffer_write(buf,
+ &((struct sockaddr_in*)src)->sin_port, 2);
+ /* dst port */
+ sldns_buffer_write_u16(buf, 0);
+ } else {
+ /* family and protocol */
+ sldns_buffer_write_u8(buf,
+ (PP2_AF_INET6<<4) |
+ (stream?PP2_PROT_STREAM:PP2_PROT_DGRAM));
+ /* length */
+ sldns_buffer_write_u16(buf, 36);
+ /* src addr */
+ sldns_buffer_write(buf,
+ &((struct sockaddr_in6*)src)->sin6_addr, 16);
+ /* dst addr */
+ sldns_buffer_set_at(buf,
+ sldns_buffer_position(buf), 0, 16);
+ sldns_buffer_skip(buf, 16);
+ /* src port */
+ sldns_buffer_write(buf,
+ &((struct sockaddr_in6*)src)->sin6_port, 2);
+ /* dst port */
+ sldns_buffer_write_u16(buf, 0);
+ }
+ return 1;
+}
+
+struct pp2_header*
+pp2_read_header(struct sldns_buffer* buf)
+{
+ size_t size;
+ struct pp2_header* header = (struct pp2_header*)sldns_buffer_begin(buf);
+ /* Try to fail all the unsupported cases first. */
+ if(sldns_buffer_remaining(buf) < PP2_HEADER_SIZE) {
+ log_err("proxy_protocol: not enough space for header");
+ return NULL;
+ }
+ /* Check for PROXYv2 header */
+ if(memcmp(header, PP2_SIG, PP2_SIG_LEN) != 0 ||
+ ((header->ver_cmd & 0xF0)>>4) != PP2_VERSION) {
+ log_err("proxy_protocol: could not match PROXYv2 header");
+ return NULL;
+ }
+ /* Check the length */
+ size = PP2_HEADER_SIZE + ntohs(header->len);
+ if(sldns_buffer_remaining(buf) < size) {
+ log_err("proxy_protocol: not enough space for header");
+ return NULL;
+ }
+ /* Check for supported commands */
+ if((header->ver_cmd & 0xF) != PP2_CMD_LOCAL &&
+ (header->ver_cmd & 0xF) != PP2_CMD_PROXY) {
+ log_err("proxy_protocol: unsupported command");
+ return NULL;
+ }
+ /* Check for supported family and protocol */
+ if(header->fam_prot != 0x00 /* AF_UNSPEC|UNSPEC */ &&
+ header->fam_prot != 0x11 /* AF_INET|STREAM */ &&
+ header->fam_prot != 0x12 /* AF_INET|DGRAM */ &&
+ header->fam_prot != 0x21 /* AF_INET6|STREAM */ &&
+ header->fam_prot != 0x22 /* AF_INET6|DGRAM */) {
+ log_err("proxy_protocol: unsupported family and protocol");
+ return NULL;
+ }
+ /* We have a correct header */
+ return header;
+}
diff --git a/sbin/unwind/libunbound/util/proxy_protocol.h b/sbin/unwind/libunbound/util/proxy_protocol.h
new file mode 100644
index 00000000000..13cab9d7438
--- /dev/null
+++ b/sbin/unwind/libunbound/util/proxy_protocol.h
@@ -0,0 +1,131 @@
+/*
+ * util/proxy_protocol.h - PROXY protocol
+ *
+ * Copyright (c) 2022, NLnet Labs. All rights reserved.
+ *
+ * This software is open source.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ *
+ * Redistributions of source code must retain the above copyright notice,
+ * this list of conditions and the following disclaimer.
+ *
+ * Redistributions in binary form must reproduce the above copyright notice,
+ * this list of conditions and the following disclaimer in the documentation
+ * and/or other materials provided with the distribution.
+ *
+ * Neither the name of the NLNET LABS nor the names of its contributors may
+ * be used to endorse or promote products derived from this software without
+ * specific prior written permission.
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+ * HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
+ * TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
+ * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
+ * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ */
+
+/**
+ * \file
+ *
+ * This file contains PROXY protocol structs and functions.
+ * Only v2 is supported. TLVs are not currently supported.
+ */
+#ifndef PROXY_PROTOCOL_H
+#define PROXY_PROTOCOL_H
+
+#include "sldns/sbuffer.h"
+
+/** PROXYv2 minimum header size */
+#define PP2_HEADER_SIZE 16
+
+/** PROXYv2 header signature */
+#define PP2_SIG "\x0D\x0A\x0D\x0A\x00\x0D\x0A\x51\x55\x49\x54\x0A"
+#define PP2_SIG_LEN 12
+
+/** PROXYv2 version */
+#define PP2_VERSION 0x2
+
+/**
+ * PROXYv2 command.
+ */
+enum pp2_command {
+ PP2_CMD_LOCAL = 0x0,
+ PP2_CMD_PROXY = 0x1
+};
+
+/**
+ * PROXYv2 address family.
+ */
+enum pp2_af {
+ PP2_AF_UNSPEC = 0x0,
+ PP2_AF_INET = 0x1,
+ PP2_AF_INET6 = 0x2,
+ PP2_AF_UNIX = 0x3
+};
+
+/**
+ * PROXYv2 protocol.
+ */
+enum pp2_protocol {
+ PP2_PROT_UNSPEC = 0x0,
+ PP2_PROT_STREAM = 0x1,
+ PP2_PROT_DGRAM = 0x2
+};
+
+/**
+ * PROXYv2 header.
+ */
+struct pp2_header {
+ uint8_t sig[PP2_SIG_LEN];
+ uint8_t ver_cmd;
+ uint8_t fam_prot;
+ uint16_t len;
+ union {
+ struct { /* for TCP/UDP over IPv4, len = 12 */
+ uint32_t src_addr;
+ uint32_t dst_addr;
+ uint16_t src_port;
+ uint16_t dst_port;
+ } addr4;
+ struct { /* for TCP/UDP over IPv6, len = 36 */
+ uint8_t src_addr[16];
+ uint8_t dst_addr[16];
+ uint16_t src_port;
+ uint16_t dst_port;
+ } addr6;
+ struct { /* for AF_UNIX sockets, len = 216 */
+ uint8_t src_addr[108];
+ uint8_t dst_addr[108];
+ } addru;
+ } addr;
+};
+
+/**
+ * Write a PROXYv2 header at the current position of the buffer.
+ * @param buf: the buffer to write to.
+ * @param src: the source address.
+ * @param stream: if the protocol is stream or datagram.
+ * @return 1 on success, 0 on failure.
+ */
+int pp2_write_to_buf(struct sldns_buffer* buf, struct sockaddr_storage* src,
+ int stream);
+
+/**
+ * Read a PROXYv2 header from the current position of the buffer.
+ * It does initial validation and returns a pointer to the buffer position on
+ * success.
+ * @param buf: the buffer to read from.
+ * @return the pointer to the buffer position on success, NULL on error.
+ */
+struct pp2_header* pp2_read_header(struct sldns_buffer* buf);
+
+#endif /* PROXY_PROTOCOL_H */
diff --git a/sbin/unwind/libunbound/util/storage/dnstree.c b/sbin/unwind/libunbound/util/storage/dnstree.c
index f883044afa4..eef393f91b6 100644
--- a/sbin/unwind/libunbound/util/storage/dnstree.c
+++ b/sbin/unwind/libunbound/util/storage/dnstree.c
@@ -71,6 +71,14 @@ int addr_tree_compare(const void* k1, const void* k2)
return 0;
}
+int addr_tree_addrport_compare(const void* k1, const void* k2)
+{
+ struct addr_tree_node* n1 = (struct addr_tree_node*)k1;
+ struct addr_tree_node* n2 = (struct addr_tree_node*)k2;
+ return sockaddr_cmp(&n1->addr, n1->addrlen, &n2->addr,
+ n2->addrlen);
+}
+
void name_tree_init(rbtree_type* tree)
{
rbtree_init(tree, &name_tree_compare);
@@ -81,6 +89,11 @@ void addr_tree_init(rbtree_type* tree)
rbtree_init(tree, &addr_tree_compare);
}
+void addr_tree_addrport_init(rbtree_type* tree)
+{
+ rbtree_init(tree, &addr_tree_addrport_compare);
+}
+
int name_tree_insert(rbtree_type* tree, struct name_tree_node* node,
uint8_t* name, size_t len, int labs, uint16_t dclass)
{
diff --git a/sbin/unwind/libunbound/util/storage/dnstree.h b/sbin/unwind/libunbound/util/storage/dnstree.h
index d54602fd7dd..8aaa94098bc 100644
--- a/sbin/unwind/libunbound/util/storage/dnstree.h
+++ b/sbin/unwind/libunbound/util/storage/dnstree.h
@@ -154,6 +154,13 @@ int name_tree_next_root(rbtree_type* tree, uint16_t* dclass);
void addr_tree_init(rbtree_type* tree);
/**
+ * Init addr tree to be empty.
+ * The comparison function to be used is addr_tree_addrport_compare.
+ * @param tree: to init.
+ */
+void addr_tree_addrport_init(rbtree_type* tree);
+
+/**
* insert element into addr tree.
* @param tree: addr tree
* @param node: node element (at start of a structure that caller
@@ -207,4 +214,7 @@ int name_tree_compare(const void* k1, const void* k2);
/** compare addr tree nodes */
int addr_tree_compare(const void* k1, const void* k2);
+/** compare addr tree nodes (address and port only) */
+int addr_tree_addrport_compare(const void* k1, const void* k2);
+
#endif /* UTIL_STORAGE_DNSTREE_H */
diff --git a/sbin/unwind/libunbound/util/tube.c b/sbin/unwind/libunbound/util/tube.c
index 40556e72020..43455feefb7 100644
--- a/sbin/unwind/libunbound/util/tube.c
+++ b/sbin/unwind/libunbound/util/tube.c
@@ -424,6 +424,28 @@ int tube_wait(struct tube* tube)
return pollit(tube->sr, NULL);
}
+int tube_wait_timeout(struct tube* tube, int msec)
+{
+ struct timeval t;
+ int fd = tube->sr;
+ fd_set r;
+ t.tv_sec = msec/1000;
+ t.tv_usec = (msec%1000)*1000;
+#ifndef S_SPLINT_S
+ FD_ZERO(&r);
+ FD_SET(FD_SET_T fd, &r);
+#endif
+ while(1) {
+ if(select(fd+1, &r, NULL, NULL, &t) == -1) {
+ if(errno == EAGAIN || errno == EINTR)
+ continue;
+ return -1;
+ }
+ break;
+ }
+ return (int)(FD_ISSET(fd, &r));
+}
+
int tube_read_fd(struct tube* tube)
{
return tube->sr;
@@ -649,6 +671,26 @@ int tube_wait(struct tube* tube)
return 1;
}
+int tube_wait_timeout(struct tube* tube, int msec)
+{
+ /* block on eventhandle */
+ DWORD res = WSAWaitForMultipleEvents(
+ 1 /* one event in array */,
+ &tube->event /* the event to wait for, our pipe signal */,
+ 0 /* wait for all events is false */,
+ msec /* wait for timeout */,
+ 0 /* we are not alertable for IO completion routines */
+ );
+ if(res == WSA_WAIT_TIMEOUT) {
+ return 0;
+ }
+ if(res == WSA_WAIT_IO_COMPLETION) {
+ /* a bit unexpected, since we were not alertable */
+ return -1;
+ }
+ return 1;
+}
+
int tube_read_fd(struct tube* ATTR_UNUSED(tube))
{
/* nothing sensible on Windows */
diff --git a/sbin/unwind/libunbound/util/tube.h b/sbin/unwind/libunbound/util/tube.h
index 5b1fdb8e8f4..5e4fb86445c 100644
--- a/sbin/unwind/libunbound/util/tube.h
+++ b/sbin/unwind/libunbound/util/tube.h
@@ -205,6 +205,14 @@ int tube_poll(struct tube* tube);
int tube_wait(struct tube* tube);
/**
+ * Wait for data to be ready with a timeout.
+ * @param tube: the tube to wait on.
+ * @param msec: timeout in milliseconds.
+ * @return 1 if there is something to read within timeout, readability.
+ * 0 on a timeout. On failures -1, like errors. */
+int tube_wait_timeout(struct tube* tube, int msec);
+
+/**
* Get FD that is readable when new information arrives.
* @param tube
* @return file descriptor.