summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Wirt <formorer@debian.org>2013-05-18 21:48:14 +0200
committerAlexander Wirt <formorer@debian.org>2013-05-18 21:48:14 +0200
commit6b61aefbf3de71852386f5f26d60c10ef62407d3 (patch)
tree3f3bc8e11f487c990c57e8a345db2040b3e9a66c
parentea27bb406e3d8fe9466ba274af38e6f540ff5bfc (diff)
downloadconntrack-tools-6b61aefbf3de71852386f5f26d60c10ef62407d3.tar.gz
conntrack-tools-6b61aefbf3de71852386f5f26d60c10ef62407d3.zip
Imported Upstream version 1.4.1
-rw-r--r--Make_global.am4
-rw-r--r--Makefile.in63
-rw-r--r--aclocal.m46
-rwxr-xr-xbuild-aux/config.sub11
-rwxr-xr-xbuild-aux/depcomp124
-rw-r--r--build-aux/ltmain.sh4
-rwxr-xr-xconfigure1132
-rw-r--r--configure.ac20
-rw-r--r--doc/helper/conntrackd.conf116
-rw-r--r--doc/manual/conntrack-tools.tmpl166
-rw-r--r--doc/sync/alarm/conntrackd.conf3
-rw-r--r--doc/sync/ftfw/conntrackd.conf3
-rw-r--r--doc/sync/notrack/conntrackd.conf3
-rw-r--r--extensions/Makefile.in33
-rw-r--r--include/Makefile.am3
-rw-r--r--include/Makefile.in43
-rw-r--r--include/channel.h11
-rw-r--r--include/conntrack.h2
-rw-r--r--include/conntrackd.h31
-rw-r--r--include/fds.h4
-rw-r--r--include/helper.h111
-rw-r--r--include/linux/Makefile.in40
-rw-r--r--include/linux/netfilter/Makefile.am2
-rw-r--r--include/linux/netfilter/Makefile.in31
-rw-r--r--include/linux/netfilter/nfnetlink_cthelper.h55
-rw-r--r--include/linux/netfilter/nfnetlink_queue.h99
-rw-r--r--include/myct.h43
-rw-r--r--include/netlink.h2
-rw-r--r--include/nfct.h10
-rw-r--r--include/stack.h28
-rw-r--r--m4/libtool.m428
-rw-r--r--src/Makefile.am25
-rw-r--r--src/Makefile.in307
-rw-r--r--src/build.c3
-rw-r--r--src/channel.c5
-rw-r--r--src/channel_tcp.c1
-rw-r--r--src/conntrack.c399
-rw-r--r--src/cthelper.c523
-rw-r--r--src/ctnl.c524
-rw-r--r--src/expect.c214
-rw-r--r--src/fds.c61
-rw-r--r--src/filter.c12
-rw-r--r--src/helpers.c76
-rw-r--r--src/helpers/Makefile.am17
-rw-r--r--src/helpers/Makefile.in659
-rw-r--r--src/helpers/ftp.c604
-rw-r--r--src/helpers/rpc.c488
-rw-r--r--src/helpers/tns.c407
-rw-r--r--src/internal_bypass.c2
-rw-r--r--src/main.c5
-rw-r--r--src/multichannel.c7
-rw-r--r--src/netlink.c37
-rw-r--r--src/nfct-extensions/helper.c615
-rw-r--r--src/nfct.c6
-rw-r--r--src/parse.c3
-rw-r--r--src/process.c12
-rw-r--r--src/read_config_lex.c7386
-rw-r--r--src/read_config_lex.l6
-rw-r--r--src/read_config_yy.c1597
-rw-r--r--src/read_config_yy.h36
-rw-r--r--src/read_config_yy.y219
-rw-r--r--src/run.c578
-rw-r--r--src/stack.c56
-rw-r--r--src/stats-mode.c1
-rw-r--r--src/sync-mode.c173
-rw-r--r--src/tcp.c30
-rw-r--r--src/utils.c243
67 files changed, 12237 insertions, 5331 deletions
diff --git a/Make_global.am b/Make_global.am
index 7b5342d..23c7dd0 100644
--- a/Make_global.am
+++ b/Make_global.am
@@ -4,4 +4,6 @@ AM_CFLAGS = -std=gnu99 -W -Wall \
-Wmissing-prototypes -Wwrite-strings -Wcast-qual -Wfloat-equal -Wshadow -Wpointer-arith -Wbad-function-cast -Wsign-compare -Waggregate-return -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wstrict-prototypes -Wundef \
-Wno-unused-parameter ${LIBNFNETLINK_CFLAGS} ${LIBMNL_CFLAGS} \
${LIBNETFILTER_CONNTRACK_CFLAGS} \
- ${LIBNETFILTER_CTTIMEOUT_CFLAGS}
+ ${LIBNETFILTER_CTTIMEOUT_CFLAGS} \
+ ${LIBNETFILTER_QUEUE_CFLAGS} \
+ ${LIBNETFILTER_CTHELPER_CFLAGS}
diff --git a/Makefile.in b/Makefile.in
index 16760b0..eb46041 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.11.3 from Makefile.am.
+# Makefile.in generated by automake 1.11.6 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
@@ -15,6 +15,23 @@
@SET_MAKE@
VPATH = @srcdir@
+am__make_dryrun = \
+ { \
+ am__dry=no; \
+ case $$MAKEFLAGS in \
+ *\\[\ \ ]*) \
+ echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
+ | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
+ *) \
+ for am__flg in $$MAKEFLAGS; do \
+ case $$am__flg in \
+ *=*|--*) ;; \
+ *n*) am__dry=yes; break;; \
+ esac; \
+ done;; \
+ esac; \
+ test $$am__dry = yes; \
+ }
pkgdatadir = $(datadir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
pkglibdir = $(libdir)/@PACKAGE@
@@ -67,6 +84,11 @@ RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
install-pdf-recursive install-ps-recursive install-recursive \
installcheck-recursive installdirs-recursive pdf-recursive \
ps-recursive uninstall-recursive
+am__can_run_installinfo = \
+ case $$AM_UPDATE_INFO_DIR in \
+ n|no|NO) false;; \
+ *) (install-info --version) >/dev/null 2>&1;; \
+ esac
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
am__vpath_adj = case $$p in \
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
@@ -185,8 +207,12 @@ LIBMNL_CFLAGS = @LIBMNL_CFLAGS@
LIBMNL_LIBS = @LIBMNL_LIBS@
LIBNETFILTER_CONNTRACK_CFLAGS = @LIBNETFILTER_CONNTRACK_CFLAGS@
LIBNETFILTER_CONNTRACK_LIBS = @LIBNETFILTER_CONNTRACK_LIBS@
+LIBNETFILTER_CTHELPER_CFLAGS = @LIBNETFILTER_CTHELPER_CFLAGS@
+LIBNETFILTER_CTHELPER_LIBS = @LIBNETFILTER_CTHELPER_LIBS@
LIBNETFILTER_CTTIMEOUT_CFLAGS = @LIBNETFILTER_CTTIMEOUT_CFLAGS@
LIBNETFILTER_CTTIMEOUT_LIBS = @LIBNETFILTER_CTTIMEOUT_LIBS@
+LIBNETFILTER_QUEUE_CFLAGS = @LIBNETFILTER_QUEUE_CFLAGS@
+LIBNETFILTER_QUEUE_LIBS = @LIBNETFILTER_QUEUE_LIBS@
LIBNFNETLINK_CFLAGS = @LIBNFNETLINK_CFLAGS@
LIBNFNETLINK_LIBS = @LIBNFNETLINK_LIBS@
LIBOBJS = @LIBOBJS@
@@ -257,6 +283,7 @@ includedir = @includedir@
infodir = @infodir@
install_sh = @install_sh@
libdir = @libdir@
+libdl_LIBS = @libdl_LIBS@
libexecdir = @libexecdir@
localedir = @localedir@
localstatedir = @localstatedir@
@@ -280,7 +307,9 @@ AM_CFLAGS = -std=gnu99 -W -Wall \
-Wmissing-prototypes -Wwrite-strings -Wcast-qual -Wfloat-equal -Wshadow -Wpointer-arith -Wbad-function-cast -Wsign-compare -Waggregate-return -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wstrict-prototypes -Wundef \
-Wno-unused-parameter ${LIBNFNETLINK_CFLAGS} ${LIBMNL_CFLAGS} \
${LIBNETFILTER_CONNTRACK_CFLAGS} \
- ${LIBNETFILTER_CTTIMEOUT_CFLAGS}
+ ${LIBNETFILTER_CTTIMEOUT_CFLAGS} \
+ ${LIBNETFILTER_QUEUE_CFLAGS} \
+ ${LIBNETFILTER_CTHELPER_CFLAGS}
ACLOCAL_AMFLAGS = -I m4
man_MANS = conntrack.8 conntrackd.8 nfct.8
@@ -336,11 +365,18 @@ distclean-libtool:
-rm -f libtool config.lt
install-man8: $(man_MANS)
@$(NORMAL_INSTALL)
- test -z "$(man8dir)" || $(MKDIR_P) "$(DESTDIR)$(man8dir)"
- @list=''; test -n "$(man8dir)" || exit 0; \
- { for i in $$list; do echo "$$i"; done; \
- l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
- sed -n '/\.8[a-z]*$$/p'; \
+ @list1=''; \
+ list2='$(man_MANS)'; \
+ test -n "$(man8dir)" \
+ && test -n "`echo $$list1$$list2`" \
+ || exit 0; \
+ echo " $(MKDIR_P) '$(DESTDIR)$(man8dir)'"; \
+ $(MKDIR_P) "$(DESTDIR)$(man8dir)" || exit 1; \
+ { for i in $$list1; do echo "$$i"; done; \
+ if test -n "$$list2"; then \
+ for i in $$list2; do echo "$$i"; done \
+ | sed -n '/\.8[a-z]*$$/p'; \
+ fi; \
} | while read p; do \
if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
echo "$$d$$p"; echo "$$p"; \
@@ -553,13 +589,10 @@ distdir: $(DISTFILES)
done
@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
if test "$$subdir" = .; then :; else \
- test -d "$(distdir)/$$subdir" \
- || $(MKDIR_P) "$(distdir)/$$subdir" \
- || exit 1; \
- fi; \
- done
- @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
- if test "$$subdir" = .; then :; else \
+ $(am__make_dryrun) \
+ || test -d "$(distdir)/$$subdir" \
+ || $(MKDIR_P) "$(distdir)/$$subdir" \
+ || exit 1; \
dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
$(am__relativize); \
new_distdir=$$reldir; \
@@ -647,7 +680,7 @@ distcheck: dist
*.zip*) \
unzip $(distdir).zip ;;\
esac
- chmod -R a-w $(distdir); chmod a+w $(distdir)
+ chmod -R a-w $(distdir); chmod u+w $(distdir)
mkdir $(distdir)/_build
mkdir $(distdir)/_inst
chmod a-w $(distdir)
diff --git a/aclocal.m4 b/aclocal.m4
index ddc9b5d..9d9c9cb 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -1,4 +1,4 @@
-# generated automatically by aclocal 1.11.3 -*- Autoconf -*-
+# generated automatically by aclocal 1.11.6 -*- Autoconf -*-
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
# 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation,
@@ -198,7 +198,7 @@ AC_DEFUN([AM_AUTOMAKE_VERSION],
[am__api_version='1.11'
dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
dnl require some minimum version. Point them to the right macro.
-m4_if([$1], [1.11.3], [],
+m4_if([$1], [1.11.6], [],
[AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
])
@@ -214,7 +214,7 @@ m4_define([_AM_AUTOCONF_VERSION], [])
# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
# This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
-[AM_AUTOMAKE_VERSION([1.11.3])dnl
+[AM_AUTOMAKE_VERSION([1.11.6])dnl
m4_ifndef([AC_AUTOCONF_VERSION],
[m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
diff --git a/build-aux/config.sub b/build-aux/config.sub
index c894da4..6205f84 100755
--- a/build-aux/config.sub
+++ b/build-aux/config.sub
@@ -4,7 +4,7 @@
# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
# 2011, 2012 Free Software Foundation, Inc.
-timestamp='2012-02-10'
+timestamp='2012-04-18'
# This file is (in principle) common to ALL GNU software.
# The presence of a machine in this file suggests that SOME GNU software
@@ -225,6 +225,12 @@ case $os in
-isc*)
basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
;;
+ -lynx*178)
+ os=-lynxos178
+ ;;
+ -lynx*5)
+ os=-lynxos5
+ ;;
-lynx*)
os=-lynxos
;;
@@ -1537,6 +1543,9 @@ case $basic_machine in
c4x-* | tic4x-*)
os=-coff
;;
+ hexagon-*)
+ os=-elf
+ ;;
tic54x-*)
os=-coff
;;
diff --git a/build-aux/depcomp b/build-aux/depcomp
index bd0ac08..25a39e6 100755
--- a/build-aux/depcomp
+++ b/build-aux/depcomp
@@ -1,10 +1,10 @@
#! /bin/sh
# depcomp - compile a program generating dependencies as side-effects
-scriptversion=2011-12-04.11; # UTC
+scriptversion=2012-03-27.16; # UTC
# Copyright (C) 1999, 2000, 2003, 2004, 2005, 2006, 2007, 2009, 2010,
-# 2011 Free Software Foundation, Inc.
+# 2011, 2012 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -28,7 +28,7 @@ scriptversion=2011-12-04.11; # UTC
case $1 in
'')
- echo "$0: No command. Try \`$0 --help' for more information." 1>&2
+ echo "$0: No command. Try '$0 --help' for more information." 1>&2
exit 1;
;;
-h | --h*)
@@ -40,8 +40,8 @@ as side-effects.
Environment variables:
depmode Dependency tracking mode.
- source Source file read by `PROGRAMS ARGS'.
- object Object file output by `PROGRAMS ARGS'.
+ source Source file read by 'PROGRAMS ARGS'.
+ object Object file output by 'PROGRAMS ARGS'.
DEPDIR directory where to store dependencies.
depfile Dependency file to output.
tmpdepfile Temporary file to use when outputting dependencies.
@@ -57,6 +57,12 @@ EOF
;;
esac
+# A tabulation character.
+tab=' '
+# A newline character.
+nl='
+'
+
if test -z "$depmode" || test -z "$source" || test -z "$object"; then
echo "depcomp: Variables source, object and depmode must be set" 1>&2
exit 1
@@ -102,6 +108,12 @@ if test "$depmode" = msvc7msys; then
depmode=msvc7
fi
+if test "$depmode" = xlc; then
+ # IBM C/C++ Compilers xlc/xlC can output gcc-like dependency informations.
+ gccflag=-qmakedep=gcc,-MF
+ depmode=gcc
+fi
+
case "$depmode" in
gcc3)
## gcc 3 implements dependency tracking that does exactly what
@@ -156,15 +168,14 @@ gcc)
## The second -e expression handles DOS-style file names with drive letters.
sed -e 's/^[^:]*: / /' \
-e 's/^['$alpha']:\/[^:]*: / /' < "$tmpdepfile" >> "$depfile"
-## This next piece of magic avoids the `deleted header file' problem.
+## This next piece of magic avoids the "deleted header file" problem.
## The problem is that when a header file which appears in a .P file
## is deleted, the dependency causes make to die (because there is
## typically no way to rebuild the header). We avoid this by adding
## dummy dependencies for each header file. Too bad gcc doesn't do
## this for us directly.
- tr ' ' '
-' < "$tmpdepfile" |
-## Some versions of gcc put a space before the `:'. On the theory
+ tr ' ' "$nl" < "$tmpdepfile" |
+## Some versions of gcc put a space before the ':'. On the theory
## that the space means something, we add a space to the output as
## well. hp depmode also adds that space, but also prefixes the VPATH
## to the object. Take care to not repeat it in the output.
@@ -203,18 +214,15 @@ sgi)
# clever and replace this with sed code, as IRIX sed won't handle
# lines with more than a fixed number of characters (4096 in
# IRIX 6.2 sed, 8192 in IRIX 6.5). We also remove comment lines;
- # the IRIX cc adds comments like `#:fec' to the end of the
+ # the IRIX cc adds comments like '#:fec' to the end of the
# dependency line.
- tr ' ' '
-' < "$tmpdepfile" \
+ tr ' ' "$nl" < "$tmpdepfile" \
| sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' | \
- tr '
-' ' ' >> "$depfile"
+ tr "$nl" ' ' >> "$depfile"
echo >> "$depfile"
# The second pass generates a dummy entry for each header file.
- tr ' ' '
-' < "$tmpdepfile" \
+ tr ' ' "$nl" < "$tmpdepfile" \
| sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' -e 's/$/:/' \
>> "$depfile"
else
@@ -226,10 +234,17 @@ sgi)
rm -f "$tmpdepfile"
;;
+xlc)
+ # This case exists only to let depend.m4 do its work. It works by
+ # looking at the text of this script. This case will never be run,
+ # since it is checked for above.
+ exit 1
+ ;;
+
aix)
# The C for AIX Compiler uses -M and outputs the dependencies
# in a .u file. In older versions, this file always lives in the
- # current directory. Also, the AIX compiler puts `$object:' at the
+ # current directory. Also, the AIX compiler puts '$object:' at the
# start of each line; $object doesn't have directory information.
# Version 6 uses the directory in both cases.
dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
@@ -259,12 +274,11 @@ aix)
test -f "$tmpdepfile" && break
done
if test -f "$tmpdepfile"; then
- # Each line is of the form `foo.o: dependent.h'.
+ # Each line is of the form 'foo.o: dependent.h'.
# Do two passes, one to just change these to
- # `$object: dependent.h' and one to simply `dependent.h:'.
+ # '$object: dependent.h' and one to simply 'dependent.h:'.
sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile"
- # That's a tab and a space in the [].
- sed -e 's,^.*\.[a-z]*:[ ]*,,' -e 's,$,:,' < "$tmpdepfile" >> "$depfile"
+ sed -e 's,^.*\.[a-z]*:['"$tab"' ]*,,' -e 's,$,:,' < "$tmpdepfile" >> "$depfile"
else
# The sourcefile does not contain any dependencies, so just
# store a dummy comment line, to avoid errors with the Makefile
@@ -275,23 +289,26 @@ aix)
;;
icc)
- # Intel's C compiler understands `-MD -MF file'. However on
- # icc -MD -MF foo.d -c -o sub/foo.o sub/foo.c
+ # Intel's C compiler anf tcc (Tiny C Compiler) understand '-MD -MF file'.
+ # However on
+ # $CC -MD -MF foo.d -c -o sub/foo.o sub/foo.c
# ICC 7.0 will fill foo.d with something like
# foo.o: sub/foo.c
# foo.o: sub/foo.h
- # which is wrong. We want:
+ # which is wrong. We want
# sub/foo.o: sub/foo.c
# sub/foo.o: sub/foo.h
# sub/foo.c:
# sub/foo.h:
# ICC 7.1 will output
# foo.o: sub/foo.c sub/foo.h
- # and will wrap long lines using \ :
+ # and will wrap long lines using '\':
# foo.o: sub/foo.c ... \
# sub/foo.h ... \
# ...
-
+ # tcc 0.9.26 (FIXME still under development at the moment of writing)
+ # will emit a similar output, but also prepend the continuation lines
+ # with horizontal tabulation characters.
"$@" -MD -MF "$tmpdepfile"
stat=$?
if test $stat -eq 0; then :
@@ -300,15 +317,21 @@ icc)
exit $stat
fi
rm -f "$depfile"
- # Each line is of the form `foo.o: dependent.h',
- # or `foo.o: dep1.h dep2.h \', or ` dep3.h dep4.h \'.
+ # Each line is of the form 'foo.o: dependent.h',
+ # or 'foo.o: dep1.h dep2.h \', or ' dep3.h dep4.h \'.
# Do two passes, one to just change these to
- # `$object: dependent.h' and one to simply `dependent.h:'.
- sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
- # Some versions of the HPUX 10.20 sed can't process this invocation
- # correctly. Breaking it into two sed invocations is a workaround.
- sed 's,^[^:]*: \(.*\)$,\1,;s/^\\$//;/^$/d;/:$/d' < "$tmpdepfile" |
- sed -e 's/$/ :/' >> "$depfile"
+ # '$object: dependent.h' and one to simply 'dependent.h:'.
+ sed -e "s/^[ $tab][ $tab]*/ /" -e "s,^[^:]*:,$object :," \
+ < "$tmpdepfile" > "$depfile"
+ sed '
+ s/[ '"$tab"'][ '"$tab"']*/ /g
+ s/^ *//
+ s/ *\\*$//
+ s/^[^:]*: *//
+ /^$/d
+ /:$/d
+ s/$/ :/
+ ' < "$tmpdepfile" >> "$depfile"
rm -f "$tmpdepfile"
;;
@@ -344,7 +367,7 @@ hp2)
done
if test -f "$tmpdepfile"; then
sed -e "s,^.*\.[a-z]*:,$object:," "$tmpdepfile" > "$depfile"
- # Add `dependent.h:' lines.
+ # Add 'dependent.h:' lines.
sed -ne '2,${
s/^ *//
s/ \\*$//
@@ -359,9 +382,9 @@ hp2)
tru64)
# The Tru64 compiler uses -MD to generate dependencies as a side
- # effect. `cc -MD -o foo.o ...' puts the dependencies into `foo.o.d'.
+ # effect. 'cc -MD -o foo.o ...' puts the dependencies into 'foo.o.d'.
# At least on Alpha/Redhat 6.1, Compaq CCC V6.2-504 seems to put
- # dependencies in `foo.d' instead, so we check for that too.
+ # dependencies in 'foo.d' instead, so we check for that too.
# Subdirectories are respected.
dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
test "x$dir" = "x$object" && dir=
@@ -407,8 +430,7 @@ tru64)
done
if test -f "$tmpdepfile"; then
sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile"
- # That's a tab and a space in the [].
- sed -e 's,^.*\.[a-z]*:[ ]*,,' -e 's,$,:,' < "$tmpdepfile" >> "$depfile"
+ sed -e 's,^.*\.[a-z]*:['"$tab"' ]*,,' -e 's,$,:,' < "$tmpdepfile" >> "$depfile"
else
echo "#dummy" > "$depfile"
fi
@@ -443,11 +465,11 @@ msvc7)
p
}' | $cygpath_u | sort -u | sed -n '
s/ /\\ /g
-s/\(.*\)/ \1 \\/p
+s/\(.*\)/'"$tab"'\1 \\/p
s/.\(.*\) \\/\1:/
H
$ {
- s/.*/ /
+ s/.*/'"$tab"'/
G
p
}' >> "$depfile"
@@ -478,7 +500,7 @@ dashmstdout)
shift
fi
- # Remove `-o $object'.
+ # Remove '-o $object'.
IFS=" "
for arg
do
@@ -498,15 +520,14 @@ dashmstdout)
done
test -z "$dashmflag" && dashmflag=-M
- # Require at least two characters before searching for `:'
+ # Require at least two characters before searching for ':'
# in the target name. This is to cope with DOS-style filenames:
- # a dependency such as `c:/foo/bar' could be seen as target `c' otherwise.
+ # a dependency such as 'c:/foo/bar' could be seen as target 'c' otherwise.
"$@" $dashmflag |
- sed 's:^[ ]*[^: ][^:][^:]*\:[ ]*:'"$object"'\: :' > "$tmpdepfile"
+ sed 's:^['"$tab"' ]*[^:'"$tab"' ][^:][^:]*\:['"$tab"' ]*:'"$object"'\: :' > "$tmpdepfile"
rm -f "$depfile"
cat < "$tmpdepfile" > "$depfile"
- tr ' ' '
-' < "$tmpdepfile" | \
+ tr ' ' "$nl" < "$tmpdepfile" | \
## Some versions of the HPUX 10.20 sed can't process this invocation
## correctly. Breaking it into two sed invocations is a workaround.
sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile"
@@ -562,8 +583,7 @@ makedepend)
# makedepend may prepend the VPATH from the source file name to the object.
# No need to regex-escape $object, excess matching of '.' is harmless.
sed "s|^.*\($object *:\)|\1|" "$tmpdepfile" > "$depfile"
- sed '1,2d' "$tmpdepfile" | tr ' ' '
-' | \
+ sed '1,2d' "$tmpdepfile" | tr ' ' "$nl" | \
## Some versions of the HPUX 10.20 sed can't process this invocation
## correctly. Breaking it into two sed invocations is a workaround.
sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile"
@@ -583,7 +603,7 @@ cpp)
shift
fi
- # Remove `-o $object'.
+ # Remove '-o $object'.
IFS=" "
for arg
do
@@ -652,8 +672,8 @@ msvisualcpp)
sed -n '/^#line [0-9][0-9]* "\([^"]*\)"/ s::\1:p' | $cygpath_u | sort -u > "$tmpdepfile"
rm -f "$depfile"
echo "$object : \\" > "$depfile"
- sed < "$tmpdepfile" -n -e 's% %\\ %g' -e '/^\(.*\)$/ s:: \1 \\:p' >> "$depfile"
- echo " " >> "$depfile"
+ sed < "$tmpdepfile" -n -e 's% %\\ %g' -e '/^\(.*\)$/ s::'"$tab"'\1 \\:p' >> "$depfile"
+ echo "$tab" >> "$depfile"
sed < "$tmpdepfile" -n -e 's% %\\ %g' -e '/^\(.*\)$/ s::\1\::p' >> "$depfile"
rm -f "$tmpdepfile"
;;
diff --git a/build-aux/ltmain.sh b/build-aux/ltmain.sh
index c7d06c3..33f642a 100644
--- a/build-aux/ltmain.sh
+++ b/build-aux/ltmain.sh
@@ -70,7 +70,7 @@
# compiler: $LTCC
# compiler flags: $LTCFLAGS
# linker: $LD (gnu? $with_gnu_ld)
-# $progname: (GNU libtool) 2.4.2 Debian-2.4.2-1
+# $progname: (GNU libtool) 2.4.2 Debian-2.4.2-1.1
# automake: $automake_version
# autoconf: $autoconf_version
#
@@ -80,7 +80,7 @@
PROGRAM=libtool
PACKAGE=libtool
-VERSION="2.4.2 Debian-2.4.2-1"
+VERSION="2.4.2 Debian-2.4.2-1.1"
TIMESTAMP=""
package_revision=1.3337
diff --git a/configure b/configure
index b17f56a..df84b99 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for conntrack-tools 1.2.1.
+# Generated by GNU Autoconf 2.69 for conntrack-tools 1.4.1.
#
# Report bugs to <pablo@netfilter.org>.
#
@@ -590,8 +590,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='conntrack-tools'
PACKAGE_TARNAME='conntrack-tools'
-PACKAGE_VERSION='1.2.1'
-PACKAGE_STRING='conntrack-tools 1.2.1'
+PACKAGE_VERSION='1.4.1'
+PACKAGE_STRING='conntrack-tools 1.4.1'
PACKAGE_BUGREPORT='pablo@netfilter.org'
PACKAGE_URL=''
@@ -635,6 +635,10 @@ ac_subst_vars='am__EXEEXT_FALSE
am__EXEEXT_TRUE
LTLIBOBJS
LIBOBJS
+LIBNETFILTER_QUEUE_LIBS
+LIBNETFILTER_QUEUE_CFLAGS
+LIBNETFILTER_CTHELPER_LIBS
+LIBNETFILTER_CTHELPER_CFLAGS
LIBNETFILTER_CTTIMEOUT_LIBS
LIBNETFILTER_CTTIMEOUT_CFLAGS
LIBNETFILTER_CONNTRACK_LIBS
@@ -673,6 +677,7 @@ EGREP
GREP
SED
LIBTOOL
+libdl_LIBS
am__fastdepCC_FALSE
am__fastdepCC_TRUE
CCDEPMODE
@@ -797,7 +802,11 @@ LIBMNL_LIBS
LIBNETFILTER_CONNTRACK_CFLAGS
LIBNETFILTER_CONNTRACK_LIBS
LIBNETFILTER_CTTIMEOUT_CFLAGS
-LIBNETFILTER_CTTIMEOUT_LIBS'
+LIBNETFILTER_CTTIMEOUT_LIBS
+LIBNETFILTER_CTHELPER_CFLAGS
+LIBNETFILTER_CTHELPER_LIBS
+LIBNETFILTER_QUEUE_CFLAGS
+LIBNETFILTER_QUEUE_LIBS'
# Initialize some variables set by options.
@@ -1338,7 +1347,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures conntrack-tools 1.2.1 to adapt to many kinds of systems.
+\`configure' configures conntrack-tools 1.4.1 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1408,7 +1417,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of conntrack-tools 1.2.1:";;
+ short | recursive ) echo "Configuration of conntrack-tools 1.4.1:";;
esac
cat <<\_ACEOF
@@ -1472,6 +1481,15 @@ Some influential environment variables:
pkg-config
LIBNETFILTER_CTTIMEOUT_LIBS
linker flags for LIBNETFILTER_CTTIMEOUT, overriding pkg-config
+ LIBNETFILTER_CTHELPER_CFLAGS
+ C compiler flags for LIBNETFILTER_CTHELPER, overriding
+ pkg-config
+ LIBNETFILTER_CTHELPER_LIBS
+ linker flags for LIBNETFILTER_CTHELPER, overriding pkg-config
+ LIBNETFILTER_QUEUE_CFLAGS
+ C compiler flags for LIBNETFILTER_QUEUE, overriding pkg-config
+ LIBNETFILTER_QUEUE_LIBS
+ linker flags for LIBNETFILTER_QUEUE, overriding pkg-config
Use these variables to override the choices made by `configure' or to help
it to find libraries and programs with nonstandard names/locations.
@@ -1539,7 +1557,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-conntrack-tools configure 1.2.1
+conntrack-tools configure 1.4.1
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1908,7 +1926,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by conntrack-tools $as_me 1.2.1, which was
+It was created by conntrack-tools $as_me 1.4.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -2796,7 +2814,7 @@ fi
# Define the identity of the package.
PACKAGE='conntrack-tools'
- VERSION='1.2.1'
+ VERSION='1.4.1'
cat >>confdefs.h <<_ACEOF
@@ -2958,6 +2976,69 @@ fi
AM_BACKSLASH='\'
+DEPDIR="${am__leading_dot}deps"
+
+ac_config_commands="$ac_config_commands depfiles"
+
+
+am_make=${MAKE-make}
+cat > confinc << 'END'
+am__doit:
+ @echo this is the am__doit target
+.PHONY: am__doit
+END
+# If we don't find an include directive, just comment out the code.
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
+$as_echo_n "checking for style of include used by $am_make... " >&6; }
+am__include="#"
+am__quote=
+_am_result=none
+# First try GNU make style include.
+echo "include confinc" > confmf
+# Ignore all kinds of additional output from `make'.
+case `$am_make -s -f confmf 2> /dev/null` in #(
+*the\ am__doit\ target*)
+ am__include=include
+ am__quote=
+ _am_result=GNU
+ ;;
+esac
+# Now try BSD make style include.
+if test "$am__include" = "#"; then
+ echo '.include "confinc"' > confmf
+ case `$am_make -s -f confmf 2> /dev/null` in #(
+ *the\ am__doit\ target*)
+ am__include=.include
+ am__quote="\""
+ _am_result=BSD
+ ;;
+ esac
+fi
+
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
+$as_echo "$_am_result" >&6; }
+rm -f confinc confmf
+
+# Check whether --enable-dependency-tracking was given.
+if test "${enable_dependency_tracking+set}" = set; then :
+ enableval=$enable_dependency_tracking;
+fi
+
+if test "x$enable_dependency_tracking" != xno; then
+ am_depcomp="$ac_aux_dir/depcomp"
+ AMDEPBACKSLASH='\'
+ am__nodep='_no'
+fi
+ if test "x$enable_dependency_tracking" != xno; then
+ AMDEP_TRUE=
+ AMDEP_FALSE='#'
+else
+ AMDEP_TRUE='#'
+ AMDEP_FALSE=
+fi
+
+
ac_ext=c
ac_cpp='$CPP $CPPFLAGS'
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
@@ -3746,69 +3827,732 @@ ac_cpp='$CPP $CPPFLAGS'
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_c_compiler_gnu
-DEPDIR="${am__leading_dot}deps"
-ac_config_commands="$ac_config_commands depfiles"
+depcc="$CC" am_compiler_list=
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
+$as_echo_n "checking dependency style of $depcc... " >&6; }
+if ${am_cv_CC_dependencies_compiler_type+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
+ # We make a subdir and do the tests there. Otherwise we can end up
+ # making bogus files that we don't know about and never remove. For
+ # instance it was reported that on HP-UX the gcc test will end up
+ # making a dummy file named `D' -- because `-MD' means `put the output
+ # in D'.
+ rm -rf conftest.dir
+ mkdir conftest.dir
+ # Copy depcomp to subdir because otherwise we won't find it if we're
+ # using a relative directory.
+ cp "$am_depcomp" conftest.dir
+ cd conftest.dir
+ # We will build objects and dependencies in a subdirectory because
+ # it helps to detect inapplicable dependency modes. For instance
+ # both Tru64's cc and ICC support -MD to output dependencies as a
+ # side effect of compilation, but ICC will put the dependencies in
+ # the current directory while Tru64 will put them in the object
+ # directory.
+ mkdir sub
-am_make=${MAKE-make}
-cat > confinc << 'END'
-am__doit:
- @echo this is the am__doit target
-.PHONY: am__doit
-END
-# If we don't find an include directive, just comment out the code.
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
-$as_echo_n "checking for style of include used by $am_make... " >&6; }
-am__include="#"
-am__quote=
-_am_result=none
-# First try GNU make style include.
-echo "include confinc" > confmf
-# Ignore all kinds of additional output from `make'.
-case `$am_make -s -f confmf 2> /dev/null` in #(
-*the\ am__doit\ target*)
- am__include=include
- am__quote=
- _am_result=GNU
- ;;
+ am_cv_CC_dependencies_compiler_type=none
+ if test "$am_compiler_list" = ""; then
+ am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
+ fi
+ am__universal=false
+ case " $depcc " in #(
+ *\ -arch\ *\ -arch\ *) am__universal=true ;;
+ esac
+
+ for depmode in $am_compiler_list; do
+ # Setup a source with many dependencies, because some compilers
+ # like to wrap large dependency lists on column 80 (with \), and
+ # we should not choose a depcomp mode which is confused by this.
+ #
+ # We need to recreate these files for each test, as the compiler may
+ # overwrite some of them when testing with obscure command lines.
+ # This happens at least with the AIX C compiler.
+ : > sub/conftest.c
+ for i in 1 2 3 4 5 6; do
+ echo '#include "conftst'$i'.h"' >> sub/conftest.c
+ # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
+ # Solaris 8's {/usr,}/bin/sh.
+ touch sub/conftst$i.h
+ done
+ echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
+
+ # We check with `-c' and `-o' for the sake of the "dashmstdout"
+ # mode. It turns out that the SunPro C++ compiler does not properly
+ # handle `-M -o', and we need to detect this. Also, some Intel
+ # versions had trouble with output in subdirs
+ am__obj=sub/conftest.${OBJEXT-o}
+ am__minus_obj="-o $am__obj"
+ case $depmode in
+ gcc)
+ # This depmode causes a compiler race in universal mode.
+ test "$am__universal" = false || continue
+ ;;
+ nosideeffect)
+ # after this tag, mechanisms are not by side-effect, so they'll
+ # only be used when explicitly requested
+ if test "x$enable_dependency_tracking" = xyes; then
+ continue
+ else
+ break
+ fi
+ ;;
+ msvc7 | msvc7msys | msvisualcpp | msvcmsys)
+ # This compiler won't grok `-c -o', but also, the minuso test has
+ # not run yet. These depmodes are late enough in the game, and
+ # so weak that their functioning should not be impacted.
+ am__obj=conftest.${OBJEXT-o}
+ am__minus_obj=
+ ;;
+ none) break ;;
+ esac
+ if depmode=$depmode \
+ source=sub/conftest.c object=$am__obj \
+ depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
+ $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
+ >/dev/null 2>conftest.err &&
+ grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
+ grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
+ grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
+ ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
+ # icc doesn't choke on unknown options, it will just issue warnings
+ # or remarks (even with -Werror). So we grep stderr for any message
+ # that says an option was ignored or not supported.
+ # When given -MP, icc 7.0 and 7.1 complain thusly:
+ # icc: Command line warning: ignoring option '-M'; no argument required
+ # The diagnosis changed in icc 8.0:
+ # icc: Command line remark: option '-MP' not supported
+ if (grep 'ignoring option' conftest.err ||
+ grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
+ am_cv_CC_dependencies_compiler_type=$depmode
+ break
+ fi
+ fi
+ done
+
+ cd ..
+ rm -rf conftest.dir
+else
+ am_cv_CC_dependencies_compiler_type=none
+fi
+
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
+$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
+CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
+
+ if
+ test "x$enable_dependency_tracking" != xno \
+ && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
+ am__fastdepCC_TRUE=
+ am__fastdepCC_FALSE='#'
+else
+ am__fastdepCC_TRUE='#'
+ am__fastdepCC_FALSE=
+fi
+
+
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlopen" >&5
+$as_echo_n "checking for library containing dlopen... " >&6; }
+if ${ac_cv_search_dlopen+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ ac_func_search_save_LIBS=$LIBS
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h. */
+
+/* Override any GCC internal prototype to avoid an error.
+ Use char because int might match the return type of a GCC
+ builtin and then its argument prototype would still apply. */
+#ifdef __cplusplus
+extern "C"
+#endif
+char dlopen ();
+int
+main ()
+{
+return dlopen ();
+ ;
+ return 0;
+}
+_ACEOF
+for ac_lib in '' dl; do
+ if test -z "$ac_lib"; then
+ ac_res="none required"
+ else
+ ac_res=-l$ac_lib
+ LIBS="-l$ac_lib $ac_func_search_save_LIBS"
+ fi
+ if ac_fn_c_try_link "$LINENO"; then :
+ ac_cv_search_dlopen=$ac_res
+fi
+rm -f core conftest.err conftest.$ac_objext \
+ conftest$ac_exeext
+ if ${ac_cv_search_dlopen+:} false; then :
+ break
+fi
+done
+if ${ac_cv_search_dlopen+:} false; then :
+
+else
+ ac_cv_search_dlopen=no
+fi
+rm conftest.$ac_ext
+LIBS=$ac_func_search_save_LIBS
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlopen" >&5
+$as_echo "$ac_cv_search_dlopen" >&6; }
+ac_res=$ac_cv_search_dlopen
+if test "$ac_res" != no; then :
+ test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
+ libdl_LIBS="$LIBS"; LIBS=""
+fi
+
+
+
+ac_ext=c
+ac_cpp='$CPP $CPPFLAGS'
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
+if test -n "$ac_tool_prefix"; then
+ # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
+set dummy ${ac_tool_prefix}gcc; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_CC+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ if test -n "$CC"; then
+ ac_cv_prog_CC="$CC" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ ac_cv_prog_CC="${ac_tool_prefix}gcc"
+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+done
+ done
+IFS=$as_save_IFS
+
+fi
+fi
+CC=$ac_cv_prog_CC
+if test -n "$CC"; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
+$as_echo "$CC" >&6; }
+else
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
+fi
+if test -z "$ac_cv_prog_CC"; then
+ ac_ct_CC=$CC
+ # Extract the first word of "gcc", so it can be a program name with args.
+set dummy gcc; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_ac_ct_CC+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ if test -n "$ac_ct_CC"; then
+ ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ ac_cv_prog_ac_ct_CC="gcc"
+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+done
+ done
+IFS=$as_save_IFS
+
+fi
+fi
+ac_ct_CC=$ac_cv_prog_ac_ct_CC
+if test -n "$ac_ct_CC"; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
+$as_echo "$ac_ct_CC" >&6; }
+else
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+ if test "x$ac_ct_CC" = x; then
+ CC=""
+ else
+ case $cross_compiling:$ac_tool_warned in
+yes:)
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
+ac_tool_warned=yes ;;
esac
-# Now try BSD make style include.
-if test "$am__include" = "#"; then
- echo '.include "confinc"' > confmf
- case `$am_make -s -f confmf 2> /dev/null` in #(
- *the\ am__doit\ target*)
- am__include=.include
- am__quote="\""
- _am_result=BSD
- ;;
- esac
+ CC=$ac_ct_CC
+ fi
+else
+ CC="$ac_cv_prog_CC"
fi
+if test -z "$CC"; then
+ if test -n "$ac_tool_prefix"; then
+ # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
+set dummy ${ac_tool_prefix}cc; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_CC+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ if test -n "$CC"; then
+ ac_cv_prog_CC="$CC" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ ac_cv_prog_CC="${ac_tool_prefix}cc"
+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+done
+ done
+IFS=$as_save_IFS
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
-$as_echo "$_am_result" >&6; }
-rm -f confinc confmf
+fi
+fi
+CC=$ac_cv_prog_CC
+if test -n "$CC"; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
+$as_echo "$CC" >&6; }
+else
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
-# Check whether --enable-dependency-tracking was given.
-if test "${enable_dependency_tracking+set}" = set; then :
- enableval=$enable_dependency_tracking;
+
+ fi
fi
+if test -z "$CC"; then
+ # Extract the first word of "cc", so it can be a program name with args.
+set dummy cc; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_CC+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ if test -n "$CC"; then
+ ac_cv_prog_CC="$CC" # Let the user override the test.
+else
+ ac_prog_rejected=no
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
+ ac_prog_rejected=yes
+ continue
+ fi
+ ac_cv_prog_CC="cc"
+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+done
+ done
+IFS=$as_save_IFS
-if test "x$enable_dependency_tracking" != xno; then
- am_depcomp="$ac_aux_dir/depcomp"
- AMDEPBACKSLASH='\'
- am__nodep='_no'
+if test $ac_prog_rejected = yes; then
+ # We found a bogon in the path, so make sure we never use it.
+ set dummy $ac_cv_prog_CC
+ shift
+ if test $# != 0; then
+ # We chose a different compiler from the bogus one.
+ # However, it has the same basename, so the bogon will be chosen
+ # first if we set CC to just the basename; use the full file name.
+ shift
+ ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
+ fi
fi
- if test "x$enable_dependency_tracking" != xno; then
- AMDEP_TRUE=
- AMDEP_FALSE='#'
+fi
+fi
+CC=$ac_cv_prog_CC
+if test -n "$CC"; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
+$as_echo "$CC" >&6; }
else
- AMDEP_TRUE='#'
- AMDEP_FALSE=
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
fi
+fi
+if test -z "$CC"; then
+ if test -n "$ac_tool_prefix"; then
+ for ac_prog in cl.exe
+ do
+ # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
+set dummy $ac_tool_prefix$ac_prog; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_CC+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ if test -n "$CC"; then
+ ac_cv_prog_CC="$CC" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+done
+ done
+IFS=$as_save_IFS
+
+fi
+fi
+CC=$ac_cv_prog_CC
+if test -n "$CC"; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
+$as_echo "$CC" >&6; }
+else
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
+ test -n "$CC" && break
+ done
+fi
+if test -z "$CC"; then
+ ac_ct_CC=$CC
+ for ac_prog in cl.exe
+do
+ # Extract the first word of "$ac_prog", so it can be a program name with args.
+set dummy $ac_prog; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_ac_ct_CC+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ if test -n "$ac_ct_CC"; then
+ ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ ac_cv_prog_ac_ct_CC="$ac_prog"
+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+done
+ done
+IFS=$as_save_IFS
+
+fi
+fi
+ac_ct_CC=$ac_cv_prog_ac_ct_CC
+if test -n "$ac_ct_CC"; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
+$as_echo "$ac_ct_CC" >&6; }
+else
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
+ test -n "$ac_ct_CC" && break
+done
+
+ if test "x$ac_ct_CC" = x; then
+ CC=""
+ else
+ case $cross_compiling:$ac_tool_warned in
+yes:)
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
+ac_tool_warned=yes ;;
+esac
+ CC=$ac_ct_CC
+ fi
+fi
+
+fi
+
+
+test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+as_fn_error $? "no acceptable C compiler found in \$PATH
+See \`config.log' for more details" "$LINENO" 5; }
+
+# Provide some information about the compiler.
+$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
+set X $ac_compile
+ac_compiler=$2
+for ac_option in --version -v -V -qversion; do
+ { { ac_try="$ac_compiler $ac_option >&5"
+case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
+$as_echo "$ac_try_echo"; } >&5
+ (eval "$ac_compiler $ac_option >&5") 2>conftest.err
+ ac_status=$?
+ if test -s conftest.err; then
+ sed '10a\
+... rest of stderr output deleted ...
+ 10q' conftest.err >conftest.er1
+ cat conftest.er1 >&5
+ fi
+ rm -f conftest.er1 conftest.err
+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }
+done
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
+$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
+if ${ac_cv_c_compiler_gnu+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h. */
+
+int
+main ()
+{
+#ifndef __GNUC__
+ choke me
+#endif
+
+ ;
+ return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+ ac_compiler_gnu=yes
+else
+ ac_compiler_gnu=no
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+ac_cv_c_compiler_gnu=$ac_compiler_gnu
+
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
+$as_echo "$ac_cv_c_compiler_gnu" >&6; }
+if test $ac_compiler_gnu = yes; then
+ GCC=yes
+else
+ GCC=
+fi
+ac_test_CFLAGS=${CFLAGS+set}
+ac_save_CFLAGS=$CFLAGS
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
+$as_echo_n "checking whether $CC accepts -g... " >&6; }
+if ${ac_cv_prog_cc_g+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ ac_save_c_werror_flag=$ac_c_werror_flag
+ ac_c_werror_flag=yes
+ ac_cv_prog_cc_g=no
+ CFLAGS="-g"
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h. */
+
+int
+main ()
+{
+
+ ;
+ return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+ ac_cv_prog_cc_g=yes
+else
+ CFLAGS=""
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h. */
+
+int
+main ()
+{
+
+ ;
+ return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+
+else
+ ac_c_werror_flag=$ac_save_c_werror_flag
+ CFLAGS="-g"
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h. */
+
+int
+main ()
+{
+
+ ;
+ return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+ ac_cv_prog_cc_g=yes
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+ ac_c_werror_flag=$ac_save_c_werror_flag
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
+$as_echo "$ac_cv_prog_cc_g" >&6; }
+if test "$ac_test_CFLAGS" = set; then
+ CFLAGS=$ac_save_CFLAGS
+elif test $ac_cv_prog_cc_g = yes; then
+ if test "$GCC" = yes; then
+ CFLAGS="-g -O2"
+ else
+ CFLAGS="-g"
+ fi
+else
+ if test "$GCC" = yes; then
+ CFLAGS="-O2"
+ else
+ CFLAGS=
+ fi
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
+$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
+if ${ac_cv_prog_cc_c89+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ ac_cv_prog_cc_c89=no
+ac_save_CC=$CC
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h. */
+#include <stdarg.h>
+#include <stdio.h>
+struct stat;
+/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
+struct buf { int x; };
+FILE * (*rcsopen) (struct buf *, struct stat *, int);
+static char *e (p, i)
+ char **p;
+ int i;
+{
+ return p[i];
+}
+static char *f (char * (*g) (char **, int), char **p, ...)
+{
+ char *s;
+ va_list v;
+ va_start (v,p);
+ s = g (p, va_arg (v,int));
+ va_end (v);
+ return s;
+}
+
+/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
+ function prototypes and stuff, but not '\xHH' hex character constants.
+ These don't provoke an error unfortunately, instead are silently treated
+ as 'x'. The following induces an error, until -std is added to get
+ proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
+ array size at least. It's necessary to write '\x00'==0 to get something
+ that's true only with -std. */
+int osf4_cc_array ['\x00' == 0 ? 1 : -1];
+
+/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
+ inside strings and character constants. */
+#define FOO(x) 'x'
+int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
+
+int test (int i, double x);
+struct s1 {int (*f) (int a);};
+struct s2 {int (*f) (double a);};
+int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
+int argc;
+char **argv;
+int
+main ()
+{
+return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
+ ;
+ return 0;
+}
+_ACEOF
+for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
+ -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
+do
+ CC="$ac_save_CC $ac_arg"
+ if ac_fn_c_try_compile "$LINENO"; then :
+ ac_cv_prog_cc_c89=$ac_arg
+fi
+rm -f core conftest.err conftest.$ac_objext
+ test "x$ac_cv_prog_cc_c89" != "xno" && break
+done
+rm -f conftest.$ac_ext
+CC=$ac_save_CC
+
+fi
+# AC_CACHE_VAL
+case "x$ac_cv_prog_cc_c89" in
+ x)
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
+$as_echo "none needed" >&6; } ;;
+ xno)
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
+$as_echo "unsupported" >&6; } ;;
+ *)
+ CC="$CC $ac_cv_prog_cc_c89"
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
+$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
+esac
+if test "x$ac_cv_prog_cc_c89" != xno; then :
+
+fi
+
+ac_ext=c
+ac_cpp='$CPP $CPPFLAGS'
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
depcc="$CC" am_compiler_list=
@@ -5184,10 +5928,6 @@ freebsd* | dragonfly*)
fi
;;
-gnu*)
- lt_cv_deplibs_check_method=pass_all
- ;;
-
haiku*)
lt_cv_deplibs_check_method=pass_all
;;
@@ -5226,7 +5966,7 @@ irix5* | irix6* | nonstopux*)
;;
# This must be glibc/ELF.
-linux* | k*bsd*-gnu | kopensolaris*-gnu)
+linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
lt_cv_deplibs_check_method=pass_all
;;
@@ -5488,7 +6228,6 @@ test -z "$sharedlib_from_linklib_cmd" && sharedlib_from_linklib_cmd=$ECHO
-
if test -n "$ac_tool_prefix"; then
for ac_prog in ar
do
@@ -8123,7 +8862,7 @@ lt_prog_compiler_static=
lt_prog_compiler_static='-non_shared'
;;
- linux* | k*bsd*-gnu | kopensolaris*-gnu)
+ linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
case $cc_basename in
# old Intel for x86_64 which still supported -KPIC.
ecc*)
@@ -10293,17 +11032,6 @@ freebsd* | dragonfly*)
esac
;;
-gnu*)
- version_type=linux # correct to gnu/linux during the next big refactor
- need_lib_prefix=no
- need_version=no
- library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
- soname_spec='${libname}${release}${shared_ext}$major'
- shlibpath_var=LD_LIBRARY_PATH
- shlibpath_overrides_runpath=no
- hardcode_into_libs=yes
- ;;
-
haiku*)
version_type=linux # correct to gnu/linux during the next big refactor
need_lib_prefix=no
@@ -10420,7 +11148,7 @@ linux*oldld* | linux*aout* | linux*coff*)
;;
# This must be glibc/ELF.
-linux* | k*bsd*-gnu | kopensolaris*-gnu)
+linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
version_type=linux # correct to gnu/linux during the next big refactor
need_lib_prefix=no
need_version=no
@@ -11852,12 +12580,12 @@ if test -n "$LIBNFNETLINK_CFLAGS"; then
pkg_cv_LIBNFNETLINK_CFLAGS="$LIBNFNETLINK_CFLAGS"
elif test -n "$PKG_CONFIG"; then
if test -n "$PKG_CONFIG" && \
- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libnfnetlink >= 1.0.0\""; } >&5
- ($PKG_CONFIG --exists --print-errors "libnfnetlink >= 1.0.0") 2>&5
+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libnfnetlink >= 1.0.1\""; } >&5
+ ($PKG_CONFIG --exists --print-errors "libnfnetlink >= 1.0.1") 2>&5
ac_status=$?
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
test $ac_status = 0; }; then
- pkg_cv_LIBNFNETLINK_CFLAGS=`$PKG_CONFIG --cflags "libnfnetlink >= 1.0.0" 2>/dev/null`
+ pkg_cv_LIBNFNETLINK_CFLAGS=`$PKG_CONFIG --cflags "libnfnetlink >= 1.0.1" 2>/dev/null`
test "x$?" != "x0" && pkg_failed=yes
else
pkg_failed=yes
@@ -11869,12 +12597,12 @@ if test -n "$LIBNFNETLINK_LIBS"; then
pkg_cv_LIBNFNETLINK_LIBS="$LIBNFNETLINK_LIBS"
elif test -n "$PKG_CONFIG"; then
if test -n "$PKG_CONFIG" && \
- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libnfnetlink >= 1.0.0\""; } >&5
- ($PKG_CONFIG --exists --print-errors "libnfnetlink >= 1.0.0") 2>&5
+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libnfnetlink >= 1.0.1\""; } >&5
+ ($PKG_CONFIG --exists --print-errors "libnfnetlink >= 1.0.1") 2>&5
ac_status=$?
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
test $ac_status = 0; }; then
- pkg_cv_LIBNFNETLINK_LIBS=`$PKG_CONFIG --libs "libnfnetlink >= 1.0.0" 2>/dev/null`
+ pkg_cv_LIBNFNETLINK_LIBS=`$PKG_CONFIG --libs "libnfnetlink >= 1.0.1" 2>/dev/null`
test "x$?" != "x0" && pkg_failed=yes
else
pkg_failed=yes
@@ -11895,14 +12623,14 @@ else
_pkg_short_errors_supported=no
fi
if test $_pkg_short_errors_supported = yes; then
- LIBNFNETLINK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libnfnetlink >= 1.0.0" 2>&1`
+ LIBNFNETLINK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libnfnetlink >= 1.0.1" 2>&1`
else
- LIBNFNETLINK_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libnfnetlink >= 1.0.0" 2>&1`
+ LIBNFNETLINK_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libnfnetlink >= 1.0.1" 2>&1`
fi
# Put the nasty error message in config.log where it belongs
echo "$LIBNFNETLINK_PKG_ERRORS" >&5
- as_fn_error $? "Package requirements (libnfnetlink >= 1.0.0) were not met:
+ as_fn_error $? "Package requirements (libnfnetlink >= 1.0.1) were not met:
$LIBNFNETLINK_PKG_ERRORS
@@ -11943,12 +12671,12 @@ if test -n "$LIBMNL_CFLAGS"; then
pkg_cv_LIBMNL_CFLAGS="$LIBMNL_CFLAGS"
elif test -n "$PKG_CONFIG"; then
if test -n "$PKG_CONFIG" && \
- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libmnl >= 1.0.0\""; } >&5
- ($PKG_CONFIG --exists --print-errors "libmnl >= 1.0.0") 2>&5
+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libmnl >= 1.0.3\""; } >&5
+ ($PKG_CONFIG --exists --print-errors "libmnl >= 1.0.3") 2>&5
ac_status=$?
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
test $ac_status = 0; }; then
- pkg_cv_LIBMNL_CFLAGS=`$PKG_CONFIG --cflags "libmnl >= 1.0.0" 2>/dev/null`
+ pkg_cv_LIBMNL_CFLAGS=`$PKG_CONFIG --cflags "libmnl >= 1.0.3" 2>/dev/null`
test "x$?" != "x0" && pkg_failed=yes
else
pkg_failed=yes
@@ -11960,12 +12688,12 @@ if test -n "$LIBMNL_LIBS"; then
pkg_cv_LIBMNL_LIBS="$LIBMNL_LIBS"
elif test -n "$PKG_CONFIG"; then
if test -n "$PKG_CONFIG" && \
- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libmnl >= 1.0.0\""; } >&5
- ($PKG_CONFIG --exists --print-errors "libmnl >= 1.0.0") 2>&5
+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libmnl >= 1.0.3\""; } >&5
+ ($PKG_CONFIG --exists --print-errors "libmnl >= 1.0.3") 2>&5
ac_status=$?
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
test $ac_status = 0; }; then
- pkg_cv_LIBMNL_LIBS=`$PKG_CONFIG --libs "libmnl >= 1.0.0" 2>/dev/null`
+ pkg_cv_LIBMNL_LIBS=`$PKG_CONFIG --libs "libmnl >= 1.0.3" 2>/dev/null`
test "x$?" != "x0" && pkg_failed=yes
else
pkg_failed=yes
@@ -11986,14 +12714,14 @@ else
_pkg_short_errors_supported=no
fi
if test $_pkg_short_errors_supported = yes; then
- LIBMNL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libmnl >= 1.0.0" 2>&1`
+ LIBMNL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libmnl >= 1.0.3" 2>&1`
else
- LIBMNL_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libmnl >= 1.0.0" 2>&1`
+ LIBMNL_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libmnl >= 1.0.3" 2>&1`
fi
# Put the nasty error message in config.log where it belongs
echo "$LIBMNL_PKG_ERRORS" >&5
- as_fn_error $? "Package requirements (libmnl >= 1.0.0) were not met:
+ as_fn_error $? "Package requirements (libmnl >= 1.0.3) were not met:
$LIBMNL_PKG_ERRORS
@@ -12034,12 +12762,12 @@ if test -n "$LIBNETFILTER_CONNTRACK_CFLAGS"; then
pkg_cv_LIBNETFILTER_CONNTRACK_CFLAGS="$LIBNETFILTER_CONNTRACK_CFLAGS"
elif test -n "$PKG_CONFIG"; then
if test -n "$PKG_CONFIG" && \
- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libnetfilter_conntrack >= 1.0.1\""; } >&5
- ($PKG_CONFIG --exists --print-errors "libnetfilter_conntrack >= 1.0.1") 2>&5
+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libnetfilter_conntrack >= 1.0.2\""; } >&5
+ ($PKG_CONFIG --exists --print-errors "libnetfilter_conntrack >= 1.0.2") 2>&5
ac_status=$?
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
test $ac_status = 0; }; then
- pkg_cv_LIBNETFILTER_CONNTRACK_CFLAGS=`$PKG_CONFIG --cflags "libnetfilter_conntrack >= 1.0.1" 2>/dev/null`
+ pkg_cv_LIBNETFILTER_CONNTRACK_CFLAGS=`$PKG_CONFIG --cflags "libnetfilter_conntrack >= 1.0.2" 2>/dev/null`
test "x$?" != "x0" && pkg_failed=yes
else
pkg_failed=yes
@@ -12051,12 +12779,12 @@ if test -n "$LIBNETFILTER_CONNTRACK_LIBS"; then
pkg_cv_LIBNETFILTER_CONNTRACK_LIBS="$LIBNETFILTER_CONNTRACK_LIBS"
elif test -n "$PKG_CONFIG"; then
if test -n "$PKG_CONFIG" && \
- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libnetfilter_conntrack >= 1.0.1\""; } >&5
- ($PKG_CONFIG --exists --print-errors "libnetfilter_conntrack >= 1.0.1") 2>&5
+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libnetfilter_conntrack >= 1.0.2\""; } >&5
+ ($PKG_CONFIG --exists --print-errors "libnetfilter_conntrack >= 1.0.2") 2>&5
ac_status=$?
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
test $ac_status = 0; }; then
- pkg_cv_LIBNETFILTER_CONNTRACK_LIBS=`$PKG_CONFIG --libs "libnetfilter_conntrack >= 1.0.1" 2>/dev/null`
+ pkg_cv_LIBNETFILTER_CONNTRACK_LIBS=`$PKG_CONFIG --libs "libnetfilter_conntrack >= 1.0.2" 2>/dev/null`
test "x$?" != "x0" && pkg_failed=yes
else
pkg_failed=yes
@@ -12077,14 +12805,14 @@ else
_pkg_short_errors_supported=no
fi
if test $_pkg_short_errors_supported = yes; then
- LIBNETFILTER_CONNTRACK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libnetfilter_conntrack >= 1.0.1" 2>&1`
+ LIBNETFILTER_CONNTRACK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libnetfilter_conntrack >= 1.0.2" 2>&1`
else
- LIBNETFILTER_CONNTRACK_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libnetfilter_conntrack >= 1.0.1" 2>&1`
+ LIBNETFILTER_CONNTRACK_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libnetfilter_conntrack >= 1.0.2" 2>&1`
fi
# Put the nasty error message in config.log where it belongs
echo "$LIBNETFILTER_CONNTRACK_PKG_ERRORS" >&5
- as_fn_error $? "Package requirements (libnetfilter_conntrack >= 1.0.1) were not met:
+ as_fn_error $? "Package requirements (libnetfilter_conntrack >= 1.0.2) were not met:
$LIBNETFILTER_CONNTRACK_PKG_ERRORS
@@ -12208,6 +12936,188 @@ $as_echo "yes" >&6; }
fi
+pkg_failed=no
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for LIBNETFILTER_CTHELPER" >&5
+$as_echo_n "checking for LIBNETFILTER_CTHELPER... " >&6; }
+
+if test -n "$LIBNETFILTER_CTHELPER_CFLAGS"; then
+ pkg_cv_LIBNETFILTER_CTHELPER_CFLAGS="$LIBNETFILTER_CTHELPER_CFLAGS"
+ elif test -n "$PKG_CONFIG"; then
+ if test -n "$PKG_CONFIG" && \
+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libnetfilter_cthelper >= 1.0.0\""; } >&5
+ ($PKG_CONFIG --exists --print-errors "libnetfilter_cthelper >= 1.0.0") 2>&5
+ ac_status=$?
+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ pkg_cv_LIBNETFILTER_CTHELPER_CFLAGS=`$PKG_CONFIG --cflags "libnetfilter_cthelper >= 1.0.0" 2>/dev/null`
+ test "x$?" != "x0" && pkg_failed=yes
+else
+ pkg_failed=yes
+fi
+ else
+ pkg_failed=untried
+fi
+if test -n "$LIBNETFILTER_CTHELPER_LIBS"; then
+ pkg_cv_LIBNETFILTER_CTHELPER_LIBS="$LIBNETFILTER_CTHELPER_LIBS"
+ elif test -n "$PKG_CONFIG"; then
+ if test -n "$PKG_CONFIG" && \
+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libnetfilter_cthelper >= 1.0.0\""; } >&5
+ ($PKG_CONFIG --exists --print-errors "libnetfilter_cthelper >= 1.0.0") 2>&5
+ ac_status=$?
+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ pkg_cv_LIBNETFILTER_CTHELPER_LIBS=`$PKG_CONFIG --libs "libnetfilter_cthelper >= 1.0.0" 2>/dev/null`
+ test "x$?" != "x0" && pkg_failed=yes
+else
+ pkg_failed=yes
+fi
+ else
+ pkg_failed=untried
+fi
+
+
+
+if test $pkg_failed = yes; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+
+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
+ _pkg_short_errors_supported=yes
+else
+ _pkg_short_errors_supported=no
+fi
+ if test $_pkg_short_errors_supported = yes; then
+ LIBNETFILTER_CTHELPER_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libnetfilter_cthelper >= 1.0.0" 2>&1`
+ else
+ LIBNETFILTER_CTHELPER_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libnetfilter_cthelper >= 1.0.0" 2>&1`
+ fi
+ # Put the nasty error message in config.log where it belongs
+ echo "$LIBNETFILTER_CTHELPER_PKG_ERRORS" >&5
+
+ as_fn_error $? "Package requirements (libnetfilter_cthelper >= 1.0.0) were not met:
+
+$LIBNETFILTER_CTHELPER_PKG_ERRORS
+
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
+installed software in a non-standard prefix.
+
+Alternatively, you may set the environment variables LIBNETFILTER_CTHELPER_CFLAGS
+and LIBNETFILTER_CTHELPER_LIBS to avoid the need to call pkg-config.
+See the pkg-config man page for more details." "$LINENO" 5
+elif test $pkg_failed = untried; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+ { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it
+is in your PATH or set the PKG_CONFIG environment variable to the full
+path to pkg-config.
+
+Alternatively, you may set the environment variables LIBNETFILTER_CTHELPER_CFLAGS
+and LIBNETFILTER_CTHELPER_LIBS to avoid the need to call pkg-config.
+See the pkg-config man page for more details.
+
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
+See \`config.log' for more details" "$LINENO" 5; }
+else
+ LIBNETFILTER_CTHELPER_CFLAGS=$pkg_cv_LIBNETFILTER_CTHELPER_CFLAGS
+ LIBNETFILTER_CTHELPER_LIBS=$pkg_cv_LIBNETFILTER_CTHELPER_LIBS
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+
+fi
+
+pkg_failed=no
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for LIBNETFILTER_QUEUE" >&5
+$as_echo_n "checking for LIBNETFILTER_QUEUE... " >&6; }
+
+if test -n "$LIBNETFILTER_QUEUE_CFLAGS"; then
+ pkg_cv_LIBNETFILTER_QUEUE_CFLAGS="$LIBNETFILTER_QUEUE_CFLAGS"
+ elif test -n "$PKG_CONFIG"; then
+ if test -n "$PKG_CONFIG" && \
+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libnetfilter_queue >= 1.0.2\""; } >&5
+ ($PKG_CONFIG --exists --print-errors "libnetfilter_queue >= 1.0.2") 2>&5
+ ac_status=$?
+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ pkg_cv_LIBNETFILTER_QUEUE_CFLAGS=`$PKG_CONFIG --cflags "libnetfilter_queue >= 1.0.2" 2>/dev/null`
+ test "x$?" != "x0" && pkg_failed=yes
+else
+ pkg_failed=yes
+fi
+ else
+ pkg_failed=untried
+fi
+if test -n "$LIBNETFILTER_QUEUE_LIBS"; then
+ pkg_cv_LIBNETFILTER_QUEUE_LIBS="$LIBNETFILTER_QUEUE_LIBS"
+ elif test -n "$PKG_CONFIG"; then
+ if test -n "$PKG_CONFIG" && \
+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libnetfilter_queue >= 1.0.2\""; } >&5
+ ($PKG_CONFIG --exists --print-errors "libnetfilter_queue >= 1.0.2") 2>&5
+ ac_status=$?
+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ pkg_cv_LIBNETFILTER_QUEUE_LIBS=`$PKG_CONFIG --libs "libnetfilter_queue >= 1.0.2" 2>/dev/null`
+ test "x$?" != "x0" && pkg_failed=yes
+else
+ pkg_failed=yes
+fi
+ else
+ pkg_failed=untried
+fi
+
+
+
+if test $pkg_failed = yes; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+
+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
+ _pkg_short_errors_supported=yes
+else
+ _pkg_short_errors_supported=no
+fi
+ if test $_pkg_short_errors_supported = yes; then
+ LIBNETFILTER_QUEUE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libnetfilter_queue >= 1.0.2" 2>&1`
+ else
+ LIBNETFILTER_QUEUE_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libnetfilter_queue >= 1.0.2" 2>&1`
+ fi
+ # Put the nasty error message in config.log where it belongs
+ echo "$LIBNETFILTER_QUEUE_PKG_ERRORS" >&5
+
+ as_fn_error $? "Package requirements (libnetfilter_queue >= 1.0.2) were not met:
+
+$LIBNETFILTER_QUEUE_PKG_ERRORS
+
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
+installed software in a non-standard prefix.
+
+Alternatively, you may set the environment variables LIBNETFILTER_QUEUE_CFLAGS
+and LIBNETFILTER_QUEUE_LIBS to avoid the need to call pkg-config.
+See the pkg-config man page for more details." "$LINENO" 5
+elif test $pkg_failed = untried; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+ { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it
+is in your PATH or set the PKG_CONFIG environment variable to the full
+path to pkg-config.
+
+Alternatively, you may set the environment variables LIBNETFILTER_QUEUE_CFLAGS
+and LIBNETFILTER_QUEUE_LIBS to avoid the need to call pkg-config.
+See the pkg-config man page for more details.
+
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
+See \`config.log' for more details" "$LINENO" 5; }
+else
+ LIBNETFILTER_QUEUE_CFLAGS=$pkg_cv_LIBNETFILTER_QUEUE_CFLAGS
+ LIBNETFILTER_QUEUE_LIBS=$pkg_cv_LIBNETFILTER_QUEUE_LIBS
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+
+fi
+
for ac_header in linux/capability.h
do :
ac_fn_c_check_header_mongrel "$LINENO" "linux/capability.h" "ac_cv_header_linux_capability_h" "$ac_includes_default"
@@ -12308,7 +13218,12 @@ fi
# Checks for library functions.
-ac_config_files="$ac_config_files Makefile src/Makefile include/Makefile include/linux/Makefile include/linux/netfilter/Makefile extensions/Makefile"
+if test ! -z "$libdir"; then
+ MODULE_DIR="\\\"$libdir/conntrack-tools/\\\""
+ CFLAGS="$CFLAGS -DCONNTRACKD_LIB_DIR=$MODULE_DIR"
+fi
+
+ac_config_files="$ac_config_files Makefile src/Makefile include/Makefile include/linux/Makefile include/linux/netfilter/Makefile extensions/Makefile src/helpers/Makefile"
cat >confcache <<\_ACEOF
# This file is a shell script that caches the results of configure
@@ -12471,6 +13386,10 @@ if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
Usually this means the macro was only invoked conditionally." "$LINENO" 5
fi
+if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
+ as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
+fi
: "${CONFIG_STATUS=./config.status}"
ac_write_fail=0
@@ -12868,7 +13787,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by conntrack-tools $as_me 1.2.1, which was
+This file was extended by conntrack-tools $as_me 1.4.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -12925,7 +13844,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
-conntrack-tools config.status 1.2.1
+conntrack-tools config.status 1.4.1
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
@@ -13328,6 +14247,7 @@ do
"include/linux/Makefile") CONFIG_FILES="$CONFIG_FILES include/linux/Makefile" ;;
"include/linux/netfilter/Makefile") CONFIG_FILES="$CONFIG_FILES include/linux/netfilter/Makefile" ;;
"extensions/Makefile") CONFIG_FILES="$CONFIG_FILES extensions/Makefile" ;;
+ "src/helpers/Makefile") CONFIG_FILES="$CONFIG_FILES src/helpers/Makefile" ;;
*) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
esac
diff --git a/configure.ac b/configure.ac
index 07a1fa1..44c49e2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(conntrack-tools, 1.2.1, pablo@netfilter.org)
+AC_INIT(conntrack-tools, 1.4.1, pablo@netfilter.org)
AC_CONFIG_AUX_DIR([build-aux])
AC_CANONICAL_HOST
@@ -9,6 +9,9 @@ AM_INIT_AUTOMAKE([-Wall foreign subdir-objects
dnl kernel style compile messages
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
+AC_SEARCH_LIBS([dlopen], [dl], [libdl_LIBS="$LIBS"; LIBS=""])
+AC_SUBST([libdl_LIBS])
+
AC_PROG_CC
AC_DISABLE_STATIC
AM_PROG_LIBTOOL
@@ -51,10 +54,12 @@ else
flex.])
fi
-PKG_CHECK_MODULES([LIBNFNETLINK], [libnfnetlink >= 1.0.0])
-PKG_CHECK_MODULES([LIBMNL], [libmnl >= 1.0.0])
-PKG_CHECK_MODULES([LIBNETFILTER_CONNTRACK], [libnetfilter_conntrack >= 1.0.1])
+PKG_CHECK_MODULES([LIBNFNETLINK], [libnfnetlink >= 1.0.1])
+PKG_CHECK_MODULES([LIBMNL], [libmnl >= 1.0.3])
+PKG_CHECK_MODULES([LIBNETFILTER_CONNTRACK], [libnetfilter_conntrack >= 1.0.2])
PKG_CHECK_MODULES([LIBNETFILTER_CTTIMEOUT], [libnetfilter_cttimeout >= 1.0.0])
+PKG_CHECK_MODULES([LIBNETFILTER_CTHELPER], [libnetfilter_cthelper >= 1.0.0])
+PKG_CHECK_MODULES([LIBNETFILTER_QUEUE], [libnetfilter_queue >= 1.0.2])
AC_CHECK_HEADERS([linux/capability.h],, [AC_MSG_ERROR([Cannot find linux/capabibility.h])])
@@ -114,5 +119,10 @@ dnl debug/src/Makefile
dnl extensions/Makefile
dnl src/Makefile])
-AC_CONFIG_FILES([Makefile src/Makefile include/Makefile include/linux/Makefile include/linux/netfilter/Makefile extensions/Makefile])
+if test ! -z "$libdir"; then
+ MODULE_DIR="\\\"$libdir/conntrack-tools/\\\""
+ CFLAGS="$CFLAGS -DCONNTRACKD_LIB_DIR=$MODULE_DIR"
+fi
+
+AC_CONFIG_FILES([Makefile src/Makefile include/Makefile include/linux/Makefile include/linux/netfilter/Makefile extensions/Makefile src/helpers/Makefile])
AC_OUTPUT
diff --git a/doc/helper/conntrackd.conf b/doc/helper/conntrackd.conf
new file mode 100644
index 0000000..56f5162
--- /dev/null
+++ b/doc/helper/conntrackd.conf
@@ -0,0 +1,116 @@
+#
+# Helper settings
+#
+
+Helper {
+ # Before this, you have to make sure you have registered the `ftp'
+ # user-space helper stub via:
+ #
+ # nfct helper add ftp inet tcp
+ #
+ Type ftp inet tcp {
+ #
+ # Set NFQUEUE number you want to use to receive traffic from
+ # the kernel.
+ #
+ QueueNum 0
+
+ #
+ # Maximum number of packets waiting in the queue to receive
+ # a verdict from user-space. Default is 1024.
+ #
+ # Rise value if you hit the following error message:
+ # "nf_queue: full at X entries, dropping packets(s)"
+ #
+ QueueLen 10240
+
+ #
+ # Set the Expectation policy for this helper.
+ #
+ Policy ftp {
+ #
+ # Maximum number of simultaneous expectations
+ #
+ ExpectMax 1
+ #
+ # Maximum living time for one expectation (in seconds).
+ #
+ ExpectTimeout 300
+ }
+ }
+ Type rpc inet tcp {
+ QueueNum 1
+ QueueLen 10240
+ Policy rpc {
+ ExpectMax 1
+ ExpectTimeout 300
+ }
+ }
+ Type rpc inet udp {
+ QueueNum 2
+ QueueLen 10240
+ Policy rpc {
+ ExpectMax 1
+ ExpectTimeout 300
+ }
+ }
+ Type tns inet tcp {
+ QueueNum 3
+ QueueLen 10240
+ Policy tns {
+ ExpectMax 1
+ ExpectTimeout 300
+ }
+ }
+}
+
+#
+# General settings
+#
+General {
+ #
+ # Set the nice value of the daemon, this value goes from -20
+ # (most favorable scheduling) to 19 (least favorable). Using a
+ # very low value reduces the chances to lose state-change events.
+ # Default is 0 but this example file sets it to most favourable
+ # scheduling as this is generally a good idea. See man nice(1) for
+ # more information.
+ #
+ Nice -20
+
+ #
+ # Select a different scheduler for the daemon, you can select between
+ # RR and FIFO and the process priority (minimum is 0, maximum is 99).
+ # See man sched_setscheduler(2) for more information. Using a RT
+ # scheduler reduces the chances to overrun the Netlink buffer.
+ #
+ # Scheduler {
+ # Type FIFO
+ # Priority 99
+ # }
+
+ #
+ # Logfile: on (/var/log/conntrackd.log), off, or a filename
+ # Default: off
+ #
+ LogFile on
+
+ #
+ # Syslog: on, off or a facility name (daemon (default) or local0..7)
+ # Default: off
+ #
+ #Syslog on
+
+ #
+ # Lockfile
+ #
+ LockFile /var/lock/conntrack.lock
+
+ #
+ # Unix socket configuration
+ #
+ UNIX {
+ Path /var/run/conntrackd.ctl
+ Backlog 20
+ }
+}
diff --git a/doc/manual/conntrack-tools.tmpl b/doc/manual/conntrack-tools.tmpl
index dbf836d..f21a4ff 100644
--- a/doc/manual/conntrack-tools.tmpl
+++ b/doc/manual/conntrack-tools.tmpl
@@ -19,7 +19,7 @@
</authorgroup>
<copyright>
- <year>2008-2011</year>
+ <year>2008-2012</year>
<holder>Pablo Neira Ayuso</holder>
</copyright>
@@ -37,7 +37,7 @@
<releaseinfo>
This document details how to install and configure the
<ulink url="http://conntrack-tools.netfilter.org">conntrack-tools</ulink>
- &gt;= 1.0.0. This document will evolve in the future to cover new features
+ &gt;= 1.4.0. This document will evolve in the future to cover new features
and changes.</releaseinfo>
</bookinfo>
@@ -660,6 +660,13 @@ Sync {
<sect3 id="sync-expect"><title>Synchronization of expectations</title>
+ <note><title>Check your Linux kernel version first</title>
+ <para>
+ The synchronization of expectations require a Linux kernel &gt;= 3.5
+ to work appropriately.
+ </para>
+ </note>
+
<para>The connection tracking system provides helpers that allows you to
filter multi-flow application protocols like FTP, H.323 and SIP among many
others. These protocols usually split the control and data traffic in
@@ -689,7 +696,9 @@ Sync {
ExpectationSync {
ftp
sip
- h323
+ ras # for H.323
+ q.931 # for H.323
+ h.245 # for H.323
}
}
}</programlisting>
@@ -818,7 +827,154 @@ Sync {
</sect2>
-<sect2 id="sync-trouble"><title>Troubleshooting</title>
+</sect1>
+
+<sect1 id="helpers"><title>User-space helpers</title>
+
+ <note><title>Check your Linux kernel version first</title>
+ <para>
+ The user-space helper infrastructure requires a Linux kernel &gt;= 3.6
+ to work appropriately.
+ </para>
+ </note>
+
+<para>Connection tracking helpers allows you to filter multi-flow protocols
+that usually separate control and data traffic into different flows.
+These protocols usually violate network layering by including layer 3/4
+details, eg. IP address and TCP/UDP ports, in their application protocol
+(which resides in layer 7). This is problematic for gateways since they
+operate at packet-level, ie. layers 3/4, and therefore they miss this
+important information to filter these protocols appropriately.</para>
+
+<para>Helpers inspect packet content (at layer 7) and create the so-called
+expectations. These expectations are added to one internal table
+that resides in the gateway. For each new packet arriving to the
+gateway, the gateway first looks up for matching expectations. If
+there is any, then this flow is accepted since it's been expected.
+Note this lookup only occurs for the first packet that is part of one
+newly established flow, not for all packets.</para>
+
+<para>Since 1.4.0, conntrackd provides the infrastructure to develop
+helpers in user-space. The main features of the user-space infrastructure
+for helpers are:</para>
+
+<itemizedlist>
+
+<listitem><para>Rapid connection tracking helper development, as developing code
+in user-space is usually faster.</para></listitem>
+
+<listitem><para>Reliability: A buggy helper does not crash the kernel. If the helper
+fails, ie. the conntrackd crashes, Moreover, we can monitor the helper process
+and restart it in case of problems.</para></listitem>
+
+<listitem><para>Security: Avoid complex string matching and mangling in
+kernel-space running in privileged mode. Going further, we can even think
+about running user-space helper as a non-root process.</para></listitem>
+
+<listitem><para>It allows the development of very specific helpers for
+proprietary protocols that are not standard. This is the case of the SQL*net
+helper. Implementing this in kernel-space may be problematic, since
+this may not be accepted for ainline inclusion in the Linux kernel.
+As an alternative, we can still distribute this support as separate
+patches. However, my personal experience is that, given that the
+kernel API/ABI is not stable, changes in the interface lead to the
+breakage of the patch. This highly increase the overhead in the
+maintainance.</para></listitem>
+
+</itemizedlist>
+
+<para>Currently, the infrastructure supports the following user-space helpers:
+</para>
+
+<itemizedlist>
+<listitem><para>Oracle*TNS, to support its special <emphasis>Redirect</emphasis> message.</para></listitem>
+<listitem><para>NFSv3, mind that version 4 does not require this helper.</para></listitem>
+<listitem><para>FTP (this helper is also available in kernel-space).</para></listitem>
+</itemizedlist>
+
+<para>The following steps describe how to enable the RPC portmapper helper for NFSv3 (this is similar for other helpers):</para>
+
+<orderedlist>
+<listitem><para>Register user-space helper:
+
+<programlisting>
+nfct helper add rpc inet udp
+nfct helper add rpc inet tcp
+</programlisting>
+
+This registers the portmapper helper for both UDP and TCP (NFSv3 traffic goes both over TCP and UDP).
+</para></listitem>
+
+<listitem><para>Add iptables rule using the CT target:
+
+<programlisting>
+# iptables -I OUTPUT -t raw -p udp --dport 111 -j CT --helper rpc
+# iptables -I OUTPUT -t raw -p tcp --dport 111 -j CT --helper rpc
+</programlisting>
+
+With this, packets matching port TCP/UDP/111 are passed to user-space for
+inspection. If there is no instance of conntrackd configured to support
+user-space helpers, no inspection happens and packets are not sent to
+user-space.</para></listitem>
+
+<listitem><para>Add configuration to conntrackd.conf:
+
+<programlisting>
+Helper {
+ Type rpc inet udp {
+ QueueNum 1
+ QueueLen 10240
+ Policy rpc {
+ ExpectMax 1
+ ExpectTimeout 300
+ }
+ }
+ Type rpc inet tcp {
+ QueueNum 2
+ QueueLen 10240
+ Policy rpc {
+ ExpectMax 1
+ ExpectTimeout 300
+ }
+ }
+}
+</programlisting>
+
+This configures conntrackd to use NFQUEUE queue numbers 1 and 2 to send traffic
+for inspection to user-space</para>
+
+ <note><title>If you have some custom libnetfilter_queue application</title>
+ <para>
+ Make sure your queue numbers do not collide with those used in your
+ conntrackd.conf file.
+ </para>
+ </note>
+
+</listitem>
+
+</orderedlist>
+
+<para>Now you can test this (assuming you have some working NFSv3 setup) with:
+
+<programlisting>
+mount -t nfs -onfsvers=3 mynfs.server.info:/srv/cvs /mnt/
+</programlisting>
+
+</para>
+
+<para>You should see new expectations being added via:
+
+<programlisting>
+# conntrack -E expect
+ [NEW] 300 proto=17 src=1.2.3.4 dst=1.2.3.4 sport=0 dport=54834 mask-src=255.255.255.255 mask-dst=255.255.255.255 sport=0 dport=65535 master-src=1.2.3.4 master-dst=1.2.3.4 sport=58190 dport=111 PERMANENT class=0 helper=rpc
+ [NEW] 300 proto=6 src=1.2.3.4 dst=1.2.3.4 sport=0 dport=2049 mask-src=255.255.255.255 mask-dst=255.255.255.255 sport=0 dport=65535 master-src=1.2.3.4 master-dst=1.2.3.4 sport=55450 dport=111 PERMANENT class=0 helper=rpc
+ [NEW] 300 proto=17 src=1.2.3.4 dst=1.2.3.4 sport=0 dport=58031 mask-src=255.255.255.255 mask-dst=255.255.255.255 sport=0 dport=65535 master-src=1.2.3.4 master-dst=1.2.3.4 sport=56309 dport=111 PERMANENT class=0 helper=rpc
+</programlisting>
+</para>
+
+</sect1>
+
+<sect1 id="sync-trouble"><title>Troubleshooting</title>
<para>Problems with <emphasis>conntrackd</emphasis>? The following list
of questions should help for troubleshooting:</para>
@@ -1024,8 +1180,6 @@ not enough space errors: 0
</qandaset>
-</sect2>
-
</sect1>
</chapter>
diff --git a/doc/sync/alarm/conntrackd.conf b/doc/sync/alarm/conntrackd.conf
index b9520fb..0223745 100644
--- a/doc/sync/alarm/conntrackd.conf
+++ b/doc/sync/alarm/conntrackd.conf
@@ -194,7 +194,8 @@ Sync {
# Set this option on if you want to enable the synchronization
# of expectations. You have to specify the list of helpers that
- # you want to enable. Default is off.
+ # you want to enable. Default is off. This feature requires
+ # a Linux kernel >= 3.5.
#
# ExpectationSync {
# ftp
diff --git a/doc/sync/ftfw/conntrackd.conf b/doc/sync/ftfw/conntrackd.conf
index 53a7d0f..65e7b77 100644
--- a/doc/sync/ftfw/conntrackd.conf
+++ b/doc/sync/ftfw/conntrackd.conf
@@ -217,7 +217,8 @@ Sync {
# Set this option on if you want to enable the synchronization
# of expectations. You have to specify the list of helpers that
- # you want to enable. Default is off.
+ # you want to enable. Default is off. This feature requires
+ # a Linux kernel >= 3.5.
#
# ExpectationSync {
# ftp
diff --git a/doc/sync/notrack/conntrackd.conf b/doc/sync/notrack/conntrackd.conf
index 11f022e..3d036fb 100644
--- a/doc/sync/notrack/conntrackd.conf
+++ b/doc/sync/notrack/conntrackd.conf
@@ -256,7 +256,8 @@ Sync {
# Set this option on if you want to enable the synchronization
# of expectations. You have to specify the list of helpers that
- # you want to enable. Default is off.
+ # you want to enable. Default is off. This feature requires
+ # a Linux kernel >= 3.5.
#
# ExpectationSync {
# ftp
diff --git a/extensions/Makefile.in b/extensions/Makefile.in
index edf2531..5161325 100644
--- a/extensions/Makefile.in
+++ b/extensions/Makefile.in
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.11.3 from Makefile.am.
+# Makefile.in generated by automake 1.11.6 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
@@ -16,6 +16,23 @@
@SET_MAKE@
VPATH = @srcdir@
+am__make_dryrun = \
+ { \
+ am__dry=no; \
+ case $$MAKEFLAGS in \
+ *\\[\ \ ]*) \
+ echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
+ | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
+ *) \
+ for am__flg in $$MAKEFLAGS; do \
+ case $$am__flg in \
+ *=*|--*) ;; \
+ *n*) am__dry=yes; break;; \
+ esac; \
+ done;; \
+ esac; \
+ test $$am__dry = yes; \
+ }
pkgdatadir = $(datadir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
pkglibdir = $(libdir)/@PACKAGE@
@@ -118,6 +135,11 @@ DIST_SOURCES = $(libct_proto_dccp_la_SOURCES) \
$(libct_proto_udp_la_SOURCES) \
$(libct_proto_udplite_la_SOURCES) \
$(libct_proto_unknown_la_SOURCES)
+am__can_run_installinfo = \
+ case $$AM_UPDATE_INFO_DIR in \
+ n|no|NO) false;; \
+ *) (install-info --version) >/dev/null 2>&1;; \
+ esac
ETAGS = etags
CTAGS = ctags
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
@@ -161,8 +183,12 @@ LIBMNL_CFLAGS = @LIBMNL_CFLAGS@
LIBMNL_LIBS = @LIBMNL_LIBS@
LIBNETFILTER_CONNTRACK_CFLAGS = @LIBNETFILTER_CONNTRACK_CFLAGS@
LIBNETFILTER_CONNTRACK_LIBS = @LIBNETFILTER_CONNTRACK_LIBS@
+LIBNETFILTER_CTHELPER_CFLAGS = @LIBNETFILTER_CTHELPER_CFLAGS@
+LIBNETFILTER_CTHELPER_LIBS = @LIBNETFILTER_CTHELPER_LIBS@
LIBNETFILTER_CTTIMEOUT_CFLAGS = @LIBNETFILTER_CTTIMEOUT_CFLAGS@
LIBNETFILTER_CTTIMEOUT_LIBS = @LIBNETFILTER_CTTIMEOUT_LIBS@
+LIBNETFILTER_QUEUE_CFLAGS = @LIBNETFILTER_QUEUE_CFLAGS@
+LIBNETFILTER_QUEUE_LIBS = @LIBNETFILTER_QUEUE_LIBS@
LIBNFNETLINK_CFLAGS = @LIBNFNETLINK_CFLAGS@
LIBNFNETLINK_LIBS = @LIBNFNETLINK_LIBS@
LIBOBJS = @LIBOBJS@
@@ -233,6 +259,7 @@ includedir = @includedir@
infodir = @infodir@
install_sh = @install_sh@
libdir = @libdir@
+libdl_LIBS = @libdl_LIBS@
libexecdir = @libexecdir@
localedir = @localedir@
localstatedir = @localstatedir@
@@ -256,7 +283,9 @@ AM_CFLAGS = -std=gnu99 -W -Wall \
-Wmissing-prototypes -Wwrite-strings -Wcast-qual -Wfloat-equal -Wshadow -Wpointer-arith -Wbad-function-cast -Wsign-compare -Waggregate-return -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wstrict-prototypes -Wundef \
-Wno-unused-parameter ${LIBNFNETLINK_CFLAGS} ${LIBMNL_CFLAGS} \
${LIBNETFILTER_CONNTRACK_CFLAGS} \
- ${LIBNETFILTER_CTTIMEOUT_CFLAGS}
+ ${LIBNETFILTER_CTTIMEOUT_CFLAGS} \
+ ${LIBNETFILTER_QUEUE_CFLAGS} \
+ ${LIBNETFILTER_CTHELPER_CFLAGS}
noinst_LTLIBRARIES = libct_proto_tcp.la libct_proto_udp.la \
libct_proto_icmp.la libct_proto_icmpv6.la \
diff --git a/include/Makefile.am b/include/Makefile.am
index 138005d..6bd0f7f 100644
--- a/include/Makefile.am
+++ b/include/Makefile.am
@@ -5,5 +5,6 @@ noinst_HEADERS = alarm.h jhash.h cache.h linux_list.h linux_rbtree.h \
debug.h log.h hash.h mcast.h conntrack.h \
network.h filter.h queue.h vector.h cidr.h \
traffic_stats.h netlink.h fds.h event.h bitops.h channel.h \
- process.h origin.h internal.h external.h date.h nfct.h
+ process.h origin.h internal.h external.h date.h nfct.h \
+ helper.h myct.h stack.h
diff --git a/include/Makefile.in b/include/Makefile.in
index f02b393..e94f01e 100644
--- a/include/Makefile.in
+++ b/include/Makefile.in
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.11.3 from Makefile.am.
+# Makefile.in generated by automake 1.11.6 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
@@ -16,6 +16,23 @@
@SET_MAKE@
VPATH = @srcdir@
+am__make_dryrun = \
+ { \
+ am__dry=no; \
+ case $$MAKEFLAGS in \
+ *\\[\ \ ]*) \
+ echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
+ | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
+ *) \
+ for am__flg in $$MAKEFLAGS; do \
+ case $$am__flg in \
+ *=*|--*) ;; \
+ *n*) am__dry=yes; break;; \
+ esac; \
+ done;; \
+ esac; \
+ test $$am__dry = yes; \
+ }
pkgdatadir = $(datadir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
pkglibdir = $(libdir)/@PACKAGE@
@@ -62,6 +79,11 @@ RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
install-pdf-recursive install-ps-recursive install-recursive \
installcheck-recursive installdirs-recursive pdf-recursive \
ps-recursive uninstall-recursive
+am__can_run_installinfo = \
+ case $$AM_UPDATE_INFO_DIR in \
+ n|no|NO) false;; \
+ *) (install-info --version) >/dev/null 2>&1;; \
+ esac
HEADERS = $(noinst_HEADERS)
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
distclean-recursive maintainer-clean-recursive
@@ -137,8 +159,12 @@ LIBMNL_CFLAGS = @LIBMNL_CFLAGS@
LIBMNL_LIBS = @LIBMNL_LIBS@
LIBNETFILTER_CONNTRACK_CFLAGS = @LIBNETFILTER_CONNTRACK_CFLAGS@
LIBNETFILTER_CONNTRACK_LIBS = @LIBNETFILTER_CONNTRACK_LIBS@
+LIBNETFILTER_CTHELPER_CFLAGS = @LIBNETFILTER_CTHELPER_CFLAGS@
+LIBNETFILTER_CTHELPER_LIBS = @LIBNETFILTER_CTHELPER_LIBS@
LIBNETFILTER_CTTIMEOUT_CFLAGS = @LIBNETFILTER_CTTIMEOUT_CFLAGS@
LIBNETFILTER_CTTIMEOUT_LIBS = @LIBNETFILTER_CTTIMEOUT_LIBS@
+LIBNETFILTER_QUEUE_CFLAGS = @LIBNETFILTER_QUEUE_CFLAGS@
+LIBNETFILTER_QUEUE_LIBS = @LIBNETFILTER_QUEUE_LIBS@
LIBNFNETLINK_CFLAGS = @LIBNFNETLINK_CFLAGS@
LIBNFNETLINK_LIBS = @LIBNFNETLINK_LIBS@
LIBOBJS = @LIBOBJS@
@@ -209,6 +235,7 @@ includedir = @includedir@
infodir = @infodir@
install_sh = @install_sh@
libdir = @libdir@
+libdl_LIBS = @libdl_LIBS@
libexecdir = @libexecdir@
localedir = @localedir@
localstatedir = @localstatedir@
@@ -233,7 +260,8 @@ noinst_HEADERS = alarm.h jhash.h cache.h linux_list.h linux_rbtree.h \
debug.h log.h hash.h mcast.h conntrack.h \
network.h filter.h queue.h vector.h cidr.h \
traffic_stats.h netlink.h fds.h event.h bitops.h channel.h \
- process.h origin.h internal.h external.h date.h nfct.h
+ process.h origin.h internal.h external.h date.h nfct.h \
+ helper.h myct.h stack.h
all: all-recursive
@@ -442,13 +470,10 @@ distdir: $(DISTFILES)
done
@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
if test "$$subdir" = .; then :; else \
- test -d "$(distdir)/$$subdir" \
- || $(MKDIR_P) "$(distdir)/$$subdir" \
- || exit 1; \
- fi; \
- done
- @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
- if test "$$subdir" = .; then :; else \
+ $(am__make_dryrun) \
+ || test -d "$(distdir)/$$subdir" \
+ || $(MKDIR_P) "$(distdir)/$$subdir" \
+ || exit 1; \
dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
$(am__relativize); \
new_distdir=$$reldir; \
diff --git a/include/channel.h b/include/channel.h
index 9b5fad8..46a354f 100644
--- a/include/channel.h
+++ b/include/channel.h
@@ -35,7 +35,8 @@ struct tcp_channel {
#define CHANNEL_F_BUFFERED (1 << 1)
#define CHANNEL_F_STREAM (1 << 2)
#define CHANNEL_F_ERRORS (1 << 3)
-#define CHANNEL_F_MAX (1 << 4)
+#define CHANNEL_F_ACCEPT (1 << 4)
+#define CHANNEL_F_MAX (1 << 5)
union channel_type_conf {
struct mcast_conf mcast;
@@ -52,8 +53,12 @@ struct channel_conf {
struct nlif_handle;
+#define CHANNEL_T_DATAGRAM 0
+#define CHANNEL_T_STREAM 1
+
struct channel_ops {
int headersiz;
+ int type;
void * (*open)(void *conf);
void (*close)(void *channel);
int (*send)(void *channel, const void *data, int len);
@@ -97,6 +102,8 @@ void channel_stats(struct channel *c, int fd);
void channel_stats_extended(struct channel *c, int active,
struct nlif_handle *h, int fd);
+int channel_type(struct channel *c);
+
#define MULTICHANNEL_MAX 4
struct multichannel {
@@ -119,6 +126,6 @@ void multichannel_stats_extended(struct multichannel *m,
int multichannel_get_ifindex(struct multichannel *m, int i);
int multichannel_get_current_ifindex(struct multichannel *m);
void multichannel_set_current_channel(struct multichannel *m, int i);
-void multichannel_change_current_channel(struct multichannel *m, int i);
+void multichannel_change_current_channel(struct multichannel *m, struct channel *c);
#endif /* _CHANNEL_H_ */
diff --git a/include/conntrack.h b/include/conntrack.h
index 3882de7..fd6126b 100644
--- a/include/conntrack.h
+++ b/include/conntrack.h
@@ -9,7 +9,7 @@
#include <netinet/in.h>
-#define NUMBER_OF_CMD 18
+#define NUMBER_OF_CMD 19
#define NUMBER_OF_OPT 24
struct ctproto_handler {
diff --git a/include/conntrackd.h b/include/conntrackd.h
index 9359dfa..19e613c 100644
--- a/include/conntrackd.h
+++ b/include/conntrackd.h
@@ -69,6 +69,7 @@
#define CTD_SYNC_NOTRACK (1UL << 4)
#define CTD_POLL (1UL << 5)
#define CTD_EXPECT (1UL << 6)
+#define CTD_HELPER (1UL << 7)
/* FILENAME_MAX is 4096 on my system, perhaps too much? */
#ifndef FILENAME_MAXLEN
@@ -134,6 +135,9 @@ struct ct_conf {
int syslog_facility;
size_t buffer_size;
} stats;
+ struct {
+ struct list_head list;
+ } cthelper;
};
#define STATE(x) st.x
@@ -252,24 +256,41 @@ struct ct_stats_state {
struct cache *cache; /* internal events cache (netlink) */
};
-union ct_state {
+#define STATE_CTH(x) state.cthelper->x
+
+struct ct_helper_state {
+ struct mnl_socket *nl;
+ uint32_t portid;
+};
+
+struct ct_state {
struct ct_sync_state *sync;
struct ct_stats_state *stats;
+ struct ct_helper_state *cthelper;
};
extern struct ct_conf conf;
-extern union ct_state state;
+extern struct ct_state state;
extern struct ct_general_state st;
struct ct_mode {
struct internal_handler *internal;
int (*init)(void);
- void (*run)(fd_set *readfds);
int (*local)(int fd, int type, void *data);
void (*kill)(void);
};
-/* conntrackd modes */
+/* basic ctnl functions */
+void ctnl_kill(void);
+int ctnl_local(int fd, int type, void *data);
+int ctnl_init(void);
+
+/* basic cthelper functions */
+void cthelper_kill(void);
+int cthelper_local(int fd, int type, void *data);
+int cthelper_init(void);
+
+/* conntrackd ctnl modes */
extern struct ct_mode sync_mode;
extern struct ct_mode stats_mode;
@@ -278,7 +299,7 @@ extern struct ct_mode stats_mode;
/* These live in run.c */
void killer(int foo);
int init(void);
-void run(void);
+void select_main_loop(void);
/* from read_config_yy.c */
int
diff --git a/include/fds.h b/include/fds.h
index f3728d7..ed0c8be 100644
--- a/include/fds.h
+++ b/include/fds.h
@@ -12,11 +12,13 @@ struct fds {
struct fds_item {
struct list_head head;
int fd;
+ void (*cb)(void *data);
+ void *data;
};
struct fds *create_fds(void);
void destroy_fds(struct fds *);
-int register_fd(int fd, struct fds *fds);
+int register_fd(int fd, void (*cb)(void *data), void *data, struct fds *fds);
int unregister_fd(int fd, struct fds *fds);
#endif
diff --git a/include/helper.h b/include/helper.h
new file mode 100644
index 0000000..9d96fb7
--- /dev/null
+++ b/include/helper.h
@@ -0,0 +1,111 @@
+#ifndef _CTD_HELPER_H_
+#define _CTD_HELPER_H_
+
+#include <stdint.h>
+#include "linux_list.h"
+#include "myct.h"
+
+#include <libnetfilter_conntrack/libnetfilter_conntrack.h>
+
+struct pkt_buff;
+
+#define CTD_HELPER_NAME_LEN 16
+#define CTD_HELPER_POLICY_MAX 4
+
+struct ctd_helper_policy {
+ char name[CTD_HELPER_NAME_LEN];
+ uint32_t expect_timeout;
+ uint32_t expect_max;
+};
+
+struct ctd_helper {
+ struct list_head head;
+ char name[CTD_HELPER_NAME_LEN];
+ uint8_t l4proto;
+ int (*cb)(struct pkt_buff *pkt,
+ uint32_t protoff,
+ struct myct *ct,
+ u_int32_t ctinfo);
+
+ struct ctd_helper_policy policy[CTD_HELPER_POLICY_MAX];
+
+ int priv_data_len;
+};
+
+struct ctd_helper_instance {
+ struct list_head head;
+ uint32_t queue_num;
+ uint32_t queue_len;
+ uint16_t l3proto;
+ uint8_t l4proto;
+ struct ctd_helper *helper;
+ struct ctd_helper_policy policy[CTD_HELPER_POLICY_MAX];
+};
+
+extern int cthelper_expect_init(struct nf_expect *exp, struct nf_conntrack *master, uint32_t class, union nfct_attr_grp_addr *saddr, union nfct_attr_grp_addr *daddr, uint8_t l4proto, uint16_t *sport, uint16_t *dport, uint32_t flags);
+extern int cthelper_add_expect(struct nf_expect *exp);
+extern int cthelper_del_expect(struct nf_expect *exp);
+
+extern void cthelper_get_addr_src(struct nf_conntrack *ct, int dir, union nfct_attr_grp_addr *addr);
+extern void cthelper_get_addr_dst(struct nf_conntrack *ct, int dir, union nfct_attr_grp_addr *addr);
+
+extern int in4_pton(const char *src, int srclen, uint8_t *dst, int delim, const char **end);
+extern int in6_pton(const char *src, int srclen, uint8_t *dst, int delim, const char **end);
+
+extern void helper_register(struct ctd_helper *helper);
+struct ctd_helper *helper_find(const char *libdir_path, const char *name, uint8_t l4proto, int flags);
+
+#define min_t(type, x, y) ({ \
+ type __min1 = (x); \
+ type __min2 = (y); \
+ __min1 < __min2 ? __min1: __min2; })
+
+#define max_t(type, x, y) ({ \
+ type __max1 = (x); \
+ type __max2 = (y); \
+ __max1 > __max2 ? __max1: __max2; })
+
+#define ARRAY_SIZE MNL_ARRAY_SIZE
+
+enum ip_conntrack_dir {
+ IP_CT_DIR_ORIGINAL,
+ IP_CT_DIR_REPLY,
+ IP_CT_DIR_MAX
+};
+
+/* Connection state tracking for netfilter. This is separated from,
+ but required by, the NAT layer; it can also be used by an iptables
+ extension. */
+enum ip_conntrack_info {
+ /* Part of an established connection (either direction). */
+ IP_CT_ESTABLISHED,
+
+ /* Like NEW, but related to an existing connection, or ICMP error
+ (in either direction). */
+ IP_CT_RELATED,
+
+ /* Started a new connection to track (only
+ IP_CT_DIR_ORIGINAL); may be a retransmission. */
+ IP_CT_NEW,
+
+ /* >= this indicates reply direction */
+ IP_CT_IS_REPLY,
+
+ IP_CT_ESTABLISHED_REPLY = IP_CT_ESTABLISHED + IP_CT_IS_REPLY,
+ IP_CT_RELATED_REPLY = IP_CT_RELATED + IP_CT_IS_REPLY,
+ IP_CT_NEW_REPLY = IP_CT_NEW + IP_CT_IS_REPLY,
+ /* Number of distinct IP_CT types (no NEW in reply dirn). */
+ IP_CT_NUMBER = IP_CT_IS_REPLY * 2 - 1
+};
+
+#define CTINFO2DIR(ctinfo) ((ctinfo) >= IP_CT_IS_REPLY ? IP_CT_DIR_REPLY : IP_CT_DIR_ORIGINAL)
+
+#if 0
+#define pr_debug(fmt, arg...) \
+ printf(fmt, ##arg)
+#else
+#define pr_debug(fmt, arg...) \
+ ({ if (0) printf(fmt, ##arg); 0; })
+#endif
+
+#endif
diff --git a/include/linux/Makefile.in b/include/linux/Makefile.in
index b7cb37e..847147e 100644
--- a/include/linux/Makefile.in
+++ b/include/linux/Makefile.in
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.11.3 from Makefile.am.
+# Makefile.in generated by automake 1.11.6 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
@@ -15,6 +15,23 @@
@SET_MAKE@
VPATH = @srcdir@
+am__make_dryrun = \
+ { \
+ am__dry=no; \
+ case $$MAKEFLAGS in \
+ *\\[\ \ ]*) \
+ echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
+ | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
+ *) \
+ for am__flg in $$MAKEFLAGS; do \
+ case $$am__flg in \
+ *=*|--*) ;; \
+ *n*) am__dry=yes; break;; \
+ esac; \
+ done;; \
+ esac; \
+ test $$am__dry = yes; \
+ }
pkgdatadir = $(datadir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
pkglibdir = $(libdir)/@PACKAGE@
@@ -60,6 +77,11 @@ RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
install-pdf-recursive install-ps-recursive install-recursive \
installcheck-recursive installdirs-recursive pdf-recursive \
ps-recursive uninstall-recursive
+am__can_run_installinfo = \
+ case $$AM_UPDATE_INFO_DIR in \
+ n|no|NO) false;; \
+ *) (install-info --version) >/dev/null 2>&1;; \
+ esac
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
distclean-recursive maintainer-clean-recursive
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
@@ -134,8 +156,12 @@ LIBMNL_CFLAGS = @LIBMNL_CFLAGS@
LIBMNL_LIBS = @LIBMNL_LIBS@
LIBNETFILTER_CONNTRACK_CFLAGS = @LIBNETFILTER_CONNTRACK_CFLAGS@
LIBNETFILTER_CONNTRACK_LIBS = @LIBNETFILTER_CONNTRACK_LIBS@
+LIBNETFILTER_CTHELPER_CFLAGS = @LIBNETFILTER_CTHELPER_CFLAGS@
+LIBNETFILTER_CTHELPER_LIBS = @LIBNETFILTER_CTHELPER_LIBS@
LIBNETFILTER_CTTIMEOUT_CFLAGS = @LIBNETFILTER_CTTIMEOUT_CFLAGS@
LIBNETFILTER_CTTIMEOUT_LIBS = @LIBNETFILTER_CTTIMEOUT_LIBS@
+LIBNETFILTER_QUEUE_CFLAGS = @LIBNETFILTER_QUEUE_CFLAGS@
+LIBNETFILTER_QUEUE_LIBS = @LIBNETFILTER_QUEUE_LIBS@
LIBNFNETLINK_CFLAGS = @LIBNFNETLINK_CFLAGS@
LIBNFNETLINK_LIBS = @LIBNFNETLINK_LIBS@
LIBOBJS = @LIBOBJS@
@@ -206,6 +232,7 @@ includedir = @includedir@
infodir = @infodir@
install_sh = @install_sh@
libdir = @libdir@
+libdl_LIBS = @libdl_LIBS@
libexecdir = @libexecdir@
localedir = @localedir@
localstatedir = @localstatedir@
@@ -432,13 +459,10 @@ distdir: $(DISTFILES)
done
@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
if test "$$subdir" = .; then :; else \
- test -d "$(distdir)/$$subdir" \
- || $(MKDIR_P) "$(distdir)/$$subdir" \
- || exit 1; \
- fi; \
- done
- @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
- if test "$$subdir" = .; then :; else \
+ $(am__make_dryrun) \
+ || test -d "$(distdir)/$$subdir" \
+ || $(MKDIR_P) "$(distdir)/$$subdir" \
+ || exit 1; \
dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
$(am__relativize); \
new_distdir=$$reldir; \
diff --git a/include/linux/netfilter/Makefile.am b/include/linux/netfilter/Makefile.am
index 84315e3..6574060 100644
--- a/include/linux/netfilter/Makefile.am
+++ b/include/linux/netfilter/Makefile.am
@@ -1 +1 @@
-noinst_HEADERS = nfnetlink.h nfnetlink_cttimeout.h
+noinst_HEADERS = nfnetlink.h nfnetlink_cttimeout.h nfnetlink_queue.h nfnetlink_cthelper.h
diff --git a/include/linux/netfilter/Makefile.in b/include/linux/netfilter/Makefile.in
index 346dd66..5ecc87a 100644
--- a/include/linux/netfilter/Makefile.in
+++ b/include/linux/netfilter/Makefile.in
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.11.3 from Makefile.am.
+# Makefile.in generated by automake 1.11.6 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
@@ -16,6 +16,23 @@
@SET_MAKE@
VPATH = @srcdir@
+am__make_dryrun = \
+ { \
+ am__dry=no; \
+ case $$MAKEFLAGS in \
+ *\\[\ \ ]*) \
+ echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
+ | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
+ *) \
+ for am__flg in $$MAKEFLAGS; do \
+ case $$am__flg in \
+ *=*|--*) ;; \
+ *n*) am__dry=yes; break;; \
+ esac; \
+ done;; \
+ esac; \
+ test $$am__dry = yes; \
+ }
pkgdatadir = $(datadir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
pkglibdir = $(libdir)/@PACKAGE@
@@ -55,6 +72,11 @@ am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
am__v_at_0 = @
SOURCES =
DIST_SOURCES =
+am__can_run_installinfo = \
+ case $$AM_UPDATE_INFO_DIR in \
+ n|no|NO) false;; \
+ *) (install-info --version) >/dev/null 2>&1;; \
+ esac
HEADERS = $(noinst_HEADERS)
ETAGS = etags
CTAGS = ctags
@@ -99,8 +121,12 @@ LIBMNL_CFLAGS = @LIBMNL_CFLAGS@
LIBMNL_LIBS = @LIBMNL_LIBS@
LIBNETFILTER_CONNTRACK_CFLAGS = @LIBNETFILTER_CONNTRACK_CFLAGS@
LIBNETFILTER_CONNTRACK_LIBS = @LIBNETFILTER_CONNTRACK_LIBS@
+LIBNETFILTER_CTHELPER_CFLAGS = @LIBNETFILTER_CTHELPER_CFLAGS@
+LIBNETFILTER_CTHELPER_LIBS = @LIBNETFILTER_CTHELPER_LIBS@
LIBNETFILTER_CTTIMEOUT_CFLAGS = @LIBNETFILTER_CTTIMEOUT_CFLAGS@
LIBNETFILTER_CTTIMEOUT_LIBS = @LIBNETFILTER_CTTIMEOUT_LIBS@
+LIBNETFILTER_QUEUE_CFLAGS = @LIBNETFILTER_QUEUE_CFLAGS@
+LIBNETFILTER_QUEUE_LIBS = @LIBNETFILTER_QUEUE_LIBS@
LIBNFNETLINK_CFLAGS = @LIBNFNETLINK_CFLAGS@
LIBNFNETLINK_LIBS = @LIBNFNETLINK_LIBS@
LIBOBJS = @LIBOBJS@
@@ -171,6 +197,7 @@ includedir = @includedir@
infodir = @infodir@
install_sh = @install_sh@
libdir = @libdir@
+libdl_LIBS = @libdl_LIBS@
libexecdir = @libexecdir@
localedir = @localedir@
localstatedir = @localstatedir@
@@ -189,7 +216,7 @@ target_alias = @target_alias@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
-noinst_HEADERS = nfnetlink.h nfnetlink_cttimeout.h
+noinst_HEADERS = nfnetlink.h nfnetlink_cttimeout.h nfnetlink_queue.h nfnetlink_cthelper.h
all: all-am
.SUFFIXES:
diff --git a/include/linux/netfilter/nfnetlink_cthelper.h b/include/linux/netfilter/nfnetlink_cthelper.h
new file mode 100644
index 0000000..33659f6
--- /dev/null
+++ b/include/linux/netfilter/nfnetlink_cthelper.h
@@ -0,0 +1,55 @@
+#ifndef _NFNL_CTHELPER_H_
+#define _NFNL_CTHELPER_H_
+
+#define NFCT_HELPER_STATUS_DISABLED 0
+#define NFCT_HELPER_STATUS_ENABLED 1
+
+enum nfnl_acct_msg_types {
+ NFNL_MSG_CTHELPER_NEW,
+ NFNL_MSG_CTHELPER_GET,
+ NFNL_MSG_CTHELPER_DEL,
+ NFNL_MSG_CTHELPER_MAX
+};
+
+enum nfnl_cthelper_type {
+ NFCTH_UNSPEC,
+ NFCTH_NAME,
+ NFCTH_TUPLE,
+ NFCTH_QUEUE_NUM,
+ NFCTH_POLICY,
+ NFCTH_PRIV_DATA_LEN,
+ NFCTH_STATUS,
+ __NFCTH_MAX
+};
+#define NFCTH_MAX (__NFCTH_MAX - 1)
+
+enum nfnl_cthelper_policy_type {
+ NFCTH_POLICY_SET_UNSPEC,
+ NFCTH_POLICY_SET_NUM,
+ NFCTH_POLICY_SET,
+ NFCTH_POLICY_SET1 = NFCTH_POLICY_SET,
+ NFCTH_POLICY_SET2,
+ NFCTH_POLICY_SET3,
+ NFCTH_POLICY_SET4,
+ __NFCTH_POLICY_SET_MAX
+};
+#define NFCTH_POLICY_SET_MAX (__NFCTH_POLICY_SET_MAX - 1)
+
+enum nfnl_cthelper_pol_type {
+ NFCTH_POLICY_UNSPEC,
+ NFCTH_POLICY_NAME,
+ NFCTH_POLICY_EXPECT_MAX,
+ NFCTH_POLICY_EXPECT_TIMEOUT,
+ __NFCTH_POLICY_MAX
+};
+#define NFCTH_POLICY_MAX (__NFCTH_POLICY_MAX - 1)
+
+enum nfnl_cthelper_tuple_type {
+ NFCTH_TUPLE_UNSPEC,
+ NFCTH_TUPLE_L3PROTONUM,
+ NFCTH_TUPLE_L4PROTONUM,
+ __NFCTH_TUPLE_MAX,
+};
+#define NFCTH_TUPLE_MAX (__NFCTH_TUPLE_MAX - 1)
+
+#endif /* _NFNL_CTHELPER_H */
diff --git a/include/linux/netfilter/nfnetlink_queue.h b/include/linux/netfilter/nfnetlink_queue.h
new file mode 100644
index 0000000..e0d8fd8
--- /dev/null
+++ b/include/linux/netfilter/nfnetlink_queue.h
@@ -0,0 +1,99 @@
+#ifndef _NFNETLINK_QUEUE_H
+#define _NFNETLINK_QUEUE_H
+
+#include <linux/types.h>
+#include <linux/netfilter/nfnetlink.h>
+
+enum nfqnl_msg_types {
+ NFQNL_MSG_PACKET, /* packet from kernel to userspace */
+ NFQNL_MSG_VERDICT, /* verdict from userspace to kernel */
+ NFQNL_MSG_CONFIG, /* connect to a particular queue */
+ NFQNL_MSG_VERDICT_BATCH, /* batchv from userspace to kernel */
+
+ NFQNL_MSG_MAX
+};
+
+struct nfqnl_msg_packet_hdr {
+ __be32 packet_id; /* unique ID of packet in queue */
+ __be16 hw_protocol; /* hw protocol (network order) */
+ __u8 hook; /* netfilter hook */
+} __attribute__ ((packed));
+
+struct nfqnl_msg_packet_hw {
+ __be16 hw_addrlen;
+ __u16 _pad;
+ __u8 hw_addr[8];
+};
+
+struct nfqnl_msg_packet_timestamp {
+ __aligned_be64 sec;
+ __aligned_be64 usec;
+};
+
+enum nfqnl_attr_type {
+ NFQA_UNSPEC,
+ NFQA_PACKET_HDR,
+ NFQA_VERDICT_HDR, /* nfqnl_msg_verdict_hrd */
+ NFQA_MARK, /* __u32 nfmark */
+ NFQA_TIMESTAMP, /* nfqnl_msg_packet_timestamp */
+ NFQA_IFINDEX_INDEV, /* __u32 ifindex */
+ NFQA_IFINDEX_OUTDEV, /* __u32 ifindex */
+ NFQA_IFINDEX_PHYSINDEV, /* __u32 ifindex */
+ NFQA_IFINDEX_PHYSOUTDEV, /* __u32 ifindex */
+ NFQA_HWADDR, /* nfqnl_msg_packet_hw */
+ NFQA_PAYLOAD, /* opaque data payload */
+ NFQA_CT, /* nf_conntrack_netlink.h */
+ NFQA_CT_INFO, /* enum ip_conntrack_info */
+
+ __NFQA_MAX
+};
+#define NFQA_MAX (__NFQA_MAX - 1)
+
+struct nfqnl_msg_verdict_hdr {
+ __be32 verdict;
+ __be32 id;
+};
+
+
+enum nfqnl_msg_config_cmds {
+ NFQNL_CFG_CMD_NONE,
+ NFQNL_CFG_CMD_BIND,
+ NFQNL_CFG_CMD_UNBIND,
+ NFQNL_CFG_CMD_PF_BIND,
+ NFQNL_CFG_CMD_PF_UNBIND,
+};
+
+struct nfqnl_msg_config_cmd {
+ __u8 command; /* nfqnl_msg_config_cmds */
+ __u8 _pad;
+ __be16 pf; /* AF_xxx for PF_[UN]BIND */
+};
+
+enum nfqnl_config_mode {
+ NFQNL_COPY_NONE,
+ NFQNL_COPY_META,
+ NFQNL_COPY_PACKET,
+};
+
+struct nfqnl_msg_config_params {
+ __be32 copy_range;
+ __u8 copy_mode; /* enum nfqnl_config_mode */
+} __attribute__ ((packed));
+
+
+enum nfqnl_attr_config {
+ NFQA_CFG_UNSPEC,
+ NFQA_CFG_CMD, /* nfqnl_msg_config_cmd */
+ NFQA_CFG_PARAMS, /* nfqnl_msg_config_params */
+ NFQA_CFG_QUEUE_MAXLEN, /* __u32 */
+ NFQA_CFG_MASK, /* identify which flags to change */
+ NFQA_CFG_FLAGS, /* value of these flags (__u32) */
+ __NFQA_CFG_MAX
+};
+#define NFQA_CFG_MAX (__NFQA_CFG_MAX-1)
+
+/* Flags for NFQA_CFG_FLAGS */
+#define NFQA_CFG_F_FAIL_OPEN (1 << 0)
+#define NFQA_CFG_F_CONNTRACK (1 << 1)
+
+#endif /* _NFNETLINK_QUEUE_H */
diff --git a/include/myct.h b/include/myct.h
new file mode 100644
index 0000000..45d9f29
--- /dev/null
+++ b/include/myct.h
@@ -0,0 +1,43 @@
+#ifndef _MYCT_H_
+#define _MYCT_H_
+
+#include "linux_list.h"
+
+#include <libnetfilter_conntrack/libnetfilter_conntrack.h>
+
+struct nf_conntrack;
+
+enum {
+ MYCT_NONE = 0,
+ MYCT_ESTABLISHED = (1 << 0),
+};
+
+enum {
+ MYCT_DIR_ORIG = 0,
+ MYCT_DIR_REPL,
+ MYCT_DIR_MAX,
+};
+
+union myct_proto {
+ uint16_t port;
+ uint16_t all;
+};
+
+struct myct_man {
+ union nfct_attr_grp_addr u3;
+ union myct_proto u;
+ uint16_t l3num;
+ uint8_t protonum;
+};
+
+struct myct_tuple {
+ struct myct_man src;
+ struct myct_man dst;
+};
+
+struct myct {
+ struct nf_conntrack *ct;
+ void *priv_data;
+};
+
+#endif
diff --git a/include/netlink.h b/include/netlink.h
index 3bde30c..9a33083 100644
--- a/include/netlink.h
+++ b/include/netlink.h
@@ -12,7 +12,7 @@ struct nlif_handle *nl_init_interface_handler(void);
int nl_send_resync(struct nfct_handle *h);
void nl_resize_socket_buffer(struct nfct_handle *h);
int nl_dump_conntrack_table(struct nfct_handle *h);
-int nl_flush_conntrack_table(struct nfct_handle *h);
+int nl_flush_conntrack_table_selective(void);
int nl_get_conntrack(struct nfct_handle *h, const struct nf_conntrack *ct);
int nl_create_conntrack(struct nfct_handle *h, const struct nf_conntrack *ct, int timeout);
int nl_update_conntrack(struct nfct_handle *h, const struct nf_conntrack *ct, int timeout);
diff --git a/include/nfct.h b/include/nfct.h
index d6271cf..5548b03 100644
--- a/include/nfct.h
+++ b/include/nfct.h
@@ -4,6 +4,7 @@
enum {
NFCT_SUBSYS_NONE = 0,
NFCT_SUBSYS_TIMEOUT,
+ NFCT_SUBSYS_HELPER,
NFCT_SUBSYS_VERSION,
NFCT_SUBSYS_HELP,
};
@@ -15,6 +16,7 @@ enum {
NFCT_CMD_DELETE,
NFCT_CMD_GET,
NFCT_CMD_FLUSH,
+ NFCT_CMD_DISABLE,
};
void nfct_perror(const char *msg);
@@ -26,4 +28,12 @@ int nfct_cmd_timeout_delete(int argc, char *argv[]);
int nfct_cmd_timeout_get(int argc, char *argv[]);
int nfct_cmd_timeout_flush(int argc, char *argv[]);
+int nfct_cmd_helper_parse_params(int argc, char *argv[]);
+int nfct_cmd_helper_list(int argc, char *argv[]);
+int nfct_cmd_helper_add(int argc, char *argv[]);
+int nfct_cmd_helper_delete(int argc, char *argv[]);
+int nfct_cmd_helper_get(int argc, char *argv[]);
+int nfct_cmd_helper_flush(int argc, char *argv[]);
+int nfct_cmd_helper_disable(int argc, char *argv[]);
+
#endif
diff --git a/include/stack.h b/include/stack.h
new file mode 100644
index 0000000..512a30f
--- /dev/null
+++ b/include/stack.h
@@ -0,0 +1,28 @@
+#ifndef _STACK_H_
+#define _STACK_H_
+
+#include "linux_list.h"
+
+struct stack {
+ struct list_head list;
+ int items;
+};
+
+static inline void stack_init(struct stack *s)
+{
+ INIT_LIST_HEAD(&s->list);
+}
+
+struct stack_item {
+ struct list_head head;
+ int type;
+ int data_len;
+ char data[0];
+};
+
+struct stack_item *stack_item_alloc(int type, size_t data_len);
+void stack_item_free(struct stack_item *e);
+void stack_item_push(struct stack *s, struct stack_item *e);
+struct stack_item *stack_item_pop(struct stack *s, int type);
+
+#endif
diff --git a/m4/libtool.m4 b/m4/libtool.m4
index 828104c..534d1cc 100644
--- a/m4/libtool.m4
+++ b/m4/libtool.m4
@@ -2512,17 +2512,6 @@ freebsd* | dragonfly*)
esac
;;
-gnu*)
- version_type=linux # correct to gnu/linux during the next big refactor
- need_lib_prefix=no
- need_version=no
- library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
- soname_spec='${libname}${release}${shared_ext}$major'
- shlibpath_var=LD_LIBRARY_PATH
- shlibpath_overrides_runpath=no
- hardcode_into_libs=yes
- ;;
-
haiku*)
version_type=linux # correct to gnu/linux during the next big refactor
need_lib_prefix=no
@@ -2639,7 +2628,7 @@ linux*oldld* | linux*aout* | linux*coff*)
;;
# This must be glibc/ELF.
-linux* | k*bsd*-gnu | kopensolaris*-gnu)
+linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
version_type=linux # correct to gnu/linux during the next big refactor
need_lib_prefix=no
need_version=no
@@ -3255,10 +3244,6 @@ freebsd* | dragonfly*)
fi
;;
-gnu*)
- lt_cv_deplibs_check_method=pass_all
- ;;
-
haiku*)
lt_cv_deplibs_check_method=pass_all
;;
@@ -3297,7 +3282,7 @@ irix5* | irix6* | nonstopux*)
;;
# This must be glibc/ELF.
-linux* | k*bsd*-gnu | kopensolaris*-gnu)
+linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
lt_cv_deplibs_check_method=pass_all
;;
@@ -4049,7 +4034,7 @@ m4_if([$1], [CXX], [
;;
esac
;;
- linux* | k*bsd*-gnu | kopensolaris*-gnu)
+ linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
case $cc_basename in
KCC*)
# KAI C++ Compiler
@@ -4348,7 +4333,7 @@ m4_if([$1], [CXX], [
_LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
;;
- linux* | k*bsd*-gnu | kopensolaris*-gnu)
+ linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
case $cc_basename in
# old Intel for x86_64 which still supported -KPIC.
ecc*)
@@ -6241,9 +6226,6 @@ if test "$_lt_caught_CXX_error" != yes; then
_LT_TAGVAR(ld_shlibs, $1)=yes
;;
- gnu*)
- ;;
-
haiku*)
_LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
_LT_TAGVAR(link_all_deplibs, $1)=yes
@@ -6405,7 +6387,7 @@ if test "$_lt_caught_CXX_error" != yes; then
_LT_TAGVAR(inherit_rpath, $1)=yes
;;
- linux* | k*bsd*-gnu | kopensolaris*-gnu)
+ linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
case $cc_basename in
KCC*)
# Kuck and Associates, Inc. (KAI) C++ Compiler
diff --git a/src/Makefile.am b/src/Makefile.am
index 5dbdef3..ec03e46 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,5 +1,7 @@
include $(top_srcdir)/Make_global.am
+SUBDIRS = helpers
+
AM_YFLAGS = -d
CLEANFILES = read_config_yy.c read_config_lex.c
@@ -7,19 +9,27 @@ CLEANFILES = read_config_yy.c read_config_lex.c
sbin_PROGRAMS = conntrack conntrackd nfct
conntrack_SOURCES = conntrack.c
-conntrack_LDADD = ../extensions/libct_proto_tcp.la ../extensions/libct_proto_udp.la ../extensions/libct_proto_udplite.la ../extensions/libct_proto_icmp.la ../extensions/libct_proto_icmpv6.la ../extensions/libct_proto_sctp.la ../extensions/libct_proto_dccp.la ../extensions/libct_proto_gre.la ../extensions/libct_proto_unknown.la ${LIBNETFILTER_CONNTRACK_LIBS}
+conntrack_LDADD = ../extensions/libct_proto_tcp.la ../extensions/libct_proto_udp.la ../extensions/libct_proto_udplite.la ../extensions/libct_proto_icmp.la ../extensions/libct_proto_icmpv6.la ../extensions/libct_proto_sctp.la ../extensions/libct_proto_dccp.la ../extensions/libct_proto_gre.la ../extensions/libct_proto_unknown.la ${LIBNETFILTER_CONNTRACK_LIBS} ${LIBMNL_LIBS} ${LIBNFNETLINK_LIBS}
nfct_SOURCES = nfct.c \
- nfct-extensions/timeout.c
+ helpers.c \
+ nfct-extensions/timeout.c \
+ nfct-extensions/helper.c
+
nfct_LDADD = ${LIBMNL_LIBS} \
${LIBNETFILTER_CONNTRACK_LIBS} \
- ${LIBNETFILTER_CTTIMEOUT_LIBS}
+ ${LIBNETFILTER_CTTIMEOUT_LIBS} \
+ ${LIBNETFILTER_CTHELPER_LIBS} \
+ ${libdl_LIBS}
+
+nfct_LDFLAGS = -export-dynamic
conntrackd_SOURCES = alarm.c main.c run.c hash.c queue.c rbtree.c \
local.c log.c mcast.c udp.c netlink.c vector.c \
filter.c fds.c event.c process.c origin.c date.c \
cache.c cache-ct.c cache-exp.c \
cache_timer.c \
+ ctnl.c cthelper.c \
sync-mode.c sync-alarm.c sync-ftfw.c sync-notrack.c \
traffic_stats.c stats-mode.c \
network.c cidr.c \
@@ -28,11 +38,16 @@ conntrackd_SOURCES = alarm.c main.c run.c hash.c queue.c rbtree.c \
tcp.c channel_tcp.c \
external_cache.c external_inject.c \
internal_cache.c internal_bypass.c \
- read_config_yy.y read_config_lex.l
+ read_config_yy.y read_config_lex.l \
+ stack.c helpers.c utils.c expect.c
# yacc and lex generate dirty code
read_config_yy.o read_config_lex.o: AM_CFLAGS += -Wno-missing-prototypes -Wno-missing-declarations -Wno-implicit-function-declaration -Wno-nested-externs -Wno-undef -Wno-redundant-decls
-conntrackd_LDADD = ${LIBNETFILTER_CONNTRACK_LIBS}
+conntrackd_LDADD = ${LIBMNL_LIBS} ${LIBNETFILTER_CONNTRACK_LIBS} \
+ ${LIBNETFILTER_QUEUE_LIBS} ${LIBNETFILTER_CTHELPER_LIBS} \
+ ${libdl_LIBS} ${LIBNFNETLINK_LIBS}
+
+conntrackd_LDFLAGS = -export-dynamic
EXTRA_DIST = read_config_yy.h
diff --git a/src/Makefile.in b/src/Makefile.in
index daf7900..64969c7 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.11.3 from Makefile.am.
+# Makefile.in generated by automake 1.11.6 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
@@ -16,6 +16,23 @@
@SET_MAKE@
VPATH = @srcdir@
+am__make_dryrun = \
+ { \
+ am__dry=no; \
+ case $$MAKEFLAGS in \
+ *\\[\ \ ]*) \
+ echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
+ | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
+ *) \
+ for am__flg in $$MAKEFLAGS; do \
+ case $$am__flg in \
+ *=*|--*) ;; \
+ *n*) am__dry=yes; break;; \
+ esac; \
+ done;; \
+ esac; \
+ test $$am__dry = yes; \
+ }
pkgdatadir = $(datadir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
pkglibdir = $(libdir)/@PACKAGE@
@@ -62,7 +79,8 @@ conntrack_DEPENDENCIES = ../extensions/libct_proto_tcp.la \
../extensions/libct_proto_sctp.la \
../extensions/libct_proto_dccp.la \
../extensions/libct_proto_gre.la \
- ../extensions/libct_proto_unknown.la $(am__DEPENDENCIES_1)
+ ../extensions/libct_proto_unknown.la $(am__DEPENDENCIES_1) \
+ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
AM_V_lt = $(am__v_lt_@AM_V@)
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
am__v_lt_0 = --silent
@@ -73,7 +91,8 @@ am_conntrackd_OBJECTS = alarm.$(OBJEXT) main.$(OBJEXT) run.$(OBJEXT) \
fds.$(OBJEXT) event.$(OBJEXT) process.$(OBJEXT) \
origin.$(OBJEXT) date.$(OBJEXT) cache.$(OBJEXT) \
cache-ct.$(OBJEXT) cache-exp.$(OBJEXT) cache_timer.$(OBJEXT) \
- sync-mode.$(OBJEXT) sync-alarm.$(OBJEXT) sync-ftfw.$(OBJEXT) \
+ ctnl.$(OBJEXT) cthelper.$(OBJEXT) sync-mode.$(OBJEXT) \
+ sync-alarm.$(OBJEXT) sync-ftfw.$(OBJEXT) \
sync-notrack.$(OBJEXT) traffic_stats.$(OBJEXT) \
stats-mode.$(OBJEXT) network.$(OBJEXT) cidr.$(OBJEXT) \
build.$(OBJEXT) parse.$(OBJEXT) channel.$(OBJEXT) \
@@ -81,14 +100,27 @@ am_conntrackd_OBJECTS = alarm.$(OBJEXT) main.$(OBJEXT) run.$(OBJEXT) \
channel_udp.$(OBJEXT) tcp.$(OBJEXT) channel_tcp.$(OBJEXT) \
external_cache.$(OBJEXT) external_inject.$(OBJEXT) \
internal_cache.$(OBJEXT) internal_bypass.$(OBJEXT) \
- read_config_yy.$(OBJEXT) read_config_lex.$(OBJEXT)
+ read_config_yy.$(OBJEXT) read_config_lex.$(OBJEXT) \
+ stack.$(OBJEXT) helpers.$(OBJEXT) utils.$(OBJEXT) \
+ expect.$(OBJEXT)
conntrackd_OBJECTS = $(am_conntrackd_OBJECTS)
-conntrackd_DEPENDENCIES = $(am__DEPENDENCIES_1)
+conntrackd_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
+ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
+ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
+conntrackd_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
+ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
+ $(conntrackd_LDFLAGS) $(LDFLAGS) -o $@
am__dirstamp = $(am__leading_dot)dirstamp
-am_nfct_OBJECTS = nfct.$(OBJEXT) nfct-extensions/timeout.$(OBJEXT)
+am_nfct_OBJECTS = nfct.$(OBJEXT) helpers.$(OBJEXT) \
+ nfct-extensions/timeout.$(OBJEXT) \
+ nfct-extensions/helper.$(OBJEXT)
nfct_OBJECTS = $(am_nfct_OBJECTS)
nfct_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
+ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
$(am__DEPENDENCIES_1)
+nfct_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
+ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
+ $(nfct_LDFLAGS) $(LDFLAGS) -o $@
DEFAULT_INCLUDES = -I.@am__isrc@
depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
am__depfiles_maybe = depfiles
@@ -131,9 +163,52 @@ am__v_GEN_0 = @echo " GEN " $@;
SOURCES = $(conntrack_SOURCES) $(conntrackd_SOURCES) $(nfct_SOURCES)
DIST_SOURCES = $(conntrack_SOURCES) $(conntrackd_SOURCES) \
$(nfct_SOURCES)
+RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
+ html-recursive info-recursive install-data-recursive \
+ install-dvi-recursive install-exec-recursive \
+ install-html-recursive install-info-recursive \
+ install-pdf-recursive install-ps-recursive install-recursive \
+ installcheck-recursive installdirs-recursive pdf-recursive \
+ ps-recursive uninstall-recursive
+am__can_run_installinfo = \
+ case $$AM_UPDATE_INFO_DIR in \
+ n|no|NO) false;; \
+ *) (install-info --version) >/dev/null 2>&1;; \
+ esac
+RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
+ distclean-recursive maintainer-clean-recursive
+AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
+ $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
+ distdir
ETAGS = etags
CTAGS = ctags
+DIST_SUBDIRS = $(SUBDIRS)
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+am__relativize = \
+ dir0=`pwd`; \
+ sed_first='s,^\([^/]*\)/.*$$,\1,'; \
+ sed_rest='s,^[^/]*/*,,'; \
+ sed_last='s,^.*/\([^/]*\)$$,\1,'; \
+ sed_butlast='s,/*[^/]*$$,,'; \
+ while test -n "$$dir1"; do \
+ first=`echo "$$dir1" | sed -e "$$sed_first"`; \
+ if test "$$first" != "."; then \
+ if test "$$first" = ".."; then \
+ dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
+ dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
+ else \
+ first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
+ if test "$$first2" = "$$first"; then \
+ dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
+ else \
+ dir2="../$$dir2"; \
+ fi; \
+ dir0="$$dir0"/"$$first"; \
+ fi; \
+ fi; \
+ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
+ done; \
+ reldir="$$dir2"
ACLOCAL = @ACLOCAL@
AMTAR = @AMTAR@
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
@@ -174,8 +249,12 @@ LIBMNL_CFLAGS = @LIBMNL_CFLAGS@
LIBMNL_LIBS = @LIBMNL_LIBS@
LIBNETFILTER_CONNTRACK_CFLAGS = @LIBNETFILTER_CONNTRACK_CFLAGS@
LIBNETFILTER_CONNTRACK_LIBS = @LIBNETFILTER_CONNTRACK_LIBS@
+LIBNETFILTER_CTHELPER_CFLAGS = @LIBNETFILTER_CTHELPER_CFLAGS@
+LIBNETFILTER_CTHELPER_LIBS = @LIBNETFILTER_CTHELPER_LIBS@
LIBNETFILTER_CTTIMEOUT_CFLAGS = @LIBNETFILTER_CTTIMEOUT_CFLAGS@
LIBNETFILTER_CTTIMEOUT_LIBS = @LIBNETFILTER_CTTIMEOUT_LIBS@
+LIBNETFILTER_QUEUE_CFLAGS = @LIBNETFILTER_QUEUE_CFLAGS@
+LIBNETFILTER_QUEUE_LIBS = @LIBNETFILTER_QUEUE_LIBS@
LIBNFNETLINK_CFLAGS = @LIBNFNETLINK_CFLAGS@
LIBNFNETLINK_LIBS = @LIBNFNETLINK_LIBS@
LIBOBJS = @LIBOBJS@
@@ -246,6 +325,7 @@ includedir = @includedir@
infodir = @infodir@
install_sh = @install_sh@
libdir = @libdir@
+libdl_LIBS = @libdl_LIBS@
libexecdir = @libexecdir@
localedir = @localedir@
localstatedir = @localstatedir@
@@ -269,24 +349,33 @@ AM_CFLAGS = -std=gnu99 -W -Wall \
-Wmissing-prototypes -Wwrite-strings -Wcast-qual -Wfloat-equal -Wshadow -Wpointer-arith -Wbad-function-cast -Wsign-compare -Waggregate-return -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wstrict-prototypes -Wundef \
-Wno-unused-parameter ${LIBNFNETLINK_CFLAGS} ${LIBMNL_CFLAGS} \
${LIBNETFILTER_CONNTRACK_CFLAGS} \
- ${LIBNETFILTER_CTTIMEOUT_CFLAGS}
+ ${LIBNETFILTER_CTTIMEOUT_CFLAGS} \
+ ${LIBNETFILTER_QUEUE_CFLAGS} \
+ ${LIBNETFILTER_CTHELPER_CFLAGS}
+SUBDIRS = helpers
AM_YFLAGS = -d
CLEANFILES = read_config_yy.c read_config_lex.c
conntrack_SOURCES = conntrack.c
-conntrack_LDADD = ../extensions/libct_proto_tcp.la ../extensions/libct_proto_udp.la ../extensions/libct_proto_udplite.la ../extensions/libct_proto_icmp.la ../extensions/libct_proto_icmpv6.la ../extensions/libct_proto_sctp.la ../extensions/libct_proto_dccp.la ../extensions/libct_proto_gre.la ../extensions/libct_proto_unknown.la ${LIBNETFILTER_CONNTRACK_LIBS}
+conntrack_LDADD = ../extensions/libct_proto_tcp.la ../extensions/libct_proto_udp.la ../extensions/libct_proto_udplite.la ../extensions/libct_proto_icmp.la ../extensions/libct_proto_icmpv6.la ../extensions/libct_proto_sctp.la ../extensions/libct_proto_dccp.la ../extensions/libct_proto_gre.la ../extensions/libct_proto_unknown.la ${LIBNETFILTER_CONNTRACK_LIBS} ${LIBMNL_LIBS} ${LIBNFNETLINK_LIBS}
nfct_SOURCES = nfct.c \
- nfct-extensions/timeout.c
+ helpers.c \
+ nfct-extensions/timeout.c \
+ nfct-extensions/helper.c
nfct_LDADD = ${LIBMNL_LIBS} \
${LIBNETFILTER_CONNTRACK_LIBS} \
- ${LIBNETFILTER_CTTIMEOUT_LIBS}
+ ${LIBNETFILTER_CTTIMEOUT_LIBS} \
+ ${LIBNETFILTER_CTHELPER_LIBS} \
+ ${libdl_LIBS}
+nfct_LDFLAGS = -export-dynamic
conntrackd_SOURCES = alarm.c main.c run.c hash.c queue.c rbtree.c \
local.c log.c mcast.c udp.c netlink.c vector.c \
filter.c fds.c event.c process.c origin.c date.c \
cache.c cache-ct.c cache-exp.c \
cache_timer.c \
+ ctnl.c cthelper.c \
sync-mode.c sync-alarm.c sync-ftfw.c sync-notrack.c \
traffic_stats.c stats-mode.c \
network.c cidr.c \
@@ -295,11 +384,16 @@ conntrackd_SOURCES = alarm.c main.c run.c hash.c queue.c rbtree.c \
tcp.c channel_tcp.c \
external_cache.c external_inject.c \
internal_cache.c internal_bypass.c \
- read_config_yy.y read_config_lex.l
+ read_config_yy.y read_config_lex.l \
+ stack.c helpers.c utils.c expect.c
+
+conntrackd_LDADD = ${LIBMNL_LIBS} ${LIBNETFILTER_CONNTRACK_LIBS} \
+ ${LIBNETFILTER_QUEUE_LIBS} ${LIBNETFILTER_CTHELPER_LIBS} \
+ ${libdl_LIBS} ${LIBNFNETLINK_LIBS}
-conntrackd_LDADD = ${LIBNETFILTER_CONNTRACK_LIBS}
+conntrackd_LDFLAGS = -export-dynamic
EXTRA_DIST = read_config_yy.h
-all: all-am
+all: all-recursive
.SUFFIXES:
.SUFFIXES: .c .l .lo .o .obj .y
@@ -336,8 +430,11 @@ $(ACLOCAL_M4): $(am__aclocal_m4_deps)
$(am__aclocal_m4_deps):
install-sbinPROGRAMS: $(sbin_PROGRAMS)
@$(NORMAL_INSTALL)
- test -z "$(sbindir)" || $(MKDIR_P) "$(DESTDIR)$(sbindir)"
@list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
+ if test -n "$$list"; then \
+ echo " $(MKDIR_P) '$(DESTDIR)$(sbindir)'"; \
+ $(MKDIR_P) "$(DESTDIR)$(sbindir)" || exit 1; \
+ fi; \
for p in $$list; do echo "$$p $$p"; done | \
sed 's/$(EXEEXT)$$//' | \
while read p p1; do if test -f $$p || test -f $$p1; \
@@ -385,7 +482,7 @@ read_config_yy.h: read_config_yy.c
@if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) read_config_yy.c; else :; fi
conntrackd$(EXEEXT): $(conntrackd_OBJECTS) $(conntrackd_DEPENDENCIES) $(EXTRA_conntrackd_DEPENDENCIES)
@rm -f conntrackd$(EXEEXT)
- $(AM_V_CCLD)$(LINK) $(conntrackd_OBJECTS) $(conntrackd_LDADD) $(LIBS)
+ $(AM_V_CCLD)$(conntrackd_LINK) $(conntrackd_OBJECTS) $(conntrackd_LDADD) $(LIBS)
nfct-extensions/$(am__dirstamp):
@$(MKDIR_P) nfct-extensions
@: > nfct-extensions/$(am__dirstamp)
@@ -394,12 +491,15 @@ nfct-extensions/$(DEPDIR)/$(am__dirstamp):
@: > nfct-extensions/$(DEPDIR)/$(am__dirstamp)
nfct-extensions/timeout.$(OBJEXT): nfct-extensions/$(am__dirstamp) \
nfct-extensions/$(DEPDIR)/$(am__dirstamp)
+nfct-extensions/helper.$(OBJEXT): nfct-extensions/$(am__dirstamp) \
+ nfct-extensions/$(DEPDIR)/$(am__dirstamp)
nfct$(EXEEXT): $(nfct_OBJECTS) $(nfct_DEPENDENCIES) $(EXTRA_nfct_DEPENDENCIES)
@rm -f nfct$(EXEEXT)
- $(AM_V_CCLD)$(LINK) $(nfct_OBJECTS) $(nfct_LDADD) $(LIBS)
+ $(AM_V_CCLD)$(nfct_LINK) $(nfct_OBJECTS) $(nfct_LDADD) $(LIBS)
mostlyclean-compile:
-rm -f *.$(OBJEXT)
+ -rm -f nfct-extensions/helper.$(OBJEXT)
-rm -f nfct-extensions/timeout.$(OBJEXT)
distclean-compile:
@@ -417,13 +517,17 @@ distclean-compile:
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/channel_udp.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cidr.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conntrack.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cthelper.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ctnl.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/date.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/event.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/expect.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/external_cache.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/external_inject.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fds.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/filter.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hash.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/helpers.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/internal_bypass.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/internal_cache.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/local.Po@am__quote@
@@ -442,6 +546,7 @@ distclean-compile:
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/read_config_lex.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/read_config_yy.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/run.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stack.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stats-mode.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sync-alarm.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sync-ftfw.Po@am__quote@
@@ -450,7 +555,9 @@ distclean-compile:
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tcp.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/traffic_stats.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/udp.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utils.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vector.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@nfct-extensions/$(DEPDIR)/helper.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@nfct-extensions/$(DEPDIR)/timeout.Po@am__quote@
.c.o:
@@ -489,6 +596,76 @@ mostlyclean-libtool:
clean-libtool:
-rm -rf .libs _libs
+# This directory's subdirectories are mostly independent; you can cd
+# into them and run `make' without going through this Makefile.
+# To change the values of `make' variables: instead of editing Makefiles,
+# (1) if the variable is set in `config.status', edit `config.status'
+# (which will cause the Makefiles to be regenerated when you run `make');
+# (2) otherwise, pass the desired values on the `make' command line.
+$(RECURSIVE_TARGETS):
+ @fail= failcom='exit 1'; \
+ for f in x $$MAKEFLAGS; do \
+ case $$f in \
+ *=* | --[!k]*);; \
+ *k*) failcom='fail=yes';; \
+ esac; \
+ done; \
+ dot_seen=no; \
+ target=`echo $@ | sed s/-recursive//`; \
+ list='$(SUBDIRS)'; for subdir in $$list; do \
+ echo "Making $$target in $$subdir"; \
+ if test "$$subdir" = "."; then \
+ dot_seen=yes; \
+ local_target="$$target-am"; \
+ else \
+ local_target="$$target"; \
+ fi; \
+ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+ || eval $$failcom; \
+ done; \
+ if test "$$dot_seen" = "no"; then \
+ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+ fi; test -z "$$fail"
+
+$(RECURSIVE_CLEAN_TARGETS):
+ @fail= failcom='exit 1'; \
+ for f in x $$MAKEFLAGS; do \
+ case $$f in \
+ *=* | --[!k]*);; \
+ *k*) failcom='fail=yes';; \
+ esac; \
+ done; \
+ dot_seen=no; \
+ case "$@" in \
+ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+ *) list='$(SUBDIRS)' ;; \
+ esac; \
+ rev=''; for subdir in $$list; do \
+ if test "$$subdir" = "."; then :; else \
+ rev="$$subdir $$rev"; \
+ fi; \
+ done; \
+ rev="$$rev ."; \
+ target=`echo $@ | sed s/-recursive//`; \
+ for subdir in $$rev; do \
+ echo "Making $$target in $$subdir"; \
+ if test "$$subdir" = "."; then \
+ local_target="$$target-am"; \
+ else \
+ local_target="$$target"; \
+ fi; \
+ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+ || eval $$failcom; \
+ done && test -z "$$fail"
+tags-recursive:
+ list='$(SUBDIRS)'; for subdir in $$list; do \
+ test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ done
+ctags-recursive:
+ list='$(SUBDIRS)'; for subdir in $$list; do \
+ test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
+ done
+
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
@@ -499,10 +676,23 @@ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
mkid -fID $$unique
tags: TAGS
-TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
+TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
set x; \
here=`pwd`; \
+ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
+ include_option=--etags-include; \
+ empty_fix=.; \
+ else \
+ include_option=--include; \
+ empty_fix=; \
+ fi; \
+ list='$(SUBDIRS)'; for subdir in $$list; do \
+ if test "$$subdir" = .; then :; else \
+ test ! -f $$subdir/TAGS || \
+ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
+ fi; \
+ done; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
@@ -521,7 +711,7 @@ TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
fi; \
fi
ctags: CTAGS
-CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
+CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
@@ -571,22 +761,48 @@ distdir: $(DISTFILES)
|| exit 1; \
fi; \
done
+ @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ if test "$$subdir" = .; then :; else \
+ $(am__make_dryrun) \
+ || test -d "$(distdir)/$$subdir" \
+ || $(MKDIR_P) "$(distdir)/$$subdir" \
+ || exit 1; \
+ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
+ $(am__relativize); \
+ new_distdir=$$reldir; \
+ dir1=$$subdir; dir2="$(top_distdir)"; \
+ $(am__relativize); \
+ new_top_distdir=$$reldir; \
+ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
+ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
+ ($(am__cd) $$subdir && \
+ $(MAKE) $(AM_MAKEFLAGS) \
+ top_distdir="$$new_top_distdir" \
+ distdir="$$new_distdir" \
+ am__remove_distdir=: \
+ am__skip_length_check=: \
+ am__skip_mode_fix=: \
+ distdir) \
+ || exit 1; \
+ fi; \
+ done
check-am: all-am
-check: check-am
+check: check-recursive
all-am: Makefile $(PROGRAMS)
-installdirs:
+installdirs: installdirs-recursive
+installdirs-am:
for dir in "$(DESTDIR)$(sbindir)"; do \
test -z "$$dir" || $(MKDIR_P) "$$dir"; \
done
-install: install-am
-install-exec: install-exec-am
-install-data: install-data-am
-uninstall: uninstall-am
+install: install-recursive
+install-exec: install-exec-recursive
+install-data: install-data-recursive
+uninstall: uninstall-recursive
install-am: all-am
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-installcheck: installcheck-am
+installcheck: installcheck-recursive
install-strip:
if test -z '$(STRIP)'; then \
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
@@ -614,81 +830,83 @@ maintainer-clean-generic:
-rm -f read_config_lex.c
-rm -f read_config_yy.c
-rm -f read_config_yy.h
-clean: clean-am
+clean: clean-recursive
clean-am: clean-generic clean-libtool clean-sbinPROGRAMS \
mostlyclean-am
-distclean: distclean-am
+distclean: distclean-recursive
-rm -rf ./$(DEPDIR) nfct-extensions/$(DEPDIR)
-rm -f Makefile
distclean-am: clean-am distclean-compile distclean-generic \
distclean-tags
-dvi: dvi-am
+dvi: dvi-recursive
dvi-am:
-html: html-am
+html: html-recursive
html-am:
-info: info-am
+info: info-recursive
info-am:
install-data-am:
-install-dvi: install-dvi-am
+install-dvi: install-dvi-recursive
install-dvi-am:
install-exec-am: install-sbinPROGRAMS
-install-html: install-html-am
+install-html: install-html-recursive
install-html-am:
-install-info: install-info-am
+install-info: install-info-recursive
install-info-am:
install-man:
-install-pdf: install-pdf-am
+install-pdf: install-pdf-recursive
install-pdf-am:
-install-ps: install-ps-am
+install-ps: install-ps-recursive
install-ps-am:
installcheck-am:
-maintainer-clean: maintainer-clean-am
+maintainer-clean: maintainer-clean-recursive
-rm -rf ./$(DEPDIR) nfct-extensions/$(DEPDIR)
-rm -f Makefile
maintainer-clean-am: distclean-am maintainer-clean-generic
-mostlyclean: mostlyclean-am
+mostlyclean: mostlyclean-recursive
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
mostlyclean-libtool
-pdf: pdf-am
+pdf: pdf-recursive
pdf-am:
-ps: ps-am
+ps: ps-recursive
ps-am:
uninstall-am: uninstall-sbinPROGRAMS
-.MAKE: install-am install-strip
+.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
+ install-am install-strip tags-recursive
-.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
- clean-libtool clean-sbinPROGRAMS ctags distclean \
+.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
+ all all-am check check-am clean clean-generic clean-libtool \
+ clean-sbinPROGRAMS ctags ctags-recursive distclean \
distclean-compile distclean-generic distclean-libtool \
distclean-tags distdir dvi dvi-am html html-am info info-am \
install install-am install-data install-data-am install-dvi \
@@ -696,10 +914,11 @@ uninstall-am: uninstall-sbinPROGRAMS
install-html-am install-info install-info-am install-man \
install-pdf install-pdf-am install-ps install-ps-am \
install-sbinPROGRAMS install-strip installcheck \
- installcheck-am installdirs maintainer-clean \
+ installcheck-am installdirs installdirs-am maintainer-clean \
maintainer-clean-generic mostlyclean mostlyclean-compile \
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
- tags uninstall uninstall-am uninstall-sbinPROGRAMS
+ tags tags-recursive uninstall uninstall-am \
+ uninstall-sbinPROGRAMS
# yacc and lex generate dirty code
diff --git a/src/build.c b/src/build.c
index 7d4ef12..e15eb4f 100644
--- a/src/build.c
+++ b/src/build.c
@@ -356,7 +356,8 @@ void exp2msg(const struct nf_expect *exp, struct nethdr *n)
exp_build_u32(exp, ATTR_EXP_NAT_DIR, n, NTA_EXP_NAT_DIR);
}
- exp_build_str(exp, ATTR_EXP_HELPER_NAME, n, NTA_EXP_HELPER_NAME);
+ if (nfexp_attr_is_set(exp, ATTR_EXP_HELPER_NAME))
+ exp_build_str(exp, ATTR_EXP_HELPER_NAME, n, NTA_EXP_HELPER_NAME);
if (nfexp_attr_is_set(exp, ATTR_EXP_FN))
exp_build_str(exp, ATTR_EXP_FN, n, NTA_EXP_FN);
}
diff --git a/src/channel.c b/src/channel.c
index 818bb01..8b7c319 100644
--- a/src/channel.c
+++ b/src/channel.c
@@ -310,3 +310,8 @@ int channel_accept(struct channel *c)
{
return c->ops->accept(c);
}
+
+int channel_type(struct channel *c)
+{
+ return c->ops->type;
+}
diff --git a/src/channel_tcp.c b/src/channel_tcp.c
index f132840..a84603c 100644
--- a/src/channel_tcp.c
+++ b/src/channel_tcp.c
@@ -137,6 +137,7 @@ channel_tcp_accept(struct channel *c)
struct channel_ops channel_tcp = {
.headersiz = 40, /* IP header (20 bytes) + TCP header 20 (bytes) */
+ .type = CHANNEL_T_STREAM,
.open = channel_tcp_open,
.close = channel_tcp_close,
.send = channel_tcp_send,
diff --git a/src/conntrack.c b/src/conntrack.c
index 0920bc5..227c355 100644
--- a/src/conntrack.c
+++ b/src/conntrack.c
@@ -34,6 +34,8 @@
* Ported to the new libnetfilter_conntrack API
* 2008-04-13 Pablo Neira Ayuso <pablo@netfilter.org>:
* Way more flexible update and delete operations
+ *
+ * Part of this code has been funded by Sophos Astaro <http://www.sophos.com>
*/
#include "conntrack.h"
@@ -57,6 +59,7 @@
#include <netdb.h>
#include <sys/stat.h>
#include <fcntl.h>
+#include <libmnl/libmnl.h>
#include <libnetfilter_conntrack/libnetfilter_conntrack.h>
struct u32_mask {
@@ -157,8 +160,11 @@ enum ct_command {
EXP_COUNT_BIT = 16,
EXP_COUNT = (1 << EXP_COUNT_BIT),
- X_STATS_BIT = 17,
- X_STATS = (1 << X_STATS_BIT),
+ CT_STATS_BIT = 17,
+ CT_STATS = (1 << CT_STATS_BIT),
+
+ EXP_STATS_BIT = 18,
+ EXP_STATS = (1 << EXP_STATS_BIT),
};
/* If you add a new command, you have to update NUMBER_OF_CMD in conntrack.h */
@@ -352,7 +358,8 @@ static char commands_v_options[NUMBER_OF_CMD][NUMBER_OF_OPT] =
/*EXP_EVENT*/ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0},
/*CT_COUNT*/ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
/*EXP_COUNT*/ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
-/*X_STATS*/ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
+/*CT_STATS*/ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
+/*EXP_STATS*/ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
};
static const int cmd2type[][2] = {
@@ -365,6 +372,7 @@ static const int cmd2type[][2] = {
['V'] = { CT_VERSION, CT_VERSION },
['h'] = { CT_HELP, CT_HELP },
['C'] = { CT_COUNT, EXP_COUNT },
+ ['S'] = { CT_STATS, EXP_STATS },
};
static const int opt2type[] = {
@@ -814,27 +822,45 @@ add_command(unsigned int *cmd, const int newcmd)
*cmd |= newcmd;
}
-static unsigned int
-check_type(int argc, char *argv[])
+static char *get_table(int argc, char *argv[])
{
char *table = NULL;
- /* Nasty bug or feature in getopt_long ?
+ /* Nasty bug or feature in getopt_long ?
* It seems that it behaves badly with optional arguments.
* Fortunately, I just stole the fix from iptables ;) */
if (optarg)
return 0;
- else if (optind < argc && argv[optind][0] != '-'
- && argv[optind][0] != '!')
+ else if (optind < argc && argv[optind][0] != '-' &&
+ argv[optind][0] != '!')
table = argv[optind++];
-
- if (!table)
- return 0;
-
+
+ return table;
+}
+
+enum {
+ CT_TABLE_CONNTRACK,
+ CT_TABLE_EXPECT,
+ CT_TABLE_DYING,
+ CT_TABLE_UNCONFIRMED,
+};
+
+static unsigned int check_type(int argc, char *argv[])
+{
+ const char *table = get_table(argc, argv);
+
+ /* default to conntrack subsystem if nothing has been specified. */
+ if (table == NULL)
+ return CT_TABLE_CONNTRACK;
+
if (strncmp("expect", table, strlen(table)) == 0)
- return 1;
+ return CT_TABLE_EXPECT;
else if (strncmp("conntrack", table, strlen(table)) == 0)
- return 0;
+ return CT_TABLE_CONNTRACK;
+ else if (strncmp("dying", table, strlen(table)) == 0)
+ return CT_TABLE_DYING;
+ else if (strncmp("unconfirmed", table, strlen(table)) == 0)
+ return CT_TABLE_UNCONFIRMED;
else
exit_error(PARAMETER_PROBLEM, "unknown type `%s'", table);
@@ -1462,6 +1488,243 @@ out_err:
return ret;
}
+static struct nfct_mnl_socket {
+ struct mnl_socket *mnl;
+ uint32_t portid;
+} sock;
+
+static int nfct_mnl_socket_open(void)
+{
+ sock.mnl = mnl_socket_open(NETLINK_NETFILTER);
+ if (sock.mnl == NULL) {
+ perror("mnl_socket_open");
+ return -1;
+ }
+ if (mnl_socket_bind(sock.mnl, 0, MNL_SOCKET_AUTOPID) < 0) {
+ perror("mnl_socket_bind");
+ return -1;
+ }
+ sock.portid = mnl_socket_get_portid(sock.mnl);
+
+ return 0;
+}
+
+static struct nlmsghdr *
+nfct_mnl_nlmsghdr_put(char *buf, uint16_t subsys, uint16_t type)
+{
+ struct nlmsghdr *nlh;
+ struct nfgenmsg *nfh;
+
+ nlh = mnl_nlmsg_put_header(buf);
+ nlh->nlmsg_type = (subsys << 8) | type;
+ nlh->nlmsg_flags = NLM_F_REQUEST|NLM_F_DUMP;
+ nlh->nlmsg_seq = time(NULL);
+
+ nfh = mnl_nlmsg_put_extra_header(nlh, sizeof(struct nfgenmsg));
+ nfh->nfgen_family = AF_INET;
+ nfh->version = NFNETLINK_V0;
+ nfh->res_id = 0;
+
+ return nlh;
+}
+
+static void nfct_mnl_socket_close(void)
+{
+ mnl_socket_close(sock.mnl);
+}
+
+static int
+nfct_mnl_dump(uint16_t subsys, uint16_t type, mnl_cb_t cb)
+{
+ char buf[MNL_SOCKET_BUFFER_SIZE];
+ struct nlmsghdr *nlh;
+ int res;
+
+ nlh = nfct_mnl_nlmsghdr_put(buf, subsys, type);
+
+ res = mnl_socket_sendto(sock.mnl, nlh, nlh->nlmsg_len);
+ if (res < 0)
+ return res;
+
+ res = mnl_socket_recvfrom(sock.mnl, buf, sizeof(buf));
+ while (res > 0) {
+ res = mnl_cb_run(buf, res, nlh->nlmsg_seq, sock.portid,
+ cb, NULL);
+ if (res <= MNL_CB_STOP)
+ break;
+
+ res = mnl_socket_recvfrom(sock.mnl, buf, sizeof(buf));
+ }
+
+ return res;
+}
+
+static int
+nfct_mnl_get(uint16_t subsys, uint16_t type, mnl_cb_t cb)
+{
+ char buf[MNL_SOCKET_BUFFER_SIZE];
+ struct nlmsghdr *nlh;
+ int res;
+
+ nlh = nfct_mnl_nlmsghdr_put(buf, subsys, type);
+
+ res = mnl_socket_sendto(sock.mnl, nlh, nlh->nlmsg_len);
+ if (res < 0)
+ return res;
+
+ res = mnl_socket_recvfrom(sock.mnl, buf, sizeof(buf));
+ if (res < 0)
+ return res;
+
+ return mnl_cb_run(buf, res, nlh->nlmsg_seq, sock.portid, cb, NULL);
+}
+
+static int nfct_stats_attr_cb(const struct nlattr *attr, void *data)
+{
+ const struct nlattr **tb = data;
+ int type = mnl_attr_get_type(attr);
+
+ if (mnl_attr_type_valid(attr, CTA_STATS_MAX) < 0)
+ return MNL_CB_OK;
+
+ if (mnl_attr_validate(attr, MNL_TYPE_U32) < 0) {
+ perror("mnl_attr_validate");
+ return MNL_CB_ERROR;
+ }
+
+ tb[type] = attr;
+ return MNL_CB_OK;
+}
+
+static int nfct_stats_cb(const struct nlmsghdr *nlh, void *data)
+{
+ struct nlattr *tb[CTA_STATS_MAX+1] = {};
+ struct nfgenmsg *nfg = mnl_nlmsg_get_payload(nlh);
+ const char *attr2name[CTA_STATS_MAX+1] = {
+ [CTA_STATS_SEARCHED] = "searched",
+ [CTA_STATS_FOUND] = "found",
+ [CTA_STATS_NEW] = "new",
+ [CTA_STATS_INVALID] = "invalid",
+ [CTA_STATS_IGNORE] = "ignore",
+ [CTA_STATS_DELETE] = "delete",
+ [CTA_STATS_DELETE_LIST] = "delete_list",
+ [CTA_STATS_INSERT] = "insert",
+ [CTA_STATS_INSERT_FAILED] = "insert_failed",
+ [CTA_STATS_DROP] = "drop",
+ [CTA_STATS_EARLY_DROP] = "early_drop",
+ [CTA_STATS_ERROR] = "error",
+ [CTA_STATS_SEARCH_RESTART] = "search_restart",
+ };
+ int i;
+
+ mnl_attr_parse(nlh, sizeof(*nfg), nfct_stats_attr_cb, tb);
+
+ printf("cpu=%-4u\t", ntohs(nfg->res_id));
+
+ for (i=0; i<CTA_STATS_MAX+1; i++) {
+ if (tb[i]) {
+ printf("%s=%u ",
+ attr2name[i], ntohl(mnl_attr_get_u32(tb[i])));
+ }
+ }
+ printf("\n");
+ return MNL_CB_OK;
+}
+
+static int nfexp_stats_attr_cb(const struct nlattr *attr, void *data)
+{
+ const struct nlattr **tb = data;
+ int type = mnl_attr_get_type(attr);
+
+ if (mnl_attr_type_valid(attr, CTA_STATS_EXP_MAX) < 0)
+ return MNL_CB_OK;
+
+ if (mnl_attr_validate(attr, MNL_TYPE_U32) < 0) {
+ perror("mnl_attr_validate");
+ return MNL_CB_ERROR;
+ }
+
+ tb[type] = attr;
+ return MNL_CB_OK;
+}
+
+static int nfexp_stats_cb(const struct nlmsghdr *nlh, void *data)
+{
+ struct nlattr *tb[CTA_STATS_EXP_MAX+1] = {};
+ struct nfgenmsg *nfg = mnl_nlmsg_get_payload(nlh);
+ const char *attr2name[CTA_STATS_EXP_MAX+1] = {
+ [CTA_STATS_EXP_NEW] = "expect_new",
+ [CTA_STATS_EXP_CREATE] = "expect_create",
+ [CTA_STATS_EXP_DELETE] = "expect_delete",
+ };
+ int i;
+
+ mnl_attr_parse(nlh, sizeof(*nfg), nfexp_stats_attr_cb, tb);
+
+ printf("cpu=%-4u\t", ntohs(nfg->res_id));
+
+ for (i=0; i<CTA_STATS_EXP_MAX+1; i++) {
+ if (tb[i]) {
+ printf("%s=%u ",
+ attr2name[i], ntohl(mnl_attr_get_u32(tb[i])));
+ }
+ }
+ printf("\n");
+ return MNL_CB_OK;
+}
+
+static int nfct_stats_global_attr_cb(const struct nlattr *attr, void *data)
+{
+ const struct nlattr **tb = data;
+ int type = mnl_attr_get_type(attr);
+
+ if (mnl_attr_type_valid(attr, CTA_STATS_GLOBAL_MAX) < 0)
+ return MNL_CB_OK;
+
+ if (mnl_attr_validate(attr, MNL_TYPE_U32) < 0) {
+ perror("mnl_attr_validate");
+ return MNL_CB_ERROR;
+ }
+
+ tb[type] = attr;
+ return MNL_CB_OK;
+}
+
+static int nfct_global_stats_cb(const struct nlmsghdr *nlh, void *data)
+{
+ struct nlattr *tb[CTA_STATS_GLOBAL_MAX+1] = {};
+ struct nfgenmsg *nfg = mnl_nlmsg_get_payload(nlh);
+
+ mnl_attr_parse(nlh, sizeof(*nfg), nfct_stats_global_attr_cb, tb);
+
+ if (tb[CTA_STATS_GLOBAL_ENTRIES]) {
+ printf("%d\n",
+ ntohl(mnl_attr_get_u32(tb[CTA_STATS_GLOBAL_ENTRIES])));
+ }
+ return MNL_CB_OK;
+}
+
+static int mnl_nfct_dump_cb(const struct nlmsghdr *nlh, void *data)
+{
+ struct nf_conntrack *ct;
+ char buf[4096];
+
+ ct = nfct_new();
+ if (ct == NULL)
+ return MNL_CB_OK;
+
+ nfct_nlmsg_parse(nlh, ct);
+
+ nfct_snprintf(buf, sizeof(buf), ct, NFCT_T_UNKNOWN, NFCT_O_DEFAULT, 0);
+ printf("%s\n", buf);
+
+ nfct_destroy(ct);
+
+ counter++;
+
+ return MNL_CB_OK;
+}
+
static struct ctproto_handler *h;
int main(int argc, char *argv[])
@@ -1496,6 +1759,16 @@ int main(int argc, char *argv[])
switch(c) {
/* commands */
case 'L':
+ type = check_type(argc, argv);
+ /* Special case: dumping dying and unconfirmed list
+ * are handled like normal conntrack dumps.
+ */
+ if (type == CT_TABLE_DYING ||
+ type == CT_TABLE_UNCONFIRMED)
+ add_command(&command, cmd2type[c][0]);
+ else
+ add_command(&command, cmd2type[c][type]);
+ break;
case 'I':
case 'D':
case 'G':
@@ -1504,20 +1777,29 @@ int main(int argc, char *argv[])
case 'V':
case 'h':
case 'C':
+ case 'S':
type = check_type(argc, argv);
+ if (type == CT_TABLE_DYING ||
+ type == CT_TABLE_UNCONFIRMED) {
+ exit_error(PARAMETER_PROBLEM,
+ "Can't do that command with "
+ "tables `dying' and `unconfirmed'");
+ }
add_command(&command, cmd2type[c][type]);
break;
case 'U':
type = check_type(argc, argv);
- if (type == 0)
+ if (type == CT_TABLE_DYING ||
+ type == CT_TABLE_UNCONFIRMED) {
+ exit_error(PARAMETER_PROBLEM,
+ "Can't do that command with "
+ "tables `dying' and `unconfirmed'");
+ } else if (type == CT_TABLE_CONNTRACK)
add_command(&command, CT_UPDATE);
else
- exit_error(PARAMETER_PROBLEM,
+ exit_error(PARAMETER_PROBLEM,
"Can't update expectations");
break;
- case 'S':
- add_command(&command, X_STATS);
- break;
/* options */
case 's':
case 'd':
@@ -1715,6 +1997,28 @@ int main(int argc, char *argv[])
struct nfct_filter_dump *filter_dump;
case CT_LIST:
+ if (type == CT_TABLE_DYING) {
+ if (nfct_mnl_socket_open() < 0)
+ exit_error(OTHER_PROBLEM, "Can't open handler");
+
+ res = nfct_mnl_dump(NFNL_SUBSYS_CTNETLINK,
+ IPCTNL_MSG_CT_GET_DYING,
+ mnl_nfct_dump_cb);
+
+ nfct_mnl_socket_close();
+ break;
+ } else if (type == CT_TABLE_UNCONFIRMED) {
+ if (nfct_mnl_socket_open() < 0)
+ exit_error(OTHER_PROBLEM, "Can't open handler");
+
+ res = nfct_mnl_dump(NFNL_SUBSYS_CTNETLINK,
+ IPCTNL_MSG_CT_GET_UNCONFIRMED,
+ mnl_nfct_dump_cb);
+
+ nfct_mnl_socket_close();
+ break;
+ }
+
cth = nfct_open(CONNTRACK, 0);
if (!cth)
exit_error(OTHER_PROBLEM, "Can't open handler");
@@ -1965,7 +2269,25 @@ int main(int argc, char *argv[])
res = nfexp_catch(cth);
nfct_close(cth);
break;
- case CT_COUNT: {
+ case CT_COUNT:
+ /* If we fail with netlink, fall back to /proc to ensure
+ * backward compatibility.
+ */
+ if (nfct_mnl_socket_open() < 0)
+ goto try_proc_count;
+
+ res = nfct_mnl_get(NFNL_SUBSYS_CTNETLINK,
+ IPCTNL_MSG_CT_GET_STATS,
+ nfct_global_stats_cb);
+
+ nfct_mnl_socket_close();
+
+ /* don't look at /proc, we got the information via ctnetlink */
+ if (res >= 0)
+ break;
+
+try_proc_count:
+ {
#define NF_CONNTRACK_COUNT_PROC "/proc/sys/net/netfilter/nf_conntrack_count"
FILE *fd;
int count;
@@ -1992,7 +2314,42 @@ int main(int argc, char *argv[])
nfct_close(cth);
printf("%d\n", counter);
break;
- case X_STATS:
+ case CT_STATS:
+ /* If we fail with netlink, fall back to /proc to ensure
+ * backward compatibility.
+ */
+ if (nfct_mnl_socket_open() < 0)
+ goto try_proc;
+
+ res = nfct_mnl_dump(NFNL_SUBSYS_CTNETLINK,
+ IPCTNL_MSG_CT_GET_STATS_CPU,
+ nfct_stats_cb);
+
+ nfct_mnl_socket_close();
+
+ /* don't look at /proc, we got the information via ctnetlink */
+ if (res >= 0)
+ break;
+
+ goto try_proc;
+
+ case EXP_STATS:
+ /* If we fail with netlink, fall back to /proc to ensure
+ * backward compatibility.
+ */
+ if (nfct_mnl_socket_open() < 0)
+ goto try_proc;
+
+ res = nfct_mnl_dump(NFNL_SUBSYS_CTNETLINK_EXP,
+ IPCTNL_MSG_EXP_GET_STATS_CPU,
+ nfexp_stats_cb);
+
+ nfct_mnl_socket_close();
+
+ /* don't look at /proc, we got the information via ctnetlink */
+ if (res >= 0)
+ break;
+try_proc:
if (display_proc_conntrack_stats() < 0)
exit_error(OTHER_PROBLEM, "Can't open /proc interface");
break;
diff --git a/src/cthelper.c b/src/cthelper.c
new file mode 100644
index 0000000..307be96
--- /dev/null
+++ b/src/cthelper.c
@@ -0,0 +1,523 @@
+/*
+ * (C) 2006-2012 by Pablo Neira Ayuso <pablo@netfilter.org>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ *
+ * This code has been sponsored by Vyatta Inc. <http://www.vyatta.com>
+ */
+
+#include "conntrackd.h"
+#include "log.h"
+#include "fds.h"
+#include "helper.h"
+
+#include <unistd.h>
+#include <fcntl.h>
+#include <time.h>
+#include <errno.h>
+
+#include <netinet/in.h>
+#include <netinet/ip.h>
+#include <netinet/tcp.h>
+#include <netinet/udp.h>
+#include <net/ethernet.h>
+
+#ifndef __aligned_be64
+#define __aligned_be64 unsigned long long __attribute__((aligned(8)))
+#endif
+
+#include <linux/netfilter/nfnetlink_queue.h>
+
+#include <libmnl/libmnl.h>
+#include <libnetfilter_queue/libnetfilter_queue.h>
+#include <libnetfilter_queue/pktbuff.h>
+#include <libnetfilter_cthelper/libnetfilter_cthelper.h>
+#include <linux/netfilter.h>
+#include <libnetfilter_queue/pktbuff.h>
+
+void cthelper_kill(void)
+{
+ mnl_socket_close(STATE_CTH(nl));
+ free(state.cthelper);
+}
+
+int cthelper_local(int fd, int type, void *data)
+{
+ /* No services to obtain information on helpers yet, sorry */
+ return LOCAL_RET_OK;
+}
+
+static struct nlmsghdr *
+nfq_hdr_put(char *buf, int type, uint32_t queue_num)
+{
+ struct nlmsghdr *nlh = mnl_nlmsg_put_header(buf);
+ nlh->nlmsg_type = (NFNL_SUBSYS_QUEUE << 8) | type;
+ nlh->nlmsg_flags = NLM_F_REQUEST;
+
+ struct nfgenmsg *nfg = mnl_nlmsg_put_extra_header(nlh, sizeof(*nfg));
+ nfg->nfgen_family = AF_UNSPEC;
+ nfg->version = NFNETLINK_V0;
+ nfg->res_id = htons(queue_num);
+
+ return nlh;
+}
+
+static int
+pkt_get(void *pkt, uint32_t pktlen, uint16_t proto, uint32_t *protoff)
+{
+ switch(proto) {
+ case ETHERTYPE_IP: {
+ struct iphdr *ip = (struct iphdr *) pkt;
+
+ /* No room for IPv4 header. */
+ if (pktlen < sizeof(struct iphdr)) {
+ dlog(LOG_ERR, "no room for IPv4 header");
+ return -1;
+ }
+
+ /* this is not IPv4, skip. */
+ if (ip->version != 4) {
+ dlog(LOG_ERR, "not IPv4, skipping");
+ return -1;
+ }
+
+ *protoff = 4 * ip->ihl;
+
+ switch (ip->protocol) {
+ case IPPROTO_TCP: {
+ struct tcphdr *tcph =
+ (struct tcphdr *) ((char *)pkt + *protoff);
+
+ /* No room for IPv4 header plus TCP header. */
+ if (pktlen < *protoff + sizeof(struct tcphdr)
+ || pktlen < *protoff + tcph->doff * 4) {
+ dlog(LOG_ERR, "no room for IPv4 + TCP header, skip");
+ return -1;
+ }
+ return 0;
+ }
+ case IPPROTO_UDP:
+ /* No room for IPv4 header plus UDP header. */
+ if (pktlen < *protoff + sizeof(struct udphdr)) {
+ dlog(LOG_ERR, "no room for IPv4 + UDP header, skip");
+ return -1;
+ }
+ return 0;
+ default:
+ dlog(LOG_ERR, "not TCP/UDP, skipping");
+ return -1;
+ }
+ break;
+ }
+ case ETHERTYPE_IPV6:
+ dlog(LOG_ERR, "no IPv6 support sorry");
+ return 0;
+ default:
+ /* Unknown layer 3 protocol. */
+ dlog(LOG_ERR, "unknown layer 3 protocol (%d), skipping", proto);
+ return -1;
+ }
+ return 0;
+}
+
+static int
+pkt_verdict_issue(struct ctd_helper_instance *cur, struct myct *myct,
+ uint16_t queue_num, uint32_t id, uint32_t verdict,
+ struct pkt_buff *pktb)
+{
+ struct nlmsghdr *nlh;
+ char buf[MNL_SOCKET_BUFFER_SIZE];
+ struct nlattr *nest;
+
+ nlh = nfq_hdr_put(buf, NFQNL_MSG_VERDICT, queue_num);
+
+ /* save private data and send it back to kernel-space. */
+ nfct_set_attr_l(myct->ct, ATTR_HELPER_INFO, myct->priv_data,
+ cur->helper->priv_data_len);
+
+ nfq_nlmsg_verdict_put(nlh, id, verdict);
+ if (pktb_mangled(pktb))
+ nfq_nlmsg_verdict_put_pkt(nlh, pktb_data(pktb), pktb_len(pktb));
+
+ nest = mnl_attr_nest_start(nlh, NFQA_CT);
+ if (nest == NULL)
+ return -1;
+
+ nfct_nlmsg_build(nlh, myct->ct);
+ mnl_attr_nest_end(nlh, nest);
+
+ if (mnl_socket_sendto(STATE_CTH(nl), nlh, nlh->nlmsg_len) < 0) {
+ dlog(LOG_ERR, "failed to send verdict: %s", strerror(errno));
+ return -1;
+ }
+
+ return 0;
+}
+
+static int
+pkt_verdict_error(uint16_t queue_num, uint32_t id)
+{
+ struct nlmsghdr *nlh;
+ char buf[MNL_SOCKET_BUFFER_SIZE];
+
+ nlh = nfq_hdr_put(buf, NFQNL_MSG_VERDICT, queue_num);
+ nfq_nlmsg_verdict_put(nlh, id, NF_ACCEPT);
+
+ if (mnl_socket_sendto(STATE_CTH(nl), nlh, nlh->nlmsg_len) < 0) {
+ dlog(LOG_ERR, "failed to send verdict: %s", strerror(errno));
+ return -1;
+ }
+ return 0;
+}
+
+static struct ctd_helper_instance *
+helper_run(struct pkt_buff *pktb, uint32_t protoff, struct myct *myct,
+ uint32_t ctinfo, uint32_t queue_num, int *verdict)
+{
+ struct ctd_helper_instance *cur, *helper = NULL;
+
+ list_for_each_entry(cur, &CONFIG(cthelper).list, head) {
+ if (cur->queue_num == queue_num) {
+ const void *priv_data;
+
+ /* retrieve helper private data. */
+ priv_data = nfct_get_attr(myct->ct, ATTR_HELPER_INFO);
+ if (priv_data != NULL) {
+ myct->priv_data =
+ calloc(1, cur->helper->priv_data_len);
+
+ if (myct->priv_data == NULL)
+ continue;
+
+ memcpy(myct->priv_data, priv_data,
+ cur->helper->priv_data_len);
+ }
+
+ *verdict = cur->helper->cb(pktb, protoff, myct, ctinfo);
+ helper = cur;
+ break;
+ }
+ }
+ return helper;
+}
+
+static int nfq_queue_cb(const struct nlmsghdr *nlh, void *data)
+{
+ struct nfqnl_msg_packet_hdr *ph = NULL;
+ struct nlattr *attr[NFQA_MAX+1] = {};
+ struct nfgenmsg *nfg;
+ uint8_t *pkt;
+ uint16_t l3num;
+ uint32_t id, ctinfo, queue_num = 0, protoff = 0, pktlen;
+ struct nf_conntrack *ct = NULL;
+ struct myct *myct;
+ struct ctd_helper_instance *helper;
+ struct pkt_buff *pktb;
+ int verdict = NF_ACCEPT;
+
+ if (nfq_nlmsg_parse(nlh, attr) < 0) {
+ dlog(LOG_ERR, "problems parsing message from kernel");
+ return MNL_CB_ERROR;
+ }
+
+ ph = (struct nfqnl_msg_packet_hdr *)
+ mnl_attr_get_payload(attr[NFQA_PACKET_HDR]);
+ if (ph == NULL) {
+ dlog(LOG_ERR, "problems retrieving metaheader");
+ return MNL_CB_ERROR;
+ }
+
+ id = ntohl(ph->packet_id);
+
+ if (!attr[NFQA_PAYLOAD]) {
+ dlog(LOG_ERR, "packet with no payload");
+ goto err;
+ }
+ if (!attr[NFQA_CT] || !attr[NFQA_CT_INFO]) {
+ dlog(LOG_ERR, "no CT attached to this packet");
+ goto err;
+ }
+
+ pkt = mnl_attr_get_payload(attr[NFQA_PAYLOAD]);
+ pktlen = mnl_attr_get_payload_len(attr[NFQA_PAYLOAD]);
+
+ nfg = mnl_nlmsg_get_payload(nlh);
+ l3num = nfg->nfgen_family;
+ queue_num = ntohs(nfg->res_id);
+
+ if (pkt_get(pkt, pktlen, ntohs(ph->hw_protocol), &protoff))
+ goto err;
+
+ ct = nfct_new();
+ if (ct == NULL)
+ goto err;
+
+ if (nfct_payload_parse(mnl_attr_get_payload(attr[NFQA_CT]),
+ mnl_attr_get_payload_len(attr[NFQA_CT]),
+ l3num, ct) < 0) {
+ dlog(LOG_ERR, "cannot convert message to CT");
+ goto err;
+ }
+
+ myct = calloc(1, sizeof(struct myct));
+ if (myct == NULL)
+ goto err;
+
+ myct->ct = ct;
+ ctinfo = ntohl(mnl_attr_get_u32(attr[NFQA_CT_INFO]));
+
+ /* XXX: 256 bytes enough for possible NAT mangling in helpers? */
+ pktb = pktb_alloc(AF_INET, pkt, pktlen, 256);
+ if (pktb == NULL)
+ goto err;
+
+ /* Misconfiguration: if no helper found, accept the packet. */
+ helper = helper_run(pktb, protoff, myct, ctinfo, queue_num, &verdict);
+ if (!helper)
+ goto err_pktb;
+
+ if (pkt_verdict_issue(helper, myct, queue_num, id, verdict, pktb) < 0)
+ goto err_pktb;
+
+ if (ct != NULL)
+ nfct_destroy(ct);
+ if (myct && myct->priv_data != NULL)
+ free(myct->priv_data);
+ if (myct != NULL)
+ free(myct);
+
+ return MNL_CB_OK;
+err_pktb:
+ pktb_free(pktb);
+err:
+ /* In case of error, we don't want to disrupt traffic. We accept all.
+ * This is connection tracking after all. The policy is not to drop
+ * packet unless we enter some inconsistent state.
+ */
+ pkt_verdict_error(queue_num, id);
+
+ if (ct != NULL)
+ nfct_destroy(ct);
+
+ return MNL_CB_OK;
+}
+
+static void nfq_cb(void *data)
+{
+ char buf[MNL_SOCKET_BUFFER_SIZE];
+ int ret;
+
+ ret = mnl_socket_recvfrom(STATE_CTH(nl), buf, sizeof(buf));
+ if (ret == -1) {
+ dlog(LOG_ERR, "failed to receive message: %s", strerror(errno));
+ return;
+ }
+
+ ret = mnl_cb_run(buf, ret, 0, STATE_CTH(portid), nfq_queue_cb, NULL);
+ if (ret < 0){
+ dlog(LOG_ERR, "failed to process message");
+ return;
+ }
+}
+
+static int cthelper_setup(struct ctd_helper_instance *cur)
+{
+ struct nfct_helper *t;
+ char buf[MNL_SOCKET_BUFFER_SIZE];
+ struct nlmsghdr *nlh;
+ uint32_t seq;
+ int j, ret;
+
+ t = nfct_helper_alloc();
+ if (t == NULL) {
+ dlog(LOG_ERR, "cannot allocate object for helper");
+ return -1;
+ }
+
+ nfct_helper_attr_set(t, NFCTH_ATTR_NAME, cur->helper->name);
+ nfct_helper_attr_set_u32(t, NFCTH_ATTR_QUEUE_NUM, cur->queue_num);
+ nfct_helper_attr_set_u16(t, NFCTH_ATTR_PROTO_L3NUM, cur->l3proto);
+ nfct_helper_attr_set_u8(t, NFCTH_ATTR_PROTO_L4NUM, cur->l4proto);
+ nfct_helper_attr_set_u32(t, NFCTH_ATTR_STATUS,
+ NFCT_HELPER_STATUS_ENABLED);
+
+ dlog(LOG_NOTICE, "configuring helper `%s' with queuenum=%d and "
+ "queuelen=%d", cur->helper->name, cur->queue_num,
+ cur->queue_len);
+
+ for (j=0; j<CTD_HELPER_POLICY_MAX; j++) {
+ struct nfct_helper_policy *p;
+
+ if (!cur->helper->policy[j].name[0])
+ break;
+
+ p = nfct_helper_policy_alloc();
+ if (p == NULL) {
+ dlog(LOG_ERR, "cannot allocate object for helper");
+ return -1;
+ }
+ /* FIXME: get existing policy values from the kernel first. */
+ nfct_helper_policy_attr_set(p, NFCTH_ATTR_POLICY_NAME,
+ cur->helper->policy[j].name);
+ nfct_helper_policy_attr_set_u32(p, NFCTH_ATTR_POLICY_TIMEOUT,
+ cur->helper->policy[j].expect_timeout);
+ nfct_helper_policy_attr_set_u32(p, NFCTH_ATTR_POLICY_MAX,
+ cur->helper->policy[j].expect_max);
+
+ dlog(LOG_NOTICE, "policy name=%s expect_timeout=%d expect_max=%d",
+ cur->helper->policy[j].name,
+ cur->helper->policy[j].expect_timeout,
+ cur->helper->policy[j].expect_max);
+
+ nfct_helper_attr_set(t, NFCTH_ATTR_POLICY+j, p);
+ }
+
+ if (j == 0) {
+ dlog(LOG_ERR, "you have to define one policy for helper");
+ return -1;
+ }
+
+ seq = time(NULL);
+ nlh = nfct_helper_nlmsg_build_hdr(buf, NFNL_MSG_CTHELPER_NEW,
+ NLM_F_CREATE | NLM_F_ACK, seq);
+ nfct_helper_nlmsg_build_payload(nlh, t);
+
+ nfct_helper_free(t);
+
+ if (mnl_socket_sendto(STATE_CTH(nl), nlh, nlh->nlmsg_len) < 0) {
+ dlog(LOG_ERR, "sending cthelper configuration");
+ return -1;
+ }
+
+ ret = mnl_socket_recvfrom(STATE_CTH(nl), buf, sizeof(buf));
+ while (ret > 0) {
+ ret = mnl_cb_run(buf, ret, seq, STATE_CTH(portid), NULL, NULL);
+ if (ret <= 0)
+ break;
+ ret = mnl_socket_recvfrom(STATE_CTH(nl), buf, sizeof(buf));
+ }
+ if (ret == -1) {
+ dlog(LOG_ERR, "trying to configure cthelper `%s': %s",
+ cur->helper->name, strerror(errno));
+ return -1;
+ }
+
+ return 0;
+}
+
+static int cthelper_nfqueue_setup(struct ctd_helper_instance *cur)
+{
+ char buf[MNL_SOCKET_BUFFER_SIZE];
+ struct nlmsghdr *nlh;
+
+ nlh = nfq_hdr_put(buf, NFQNL_MSG_CONFIG, cur->queue_num);
+ nfq_nlmsg_cfg_put_cmd(nlh, AF_INET, NFQNL_CFG_CMD_BIND);
+
+ if (mnl_socket_sendto(STATE_CTH(nl), nlh, nlh->nlmsg_len) < 0) {
+ dlog(LOG_ERR, "failed to send bind command");
+ return -1;
+ }
+
+ nlh = nfq_hdr_put(buf, NFQNL_MSG_CONFIG, cur->queue_num);
+ nfq_nlmsg_cfg_put_params(nlh, NFQNL_COPY_PACKET, 0xffff);
+ mnl_attr_put_u32(nlh, NFQA_CFG_FLAGS, htonl(NFQA_CFG_F_CONNTRACK));
+ mnl_attr_put_u32(nlh, NFQA_CFG_MASK, htonl(0xffffffff));
+ mnl_attr_put_u32(nlh, NFQA_CFG_QUEUE_MAXLEN, htonl(cur->queue_len));
+
+ if (mnl_socket_sendto(STATE_CTH(nl), nlh, nlh->nlmsg_len) < 0) {
+ dlog(LOG_ERR, "failed to send configuration");
+ return -1;
+ }
+
+ return 0;
+}
+
+static int cthelper_configure(struct ctd_helper_instance *cur)
+{
+ /* First, configure cthelper. */
+ if (cthelper_setup(cur) < 0)
+ return -1;
+
+ /* Now, we are ready to configure nfqueue attached to this helper. */
+ if (cthelper_nfqueue_setup(cur) < 0)
+ return -1;
+
+ dlog(LOG_NOTICE, "helper `%s' configured successfully",
+ cur->helper->name);
+
+ return 0;
+}
+
+static int nfq_configure(void)
+{
+ char buf[MNL_SOCKET_BUFFER_SIZE];
+ struct nlmsghdr *nlh;
+
+ nlh = nfq_hdr_put(buf, NFQNL_MSG_CONFIG, 0);
+ nfq_nlmsg_cfg_put_cmd(nlh, AF_INET, NFQNL_CFG_CMD_PF_UNBIND);
+
+ if (mnl_socket_sendto(STATE_CTH(nl), nlh, nlh->nlmsg_len) < 0) {
+ dlog(LOG_ERR, "failed to send pf unbind command");
+ return -1;
+ }
+
+ nlh = nfq_hdr_put(buf, NFQNL_MSG_CONFIG, 0);
+ nfq_nlmsg_cfg_put_cmd(nlh, AF_INET, NFQNL_CFG_CMD_PF_BIND);
+
+ if (mnl_socket_sendto(STATE_CTH(nl), nlh, nlh->nlmsg_len) < 0) {
+ dlog(LOG_ERR, "failed to send pf bind command");
+ return -1;
+ }
+
+ return 0;
+}
+
+int cthelper_init(void)
+{
+ struct ctd_helper_instance *cur;
+ int ret;
+
+ state.cthelper = calloc(1, sizeof(struct ct_helper_state));
+ if (state.cthelper == NULL) {
+ dlog(LOG_ERR, "can't allocate memory for cthelper struct");
+ return -1;
+ }
+
+ STATE_CTH(nl) = mnl_socket_open(NETLINK_NETFILTER);
+ if (STATE_CTH(nl) == NULL) {
+ dlog(LOG_ERR, "cannot open nfq socket");
+ return -1;
+ }
+ fcntl(mnl_socket_get_fd(STATE_CTH(nl)), F_SETFL, O_NONBLOCK);
+
+ if (mnl_socket_bind(STATE_CTH(nl), 0, MNL_SOCKET_AUTOPID) < 0) {
+ dlog(LOG_ERR, "cannot bind nfq socket");
+ return -1;
+ }
+ STATE_CTH(portid) = mnl_socket_get_portid(STATE_CTH(nl));
+
+ if (nfq_configure())
+ return -1;
+
+ list_for_each_entry(cur, &CONFIG(cthelper).list, head) {
+ ret = cthelper_configure(cur);
+ if (ret < 0)
+ return ret;
+ }
+
+ register_fd(mnl_socket_get_fd(STATE_CTH(nl)), nfq_cb, NULL, STATE(fds));
+
+ return 0;
+}
diff --git a/src/ctnl.c b/src/ctnl.c
new file mode 100644
index 0000000..bb54727
--- /dev/null
+++ b/src/ctnl.c
@@ -0,0 +1,524 @@
+/*
+ * (C) 2006-2012 by Pablo Neira Ayuso <pablo@netfilter.org>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ *
+ * Part of this code has been sponsored by Vyatta Inc. <http://www.vyatta.com>
+ */
+
+#include "conntrackd.h"
+#include "netlink.h"
+#include "filter.h"
+#include "log.h"
+#include "alarm.h"
+#include "fds.h"
+#include "traffic_stats.h"
+#include "process.h"
+#include "origin.h"
+#include "date.h"
+#include "internal.h"
+
+#include <errno.h>
+#include <signal.h>
+#include <stdlib.h>
+#include <unistd.h>
+#include <sys/wait.h>
+#include <string.h>
+#include <time.h>
+#include <fcntl.h>
+
+void ctnl_kill(void)
+{
+ if (!(CONFIG(flags) & CTD_POLL))
+ nfct_close(STATE(event));
+
+ nfct_close(STATE(resync));
+ nfct_close(STATE(get));
+ origin_unregister(STATE(flush));
+ nfct_close(STATE(flush));
+
+ if (STATE(us_filter))
+ ct_filter_destroy(STATE(us_filter));
+ STATE(mode)->kill();
+
+ if (STATE(mode)->internal->flags & INTERNAL_F_POPULATE) {
+ nfct_close(STATE(dump));
+ }
+}
+
+static void local_flush_master(void)
+{
+ STATE(stats).nl_kernel_table_flush++;
+ dlog(LOG_NOTICE, "flushing kernel conntrack table");
+
+ /* fork a child process that performs the flush operation,
+ * meanwhile the parent process handles events. */
+ if (fork_process_new(CTD_PROC_FLUSH, CTD_PROC_F_EXCL,
+ NULL, NULL) == 0) {
+ nl_flush_conntrack_table_selective();
+ exit(EXIT_SUCCESS);
+ }
+}
+
+static void local_resync_master(void)
+{
+ if (STATE(mode)->internal->flags & INTERNAL_F_POPULATE) {
+ STATE(stats).nl_kernel_table_resync++;
+ dlog(LOG_NOTICE, "resync with master conntrack table");
+ nl_dump_conntrack_table(STATE(dump));
+ } else {
+ dlog(LOG_NOTICE, "resync is unsupported in this mode");
+ }
+}
+
+static void local_exp_flush_master(void)
+{
+ if (!(CONFIG(flags) & CTD_EXPECT))
+ return;
+
+ STATE(stats).nl_kernel_table_flush++;
+ dlog(LOG_NOTICE, "flushing kernel expect table");
+
+ /* fork a child process that performs the flush operation,
+ * meanwhile the parent process handles events. */
+ if (fork_process_new(CTD_PROC_FLUSH, CTD_PROC_F_EXCL,
+ NULL, NULL) == 0) {
+ nl_flush_expect_table(STATE(flush));
+ exit(EXIT_SUCCESS);
+ }
+}
+
+static void local_exp_resync_master(void)
+{
+ if (!(CONFIG(flags) & CTD_EXPECT))
+ return;
+
+ if (STATE(mode)->internal->flags & INTERNAL_F_POPULATE) {
+ STATE(stats).nl_kernel_table_resync++;
+ dlog(LOG_NOTICE, "resync with master expect table");
+ nl_dump_expect_table(STATE(dump));
+ } else {
+ dlog(LOG_NOTICE, "resync is unsupported in this mode");
+ }
+}
+
+int ctnl_local(int fd, int type, void *data)
+{
+ int ret = LOCAL_RET_OK;
+
+ switch(type) {
+ case CT_FLUSH_MASTER:
+ local_flush_master();
+ break;
+ case CT_RESYNC_MASTER:
+ local_resync_master();
+ break;
+ case EXP_FLUSH_MASTER:
+ local_exp_flush_master();
+ break;
+ case EXP_RESYNC_MASTER:
+ local_exp_resync_master();
+ break;
+ case ALL_FLUSH_MASTER:
+ local_flush_master();
+ local_exp_flush_master();
+ break;
+ case ALL_RESYNC_MASTER:
+ local_resync_master();
+ local_exp_resync_master();
+ break;
+ }
+
+ ret = STATE(mode)->local(fd, type, data);
+ if (ret == LOCAL_RET_ERROR) {
+ STATE(stats).local_unknown_request++;
+ return LOCAL_RET_ERROR;
+ }
+ return ret;
+}
+
+static void do_overrun_resync_alarm(struct alarm_block *a, void *data)
+{
+ nl_send_resync(STATE(resync));
+ STATE(stats).nl_kernel_table_resync++;
+}
+
+static void do_polling_alarm(struct alarm_block *a, void *data)
+{
+ if (STATE(mode)->internal->ct.purge)
+ STATE(mode)->internal->ct.purge();
+
+ if (STATE(mode)->internal->exp.purge)
+ STATE(mode)->internal->exp.purge();
+
+ nl_send_resync(STATE(resync));
+ if (CONFIG(flags) & CTD_EXPECT)
+ nl_send_expect_resync(STATE(resync));
+
+ add_alarm(&STATE(polling_alarm), CONFIG(poll_kernel_secs), 0);
+}
+
+static int event_handler(const struct nlmsghdr *nlh,
+ enum nf_conntrack_msg_type type,
+ struct nf_conntrack *ct,
+ void *data)
+{
+ int origin_type;
+
+ STATE(stats).nl_events_received++;
+
+ /* skip user-space filtering if already do it in the kernel */
+ if (ct_filter_conntrack(ct, !CONFIG(filter_from_kernelspace))) {
+ STATE(stats).nl_events_filtered++;
+ goto out;
+ }
+
+ origin_type = origin_find(nlh);
+
+ switch(type) {
+ case NFCT_T_NEW:
+ STATE(mode)->internal->ct.new(ct, origin_type);
+ break;
+ case NFCT_T_UPDATE:
+ STATE(mode)->internal->ct.upd(ct, origin_type);
+ break;
+ case NFCT_T_DESTROY:
+ if (STATE(mode)->internal->ct.del(ct, origin_type))
+ update_traffic_stats(ct);
+ break;
+ default:
+ STATE(stats).nl_events_unknown_type++;
+ break;
+ }
+
+out:
+ /* we reset the iteration limiter in the main select loop. */
+ if (STATE(event_iterations_limit)-- <= 0)
+ return NFCT_CB_STOP;
+ else
+ return NFCT_CB_CONTINUE;
+}
+
+static int exp_event_handler(const struct nlmsghdr *nlh,
+ enum nf_conntrack_msg_type type,
+ struct nf_expect *exp,
+ void *data)
+{
+ int origin_type;
+ const struct nf_conntrack *master =
+ nfexp_get_attr(exp, ATTR_EXP_MASTER);
+
+ STATE(stats).nl_events_received++;
+
+ if (!exp_filter_find(STATE(exp_filter), exp)) {
+ STATE(stats).nl_events_filtered++;
+ goto out;
+ }
+ if (ct_filter_conntrack(master, 1))
+ return NFCT_CB_CONTINUE;
+
+ origin_type = origin_find(nlh);
+
+ switch(type) {
+ case NFCT_T_NEW:
+ STATE(mode)->internal->exp.new(exp, origin_type);
+ break;
+ case NFCT_T_UPDATE:
+ STATE(mode)->internal->exp.upd(exp, origin_type);
+ break;
+ case NFCT_T_DESTROY:
+ STATE(mode)->internal->exp.del(exp, origin_type);
+ break;
+ default:
+ STATE(stats).nl_events_unknown_type++;
+ break;
+ }
+
+out:
+ /* we reset the iteration limiter in the main select loop. */
+ if (STATE(event_iterations_limit)-- <= 0)
+ return NFCT_CB_STOP;
+ else
+ return NFCT_CB_CONTINUE;
+}
+
+static int dump_handler(enum nf_conntrack_msg_type type,
+ struct nf_conntrack *ct,
+ void *data)
+{
+ if (ct_filter_conntrack(ct, 1))
+ return NFCT_CB_CONTINUE;
+
+ switch(type) {
+ case NFCT_T_UPDATE:
+ STATE(mode)->internal->ct.populate(ct);
+ break;
+ default:
+ STATE(stats).nl_dump_unknown_type++;
+ break;
+ }
+ return NFCT_CB_CONTINUE;
+}
+
+static int exp_dump_handler(enum nf_conntrack_msg_type type,
+ struct nf_expect *exp, void *data)
+{
+ const struct nf_conntrack *master =
+ nfexp_get_attr(exp, ATTR_EXP_MASTER);
+
+ if (!exp_filter_find(STATE(exp_filter), exp))
+ return NFCT_CB_CONTINUE;
+
+ if (ct_filter_conntrack(master, 1))
+ return NFCT_CB_CONTINUE;
+
+ switch(type) {
+ case NFCT_T_UPDATE:
+ STATE(mode)->internal->exp.populate(exp);
+ break;
+ default:
+ STATE(stats).nl_dump_unknown_type++;
+ break;
+ }
+ return NFCT_CB_CONTINUE;
+}
+
+static int get_handler(enum nf_conntrack_msg_type type,
+ struct nf_conntrack *ct,
+ void *data)
+{
+ if (ct_filter_conntrack(ct, 1))
+ return NFCT_CB_CONTINUE;
+
+ STATE(get_retval) = 1;
+ return NFCT_CB_CONTINUE;
+}
+
+static int exp_get_handler(enum nf_conntrack_msg_type type,
+ struct nf_expect *exp, void *data)
+{
+ const struct nf_conntrack *master =
+ nfexp_get_attr(exp, ATTR_EXP_MASTER);
+
+ if (!exp_filter_find(STATE(exp_filter), exp))
+ return NFCT_CB_CONTINUE;
+
+ if (ct_filter_conntrack(master, 1))
+ return NFCT_CB_CONTINUE;
+
+ STATE(get_retval) = 1;
+ return NFCT_CB_CONTINUE;
+}
+
+/* we have received an event from ctnetlink */
+static void event_cb(void *data)
+{
+ int ret;
+
+ ret = nfct_catch(STATE(event));
+ /* reset event iteration limit counter */
+ STATE(event_iterations_limit) = CONFIG(event_iterations_limit);
+ if (ret == -1) {
+ switch(errno) {
+ case ENOBUFS:
+ /* We have hit ENOBUFS, it's likely that we are
+ * losing events. Two possible situations may
+ * trigger this error:
+ *
+ * 1) The netlink receiver buffer is too small:
+ * increasing the netlink buffer size should
+ * be enough. However, some event messages
+ * got lost. We have to resync ourselves
+ * with the kernel table conntrack table to
+ * resolve the inconsistency.
+ *
+ * 2) The receiver is too slow to process the
+ * netlink messages so that the queue gets
+ * full quickly. This generally happens
+ * if the system is under heavy workload
+ * (busy CPU). In this case, increasing the
+ * size of the netlink receiver buffer
+ * would not help anymore since we would
+ * be delaying the overrun. Moreover, we
+ * should avoid resynchronizations. We
+ * should do our best here and keep
+ * replicating as much states as possible.
+ * If workload lowers at some point,
+ * we resync ourselves.
+ */
+ nl_resize_socket_buffer(STATE(event));
+ if (CONFIG(nl_overrun_resync) > 0 &&
+ STATE(mode)->internal->flags & INTERNAL_F_RESYNC) {
+ add_alarm(&STATE(resync_alarm),
+ CONFIG(nl_overrun_resync),0);
+ }
+ STATE(stats).nl_catch_event_failed++;
+ STATE(stats).nl_overrun++;
+ break;
+ case ENOENT:
+ /*
+ * We received a message from another
+ * netfilter subsystem that we are not
+ * interested in. Just ignore it.
+ */
+ break;
+ case EAGAIN:
+ /* No more events to receive, try later. */
+ break;
+ default:
+ STATE(stats).nl_catch_event_failed++;
+ break;
+ }
+ }
+}
+
+/* we previously requested a resync due to buffer overrun. */
+static void resync_cb(void *data)
+{
+ nfct_catch(STATE(resync));
+ if (STATE(mode)->internal->ct.purge)
+ STATE(mode)->internal->ct.purge();
+}
+
+static void poll_cb(void *data)
+{
+ nfct_catch(STATE(resync));
+}
+
+int ctnl_init(void)
+{
+ if (CONFIG(flags) & CTD_STATS_MODE)
+ STATE(mode) = &stats_mode;
+ else if (CONFIG(flags) & CTD_SYNC_MODE)
+ STATE(mode) = &sync_mode;
+ else {
+ fprintf(stderr, "WARNING: No running mode specified. "
+ "Defaulting to statistics mode.\n");
+ CONFIG(flags) |= CTD_STATS_MODE;
+ STATE(mode) = &stats_mode;
+ }
+
+ /* Initialization */
+ if (STATE(mode)->init() == -1) {
+ dlog(LOG_ERR, "initialization failed");
+ return -1;
+ }
+
+ /* resynchronize (like 'dump' socket) but it also purges old entries */
+ STATE(resync) = nfct_open(CONFIG(netlink).subsys_id, 0);
+ if (STATE(resync)== NULL) {
+ dlog(LOG_ERR, "can't open netlink handler: %s",
+ strerror(errno));
+ dlog(LOG_ERR, "no ctnetlink kernel support?");
+ return -1;
+ }
+ nfct_callback_register(STATE(resync),
+ NFCT_T_ALL,
+ STATE(mode)->internal->ct.resync,
+ NULL);
+ if (CONFIG(flags) & CTD_POLL) {
+ register_fd(nfct_fd(STATE(resync)), poll_cb,
+ NULL, STATE(fds));
+ } else {
+ register_fd(nfct_fd(STATE(resync)), resync_cb,
+ NULL, STATE(fds));
+ }
+ fcntl(nfct_fd(STATE(resync)), F_SETFL, O_NONBLOCK);
+
+ if (STATE(mode)->internal->flags & INTERNAL_F_POPULATE) {
+ STATE(dump) = nfct_open(CONFIG(netlink).subsys_id, 0);
+ if (STATE(dump) == NULL) {
+ dlog(LOG_ERR, "can't open netlink handler: %s",
+ strerror(errno));
+ dlog(LOG_ERR, "no ctnetlink kernel support?");
+ return -1;
+ }
+ nfct_callback_register(STATE(dump), NFCT_T_ALL,
+ dump_handler, NULL);
+
+ if (CONFIG(flags) & CTD_EXPECT) {
+ nfexp_callback_register(STATE(dump), NFCT_T_ALL,
+ exp_dump_handler, NULL);
+ }
+
+ if (nl_dump_conntrack_table(STATE(dump)) == -1) {
+ dlog(LOG_ERR, "can't get kernel conntrack table");
+ return -1;
+ }
+
+ if (CONFIG(flags) & CTD_EXPECT) {
+ if (nl_dump_expect_table(STATE(dump)) == -1) {
+ dlog(LOG_ERR, "can't get kernel "
+ "expect table");
+ return -1;
+ }
+ }
+ }
+
+ STATE(get) = nfct_open(CONFIG(netlink).subsys_id, 0);
+ if (STATE(get) == NULL) {
+ dlog(LOG_ERR, "can't open netlink handler: %s",
+ strerror(errno));
+ dlog(LOG_ERR, "no ctnetlink kernel support?");
+ return -1;
+ }
+ nfct_callback_register(STATE(get), NFCT_T_ALL, get_handler, NULL);
+
+ if (CONFIG(flags) & CTD_EXPECT) {
+ nfexp_callback_register(STATE(get), NFCT_T_ALL,
+ exp_get_handler, NULL);
+ }
+
+ STATE(flush) = nfct_open(CONFIG(netlink).subsys_id, 0);
+ if (STATE(flush) == NULL) {
+ dlog(LOG_ERR, "cannot open flusher handler");
+ return -1;
+ }
+ /* register this handler as the origin of a flush operation */
+ origin_register(STATE(flush), CTD_ORIGIN_FLUSH);
+
+ if (CONFIG(flags) & CTD_POLL) {
+ init_alarm(&STATE(polling_alarm), NULL, do_polling_alarm);
+ add_alarm(&STATE(polling_alarm), CONFIG(poll_kernel_secs), 0);
+ dlog(LOG_NOTICE, "running in polling mode");
+ } else {
+ init_alarm(&STATE(resync_alarm), NULL, do_overrun_resync_alarm);
+ /*
+ * The last nfct handler that we register is the event handler.
+ * The reason to do this is that we may receive events while
+ * populating the internal cache. Thus, we hit ENOBUFS
+ * prematurely. However, if we open the event handler before
+ * populating the internal cache, we may still lose events
+ * that have occured during the population.
+ */
+ STATE(event) = nl_init_event_handler();
+ if (STATE(event) == NULL) {
+ dlog(LOG_ERR, "can't open netlink handler: %s",
+ strerror(errno));
+ dlog(LOG_ERR, "no ctnetlink kernel support?");
+ return -1;
+ }
+ nfct_callback_register2(STATE(event), NFCT_T_ALL,
+ event_handler, NULL);
+
+ if (CONFIG(flags) & CTD_EXPECT) {
+ nfexp_callback_register2(STATE(event), NFCT_T_ALL,
+ exp_event_handler, NULL);
+ }
+ register_fd(nfct_fd(STATE(event)), event_cb, NULL, STATE(fds));
+ }
+
+ return 0;
+}
diff --git a/src/expect.c b/src/expect.c
new file mode 100644
index 0000000..6069770
--- /dev/null
+++ b/src/expect.c
@@ -0,0 +1,214 @@
+/*
+ * (C) 2012 by Pablo Neira Ayuso <pablo@netfilter.org>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation (or any later at your option).
+ *
+ * This code has been sponsored by Vyatta Inc. <http://www.vyatta.com>
+ */
+
+#include "helper.h"
+
+#include <stdio.h>
+#include <string.h>
+#include <limits.h>
+#include <errno.h>
+#include <sys/types.h>
+#include <sys/stat.h>
+#include <unistd.h>
+#include <dlfcn.h>
+
+int
+cthelper_expect_init(struct nf_expect *exp, struct nf_conntrack *master,
+ uint32_t class,
+ union nfct_attr_grp_addr *saddr,
+ union nfct_attr_grp_addr *daddr,
+ uint8_t l4proto, uint16_t *sport, uint16_t *dport,
+ uint32_t flags)
+{
+ struct nf_conntrack *expected, *mask;
+
+ expected = nfct_new();
+ if (!expected)
+ return -1;
+
+ mask = nfct_new();
+ if (!mask)
+ return -1;
+
+ if (saddr) {
+ switch(nfct_get_attr_u8(master, ATTR_L3PROTO)) {
+ int i;
+ uint32_t addr[4] = {};
+
+ case AF_INET:
+ nfct_set_attr_u8(expected, ATTR_L3PROTO, AF_INET);
+ nfct_set_attr_u32(expected, ATTR_IPV4_SRC, saddr->ip);
+
+ nfct_set_attr_u8(mask, ATTR_L3PROTO, AF_INET);
+ nfct_set_attr_u32(mask, ATTR_IPV4_SRC, 0xffffffff);
+ break;
+ case AF_INET6:
+ nfct_set_attr_u8(expected, ATTR_L3PROTO, AF_INET6);
+ nfct_set_attr(expected, ATTR_IPV6_SRC, saddr->ip6);
+
+ for (i=0; i<4; i++)
+ memset(addr, 0xffffffff, sizeof(uint32_t));
+
+ nfct_set_attr_u8(mask, ATTR_L3PROTO, AF_INET6);
+ nfct_set_attr(mask, ATTR_IPV6_SRC, addr);
+ break;
+ default:
+ break;
+ }
+ } else {
+ switch(nfct_get_attr_u8(master, ATTR_L3PROTO)) {
+ int i;
+ uint32_t addr[4] = {};
+
+ case AF_INET:
+ nfct_set_attr_u8(expected, ATTR_L3PROTO, AF_INET);
+ nfct_set_attr_u32(expected, ATTR_IPV4_SRC, 0x00000000);
+
+ nfct_set_attr_u8(mask, ATTR_L3PROTO, AF_INET);
+ nfct_set_attr_u32(mask, ATTR_IPV4_SRC, 0x00000000);
+ break;
+ case AF_INET6:
+ for (i=0; i<4; i++)
+ memset(addr, 0x00000000, sizeof(uint32_t));
+
+ nfct_set_attr_u8(expected, ATTR_L3PROTO, AF_INET6);
+ nfct_set_attr(expected, ATTR_IPV6_SRC, addr);
+
+ nfct_set_attr_u8(mask, ATTR_L3PROTO, AF_INET6);
+ nfct_set_attr(mask, ATTR_IPV6_SRC, addr);
+ break;
+ default:
+ break;
+ }
+ }
+
+ if (sport) {
+ switch(l4proto) {
+ case IPPROTO_TCP:
+ case IPPROTO_UDP:
+ nfct_set_attr_u8(expected, ATTR_L4PROTO, l4proto);
+ nfct_set_attr_u16(expected, ATTR_PORT_SRC, *sport);
+ nfct_set_attr_u8(mask, ATTR_L4PROTO, l4proto);
+ nfct_set_attr_u16(mask, ATTR_PORT_SRC, 0xffff);
+ break;
+ default:
+ break;
+ }
+ } else {
+ switch(l4proto) {
+ case IPPROTO_TCP:
+ case IPPROTO_UDP:
+ nfct_set_attr_u8(expected, ATTR_L4PROTO, l4proto);
+ nfct_set_attr_u16(expected, ATTR_PORT_SRC, 0x0000);
+ nfct_set_attr_u8(mask, ATTR_L4PROTO, l4proto);
+ nfct_set_attr_u16(mask, ATTR_PORT_SRC, 0x0000);
+ break;
+ default:
+ break;
+ }
+ }
+
+ switch(nfct_get_attr_u8(master, ATTR_L3PROTO)) {
+ uint32_t addr[4] = {};
+ int i;
+
+ case AF_INET:
+ nfct_set_attr_u8(expected, ATTR_L3PROTO, AF_INET);
+ nfct_set_attr_u32(expected, ATTR_IPV4_DST, daddr->ip);
+ nfct_set_attr_u32(mask, ATTR_IPV4_DST, 0xffffffff);
+ break;
+ case AF_INET6:
+ nfct_set_attr_u8(expected, ATTR_L3PROTO, AF_INET6);
+ nfct_set_attr(expected, ATTR_IPV6_DST, daddr->ip6);
+
+ for (i=0; i<4; i++)
+ memset(addr, 0xffffffff, sizeof(uint32_t));
+
+ nfct_set_attr(mask, ATTR_IPV6_DST, addr);
+ break;
+ default:
+ break;
+ }
+
+ switch(l4proto) {
+ case IPPROTO_TCP:
+ case IPPROTO_UDP:
+ nfct_set_attr_u8(expected, ATTR_L4PROTO, l4proto);
+ nfct_set_attr_u16(expected, ATTR_PORT_DST, *dport);
+ nfct_set_attr_u8(mask, ATTR_L4PROTO, l4proto);
+ nfct_set_attr_u16(mask, ATTR_PORT_DST, 0xffff);
+ break;
+ default:
+ break;
+ }
+
+ nfexp_set_attr(exp, ATTR_EXP_MASTER, master);
+ nfexp_set_attr(exp, ATTR_EXP_EXPECTED, expected);
+ nfexp_set_attr(exp, ATTR_EXP_MASK, mask);
+ nfexp_set_attr_u32(exp, ATTR_EXP_FLAGS, flags);
+
+ nfct_destroy(expected);
+ nfct_destroy(mask);
+
+ return 0;
+}
+
+static int cthelper_expect_cmd(struct nf_expect *exp, int cmd)
+{
+ int ret;
+ struct nfct_handle *h;
+
+ h = nfct_open(EXPECT, 0);
+ if (!h)
+ return -1;
+
+ ret = nfexp_query(h, cmd, exp);
+
+ nfct_close(h);
+ return ret;
+}
+
+int cthelper_add_expect(struct nf_expect *exp)
+{
+ return cthelper_expect_cmd(exp, NFCT_Q_CREATE_UPDATE);
+}
+
+int cthelper_del_expect(struct nf_expect *exp)
+{
+ return cthelper_expect_cmd(exp, NFCT_Q_DESTROY);
+}
+
+void
+cthelper_get_addr_src(struct nf_conntrack *ct, int dir,
+ union nfct_attr_grp_addr *addr)
+{
+ switch (dir) {
+ case MYCT_DIR_ORIG:
+ nfct_get_attr_grp(ct, ATTR_GRP_ORIG_ADDR_SRC, addr);
+ break;
+ case MYCT_DIR_REPL:
+ nfct_get_attr_grp(ct, ATTR_GRP_REPL_ADDR_SRC, addr);
+ break;
+ }
+}
+
+void
+cthelper_get_addr_dst(struct nf_conntrack *ct, int dir,
+ union nfct_attr_grp_addr *addr)
+{
+ switch (dir) {
+ case MYCT_DIR_ORIG:
+ nfct_get_attr_grp(ct, ATTR_GRP_ORIG_ADDR_DST, addr);
+ break;
+ case MYCT_DIR_REPL:
+ nfct_get_attr_grp(ct, ATTR_GRP_REPL_ADDR_DST, addr);
+ break;
+ }
+}
diff --git a/src/fds.c b/src/fds.c
index 347eee1..0b95437 100644
--- a/src/fds.c
+++ b/src/fds.c
@@ -1,5 +1,5 @@
/*
- * (C) 2006-2008 by Pablo Neira Ayuso <pablo@netfilter.org>
+ * (C) 2006-2012 by Pablo Neira Ayuso <pablo@netfilter.org>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -14,9 +14,16 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ *
+ * Part of this code has been sponsored by Vyatta Inc. <http://www.vyatta.com>
*/
#include <stdlib.h>
#include <string.h>
+#include <errno.h>
+#include <signal.h>
+
+#include "conntrackd.h"
+#include "date.h"
#include "fds.h"
struct fds *create_fds(void)
@@ -44,7 +51,7 @@ void destroy_fds(struct fds *fds)
free(fds);
}
-int register_fd(int fd, struct fds *fds)
+int register_fd(int fd, void (*cb)(void *data), void *data, struct fds *fds)
{
struct fds_item *item;
@@ -58,7 +65,10 @@ int register_fd(int fd, struct fds *fds)
return -1;
item->fd = fd;
- list_add(&item->head, &fds->list);
+ item->cb = cb;
+ item->data = data;
+ /* Order matters: the descriptors are served in FIFO basis. */
+ list_add_tail(&item->head, &fds->list);
return 0;
}
@@ -92,3 +102,48 @@ int unregister_fd(int fd, struct fds *fds)
return 0;
}
+static void select_main_step(struct timeval *next_alarm)
+{
+ int ret;
+ fd_set readfds = STATE(fds)->readfds;
+ struct fds_item *cur, *tmp;
+
+ ret = select(STATE(fds)->maxfd + 1, &readfds, NULL, NULL, next_alarm);
+ if (ret == -1) {
+ /* interrupted syscall, retry */
+ if (errno == EINTR)
+ return;
+
+ STATE(stats).select_failed++;
+ return;
+ }
+
+ /* signals are racy */
+ sigprocmask(SIG_BLOCK, &STATE(block), NULL);
+
+ list_for_each_entry_safe(cur, tmp, &STATE(fds)->list, head) {
+ if (FD_ISSET(cur->fd, &readfds))
+ cur->cb(cur->data);
+ }
+
+ sigprocmask(SIG_UNBLOCK, &STATE(block), NULL);
+}
+
+void __attribute__((noreturn)) select_main_loop(void)
+{
+ struct timeval next_alarm;
+ struct timeval *next = NULL;
+
+ while(1) {
+ do_gettimeofday();
+
+ sigprocmask(SIG_BLOCK, &STATE(block), NULL);
+ if (next != NULL && !timerisset(next))
+ next = do_alarm_run(&next_alarm);
+ else
+ next = get_next_alarm_run(&next_alarm);
+ sigprocmask(SIG_UNBLOCK, &STATE(block), NULL);
+
+ select_main_step(next);
+ }
+}
diff --git a/src/filter.c b/src/filter.c
index 39dd4ca..02a8078 100644
--- a/src/filter.c
+++ b/src/filter.c
@@ -473,7 +473,17 @@ int exp_filter_find(struct exp_filter *f, const struct nf_expect *exp)
return 1;
list_for_each_entry(item, &f->list, head) {
- const char *name = nfexp_get_attr(exp, ATTR_EXP_HELPER_NAME);
+ const char *name;
+
+ if (nfexp_attr_is_set(exp, ATTR_EXP_HELPER_NAME))
+ name = nfexp_get_attr(exp, ATTR_EXP_HELPER_NAME);
+ else {
+ /* No helper name, this is likely to be a kernel older
+ * which does not include the helper name, just skip
+ * this so we don't crash.
+ */
+ return 0;
+ }
/* we allow partial matching to support things like sip-PORT. */
if (strncasecmp(item->helper_name, name,
diff --git a/src/helpers.c b/src/helpers.c
new file mode 100644
index 0000000..3e4e6c8
--- /dev/null
+++ b/src/helpers.c
@@ -0,0 +1,76 @@
+/*
+ * (C) 2012 by Pablo Neira Ayuso <pablo@netfilter.org>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation (or any later at your option).
+ *
+ * This code has been sponsored by Vyatta Inc. <http://www.vyatta.com>
+ */
+
+#include "helper.h"
+
+#include <stdio.h>
+#include <string.h>
+#include <limits.h>
+#include <errno.h>
+#include <sys/types.h>
+#include <sys/stat.h>
+#include <unistd.h>
+#include <dlfcn.h>
+
+static LIST_HEAD(helper_list);
+
+void helper_register(struct ctd_helper *helper)
+{
+ list_add(&helper->head, &helper_list);
+}
+
+static struct ctd_helper *
+__helper_find(const char *helper_name, uint8_t l4proto)
+{
+ struct ctd_helper *cur, *helper = NULL;
+
+ list_for_each_entry(cur, &helper_list, head) {
+ if (strncmp(cur->name, helper_name, CTD_HELPER_NAME_LEN) != 0)
+ continue;
+
+ if (cur->l4proto != l4proto)
+ continue;
+
+ helper = cur;
+ break;
+ }
+ return helper;
+}
+
+struct ctd_helper *
+helper_find(const char *libdir_path,
+ const char *helper_name, uint8_t l4proto, int flag)
+{
+ char path[PATH_MAX];
+ struct ctd_helper *helper;
+ struct stat sb;
+
+ helper = __helper_find(helper_name, l4proto);
+ if (helper != NULL)
+ return helper;
+
+ snprintf(path, sizeof(path), "%s/ct_helper_%s.so",
+ libdir_path, helper_name);
+
+ if (stat(path, &sb) != 0) {
+ if (errno == ENOENT)
+ return NULL;
+ fprintf(stderr, "%s: %s\n", path,
+ strerror(errno));
+ return NULL;
+ }
+
+ if (dlopen(path, flag) == NULL) {
+ fprintf(stderr, "%s: %s\n", path, dlerror());
+ return NULL;
+ }
+
+ return __helper_find(helper_name, l4proto);
+}
diff --git a/src/helpers/Makefile.am b/src/helpers/Makefile.am
new file mode 100644
index 0000000..589b4f3
--- /dev/null
+++ b/src/helpers/Makefile.am
@@ -0,0 +1,17 @@
+include $(top_srcdir)/Make_global.am
+
+pkglib_LTLIBRARIES = ct_helper_ftp.la \
+ ct_helper_rpc.la \
+ ct_helper_tns.la
+
+ct_helper_ftp_la_SOURCES = ftp.c
+ct_helper_ftp_la_LDFLAGS = -avoid-version -module $(LIBNETFILTER_CONNTRACK_LIBS)
+ct_helper_ftp_la_CFLAGS = $(AM_CFLAGS) $(LIBNETFILTER_CONNTRACK_CFLAGS)
+
+ct_helper_rpc_la_SOURCES = rpc.c
+ct_helper_rpc_la_LDFLAGS = -avoid-version -module $(LIBNETFILTER_CONNTRACK_LIBS)
+ct_helper_rpc_la_CFLAGS = $(AM_CFLAGS) $(LIBNETFILTER_CONNTRACK_CFLAGS)
+
+ct_helper_tns_la_SOURCES = tns.c
+ct_helper_tns_la_LDFLAGS = -avoid-version -module $(LIBNETFILTER_CONNTRACK_LIBS)
+ct_helper_tns_la_CFLAGS = $(AM_CFLAGS) $(LIBNETFILTER_CONNTRACK_CFLAGS)
diff --git a/src/helpers/Makefile.in b/src/helpers/Makefile.in
new file mode 100644
index 0000000..c02a89c
--- /dev/null
+++ b/src/helpers/Makefile.in
@@ -0,0 +1,659 @@
+# Makefile.in generated by automake 1.11.6 from Makefile.am.
+# @configure_input@
+
+# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
+# Foundation, Inc.
+# This Makefile.in is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
+# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+# PARTICULAR PURPOSE.
+
+@SET_MAKE@
+
+VPATH = @srcdir@
+am__make_dryrun = \
+ { \
+ am__dry=no; \
+ case $$MAKEFLAGS in \
+ *\\[\ \ ]*) \
+ echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
+ | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
+ *) \
+ for am__flg in $$MAKEFLAGS; do \
+ case $$am__flg in \
+ *=*|--*) ;; \
+ *n*) am__dry=yes; break;; \
+ esac; \
+ done;; \
+ esac; \
+ test $$am__dry = yes; \
+ }
+pkgdatadir = $(datadir)/@PACKAGE@
+pkgincludedir = $(includedir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkglibexecdir = $(libexecdir)/@PACKAGE@
+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+install_sh_DATA = $(install_sh) -c -m 644
+install_sh_PROGRAM = $(install_sh) -c
+install_sh_SCRIPT = $(install_sh) -c
+INSTALL_HEADER = $(INSTALL_DATA)
+transform = $(program_transform_name)
+NORMAL_INSTALL = :
+PRE_INSTALL = :
+POST_INSTALL = :
+NORMAL_UNINSTALL = :
+PRE_UNINSTALL = :
+POST_UNINSTALL = :
+build_triplet = @build@
+host_triplet = @host@
+DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
+ $(top_srcdir)/Make_global.am
+subdir = src/helpers
+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
+ $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
+ $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
+ $(top_srcdir)/configure.ac
+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
+ $(ACLOCAL_M4)
+mkinstalldirs = $(install_sh) -d
+CONFIG_CLEAN_FILES =
+CONFIG_CLEAN_VPATH_FILES =
+am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
+am__vpath_adj = case $$p in \
+ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
+ *) f=$$p;; \
+ esac;
+am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
+am__install_max = 40
+am__nobase_strip_setup = \
+ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
+am__nobase_strip = \
+ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
+am__nobase_list = $(am__nobase_strip_setup); \
+ for p in $$list; do echo "$$p $$p"; done | \
+ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
+ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
+ if (++n[$$2] == $(am__install_max)) \
+ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
+ END { for (dir in files) print dir, files[dir] }'
+am__base_list = \
+ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
+ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
+am__uninstall_files_from_dir = { \
+ test -z "$$files" \
+ || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
+ || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
+ $(am__cd) "$$dir" && rm -f $$files; }; \
+ }
+am__installdirs = "$(DESTDIR)$(pkglibdir)"
+LTLIBRARIES = $(pkglib_LTLIBRARIES)
+ct_helper_ftp_la_LIBADD =
+am_ct_helper_ftp_la_OBJECTS = ct_helper_ftp_la-ftp.lo
+ct_helper_ftp_la_OBJECTS = $(am_ct_helper_ftp_la_OBJECTS)
+AM_V_lt = $(am__v_lt_@AM_V@)
+am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
+am__v_lt_0 = --silent
+ct_helper_ftp_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
+ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
+ $(ct_helper_ftp_la_CFLAGS) $(CFLAGS) \
+ $(ct_helper_ftp_la_LDFLAGS) $(LDFLAGS) -o $@
+ct_helper_rpc_la_LIBADD =
+am_ct_helper_rpc_la_OBJECTS = ct_helper_rpc_la-rpc.lo
+ct_helper_rpc_la_OBJECTS = $(am_ct_helper_rpc_la_OBJECTS)
+ct_helper_rpc_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
+ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
+ $(ct_helper_rpc_la_CFLAGS) $(CFLAGS) \
+ $(ct_helper_rpc_la_LDFLAGS) $(LDFLAGS) -o $@
+ct_helper_tns_la_LIBADD =
+am_ct_helper_tns_la_OBJECTS = ct_helper_tns_la-tns.lo
+ct_helper_tns_la_OBJECTS = $(am_ct_helper_tns_la_OBJECTS)
+ct_helper_tns_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
+ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
+ $(ct_helper_tns_la_CFLAGS) $(CFLAGS) \
+ $(ct_helper_tns_la_LDFLAGS) $(LDFLAGS) -o $@
+DEFAULT_INCLUDES = -I.@am__isrc@
+depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
+am__depfiles_maybe = depfiles
+am__mv = mv -f
+COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
+ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
+ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
+ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+ $(AM_CFLAGS) $(CFLAGS)
+AM_V_CC = $(am__v_CC_@AM_V@)
+am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
+am__v_CC_0 = @echo " CC " $@;
+AM_V_at = $(am__v_at_@AM_V@)
+am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
+am__v_at_0 = @
+CCLD = $(CC)
+LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
+ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
+ $(AM_LDFLAGS) $(LDFLAGS) -o $@
+AM_V_CCLD = $(am__v_CCLD_@AM_V@)
+am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
+am__v_CCLD_0 = @echo " CCLD " $@;
+AM_V_GEN = $(am__v_GEN_@AM_V@)
+am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
+am__v_GEN_0 = @echo " GEN " $@;
+SOURCES = $(ct_helper_ftp_la_SOURCES) $(ct_helper_rpc_la_SOURCES) \
+ $(ct_helper_tns_la_SOURCES)
+DIST_SOURCES = $(ct_helper_ftp_la_SOURCES) $(ct_helper_rpc_la_SOURCES) \
+ $(ct_helper_tns_la_SOURCES)
+am__can_run_installinfo = \
+ case $$AM_UPDATE_INFO_DIR in \
+ n|no|NO) false;; \
+ *) (install-info --version) >/dev/null 2>&1;; \
+ esac
+ETAGS = etags
+CTAGS = ctags
+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+ACLOCAL = @ACLOCAL@
+AMTAR = @AMTAR@
+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
+AR = @AR@
+AUTOCONF = @AUTOCONF@
+AUTOHEADER = @AUTOHEADER@
+AUTOMAKE = @AUTOMAKE@
+AWK = @AWK@
+CC = @CC@
+CCDEPMODE = @CCDEPMODE@
+CFLAGS = @CFLAGS@
+CPP = @CPP@
+CPPFLAGS = @CPPFLAGS@
+CYGPATH_W = @CYGPATH_W@
+DEFS = @DEFS@
+DEPDIR = @DEPDIR@
+DLLTOOL = @DLLTOOL@
+DSYMUTIL = @DSYMUTIL@
+DUMPBIN = @DUMPBIN@
+ECHO_C = @ECHO_C@
+ECHO_N = @ECHO_N@
+ECHO_T = @ECHO_T@
+EGREP = @EGREP@
+EXEEXT = @EXEEXT@
+FGREP = @FGREP@
+GREP = @GREP@
+INSTALL = @INSTALL@
+INSTALL_DATA = @INSTALL_DATA@
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+LD = @LD@
+LDFLAGS = @LDFLAGS@
+LEX = @LEX@
+LEXLIB = @LEXLIB@
+LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+LIBMNL_CFLAGS = @LIBMNL_CFLAGS@
+LIBMNL_LIBS = @LIBMNL_LIBS@
+LIBNETFILTER_CONNTRACK_CFLAGS = @LIBNETFILTER_CONNTRACK_CFLAGS@
+LIBNETFILTER_CONNTRACK_LIBS = @LIBNETFILTER_CONNTRACK_LIBS@
+LIBNETFILTER_CTHELPER_CFLAGS = @LIBNETFILTER_CTHELPER_CFLAGS@
+LIBNETFILTER_CTHELPER_LIBS = @LIBNETFILTER_CTHELPER_LIBS@
+LIBNETFILTER_CTTIMEOUT_CFLAGS = @LIBNETFILTER_CTTIMEOUT_CFLAGS@
+LIBNETFILTER_CTTIMEOUT_LIBS = @LIBNETFILTER_CTTIMEOUT_LIBS@
+LIBNETFILTER_QUEUE_CFLAGS = @LIBNETFILTER_QUEUE_CFLAGS@
+LIBNETFILTER_QUEUE_LIBS = @LIBNETFILTER_QUEUE_LIBS@
+LIBNFNETLINK_CFLAGS = @LIBNFNETLINK_CFLAGS@
+LIBNFNETLINK_LIBS = @LIBNFNETLINK_LIBS@
+LIBOBJS = @LIBOBJS@
+LIBS = @LIBS@
+LIBTOOL = @LIBTOOL@
+LIPO = @LIPO@
+LN_S = @LN_S@
+LTLIBOBJS = @LTLIBOBJS@
+MAKEINFO = @MAKEINFO@
+MANIFEST_TOOL = @MANIFEST_TOOL@
+MKDIR_P = @MKDIR_P@
+NM = @NM@
+NMEDIT = @NMEDIT@
+OBJDUMP = @OBJDUMP@
+OBJEXT = @OBJEXT@
+OTOOL = @OTOOL@
+OTOOL64 = @OTOOL64@
+PACKAGE = @PACKAGE@
+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
+PACKAGE_NAME = @PACKAGE_NAME@
+PACKAGE_STRING = @PACKAGE_STRING@
+PACKAGE_TARNAME = @PACKAGE_TARNAME@
+PACKAGE_URL = @PACKAGE_URL@
+PACKAGE_VERSION = @PACKAGE_VERSION@
+PATH_SEPARATOR = @PATH_SEPARATOR@
+PKG_CONFIG = @PKG_CONFIG@
+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
+RANLIB = @RANLIB@
+SED = @SED@
+SET_MAKE = @SET_MAKE@
+SHELL = @SHELL@
+STRIP = @STRIP@
+VERSION = @VERSION@
+YACC = @YACC@
+YFLAGS = @YFLAGS@
+abs_builddir = @abs_builddir@
+abs_srcdir = @abs_srcdir@
+abs_top_builddir = @abs_top_builddir@
+abs_top_srcdir = @abs_top_srcdir@
+ac_ct_AR = @ac_ct_AR@
+ac_ct_CC = @ac_ct_CC@
+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
+am__include = @am__include@
+am__leading_dot = @am__leading_dot@
+am__quote = @am__quote@
+am__tar = @am__tar@
+am__untar = @am__untar@
+bindir = @bindir@
+build = @build@
+build_alias = @build_alias@
+build_cpu = @build_cpu@
+build_os = @build_os@
+build_vendor = @build_vendor@
+builddir = @builddir@
+datadir = @datadir@
+datarootdir = @datarootdir@
+docdir = @docdir@
+dvidir = @dvidir@
+exec_prefix = @exec_prefix@
+host = @host@
+host_alias = @host_alias@
+host_cpu = @host_cpu@
+host_os = @host_os@
+host_vendor = @host_vendor@
+htmldir = @htmldir@
+includedir = @includedir@
+infodir = @infodir@
+install_sh = @install_sh@
+libdir = @libdir@
+libdl_LIBS = @libdl_LIBS@
+libexecdir = @libexecdir@
+localedir = @localedir@
+localstatedir = @localstatedir@
+mandir = @mandir@
+mkdir_p = @mkdir_p@
+oldincludedir = @oldincludedir@
+pdfdir = @pdfdir@
+prefix = @prefix@
+program_transform_name = @program_transform_name@
+psdir = @psdir@
+sbindir = @sbindir@
+sharedstatedir = @sharedstatedir@
+srcdir = @srcdir@
+sysconfdir = @sysconfdir@
+target_alias = @target_alias@
+top_build_prefix = @top_build_prefix@
+top_builddir = @top_builddir@
+top_srcdir = @top_srcdir@
+AM_CPPFLAGS = -I$(top_srcdir)/include
+AM_CFLAGS = -std=gnu99 -W -Wall \
+ -Wmissing-prototypes -Wwrite-strings -Wcast-qual -Wfloat-equal -Wshadow -Wpointer-arith -Wbad-function-cast -Wsign-compare -Waggregate-return -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wstrict-prototypes -Wundef \
+ -Wno-unused-parameter ${LIBNFNETLINK_CFLAGS} ${LIBMNL_CFLAGS} \
+ ${LIBNETFILTER_CONNTRACK_CFLAGS} \
+ ${LIBNETFILTER_CTTIMEOUT_CFLAGS} \
+ ${LIBNETFILTER_QUEUE_CFLAGS} \
+ ${LIBNETFILTER_CTHELPER_CFLAGS}
+
+pkglib_LTLIBRARIES = ct_helper_ftp.la \
+ ct_helper_rpc.la \
+ ct_helper_tns.la
+
+ct_helper_ftp_la_SOURCES = ftp.c
+ct_helper_ftp_la_LDFLAGS = -avoid-version -module $(LIBNETFILTER_CONNTRACK_LIBS)
+ct_helper_ftp_la_CFLAGS = $(AM_CFLAGS) $(LIBNETFILTER_CONNTRACK_CFLAGS)
+ct_helper_rpc_la_SOURCES = rpc.c
+ct_helper_rpc_la_LDFLAGS = -avoid-version -module $(LIBNETFILTER_CONNTRACK_LIBS)
+ct_helper_rpc_la_CFLAGS = $(AM_CFLAGS) $(LIBNETFILTER_CONNTRACK_CFLAGS)
+ct_helper_tns_la_SOURCES = tns.c
+ct_helper_tns_la_LDFLAGS = -avoid-version -module $(LIBNETFILTER_CONNTRACK_LIBS)
+ct_helper_tns_la_CFLAGS = $(AM_CFLAGS) $(LIBNETFILTER_CONNTRACK_CFLAGS)
+all: all-am
+
+.SUFFIXES:
+.SUFFIXES: .c .lo .o .obj
+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(top_srcdir)/Make_global.am $(am__configure_deps)
+ @for dep in $?; do \
+ case '$(am__configure_deps)' in \
+ *$$dep*) \
+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
+ && { if test -f $@; then exit 0; else break; fi; }; \
+ exit 1;; \
+ esac; \
+ done; \
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/helpers/Makefile'; \
+ $(am__cd) $(top_srcdir) && \
+ $(AUTOMAKE) --foreign src/helpers/Makefile
+.PRECIOUS: Makefile
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+ @case '$?' in \
+ *config.status*) \
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
+ *) \
+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
+ esac;
+$(top_srcdir)/Make_global.am:
+
+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+$(top_srcdir)/configure: $(am__configure_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(ACLOCAL_M4): $(am__aclocal_m4_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(am__aclocal_m4_deps):
+install-pkglibLTLIBRARIES: $(pkglib_LTLIBRARIES)
+ @$(NORMAL_INSTALL)
+ @list='$(pkglib_LTLIBRARIES)'; test -n "$(pkglibdir)" || list=; \
+ list2=; for p in $$list; do \
+ if test -f $$p; then \
+ list2="$$list2 $$p"; \
+ else :; fi; \
+ done; \
+ test -z "$$list2" || { \
+ echo " $(MKDIR_P) '$(DESTDIR)$(pkglibdir)'"; \
+ $(MKDIR_P) "$(DESTDIR)$(pkglibdir)" || exit 1; \
+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pkglibdir)'"; \
+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pkglibdir)"; \
+ }
+
+uninstall-pkglibLTLIBRARIES:
+ @$(NORMAL_UNINSTALL)
+ @list='$(pkglib_LTLIBRARIES)'; test -n "$(pkglibdir)" || list=; \
+ for p in $$list; do \
+ $(am__strip_dir) \
+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pkglibdir)/$$f'"; \
+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pkglibdir)/$$f"; \
+ done
+
+clean-pkglibLTLIBRARIES:
+ -test -z "$(pkglib_LTLIBRARIES)" || rm -f $(pkglib_LTLIBRARIES)
+ @list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
+ dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+ test "$$dir" != "$$p" || dir=.; \
+ echo "rm -f \"$${dir}/so_locations\""; \
+ rm -f "$${dir}/so_locations"; \
+ done
+ct_helper_ftp.la: $(ct_helper_ftp_la_OBJECTS) $(ct_helper_ftp_la_DEPENDENCIES) $(EXTRA_ct_helper_ftp_la_DEPENDENCIES)
+ $(AM_V_CCLD)$(ct_helper_ftp_la_LINK) -rpath $(pkglibdir) $(ct_helper_ftp_la_OBJECTS) $(ct_helper_ftp_la_LIBADD) $(LIBS)
+ct_helper_rpc.la: $(ct_helper_rpc_la_OBJECTS) $(ct_helper_rpc_la_DEPENDENCIES) $(EXTRA_ct_helper_rpc_la_DEPENDENCIES)
+ $(AM_V_CCLD)$(ct_helper_rpc_la_LINK) -rpath $(pkglibdir) $(ct_helper_rpc_la_OBJECTS) $(ct_helper_rpc_la_LIBADD) $(LIBS)
+ct_helper_tns.la: $(ct_helper_tns_la_OBJECTS) $(ct_helper_tns_la_DEPENDENCIES) $(EXTRA_ct_helper_tns_la_DEPENDENCIES)
+ $(AM_V_CCLD)$(ct_helper_tns_la_LINK) -rpath $(pkglibdir) $(ct_helper_tns_la_OBJECTS) $(ct_helper_tns_la_LIBADD) $(LIBS)
+
+mostlyclean-compile:
+ -rm -f *.$(OBJEXT)
+
+distclean-compile:
+ -rm -f *.tab.c
+
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ct_helper_ftp_la-ftp.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ct_helper_rpc_la-rpc.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ct_helper_tns_la-tns.Plo@am__quote@
+
+.c.o:
+@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
+@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
+@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
+
+.c.obj:
+@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
+@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
+@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+
+.c.lo:
+@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
+@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
+@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
+
+ct_helper_ftp_la-ftp.lo: ftp.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ct_helper_ftp_la_CFLAGS) $(CFLAGS) -MT ct_helper_ftp_la-ftp.lo -MD -MP -MF $(DEPDIR)/ct_helper_ftp_la-ftp.Tpo -c -o ct_helper_ftp_la-ftp.lo `test -f 'ftp.c' || echo '$(srcdir)/'`ftp.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/ct_helper_ftp_la-ftp.Tpo $(DEPDIR)/ct_helper_ftp_la-ftp.Plo
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ftp.c' object='ct_helper_ftp_la-ftp.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ct_helper_ftp_la_CFLAGS) $(CFLAGS) -c -o ct_helper_ftp_la-ftp.lo `test -f 'ftp.c' || echo '$(srcdir)/'`ftp.c
+
+ct_helper_rpc_la-rpc.lo: rpc.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ct_helper_rpc_la_CFLAGS) $(CFLAGS) -MT ct_helper_rpc_la-rpc.lo -MD -MP -MF $(DEPDIR)/ct_helper_rpc_la-rpc.Tpo -c -o ct_helper_rpc_la-rpc.lo `test -f 'rpc.c' || echo '$(srcdir)/'`rpc.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/ct_helper_rpc_la-rpc.Tpo $(DEPDIR)/ct_helper_rpc_la-rpc.Plo
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='rpc.c' object='ct_helper_rpc_la-rpc.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ct_helper_rpc_la_CFLAGS) $(CFLAGS) -c -o ct_helper_rpc_la-rpc.lo `test -f 'rpc.c' || echo '$(srcdir)/'`rpc.c
+
+ct_helper_tns_la-tns.lo: tns.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ct_helper_tns_la_CFLAGS) $(CFLAGS) -MT ct_helper_tns_la-tns.lo -MD -MP -MF $(DEPDIR)/ct_helper_tns_la-tns.Tpo -c -o ct_helper_tns_la-tns.lo `test -f 'tns.c' || echo '$(srcdir)/'`tns.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/ct_helper_tns_la-tns.Tpo $(DEPDIR)/ct_helper_tns_la-tns.Plo
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='tns.c' object='ct_helper_tns_la-tns.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ct_helper_tns_la_CFLAGS) $(CFLAGS) -c -o ct_helper_tns_la-tns.lo `test -f 'tns.c' || echo '$(srcdir)/'`tns.c
+
+mostlyclean-libtool:
+ -rm -f *.lo
+
+clean-libtool:
+ -rm -rf .libs _libs
+
+ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ unique=`for i in $$list; do \
+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
+ done | \
+ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
+ END { if (nonempty) { for (i in files) print i; }; }'`; \
+ mkid -fID $$unique
+tags: TAGS
+
+TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
+ $(TAGS_FILES) $(LISP)
+ set x; \
+ here=`pwd`; \
+ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ unique=`for i in $$list; do \
+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
+ done | \
+ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
+ END { if (nonempty) { for (i in files) print i; }; }'`; \
+ shift; \
+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
+ test -n "$$unique" || unique=$$empty_fix; \
+ if test $$# -gt 0; then \
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ "$$@" $$unique; \
+ else \
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ $$unique; \
+ fi; \
+ fi
+ctags: CTAGS
+CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
+ $(TAGS_FILES) $(LISP)
+ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ unique=`for i in $$list; do \
+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
+ done | \
+ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
+ END { if (nonempty) { for (i in files) print i; }; }'`; \
+ test -z "$(CTAGS_ARGS)$$unique" \
+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ $$unique
+
+GTAGS:
+ here=`$(am__cd) $(top_builddir) && pwd` \
+ && $(am__cd) $(top_srcdir) \
+ && gtags -i $(GTAGS_ARGS) "$$here"
+
+distclean-tags:
+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+
+distdir: $(DISTFILES)
+ @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
+ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
+ list='$(DISTFILES)'; \
+ dist_files=`for file in $$list; do echo $$file; done | \
+ sed -e "s|^$$srcdirstrip/||;t" \
+ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
+ case $$dist_files in \
+ */*) $(MKDIR_P) `echo "$$dist_files" | \
+ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
+ sort -u` ;; \
+ esac; \
+ for file in $$dist_files; do \
+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ if test -d $$d/$$file; then \
+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
+ if test -d "$(distdir)/$$file"; then \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+ fi; \
+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+ fi; \
+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
+ else \
+ test -f "$(distdir)/$$file" \
+ || cp -p $$d/$$file "$(distdir)/$$file" \
+ || exit 1; \
+ fi; \
+ done
+check-am: all-am
+check: check-am
+all-am: Makefile $(LTLIBRARIES)
+installdirs:
+ for dir in "$(DESTDIR)$(pkglibdir)"; do \
+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \
+ done
+install: install-am
+install-exec: install-exec-am
+install-data: install-data-am
+uninstall: uninstall-am
+
+install-am: all-am
+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
+
+installcheck: installcheck-am
+install-strip:
+ if test -z '$(STRIP)'; then \
+ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ install; \
+ else \
+ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
+ fi
+mostlyclean-generic:
+
+clean-generic:
+
+distclean-generic:
+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
+
+maintainer-clean-generic:
+ @echo "This command is intended for maintainers to use"
+ @echo "it deletes files that may require special tools to rebuild."
+clean: clean-am
+
+clean-am: clean-generic clean-libtool clean-pkglibLTLIBRARIES \
+ mostlyclean-am
+
+distclean: distclean-am
+ -rm -rf ./$(DEPDIR)
+ -rm -f Makefile
+distclean-am: clean-am distclean-compile distclean-generic \
+ distclean-tags
+
+dvi: dvi-am
+
+dvi-am:
+
+html: html-am
+
+html-am:
+
+info: info-am
+
+info-am:
+
+install-data-am:
+
+install-dvi: install-dvi-am
+
+install-dvi-am:
+
+install-exec-am: install-pkglibLTLIBRARIES
+
+install-html: install-html-am
+
+install-html-am:
+
+install-info: install-info-am
+
+install-info-am:
+
+install-man:
+
+install-pdf: install-pdf-am
+
+install-pdf-am:
+
+install-ps: install-ps-am
+
+install-ps-am:
+
+installcheck-am:
+
+maintainer-clean: maintainer-clean-am
+ -rm -rf ./$(DEPDIR)
+ -rm -f Makefile
+maintainer-clean-am: distclean-am maintainer-clean-generic
+
+mostlyclean: mostlyclean-am
+
+mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ mostlyclean-libtool
+
+pdf: pdf-am
+
+pdf-am:
+
+ps: ps-am
+
+ps-am:
+
+uninstall-am: uninstall-pkglibLTLIBRARIES
+
+.MAKE: install-am install-strip
+
+.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
+ clean-libtool clean-pkglibLTLIBRARIES ctags distclean \
+ distclean-compile distclean-generic distclean-libtool \
+ distclean-tags distdir dvi dvi-am html html-am info info-am \
+ install install-am install-data install-data-am install-dvi \
+ install-dvi-am install-exec install-exec-am install-html \
+ install-html-am install-info install-info-am install-man \
+ install-pdf install-pdf-am install-pkglibLTLIBRARIES \
+ install-ps install-ps-am install-strip installcheck \
+ installcheck-am installdirs maintainer-clean \
+ maintainer-clean-generic mostlyclean mostlyclean-compile \
+ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
+ tags uninstall uninstall-am uninstall-pkglibLTLIBRARIES
+
+
+# Tell versions [3.59,3.63) of GNU make to not export all variables.
+# Otherwise a system limit (for SysV at least) may be exceeded.
+.NOEXPORT:
diff --git a/src/helpers/ftp.c b/src/helpers/ftp.c
new file mode 100644
index 0000000..2c8dcd6
--- /dev/null
+++ b/src/helpers/ftp.c
@@ -0,0 +1,604 @@
+/*
+ * (C) 2010-2012 by Pablo Neira Ayuso <pablo@netfilter.org>
+ *
+ * Based on: kernel-space FTP extension for connection tracking.
+ *
+ * This port has been sponsored by Vyatta Inc. <http://www.vyatta.com>
+ *
+ * Original copyright notice:
+ *
+ * (C) 1999-2001 Paul `Rusty' Russell
+ * (C) 2002-2004 Netfilter Core Team <coreteam@netfilter.org>
+ * (C) 2003,2004 USAGI/WIDE Project <http://www.linux-ipv6.org>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
+ */
+
+#include "conntrackd.h"
+#include "network.h" /* for before and after */
+#include "helper.h"
+#include "myct.h"
+#include "log.h"
+
+#include <ctype.h> /* for isdigit */
+#include <errno.h>
+
+#include <netinet/tcp.h>
+
+#include <libmnl/libmnl.h>
+#include <libnetfilter_conntrack/libnetfilter_conntrack.h>
+#include <libnetfilter_queue/libnetfilter_queue.h>
+#include <libnetfilter_queue/libnetfilter_queue_tcp.h>
+#include <libnetfilter_queue/pktbuff.h>
+#include <linux/netfilter.h>
+
+static bool loose; /* XXX: export this as config option. */
+
+#define NUM_SEQ_TO_REMEMBER 2
+
+/* This structure exists only once per master */
+struct ftp_info {
+ /* Valid seq positions for cmd matching after newline */
+ uint32_t seq_aft_nl[MYCT_DIR_MAX][NUM_SEQ_TO_REMEMBER];
+ /* 0 means seq_match_aft_nl not set */
+ int seq_aft_nl_num[MYCT_DIR_MAX];
+};
+
+enum nf_ct_ftp_type {
+ /* PORT command from client */
+ NF_CT_FTP_PORT,
+ /* PASV response from server */
+ NF_CT_FTP_PASV,
+ /* EPRT command from client */
+ NF_CT_FTP_EPRT,
+ /* EPSV response from server */
+ NF_CT_FTP_EPSV,
+};
+
+static int
+get_ipv6_addr(const char *src, size_t dlen, struct in6_addr *dst, u_int8_t term)
+{
+ const char *end;
+ int ret = in6_pton(src, min_t(size_t, dlen, 0xffff),
+ (uint8_t *)dst, term, &end);
+ if (ret > 0)
+ return (int)(end - src);
+ return 0;
+}
+
+static int try_number(const char *data, size_t dlen, uint32_t array[],
+ int array_size, char sep, char term)
+{
+ uint32_t len;
+ int i;
+
+ memset(array, 0, sizeof(array[0])*array_size);
+
+ /* Keep data pointing at next char. */
+ for (i = 0, len = 0; len < dlen && i < array_size; len++, data++) {
+ if (*data >= '0' && *data <= '9') {
+ array[i] = array[i]*10 + *data - '0';
+ }
+ else if (*data == sep)
+ i++;
+ else {
+ /* Unexpected character; true if it's the
+ terminator and we're finished. */
+ if (*data == term && i == array_size - 1)
+ return len;
+ pr_debug("Char %u (got %u nums) `%u' unexpected\n",
+ len, i, *data);
+ return 0;
+ }
+ }
+ pr_debug("Failed to fill %u numbers separated by %c\n",
+ array_size, sep);
+ return 0;
+}
+
+/* Grab port: number up to delimiter */
+static int get_port(const char *data, int start, size_t dlen, char delim,
+ struct myct_man *cmd)
+{
+ uint16_t tmp_port = 0;
+ uint32_t i;
+
+ for (i = start; i < dlen; i++) {
+ /* Finished? */
+ if (data[i] == delim) {
+ if (tmp_port == 0)
+ break;
+ cmd->u.port = htons(tmp_port);
+ pr_debug("get_port: return %d\n", tmp_port);
+ return i + 1;
+ }
+ else if (data[i] >= '0' && data[i] <= '9')
+ tmp_port = tmp_port*10 + data[i] - '0';
+ else { /* Some other crap */
+ pr_debug("get_port: invalid char.\n");
+ break;
+ }
+ }
+ return 0;
+}
+
+/* Returns 0, or length of numbers: 192,168,1,1,5,6 */
+static int try_rfc959(const char *data, size_t dlen, struct myct_man *cmd,
+ uint16_t l3protonum, char term)
+{
+ int length;
+ uint32_t array[6];
+
+ length = try_number(data, dlen, array, 6, ',', term);
+ if (length == 0)
+ return 0;
+
+ cmd->u3.ip = htonl((array[0] << 24) | (array[1] << 16) |
+ (array[2] << 8) | array[3]);
+ cmd->u.port = htons((array[4] << 8) | array[5]);
+ return length;
+}
+
+/* Returns 0, or length of numbers: |1|132.235.1.2|6275| or |2|3ffe::1|6275| */
+static int try_eprt(const char *data, size_t dlen,
+ struct myct_man *cmd, uint16_t l3protonum, char term)
+{
+ char delim;
+ int length;
+
+ /* First character is delimiter, then "1" for IPv4 or "2" for IPv6,
+ then delimiter again. */
+ if (dlen <= 3) {
+ pr_debug("EPRT: too short\n");
+ return 0;
+ }
+ delim = data[0];
+ if (isdigit(delim) || delim < 33 || delim > 126 || data[2] != delim) {
+ pr_debug("try_eprt: invalid delimitter.\n");
+ return 0;
+ }
+
+ if ((l3protonum == PF_INET && data[1] != '1') ||
+ (l3protonum == PF_INET6 && data[1] != '2')) {
+ pr_debug("EPRT: invalid protocol number.\n");
+ return 0;
+ }
+
+ pr_debug("EPRT: Got %c%c%c\n", delim, data[1], delim);
+ if (data[1] == '1') {
+ uint32_t array[4];
+
+ /* Now we have IP address. */
+ length = try_number(data + 3, dlen - 3, array, 4, '.', delim);
+ if (length != 0)
+ cmd->u3.ip = htonl((array[0] << 24) | (array[1] << 16)
+ | (array[2] << 8) | array[3]);
+ } else {
+ /* Now we have IPv6 address. */
+ length = get_ipv6_addr(data + 3, dlen - 3,
+ (struct in6_addr *)cmd->u3.ip6, delim);
+ }
+
+ if (length == 0)
+ return 0;
+ pr_debug("EPRT: Got IP address!\n");
+ /* Start offset includes initial "|1|", and trailing delimiter */
+ return get_port(data, 3 + length + 1, dlen, delim, cmd);
+}
+
+/* Returns 0, or length of numbers: |||6446| */
+static int try_epsv_response(const char *data, size_t dlen,
+ struct myct_man *cmd,
+ uint16_t l3protonum, char term)
+{
+ char delim;
+
+ /* Three delimiters. */
+ if (dlen <= 3) return 0;
+ delim = data[0];
+ if (isdigit(delim) || delim < 33 || delim > 126 ||
+ data[1] != delim || data[2] != delim)
+ return 0;
+
+ return get_port(data, 3, dlen, delim, cmd);
+}
+
+static struct ftp_search {
+ const char *pattern;
+ size_t plen;
+ char skip;
+ char term;
+ enum nf_ct_ftp_type ftptype;
+ int (*getnum)(const char *, size_t, struct myct_man *, uint16_t, char);
+} search[MYCT_DIR_MAX][2] = {
+ [MYCT_DIR_ORIG] = {
+ {
+ .pattern = "PORT",
+ .plen = sizeof("PORT") - 1,
+ .skip = ' ',
+ .term = '\r',
+ .ftptype = NF_CT_FTP_PORT,
+ .getnum = try_rfc959,
+ },
+ {
+ .pattern = "EPRT",
+ .plen = sizeof("EPRT") - 1,
+ .skip = ' ',
+ .term = '\r',
+ .ftptype = NF_CT_FTP_EPRT,
+ .getnum = try_eprt,
+ },
+ },
+ [MYCT_DIR_REPL] = {
+ {
+ .pattern = "227 ",
+ .plen = sizeof("227 ") - 1,
+ .skip = '(',
+ .term = ')',
+ .ftptype = NF_CT_FTP_PASV,
+ .getnum = try_rfc959,
+ },
+ {
+ .pattern = "229 ",
+ .plen = sizeof("229 ") - 1,
+ .skip = '(',
+ .term = ')',
+ .ftptype = NF_CT_FTP_EPSV,
+ .getnum = try_epsv_response,
+ },
+ },
+};
+
+static int ftp_find_pattern(struct pkt_buff *pkt,
+ unsigned int dataoff, unsigned int dlen,
+ const char *pattern, size_t plen,
+ char skip, char term,
+ unsigned int *matchoff, unsigned int *matchlen,
+ struct myct_man *cmd,
+ int (*getnum)(const char *, size_t,
+ struct myct_man *cmd,
+ uint16_t, char),
+ int dir)
+{
+ char *data = (char *)pktb_network_header(pkt) + dataoff;
+ int numlen;
+ uint32_t i;
+
+ if (dlen == 0)
+ return 0;
+
+ /* short packet, skip partial matching. */
+ if (dlen <= plen)
+ return 0;
+
+ if (strncmp(data, pattern, plen) != 0)
+ return 0;
+
+ pr_debug("Pattern matches!\n");
+
+ /* Now we've found the constant string, try to skip
+ to the 'skip' character */
+ for (i = plen; data[i] != skip; i++)
+ if (i == dlen - 1) return 0;
+
+ /* Skip over the last character */
+ i++;
+
+ pr_debug("Skipped up to `%c'!\n", skip);
+
+ numlen = getnum(data + i, dlen - i, cmd, PF_INET, term);
+ if (!numlen)
+ return 0;
+
+ pr_debug("Match succeded!\n");
+ return 1;
+}
+
+/* Look up to see if we're just after a \n. */
+static int find_nl_seq(uint32_t seq, struct ftp_info *info, int dir)
+{
+ int i;
+
+ for (i = 0; i < info->seq_aft_nl_num[dir]; i++)
+ if (info->seq_aft_nl[dir][i] == seq)
+ return 1;
+ return 0;
+}
+
+/* We don't update if it's older than what we have. */
+static void update_nl_seq(uint32_t nl_seq, struct ftp_info *info, int dir)
+{
+ int i, oldest;
+
+ /* Look for oldest: if we find exact match, we're done. */
+ for (i = 0; i < info->seq_aft_nl_num[dir]; i++) {
+ if (info->seq_aft_nl[dir][i] == nl_seq)
+ return;
+ }
+
+ if (info->seq_aft_nl_num[dir] < NUM_SEQ_TO_REMEMBER) {
+ info->seq_aft_nl[dir][info->seq_aft_nl_num[dir]++] = nl_seq;
+ } else {
+ if (before(info->seq_aft_nl[dir][0], info->seq_aft_nl[dir][1]))
+ oldest = 0;
+ else
+ oldest = 1;
+
+ if (after(nl_seq, info->seq_aft_nl[dir][oldest]))
+ info->seq_aft_nl[dir][oldest] = nl_seq;
+ }
+}
+
+static int nf_nat_ftp_fmt_cmd(enum nf_ct_ftp_type type,
+ char *buffer, size_t buflen,
+ uint32_t addr, uint16_t port)
+{
+ switch (type) {
+ case NF_CT_FTP_PORT:
+ case NF_CT_FTP_PASV:
+ return snprintf(buffer, buflen, "%u,%u,%u,%u,%u,%u",
+ ((unsigned char *)&addr)[0],
+ ((unsigned char *)&addr)[1],
+ ((unsigned char *)&addr)[2],
+ ((unsigned char *)&addr)[3],
+ port >> 8,
+ port & 0xFF);
+ case NF_CT_FTP_EPRT:
+ return snprintf(buffer, buflen, "|1|%u.%u.%u.%u|%u|",
+ ((unsigned char *)&addr)[0],
+ ((unsigned char *)&addr)[1],
+ ((unsigned char *)&addr)[2],
+ ((unsigned char *)&addr)[3],
+ port);
+ case NF_CT_FTP_EPSV:
+ return snprintf(buffer, buflen, "|||%u|", port);
+ }
+
+ return 0;
+}
+
+/* So, this packet has hit the connection tracking matching code.
+ Mangle it, and change the expectation to match the new version. */
+static unsigned int nf_nat_ftp(struct pkt_buff *pkt,
+ int dir,
+ int ctinfo,
+ enum nf_ct_ftp_type type,
+ unsigned int matchoff,
+ unsigned int matchlen,
+ struct nf_conntrack *ct,
+ struct nf_expect *exp)
+{
+ union nfct_attr_grp_addr newip;
+ uint16_t port;
+ char buffer[sizeof("|1|255.255.255.255|65535|")];
+ unsigned int buflen;
+ const struct nf_conntrack *expected;
+ struct nf_conntrack *nat_tuple;
+ uint16_t initial_port;
+
+ pr_debug("FTP_NAT: type %i, off %u len %u\n", type, matchoff, matchlen);
+
+ /* Connection will come from wherever this packet goes, hence !dir */
+ cthelper_get_addr_dst(ct, !dir, &newip);
+
+ expected = nfexp_get_attr(exp, ATTR_EXP_EXPECTED);
+
+ nat_tuple = nfct_new();
+ if (nat_tuple == NULL)
+ return NF_ACCEPT;
+
+ initial_port = nfct_get_attr_u16(expected, ATTR_PORT_DST);
+
+ nfexp_set_attr_u32(exp, ATTR_EXP_NAT_DIR, !dir);
+
+ /* libnetfilter_conntrack needs this */
+ nfct_set_attr_u8(nat_tuple, ATTR_L3PROTO, AF_INET);
+ nfct_set_attr_u32(nat_tuple, ATTR_IPV4_SRC, 0);
+ nfct_set_attr_u32(nat_tuple, ATTR_IPV4_DST, 0);
+ nfct_set_attr_u8(nat_tuple, ATTR_L4PROTO, IPPROTO_TCP);
+ nfct_set_attr_u16(nat_tuple, ATTR_PORT_DST, 0);
+
+ /* When you see the packet, we need to NAT it the same as the
+ * this one. */
+ nfexp_set_attr(exp, ATTR_EXP_FN, "nat-follow-master");
+
+ /* Try to get same port: if not, try to change it. */
+ for (port = ntohs(initial_port); port != 0; port++) {
+ int ret;
+
+ nfct_set_attr_u16(nat_tuple, ATTR_PORT_SRC, htons(port));
+ nfexp_set_attr(exp, ATTR_EXP_NAT_TUPLE, nat_tuple);
+
+ ret = cthelper_add_expect(exp);
+ if (ret == 0)
+ break;
+ else if (ret != -EBUSY) {
+ port = 0;
+ break;
+ }
+ }
+
+ if (port == 0)
+ return NF_DROP;
+
+ buflen = nf_nat_ftp_fmt_cmd(type, buffer, sizeof(buffer),
+ newip.ip, port);
+ if (!buflen)
+ goto out;
+
+ if (!nfq_tcp_mangle_ipv4(pkt, matchoff, matchlen, buffer, buflen))
+ goto out;
+
+ return NF_ACCEPT;
+
+out:
+ cthelper_del_expect(exp);
+ return NF_DROP;
+}
+
+static int
+ftp_helper_cb(struct pkt_buff *pkt, uint32_t protoff,
+ struct myct *myct, uint32_t ctinfo)
+{
+ struct tcphdr *th;
+ unsigned int dataoff;
+ unsigned int matchoff = 0, matchlen = 0; /* makes gcc happy. */
+ unsigned int datalen;
+ unsigned int i;
+ int found = 0, ends_in_nl;
+ uint32_t seq;
+ int ret = NF_ACCEPT;
+ struct myct_man cmd;
+ union nfct_attr_grp_addr addr;
+ union nfct_attr_grp_addr daddr;
+ int dir = CTINFO2DIR(ctinfo);
+ struct ftp_info *ftp_info = myct->priv_data;
+ struct nf_expect *exp = NULL;
+
+ memset(&cmd, 0, sizeof(struct myct_man));
+ memset(&addr, 0, sizeof(union nfct_attr_grp_addr));
+
+ /* Until there's been traffic both ways, don't look in packets. */
+ if (ctinfo != IP_CT_ESTABLISHED &&
+ ctinfo != IP_CT_ESTABLISHED_REPLY) {
+ pr_debug("ftp: Conntrackinfo = %u\n", ctinfo);
+ goto out;
+ }
+
+ th = (struct tcphdr *) (pktb_network_header(pkt) + protoff);
+
+ dataoff = protoff + th->doff * 4;
+ datalen = pktb_len(pkt) - dataoff;
+
+ ends_in_nl = (pktb_network_header(pkt)[pktb_len(pkt) - 1] == '\n');
+ seq = ntohl(th->seq) + datalen;
+
+ /* Look up to see if we're just after a \n. */
+ if (!find_nl_seq(ntohl(th->seq), ftp_info, dir)) {
+ /* Now if this ends in \n, update ftp info. */
+ pr_debug("nf_conntrack_ftp: wrong seq pos %s(%u) or %s(%u)\n",
+ ftp_info->seq_aft_nl_num[dir] > 0 ? "" : "(UNSET)",
+ ftp_info->seq_aft_nl[dir][0],
+ ftp_info->seq_aft_nl_num[dir] > 1 ? "" : "(UNSET)",
+ ftp_info->seq_aft_nl[dir][1]);
+ goto out_update_nl;
+ }
+
+ /* Initialize IP/IPv6 addr to expected address (it's not mentioned
+ in EPSV responses) */
+ cmd.l3num = nfct_get_attr_u16(myct->ct, ATTR_L3PROTO);
+ nfct_get_attr_grp(myct->ct, ATTR_GRP_ORIG_ADDR_SRC, &cmd.u3);
+
+ for (i = 0; i < ARRAY_SIZE(search[dir]); i++) {
+ found = ftp_find_pattern(pkt, dataoff, datalen,
+ search[dir][i].pattern,
+ search[dir][i].plen,
+ search[dir][i].skip,
+ search[dir][i].term,
+ &matchoff, &matchlen,
+ &cmd,
+ search[dir][i].getnum,
+ dir);
+ if (found) break;
+ }
+ if (found == 0) /* No match */
+ goto out_update_nl;
+
+ pr_debug("conntrack_ftp: match `%.*s' (%u bytes at %u)\n",
+ matchlen, pktb_network_header(pkt) + matchoff,
+ matchlen, ntohl(th->seq) + matchoff);
+
+ /* We refer to the reverse direction ("!dir") tuples here,
+ * because we're expecting something in the other direction.
+ * Doesn't matter unless NAT is happening. */
+ cthelper_get_addr_dst(myct->ct, !dir, &daddr);
+
+ cthelper_get_addr_src(myct->ct, dir, &addr);
+
+ /* Update the ftp info */
+ if ((cmd.l3num == nfct_get_attr_u16(myct->ct, ATTR_L3PROTO)) &&
+ memcmp(&cmd.u3, &addr, sizeof(addr)) != 0) {
+ /* Enrico Scholz's passive FTP to partially RNAT'd ftp
+ server: it really wants us to connect to a
+ different IP address. Simply don't record it for
+ NAT. */
+ if (cmd.l3num == PF_INET) {
+ pr_debug("conntrack_ftp: NOT RECORDING: %pI4 != %pI4\n",
+ &cmd.u3.ip, &addr);
+ } else {
+ pr_debug("conntrack_ftp: NOT RECORDING: %pI6 != %pI6\n",
+ cmd.u3.ip6, &addr);
+ }
+ /* Thanks to Cristiano Lincoln Mattos
+ <lincoln@cesar.org.br> for reporting this potential
+ problem (DMZ machines opening holes to internal
+ networks, or the packet filter itself). */
+ if (!loose) {
+ ret = NF_ACCEPT;
+ goto out;
+ }
+ memcpy(&daddr, &cmd.u3, sizeof(cmd.u3));
+ }
+
+ exp = nfexp_new();
+ if (exp == NULL)
+ goto out_update_nl;
+
+ cthelper_get_addr_src(myct->ct, !dir, &addr);
+
+ if (cthelper_expect_init(exp, myct->ct, 0, &addr, &daddr, IPPROTO_TCP,
+ NULL, &cmd.u.port, 0)) {
+ pr_debug("conntrack_ftp: failed to init expectation\n");
+ goto out_update_nl;
+ }
+
+ /* Now, NAT might want to mangle the packet, and register the
+ * (possibly changed) expectation itself. */
+ if (nfct_get_attr_u32(myct->ct, ATTR_STATUS) & IPS_NAT_MASK) {
+ ret = nf_nat_ftp(pkt, dir, ctinfo, search[dir][i].ftptype,
+ matchoff, matchlen, myct->ct, exp);
+ goto out_update_nl;
+ }
+
+ /* Can't expect this? Best to drop packet now. */
+ if (cthelper_add_expect(exp) < 0) {
+ pr_debug("conntrack_ftp: cannot add expectation: %s\n",
+ strerror(errno));
+ ret = NF_DROP;
+ goto out_update_nl;
+ }
+
+out_update_nl:
+ if (exp != NULL)
+ nfexp_destroy(exp);
+
+ /* Now if this ends in \n, update ftp info. Seq may have been
+ * adjusted by NAT code. */
+ if (ends_in_nl)
+ update_nl_seq(seq, ftp_info, dir);
+out:
+ return ret;
+}
+
+static struct ctd_helper ftp_helper = {
+ .name = "ftp",
+ .l4proto = IPPROTO_TCP,
+ .cb = ftp_helper_cb,
+ .priv_data_len = sizeof(struct ftp_info),
+ .policy = {
+ [0] = {
+ .name = "ftp",
+ .expect_max = 1,
+ .expect_timeout = 300,
+ },
+ },
+};
+
+void __attribute__ ((constructor)) ftp_init(void);
+
+void ftp_init(void)
+{
+ helper_register(&ftp_helper);
+}
diff --git a/src/helpers/rpc.c b/src/helpers/rpc.c
new file mode 100644
index 0000000..82493c2
--- /dev/null
+++ b/src/helpers/rpc.c
@@ -0,0 +1,488 @@
+/*
+ * (C) 2012 by Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
+ * (C) 2012 by Pablo Neira Ayuso <pablo@netfilter.org>
+ *
+ * Based on: RPC extension for conntrack.
+ *
+ * This port has been sponsored by Vyatta Inc. <http://www.vyatta.com>
+ *
+ * Original copyright notice:
+ *
+ * (C) 2000 by Marcelo Barbosa Lima <marcelo.lima@dcc.unicamp.br>
+ * (C) 2001 by Rusty Russell <rusty@rustcorp.com.au>
+ * (C) 2002,2003 by Ian (Larry) Latter <Ian.Latter@mq.edu.au>
+ * (C) 2004,2005 by David Stes <stes@pandora.be>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
+ */
+
+#include "conntrackd.h"
+#include "network.h" /* for before and after */
+#include "helper.h"
+#include "myct.h"
+#include "log.h"
+
+#include <errno.h>
+
+#include <rpc/rpc_msg.h>
+#include <rpc/pmap_prot.h>
+#include <netinet/tcp.h>
+#include <netinet/udp.h>
+
+#include <libmnl/libmnl.h>
+#include <libnetfilter_conntrack/libnetfilter_conntrack.h>
+#include <libnetfilter_queue/libnetfilter_queue.h>
+#include <libnetfilter_queue/libnetfilter_queue_tcp.h>
+#include <libnetfilter_queue/pktbuff.h>
+#include <linux/netfilter.h>
+
+/* RFC 1050: RPC: Remote Procedure Call Protocol Specification Version 2 */
+/* RFC 1014: XDR: External Data Representation Standard */
+#define SUPPORTED_RPC_VERSION 2
+
+struct rpc_info {
+ /* XID */
+ uint32_t xid;
+ /* program */
+ uint32_t pm_prog;
+ /* program version */
+ uint32_t pm_vers;
+ /* transport protocol: TCP|UDP */
+ uint32_t pm_prot;
+};
+
+/* So, this packet has hit the connection tracking matching code.
+ Mangle it, and change the expectation to match the new version. */
+static unsigned int
+nf_nat_rpc(struct pkt_buff *pkt, int dir, struct nf_expect *exp,
+ uint8_t proto, uint32_t *port_ptr)
+{
+ const struct nf_conntrack *expected;
+ struct nf_conntrack *nat_tuple;
+ uint16_t initial_port, port;
+
+ expected = nfexp_get_attr(exp, ATTR_EXP_EXPECTED);
+
+ nat_tuple = nfct_new();
+ if (nat_tuple == NULL)
+ return NF_ACCEPT;
+
+ initial_port = nfct_get_attr_u16(expected, ATTR_PORT_DST);
+
+ nfexp_set_attr_u32(exp, ATTR_EXP_NAT_DIR, !dir);
+
+ /* libnetfilter_conntrack needs this */
+ nfct_set_attr_u8(nat_tuple, ATTR_L3PROTO, AF_INET);
+ nfct_set_attr_u32(nat_tuple, ATTR_IPV4_SRC, 0);
+ nfct_set_attr_u32(nat_tuple, ATTR_IPV4_DST, 0);
+ nfct_set_attr_u8(nat_tuple, ATTR_L4PROTO, proto);
+ nfct_set_attr_u16(nat_tuple, ATTR_PORT_DST, 0);
+
+ /* When you see the packet, we need to NAT it the same as the
+ * this one. */
+ nfexp_set_attr(exp, ATTR_EXP_FN, "nat-follow-master");
+
+ /* Try to get same port: if not, try to change it. */
+ for (port = ntohs(initial_port); port != 0; port++) {
+ int ret;
+
+ nfct_set_attr_u16(nat_tuple, ATTR_PORT_SRC, htons(port));
+ nfexp_set_attr(exp, ATTR_EXP_NAT_TUPLE, nat_tuple);
+
+ ret = cthelper_add_expect(exp);
+ if (ret == 0)
+ break;
+ else if (ret != -EBUSY) {
+ port = 0;
+ break;
+ }
+ }
+ nfct_destroy(nat_tuple);
+
+ if (port == 0)
+ return NF_DROP;
+
+ *port_ptr = htonl(port);
+
+ return NF_ACCEPT;
+}
+
+#define OFFSET(o, n) ((o) += n)
+#define ROUNDUP(n) ((((n) + 3)/4)*4)
+
+static int
+rpc_call(const uint32_t *data, uint32_t offset, uint32_t datalen,
+ struct rpc_info *rpc_info)
+{
+ uint32_t p, r;
+
+ /* RPC CALL message body */
+
+ /* call_body {
+ * rpcvers
+ * prog
+ * vers
+ * proc
+ * opaque_auth cred
+ * opaque_auth verf
+ * pmap
+ * }
+ *
+ * opaque_auth {
+ * flavour
+ * opaque[len] <= MAX_AUTH_BYTES
+ * }
+ */
+ if (datalen < OFFSET(offset, 4*4 + 2*2*4)) {
+ pr_debug("RPC CALL: too short packet: %u < %u\n",
+ datalen, offset);
+ return -1;
+ }
+ /* Check rpcversion */
+ p = IXDR_GET_INT32(data);
+ if (p != SUPPORTED_RPC_VERSION) {
+ pr_debug("RPC CALL: wrong rpcvers %u != %u\n",
+ p, SUPPORTED_RPC_VERSION);
+ return -1;
+ }
+ /* Skip non-portmap requests */
+ p = IXDR_GET_INT32(data);
+ if (p != PMAPPROG) {
+ pr_debug("RPC CALL: not portmap %u != %lu\n",
+ p, PMAPPROG);
+ return -1;
+ }
+ /* Check portmap version */
+ p = IXDR_GET_INT32(data);
+ if (p != PMAPVERS) {
+ pr_debug("RPC CALL: wrong portmap version %u != %lu\n",
+ p, PMAPVERS);
+ return -1;
+ }
+ /* Skip non PMAPPROC_GETPORT requests */
+ p = IXDR_GET_INT32(data);
+ if (p != PMAPPROC_GETPORT) {
+ pr_debug("RPC CALL: not PMAPPROC_GETPORT %u != %lu\n",
+ p, PMAPPROC_GETPORT);
+ return -1;
+ }
+ /* Check and skip credentials */
+ r = IXDR_GET_INT32(data);
+ p = IXDR_GET_INT32(data);
+ pr_debug("RPC CALL: cred: %u %u (%u, %u)\n",
+ r, p, datalen, offset);
+ if (p > MAX_AUTH_BYTES) {
+ pr_debug("RPC CALL: invalid sized cred %u > %u\n",
+ p, MAX_AUTH_BYTES);
+ return -1;
+ }
+ r = ROUNDUP(p);
+ if (datalen < OFFSET(offset, r)) {
+ pr_debug("RPC CALL: too short to carry cred: %u < %u, %u\n",
+ datalen, offset, r);
+ return -1;
+ }
+ data += r/4;
+ /* Check and skip verifier */
+ r = IXDR_GET_INT32(data);
+ p = IXDR_GET_INT32(data);
+ pr_debug("RPC CALL: verf: %u %u (%u, %u)\n",
+ r, p, datalen, offset);
+ if (p > MAX_AUTH_BYTES) {
+ pr_debug("RPC CALL: invalid sized verf %u > %u\n",
+ p, MAX_AUTH_BYTES);
+ return -1;
+ }
+ r = ROUNDUP(p);
+ if (datalen < OFFSET(offset, r)) {
+ pr_debug("RPC CALL: too short to carry verf: %u < %u, %u\n",
+ datalen, offset, r);
+ return -1;
+ }
+ data += r/4;
+ /* pmap {
+ * prog
+ * vers
+ * prot
+ * port
+ * }
+ */
+ /* Check CALL size */
+ if (datalen != offset + 4*4) {
+ pr_debug("RPC CALL: invalid size to carry pmap: %u != %u\n",
+ datalen, offset + 4*4);
+ return -1;
+ }
+ rpc_info->pm_prog = IXDR_GET_INT32(data);
+ rpc_info->pm_vers = IXDR_GET_INT32(data);
+ rpc_info->pm_prot = IXDR_GET_INT32(data);
+ /* Check supported protocols */
+ if (!(rpc_info->pm_prot == IPPROTO_TCP
+ || rpc_info->pm_prot == IPPROTO_UDP)) {
+ pr_debug("RPC CALL: unsupported protocol %u",
+ rpc_info->pm_prot);
+ return -1;
+ }
+ p = IXDR_GET_INT32(data);
+ /* Check port: must be zero */
+ if (p != 0) {
+ pr_debug("RPC CALL: port is nonzero %u\n",
+ ntohl(p));
+ return -1;
+ }
+ pr_debug("RPC CALL: processed: xid %u, prog %u, vers %u, prot %u\n",
+ rpc_info->xid, rpc_info->pm_prog,
+ rpc_info->pm_vers, rpc_info->pm_prot);
+
+ return 0;
+}
+
+static int
+rpc_reply(uint32_t *data, uint32_t offset, uint32_t datalen,
+ struct rpc_info *rpc_info, uint32_t **port_ptr)
+{
+ uint16_t port;
+ uint32_t p, r;
+
+ /* RPC REPLY message body */
+
+ /* reply_body {
+ * reply_stat
+ * xdr_union {
+ * accepted_reply
+ * rejected_reply
+ * }
+ * }
+ * accepted_reply {
+ * opaque_auth verf
+ * accept_stat
+ * xdr_union {
+ * port
+ * struct mismatch_info
+ * }
+ * }
+ */
+
+ /* Check size: reply status */
+ if (datalen < OFFSET(offset, 4)) {
+ pr_debug("RPC REPL: too short, missing rp_stat: %u < %u\n",
+ datalen, offset);
+ return -1;
+ }
+ p = IXDR_GET_INT32(data);
+ /* Check accepted request */
+ if (p != MSG_ACCEPTED) {
+ pr_debug("RPC REPL: not accepted %u != %u\n",
+ p, MSG_ACCEPTED);
+ return -1;
+ }
+ /* Check and skip verifier */
+ if (datalen < OFFSET(offset, 2*4)) {
+ pr_debug("RPC REPL: too short, missing verf: %u < %u\n",
+ datalen, offset);
+ return -1;
+ }
+ r = IXDR_GET_INT32(data);
+ p = IXDR_GET_INT32(data);
+ pr_debug("RPC REPL: verf: %u %u (%u, %u)\n",
+ r, p, datalen, offset);
+ if (p > MAX_AUTH_BYTES) {
+ pr_debug("RPC REPL: invalid sized verf %u > %u\n",
+ p, MAX_AUTH_BYTES);
+ return -1;
+ }
+ r = ROUNDUP(p);
+ /* verifier + ac_stat + port */
+ if (datalen != OFFSET(offset, r) + 2*4) {
+ pr_debug("RPC REPL: invalid size to carry verf and "
+ "success: %u != %u\n",
+ datalen, offset + 2*4);
+ return -1;
+ }
+ data += r/4;
+ /* Check success */
+ p = IXDR_GET_INT32(data);
+ if (p != SUCCESS) {
+ pr_debug("RPC REPL: not success %u != %u\n",
+ p, SUCCESS);
+ return -1;
+ }
+ /* Get port */
+ *port_ptr = data;
+ port = IXDR_GET_INT32(data); /* -Wunused-but-set-parameter */
+ if (port == 0) {
+ pr_debug("RPC REPL: port is zero\n");
+ return -1;
+ }
+ pr_debug("RPC REPL: processed: xid %u, prog %u, vers %u, "
+ "prot %u, port %u\n",
+ rpc_info->xid, rpc_info->pm_prog, rpc_info->pm_vers,
+ rpc_info->pm_prot, port);
+ return 0;
+}
+
+static int
+rpc_helper_cb(struct pkt_buff *pkt, uint32_t protoff,
+ struct myct *myct, uint32_t ctinfo)
+{
+ int dir = CTINFO2DIR(ctinfo);
+ unsigned int offset = protoff, datalen;
+ uint32_t *data, *port_ptr = NULL, xid;
+ uint16_t port;
+ uint8_t proto = nfct_get_attr_u8(myct->ct, ATTR_L4PROTO);
+ enum msg_type rm_dir;
+ struct rpc_info *rpc_info = myct->priv_data;
+ union nfct_attr_grp_addr addr, daddr;
+ struct nf_expect *exp = NULL;
+ int ret = NF_ACCEPT;
+
+ /* Until there's been traffic both ways, don't look into TCP packets. */
+ if (proto == IPPROTO_TCP
+ && ctinfo != IP_CT_ESTABLISHED
+ && ctinfo != IP_CT_ESTABLISHED_REPLY) {
+ pr_debug("TCP RPC: Conntrackinfo = %u\n", ctinfo);
+ return ret;
+ }
+ if (proto == IPPROTO_TCP) {
+ struct tcphdr *th =
+ (struct tcphdr *) (pktb_network_header(pkt) + protoff);
+ offset += th->doff * 4;
+ } else {
+ offset += sizeof(struct udphdr);
+ }
+ /* Skip broken headers */
+ if (offset % 4) {
+ pr_debug("RPC: broken header: offset %u%%4 != 0\n", offset);
+ return ret;
+ }
+
+ /* Take into Record Fragment header */
+ if (proto == IPPROTO_TCP)
+ offset += 4;
+
+ datalen = pktb_len(pkt);
+ data = (uint32_t *)(pktb_network_header(pkt) + offset);
+
+ /* rpc_msg {
+ * xid
+ * direction
+ * xdr_union {
+ * call_body
+ * reply_body
+ * }
+ * }
+ */
+
+ /* Check minimal msg size: xid + direction */
+ if (datalen < OFFSET(offset, 2*4)) {
+ pr_debug("RPC: too short packet: %u < %u\n",
+ datalen, offset);
+ return ret;
+ }
+ xid = IXDR_GET_INT32(data);
+ rm_dir = IXDR_GET_INT32(data);
+
+ /* Check direction */
+ if (!((rm_dir == CALL && dir == MYCT_DIR_ORIG)
+ || (rm_dir == REPLY && dir == MYCT_DIR_REPL))) {
+ pr_debug("RPC: rm_dir != dir %u != %u\n", rm_dir, dir);
+ goto out;
+ }
+
+ if (rm_dir == CALL) {
+ if (rpc_call(data, offset, datalen, rpc_info) < 0)
+ goto out;
+
+ rpc_info->xid = xid;
+
+ return ret;
+ } else {
+ /* Check XID */
+ if (xid != rpc_info->xid) {
+ pr_debug("RPC REPL: XID does not match: %u != %u\n",
+ xid, rpc_info->xid);
+ goto out;
+ }
+ if (rpc_reply(data, offset, datalen, rpc_info, &port_ptr) < 0)
+ goto out;
+
+ port = IXDR_GET_INT32(port_ptr);
+ port = htons(port);
+
+ /* We refer to the reverse direction ("!dir") tuples here,
+ * because we're expecting something in the other direction.
+ * Doesn't matter unless NAT is happening. */
+ cthelper_get_addr_dst(myct->ct, !dir, &daddr);
+ cthelper_get_addr_src(myct->ct, !dir, &addr);
+
+ exp = nfexp_new();
+ if (exp == NULL)
+ goto out;
+
+ if (cthelper_expect_init(exp, myct->ct, 0, &addr, &daddr,
+ rpc_info->pm_prot,
+ NULL, &port, NF_CT_EXPECT_PERMANENT)) {
+ pr_debug("RPC: failed to init expectation\n");
+ goto out_exp;
+ }
+
+ /* Now, NAT might want to mangle the packet, and register the
+ * (possibly changed) expectation itself. */
+ if (nfct_get_attr_u32(myct->ct, ATTR_STATUS) & IPS_NAT_MASK) {
+ ret = nf_nat_rpc(pkt, dir, exp, rpc_info->pm_prot,
+ port_ptr);
+ goto out_exp;
+ }
+
+ /* Can't expect this? Best to drop packet now. */
+ if (cthelper_add_expect(exp) < 0) {
+ pr_debug("RPC: cannot add expectation: %s\n",
+ strerror(errno));
+ ret = NF_DROP;
+ }
+ }
+
+out_exp:
+ nfexp_destroy(exp);
+out:
+ rpc_info->xid = 0;
+ return ret;
+}
+
+static struct ctd_helper rpc_helper_tcp = {
+ .name = "rpc",
+ .l4proto = IPPROTO_TCP,
+ .cb = rpc_helper_cb,
+ .priv_data_len = sizeof(struct rpc_info),
+ .policy = {
+ {
+ .name = "rpc",
+ .expect_max = 1,
+ .expect_timeout = 300,
+ },
+ },
+};
+
+static struct ctd_helper rpc_helper_udp = {
+ .name = "rpc",
+ .l4proto = IPPROTO_UDP,
+ .cb = rpc_helper_cb,
+ .priv_data_len = sizeof(struct rpc_info),
+ .policy = {
+ {
+ .name = "rpc",
+ .expect_max = 1,
+ .expect_timeout = 300,
+ },
+ },
+};
+
+void __attribute__ ((constructor)) rpc_init(void);
+
+void rpc_init(void)
+{
+ helper_register(&rpc_helper_tcp);
+ helper_register(&rpc_helper_udp);
+}
diff --git a/src/helpers/tns.c b/src/helpers/tns.c
new file mode 100644
index 0000000..5833fea
--- /dev/null
+++ b/src/helpers/tns.c
@@ -0,0 +1,407 @@
+/*
+ * (C) 2012 by Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
+ * (C) 2012 by Pablo Neira Ayuso <pablo@netfilter.org>
+ *
+ * Sponsored by Vyatta Inc. <http://www.vyatta.com>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
+ */
+
+#include "conntrackd.h"
+#include "network.h" /* for before and after */
+#include "helper.h"
+#include "myct.h"
+#include "log.h"
+
+#include <ctype.h> /* for isdigit */
+#include <errno.h>
+
+#include <netinet/tcp.h>
+
+#include <libmnl/libmnl.h>
+#include <libnetfilter_conntrack/libnetfilter_conntrack.h>
+#include <libnetfilter_queue/libnetfilter_queue.h>
+#include <libnetfilter_queue/libnetfilter_queue_tcp.h>
+#include <libnetfilter_queue/pktbuff.h>
+#include <linux/netfilter.h>
+
+/* TNS SQL*Net Version 2 */
+enum tns_types {
+ TNS_TYPE_CONNECT = 1,
+ TNS_TYPE_ACCEPT = 2,
+ TNS_TYPE_ACK = 3,
+ TNS_TYPE_REFUSE = 4,
+ TNS_TYPE_REDIRECT = 5,
+ TNS_TYPE_DATA = 6,
+ TNS_TYPE_NULL = 7,
+ TNS_TYPE_ABORT = 9,
+ TNS_TYPE_RESEND = 11,
+ TNS_TYPE_MARKER = 12,
+ TNS_TYPE_ATTENTION = 13,
+ TNS_TYPE_CONTROL = 14,
+ TNS_TYPE_MAX = 19,
+};
+
+struct tns_header {
+ uint16_t len;
+ uint16_t csum;
+ uint8_t type;
+ uint8_t reserved;
+ uint16_t header_csum;
+};
+
+struct tns_redirect {
+ uint16_t data_len;
+};
+
+struct tns_info {
+ /* Scan next DATA|REDIRECT packet */
+ bool parse;
+};
+
+static int try_number(const char *data, size_t dlen, uint32_t array[],
+ int array_size, char sep, char term)
+{
+ uint32_t len;
+ int i;
+
+ memset(array, 0, sizeof(array[0])*array_size);
+
+ /* Keep data pointing at next char. */
+ for (i = 0, len = 0; len < dlen && i < array_size; len++, data++) {
+ if (*data >= '0' && *data <= '9') {
+ array[i] = array[i]*10 + *data - '0';
+ }
+ else if (*data == sep)
+ i++;
+ else {
+ /* Skip spaces. */
+ if (*data == ' ')
+ continue;
+ /* Unexpected character; true if it's the
+ terminator and we're finished. */
+ if (*data == term && i == array_size - 1)
+ return len;
+ pr_debug("Char %u (got %u nums) `%c' unexpected\n",
+ len, i, *data);
+ return 0;
+ }
+ }
+ pr_debug("Failed to fill %u numbers separated by %c\n",
+ array_size, sep);
+ return 0;
+}
+
+/* Grab port: number up to delimiter */
+static int get_port(const char *data, size_t dlen, char delim,
+ struct myct_man *cmd)
+{
+ uint16_t tmp_port = 0;
+ uint32_t i;
+
+ for (i = 0; i < dlen; i++) {
+ /* Finished? */
+ if (data[i] == delim) {
+ if (tmp_port == 0)
+ break;
+ cmd->u.port = htons(tmp_port);
+ pr_debug("get_port: return %d\n", tmp_port);
+ return i + 1;
+ }
+ else if (data[i] >= '0' && data[i] <= '9')
+ tmp_port = tmp_port*10 + data[i] - '0';
+ else if (data[i] == ' ') /* Skip spaces */
+ continue;
+ else { /* Some other crap */
+ pr_debug("get_port: invalid char `%c'\n", data[i]);
+ break;
+ }
+ }
+ return 0;
+}
+
+/* (ADDRESS=(PROTOCOL=tcp)(DEV=x)(HOST=a.b.c.d)(PORT=a)) */
+/* FIXME: handle hostnames */
+
+/* Returns 0, or length of port number */
+static unsigned int
+find_pattern(struct pkt_buff *pkt, unsigned int dataoff, size_t dlen,
+ struct myct_man *cmd, unsigned int *numoff)
+{
+ const char *data = (const char *)pktb_network_header(pkt) + dataoff
+ + sizeof(struct tns_header);
+ int length, offset, ret;
+ uint32_t array[4];
+ const char *p, *start;
+
+ p = strstr(data, "(");
+ if (!p)
+ return 0;
+
+ p = strstr(p+1, "HOST=");
+ if (!p) {
+ pr_debug("HOST= not found\n");
+ return 0;
+ }
+
+ start = p + strlen("HOST=");
+ offset = (int)(p - data) + strlen("HOST=");
+ *numoff = offset + sizeof(struct tns_header);
+ data += offset;
+
+ length = try_number(data, dlen - offset, array, 4, '.', ')');
+ if (length == 0)
+ return 0;
+
+ cmd->u3.ip = htonl((array[0] << 24) | (array[1] << 16) |
+ (array[2] << 8) | array[3]);
+
+ p = strstr(data+length, "(");
+ if (!p)
+ return 0;
+
+ p = strstr(p, "PORT=");
+ if (!p) {
+ pr_debug("PORT= not found\n");
+ return 0;
+ }
+
+ p += strlen("PORT=");
+ ret = get_port(p, dlen - offset - length, ')', cmd);
+ if (ret == 0)
+ return 0;
+
+ p += ret;
+ return (int)(p - start);
+}
+
+static inline uint16_t
+nton(uint16_t len, unsigned int matchoff, unsigned int matchlen)
+{
+ uint32_t l = (uint32_t)ntohs(len) + matchoff - matchlen;
+
+ return htons(l);
+}
+
+/* So, this packet has hit the connection tracking matching code.
+ Mangle it, and change the expectation to match the new version. */
+static unsigned int
+nf_nat_tns(struct pkt_buff *pkt, struct tns_header *tns, struct nf_expect *exp,
+ struct nf_conntrack *ct, int dir,
+ unsigned int matchoff, unsigned int matchlen)
+{
+ union nfct_attr_grp_addr newip;
+ char buffer[sizeof("255.255.255.255)(PORT=65535)")];
+ unsigned int buflen;
+ const struct nf_conntrack *expected;
+ struct nf_conntrack *nat_tuple;
+ uint16_t initial_port, port;
+
+ /* Connection will come from wherever this packet goes, hence !dir */
+ cthelper_get_addr_dst(ct, !dir, &newip);
+
+ expected = nfexp_get_attr(exp, ATTR_EXP_EXPECTED);
+
+ nat_tuple = nfct_new();
+ if (nat_tuple == NULL)
+ return NF_ACCEPT;
+
+ initial_port = nfct_get_attr_u16(expected, ATTR_PORT_DST);
+
+ nfexp_set_attr_u32(exp, ATTR_EXP_NAT_DIR, !dir);
+
+ /* libnetfilter_conntrack needs this */
+ nfct_set_attr_u8(nat_tuple, ATTR_L3PROTO, AF_INET);
+ nfct_set_attr_u32(nat_tuple, ATTR_IPV4_SRC, 0);
+ nfct_set_attr_u32(nat_tuple, ATTR_IPV4_DST, 0);
+ nfct_set_attr_u8(nat_tuple, ATTR_L4PROTO, IPPROTO_TCP);
+ nfct_set_attr_u16(nat_tuple, ATTR_PORT_DST, 0);
+
+ /* When you see the packet, we need to NAT it the same as the
+ * this one. */
+ nfexp_set_attr(exp, ATTR_EXP_FN, "nat-follow-master");
+
+ /* Try to get same port: if not, try to change it. */
+ for (port = ntohs(initial_port); port != 0; port++) {
+ int ret;
+
+ nfct_set_attr_u16(nat_tuple, ATTR_PORT_SRC, htons(port));
+ nfexp_set_attr(exp, ATTR_EXP_NAT_TUPLE, nat_tuple);
+
+ ret = cthelper_add_expect(exp);
+ if (ret == 0)
+ break;
+ else if (ret != -EBUSY) {
+ port = 0;
+ break;
+ }
+ }
+ nfct_destroy(nat_tuple);
+
+ if (port == 0)
+ return NF_DROP;
+
+ buflen = snprintf(buffer, sizeof(buffer),
+ "%u.%u.%u.%u)(PORT=%u)",
+ ((unsigned char *)&newip.ip)[0],
+ ((unsigned char *)&newip.ip)[1],
+ ((unsigned char *)&newip.ip)[2],
+ ((unsigned char *)&newip.ip)[3], port);
+ if (!buflen)
+ goto out;
+
+ if (!nfq_tcp_mangle_ipv4(pkt, matchoff, matchlen, buffer, buflen))
+ goto out;
+
+ if (buflen != matchlen) {
+ /* FIXME: recalculate checksum */
+ tns->csum = 0;
+ tns->header_csum = 0;
+
+ tns->len = nton(tns->len, matchlen, buflen);
+ if (tns->type == TNS_TYPE_REDIRECT) {
+ struct tns_redirect *r;
+
+ r = (struct tns_redirect *)((char *)tns + sizeof(struct tns_header));
+
+ r->data_len = nton(r->data_len, matchlen, buflen);
+ }
+ }
+
+ return NF_ACCEPT;
+
+out:
+ cthelper_del_expect(exp);
+ return NF_DROP;
+}
+
+static int
+tns_helper_cb(struct pkt_buff *pkt, uint32_t protoff,
+ struct myct *myct, uint32_t ctinfo)
+{
+ struct tcphdr *th;
+ struct tns_header *tns;
+ int dir = CTINFO2DIR(ctinfo);
+ unsigned int dataoff, datalen, numoff = 0, numlen;
+ struct tns_info *tns_info = myct->priv_data;
+ union nfct_attr_grp_addr addr;
+ struct nf_expect *exp = NULL;
+ struct myct_man cmd;
+ int ret = NF_ACCEPT;
+
+ memset(&cmd, 0, sizeof(struct myct_man));
+ memset(&addr, 0, sizeof(union nfct_attr_grp_addr));
+
+ /* Until there's been traffic both ways, don't look into TCP packets. */
+ if (ctinfo != IP_CT_ESTABLISHED
+ && ctinfo != IP_CT_ESTABLISHED_REPLY) {
+ pr_debug("TNS: Conntrackinfo = %u\n", ctinfo);
+ goto out;
+ }
+ /* Parse server direction only */
+ if (dir != MYCT_DIR_REPL) {
+ pr_debug("TNS: skip client direction\n");
+ goto out;
+ }
+
+ th = (struct tcphdr *) (pktb_network_header(pkt) + protoff);
+
+ dataoff = protoff + th->doff * 4;
+ datalen = pktb_len(pkt);
+
+ if (datalen < sizeof(struct tns_header)) {
+ pr_debug("TNS: skip packet with short header\n");
+ goto out;
+ }
+
+ tns = (struct tns_header *)(pktb_network_header(pkt) + dataoff);
+
+ if (tns->type == TNS_TYPE_REDIRECT) {
+ struct tns_redirect *redirect;
+
+ dataoff += sizeof(struct tns_header);
+ datalen -= sizeof(struct tns_header);
+ redirect = (struct tns_redirect *)(pktb_network_header(pkt) + dataoff);
+ tns_info->parse = false;
+
+ if (ntohs(redirect->data_len) == 0) {
+ tns_info->parse = true;
+ goto out;
+ }
+ goto parse;
+ }
+
+ /* Parse only the very next DATA packet */
+ if (!(tns_info->parse && tns->type == TNS_TYPE_DATA)) {
+ tns_info->parse = false;
+ goto out;
+ }
+parse:
+ numlen = find_pattern(pkt, dataoff, datalen, &cmd, &numoff);
+ tns_info->parse = false;
+ if (!numlen)
+ goto out;
+
+ /* We refer to the reverse direction ("!dir") tuples here,
+ * because we're expecting something in the other direction.
+ * Doesn't matter unless NAT is happening. */
+ cthelper_get_addr_src(myct->ct, !dir, &addr);
+
+ exp = nfexp_new();
+ if (exp == NULL)
+ goto out;
+
+ if (cthelper_expect_init(exp, myct->ct, 0,
+ &addr, &cmd.u3,
+ IPPROTO_TCP,
+ NULL, &cmd.u.port, 0)) {
+ pr_debug("TNS: failed to init expectation\n");
+ goto out_exp;
+ }
+
+ /* Now, NAT might want to mangle the packet, and register the
+ * (possibly changed) expectation itself.
+ */
+ if (nfct_get_attr_u32(myct->ct, ATTR_STATUS) & IPS_NAT_MASK) {
+ ret = nf_nat_tns(pkt, tns, exp, myct->ct, dir,
+ numoff + sizeof(struct tns_header), numlen);
+ goto out_exp;
+ }
+
+ /* Can't expect this? Best to drop packet now. */
+ if (cthelper_add_expect(exp) < 0) {
+ pr_debug("TNS: cannot add expectation: %s\n",
+ strerror(errno));
+ ret = NF_DROP;
+ goto out_exp;
+ }
+ goto out;
+
+out_exp:
+ nfexp_destroy(exp);
+out:
+ return ret;
+}
+
+static struct ctd_helper tns_helper = {
+ .name = "tns",
+ .l4proto = IPPROTO_TCP,
+ .cb = tns_helper_cb,
+ .priv_data_len = sizeof(struct tns_info),
+ .policy = {
+ [0] = {
+ .name = "tns",
+ .expect_max = 1,
+ .expect_timeout = 300,
+ },
+ },
+};
+
+void __attribute__ ((constructor)) tns_init(void);
+
+void tns_init(void)
+{
+ helper_register(&tns_helper);
+}
diff --git a/src/internal_bypass.c b/src/internal_bypass.c
index 5c83c21..1194339 100644
--- a/src/internal_bypass.c
+++ b/src/internal_bypass.c
@@ -67,7 +67,7 @@ static void internal_bypass_ct_dump(int fd, int type)
static void internal_bypass_ct_flush(void)
{
- nl_flush_conntrack_table(STATE(flush));
+ nl_flush_conntrack_table_selective();
}
struct {
diff --git a/src/main.c b/src/main.c
index f7803fd..831a3c2 100644
--- a/src/main.c
+++ b/src/main.c
@@ -19,6 +19,7 @@
#include "conntrackd.h"
#include "log.h"
+#include "helper.h"
#include <sys/types.h>
#include <sys/stat.h>
@@ -31,7 +32,7 @@
#include <limits.h>
struct ct_general_state st;
-union ct_state state;
+struct ct_state state;
static const char usage_daemon_commands[] =
"Daemon mode commands:\n"
@@ -406,6 +407,6 @@ int main(int argc, char *argv[])
/*
* run main process
*/
- run();
+ select_main_loop();
return 0;
}
diff --git a/src/multichannel.c b/src/multichannel.c
index de69d5c..952b567 100644
--- a/src/multichannel.c
+++ b/src/multichannel.c
@@ -109,8 +109,9 @@ void multichannel_set_current_channel(struct multichannel *m, int i)
m->current = m->channel[i];
}
-void multichannel_change_current_channel(struct multichannel *m, int i)
+void
+multichannel_change_current_channel(struct multichannel *m, struct channel *c)
{
- if (m->current != m->channel[i])
- m->current = m->channel[i];
+ if (m->current != c)
+ m->current = c;
}
diff --git a/src/netlink.c b/src/netlink.c
index fe979e3..bd38d99 100644
--- a/src/netlink.c
+++ b/src/netlink.c
@@ -151,9 +151,42 @@ int nl_dump_conntrack_table(struct nfct_handle *h)
return nfct_query(h, NFCT_Q_DUMP, &CONFIG(family));
}
-int nl_flush_conntrack_table(struct nfct_handle *h)
+static int
+nl_flush_selective_cb(enum nf_conntrack_msg_type type,
+ struct nf_conntrack *ct, void *data)
{
- return nfct_query(h, NFCT_Q_FLUSH, &CONFIG(family));
+ /* don't delete this conntrack, it's in the ignore filter */
+ if (ct_filter_conntrack(ct, 1))
+ return NFCT_CB_CONTINUE;
+
+ switch(type) {
+ case NFCT_T_UPDATE:
+ nl_destroy_conntrack(STATE(flush), ct);
+ break;
+ default:
+ STATE(stats).nl_dump_unknown_type++;
+ break;
+ }
+ return NFCT_CB_CONTINUE;
+}
+
+int nl_flush_conntrack_table_selective(void)
+{
+ struct nfct_handle *h;
+ int ret;
+
+ h = nfct_open(CONNTRACK, 0);
+ if (h == NULL) {
+ dlog(LOG_ERR, "cannot open handle");
+ return -1;
+ }
+ nfct_callback_register(h, NFCT_T_ALL, nl_flush_selective_cb, NULL);
+
+ ret = nfct_query(h, NFCT_Q_DUMP, &CONFIG(family));
+
+ nfct_close(h);
+
+ return ret;
}
int nl_send_resync(struct nfct_handle *h)
diff --git a/src/nfct-extensions/helper.c b/src/nfct-extensions/helper.c
new file mode 100644
index 0000000..f91fc41
--- /dev/null
+++ b/src/nfct-extensions/helper.c
@@ -0,0 +1,615 @@
+/*
+ * (C) 2012 by Pablo Neira Ayuso <pablo@netfilter.org>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published
+ * by the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This code has been sponsored by Vyatta Inc. <http://www.vyatta.com>
+ */
+
+#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
+#include <sys/types.h>
+#include <dirent.h>
+#include <sys/stat.h>
+#include <fcntl.h>
+#include <unistd.h>
+#include <time.h>
+#include <netinet/in.h>
+#include <errno.h>
+#include <dlfcn.h>
+
+#include <libmnl/libmnl.h>
+#include <linux/netfilter/nfnetlink_cthelper.h>
+#include <libnetfilter_cthelper/libnetfilter_cthelper.h>
+
+#include "nfct.h"
+#include "helper.h"
+
+static void
+nfct_cmd_helper_usage(char *argv[])
+{
+ fprintf(stderr, "nfct v%s: Missing command\n"
+ "%s helper list|add|delete|get|flush "
+ "[parameters...]\n", VERSION, argv[0]);
+}
+
+int
+nfct_cmd_helper_parse_params(int argc, char *argv[])
+{
+ int cmd = NFCT_CMD_NONE, ret = 0;
+
+ if (argc < 3) {
+ fprintf(stderr, "nfct v%s: Missing command\n"
+ "%s helper list|add|delete|get|flush "
+ "[parameters...]\n", VERSION, argv[0]);
+ exit(EXIT_FAILURE);
+ }
+ if (strncmp(argv[2], "list", strlen(argv[2])) == 0)
+ cmd = NFCT_CMD_LIST;
+ else if (strncmp(argv[2], "add", strlen(argv[2])) == 0)
+ cmd = NFCT_CMD_ADD;
+ else if (strncmp(argv[2], "delete", strlen(argv[2])) == 0)
+ cmd = NFCT_CMD_DELETE;
+ else if (strncmp(argv[2], "get", strlen(argv[2])) == 0)
+ cmd = NFCT_CMD_GET;
+ else if (strncmp(argv[2], "flush", strlen(argv[2])) == 0)
+ cmd = NFCT_CMD_FLUSH;
+ else if (strncmp(argv[2], "disable", strlen(argv[2])) == 0)
+ cmd = NFCT_CMD_DISABLE;
+ else {
+ fprintf(stderr, "nfct v%s: Unknown command: %s\n",
+ VERSION, argv[2]);
+ nfct_cmd_helper_usage(argv);
+ exit(EXIT_FAILURE);
+ }
+ switch(cmd) {
+ case NFCT_CMD_LIST:
+ ret = nfct_cmd_helper_list(argc, argv);
+ break;
+ case NFCT_CMD_ADD:
+ ret = nfct_cmd_helper_add(argc, argv);
+ break;
+ case NFCT_CMD_DELETE:
+ ret = nfct_cmd_helper_delete(argc, argv);
+ break;
+ case NFCT_CMD_GET:
+ ret = nfct_cmd_helper_get(argc, argv);
+ break;
+ case NFCT_CMD_FLUSH:
+ ret = nfct_cmd_helper_flush(argc, argv);
+ break;
+ case NFCT_CMD_DISABLE:
+ ret = nfct_cmd_helper_disable(argc, argv);
+ break;
+ }
+
+ return ret;
+}
+
+static int nfct_helper_cb(const struct nlmsghdr *nlh, void *data)
+{
+ struct nfct_helper *t;
+ char buf[4096];
+
+ t = nfct_helper_alloc();
+ if (t == NULL) {
+ nfct_perror("OOM");
+ goto err;
+ }
+
+ if (nfct_helper_nlmsg_parse_payload(nlh, t) < 0) {
+ nfct_perror("nfct_helper_nlmsg_parse_payload");
+ goto err_free;
+ }
+
+ nfct_helper_snprintf(buf, sizeof(buf), t, 0, 0);
+ printf("%s\n", buf);
+
+err_free:
+ nfct_helper_free(t);
+err:
+ return MNL_CB_OK;
+}
+
+int nfct_cmd_helper_list(int argc, char *argv[])
+{
+ struct mnl_socket *nl;
+ char buf[MNL_SOCKET_BUFFER_SIZE];
+ struct nlmsghdr *nlh;
+ unsigned int seq, portid;
+ int ret;
+
+ if (argc > 3) {
+ nfct_perror("too many arguments");
+ return -1;
+ }
+
+ seq = time(NULL);
+ nlh = nfct_helper_nlmsg_build_hdr(buf, NFNL_MSG_CTHELPER_GET,
+ NLM_F_DUMP, seq);
+
+ nl = mnl_socket_open(NETLINK_NETFILTER);
+ if (nl == NULL) {
+ nfct_perror("mnl_socket_open");
+ return -1;
+ }
+
+ if (mnl_socket_bind(nl, 0, MNL_SOCKET_AUTOPID) < 0) {
+ nfct_perror("mnl_socket_bind");
+ return -1;
+ }
+ portid = mnl_socket_get_portid(nl);
+
+ if (mnl_socket_sendto(nl, nlh, nlh->nlmsg_len) < 0) {
+ nfct_perror("mnl_socket_send");
+ return -1;
+ }
+
+ ret = mnl_socket_recvfrom(nl, buf, sizeof(buf));
+ while (ret > 0) {
+ ret = mnl_cb_run(buf, ret, seq, portid, nfct_helper_cb, NULL);
+ if (ret <= 0)
+ break;
+ ret = mnl_socket_recvfrom(nl, buf, sizeof(buf));
+ }
+ if (ret == -1) {
+ nfct_perror("error");
+ return -1;
+ }
+ mnl_socket_close(nl);
+
+ return 0;
+}
+
+int nfct_cmd_helper_add(int argc, char *argv[])
+{
+ struct mnl_socket *nl;
+ char buf[MNL_SOCKET_BUFFER_SIZE];
+ struct nlmsghdr *nlh;
+ uint32_t portid, seq;
+ struct nfct_helper *t;
+ uint16_t l3proto;
+ uint8_t l4proto;
+ struct ctd_helper *helper;
+ int ret, j;
+
+ if (argc < 6) {
+ nfct_perror("missing parameters\n"
+ "syntax: nfct helper add name "
+ "family protocol");
+ return -1;
+ }
+
+ if (strcmp(argv[4], "inet") == 0)
+ l3proto = AF_INET;
+ else if (strcmp(argv[4], "inet6") == 0)
+ l3proto = AF_INET6;
+ else {
+ nfct_perror("unknown layer 3 protocol");
+ return -1;
+ }
+
+ if (strcmp(argv[5], "tcp") == 0)
+ l4proto = IPPROTO_TCP;
+ else if (strcmp(argv[5], "udp") == 0)
+ l4proto = IPPROTO_UDP;
+ else {
+ nfct_perror("unsupported layer 4 protocol");
+ return -1;
+ }
+
+ helper = helper_find(CONNTRACKD_LIB_DIR, argv[3], l4proto, RTLD_LAZY);
+ if (helper == NULL) {
+ nfct_perror("that helper is not supported");
+ return -1;
+ }
+
+ t = nfct_helper_alloc();
+ if (t == NULL) {
+ nfct_perror("OOM");
+ return -1;
+ }
+ nfct_helper_attr_set(t, NFCTH_ATTR_NAME, argv[3]);
+ nfct_helper_attr_set_u16(t, NFCTH_ATTR_PROTO_L3NUM, l3proto);
+ nfct_helper_attr_set_u8(t, NFCTH_ATTR_PROTO_L4NUM, l4proto);
+ nfct_helper_attr_set_u32(t, NFCTH_ATTR_PRIV_DATA_LEN,
+ helper->priv_data_len);
+
+ for (j=0; j<CTD_HELPER_POLICY_MAX; j++) {
+ struct nfct_helper_policy *p;
+
+ if (!helper->policy[j].name[0])
+ break;
+
+ p = nfct_helper_policy_alloc();
+ if (p == NULL) {
+ nfct_perror("OOM");
+ return -1;
+ }
+
+ nfct_helper_policy_attr_set(p, NFCTH_ATTR_POLICY_NAME,
+ helper->policy[j].name);
+ nfct_helper_policy_attr_set_u32(p, NFCTH_ATTR_POLICY_TIMEOUT,
+ helper->policy[j].expect_timeout);
+ nfct_helper_policy_attr_set_u32(p, NFCTH_ATTR_POLICY_MAX,
+ helper->policy[j].expect_max);
+
+ nfct_helper_attr_set(t, NFCTH_ATTR_POLICY+j, p);
+ }
+
+ seq = time(NULL);
+ nlh = nfct_helper_nlmsg_build_hdr(buf, NFNL_MSG_CTHELPER_NEW,
+ NLM_F_CREATE | NLM_F_ACK, seq);
+ nfct_helper_nlmsg_build_payload(nlh, t);
+
+ nfct_helper_free(t);
+
+ nl = mnl_socket_open(NETLINK_NETFILTER);
+ if (nl == NULL) {
+ nfct_perror("mnl_socket_open");
+ return -1;
+ }
+
+ if (mnl_socket_bind(nl, 0, MNL_SOCKET_AUTOPID) < 0) {
+ nfct_perror("mnl_socket_bind");
+ return -1;
+ }
+ portid = mnl_socket_get_portid(nl);
+
+ if (mnl_socket_sendto(nl, nlh, nlh->nlmsg_len) < 0) {
+ nfct_perror("mnl_socket_send");
+ return -1;
+ }
+
+ ret = mnl_socket_recvfrom(nl, buf, sizeof(buf));
+ while (ret > 0) {
+ ret = mnl_cb_run(buf, ret, seq, portid, NULL, NULL);
+ if (ret <= 0)
+ break;
+ ret = mnl_socket_recvfrom(nl, buf, sizeof(buf));
+ }
+ if (ret == -1) {
+ nfct_perror("error");
+ return -1;
+ }
+ mnl_socket_close(nl);
+
+ return 0;
+}
+
+int nfct_cmd_helper_delete(int argc, char *argv[])
+{
+ struct mnl_socket *nl;
+ char buf[MNL_SOCKET_BUFFER_SIZE];
+ struct nlmsghdr *nlh;
+ uint32_t portid, seq;
+ struct nfct_helper *t;
+ int ret;
+
+ if (argc < 4) {
+ nfct_perror("missing helper policy name");
+ return -1;
+ } else if (argc > 6) {
+ nfct_perror("too many arguments");
+ return -1;
+ }
+
+ t = nfct_helper_alloc();
+ if (t == NULL) {
+ nfct_perror("OOM");
+ return -1;
+ }
+
+ nfct_helper_attr_set(t, NFCTH_ATTR_NAME, argv[3]);
+
+ if (argc >= 5) {
+ uint16_t l3proto;
+
+ if (strcmp(argv[4], "inet") == 0)
+ l3proto = AF_INET;
+ else if (strcmp(argv[4], "inet6") == 0)
+ l3proto = AF_INET6;
+ else {
+ nfct_perror("unknown layer 3 protocol");
+ return -1;
+ }
+ nfct_helper_attr_set_u16(t, NFCTH_ATTR_PROTO_L3NUM, l3proto);
+ }
+
+ if (argc == 6) {
+ uint8_t l4proto;
+
+ if (strcmp(argv[5], "tcp") == 0)
+ l4proto = IPPROTO_TCP;
+ else if (strcmp(argv[5], "udp") == 0)
+ l4proto = IPPROTO_UDP;
+ else {
+ nfct_perror("unsupported layer 4 protocol");
+ return -1;
+ }
+ nfct_helper_attr_set_u32(t, NFCTH_ATTR_PROTO_L4NUM, l4proto);
+ }
+
+ seq = time(NULL);
+ nlh = nfct_helper_nlmsg_build_hdr(buf, NFNL_MSG_CTHELPER_DEL,
+ NLM_F_ACK, seq);
+ nfct_helper_nlmsg_build_payload(nlh, t);
+
+ nfct_helper_free(t);
+
+ nl = mnl_socket_open(NETLINK_NETFILTER);
+ if (nl == NULL) {
+ nfct_perror("mnl_socket_open");
+ return -1;
+ }
+
+ if (mnl_socket_bind(nl, 0, MNL_SOCKET_AUTOPID) < 0) {
+ nfct_perror("mnl_socket_bind");
+ return -1;
+ }
+ portid = mnl_socket_get_portid(nl);
+
+ if (mnl_socket_sendto(nl, nlh, nlh->nlmsg_len) < 0) {
+ nfct_perror("mnl_socket_send");
+ return -1;
+ }
+
+ ret = mnl_socket_recvfrom(nl, buf, sizeof(buf));
+ while (ret > 0) {
+ ret = mnl_cb_run(buf, ret, seq, portid, NULL, NULL);
+ if (ret <= 0)
+ break;
+ ret = mnl_socket_recvfrom(nl, buf, sizeof(buf));
+ }
+ if (ret == -1) {
+ nfct_perror("error");
+ return -1;
+ }
+
+ mnl_socket_close(nl);
+
+ return 0;
+}
+
+int nfct_cmd_helper_get(int argc, char *argv[])
+{
+ struct mnl_socket *nl;
+ char buf[MNL_SOCKET_BUFFER_SIZE];
+ struct nlmsghdr *nlh;
+ uint32_t portid, seq;
+ struct nfct_helper *t;
+ int ret;
+
+ if (argc < 4) {
+ nfct_perror("missing helper policy name");
+ return -1;
+ } else if (argc > 6) {
+ nfct_perror("too many arguments");
+ return -1;
+ }
+
+ t = nfct_helper_alloc();
+ if (t == NULL) {
+ nfct_perror("OOM");
+ return -1;
+ }
+ nfct_helper_attr_set(t, NFCTH_ATTR_NAME, argv[3]);
+
+ if (argc >= 5) {
+ uint16_t l3proto;
+
+ if (strcmp(argv[4], "inet") == 0)
+ l3proto = AF_INET;
+ else if (strcmp(argv[4], "inet6") == 0)
+ l3proto = AF_INET6;
+ else {
+ nfct_perror("unknown layer 3 protocol");
+ return -1;
+ }
+ nfct_helper_attr_set_u16(t, NFCTH_ATTR_PROTO_L3NUM, l3proto);
+ }
+
+ if (argc == 6) {
+ uint8_t l4proto;
+
+ if (strcmp(argv[5], "tcp") == 0)
+ l4proto = IPPROTO_TCP;
+ else if (strcmp(argv[5], "udp") == 0)
+ l4proto = IPPROTO_UDP;
+ else {
+ nfct_perror("unsupported layer 4 protocol");
+ return -1;
+ }
+ nfct_helper_attr_set_u32(t, NFCTH_ATTR_PROTO_L4NUM, l4proto);
+ }
+
+ seq = time(NULL);
+ nlh = nfct_helper_nlmsg_build_hdr(buf, NFNL_MSG_CTHELPER_GET,
+ NLM_F_ACK, seq);
+
+ nfct_helper_nlmsg_build_payload(nlh, t);
+
+ nfct_helper_free(t);
+
+ nl = mnl_socket_open(NETLINK_NETFILTER);
+ if (nl == NULL) {
+ nfct_perror("mnl_socket_open");
+ return -1;
+ }
+
+ if (mnl_socket_bind(nl, 0, MNL_SOCKET_AUTOPID) < 0) {
+ nfct_perror("mnl_socket_bind");
+ return -1;
+ }
+ portid = mnl_socket_get_portid(nl);
+
+ if (mnl_socket_sendto(nl, nlh, nlh->nlmsg_len) < 0) {
+ nfct_perror("mnl_socket_send");
+ return -1;
+ }
+
+ ret = mnl_socket_recvfrom(nl, buf, sizeof(buf));
+ while (ret > 0) {
+ ret = mnl_cb_run(buf, ret, seq, portid, nfct_helper_cb, NULL);
+ if (ret <= 0)
+ break;
+ ret = mnl_socket_recvfrom(nl, buf, sizeof(buf));
+ }
+ if (ret == -1) {
+ nfct_perror("error");
+ return -1;
+ }
+ mnl_socket_close(nl);
+
+ return 0;
+}
+
+int nfct_cmd_helper_flush(int argc, char *argv[])
+{
+ struct mnl_socket *nl;
+ char buf[MNL_SOCKET_BUFFER_SIZE];
+ struct nlmsghdr *nlh;
+ uint32_t portid, seq;
+ int ret;
+
+ if (argc > 3) {
+ nfct_perror("too many arguments");
+ return -1;
+ }
+
+ seq = time(NULL);
+ nlh = nfct_helper_nlmsg_build_hdr(buf, NFNL_MSG_CTHELPER_DEL,
+ NLM_F_ACK, seq);
+
+ nl = mnl_socket_open(NETLINK_NETFILTER);
+ if (nl == NULL) {
+ nfct_perror("mnl_socket_open");
+ return -1;
+ }
+
+ if (mnl_socket_bind(nl, 0, MNL_SOCKET_AUTOPID) < 0) {
+ nfct_perror("mnl_socket_bind");
+ return -1;
+ }
+ portid = mnl_socket_get_portid(nl);
+
+ if (mnl_socket_sendto(nl, nlh, nlh->nlmsg_len) < 0) {
+ nfct_perror("mnl_socket_send");
+ return -1;
+ }
+
+ ret = mnl_socket_recvfrom(nl, buf, sizeof(buf));
+ while (ret > 0) {
+ ret = mnl_cb_run(buf, ret, seq, portid, NULL, NULL);
+ if (ret <= 0)
+ break;
+ ret = mnl_socket_recvfrom(nl, buf, sizeof(buf));
+ }
+ if (ret == -1) {
+ nfct_perror("error");
+ return -1;
+ }
+
+ mnl_socket_close(nl);
+
+ return 0;
+}
+
+int nfct_cmd_helper_disable(int argc, char *argv[])
+{
+ struct mnl_socket *nl;
+ char buf[MNL_SOCKET_BUFFER_SIZE];
+ struct nlmsghdr *nlh;
+ uint32_t portid, seq;
+ struct nfct_helper *t;
+ uint16_t l3proto;
+ uint8_t l4proto;
+ struct ctd_helper *helper;
+ int ret;
+
+ if (argc < 6) {
+ nfct_perror("missing parameters\n"
+ "syntax: nfct helper add name "
+ "family protocol");
+ return -1;
+ }
+
+ if (strcmp(argv[4], "inet") == 0)
+ l3proto = AF_INET;
+ else if (strcmp(argv[4], "inet6") == 0)
+ l3proto = AF_INET6;
+ else {
+ nfct_perror("unknown layer 3 protocol");
+ return -1;
+ }
+
+ if (strcmp(argv[5], "tcp") == 0)
+ l4proto = IPPROTO_TCP;
+ else if (strcmp(argv[5], "udp") == 0)
+ l4proto = IPPROTO_UDP;
+ else {
+ nfct_perror("unsupported layer 4 protocol");
+ return -1;
+ }
+
+ helper = helper_find(CONNTRACKD_LIB_DIR, argv[3], l4proto, RTLD_LAZY);
+ if (helper == NULL) {
+ nfct_perror("that helper is not supported");
+ return -1;
+ }
+
+ t = nfct_helper_alloc();
+ if (t == NULL) {
+ nfct_perror("OOM");
+ return -1;
+ }
+ nfct_helper_attr_set(t, NFCTH_ATTR_NAME, argv[3]);
+ nfct_helper_attr_set_u16(t, NFCTH_ATTR_PROTO_L3NUM, l3proto);
+ nfct_helper_attr_set_u8(t, NFCTH_ATTR_PROTO_L4NUM, l4proto);
+ nfct_helper_attr_set_u32(t, NFCTH_ATTR_STATUS,
+ NFCT_HELPER_STATUS_DISABLED);
+
+ seq = time(NULL);
+ nlh = nfct_helper_nlmsg_build_hdr(buf, NFNL_MSG_CTHELPER_NEW,
+ NLM_F_CREATE | NLM_F_ACK, seq);
+ nfct_helper_nlmsg_build_payload(nlh, t);
+
+ nfct_helper_free(t);
+
+ nl = mnl_socket_open(NETLINK_NETFILTER);
+ if (nl == NULL) {
+ nfct_perror("mnl_socket_open");
+ return -1;
+ }
+
+ if (mnl_socket_bind(nl, 0, MNL_SOCKET_AUTOPID) < 0) {
+ nfct_perror("mnl_socket_bind");
+ return -1;
+ }
+ portid = mnl_socket_get_portid(nl);
+
+ if (mnl_socket_sendto(nl, nlh, nlh->nlmsg_len) < 0) {
+ nfct_perror("mnl_socket_send");
+ return -1;
+ }
+
+ ret = mnl_socket_recvfrom(nl, buf, sizeof(buf));
+ while (ret > 0) {
+ ret = mnl_cb_run(buf, ret, seq, portid, NULL, NULL);
+ if (ret <= 0)
+ break;
+ ret = mnl_socket_recvfrom(nl, buf, sizeof(buf));
+ }
+ if (ret == -1) {
+ nfct_perror("error");
+ return -1;
+ }
+ mnl_socket_close(nl);
+
+ return 0;
+}
+
diff --git a/src/nfct.c b/src/nfct.c
index db629e7..b5c9654 100644
--- a/src/nfct.c
+++ b/src/nfct.c
@@ -56,6 +56,8 @@ int main(int argc, char *argv[])
}
if (strncmp(argv[1], "timeout", strlen(argv[1])) == 0) {
subsys = NFCT_SUBSYS_TIMEOUT;
+ } else if (strncmp(argv[1], "helper", strlen(argv[1])) == 0) {
+ subsys = NFCT_SUBSYS_HELPER;
} else if (strncmp(argv[1], "version", strlen(argv[1])) == 0)
subsys = NFCT_SUBSYS_VERSION;
else if (strncmp(argv[1], "help", strlen(argv[1])) == 0)
@@ -71,6 +73,9 @@ int main(int argc, char *argv[])
case NFCT_SUBSYS_TIMEOUT:
ret = nfct_cmd_timeout_parse_params(argc, argv);
break;
+ case NFCT_SUBSYS_HELPER:
+ ret = nfct_cmd_helper_parse_params(argc, argv);
+ break;
case NFCT_SUBSYS_VERSION:
ret = nfct_cmd_version(argc, argv);
break;
@@ -99,6 +104,7 @@ static const char help_msg[] =
"nfct v%s: utility for the Netfilter's Connection Tracking System\n"
"Usage: %s command [parameters]...\n\n"
"Subsystem:\n"
+ " helper\t\tAllows to configure user-space helper\n"
" timeout\t\tAllows definition of fine-grain timeout policies\n"
" version\t\tDisplay version and disclaimer\n"
" help\t\t\tDisplay this help message\n"
diff --git a/src/parse.c b/src/parse.c
index 732bc44..8ce4495 100644
--- a/src/parse.c
+++ b/src/parse.c
@@ -19,6 +19,7 @@
#include "network.h"
+#include <stdlib.h>
#include <libnetfilter_conntrack/libnetfilter_conntrack.h>
#ifndef ssizeof
@@ -396,7 +397,7 @@ static struct exp_parser {
[NTA_EXP_FN] = {
.parse = exp_parse_str,
.exp_attr = ATTR_EXP_FN,
- .max_size = NFCT_HELPER_NAME_MAX,
+ .max_size = 32, /* XXX: artificial limit */
},
};
diff --git a/src/process.c b/src/process.c
index 9b9734c..7f0a395 100644
--- a/src/process.c
+++ b/src/process.c
@@ -27,25 +27,19 @@ int fork_process_new(int type, int flags, void (*cb)(void *data), void *data)
struct child_process *c, *this;
int pid;
- /* block SIGCHLD to avoid the access of the list concurrently */
- sigprocmask(SIG_BLOCK, &STATE(block), NULL);
-
/* We only want one process of this type at the same time. This is
* useful if you want to prevent two child processes from accessing
* a shared descriptor at the same time. */
if (flags & CTD_PROC_F_EXCL) {
list_for_each_entry(this, &process_list, head) {
if (this->type == type) {
- sigprocmask(SIG_UNBLOCK, &STATE(block), NULL);
return -1;
}
}
}
c = calloc(sizeof(struct child_process), 1);
- if (c == NULL) {
- sigprocmask(SIG_UNBLOCK, &STATE(block), NULL);
+ if (c == NULL)
return -1;
- }
c->type = type;
c->cb = cb;
@@ -55,8 +49,6 @@ int fork_process_new(int type, int flags, void (*cb)(void *data), void *data)
if (c->pid > 0)
list_add(&c->head, &process_list);
- sigprocmask(SIG_UNBLOCK, &STATE(block), NULL);
-
return pid;
}
@@ -89,7 +81,6 @@ void fork_process_dump(int fd)
char buf[4096];
int size = 0;
- sigprocmask(SIG_BLOCK, &STATE(block), NULL);
list_for_each_entry(this, &process_list, head) {
size += snprintf(buf+size, sizeof(buf),
"PID=%u type=%s\n",
@@ -97,7 +88,6 @@ void fork_process_dump(int fd)
this->type < CTD_PROC_MAX ?
process_type_to_name[this->type] : "unknown");
}
- sigprocmask(SIG_UNBLOCK, &STATE(block), NULL);
send(fd, buf, size, 0);
}
diff --git a/src/read_config_lex.c b/src/read_config_lex.c
index a6bcd17..e1c783e 100644
--- a/src/read_config_lex.c
+++ b/src/read_config_lex.c
@@ -381,8 +381,8 @@ static void yy_fatal_error (yyconst char msg[] );
*yy_cp = '\0'; \
(yy_c_buf_p) = yy_cp;
-#define YY_NUM_RULES 105
-#define YY_END_OF_BUFFER 106
+#define YY_NUM_RULES 111
+#define YY_END_OF_BUFFER 112
/* This struct is not used in this scanner,
but its presence is necessary. */
struct yy_trans_info
@@ -390,323 +390,327 @@ struct yy_trans_info
flex_int32_t yy_verify;
flex_int32_t yy_nxt;
};
-static yyconst flex_int16_t yy_accept[2865] =
+static yyconst flex_int16_t yy_accept[2894] =
{ 0,
- 0, 0, 106, 104, 102, 103, 103, 104, 104, 94,
- 90, 90, 104, 100, 100, 100, 100, 100, 100, 100,
- 100, 100, 100, 100, 100, 100, 100, 100, 100, 100,
- 100, 100, 100, 100, 100, 100, 100, 100, 100, 104,
- 102, 0, 101, 91, 94, 0, 90, 90, 0, 0,
- 93, 100, 100, 100, 100, 100, 100, 0, 100, 100,
- 100, 100, 100, 100, 100, 100, 100, 100, 100, 100,
- 100, 100, 100, 100, 0, 100, 100, 100, 100, 100,
- 100, 100, 100, 100, 100, 100, 100, 100, 100, 100,
- 100, 100, 100, 0, 100, 88, 100, 88, 100, 100,
-
- 100, 100, 100, 0, 100, 100, 100, 100, 100, 100,
- 100, 100, 100, 100, 100, 100, 100, 100, 100, 0,
- 0, 88, 0, 88, 0, 0, 90, 90, 0, 0,
- 0, 93, 0, 93, 100, 100, 100, 0, 100, 100,
- 100, 100, 100, 100, 100, 100, 100, 100, 100, 100,
- 100, 100, 100, 100, 100, 0, 100, 100, 100, 100,
- 100, 100, 100, 100, 100, 100, 100, 100, 100, 100,
- 100, 100, 100, 100, 100, 0, 100, 0, 100, 100,
- 0, 89, 89, 100, 100, 0, 100, 100, 100, 100,
- 100, 100, 100, 100, 100, 100, 100, 100, 100, 100,
-
- 100, 100, 100, 100, 100, 11, 100, 100, 10, 100,
- 100, 45, 89, 89, 0, 90, 90, 0, 0, 0,
- 0, 0, 93, 93, 93, 93, 100, 100, 100, 0,
- 100, 100, 100, 100, 100, 100, 100, 100, 100, 100,
- 100, 100, 100, 100, 100, 0, 97, 97, 100, 100,
- 70, 100, 100, 100, 100, 100, 100, 100, 100, 100,
- 100, 100, 100, 100, 100, 37, 100, 98, 98, 100,
- 0, 100, 77, 98, 100, 100, 0, 18, 100, 24,
- 100, 100, 100, 100, 100, 100, 100, 100, 0, 100,
- 100, 100, 100, 100, 29, 100, 100, 100, 79, 1,
-
- 100, 0, 97, 0, 0, 90, 90, 0, 0, 0,
- 0, 0, 0, 0, 93, 93, 93, 100, 100, 95,
- 95, 100, 100, 100, 54, 100, 100, 100, 100, 100,
- 100, 100, 100, 100, 100, 100, 0, 100, 100, 100,
- 23, 100, 100, 0, 0, 100, 100, 100, 0, 100,
- 100, 100, 100, 100, 100, 100, 0, 100, 100, 100,
- 0, 100, 100, 100, 100, 100, 100, 100, 100, 100,
- 0, 0, 100, 100, 100, 66, 30, 100, 100, 100,
- 0, 100, 95, 95, 0, 90, 90, 0, 0, 0,
- 0, 0, 0, 0, 0, 0, 0, 93, 93, 93,
-
- 93, 93, 100, 100, 67, 100, 100, 55, 0, 100,
- 100, 100, 100, 100, 100, 100, 100, 100, 100, 100,
- 100, 0, 39, 63, 100, 100, 100, 0, 0, 0,
- 0, 0, 0, 68, 100, 100, 0, 56, 100, 100,
- 100, 100, 100, 100, 100, 0, 100, 100, 100, 0,
- 100, 100, 100, 100, 100, 100, 100, 100, 100, 0,
- 0, 100, 100, 100, 100, 26, 100, 0, 100, 0,
- 92, 92, 90, 90, 0, 0, 0, 0, 0, 0,
- 0, 0, 0, 0, 0, 0, 0, 93, 93, 93,
- 93, 93, 93, 93, 100, 100, 65, 22, 0, 100,
-
- 100, 100, 100, 74, 100, 100, 100, 100, 100, 100,
- 100, 0, 28, 100, 100, 0, 0, 0, 0, 0,
- 0, 100, 100, 100, 100, 0, 100, 100, 25, 100,
- 100, 100, 99, 99, 100, 84, 100, 0, 100, 100,
- 100, 100, 100, 100, 100, 100, 100, 100, 0, 0,
- 100, 100, 100, 100, 100, 0, 100, 99, 0, 90,
- 90, 0, 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 0, 0, 0, 0, 0, 0, 0, 93,
- 93, 93, 93, 93, 93, 93, 93, 93, 93, 100,
- 100, 0, 100, 100, 42, 100, 100, 100, 100, 100,
-
- 100, 100, 100, 100, 50, 100, 12, 0, 0, 0,
- 0, 0, 0, 100, 100, 100, 100, 52, 38, 27,
- 100, 100, 100, 100, 100, 100, 100, 100, 0, 75,
- 80, 64, 100, 100, 100, 100, 100, 100, 100, 48,
- 47, 100, 100, 100, 21, 100, 0, 100, 92, 92,
- 90, 90, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 112, 110, 108, 109, 109, 110, 110, 100,
+ 96, 96, 110, 106, 106, 106, 106, 106, 106, 106,
+ 106, 106, 106, 106, 106, 106, 106, 106, 106, 106,
+ 106, 106, 106, 106, 106, 106, 106, 106, 106, 106,
+ 110, 108, 0, 107, 97, 100, 0, 96, 96, 0,
+ 0, 99, 106, 106, 106, 106, 106, 106, 0, 106,
+ 106, 106, 106, 106, 106, 106, 106, 106, 106, 106,
+ 106, 106, 106, 106, 106, 0, 106, 106, 106, 106,
+ 106, 106, 106, 106, 106, 106, 106, 106, 106, 106,
+ 106, 106, 106, 106, 106, 0, 106, 94, 106, 94,
+
+ 106, 106, 106, 106, 106, 0, 106, 106, 106, 106,
+ 106, 106, 106, 106, 106, 106, 106, 106, 106, 106,
+ 106, 106, 0, 0, 94, 0, 94, 0, 0, 96,
+ 96, 0, 0, 0, 99, 0, 99, 106, 106, 106,
+ 0, 106, 106, 106, 106, 106, 106, 106, 106, 106,
+ 106, 106, 106, 106, 106, 106, 106, 106, 0, 106,
+ 106, 106, 106, 106, 106, 106, 106, 106, 106, 106,
+ 106, 106, 106, 106, 106, 106, 106, 106, 106, 0,
+ 106, 0, 106, 106, 0, 95, 95, 106, 106, 0,
+ 106, 106, 106, 106, 106, 106, 106, 106, 106, 106,
+
+ 106, 106, 106, 106, 106, 106, 106, 106, 106, 106,
+ 11, 106, 106, 10, 106, 106, 45, 95, 95, 0,
+ 96, 96, 0, 0, 0, 0, 0, 99, 99, 99,
+ 99, 106, 106, 106, 0, 106, 106, 106, 106, 106,
+ 106, 106, 106, 106, 106, 106, 106, 106, 106, 106,
+ 0, 103, 103, 106, 106, 70, 106, 106, 106, 106,
+ 106, 106, 106, 106, 106, 106, 106, 106, 106, 106,
+ 106, 37, 106, 104, 104, 106, 0, 106, 77, 104,
+ 106, 106, 0, 18, 106, 106, 24, 106, 106, 106,
+ 106, 106, 106, 106, 106, 106, 0, 106, 106, 106,
+
+ 106, 106, 29, 106, 106, 106, 79, 1, 106, 0,
+ 103, 0, 0, 96, 96, 0, 0, 0, 0, 0,
+ 0, 0, 99, 99, 99, 106, 106, 101, 101, 106,
+ 106, 106, 54, 106, 106, 106, 106, 106, 106, 106,
+ 106, 106, 106, 106, 0, 106, 106, 106, 23, 106,
+ 106, 106, 0, 0, 106, 106, 106, 0, 106, 106,
+ 106, 106, 106, 106, 106, 0, 106, 106, 106, 0,
+ 106, 106, 106, 106, 106, 106, 106, 106, 106, 106,
+ 106, 0, 0, 106, 106, 106, 66, 30, 106, 106,
+ 106, 0, 106, 101, 101, 0, 96, 96, 0, 0,
+
+ 0, 0, 0, 0, 0, 0, 0, 0, 99, 99,
+ 99, 99, 99, 106, 106, 67, 106, 106, 55, 0,
+ 106, 106, 106, 106, 106, 106, 106, 106, 106, 106,
+ 106, 106, 0, 39, 63, 106, 106, 106, 88, 0,
+ 0, 0, 0, 0, 0, 68, 106, 106, 0, 56,
+ 106, 106, 106, 106, 106, 106, 106, 0, 106, 106,
+ 106, 0, 91, 106, 106, 106, 106, 106, 106, 106,
+ 106, 106, 106, 106, 0, 0, 106, 106, 106, 106,
+ 26, 106, 0, 106, 0, 98, 98, 96, 96, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 0, 0, 0, 93, 93, 93, 93, 93,
- 93, 93, 93, 93, 93, 93, 93, 100, 100, 0,
- 100, 100, 100, 100, 100, 100, 100, 100, 100, 100,
-
- 100, 17, 0, 0, 0, 0, 0, 0, 100, 100,
- 8, 100, 100, 100, 100, 9, 100, 100, 100, 100,
- 0, 100, 100, 100, 100, 44, 100, 100, 78, 100,
- 100, 100, 53, 71, 90, 90, 0, 0, 0, 0,
+
+ 0, 0, 99, 99, 99, 99, 99, 99, 99, 106,
+ 106, 65, 22, 0, 106, 106, 106, 106, 74, 106,
+ 106, 106, 106, 106, 106, 106, 106, 106, 0, 28,
+ 106, 106, 0, 0, 0, 0, 0, 0, 106, 106,
+ 106, 106, 0, 106, 106, 25, 106, 106, 106, 105,
+ 105, 106, 84, 106, 0, 106, 106, 106, 106, 106,
+ 106, 106, 106, 106, 106, 106, 106, 0, 0, 106,
+ 106, 106, 106, 106, 0, 106, 105, 0, 96, 96,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 99, 99,
+
+ 99, 99, 99, 99, 99, 99, 99, 99, 106, 106,
+ 0, 106, 106, 42, 106, 106, 106, 106, 106, 106,
+ 106, 106, 106, 106, 106, 50, 106, 12, 0, 0,
+ 0, 0, 0, 0, 106, 106, 106, 106, 52, 38,
+ 27, 106, 106, 106, 106, 106, 106, 106, 106, 0,
+ 75, 80, 64, 106, 90, 89, 106, 106, 106, 106,
+ 106, 106, 48, 47, 106, 106, 106, 21, 106, 0,
+ 106, 98, 98, 96, 96, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 0, 0, 93, 93, 93, 93, 93, 93,
- 93, 93, 93, 93, 93, 93, 93, 93, 93, 93,
- 100, 100, 51, 100, 100, 100, 100, 100, 100, 100,
- 100, 100, 100, 100, 0, 0, 0, 0, 0, 0,
-
- 100, 100, 100, 100, 100, 100, 100, 100, 100, 96,
- 96, 100, 100, 100, 100, 100, 100, 100, 100, 100,
- 90, 90, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 99, 99,
+
+ 99, 99, 99, 99, 99, 99, 99, 99, 99, 99,
+ 106, 106, 0, 106, 106, 106, 106, 106, 106, 106,
+ 106, 106, 106, 92, 106, 106, 17, 0, 0, 0,
+ 0, 0, 0, 106, 106, 8, 106, 106, 106, 106,
+ 9, 106, 106, 106, 106, 0, 106, 106, 106, 106,
+ 44, 106, 106, 78, 106, 106, 106, 53, 71, 96,
+ 96, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 99,
+ 99, 99, 99, 99, 99, 99, 99, 99, 99, 99,
+
+ 99, 99, 99, 99, 99, 106, 106, 51, 106, 106,
+ 106, 106, 106, 106, 106, 106, 106, 106, 106, 106,
+ 0, 0, 0, 0, 0, 0, 106, 106, 106, 106,
+ 106, 106, 106, 106, 106, 102, 102, 106, 106, 106,
+ 106, 106, 106, 106, 106, 106, 96, 96, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 0, 0, 93, 93, 93, 93, 93, 93,
- 93, 93, 93, 93, 93, 93, 93, 93, 93, 93,
- 93, 93, 100, 100, 100, 100, 100, 100, 100, 100,
- 100, 49, 100, 100, 100, 0, 0, 0, 0, 0,
- 0, 100, 100, 72, 100, 100, 100, 100, 100, 100,
-
- 100, 100, 13, 100, 100, 100, 100, 100, 100, 90,
- 90, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 0, 0, 0, 0, 0, 0, 93, 93,
- 93, 93, 93, 93, 93, 93, 93, 93, 93, 93,
- 93, 93, 93, 93, 93, 93, 93, 93, 93, 93,
- 100, 100, 14, 100, 100, 100, 100, 100, 100, 100,
- 100, 100, 0, 2, 0, 0, 3, 0, 100, 100,
- 100, 100, 100, 100, 100, 100, 69, 100, 100, 100,
-
- 100, 100, 100, 100, 90, 90, 0, 0, 0, 0,
+ 99, 99, 99, 99, 99, 99, 99, 99, 99, 99,
+ 99, 99, 99, 99, 99, 99, 99, 99, 106, 106,
+
+ 106, 106, 106, 106, 106, 106, 106, 49, 106, 106,
+ 106, 106, 0, 0, 0, 0, 0, 0, 106, 106,
+ 72, 106, 106, 106, 106, 106, 106, 106, 106, 13,
+ 106, 106, 106, 106, 106, 106, 96, 96, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 0, 0, 0, 0, 0, 93, 93, 93,
- 93, 93, 93, 93, 93, 93, 93, 93, 93, 93,
- 93, 93, 93, 93, 93, 93, 93, 93, 93, 93,
- 93, 100, 43, 100, 15, 100, 100, 100, 100, 100,
- 100, 100, 0, 0, 0, 0, 100, 100, 100, 100,
- 100, 100, 100, 100, 100, 100, 100, 100, 100, 100,
-
- 100, 90, 90, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 99, 99, 99, 99, 99,
+ 99, 99, 99, 99, 99, 99, 99, 99, 99, 99,
+ 99, 99, 99, 99, 99, 99, 99, 106, 106, 14,
+
+ 106, 106, 106, 106, 106, 106, 106, 106, 106, 106,
+ 0, 2, 0, 0, 3, 0, 106, 106, 106, 106,
+ 106, 106, 106, 106, 69, 106, 106, 106, 106, 106,
+ 106, 106, 96, 96, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 0, 0, 0, 0, 0, 0, 0, 93,
- 93, 93, 93, 93, 93, 93, 93, 93, 93, 93,
- 93, 93, 93, 93, 93, 93, 93, 93, 93, 93,
- 93, 93, 93, 93, 93, 93, 93, 100, 100, 100,
- 58, 100, 100, 100, 100, 100, 0, 6, 0, 7,
- 19, 100, 100, 100, 100, 100, 100, 100, 100, 100,
-
- 100, 100, 100, 100, 100, 90, 90, 0, 0, 0,
+ 0, 0, 0, 0, 0, 99, 99, 99, 99, 99,
+ 99, 99, 99, 99, 99, 99, 99, 99, 99, 99,
+ 99, 99, 99, 99, 99, 99, 99, 99, 99, 106,
+
+ 43, 106, 15, 106, 106, 106, 106, 106, 106, 93,
+ 106, 0, 0, 0, 0, 106, 106, 106, 106, 106,
+ 106, 106, 106, 106, 106, 106, 106, 106, 106, 106,
+ 96, 96, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 99, 99,
+ 99, 99, 99, 99, 99, 99, 99, 99, 99, 99,
+ 99, 99, 99, 99, 99, 99, 99, 99, 99, 99,
+
+ 99, 99, 99, 99, 99, 99, 106, 106, 106, 58,
+ 106, 106, 106, 106, 106, 0, 6, 0, 7, 19,
+ 106, 106, 106, 106, 106, 106, 106, 106, 106, 106,
+ 106, 106, 106, 106, 96, 96, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 0, 0, 0, 0, 0, 93, 93, 93,
- 93, 93, 93, 93, 93, 93, 93, 93, 93, 93,
- 93, 93, 93, 93, 93, 93, 93, 93, 93, 93,
- 93, 93, 93, 93, 93, 93, 93, 100, 100, 100,
- 100, 100, 100, 100, 86, 0, 0, 100, 100, 100,
-
- 100, 100, 100, 100, 62, 100, 100, 41, 61, 100,
- 100, 90, 90, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 99, 99, 99, 99,
+ 99, 99, 99, 99, 99, 99, 99, 99, 99, 99,
+
+ 99, 99, 99, 99, 99, 99, 99, 99, 99, 99,
+ 99, 99, 99, 99, 99, 99, 106, 106, 106, 106,
+ 106, 106, 106, 86, 0, 0, 106, 106, 106, 106,
+ 106, 106, 106, 62, 106, 106, 41, 61, 106, 106,
+ 96, 96, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 0, 0, 0, 0, 0, 0, 93, 93,
- 93, 93, 93, 93, 93, 93, 93, 93, 93, 93,
- 93, 93, 93, 93, 93, 93, 93, 93, 93, 93,
- 93, 93, 93, 93, 93, 93, 93, 93, 93, 93,
-
- 93, 93, 100, 100, 100, 100, 100, 87, 100, 0,
- 0, 20, 100, 100, 100, 100, 100, 100, 31, 40,
- 32, 100, 90, 90, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 99, 99, 99,
+
+ 99, 99, 99, 99, 99, 99, 99, 99, 99, 99,
+ 99, 99, 99, 99, 99, 99, 99, 99, 99, 99,
+ 99, 99, 99, 99, 99, 99, 99, 99, 99, 99,
+ 99, 106, 106, 106, 106, 106, 87, 106, 0, 0,
+ 20, 106, 106, 106, 106, 106, 106, 31, 40, 32,
+ 106, 96, 96, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 0, 93, 93, 93, 93, 93, 93, 93,
- 93, 93, 93, 93, 93, 93, 93, 93, 93, 93,
-
- 93, 93, 93, 93, 93, 93, 93, 93, 93, 93,
- 93, 93, 93, 93, 93, 93, 93, 93, 93, 100,
- 46, 100, 100, 100, 100, 0, 0, 57, 100, 100,
- 35, 100, 100, 100, 85, 90, 90, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 99, 99, 99, 99, 99, 99, 99, 99,
+ 99, 99, 99, 99, 99, 99, 99, 99, 99, 99,
+ 99, 99, 99, 99, 99, 99, 99, 99, 99, 99,
+ 99, 99, 99, 99, 99, 99, 99, 99, 106, 46,
+ 106, 106, 106, 106, 0, 0, 57, 106, 106, 35,
+ 106, 106, 106, 85, 96, 96, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 0, 0, 0, 0, 0, 0, 0, 93,
-
- 93, 93, 93, 93, 93, 93, 93, 93, 93, 93,
- 93, 93, 93, 93, 93, 93, 93, 93, 93, 93,
- 93, 93, 93, 93, 93, 93, 93, 93, 93, 93,
- 93, 93, 93, 93, 93, 93, 93, 93, 93, 100,
- 100, 100, 100, 100, 0, 0, 100, 100, 100, 100,
- 100, 100, 90, 90, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 99, 99,
+ 99, 99, 99, 99, 99, 99, 99, 99, 99, 99,
+ 99, 99, 99, 99, 99, 99, 99, 99, 99, 99,
+ 99, 99, 99, 99, 99, 99, 99, 99, 99, 99,
+ 99, 99, 99, 99, 99, 99, 99, 99, 106, 106,
+ 106, 106, 106, 0, 0, 106, 106, 106, 106, 106,
+ 106, 96, 96, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 0, 0, 0, 0, 0, 0, 93, 93,
- 93, 93, 93, 93, 93, 93, 93, 93, 93, 93,
- 93, 93, 93, 93, 93, 93, 93, 93, 93, 93,
- 93, 93, 93, 93, 93, 93, 93, 93, 93, 93,
- 93, 93, 93, 93, 93, 93, 93, 93, 93, 93,
- 100, 100, 100, 100, 73, 0, 0, 100, 100, 100,
- 100, 100, 100, 90, 90, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
-
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 99, 99, 99,
+ 99, 99, 99, 99, 99, 99, 99, 99, 99, 99,
+ 99, 99, 99, 99, 99, 99, 99, 99, 99, 99,
+ 99, 99, 99, 99, 99, 99, 99, 99, 99, 99,
+ 99, 99, 99, 99, 99, 99, 99, 99, 99, 106,
+ 106, 106, 106, 73, 0, 0, 106, 106, 106, 106,
+
+ 106, 106, 96, 96, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 0, 0, 0, 0, 0, 0, 0, 93,
- 93, 93, 93, 93, 93, 93, 93, 93, 93, 93,
- 93, 93, 93, 93, 93, 93, 93, 93, 93, 93,
- 93, 93, 93, 93, 93, 93, 93, 93, 93, 93,
- 93, 93, 93, 93, 93, 93, 93, 93, 93, 93,
- 93, 93, 93, 100, 16, 83, 82, 0, 0, 60,
- 59, 100, 100, 76, 100, 90, 90, 0, 0, 0,
-
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 99, 99,
+ 99, 99, 99, 99, 99, 99, 99, 99, 99, 99,
+ 99, 99, 99, 99, 99, 99, 99, 99, 99, 99,
+ 99, 99, 99, 99, 99, 99, 99, 99, 99, 99,
+
+ 99, 99, 99, 99, 99, 99, 99, 99, 99, 99,
+ 99, 99, 106, 16, 83, 82, 0, 0, 60, 59,
+ 106, 106, 76, 106, 96, 96, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 0, 0, 0, 0, 0, 0, 93, 93,
- 93, 93, 93, 93, 93, 93, 93, 93, 93, 93,
- 93, 93, 93, 93, 93, 93, 93, 93, 93, 93,
- 93, 93, 93, 93, 93, 93, 93, 93, 93, 93,
- 93, 93, 93, 93, 93, 93, 93, 93, 93, 93,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 99, 99, 99,
+ 99, 99, 99, 99, 99, 99, 99, 99, 99, 99,
- 93, 93, 100, 0, 0, 100, 81, 100, 90, 90,
+ 99, 99, 99, 99, 99, 99, 99, 99, 99, 99,
+ 99, 99, 99, 99, 99, 99, 99, 99, 99, 99,
+ 99, 99, 99, 99, 99, 99, 99, 99, 99, 99,
+ 99, 106, 0, 0, 106, 81, 106, 96, 96, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 0, 0, 0, 0, 0, 0, 93, 93,
- 93, 93, 93, 93, 93, 93, 93, 93, 93, 93,
- 93, 93, 93, 93, 93, 93, 93, 93, 93, 93,
- 93, 93, 93, 93, 93, 93, 93, 93, 93, 93,
+ 0, 0, 0, 0, 0, 0, 0, 99, 99, 99,
- 93, 93, 93, 93, 93, 93, 93, 93, 93, 93,
- 93, 100, 0, 0, 100, 100, 90, 90, 0, 0,
+ 99, 99, 99, 99, 99, 99, 99, 99, 99, 99,
+ 99, 99, 99, 99, 99, 99, 99, 99, 99, 99,
+ 99, 99, 99, 99, 99, 99, 99, 99, 99, 99,
+ 99, 99, 99, 99, 99, 99, 99, 99, 99, 99,
+ 106, 0, 0, 106, 106, 96, 96, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 93, 93, 93, 93, 93, 93, 93, 93,
- 93, 93, 93, 93, 93, 93, 93, 93, 93, 93,
- 93, 93, 93, 93, 93, 93, 93, 93, 93, 93,
- 93, 93, 93, 93, 93, 93, 93, 93, 93, 93,
- 93, 100, 0, 0, 100, 100, 90, 90, 0, 0,
+ 0, 99, 99, 99, 99, 99, 99, 99, 99, 99,
+ 99, 99, 99, 99, 99, 99, 99, 99, 99, 99,
+ 99, 99, 99, 99, 99, 99, 99, 99, 99, 99,
+ 99, 99, 99, 99, 99, 99, 99, 99, 99, 99,
+ 106, 0, 0, 106, 106, 96, 96, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 0, 0, 0, 0, 93, 93, 93, 93,
- 93, 93, 93, 93, 93, 93, 93, 93, 93, 93,
- 93, 93, 93, 93, 93, 93, 93, 93, 93, 93,
- 93, 93, 93, 93, 93, 93, 93, 93, 93, 93,
+ 0, 0, 0, 0, 0, 99, 99, 99, 99, 99,
- 93, 93, 93, 100, 4, 5, 100, 33, 100, 90,
- 90, 0, 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 99, 99, 99, 99, 99, 99, 99, 99, 99, 99,
+ 99, 99, 99, 99, 99, 99, 99, 99, 99, 99,
+ 99, 99, 99, 99, 99, 99, 99, 99, 99, 99,
+ 99, 99, 106, 4, 5, 106, 33, 106, 96, 96,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 0, 93, 93, 93, 93, 93, 93, 93,
- 93, 93, 93, 93, 93, 93, 93, 93, 93, 93,
- 93, 93, 93, 93, 93, 93, 93, 93, 93, 93,
- 93, 93, 93, 93, 93, 93, 93, 100, 100, 34,
- 90, 90, 0, 0, 0, 0, 0, 0, 0, 0,
-
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 0, 0, 0, 0, 0, 0, 0, 93,
- 93, 93, 93, 93, 93, 93, 93, 93, 93, 93,
- 93, 93, 93, 93, 93, 93, 93, 93, 93, 93,
- 93, 93, 93, 93, 93, 93, 93, 93, 93, 93,
- 100, 36, 90, 90, 0, 0, 0, 0, 0, 0,
+ 0, 0, 99, 99, 99, 99, 99, 99, 99, 99,
+ 99, 99, 99, 99, 99, 99, 99, 99, 99, 99,
+
+ 99, 99, 99, 99, 99, 99, 99, 99, 99, 99,
+ 99, 99, 99, 99, 99, 99, 106, 106, 34, 96,
+ 96, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 0, 0, 0, 0, 93, 93, 93, 93,
+ 0, 0, 0, 0, 0, 0, 0, 0, 99, 99,
+ 99, 99, 99, 99, 99, 99, 99, 99, 99, 99,
+ 99, 99, 99, 99, 99, 99, 99, 99, 99, 99,
+ 99, 99, 99, 99, 99, 99, 99, 99, 99, 106,
+ 36, 96, 96, 0, 0, 0, 0, 0, 0, 0,
- 93, 93, 93, 93, 93, 93, 93, 93, 93, 93,
- 93, 93, 93, 93, 93, 93, 93, 93, 93, 93,
- 93, 93, 93, 100, 90, 90, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 93, 93, 93, 93, 93, 93, 93, 93,
- 93, 93, 93, 93, 93, 93, 93, 93, 93, 93,
- 93, 93, 93, 93, 93, 93, 93, 100, 90, 90,
+ 0, 0, 0, 0, 0, 99, 99, 99, 99, 99,
+ 99, 99, 99, 99, 99, 99, 99, 99, 99, 99,
+ 99, 99, 99, 99, 99, 99, 99, 99, 99, 99,
+ 99, 99, 106, 96, 96, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 99, 99, 99, 99, 99, 99, 99, 99, 99,
+ 99, 99, 99, 99, 99, 99, 99, 99, 99, 99,
- 0, 93, 93, 93, 93, 93, 93, 93, 93, 93,
- 93, 93, 93, 93, 93, 93, 93, 93, 93, 93,
- 93, 93, 93, 100, 90, 90, 0, 0, 0, 0,
+ 99, 99, 99, 99, 99, 99, 106, 96, 96, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 99, 99, 99, 99, 99, 99, 99, 99, 99, 99,
+ 99, 99, 99, 99, 99, 99, 99, 99, 99, 99,
+ 99, 99, 106, 96, 96, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 0, 93, 93, 93, 93, 93, 93, 93,
- 93, 93, 93, 93, 93, 93, 93, 93, 93, 93,
- 93, 93, 100, 90, 90, 0, 0, 0, 0, 0,
- 0, 0, 0, 0, 0, 0, 0, 0, 93, 93,
- 93, 93, 93, 93, 93, 93, 93, 93, 93, 93,
- 93, 93, 93, 100, 90, 90, 0, 0, 0, 0,
-
- 0, 0, 0, 0, 0, 0, 93, 93, 93, 93,
- 93, 93, 93, 93, 93, 93, 93, 93, 93, 100,
- 90, 90, 0, 0, 0, 0, 0, 0, 93, 93,
- 93, 93, 93, 93, 93, 93, 93, 93, 93, 100,
- 90, 90, 0, 0, 0, 0, 0, 0, 93, 93,
- 93, 93, 93, 93, 93, 93, 100, 90, 90, 0,
- 0, 93, 93, 93, 93, 93, 93, 93, 100, 90,
- 90, 0, 93, 93, 93, 100, 90, 90, 93, 100,
- 90, 90, 100, 90, 90, 100, 90, 90, 100, 90,
- 90, 100, 90, 90, 100, 90, 90, 100, 90, 90,
-
- 100, 90, 90, 100, 90, 90, 100, 90, 90, 100,
- 90, 90, 100, 90, 90, 100, 90, 90, 100, 90,
- 90, 100, 90, 90, 100, 90, 90, 100, 90, 90,
- 100, 90, 90, 100, 90, 90, 100, 90, 90, 100,
- 90, 90, 100, 90, 90, 100, 90, 90, 100, 90,
- 90, 100, 90, 90, 100, 90, 90, 100, 90, 90,
- 100, 90, 90, 0
+ 0, 0, 99, 99, 99, 99, 99, 99, 99, 99,
+ 99, 99, 99, 99, 99, 99, 99, 99, 99, 99,
+ 99, 106, 96, 96, 0, 0, 0, 0, 0, 0,
+
+ 0, 0, 0, 0, 0, 0, 0, 99, 99, 99,
+ 99, 99, 99, 99, 99, 99, 99, 99, 99, 99,
+ 99, 99, 106, 96, 96, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 99, 99, 99, 99, 99,
+ 99, 99, 99, 99, 99, 99, 99, 99, 106, 96,
+ 96, 0, 0, 0, 0, 0, 0, 99, 99, 99,
+ 99, 99, 99, 99, 99, 99, 99, 99, 106, 96,
+ 96, 0, 0, 0, 0, 0, 0, 99, 99, 99,
+ 99, 99, 99, 99, 99, 106, 96, 96, 0, 0,
+ 99, 99, 99, 99, 99, 99, 99, 106, 96, 96,
+
+ 0, 99, 99, 99, 106, 96, 96, 99, 106, 96,
+ 96, 106, 96, 96, 106, 96, 96, 106, 96, 96,
+ 106, 96, 96, 106, 96, 96, 106, 96, 96, 106,
+ 96, 96, 106, 96, 96, 106, 96, 96, 106, 96,
+ 96, 106, 96, 96, 106, 96, 96, 106, 96, 96,
+ 106, 96, 96, 106, 96, 96, 106, 96, 96, 106,
+ 96, 96, 106, 96, 96, 106, 96, 96, 106, 96,
+ 96, 106, 96, 96, 106, 96, 96, 106, 96, 96,
+ 106, 96, 96, 106, 96, 96, 106, 96, 96, 106,
+ 96, 96, 0
+
} ;
static yyconst flex_int32_t yy_ec[256] =
@@ -752,2218 +756,2234 @@ static yyconst flex_int32_t yy_meta[69] =
3, 3, 3, 3, 3, 3, 3, 8
} ;
-static yyconst flex_int16_t yy_base[4576] =
+static yyconst flex_int16_t yy_base[4605] =
{ 0,
- 0, 0,10775,10776, 67,10776,10776,10771, 61, 0,
- 68, 76,10756, 82, 139, 81, 64, 78, 137, 123,
- 98, 147, 53, 100, 152, 155, 182, 193, 196, 127,
- 191, 202, 214, 192,10728, 219, 249, 248, 221, 300,
- 104,10768,10776, 286, 0, 295, 326, 350,10753, 103,
- 10758, 122, 357,10740, 277,10721,10719, 244,10719, 258,
- 10718, 224, 260, 224, 329, 266, 237, 342, 330, 364,
- 368,10708, 365, 366, 363, 370, 367, 377, 376, 390,
- 379, 341, 375, 382, 391, 403, 397, 159, 398, 396,
- 411, 408, 410, 437, 438, 405, 443, 431, 450, 446,
-
- 458, 445, 451, 435, 460, 467, 464, 469, 475, 483,
- 471, 484, 491, 516, 473, 517, 519, 521, 531, 99,
- 524,10776, 518, 582, 548, 562, 581, 594,10745, 215,
- 10744, 107, 600, 274, 639, 604, 566, 568,10712,10700,
- 10705, 601,10706, 603, 612,10712, 621, 571, 629, 606,
- 565, 623, 628, 625, 630, 287, 647, 646, 649, 658,
- 660, 661, 685, 664, 665, 675, 673, 686, 678, 691,
- 688, 692, 699, 701, 702, 696, 723, 707, 703, 717,
- 733, 474,10776, 720, 757, 727, 728, 756, 759, 721,
- 760, 731, 766, 763, 767, 783, 781, 773, 788, 777,
-
- 780, 786, 787, 792, 789, 790, 797, 798, 791, 801,
- 809, 795, 810, 836, 867, 893, 901,10738, 303,10737,
- 10736,10735, 872, 878, 308,10740, 907, 880, 882, 903,
- 10692, 914, 881, 917, 919, 921, 923,10687, 924, 925,
- 927, 926, 929, 940, 930,10708, 942,10776, 946, 948,
- 943, 944, 947, 989, 956, 961, 960, 962, 969, 964,
- 1005, 985, 1003, 992, 1006, 963, 996, 966,10776, 1018,
- 1021, 1023, 1024, 1025, 1028, 1029, 81, 1030, 1032, 1033,
- 1035, 1042, 1034, 1049, 1039, 1044, 1053, 1055, 99, 1061,
- 1059, 1066, 1071, 1060, 1062, 1067, 1073, 1103, 1087, 1096,
-
- 1098, 1108, 1118, 1165, 1175, 1182, 1190,10730, 472,10729,
- 10728,10727,10726,10725, 313,10730, 554, 1196, 1116, 1115,
- 10776, 1165, 1133, 1203, 1204, 1211, 1205, 1206, 1207, 1210,
- 1212, 1222, 1217, 1215, 1233, 1220,10722, 1218, 1235, 1219,
- 1221, 1239, 1240, 823, 1101, 1245, 1247, 1241,10721, 1237,
- 1260, 1265, 1280, 1283, 1253, 1294, 1278, 1285, 1287, 1289,
- 1101, 1306, 1293, 1310, 1295, 1312, 1305, 1313, 1314, 1319,
- 10716,10715, 1309, 1318, 1322, 1320, 1321, 1353, 1325, 1335,
- 10696, 1327, 1348, 1372, 1384, 1397, 1410,10718, 539,10717,
- 10716,10715,10714,10713,10712,10711,10710, 1132,10715, 1140,
-
- 1143,10714, 1429, 1387, 1362, 1398, 1385, 1388,10684, 1402,
- 1400, 1419, 1420, 1411, 1412, 1416, 1421, 1445, 1444, 1422,
- 1447,10697, 1446, 1448, 1450, 1468, 1475,10674,10674,10664,
- 10671,10671,10661, 1484, 1476, 1469,10696, 1477, 1482, 1478,
- 1479, 1480, 1483, 1481, 1505, 1500, 1488, 1494, 1518, 1470,
- 1513, 1517, 1507, 1540, 1523, 1543, 1544, 1546, 1548,10695,
- 10683, 1552, 1549, 1553, 1566, 1554, 1557,10695, 1563, 1582,
- 1584, 1625, 1632, 1641,10695, 1130,10694,10693,10692,10691,
- 10690,10689,10688,10687,10686,10685,10684, 1148,10689, 1157,
- 1491,10688, 1492, 1576, 1647, 1615, 1560, 1584,10680, 1616,
-
- 1656, 1657, 1658, 1609, 1659, 1661, 1663, 1664, 1665, 1669,
- 1662,10660, 1670, 1682, 1673,10636,10648,10633,10633,10645,
- 10630, 1680, 1684, 1689, 1686,10662, 1685, 1688, 1690, 1697,
- 1698, 1687, 1694,10776, 1742, 1699, 1729, 1727, 1703, 1723,
- 1751, 1752, 1753, 1755, 1756, 1761, 1763, 1764,10650,10651,
- 1765, 1766, 1768, 1759, 1771,10661, 1769, 1787, 1828, 1835,
- 1844,10669, 1359,10668,10667,10666,10665,10664,10663,10662,
- 10661,10660,10659,10658,10657,10656,10655,10654,10653, 1598,
- 10658, 1607, 1612,10657, 1711, 1773, 1776, 1787,10656, 1850,
- 129,10640, 853, 62,10648, 297, 1777, 177, 1836, 806,
-
- 404, 130, 1021, 1794,10776, 1857,10647,10602,10603,10613,
- 10599,10600,10610, 1858, 536, 1859, 537,10776,10640,10639,
- 1860, 1782, 1864, 1862, 1863, 148, 1861, 1871, 1852,10638,
- 10637,10636, 1865, 1867, 1869, 1303, 1868, 1046, 1886,10776,
- 10776, 1571, 1870, 1887,10635, 269,10614, 1889, 1877, 1928,
- 1935, 1943,10633, 1895,10632,10631,10630,10629,10628,10627,
- 10626,10625,10624,10623,10622,10621,10620,10619,10618,10617,
- 10616,10615,10614,10613,10612, 1791,10617, 1795, 1900, 1915,
- 1918, 1950, 1951,10616, 1952, 1953, 1954, 1960, 1897,10589,
- 1929, 1937, 1949, 1967, 1572, 1970, 1971, 613, 1972, 1973,
-
- 1976,10608,10572,10575,10563,10569,10572,10560, 1974, 1975,
- 10601, 815, 1978, 1977, 1979,10600, 1981, 1993, 1994, 1982,
- 1975, 1983, 160, 1762, 1984,10599, 1996, 1985,10598, 549,
- 1997, 836,10776,10597, 2039, 2047,10596, 2005,10595,10594,
- 10593,10592,10591,10590,10589,10588,10587,10586,10585,10584,
- 10583,10582,10581,10580,10579,10578,10577,10576,10575,10574,
- 10573,10572,10571,10570, 2012,10575, 2054, 2055,10574, 2056,
- 2057, 2058,10573, 2059, 2066, 2067, 2068, 2069, 2070,10570,
- 2076, 1986,10776, 2020, 1330, 2001, 2083, 2084, 2085, 2086,
- 949, 823, 2087, 2088,10521,10513,10520,10509,10501,10508,
-
- 2089, 1999, 2090, 2092, 1355, 1892, 2093, 2091, 2094,10536,
- 10776, 2095, 2096, 2097, 2098, 2101, 2111, 2099, 2112, 2109,
- 2157, 2165,10532, 2011,10528,10524,10520,10516,10512,10508,
- 10504,10500,10496,10492,10488,10484,10480,10476,10472,10468,
- 10464,10460,10453,10439,10417,10385,10341,10287,10283,10200,
- 10196,10100,10096, 9980, 2119, 9982, 2120, 2145, 9852, 2172,
- 2173, 2174, 2175, 2176, 2177, 2184, 2185, 9848, 2186, 2187,
- 2188, 2189, 2195, 2159, 2102, 2100, 2202, 2203, 2204, 2206,
- 2207, 9690, 2118, 2205, 2210, 9659, 9478, 9490, 9303, 9283,
- 9096, 2208, 2211, 9119, 2212, 1213, 2214, 2220, 2213, 2216,
-
- 2215, 2221, 8894, 2217, 2218, 2219, 2230, 2228, 2110, 2276,
- 2284, 8890, 2239, 8664, 8660, 8422, 8418, 8191, 8187, 7960,
- 7956, 7753, 7749, 7551, 7547, 7375, 7371, 7205, 7201, 7059,
- 7055, 6922, 6918, 6807, 6803, 6702, 6698, 6617, 6613, 6547,
- 6500, 6465, 6441, 6424, 6413, 6405, 6400, 6395, 2241, 6393,
- 2242, 2291, 6377, 2292, 2293, 2294, 2295, 6376, 2296, 2303,
- 2304, 6375, 2305, 2306, 2307, 2308, 2315, 2316, 2317, 6374,
- 2323, 2233, 6367, 2314, 2234, 540, 2267, 2330, 2331, 2332,
- 2333, 2313, 6322,10776, 6331, 6309,10776, 6316, 2334, 2335,
- 2336, 2337, 2341, 2338, 2339, 2340, 6333, 2231, 2342, 2344,
-
- 2346, 2343, 2347, 2357, 2394, 2402, 6332, 2365, 6331, 6330,
- 6323, 6315, 6307, 6295, 6294, 6293, 6292, 6285, 6277, 6269,
- 6257, 6256, 6255, 6254, 6247, 6239, 6219, 6218, 6217, 6216,
- 6209, 6201, 6193, 6181, 6180, 6179, 6178, 6171, 6163, 6155,
- 6143, 6142, 6141, 6140, 6133, 6125, 6117, 2367, 6111, 2409,
- 2410, 2411, 2412, 2413, 2414, 6110, 2421, 2422, 2423, 2424,
- 2425, 2426, 2433, 2434, 2435, 2436, 6109, 2437, 2438, 2445,
- 2446, 2452, 6102, 2348, 6095, 2345, 2441, 2442, 2443, 2444,
- 2459, 2460, 6052, 6036, 6031, 6034, 2359, 2461, 2360, 2462,
- 2463, 2468, 318, 2464, 2465, 2471, 2349, 2466, 2473, 2474,
-
- 2472, 2493, 2522, 6064, 2501, 6057, 6049, 6041, 6029, 6028,
- 6027, 6026, 6019, 6011, 6003, 5991, 5990, 5989, 5988, 5981,
- 5973, 5965, 5953, 5952, 5951, 5950, 5943, 5935, 5915, 5914,
- 5913, 5912, 5905, 5897, 5889, 5877, 5876, 5875, 5874, 5867,
- 5859, 5851, 5839, 5838, 5837, 5836, 5829, 5821, 5813, 2529,
- 5807, 2530, 2531, 5806, 2532, 2533, 2534, 5805, 2541, 2542,
- 2543, 2544, 2545, 2546, 5804, 2553, 2554, 2555, 5797, 2556,
- 2557, 2558, 2565, 2566, 2567, 2568, 5789, 2574, 2563, 2564,
- 5763, 2475, 2476, 2581, 1025, 2582, 5722,10776, 5721,10776,
- 5760, 2583, 2584, 708, 1236, 2585, 2586, 2591, 2587, 2588,
-
- 2589, 2590, 2592, 2593, 2595, 2649, 2657, 5753, 2502, 5745,
- 5737, 5725, 5724, 5723, 5722, 5715, 5707, 5699, 5687, 5686,
- 5685, 5684, 5677, 5669, 5661, 5649, 5648, 5647, 5646, 5639,
- 5631, 5611, 5610, 5609, 5608, 5601, 5593, 5585, 5573, 5572,
- 5571, 5570, 5563, 5555, 5547, 5535, 5534, 5533, 5532, 5525,
- 5517, 5509, 5497, 5496, 5495, 5494, 5487, 2600, 5485, 2616,
- 2618, 5465, 2628, 2632, 2637, 2641, 2664, 2665, 2666, 2667,
- 5464, 2668, 2669, 2676, 2677, 2678, 2679, 2680, 2681, 2688,
- 2689, 2690, 5463, 2691, 2692, 2693, 2700, 2706, 2695, 2597,
- 476, 2135, 2599, 2696, 5456, 5410, 5402, 2596, 2697, 2698,
-
- 2699, 2713, 2614, 2714, 5433, 2715, 2717, 5421, 5420, 2718,
- 2716, 2726, 2769, 5419, 2727, 5418, 5411, 5403, 5395, 5383,
- 5382, 5381, 5380, 5373, 5365, 5357, 5345, 5344, 5343, 5342,
- 5335, 5327, 5312, 5311, 5310, 5309, 5308, 5300, 5299, 5298,
- 5297, 5290, 5282, 5274, 5266, 5265, 5264, 5263, 5254, 5253,
- 5252, 5251, 5244, 5236, 5228, 5218, 5217, 5196, 5195, 5194,
- 54, 70, 185, 333, 413, 550, 631, 718, 2746, 725,
- 2756, 2757, 739, 2759, 2760, 2776, 2777, 740, 2778, 2779,
- 2780, 891, 2781, 2788, 2789, 2790, 2791, 2792, 2793, 957,
- 2800, 2801, 2802, 958, 2803, 2804, 2805, 2812, 2813, 2814,
-
- 2815, 1047, 2821, 2810, 2478, 2811, 2828, 1125, 2598, 1113,
- 1124, 1389, 2730, 2829, 2830, 2832, 2831, 2833, 1414, 1493,
- 1786, 2834, 2875, 2884, 1588, 2739, 1596, 1671, 1701, 1893,
- 1902, 1913, 2008, 2022, 2122, 2126, 2147, 2148, 2245, 2254,
- 2255, 2256, 2265, 2266, 2268, 2383, 2497, 2500, 2510, 2514,
- 2613, 2615, 2624, 2729, 2741, 2742, 2752, 2835, 2836, 2837,
- 2839, 2840, 2841, 2842, 2843, 2845, 2846, 2847, 2854, 2856,
- 2857, 2858, 2859, 2860, 2864, 2865, 2869, 2878, 2885, 2886,
- 2887, 2888, 2889, 2896, 2897, 2898, 2899, 2900, 2901, 2903,
- 2908, 2910, 2911, 2912, 2913, 2915, 2916, 2920, 2923, 2924,
-
- 2925, 2927, 2928, 2932, 2934, 2935, 2936, 2937, 2939, 2944,
- 2946, 2947, 2948, 2949, 2951, 2956, 2957, 2958, 2959, 2965,
- 2954, 2955, 2972, 2973, 2974, 2974, 2975, 2977, 2978, 2979,
- 2985, 2980, 2981, 2986, 2982, 3019, 3027, 2983, 2991, 2987,
- 2989, 2990, 2999, 3000, 3003, 3004, 3005, 3006, 3008, 3021,
- 3028, 3029, 3031, 3032, 3033, 3034, 3035, 3036, 3037, 3038,
- 3039, 3040, 3041, 3042, 3043, 3044, 3045, 3046, 3047, 3048,
- 3049, 3050, 3051, 3052, 3053, 3054, 3055, 3056, 3057, 3058,
- 3059, 3060, 3061, 3062, 3063, 3064, 3065, 3066, 3067, 3068,
- 3069, 3070, 3071, 3072, 3073, 3074, 3075, 3076, 3077, 3084,
-
- 3085, 3086, 3087, 3088, 3089, 3091, 3094, 3096, 3098, 3099,
- 3101, 3102, 3103, 3106, 3110, 3111, 3113, 3114, 3115, 3116,
- 3118, 3121, 3123, 3125, 3126, 3128, 3130, 3133, 3135, 3136,
- 3137, 3138, 3140, 3143, 3145, 3147, 3148, 3150, 3152, 3156,
- 3149, 3163, 3164, 3165, 3136, 3137, 3168, 3169, 3174, 3175,
- 3171, 3170, 3196, 3224, 3179, 3211, 3173, 3176, 3177, 3178,
- 3181, 3182, 3212, 3190, 3202, 3206, 3207, 3208, 3213, 3214,
- 3215, 3216, 3225, 3226, 3227, 3228, 3229, 3230, 3231, 3232,
- 3233, 3234, 3235, 3236, 3237, 3238, 3239, 3240, 3241, 3242,
- 3243, 3244, 3245, 3246, 3247, 3248, 3249, 3250, 3251, 3252,
-
- 3253, 3254, 3255, 3256, 3257, 3258, 3259, 3260, 3261, 3262,
- 3263, 3264, 3265, 3266, 3267, 3268, 3269, 3270, 3277, 3278,
- 3279, 3280, 3281, 3282, 3284, 3287, 3289, 3291, 3292, 3294,
- 3296, 3299, 3301, 3303, 3304, 3305, 3306, 3308, 3313, 3315,
- 3316, 3317, 3318, 3320, 3325, 3326, 3327, 3328, 3329, 3330,
- 3337, 3338, 3339, 3340, 3341, 3342, 3348, 3349, 3350, 3351,
- 3357, 3347, 3346, 3364, 3365, 3336, 3337, 3368, 3369, 3370,
- 3371, 3372, 3373, 3407, 3424, 3381, 3375, 3376, 3378, 3379,
- 3382, 3383, 3391, 3392, 3393, 3394, 3396, 3397, 3398, 3399,
- 3409, 3412, 3413, 3414, 3415, 3416, 3425, 3426, 3427, 3428,
-
- 3429, 3430, 3431, 3432, 3433, 3434, 3435, 3436, 3437, 3438,
- 3439, 3440, 3441, 3442, 3443, 3444, 3445, 3446, 3447, 3448,
- 3449, 3450, 3451, 3452, 3453, 3454, 3455, 3456, 3457, 3458,
- 3459, 3460, 3461, 3462, 3463, 3464, 3465, 3466, 3467, 3474,
- 3475, 3476, 3477, 3478, 3479, 3481, 3486, 3488, 3489, 3490,
- 3491, 3492, 3493, 3497, 3500, 3501, 3502, 3504, 3505, 3509,
- 3511, 3512, 3513, 3514, 3516, 3519, 3521, 3523, 3524, 3526,
- 3528, 3531, 3533, 3534, 3535, 3536, 3538, 3541, 3543, 3545,
- 3546, 3548, 3550, 3554, 3547, 3561, 3562, 3521, 3522, 3565,
- 3566, 3567, 3568, 3569, 3570, 3580, 3594, 3571, 3572, 3588,
-
- 3595, 3596, 3597, 3598, 3600, 3601, 3602, 3603, 3604, 3605,
- 3606, 3607, 3608, 3609, 3610, 3611, 3613, 3614, 3615, 3616,
- 3617, 3618, 3619, 3620, 3621, 3622, 3623, 3624, 3625, 3626,
- 3627, 3628, 3629, 3630, 3631, 3632, 3633, 3634, 3635, 3636,
- 3637, 3638, 3639, 3640, 3641, 3642, 3643, 3644, 3645, 3646,
- 3647, 3648, 3649, 3650, 3651, 3652, 3653, 3654, 3661, 3662,
- 3663, 3664, 3665, 3666, 3671, 3673, 3674, 3675, 3676, 3678,
- 3683, 3685, 3686, 3687, 3688, 3690, 3693, 3695, 3697, 3698,
- 3700, 3702, 3705, 3707, 3709, 3710, 3712, 3714, 3716, 3717,
- 3719, 3721, 3724, 3726, 3728, 3729, 3731, 3733, 3736, 3738,
-
- 3739, 3740, 3746, 3704, 3706, 3753, 3754, 3756, 3762, 3770,
- 3764, 3771, 3772, 3779, 3780, 3781, 3782, 3783, 3784, 3785,
- 3786, 3787, 3788, 3789, 3790, 3791, 3792, 3793, 3794, 3797,
- 3798, 3799, 3800, 3801, 3802, 3803, 3804, 3805, 3806, 3807,
- 3808, 3809, 3810, 3811, 3812, 3813, 3814, 3815, 3816, 3817,
- 3818, 3819, 3820, 3821, 3822, 3823, 3824, 3825, 3826, 3827,
- 3828, 3829, 3830, 3831, 3832, 3833, 3834, 3835, 3842, 3843,
- 3844, 3845, 3846, 3847, 3854, 3855, 3856, 3857, 3858, 3859,
- 3860, 3864, 3867, 3868, 3869, 3871, 3872, 3876, 3878, 3879,
- 3880, 3881, 3883, 3886, 3888, 3890, 3891, 3893, 3895, 3898,
-
- 3900, 3901, 3902, 3903, 3905, 3908, 3910, 3912, 3913, 3915,
- 3917, 3921, 3871, 3885, 3929, 3930, 3938, 3946, 3932, 3940,
- 3947, 3954, 3955, 3956, 3957, 3958, 3959, 3960, 3961, 3962,
- 3963, 3964, 3965, 3966, 3967, 3968, 3970, 3971, 3972, 3973,
- 3974, 3975, 3976, 3978, 3979, 3980, 3981, 3982, 3983, 3984,
- 3985, 3986, 3987, 3988, 3989, 3990, 3991, 3992, 3993, 3994,
- 3995, 3996, 3997, 3998, 3999, 4000, 4001, 4002, 4003, 4004,
- 4005, 4006, 4013, 4014, 4015, 4016, 4017, 4018, 4025, 4026,
- 4027, 4028, 4029, 4030, 4035, 4037, 4038, 4039, 4040, 4042,
- 4047, 4049, 4050, 4051, 4052, 4054, 4058, 4059, 4061, 4062,
-
- 4063, 4066, 4070, 4071, 4073, 4074, 4075, 4078, 4081, 4082,
- 4083, 4089, 4036, 4037, 4096, 4097, 4105, 4113, 4099, 4107,
- 4114, 4115, 4122, 4123, 4124, 4125, 4126, 4127, 4128, 4129,
- 4130, 4131, 4132, 4133, 4134, 4135, 4137, 4145, 4139, 4140,
- 4142, 4144, 4146, 4147, 4148, 4149, 4150, 4151, 4152, 4153,
- 4154, 4155, 4156, 4157, 4158, 4159, 4160, 4161, 4162, 4163,
- 4164, 4165, 4166, 4167, 4168, 4169, 4176, 4177, 4178, 4179,
- 4180, 4181, 4185, 4188, 4189, 4190, 4192, 4193, 4197, 4200,
- 4201, 4202, 4203, 4204, 4205, 4209, 4212, 4213, 4214, 4216,
- 4217, 4221, 4223, 4224, 4225, 4226, 4228, 4231, 4233, 4235,
-
- 4236, 4238, 4240, 4244,10776,10776, 4237, 4251, 4252, 4260,
- 4268, 4254, 4262, 4269, 4270, 4277, 4278, 4279, 4280, 4282,
- 4283, 4284, 4285, 4287, 4288, 4289, 4290, 4291, 4292, 4293,
- 4294, 4295, 4296, 4297, 4298, 4299, 4300, 4301, 4302, 4303,
- 4304, 4305, 4306, 4307, 4308, 4309, 4310, 4311, 4312, 4313,
- 4314, 4315, 4316, 4323, 4324, 4325, 4326, 4327, 4328, 4334,
- 4335, 4336, 4337, 4338, 4339, 4346, 4347, 4348, 4349, 4350,
- 4351, 4357, 4358, 4359, 4360, 4361, 4362, 4369, 4370, 4371,
- 4372, 4373, 4374, 4380, 4381, 4382, 4383, 4389, 4378, 4379,
- 4403, 4411, 4397, 4405, 4413, 4414, 4415, 4422, 4423, 4424,
-
- 4425, 4426, 4427, 4428, 4429, 4430, 4431, 4432, 4433, 4434,
- 4435, 4436, 4437, 4438, 4439, 4440, 4441, 4442, 4443, 4444,
- 4445, 4446, 4447, 4448, 4449, 4450, 4451, 4452, 4453, 4460,
- 4461, 4462, 4463, 4464, 4465, 4472, 4473, 4474, 4475, 4476,
- 4477, 4478, 4482, 4485, 4486, 4487, 4489, 4490, 4494, 4496,
- 4497, 4498, 4499, 4501, 4504, 4506, 4508, 4509, 4511, 4513,
- 4517, 4510, 4531, 4539, 4525, 4533, 4540, 4541, 4542, 4543,
- 4550, 4551, 4552, 4553, 4554, 4555, 4556, 4557, 4558, 4559,
- 4560, 4561, 4562, 4563, 4564, 4565, 4566, 4567, 4568, 4569,
- 4570, 4571, 4572, 4573, 4574, 4575, 4582, 4583, 4584, 4585,
-
- 4586, 4587, 4594, 4595, 4596, 4597, 4598, 4599, 4604, 4606,
- 4607, 4608, 4609, 4611, 4616, 4618, 4619, 4620, 4621, 4623,
- 4627, 4628, 4630, 4636, 4650, 4658, 4625, 4626, 4629, 4644,
- 4652, 4659, 4660, 4661, 4662, 4669, 4670, 4671, 4672, 4673,
- 4674, 4675, 4676, 4677, 4678, 4679, 4680, 4681, 4682, 4683,
- 4684, 4685, 4692, 4693, 4694, 4695, 4696, 4697, 4701, 4704,
- 4705, 4706, 4708, 4709, 4713, 4716, 4717, 4718, 4719, 4720,
- 4721, 4725, 4728, 4729, 4730, 4732, 4733, 4738, 4752, 4760,
- 4731, 4746, 4754, 4761, 4762, 4763, 4764, 4771, 4772, 4773,
- 4774, 4775, 4776, 4777, 4778, 4779, 4780, 4781, 4782, 4783,
-
- 4784, 4791, 4792, 4793, 4794, 4795, 4796, 4802, 4803, 4804,
- 4805, 4806, 4807, 4814, 4815, 4816, 4817, 4818, 4819, 4825,
- 4826, 4827, 4828, 4834, 4848, 4856, 4823, 4824, 4842, 4850,
- 4857, 4858, 4859, 4860, 4867, 4868, 4869, 4870, 4871, 4872,
- 4873, 4874, 4875, 4882, 4883, 4884, 4885, 4886, 4887, 4894,
- 4895, 4896, 4897, 4898, 4899, 4900, 4904, 4907, 4908, 4909,
- 4911, 4912, 4917, 4931, 4939, 4910, 4925, 4933, 4940, 4941,
- 4942, 4943, 4950, 4951, 4952, 4953, 4954, 4955, 4962, 4963,
- 4964, 4965, 4966, 4967, 4974, 4975, 4976, 4977, 4978, 4979,
- 4984, 4986, 4987, 4993, 5007, 5015, 4982, 4983, 4985, 5001,
-
- 5009, 5016, 5017, 5018, 5019, 5026, 5033, 5034, 5035, 5036,
- 5037, 5038, 5042, 5045, 5046, 5047, 5049, 5050, 5054, 5056,
- 5070, 5078, 5056, 5064, 5072, 5079, 5080, 5081, 5088, 5095,
- 5096, 5097, 5098, 5099, 5100, 5106, 5107, 5108, 5109, 5115,
- 5129, 5137, 5104, 5105, 5123, 5131, 5138, 5153, 5145, 5159,
- 5160, 5161, 5162, 5163, 5164, 5146, 5170, 5184, 5192, 5141,
- 5170, 5208, 5213, 5184, 5219, 5220, 5221, 5222, 5228, 5242,
- 5250, 5186, 5199, 5267, 5268, 5274, 5288, 5296, 5313, 5319,
- 5333, 5341, 5357, 5371, 5379, 5395, 5409, 5417, 5433, 5447,
- 5455, 5471, 5485, 5493, 5509, 5523, 5531, 5547, 5561, 5569,
-
- 5585, 5599, 5607, 5623, 5637, 5645, 5661, 5675, 5683, 5699,
- 5713, 5721, 5737, 5751, 5759, 5775, 5789, 5797, 5813, 5827,
- 5835, 5851, 5865, 5873, 5889, 5903, 5911, 5927, 5941, 5949,
- 5965, 5979, 5987, 6003, 6017, 6025, 6041, 6055, 6063, 6079,
- 6093, 6101, 6117, 6131, 6139, 6155, 6169, 6177, 6193, 6207,
- 6215, 6231, 6245, 6253, 6269, 6283, 6291, 6307, 6321, 6329,
- 6345, 6359, 6366,10776, 6394, 6402, 6407, 6412, 6417, 6419,
- 6422, 6425, 6427, 6429, 6432, 6436, 6438, 6440, 6442, 6444,
- 6447, 6450, 6453, 6455, 6457, 6459, 6461, 6463, 6465, 6468,
- 6471, 6473, 6477, 6479, 6481, 6483, 6485, 6487, 6489, 6491,
-
- 6493, 6495, 6498, 6501, 6503, 6506, 6509, 6512, 6514, 6516,
- 6518, 6520, 6522, 6524, 6526, 6528, 6530, 6532, 6534, 6536,
- 6539, 6542, 6544, 6547, 6550, 6552, 6555, 6559, 6561, 6563,
- 6565, 6567, 6569, 6571, 6573, 6575, 6577, 6579, 6581, 6583,
- 6585, 6587, 6589, 6591, 6593, 6596, 6599, 6601, 6604, 6607,
- 6609, 6612, 6615, 6618, 6621, 6625, 6629, 6631, 6633, 6635,
- 6637, 6639, 6641, 6643, 6645, 6647, 6649, 6651, 6653, 6655,
- 6657, 6659, 6661, 6663, 6665, 6667, 6669, 6671, 6674, 6677,
- 6679, 6682, 6685, 6688, 6691, 6694, 6697, 6699, 6702, 6705,
- 6710, 6714, 6716, 6718, 6720, 6722, 6724, 6726, 6728, 6730,
-
- 6732, 6734, 6736, 6738, 6740, 6742, 6744, 6746, 6748, 6750,
- 6752, 6754, 6756, 6758, 6760, 6762, 6764, 6766, 6769, 6772,
- 6774, 6777, 6780, 6782, 6785, 6788, 6791, 6793, 6796, 6799,
- 6802, 6805, 6808, 6811, 6815, 6819, 6821, 6823, 6825, 6827,
- 6829, 6831, 6833, 6835, 6837, 6839, 6841, 6843, 6845, 6847,
- 6849, 6851, 6853, 6855, 6857, 6859, 6861, 6863, 6865, 6867,
- 6869, 6871, 6873, 6875, 6877, 6880, 6883, 6885, 6888, 6891,
- 6893, 6896, 6899, 6902, 6905, 6908, 6911, 6914, 6917, 6919,
- 6922, 6925, 6930, 6934, 6936, 6938, 6940, 6942, 6944, 6946,
- 6948, 6950, 6952, 6954, 6956, 6958, 6960, 6962, 6964, 6966,
-
- 6968, 6970, 6972, 6974, 6976, 6978, 6980, 6982, 6984, 6986,
- 6988, 6990, 6992, 6994, 6996, 6998, 7000, 7002, 7004, 7007,
- 7010, 7012, 7015, 7018, 7020, 7023, 7026, 7029, 7032, 7034,
- 7037, 7040, 7043, 7045, 7048, 7051, 7054, 7057, 7060, 7063,
- 7067, 7071, 7073, 7075, 7077, 7079, 7081, 7083, 7085, 7087,
- 7089, 7091, 7093, 7095, 7097, 7099, 7101, 7103, 7105, 7107,
- 7109, 7111, 7113, 7115, 7117, 7119, 7121, 7123, 7125, 7127,
- 7129, 7131, 7133, 7135, 7137, 7139, 7141, 7143, 7145, 7148,
- 7151, 7153, 7156, 7159, 7162, 7165, 7168, 7171, 7173, 7176,
- 7179, 7182, 7185, 7188, 7191, 7194, 7197, 7200, 7202, 7205,
-
- 7208, 7213, 7217, 7219, 7221, 7223, 7225, 7227, 7229, 7231,
- 7233, 7235, 7237, 7239, 7241, 7243, 7245, 7247, 7249, 7251,
- 7253, 7255, 7257, 7259, 7261, 7263, 7265, 7267, 7269, 7271,
- 7273, 7275, 7277, 7279, 7281, 7283, 7285, 7287, 7289, 7291,
- 7293, 7295, 7297, 7299, 7301, 7303, 7306, 7309, 7311, 7314,
- 7317, 7319, 7322, 7325, 7328, 7330, 7333, 7336, 7339, 7342,
- 7345, 7348, 7350, 7353, 7356, 7359, 7361, 7364, 7367, 7370,
- 7373, 7376, 7379, 7383, 7387, 7389, 7391, 7393, 7395, 7397,
- 7399, 7401, 7403, 7405, 7407, 7409, 7411, 7413, 7415, 7417,
- 7419, 7421, 7423, 7425, 7427, 7429, 7431, 7433, 7435, 7437,
-
- 7439, 7441, 7443, 7445, 7447, 7449, 7451, 7453, 7455, 7457,
- 7459, 7461, 7463, 7465, 7467, 7469, 7471, 7473, 7475, 7477,
- 7480, 7483, 7485, 7488, 7491, 7493, 7496, 7499, 7502, 7505,
- 7508, 7511, 7514, 7517, 7519, 7522, 7525, 7528, 7531, 7534,
- 7537, 7540, 7543, 7546, 7548, 7551, 7554, 7559, 7563, 7565,
- 7567, 7569, 7571, 7573, 7575, 7577, 7579, 7581, 7583, 7585,
- 7587, 7589, 7591, 7593, 7595, 7597, 7599, 7601, 7603, 7605,
- 7607, 7609, 7611, 7613, 7615, 7617, 7619, 7621, 7623, 7625,
- 7627, 7629, 7631, 7633, 7635, 7637, 7639, 7641, 7643, 7645,
- 7647, 7649, 7651, 7653, 7655, 7657, 7659, 7661, 7663, 7665,
-
- 7667, 7670, 7673, 7675, 7678, 7681, 7683, 7686, 7689, 7692,
- 7695, 7697, 7700, 7703, 7706, 7708, 7711, 7714, 7717, 7720,
- 7723, 7726, 7728, 7731, 7734, 7737, 7739, 7742, 7745, 7748,
- 7751, 7754, 7757, 7761, 7765, 7767, 7769, 7771, 7773, 7775,
- 7777, 7779, 7781, 7783, 7785, 7787, 7789, 7791, 7793, 7795,
- 7797, 7799, 7801, 7803, 7805, 7807, 7809, 7811, 7813, 7815,
- 7817, 7819, 7821, 7823, 7825, 7827, 7829, 7831, 7833, 7835,
- 7837, 7839, 7841, 7843, 7845, 7847, 7849, 7851, 7853, 7855,
- 7857, 7859, 7861, 7863, 7865, 7867, 7869, 7871, 7874, 7877,
- 7879, 7882, 7885, 7888, 7891, 7894, 7897, 7899, 7902, 7905,
-
- 7908, 7911, 7914, 7917, 7920, 7923, 7926, 7928, 7931, 7934,
- 7937, 7940, 7943, 7946, 7949, 7952, 7955, 7957, 7960, 7963,
- 7968, 7972, 7974, 7976, 7978, 7980, 7982, 7984, 7986, 7988,
- 7990, 7992, 7994, 7996, 7998, 8000, 8002, 8004, 8006, 8008,
- 8010, 8012, 8014, 8016, 8018, 8020, 8022, 8024, 8026, 8028,
- 8030, 8032, 8034, 8036, 8038, 8040, 8042, 8044, 8046, 8048,
- 8050, 8052, 8054, 8056, 8058, 8060, 8062, 8064, 8066, 8068,
- 8070, 8072, 8074, 8076, 8078, 8080, 8082, 8084, 8086, 8088,
- 8091, 8094, 8096, 8099, 8102, 8104, 8107, 8110, 8113, 8115,
- 8118, 8121, 8124, 8127, 8130, 8133, 8135, 8138, 8141, 8144,
-
- 8146, 8149, 8152, 8155, 8158, 8161, 8164, 8166, 8169, 8172,
- 8175, 8177, 8180, 8183, 8186, 8189, 8192, 8195, 8199, 8203,
- 8205, 8207, 8209, 8211, 8213, 8215, 8217, 8219, 8221, 8223,
- 8225, 8227, 8229, 8231, 8233, 8235, 8237, 8239, 8241, 8243,
- 8245, 8247, 8249, 8251, 8253, 8255, 8257, 8259, 8261, 8263,
- 8265, 8267, 8269, 8271, 8273, 8275, 8277, 8279, 8281, 8283,
- 8285, 8287, 8289, 8291, 8293, 8295, 8297, 8299, 8301, 8303,
- 8305, 8307, 8309, 8311, 8313, 8315, 8317, 8319, 8322, 8325,
- 8327, 8330, 8333, 8335, 8338, 8341, 8344, 8347, 8350, 8353,
- 8356, 8359, 8361, 8364, 8367, 8370, 8373, 8376, 8379, 8382,
-
- 8385, 8388, 8390, 8393, 8396, 8399, 8402, 8405, 8408, 8411,
- 8414, 8417, 8419, 8422, 8425, 8430, 8434, 8436, 8438, 8440,
- 8442, 8444, 8446, 8448, 8450, 8452, 8454, 8456, 8458, 8460,
- 8462, 8464, 8466, 8468, 8470, 8472, 8474, 8476, 8478, 8480,
- 8482, 8484, 8486, 8488, 8490, 8492, 8494, 8496, 8498, 8500,
- 8502, 8504, 8506, 8508, 8510, 8512, 8514, 8516, 8518, 8520,
- 8522, 8524, 8526, 8528, 8530, 8532, 8534, 8536, 8538, 8540,
- 8542, 8544, 8546, 8548, 8550, 8552, 8555, 8558, 8560, 8563,
- 8566, 8569, 8572, 8575, 8577, 8580, 8583, 8586, 8588, 8591,
- 8594, 8597, 8600, 8603, 8606, 8608, 8611, 8614, 8617, 8619,
-
- 8622, 8625, 8628, 8631, 8634, 8637, 8639, 8642, 8645, 8648,
- 8650, 8653, 8656, 8659, 8662, 8665, 8668, 8672, 8676, 8678,
- 8680, 8682, 8684, 8686, 8688, 8690, 8692, 8694, 8696, 8698,
- 8700, 8702, 8704, 8706, 8708, 8710, 8712, 8714, 8716, 8718,
- 8720, 8722, 8724, 8726, 8728, 8730, 8732, 8734, 8736, 8738,
- 8740, 8742, 8744, 8746, 8748, 8750, 8752, 8754, 8756, 8758,
- 8760, 8762, 8764, 8766, 8768, 8770, 8772, 8774, 8776, 8778,
- 8780, 8782, 8784, 8786, 8788, 8790, 8793, 8796, 8799, 8802,
- 8804, 8807, 8810, 8813, 8816, 8819, 8822, 8825, 8828, 8831,
- 8833, 8836, 8839, 8842, 8845, 8848, 8851, 8854, 8857, 8860,
-
- 8862, 8865, 8868, 8871, 8874, 8877, 8880, 8883, 8886, 8889,
- 8891, 8894, 8897, 8902, 8906, 8908, 8910, 8912, 8914, 8916,
- 8918, 8920, 8922, 8924, 8926, 8928, 8930, 8932, 8934, 8936,
- 8938, 8940, 8942, 8944, 8946, 8948, 8950, 8952, 8954, 8956,
- 8958, 8960, 8962, 8964, 8966, 8968, 8970, 8972, 8974, 8976,
- 8978, 8980, 8982, 8984, 8986, 8988, 8990, 8992, 8994, 8996,
- 8998, 9000, 9002, 9004, 9006, 9008, 9010, 9012, 9014, 9016,
- 9018, 9021, 9024, 9027, 9030, 9033, 9036, 9039, 9041, 9044,
- 9047, 9050, 9053, 9056, 9059, 9062, 9065, 9067, 9070, 9073,
- 9076, 9078, 9081, 9084, 9087, 9090, 9093, 9096, 9098, 9101,
-
- 9104, 9107, 9109, 9112, 9115, 9118, 9121, 9124, 9127, 9131,
- 9135, 9137, 9139, 9141, 9143, 9145, 9147, 9149, 9151, 9153,
- 9155, 9157, 9159, 9161, 9163, 9165, 9167, 9169, 9171, 9173,
- 9175, 9177, 9179, 9181, 9183, 9185, 9187, 9189, 9191, 9193,
- 9195, 9197, 9199, 9201, 9203, 9205, 9207, 9209, 9211, 9213,
- 9215, 9217, 9219, 9221, 9223, 9225, 9227, 9229, 9231, 9233,
- 9235, 9237, 9240, 9243, 9246, 9249, 9252, 9255, 9258, 9261,
- 9264, 9267, 9269, 9272, 9275, 9278, 9281, 9284, 9287, 9290,
- 9293, 9296, 9298, 9301, 9304, 9307, 9310, 9313, 9316, 9319,
- 9322, 9325, 9327, 9330, 9333, 9338, 9342, 9344, 9346, 9348,
-
- 9350, 9352, 9354, 9356, 9358, 9360, 9362, 9364, 9366, 9368,
- 9370, 9372, 9374, 9376, 9378, 9380, 9382, 9384, 9386, 9388,
- 9390, 9392, 9394, 9396, 9398, 9400, 9402, 9404, 9406, 9408,
- 9410, 9412, 9414, 9416, 9418, 9420, 9422, 9424, 9426, 9428,
- 9431, 9434, 9437, 9440, 9442, 9445, 9448, 9451, 9454, 9457,
- 9460, 9463, 9465, 9468, 9471, 9474, 9476, 9479, 9482, 9485,
- 9488, 9491, 9494, 9496, 9499, 9502, 9505, 9507, 9510, 9513,
- 9516, 9519, 9522, 9525, 9529, 9533, 9535, 9537, 9539, 9541,
- 9543, 9545, 9547, 9549, 9551, 9553, 9555, 9557, 9559, 9561,
- 9563, 9565, 9567, 9569, 9571, 9573, 9575, 9577, 9579, 9581,
-
- 9583, 9585, 9587, 9589, 9591, 9593, 9595, 9597, 9599, 9601,
- 9603, 9605, 9607, 9609, 9612, 9615, 9618, 9621, 9624, 9627,
- 9629, 9632, 9635, 9638, 9641, 9644, 9647, 9650, 9653, 9656,
- 9658, 9661, 9664, 9667, 9670, 9673, 9676, 9679, 9682, 9685,
- 9687, 9690, 9693, 9698, 9702, 9704, 9706, 9708, 9710, 9712,
- 9714, 9716, 9718, 9720, 9722, 9724, 9726, 9728, 9730, 9732,
- 9734, 9736, 9738, 9740, 9742, 9744, 9746, 9748, 9750, 9752,
- 9754, 9756, 9758, 9760, 9762, 9764, 9766, 9768, 9770, 9772,
- 9775, 9778, 9781, 9784, 9787, 9790, 9793, 9795, 9798, 9801,
- 9804, 9807, 9810, 9813, 9816, 9819, 9821, 9824, 9827, 9830,
-
- 9832, 9835, 9838, 9841, 9844, 9847, 9850, 9854, 9858, 9860,
- 9862, 9864, 9866, 9868, 9870, 9872, 9874, 9876, 9878, 9880,
- 9882, 9884, 9886, 9888, 9890, 9892, 9894, 9896, 9898, 9900,
- 9902, 9904, 9906, 9908, 9910, 9912, 9914, 9916, 9919, 9922,
- 9925, 9928, 9931, 9934, 9937, 9940, 9943, 9946, 9948, 9951,
- 9954, 9957, 9960, 9963, 9966, 9969, 9972, 9975, 9977, 9980,
- 9983, 9988, 9992, 9994, 9996, 9998,10000,10002,10004,10006,
- 10008,10010,10012,10014,10016,10018,10020,10022,10024,10026,
- 10028,10030,10032,10034,10036,10038,10041,10044,10047,10050,
- 10052,10055,10058,10061,10064,10067,10070,10073,10075,10078,
-
- 10081,10084,10086,10089,10092,10095,10098,10101,10104,10108,
- 10112,10114,10116,10118,10120,10122,10124,10126,10128,10130,
- 10132,10134,10136,10138,10140,10142,10144,10146,10148,10151,
- 10154,10157,10160,10163,10166,10168,10171,10174,10177,10180,
- 10183,10186,10189,10192,10195,10197,10200,10203,10208,10212,
- 10214,10216,10218,10220,10222,10224,10226,10228,10230,10232,
- 10234,10236,10238,10240,10242,10244,10247,10250,10253,10256,
- 10259,10262,10265,10267,10270,10273,10276,10279,10282,10285,
- 10288,10291,10295,10299,10301,10303,10305,10307,10309,10311,
- 10313,10315,10317,10320,10323,10326,10329,10332,10335,10338,
-
- 10341,10343,10346,10349,10353,10355,10357,10359,10361,10363,
- 10365,10367,10370,10373,10376,10379,10382,10385,10388,10391,
- 10394,10397,10399,10401,10403,10405,10408,10410,10413,10416,
- 10419,10422,10425,10429,10431,10433,10436,10438,10441,10444,
- 10447,10451,10453,10456,10458,10461,10465,10468,10472,10476,
- 10480,10484,10488,10492,10496,10500,10504,10508,10512,10516,
- 10520,10524,10528,10532,10536,10540,10544,10548,10552,10556,
- 10560,10564,10568,10572,10576
+ 0, 0,10851,10852, 67,10852,10852,10847, 61, 0,
+ 68, 76,10832, 82, 139, 81, 64, 78, 137, 123,
+ 98, 147, 53, 100, 152, 155, 182, 193, 196, 159,
+ 127, 191, 202, 214, 212,10804, 228, 258, 250, 261,
+ 312, 104,10844,10852, 279, 0, 298, 307, 338,10829,
+ 103,10834, 122, 369,10816, 328,10797,10795, 218,10795,
+ 237,10794, 229, 270, 279, 299, 290, 340, 330, 353,
+ 175, 354,10784, 325, 377, 351, 380, 378, 384, 358,
+ 387, 385, 359, 388, 389, 392, 406, 393, 407, 390,
+ 413, 442, 412, 415, 423, 448, 447, 414, 416, 440,
+
+ 455, 425, 470, 454, 462, 460, 483, 480, 486, 481,
+ 482, 485, 488, 501, 503, 484, 496, 508, 522, 510,
+ 520, 524, 99, 535,10852, 525, 586, 584, 598, 612,
+ 624,10821, 215,10820, 107, 603, 287, 643, 565, 585,
+ 608,10788,10776,10781, 614,10782, 625, 629,10788, 631,
+ 634, 635, 651, 653, 655, 632, 661, 656, 220, 657,
+ 666, 660, 664, 668, 684, 681, 690, 669, 696, 677,
+ 701, 705, 699, 697, 723, 691, 700, 714, 726, 519,
+ 736, 721, 724, 738, 746, 730,10852, 744, 740, 272,
+ 760, 749, 755, 745, 766, 768, 753, 771, 767, 776,
+
+ 770, 792, 802, 793, 812, 805, 808, 813, 816, 814,
+ 815, 820, 826, 829, 830, 832, 833, 517, 850, 892,
+ 907, 915,10814, 557,10813,10812,10811, 921, 926, 320,
+ 10816, 931, 847, 938, 824,10768, 939, 858, 834, 940,
+ 941, 943,10763, 896, 942, 944, 946, 954, 955, 950,
+ 10784, 949,10852, 965, 952, 953, 956, 967, 968, 981,
+ 985, 988, 973, 975, 982, 1009, 969, 1010, 1021, 1022,
+ 986, 1023, 1028, 1025,10852, 1042, 1037, 1031, 1029, 1043,
+ 1045, 1040, 81, 1046, 1048, 1052, 1047, 1050, 1055, 1053,
+ 1056, 1062, 1058, 1067, 1065, 1078, 99, 1081, 1068, 1059,
+
+ 1083, 1086, 1054, 1112, 1120, 1121, 1122, 1123, 1124, 1127,
+ 1149, 1146, 1184, 1193, 1206,10806, 560,10805,10804,10803,
+ 10802,10801, 562,10806, 578, 1212, 1146, 1168,10852, 1194,
+ 1220, 1195, 1221, 1228, 1222, 1223, 1224, 1226, 1229, 1227,
+ 1237, 1233, 1253, 1232,10798, 1236, 1252, 1231, 1254, 1255,
+ 1256, 1257, 1121, 1126, 1266, 1260, 1259,10797, 1281, 1270,
+ 1289, 1286, 1300, 1293, 1298, 843, 1302, 1313, 1312, 1295,
+ 1316, 1325, 1315, 1328, 1334, 1333, 1329, 1326, 1339, 1342,
+ 1330,10792,10791, 1343, 1362, 1348, 1335, 1336, 1361, 1368,
+ 1370,10772, 1373, 1369, 1386, 1435, 1443, 1451,10794, 780,
+
+ 10793,10792,10791,10790,10789,10788,10787,10786, 590,10791,
+ 842, 855,10790, 1457, 1374, 1416, 1422, 1445, 1417,10760,
+ 1464, 1428, 1426, 1472, 1466, 1469, 1475, 1474, 1481, 1476,
+ 1491, 1482,10773, 1480, 1483, 1493, 1498, 1497, 1494,10750,
+ 10750,10740,10747,10747,10737, 1537, 1501, 1503,10772, 1504,
+ 1518, 1513, 1508, 1511, 1512, 1514, 1556, 1367, 1507, 1529,
+ 1561, 1113, 1519, 1560, 1522, 1568, 1571, 1578, 1575, 1574,
+ 1579, 1576, 1577, 1582,10771,10759, 1586, 1585, 1591, 1594,
+ 1583, 1587,10771, 1597, 1620, 1655, 1663, 1670, 1679,10771,
+ 964,10770,10769,10768,10767,10766,10765,10764,10763,10762,
+
+ 10761,10760, 876,10765, 1166, 1402,10764, 1406, 1596, 1685,
+ 1655, 1641, 1643,10756, 1673, 1693, 1696, 1697, 1647, 1699,
+ 1700, 1718, 1702, 1704, 1705, 1703, 1708, 1701,10736, 1707,
+ 1722, 1709,10712,10724,10709,10709,10721,10706, 1719, 1725,
+ 1733, 1731,10738, 1726, 1737, 1739, 1729, 1749, 1738, 1746,
+ 10852, 1791, 1763, 1778, 1780, 1764, 1771, 1765, 1774, 1787,
+ 1786, 1792, 1798, 1794, 1795, 1799, 1803,10726,10727, 1801,
+ 1804, 1808, 1810, 1817,10737, 1805, 1831, 1868, 1876, 1888,
+ 10745, 1138,10744,10743,10742,10741,10740,10739,10738,10737,
+ 10736,10735,10734,10733,10732,10731,10730,10729, 1819,10734,
+
+ 1833, 1847,10733, 1895, 1896, 1897, 1898,10732, 1904, 130,
+ 10716, 1601, 62,10724, 246, 835, 490, 1598, 448, 254,
+ 176, 1602, 1870, 437, 1135,10852, 1383,10723,10678,10679,
+ 10689,10675,10676,10686, 421, 185, 1880, 319,10852,10716,
+ 10715, 1151, 544, 1616, 1877, 1878, 148, 1879, 1912, 1899,
+ 10714,10713,10712, 1893,10711,10710, 1914, 1894, 860, 1915,
+ 1828, 1916,10852,10852, 1917, 1920, 1922,10709, 1919,10688,
+ 1930, 1944, 1972, 1979, 1987,10707, 1858,10706,10705,10704,
+ 10703,10702,10701,10700,10699,10698,10697,10696,10695,10694,
+ 10693,10692,10691,10690,10689,10688,10687,10686, 1955,10691,
+
+ 1962, 1994, 1995, 1996, 1997, 1998,10690, 1999, 2006, 2007,
+ 2013, 2002,10663, 1395, 1973, 2003, 1981, 840, 2005, 2020,
+ 1948, 2022, 2024,10682, 2025, 2026,10681,10645,10648,10636,
+ 10642,10645,10633, 2027, 1928,10674, 1169, 2028, 2029, 2030,
+ 10673, 2031, 2036, 2037, 2032, 2026, 2033, 160, 1927, 2035,
+ 10672, 2047, 2039,10671, 345, 2048, 1937,10852,10670, 2092,
+ 2100,10669, 1952,10668,10667,10666,10665,10664,10663,10662,
+ 10661,10660,10659,10658,10657,10656,10655,10654,10653,10652,
+ 10651,10650,10649,10648,10647,10646,10645,10644,10643, 2061,
+ 10646, 2065, 2081,10642, 2082, 2107, 2108,10638, 2109, 2110,
+
+ 2111, 2112, 2119, 2120,10634, 2126, 2115,10852, 2072, 2038,
+ 2054, 2133, 2116, 2118, 2134, 1407, 1603, 2135, 2136, 1600,
+ 10585,10577,10584,10573,10565,10572, 2137, 2138, 2140, 2142,
+ 2057, 2139, 2143, 2141, 2144,10600,10852, 2145, 2146, 2151,
+ 2148, 2161, 2162, 2152, 2163, 2159, 2207, 2215,10596, 2167,
+ 10592,10588,10584,10580,10576,10572,10568,10564,10560,10556,
+ 10552,10548,10544,10540,10536,10529,10515,10493,10461,10417,
+ 10363,10359,10276,10272,10176,10172,10056,10052, 9922, 9918,
+ 2172, 9772, 2184, 2187, 9768, 2195, 2222, 2223, 2224, 2225,
+ 2226, 2227, 2234, 9603, 2235, 2236, 2237, 2238, 2244, 2209,
+
+ 2233, 1234, 2251, 2252, 2253, 2255, 2256, 9593, 2254, 2164,
+ 2257, 2169, 9379, 9359, 9172, 9168, 8927, 8939, 2258, 2260,
+ 8740, 2261, 2263, 2264, 2278, 2262, 2265, 2266, 2279, 8736,
+ 2268, 2280, 2267, 2281, 2282, 2288, 2321, 2330, 8498, 2290,
+ 8494, 8267, 8263, 8036, 8032, 7829, 7825, 7627, 7623, 7451,
+ 7447, 7281, 7277, 7135, 7131, 6998, 6994, 6883, 6879, 6778,
+ 6774, 6693, 6689, 6623, 6576, 6541, 6517, 6500, 6489, 6481,
+ 6476, 6471, 6463, 6447, 6446, 2337, 6451, 2338, 2339, 6450,
+ 2340, 2341, 2342, 2349, 6449, 2350, 2351, 2352, 6448, 2353,
+ 2354, 2361, 2362, 2363, 2364, 2365, 6442, 2371, 2360, 6429,
+
+ 2378, 2379, 1136, 2380, 2269, 2382, 2383, 2384, 2385, 2381,
+ 6377,10852, 6380, 6364,10852, 6378, 2386, 2387, 2389, 2388,
+ 2396, 2390, 2392, 2393, 6406, 2404, 2270, 2284, 2405, 2407,
+ 2394, 2408, 2448, 2456, 6399, 2417, 6391, 6383, 6371, 6370,
+ 6369, 6368, 6361, 6353, 6345, 6333, 6332, 6331, 6330, 6323,
+ 6315, 6295, 6294, 6293, 6292, 6285, 6277, 6269, 6257, 6256,
+ 6255, 6254, 6247, 6239, 6231, 6219, 6218, 6217, 6216, 6209,
+ 6201, 6193, 6181, 6180, 6179, 2412, 6184, 2415, 2434, 2463,
+ 2464, 2465, 2466, 6177, 2467, 2468, 2475, 2476, 2477, 2478,
+ 2479, 2480, 2487, 2488, 6169, 2489, 2490, 2491, 2492, 2498,
+
+ 6143, 2505, 6142, 2411, 2506, 2507, 2508, 2509, 2510, 6141,
+ 2512, 6105, 6102, 6090, 6086, 2511, 2513, 2395, 2514, 2515,
+ 2517, 2520, 2516, 2521, 2522, 2518, 2523, 2532, 2531, 2397,
+ 2572, 2581, 6105, 2540, 6104, 6103, 6102, 6095, 6087, 6079,
+ 6067, 6066, 6065, 6064, 6057, 6049, 6041, 6029, 6028, 6027,
+ 6026, 6019, 6011, 5991, 5990, 5989, 5988, 5981, 5973, 5965,
+ 5953, 5952, 5951, 5950, 5943, 5935, 5927, 5915, 5914, 5913,
+ 5912, 5905, 5897, 5889, 5877, 5876, 5875, 5874, 2543, 5873,
+ 2547, 2560, 5865, 2588, 2589, 2590, 5845, 2591, 2592, 2593,
+ 2600, 2601, 2602, 5844, 2603, 2604, 2605, 5843, 2612, 2613,
+
+ 2614, 2615, 2616, 2617, 2624, 5842, 2630, 2575, 2621, 5829,
+ 2524, 2619, 2622, 2050, 2623, 5781,10852, 5773,10852, 5801,
+ 2637, 2638, 1408, 2196, 2639, 2640, 2539, 2641, 2642, 2643,
+ 2644, 2645, 2646, 2647, 2702, 2710, 5800, 2655, 5799, 5798,
+ 5791, 5783, 5775, 5763, 5762, 5761, 5760, 5753, 5745, 5737,
+ 5725, 5724, 5723, 5722, 5715, 5707, 5687, 5686, 5685, 5684,
+ 5677, 5669, 5661, 5649, 5648, 5647, 5646, 5639, 5631, 5623,
+ 5611, 5610, 5609, 5608, 5601, 5593, 5585, 5573, 5572, 5571,
+ 5570, 5563, 5555, 5535, 5534, 5533, 2669, 5538, 2676, 2678,
+ 5531, 2685, 2686, 2690, 2694, 2717, 2718, 2719, 2720, 5523,
+
+ 2721, 2722, 2729, 2730, 2731, 2732, 2733, 2734, 2741, 2742,
+ 2743, 5515, 2744, 2745, 2746, 2753, 2759, 2748, 2649, 283,
+ 2291, 2749, 2654, 5497, 5457, 5456, 2750, 2751, 2752, 2766,
+ 2767, 2667, 2768, 5494, 2769, 2771, 5487, 5479, 2772, 2770,
+ 2780, 2823, 5471, 2800, 5459, 5458, 5457, 5456, 5449, 5441,
+ 5433, 5421, 5420, 5419, 5418, 5411, 5403, 5388, 5387, 5386,
+ 5385, 5384, 5376, 5375, 5374, 5373, 5366, 5358, 5350, 5342,
+ 5341, 5340, 5339, 5330, 5329, 5328, 5327, 5320, 5312, 5304,
+ 5294, 5293, 5272, 5271, 5270, 54, 70, 348, 548, 558,
+ 574, 746, 850, 966, 1034, 1051, 1159, 2804, 1326, 2813,
+
+ 2814, 1388, 2830, 2831, 2832, 2833, 1403, 2834, 2835, 2842,
+ 1429, 2843, 2844, 2845, 2846, 2847, 2854, 2855, 1512, 2856,
+ 2857, 2858, 1522, 2859, 2866, 2867, 2868, 2869, 2870, 2871,
+ 1620, 2877, 2884, 2885, 2886, 2887, 1710, 2653, 1814, 1918,
+ 2074, 2774, 2418, 2888, 2784, 2889, 2890, 2185, 2289, 2782,
+ 2892, 2898, 2939, 2304, 2910, 2544, 2546, 2556, 2564, 2650,
+ 2651, 2665, 2668, 2785, 2794, 2796, 2806, 2810, 2899, 2900,
+ 2901, 2902, 2911, 2915, 2916, 2917, 2919, 2921, 2922, 2923,
+ 2926, 2927, 2928, 2929, 2930, 2931, 2940, 2941, 2942, 2943,
+ 2944, 2945, 2946, 2947, 2948, 2949, 2950, 2951, 2952, 2953,
+
+ 2954, 2955, 2956, 2957, 2958, 2959, 2960, 2961, 2962, 2963,
+ 2964, 2965, 2972, 2973, 2974, 2975, 2976, 2977, 2979, 2984,
+ 2986, 2987, 2988, 2989, 2991, 2992, 2996, 2999, 3000, 3001,
+ 3003, 3004, 3008, 3010, 3011, 3012, 3013, 3015, 3020, 3022,
+ 3023, 3024, 3025, 3027, 3032, 3033, 3034, 3035, 3041, 3030,
+ 3031, 3048, 3049, 3050, 3050, 3051, 3053, 3054, 3055, 3061,
+ 3056, 3057, 3062, 3058, 3095, 3103, 3059, 3067, 3063, 3065,
+ 3066, 3075, 3076, 3079, 3080, 3081, 3082, 3084, 3097, 3104,
+ 3105, 3107, 3108, 3109, 3110, 3111, 3112, 3113, 3114, 3115,
+ 3116, 3117, 3118, 3119, 3120, 3121, 3122, 3123, 3124, 3125,
+
+ 3126, 3127, 3128, 3129, 3130, 3131, 3132, 3133, 3134, 3135,
+ 3136, 3137, 3138, 3139, 3140, 3141, 3142, 3143, 3144, 3145,
+ 3146, 3147, 3148, 3149, 3150, 3151, 3152, 3153, 3160, 3161,
+ 3162, 3163, 3164, 3165, 3167, 3170, 3172, 3174, 3175, 3177,
+ 3178, 3179, 3182, 3186, 3187, 3189, 3190, 3191, 3192, 3194,
+ 3197, 3199, 3201, 3202, 3204, 3206, 3209, 3211, 3212, 3213,
+ 3214, 3216, 3219, 3221, 3223, 3224, 3226, 3228, 3232, 3225,
+ 3239, 3240, 3241, 3212, 3213, 3244, 3245, 3250, 3251, 3247,
+ 3246, 3272, 3300, 3255, 3287, 3249, 3252, 3253, 3254, 3257,
+ 3258, 3288, 3266, 3278, 3282, 3283, 3284, 3289, 3290, 3291,
+
+ 3292, 3301, 3302, 3303, 3304, 3305, 3306, 3307, 3308, 3309,
+ 3310, 3311, 3312, 3313, 3314, 3315, 3316, 3317, 3318, 3319,
+ 3320, 3321, 3322, 3323, 3324, 3325, 3326, 3327, 3328, 3329,
+ 3330, 3331, 3332, 3333, 3334, 3335, 3336, 3337, 3338, 3339,
+ 3340, 3341, 3342, 3343, 3344, 3345, 3346, 3353, 3354, 3355,
+ 3356, 3357, 3358, 3360, 3363, 3365, 3367, 3368, 3370, 3372,
+ 3375, 3377, 3379, 3380, 3381, 3382, 3384, 3389, 3391, 3392,
+ 3393, 3394, 3396, 3401, 3402, 3403, 3404, 3405, 3406, 3413,
+ 3414, 3415, 3416, 3417, 3418, 3424, 3425, 3426, 3427, 3433,
+ 3423, 3422, 3440, 3441, 3412, 3413, 3444, 3445, 3446, 3447,
+
+ 3448, 3449, 3483, 3500, 3457, 3451, 3452, 3454, 3455, 3458,
+ 3459, 3467, 3468, 3469, 3470, 3472, 3473, 3474, 3475, 3485,
+ 3488, 3489, 3490, 3491, 3492, 3501, 3502, 3503, 3504, 3505,
+ 3506, 3507, 3508, 3509, 3510, 3511, 3512, 3513, 3514, 3515,
+ 3516, 3517, 3518, 3519, 3520, 3521, 3522, 3523, 3524, 3525,
+ 3526, 3527, 3528, 3529, 3530, 3531, 3532, 3533, 3534, 3535,
+ 3536, 3537, 3538, 3539, 3540, 3541, 3542, 3543, 3550, 3551,
+ 3552, 3553, 3554, 3555, 3557, 3562, 3564, 3565, 3566, 3567,
+ 3568, 3569, 3573, 3576, 3577, 3578, 3580, 3581, 3585, 3587,
+ 3588, 3589, 3590, 3592, 3595, 3597, 3599, 3600, 3602, 3604,
+
+ 3607, 3609, 3610, 3611, 3612, 3614, 3617, 3619, 3621, 3622,
+ 3624, 3626, 3630, 3623, 3637, 3638, 3597, 3598, 3641, 3642,
+ 3643, 3644, 3645, 3646, 3656, 3670, 3647, 3648, 3664, 3671,
+ 3672, 3673, 3674, 3676, 3677, 3678, 3679, 3680, 3681, 3682,
+ 3683, 3684, 3685, 3686, 3687, 3689, 3690, 3691, 3692, 3693,
+ 3694, 3695, 3696, 3697, 3698, 3699, 3700, 3701, 3702, 3703,
+ 3704, 3705, 3706, 3707, 3708, 3709, 3710, 3711, 3712, 3713,
+ 3714, 3715, 3716, 3717, 3718, 3719, 3720, 3721, 3722, 3723,
+ 3724, 3725, 3726, 3727, 3728, 3729, 3730, 3737, 3738, 3739,
+ 3740, 3741, 3742, 3747, 3749, 3750, 3751, 3752, 3754, 3759,
+
+ 3761, 3762, 3763, 3764, 3766, 3769, 3771, 3773, 3774, 3776,
+ 3778, 3781, 3783, 3785, 3786, 3788, 3790, 3792, 3793, 3795,
+ 3797, 3800, 3802, 3804, 3805, 3807, 3809, 3812, 3814, 3815,
+ 3816, 3822, 3780, 3782, 3829, 3830, 3832, 3838, 3846, 3840,
+ 3847, 3848, 3855, 3856, 3857, 3858, 3859, 3860, 3861, 3862,
+ 3863, 3864, 3865, 3866, 3867, 3868, 3869, 3870, 3873, 3874,
+ 3875, 3876, 3877, 3878, 3879, 3880, 3881, 3882, 3883, 3884,
+ 3885, 3886, 3887, 3888, 3889, 3890, 3891, 3892, 3893, 3894,
+ 3895, 3896, 3897, 3898, 3899, 3900, 3901, 3902, 3903, 3904,
+ 3905, 3906, 3907, 3908, 3909, 3910, 3911, 3918, 3919, 3920,
+
+ 3921, 3922, 3923, 3930, 3931, 3932, 3933, 3934, 3935, 3936,
+ 3940, 3943, 3944, 3945, 3947, 3948, 3952, 3954, 3955, 3956,
+ 3957, 3959, 3962, 3964, 3966, 3967, 3969, 3971, 3974, 3976,
+ 3977, 3978, 3979, 3981, 3984, 3986, 3988, 3989, 3991, 3993,
+ 3997, 3947, 3961, 4005, 4006, 4014, 4022, 4008, 4016, 4023,
+ 4030, 4031, 4032, 4033, 4034, 4035, 4036, 4037, 4038, 4039,
+ 4040, 4041, 4042, 4043, 4044, 4046, 4047, 4048, 4049, 4050,
+ 4051, 4052, 4054, 4055, 4056, 4057, 4058, 4059, 4060, 4061,
+ 4062, 4063, 4064, 4065, 4066, 4067, 4068, 4069, 4070, 4071,
+ 4072, 4073, 4074, 4075, 4076, 4077, 4078, 4079, 4080, 4081,
+
+ 4082, 4089, 4090, 4091, 4092, 4093, 4094, 4101, 4102, 4103,
+ 4104, 4105, 4106, 4111, 4113, 4114, 4115, 4116, 4118, 4123,
+ 4125, 4126, 4127, 4128, 4130, 4134, 4135, 4137, 4138, 4139,
+ 4142, 4146, 4147, 4149, 4150, 4151, 4154, 4157, 4158, 4159,
+ 4165, 4112, 4113, 4172, 4173, 4181, 4189, 4175, 4183, 4190,
+ 4191, 4198, 4199, 4200, 4201, 4202, 4203, 4204, 4205, 4206,
+ 4207, 4208, 4209, 4210, 4211, 4213, 4221, 4215, 4216, 4218,
+ 4220, 4222, 4223, 4224, 4225, 4226, 4227, 4228, 4229, 4230,
+ 4231, 4232, 4233, 4234, 4235, 4236, 4237, 4238, 4239, 4240,
+ 4241, 4242, 4243, 4244, 4245, 4252, 4253, 4254, 4255, 4256,
+
+ 4257, 4261, 4264, 4265, 4266, 4268, 4269, 4273, 4276, 4277,
+ 4278, 4279, 4280, 4281, 4285, 4288, 4289, 4290, 4292, 4293,
+ 4297, 4299, 4300, 4301, 4302, 4304, 4307, 4309, 4311, 4312,
+ 4314, 4316, 4320,10852,10852, 4313, 4327, 4328, 4336, 4344,
+ 4330, 4338, 4345, 4346, 4353, 4354, 4355, 4356, 4358, 4359,
+ 4360, 4361, 4363, 4364, 4365, 4366, 4367, 4368, 4369, 4370,
+ 4371, 4372, 4373, 4374, 4375, 4376, 4377, 4378, 4379, 4380,
+ 4381, 4382, 4383, 4384, 4385, 4386, 4387, 4388, 4389, 4390,
+ 4391, 4392, 4399, 4400, 4401, 4402, 4403, 4404, 4410, 4411,
+ 4412, 4413, 4414, 4415, 4422, 4423, 4424, 4425, 4426, 4427,
+
+ 4433, 4434, 4435, 4436, 4437, 4438, 4445, 4446, 4447, 4448,
+ 4449, 4450, 4456, 4457, 4458, 4459, 4465, 4454, 4455, 4479,
+ 4487, 4473, 4481, 4489, 4490, 4491, 4498, 4499, 4500, 4501,
+ 4502, 4503, 4504, 4505, 4506, 4507, 4508, 4509, 4510, 4511,
+ 4512, 4513, 4514, 4515, 4516, 4517, 4518, 4519, 4520, 4521,
+ 4522, 4523, 4524, 4525, 4526, 4527, 4528, 4529, 4536, 4537,
+ 4538, 4539, 4540, 4541, 4548, 4549, 4550, 4551, 4552, 4553,
+ 4554, 4558, 4561, 4562, 4563, 4565, 4566, 4570, 4572, 4573,
+ 4574, 4575, 4577, 4580, 4582, 4584, 4585, 4587, 4589, 4593,
+ 4586, 4607, 4615, 4601, 4609, 4616, 4617, 4618, 4619, 4626,
+
+ 4627, 4628, 4629, 4630, 4631, 4632, 4633, 4634, 4635, 4636,
+ 4637, 4638, 4639, 4640, 4641, 4642, 4643, 4644, 4645, 4646,
+ 4647, 4648, 4649, 4650, 4651, 4658, 4659, 4660, 4661, 4662,
+ 4663, 4670, 4671, 4672, 4673, 4674, 4675, 4680, 4682, 4683,
+ 4684, 4685, 4687, 4692, 4694, 4695, 4696, 4697, 4699, 4703,
+ 4704, 4706, 4712, 4726, 4734, 4701, 4702, 4705, 4720, 4728,
+ 4735, 4736, 4737, 4738, 4745, 4746, 4747, 4748, 4749, 4750,
+ 4751, 4752, 4753, 4754, 4755, 4756, 4757, 4758, 4759, 4760,
+ 4761, 4768, 4769, 4770, 4771, 4772, 4773, 4777, 4780, 4781,
+ 4782, 4784, 4785, 4789, 4792, 4793, 4794, 4795, 4796, 4797,
+
+ 4801, 4804, 4805, 4806, 4808, 4809, 4814, 4828, 4836, 4807,
+ 4822, 4830, 4837, 4838, 4839, 4840, 4847, 4848, 4849, 4850,
+ 4851, 4852, 4853, 4854, 4855, 4856, 4857, 4858, 4859, 4860,
+ 4867, 4868, 4869, 4870, 4871, 4872, 4878, 4879, 4880, 4881,
+ 4882, 4883, 4890, 4891, 4892, 4893, 4894, 4895, 4901, 4902,
+ 4903, 4904, 4910, 4924, 4932, 4899, 4900, 4918, 4926, 4933,
+ 4934, 4935, 4936, 4943, 4944, 4945, 4946, 4947, 4948, 4949,
+ 4950, 4951, 4958, 4959, 4960, 4961, 4962, 4963, 4970, 4971,
+ 4972, 4973, 4974, 4975, 4976, 4980, 4983, 4984, 4985, 4987,
+ 4988, 4993, 5007, 5015, 4986, 5001, 5009, 5016, 5017, 5018,
+
+ 5019, 5026, 5027, 5028, 5029, 5030, 5031, 5038, 5039, 5040,
+ 5041, 5042, 5043, 5050, 5051, 5052, 5053, 5054, 5055, 5060,
+ 5062, 5063, 5069, 5083, 5091, 5058, 5059, 5061, 5077, 5085,
+ 5092, 5093, 5094, 5095, 5102, 5109, 5110, 5111, 5112, 5113,
+ 5114, 5118, 5121, 5122, 5123, 5125, 5126, 5130, 5132, 5146,
+ 5154, 5132, 5140, 5148, 5155, 5156, 5157, 5164, 5171, 5172,
+ 5173, 5174, 5175, 5176, 5182, 5183, 5184, 5185, 5191, 5205,
+ 5213, 5180, 5181, 5199, 5207, 5214, 5229, 5221, 5235, 5236,
+ 5237, 5238, 5239, 5240, 5222, 5246, 5260, 5268, 5217, 5246,
+ 5284, 5289, 5260, 5295, 5296, 5297, 5298, 5304, 5318, 5326,
+
+ 5262, 5275, 5343, 5344, 5350, 5364, 5372, 5389, 5395, 5409,
+ 5417, 5433, 5447, 5455, 5471, 5485, 5493, 5509, 5523, 5531,
+ 5547, 5561, 5569, 5585, 5599, 5607, 5623, 5637, 5645, 5661,
+ 5675, 5683, 5699, 5713, 5721, 5737, 5751, 5759, 5775, 5789,
+ 5797, 5813, 5827, 5835, 5851, 5865, 5873, 5889, 5903, 5911,
+ 5927, 5941, 5949, 5965, 5979, 5987, 6003, 6017, 6025, 6041,
+ 6055, 6063, 6079, 6093, 6101, 6117, 6131, 6139, 6155, 6169,
+ 6177, 6193, 6207, 6215, 6231, 6245, 6253, 6269, 6283, 6291,
+ 6307, 6321, 6329, 6345, 6359, 6367, 6383, 6397, 6405, 6421,
+ 6435, 6442,10852, 6470, 6478, 6483, 6488, 6493, 6495, 6498,
+
+ 6501, 6503, 6505, 6508, 6512, 6514, 6516, 6518, 6520, 6523,
+ 6526, 6529, 6531, 6533, 6535, 6537, 6539, 6541, 6544, 6547,
+ 6549, 6553, 6555, 6557, 6559, 6561, 6563, 6565, 6567, 6569,
+ 6571, 6574, 6577, 6579, 6582, 6585, 6588, 6590, 6592, 6594,
+ 6596, 6598, 6600, 6602, 6604, 6606, 6608, 6610, 6612, 6615,
+ 6618, 6620, 6623, 6626, 6628, 6631, 6635, 6637, 6639, 6641,
+ 6643, 6645, 6647, 6649, 6651, 6653, 6655, 6657, 6659, 6661,
+ 6663, 6665, 6667, 6669, 6672, 6675, 6677, 6680, 6683, 6685,
+ 6688, 6691, 6694, 6697, 6701, 6705, 6707, 6709, 6711, 6713,
+ 6715, 6717, 6719, 6721, 6723, 6725, 6727, 6729, 6731, 6733,
+
+ 6735, 6737, 6739, 6741, 6743, 6745, 6747, 6750, 6753, 6755,
+ 6758, 6761, 6764, 6767, 6770, 6773, 6775, 6778, 6781, 6786,
+ 6790, 6792, 6794, 6796, 6798, 6800, 6802, 6804, 6806, 6808,
+ 6810, 6812, 6814, 6816, 6818, 6820, 6822, 6824, 6826, 6828,
+ 6830, 6832, 6834, 6836, 6838, 6840, 6842, 6845, 6848, 6850,
+ 6853, 6856, 6858, 6861, 6864, 6867, 6869, 6872, 6875, 6878,
+ 6881, 6884, 6887, 6891, 6895, 6897, 6899, 6901, 6903, 6905,
+ 6907, 6909, 6911, 6913, 6915, 6917, 6919, 6921, 6923, 6925,
+ 6927, 6929, 6931, 6933, 6935, 6937, 6939, 6941, 6943, 6945,
+ 6947, 6949, 6951, 6953, 6956, 6959, 6961, 6964, 6967, 6969,
+
+ 6972, 6975, 6978, 6981, 6984, 6987, 6990, 6993, 6995, 6998,
+ 7001, 7006, 7010, 7012, 7014, 7016, 7018, 7020, 7022, 7024,
+ 7026, 7028, 7030, 7032, 7034, 7036, 7038, 7040, 7042, 7044,
+ 7046, 7048, 7050, 7052, 7054, 7056, 7058, 7060, 7062, 7064,
+ 7066, 7068, 7070, 7072, 7074, 7076, 7078, 7080, 7083, 7086,
+ 7088, 7091, 7094, 7096, 7099, 7102, 7105, 7108, 7110, 7113,
+ 7116, 7119, 7121, 7124, 7127, 7130, 7133, 7136, 7139, 7143,
+ 7147, 7149, 7151, 7153, 7155, 7157, 7159, 7161, 7163, 7165,
+ 7167, 7169, 7171, 7173, 7175, 7177, 7179, 7181, 7183, 7185,
+ 7187, 7189, 7191, 7193, 7195, 7197, 7199, 7201, 7203, 7205,
+
+ 7207, 7209, 7211, 7213, 7215, 7217, 7219, 7221, 7224, 7227,
+ 7229, 7232, 7235, 7238, 7241, 7244, 7247, 7249, 7252, 7255,
+ 7258, 7261, 7264, 7267, 7270, 7273, 7276, 7278, 7281, 7284,
+ 7289, 7293, 7295, 7297, 7299, 7301, 7303, 7305, 7307, 7309,
+ 7311, 7313, 7315, 7317, 7319, 7321, 7323, 7325, 7327, 7329,
+ 7331, 7333, 7335, 7337, 7339, 7341, 7343, 7345, 7347, 7349,
+ 7351, 7353, 7355, 7357, 7359, 7361, 7363, 7365, 7367, 7369,
+ 7371, 7373, 7375, 7377, 7379, 7382, 7385, 7387, 7390, 7393,
+ 7395, 7398, 7401, 7404, 7406, 7409, 7412, 7415, 7418, 7421,
+ 7424, 7426, 7429, 7432, 7435, 7437, 7440, 7443, 7446, 7449,
+
+ 7452, 7455, 7459, 7463, 7465, 7467, 7469, 7471, 7473, 7475,
+ 7477, 7479, 7481, 7483, 7485, 7487, 7489, 7491, 7493, 7495,
+ 7497, 7499, 7501, 7503, 7505, 7507, 7509, 7511, 7513, 7515,
+ 7517, 7519, 7521, 7523, 7525, 7527, 7529, 7531, 7533, 7535,
+ 7537, 7539, 7541, 7543, 7545, 7547, 7549, 7551, 7553, 7556,
+ 7559, 7561, 7564, 7567, 7569, 7572, 7575, 7578, 7581, 7584,
+ 7587, 7590, 7593, 7595, 7598, 7601, 7604, 7607, 7610, 7613,
+ 7616, 7619, 7622, 7624, 7627, 7630, 7635, 7639, 7641, 7643,
+ 7645, 7647, 7649, 7651, 7653, 7655, 7657, 7659, 7661, 7663,
+ 7665, 7667, 7669, 7671, 7673, 7675, 7677, 7679, 7681, 7683,
+
+ 7685, 7687, 7689, 7691, 7693, 7695, 7697, 7699, 7701, 7703,
+ 7705, 7707, 7709, 7711, 7713, 7715, 7717, 7719, 7721, 7723,
+ 7725, 7727, 7729, 7731, 7733, 7735, 7737, 7739, 7741, 7743,
+ 7746, 7749, 7751, 7754, 7757, 7759, 7762, 7765, 7768, 7771,
+ 7773, 7776, 7779, 7782, 7784, 7787, 7790, 7793, 7796, 7799,
+ 7802, 7804, 7807, 7810, 7813, 7815, 7818, 7821, 7824, 7827,
+ 7830, 7833, 7837, 7841, 7843, 7845, 7847, 7849, 7851, 7853,
+ 7855, 7857, 7859, 7861, 7863, 7865, 7867, 7869, 7871, 7873,
+ 7875, 7877, 7879, 7881, 7883, 7885, 7887, 7889, 7891, 7893,
+ 7895, 7897, 7899, 7901, 7903, 7905, 7907, 7909, 7911, 7913,
+
+ 7915, 7917, 7919, 7921, 7923, 7925, 7927, 7929, 7931, 7933,
+ 7935, 7937, 7939, 7941, 7943, 7945, 7947, 7950, 7953, 7955,
+ 7958, 7961, 7964, 7967, 7970, 7973, 7975, 7978, 7981, 7984,
+ 7987, 7990, 7993, 7996, 7999, 8002, 8004, 8007, 8010, 8013,
+ 8016, 8019, 8022, 8025, 8028, 8031, 8033, 8036, 8039, 8044,
+ 8048, 8050, 8052, 8054, 8056, 8058, 8060, 8062, 8064, 8066,
+ 8068, 8070, 8072, 8074, 8076, 8078, 8080, 8082, 8084, 8086,
+ 8088, 8090, 8092, 8094, 8096, 8098, 8100, 8102, 8104, 8106,
+ 8108, 8110, 8112, 8114, 8116, 8118, 8120, 8122, 8124, 8126,
+ 8128, 8130, 8132, 8134, 8136, 8138, 8140, 8142, 8144, 8146,
+
+ 8148, 8150, 8152, 8154, 8156, 8158, 8160, 8162, 8164, 8167,
+ 8170, 8172, 8175, 8178, 8180, 8183, 8186, 8189, 8191, 8194,
+ 8197, 8200, 8203, 8206, 8209, 8211, 8214, 8217, 8220, 8222,
+ 8225, 8228, 8231, 8234, 8237, 8240, 8242, 8245, 8248, 8251,
+ 8253, 8256, 8259, 8262, 8265, 8268, 8271, 8275, 8279, 8281,
+ 8283, 8285, 8287, 8289, 8291, 8293, 8295, 8297, 8299, 8301,
+ 8303, 8305, 8307, 8309, 8311, 8313, 8315, 8317, 8319, 8321,
+ 8323, 8325, 8327, 8329, 8331, 8333, 8335, 8337, 8339, 8341,
+ 8343, 8345, 8347, 8349, 8351, 8353, 8355, 8357, 8359, 8361,
+ 8363, 8365, 8367, 8369, 8371, 8373, 8375, 8377, 8379, 8381,
+
+ 8383, 8385, 8387, 8389, 8391, 8393, 8395, 8398, 8401, 8403,
+ 8406, 8409, 8411, 8414, 8417, 8420, 8423, 8426, 8429, 8432,
+ 8435, 8437, 8440, 8443, 8446, 8449, 8452, 8455, 8458, 8461,
+ 8464, 8466, 8469, 8472, 8475, 8478, 8481, 8484, 8487, 8490,
+ 8493, 8495, 8498, 8501, 8506, 8510, 8512, 8514, 8516, 8518,
+ 8520, 8522, 8524, 8526, 8528, 8530, 8532, 8534, 8536, 8538,
+ 8540, 8542, 8544, 8546, 8548, 8550, 8552, 8554, 8556, 8558,
+ 8560, 8562, 8564, 8566, 8568, 8570, 8572, 8574, 8576, 8578,
+ 8580, 8582, 8584, 8586, 8588, 8590, 8592, 8594, 8596, 8598,
+ 8600, 8602, 8604, 8606, 8608, 8610, 8612, 8614, 8616, 8618,
+
+ 8620, 8622, 8624, 8626, 8628, 8631, 8634, 8636, 8639, 8642,
+ 8645, 8648, 8651, 8653, 8656, 8659, 8662, 8664, 8667, 8670,
+ 8673, 8676, 8679, 8682, 8684, 8687, 8690, 8693, 8695, 8698,
+ 8701, 8704, 8707, 8710, 8713, 8715, 8718, 8721, 8724, 8726,
+ 8729, 8732, 8735, 8738, 8741, 8744, 8748, 8752, 8754, 8756,
+ 8758, 8760, 8762, 8764, 8766, 8768, 8770, 8772, 8774, 8776,
+ 8778, 8780, 8782, 8784, 8786, 8788, 8790, 8792, 8794, 8796,
+ 8798, 8800, 8802, 8804, 8806, 8808, 8810, 8812, 8814, 8816,
+ 8818, 8820, 8822, 8824, 8826, 8828, 8830, 8832, 8834, 8836,
+ 8838, 8840, 8842, 8844, 8846, 8848, 8850, 8852, 8854, 8856,
+
+ 8858, 8860, 8862, 8864, 8866, 8869, 8872, 8875, 8878, 8880,
+ 8883, 8886, 8889, 8892, 8895, 8898, 8901, 8904, 8907, 8909,
+ 8912, 8915, 8918, 8921, 8924, 8927, 8930, 8933, 8936, 8938,
+ 8941, 8944, 8947, 8950, 8953, 8956, 8959, 8962, 8965, 8967,
+ 8970, 8973, 8978, 8982, 8984, 8986, 8988, 8990, 8992, 8994,
+ 8996, 8998, 9000, 9002, 9004, 9006, 9008, 9010, 9012, 9014,
+ 9016, 9018, 9020, 9022, 9024, 9026, 9028, 9030, 9032, 9034,
+ 9036, 9038, 9040, 9042, 9044, 9046, 9048, 9050, 9052, 9054,
+ 9056, 9058, 9060, 9062, 9064, 9066, 9068, 9070, 9072, 9074,
+ 9076, 9078, 9080, 9082, 9084, 9086, 9088, 9090, 9092, 9094,
+
+ 9097, 9100, 9103, 9106, 9109, 9112, 9115, 9117, 9120, 9123,
+ 9126, 9129, 9132, 9135, 9138, 9141, 9143, 9146, 9149, 9152,
+ 9154, 9157, 9160, 9163, 9166, 9169, 9172, 9174, 9177, 9180,
+ 9183, 9185, 9188, 9191, 9194, 9197, 9200, 9203, 9207, 9211,
+ 9213, 9215, 9217, 9219, 9221, 9223, 9225, 9227, 9229, 9231,
+ 9233, 9235, 9237, 9239, 9241, 9243, 9245, 9247, 9249, 9251,
+ 9253, 9255, 9257, 9259, 9261, 9263, 9265, 9267, 9269, 9271,
+ 9273, 9275, 9277, 9279, 9281, 9283, 9285, 9287, 9289, 9291,
+ 9293, 9295, 9297, 9299, 9301, 9303, 9305, 9307, 9309, 9311,
+ 9313, 9316, 9319, 9322, 9325, 9328, 9331, 9334, 9337, 9340,
+
+ 9343, 9345, 9348, 9351, 9354, 9357, 9360, 9363, 9366, 9369,
+ 9372, 9374, 9377, 9380, 9383, 9386, 9389, 9392, 9395, 9398,
+ 9401, 9403, 9406, 9409, 9414, 9418, 9420, 9422, 9424, 9426,
+ 9428, 9430, 9432, 9434, 9436, 9438, 9440, 9442, 9444, 9446,
+ 9448, 9450, 9452, 9454, 9456, 9458, 9460, 9462, 9464, 9466,
+ 9468, 9470, 9472, 9474, 9476, 9478, 9480, 9482, 9484, 9486,
+ 9488, 9490, 9492, 9494, 9496, 9498, 9500, 9502, 9504, 9507,
+ 9510, 9513, 9516, 9518, 9521, 9524, 9527, 9530, 9533, 9536,
+ 9539, 9541, 9544, 9547, 9550, 9552, 9555, 9558, 9561, 9564,
+ 9567, 9570, 9572, 9575, 9578, 9581, 9583, 9586, 9589, 9592,
+
+ 9595, 9598, 9601, 9605, 9609, 9611, 9613, 9615, 9617, 9619,
+ 9621, 9623, 9625, 9627, 9629, 9631, 9633, 9635, 9637, 9639,
+ 9641, 9643, 9645, 9647, 9649, 9651, 9653, 9655, 9657, 9659,
+ 9661, 9663, 9665, 9667, 9669, 9671, 9673, 9675, 9677, 9679,
+ 9681, 9683, 9685, 9688, 9691, 9694, 9697, 9700, 9703, 9705,
+ 9708, 9711, 9714, 9717, 9720, 9723, 9726, 9729, 9732, 9734,
+ 9737, 9740, 9743, 9746, 9749, 9752, 9755, 9758, 9761, 9763,
+ 9766, 9769, 9774, 9778, 9780, 9782, 9784, 9786, 9788, 9790,
+ 9792, 9794, 9796, 9798, 9800, 9802, 9804, 9806, 9808, 9810,
+ 9812, 9814, 9816, 9818, 9820, 9822, 9824, 9826, 9828, 9830,
+
+ 9832, 9834, 9836, 9838, 9840, 9842, 9844, 9846, 9848, 9851,
+ 9854, 9857, 9860, 9863, 9866, 9869, 9871, 9874, 9877, 9880,
+ 9883, 9886, 9889, 9892, 9895, 9897, 9900, 9903, 9906, 9908,
+ 9911, 9914, 9917, 9920, 9923, 9926, 9930, 9934, 9936, 9938,
+ 9940, 9942, 9944, 9946, 9948, 9950, 9952, 9954, 9956, 9958,
+ 9960, 9962, 9964, 9966, 9968, 9970, 9972, 9974, 9976, 9978,
+ 9980, 9982, 9984, 9986, 9988, 9990, 9992, 9995, 9998,10001,
+ 10004,10007,10010,10013,10016,10019,10022,10024,10027,10030,
+ 10033,10036,10039,10042,10045,10048,10051,10053,10056,10059,
+ 10064,10068,10070,10072,10074,10076,10078,10080,10082,10084,
+
+ 10086,10088,10090,10092,10094,10096,10098,10100,10102,10104,
+ 10106,10108,10110,10112,10114,10117,10120,10123,10126,10128,
+ 10131,10134,10137,10140,10143,10146,10149,10151,10154,10157,
+ 10160,10162,10165,10168,10171,10174,10177,10180,10184,10188,
+ 10190,10192,10194,10196,10198,10200,10202,10204,10206,10208,
+ 10210,10212,10214,10216,10218,10220,10222,10224,10227,10230,
+ 10233,10236,10239,10242,10244,10247,10250,10253,10256,10259,
+ 10262,10265,10268,10271,10273,10276,10279,10284,10288,10290,
+ 10292,10294,10296,10298,10300,10302,10304,10306,10308,10310,
+ 10312,10314,10316,10318,10320,10323,10326,10329,10332,10335,
+
+ 10338,10341,10343,10346,10349,10352,10355,10358,10361,10364,
+ 10367,10371,10375,10377,10379,10381,10383,10385,10387,10389,
+ 10391,10393,10396,10399,10402,10405,10408,10411,10414,10417,
+ 10419,10422,10425,10429,10431,10433,10435,10437,10439,10441,
+ 10443,10446,10449,10452,10455,10458,10461,10464,10467,10470,
+ 10473,10475,10477,10479,10481,10484,10486,10489,10492,10495,
+ 10498,10501,10505,10507,10509,10512,10514,10517,10520,10523,
+ 10527,10529,10532,10534,10537,10541,10544,10548,10552,10556,
+ 10560,10564,10568,10572,10576,10580,10584,10588,10592,10596,
+ 10600,10604,10608,10612,10616,10620,10624,10628,10632,10636,
+
+ 10640,10644,10648,10652
} ;
-static yyconst flex_int16_t yy_def[4576] =
+static yyconst flex_int16_t yy_def[4605] =
{ 0,
- 2864, 1, 2864, 2864, 2864, 2864, 2864, 2865, 2864, 2866,
- 2867, 2867, 2864, 2868, 2868, 15, 15, 15, 15, 2868,
- 2868, 2868, 2868, 2868, 2868, 2868, 2868, 2868, 2868, 2868,
- 2868, 2868, 2868, 15, 15, 15, 2868, 2868, 2868, 2864,
- 2864, 2865, 2864, 2864, 2866, 2864, 2869, 2869, 2870, 2869,
- 2871, 2868, 15, 53, 2868, 53, 53, 2864, 53, 2868,
- 53, 2868, 2868, 53, 2868, 2868, 2868, 2868, 2868, 2868,
- 2868, 53, 2868, 2868, 2864, 2868, 2868, 2868, 2868, 2868,
- 2868, 2868, 2868, 2868, 2868, 2868, 2868, 2868, 2868, 2868,
- 2868, 2868, 2868, 2864, 2868, 2868, 2868, 2864, 2868, 2868,
-
- 2868, 2868, 2868, 2864, 2868, 2868, 2868, 2868, 2868, 2868,
- 2868, 2868, 2868, 2868, 2868, 2868, 2868, 2868, 2868, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2872, 2872, 2873, 2872,
- 2874, 2871, 2864, 2875, 53, 2868, 2868, 2864, 135, 135,
- 135, 2868, 135, 2868, 2868, 135, 2868, 2868, 2868, 2868,
- 2868, 2868, 2868, 2868, 2868, 2864, 2868, 2868, 2868, 2868,
- 2868, 2868, 2868, 2868, 2868, 2868, 2868, 2868, 2868, 2868,
- 2868, 2868, 2868, 2868, 2868, 2864, 2868, 2864, 2868, 2868,
- 2864, 2868, 2864, 2868, 2868, 2864, 2868, 2868, 2868, 2868,
- 2868, 2868, 2868, 2868, 2868, 2868, 2868, 2868, 2868, 2868,
-
- 2868, 2868, 2868, 2868, 2868, 2868, 2868, 2868, 2868, 2868,
- 2868, 2868, 2864, 2864, 2864, 2876, 2876, 2877, 2876, 2878,
- 2879, 2880, 2864, 2864, 2881, 2882, 135, 2868, 2868, 2864,
- 227, 2868, 2868, 2868, 2868, 2868, 2868, 227, 2868, 2868,
- 2868, 2868, 2868, 2868, 2868, 2864, 2868, 2864, 2868, 2868,
- 2868, 2868, 2868, 2868, 2868, 2868, 2868, 2868, 2868, 2868,
- 2868, 2868, 2868, 2868, 2868, 2868, 2868, 2868, 2864, 2868,
- 2864, 2868, 2868, 2864, 2868, 2868, 2864, 2868, 2868, 2868,
- 2868, 2868, 2868, 2868, 2868, 2868, 2868, 2868, 2864, 2868,
- 2868, 2868, 2868, 2868, 2868, 2868, 2868, 2868, 2868, 2868,
-
- 2868, 2864, 2864, 2864, 2864, 2883, 2883, 2884, 2883, 2885,
- 2886, 2887, 2888, 2889, 2890, 2891, 2892, 227, 2868, 2868,
- 2864, 2868, 2868, 2868, 2868, 2868, 2868, 2868, 2868, 2868,
- 2868, 2868, 2868, 2868, 2868, 2868, 2864, 2868, 2868, 2868,
- 2868, 2868, 2868, 2864, 2864, 2868, 2868, 2868, 2864, 2868,
- 2868, 2868, 2868, 2868, 2868, 2868, 2864, 2868, 2868, 2868,
- 2864, 2868, 2868, 2868, 2868, 2868, 2868, 2868, 2868, 2868,
- 2864, 2864, 2868, 2868, 2868, 2868, 2868, 2868, 2868, 2868,
- 2864, 2868, 2864, 2864, 2864, 2893, 2893, 2894, 2893, 2895,
- 2896, 2897, 2898, 2899, 2900, 2901, 2902, 2903, 2904, 2905,
-
- 2906, 2907, 227, 2868, 2868, 2868, 2868, 2868, 2864, 2868,
- 2868, 2868, 2868, 2868, 2868, 2868, 2868, 2868, 2868, 2868,
- 2868, 2864, 2868, 2868, 2868, 2868, 2868, 2864, 2864, 2864,
- 2864, 2864, 2864, 2868, 2868, 2868, 2864, 2868, 2868, 2868,
- 2868, 2868, 2868, 2868, 2868, 2864, 2868, 2868, 2868, 2864,
- 2868, 2868, 2868, 2868, 2868, 2868, 2868, 2868, 2868, 2864,
- 2864, 2868, 2868, 2868, 2868, 2868, 2868, 2864, 2868, 2864,
- 2864, 2864, 2908, 2908, 2909, 2908, 2910, 2911, 2912, 2913,
- 2914, 2915, 2916, 2917, 2918, 2919, 2920, 2921, 2922, 2923,
- 2924, 2925, 2926, 2927, 227, 2868, 2868, 2868, 2864, 2868,
-
- 2868, 2868, 2868, 2868, 2868, 2868, 2868, 2868, 2868, 2868,
- 2868, 2864, 2868, 2868, 2868, 2864, 2864, 2864, 2864, 2864,
- 2864, 2868, 2868, 2868, 2868, 2864, 2868, 2868, 2868, 2868,
- 2868, 2868, 2868, 2864, 2868, 2868, 2868, 2864, 2868, 2868,
- 2868, 2868, 2868, 2868, 2868, 2868, 2868, 2868, 2864, 2864,
- 2868, 2868, 2868, 2868, 2868, 2864, 2868, 2864, 2864, 2928,
- 2928, 2929, 2928, 2930, 2931, 2932, 2933, 2934, 2935, 2936,
- 2937, 2938, 2939, 2940, 2941, 2942, 2943, 2944, 2945, 2946,
- 2947, 2948, 2949, 2950, 2951, 2952, 2953, 2954, 2955, 2956,
- 2956, 2864, 2956, 2956, 2956, 2956, 2956, 2956, 2956, 2956,
-
- 2956, 2956, 2956, 2956, 2864, 2956, 2956, 2864, 2864, 2864,
- 2864, 2864, 2864, 2956, 2956, 2956, 2956, 2864, 2956, 2956,
- 2956, 2956, 2956, 2956, 2956, 2956, 2956, 2956, 2864, 2956,
- 2956, 2956, 2956, 2956, 2956, 2956, 2956, 2956, 2956, 2864,
- 2864, 2956, 2956, 2956, 2956, 2956, 2864, 2956, 2864, 2864,
- 2957, 2957, 2958, 2957, 2959, 2960, 2961, 2962, 2963, 2964,
- 2965, 2966, 2967, 2968, 2969, 2970, 2971, 2972, 2973, 2974,
- 2975, 2962, 2976, 2977, 2978, 2979, 2980, 2981, 2982, 2983,
- 2984, 2985, 2986, 2987, 2988, 2989, 2990, 2991, 2991, 2864,
- 2991, 2991, 2991, 2991, 2991, 2991, 2991, 2991, 2991, 2991,
-
- 2991, 2991, 2864, 2864, 2864, 2864, 2864, 2864, 2991, 2991,
- 2991, 2991, 2991, 2991, 2991, 2991, 2991, 2991, 2991, 2991,
- 2864, 2991, 2991, 2991, 2991, 2991, 2991, 2991, 2991, 2991,
- 2991, 2991, 2864, 2991, 2992, 2992, 2993, 2992, 2994, 2995,
- 2996, 2997, 2998, 2999, 3000, 3001, 3002, 3003, 3004, 3005,
- 3006, 3007, 3008, 3009, 3010, 3011, 2997, 3012, 3013, 3014,
- 3015, 3016, 3017, 3018, 3019, 3020, 3021, 3022, 3023, 3024,
- 3025, 3026, 3027, 3028, 3029, 3030, 3031, 3032, 3033, 3034,
- 3035, 3035, 2864, 3035, 3035, 3035, 3035, 3035, 3035, 3035,
- 3035, 3035, 3035, 3035, 2864, 2864, 2864, 2864, 2864, 2864,
-
- 3035, 3035, 3035, 3035, 3035, 3035, 3035, 3035, 3035, 3035,
- 2864, 3035, 3035, 3035, 3035, 3035, 3035, 3035, 3035, 3035,
- 3036, 3036, 3037, 3036, 3038, 3039, 3040, 3041, 3042, 3043,
- 3044, 3045, 3046, 3047, 3048, 3049, 3050, 3051, 3052, 3053,
- 3054, 3055, 3040, 3056, 3057, 3058, 3059, 3060, 3061, 3062,
- 3046, 3063, 3064, 3065, 3066, 3067, 3068, 3069, 3070, 3071,
- 3072, 3073, 3074, 3075, 3076, 3077, 3078, 3079, 3071, 3080,
- 3081, 3082, 3083, 3083, 3083, 3083, 3083, 3083, 3083, 3083,
- 3083, 3083, 3083, 3083, 3083, 2864, 2864, 2864, 2864, 2864,
- 2864, 3083, 3083, 3083, 3083, 3083, 3083, 3083, 3083, 3083,
-
- 3083, 3083, 3083, 3083, 3083, 3083, 3083, 3083, 3083, 3084,
- 3084, 3085, 3084, 3086, 3087, 3088, 3089, 3090, 3091, 3092,
- 3093, 3094, 3095, 3096, 3097, 3098, 3099, 3100, 3101, 3102,
- 3103, 3104, 3105, 3106, 3107, 3108, 3109, 3110, 3111, 3112,
- 3094, 3113, 3114, 3115, 3116, 3117, 3118, 3119, 3120, 3121,
- 3122, 3123, 3124, 3125, 3126, 3127, 3128, 3129, 3130, 3131,
- 3132, 3133, 3125, 3134, 3135, 3136, 3137, 3138, 3139, 3140,
- 3141, 3141, 3141, 3141, 3141, 3141, 3141, 3141, 3141, 3141,
- 3141, 3141, 2864, 2864, 2864, 2864, 2864, 2864, 3141, 3141,
- 3141, 3141, 3141, 3141, 3141, 3141, 3141, 3141, 3141, 3141,
-
- 3141, 3141, 3141, 3141, 3142, 3142, 3143, 3142, 3144, 3145,
- 3146, 3147, 3148, 3149, 3150, 3151, 3152, 3153, 3154, 3155,
- 3147, 3156, 3157, 3158, 3159, 3160, 3161, 3162, 3163, 3164,
- 3165, 3166, 3167, 3168, 3169, 3150, 3170, 3171, 3172, 3173,
- 3174, 3175, 3176, 3157, 3177, 3178, 3179, 3180, 3181, 3182,
- 3183, 3184, 3185, 3186, 3187, 3188, 3189, 3190, 3191, 3184,
- 3192, 3193, 3194, 3195, 3196, 3197, 3198, 3190, 3199, 3200,
- 3201, 3202, 3202, 3202, 3202, 3202, 3202, 3202, 3202, 3202,
- 3202, 3202, 2864, 2864, 2864, 2864, 3202, 3202, 3202, 3202,
- 3202, 3202, 3202, 3202, 3202, 3202, 3202, 3202, 3202, 3202,
-
- 3202, 3203, 3203, 3204, 3203, 3205, 3206, 3207, 3208, 3209,
- 3210, 3211, 3212, 3213, 3214, 3215, 3216, 3208, 3217, 3218,
- 3219, 3220, 3221, 3222, 3223, 3224, 3225, 3226, 3227, 3228,
- 3229, 3230, 3231, 3232, 3233, 3234, 3235, 3236, 3237, 3238,
- 3239, 3218, 3240, 3241, 3242, 3243, 3244, 3245, 3246, 3247,
- 3248, 3249, 3250, 3251, 3252, 3253, 3254, 3255, 3256, 3257,
- 3258, 3259, 3260, 3261, 3262, 3263, 3264, 3265, 3266, 3257,
- 3267, 3268, 3269, 3270, 3271, 3272, 3273, 3274, 3274, 3274,
- 3274, 3274, 3274, 3274, 3274, 3274, 2864, 2864, 2864, 2864,
- 3274, 3274, 3274, 3274, 3274, 3274, 3274, 3274, 3274, 3274,
-
- 3274, 3274, 3274, 3274, 3274, 3275, 3275, 3276, 3275, 3277,
- 3278, 3279, 3280, 3281, 3282, 3283, 3284, 3285, 3286, 3279,
- 3287, 3288, 3289, 3290, 3291, 3292, 3293, 3285, 3294, 3295,
- 3296, 3297, 3298, 3299, 3300, 3301, 3302, 3303, 3304, 3305,
- 3306, 3307, 3308, 3309, 3310, 3288, 3311, 3312, 3313, 3314,
- 3315, 3316, 3317, 3295, 3318, 3319, 3320, 3321, 3322, 3323,
- 3324, 3325, 3326, 3327, 3328, 3329, 3330, 3331, 3332, 3333,
- 3334, 3326, 3335, 3336, 3337, 3329, 3338, 3339, 3340, 3341,
- 3342, 3343, 3344, 3336, 3345, 3346, 3347, 3348, 3348, 3348,
- 3348, 3348, 3348, 3348, 3348, 2864, 2864, 3348, 3348, 3348,
-
- 3348, 3348, 3348, 3348, 3348, 3348, 3348, 3348, 3348, 3348,
- 3348, 3349, 3349, 3350, 3349, 3351, 3352, 3353, 3354, 3355,
- 3356, 3357, 3358, 3359, 3360, 3361, 3362, 3363, 3364, 3365,
- 3366, 3367, 3368, 3359, 3369, 3370, 3371, 3372, 3373, 3374,
- 3375, 3376, 3377, 3378, 3379, 3380, 3381, 3382, 3383, 3384,
- 3385, 3386, 3387, 3388, 3389, 3390, 3391, 3392, 3393, 3394,
- 3370, 3395, 3396, 3397, 3398, 3399, 3400, 3401, 3402, 3403,
- 3404, 3405, 3406, 3407, 3408, 3409, 3410, 3411, 3412, 3413,
- 3414, 3415, 3407, 3416, 3417, 3418, 3419, 3420, 3421, 3422,
- 3423, 3424, 3425, 3426, 3417, 3427, 3428, 3429, 3430, 3431,
-
- 3432, 3433, 3434, 3434, 3434, 3434, 3434, 3434, 3434, 2864,
- 2864, 3434, 3434, 3434, 3434, 3434, 3434, 3434, 3434, 3434,
- 3434, 3434, 3435, 3435, 3436, 3435, 3437, 3438, 3439, 3440,
- 3441, 3442, 3443, 3444, 3445, 3446, 3447, 3448, 3440, 3449,
- 3450, 3451, 3443, 3452, 3453, 3454, 3455, 3456, 3457, 3458,
- 3450, 3459, 3460, 3461, 3462, 3463, 3464, 3465, 3466, 3467,
- 3468, 3469, 3470, 3471, 3472, 3473, 3474, 3475, 3476, 3477,
- 3478, 3453, 3479, 3480, 3481, 3482, 3483, 3484, 3485, 3460,
- 3486, 3487, 3488, 3489, 3490, 3491, 3492, 3493, 3494, 3495,
- 3496, 3497, 3498, 3499, 3500, 3493, 3501, 3502, 3503, 3504,
-
- 3505, 3506, 3507, 3499, 3508, 3509, 3510, 3502, 3511, 3512,
- 3513, 3514, 3515, 3516, 3517, 3509, 3518, 3519, 3520, 3521,
- 3521, 3521, 3521, 3521, 3521, 2864, 2864, 3521, 3521, 3521,
- 3521, 3521, 3521, 3521, 3521, 3522, 3522, 3523, 3522, 3524,
- 3525, 3526, 3527, 3528, 3529, 3530, 3531, 3532, 3533, 3525,
- 3534, 3535, 3536, 3537, 3538, 3539, 3540, 3541, 3542, 3543,
- 3544, 3535, 3545, 3546, 3547, 3548, 3549, 3550, 3551, 3552,
- 3553, 3554, 3555, 3556, 3557, 3558, 3559, 3560, 3561, 3562,
- 3563, 3564, 3565, 3566, 3567, 3568, 3569, 3570, 3571, 3572,
- 3573, 3546, 3574, 3575, 3576, 3577, 3578, 3579, 3580, 3581,
-
- 3582, 3583, 3584, 3585, 3586, 3587, 3588, 3589, 3590, 3591,
- 3592, 3593, 3594, 3595, 3596, 3597, 3598, 3599, 3600, 3591,
- 3601, 3602, 3603, 3604, 3605, 3606, 3607, 3608, 3609, 3610,
- 3611, 3602, 3612, 3613, 3614, 3615, 3616, 3617, 3618, 3619,
- 3619, 3619, 3619, 3619, 2864, 2864, 3619, 3619, 3619, 3619,
- 3619, 3619, 3620, 3620, 3620, 3620, 3621, 3622, 3623, 3624,
- 3625, 3626, 3620, 3627, 3628, 3629, 3630, 3631, 3632, 3633,
- 3625, 3634, 3635, 3636, 3628, 3637, 3638, 3639, 3640, 3641,
- 3642, 3643, 3635, 3644, 3645, 3646, 3647, 3648, 3649, 3650,
- 3651, 3652, 3653, 3654, 3655, 3656, 3657, 3658, 3659, 3660,
-
- 3661, 3662, 3663, 3664, 3665, 3666, 3667, 3668, 3669, 3670,
- 3671, 3672, 3673, 3674, 3675, 3676, 3677, 3678, 3679, 3680,
+ 2893, 1, 2893, 2893, 2893, 2893, 2893, 2894, 2893, 2895,
+ 2896, 2896, 2893, 2897, 2897, 15, 15, 15, 15, 2897,
+ 2897, 2897, 2897, 2897, 2897, 2897, 2897, 2897, 2897, 2897,
+ 2897, 2897, 2897, 2897, 15, 15, 15, 2897, 2897, 2897,
+ 2893, 2893, 2894, 2893, 2893, 2895, 2893, 2898, 2898, 2899,
+ 2898, 2900, 2897, 15, 54, 2897, 54, 54, 2893, 54,
+ 2897, 54, 2897, 2897, 54, 2897, 2897, 2897, 2897, 2897,
+ 2897, 2897, 54, 2897, 2897, 2893, 2897, 2897, 2897, 2897,
+ 2897, 2897, 2897, 2897, 2897, 2897, 2897, 2897, 2897, 2897,
+ 2897, 2897, 2897, 2897, 2897, 2893, 2897, 2897, 2897, 2893,
+
+ 2897, 2897, 2897, 2897, 2897, 2893, 2897, 2897, 2897, 2897,
+ 2897, 2897, 2897, 2897, 2897, 2897, 2897, 2897, 2897, 2897,
+ 2897, 2897, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2901,
+ 2901, 2902, 2901, 2903, 2900, 2893, 2904, 54, 2897, 2897,
+ 2893, 138, 138, 138, 2897, 138, 2897, 2897, 138, 2897,
+ 2897, 2897, 2897, 2897, 2897, 2897, 2897, 2897, 2893, 2897,
+ 2897, 2897, 2897, 2897, 2897, 2897, 2897, 2897, 2897, 2897,
+ 2897, 2897, 2897, 2897, 2897, 2897, 2897, 2897, 2897, 2893,
+ 2897, 2893, 2897, 2897, 2893, 2897, 2893, 2897, 2897, 2893,
+ 2897, 2897, 2897, 2897, 2897, 2897, 2897, 2897, 2897, 2897,
+
+ 2897, 2897, 2897, 2897, 2897, 2897, 2897, 2897, 2897, 2897,
+ 2897, 2897, 2897, 2897, 2897, 2897, 2897, 2893, 2893, 2893,
+ 2905, 2905, 2906, 2905, 2907, 2908, 2909, 2893, 2893, 2910,
+ 2911, 138, 2897, 2897, 2893, 232, 2897, 2897, 2897, 2897,
+ 2897, 2897, 232, 2897, 2897, 2897, 2897, 2897, 2897, 2897,
+ 2893, 2897, 2893, 2897, 2897, 2897, 2897, 2897, 2897, 2897,
+ 2897, 2897, 2897, 2897, 2897, 2897, 2897, 2897, 2897, 2897,
+ 2897, 2897, 2897, 2897, 2893, 2897, 2893, 2897, 2897, 2893,
+ 2897, 2897, 2893, 2897, 2897, 2897, 2897, 2897, 2897, 2897,
+ 2897, 2897, 2897, 2897, 2897, 2897, 2893, 2897, 2897, 2897,
+
+ 2897, 2897, 2897, 2897, 2897, 2897, 2897, 2897, 2897, 2893,
+ 2893, 2893, 2893, 2912, 2912, 2913, 2912, 2914, 2915, 2916,
+ 2917, 2918, 2919, 2920, 2921, 232, 2897, 2897, 2893, 2897,
+ 2897, 2897, 2897, 2897, 2897, 2897, 2897, 2897, 2897, 2897,
+ 2897, 2897, 2897, 2897, 2893, 2897, 2897, 2897, 2897, 2897,
+ 2897, 2897, 2893, 2893, 2897, 2897, 2897, 2893, 2897, 2897,
+ 2897, 2897, 2897, 2897, 2897, 2893, 2897, 2897, 2897, 2893,
+ 2897, 2897, 2897, 2897, 2897, 2897, 2897, 2897, 2897, 2897,
+ 2897, 2893, 2893, 2897, 2897, 2897, 2897, 2897, 2897, 2897,
+ 2897, 2893, 2897, 2893, 2893, 2893, 2922, 2922, 2923, 2922,
+
+ 2924, 2925, 2926, 2927, 2928, 2929, 2930, 2931, 2932, 2933,
+ 2934, 2935, 2936, 232, 2897, 2897, 2897, 2897, 2897, 2893,
+ 2897, 2897, 2897, 2897, 2897, 2897, 2897, 2897, 2897, 2897,
+ 2897, 2897, 2893, 2897, 2897, 2897, 2897, 2897, 2897, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2897, 2897, 2897, 2893, 2897,
+ 2897, 2897, 2897, 2897, 2897, 2897, 2897, 2893, 2897, 2897,
+ 2897, 2893, 2897, 2897, 2897, 2897, 2897, 2897, 2897, 2897,
+ 2897, 2897, 2897, 2897, 2893, 2893, 2897, 2897, 2897, 2897,
+ 2897, 2897, 2893, 2897, 2893, 2893, 2893, 2937, 2937, 2938,
+ 2937, 2939, 2940, 2941, 2942, 2943, 2944, 2945, 2946, 2947,
+
+ 2948, 2949, 2950, 2951, 2952, 2953, 2954, 2955, 2956, 232,
+ 2897, 2897, 2897, 2893, 2897, 2897, 2897, 2897, 2897, 2897,
+ 2897, 2897, 2897, 2897, 2897, 2897, 2897, 2897, 2893, 2897,
+ 2897, 2897, 2893, 2893, 2893, 2893, 2893, 2893, 2897, 2897,
+ 2897, 2897, 2893, 2897, 2897, 2897, 2897, 2897, 2897, 2897,
+ 2893, 2897, 2897, 2897, 2893, 2897, 2897, 2897, 2897, 2897,
+ 2897, 2897, 2897, 2897, 2897, 2897, 2897, 2893, 2893, 2897,
+ 2897, 2897, 2897, 2897, 2893, 2897, 2893, 2893, 2957, 2957,
+ 2958, 2957, 2959, 2960, 2961, 2962, 2963, 2964, 2965, 2966,
+ 2967, 2968, 2969, 2970, 2971, 2972, 2973, 2974, 2975, 2976,
+
+ 2977, 2978, 2979, 2980, 2981, 2982, 2983, 2984, 2985, 2985,
+ 2893, 2985, 2985, 2985, 2985, 2985, 2985, 2985, 2985, 2985,
+ 2985, 2985, 2985, 2985, 2985, 2893, 2985, 2985, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2985, 2985, 2985, 2985, 2893, 2985,
+ 2985, 2985, 2985, 2985, 2985, 2985, 2985, 2985, 2985, 2893,
+ 2985, 2985, 2985, 2985, 2985, 2985, 2985, 2985, 2985, 2985,
+ 2985, 2985, 2893, 2893, 2985, 2985, 2985, 2985, 2985, 2893,
+ 2985, 2893, 2893, 2986, 2986, 2987, 2986, 2988, 2989, 2990,
+ 2991, 2992, 2993, 2994, 2995, 2996, 2997, 2998, 2999, 3000,
+ 3001, 3002, 3003, 3004, 2991, 3005, 3006, 3007, 3008, 3009,
+
+ 3010, 3011, 3012, 3013, 3014, 3015, 3016, 3017, 3018, 3019,
+ 3020, 3020, 2893, 3020, 3020, 3020, 3020, 3020, 3020, 3020,
+ 3020, 3020, 3020, 3020, 3020, 3020, 3020, 2893, 2893, 2893,
+ 2893, 2893, 2893, 3020, 3020, 3020, 3020, 3020, 3020, 3020,
+ 3020, 3020, 3020, 3020, 3020, 2893, 3020, 3020, 3020, 3020,
+ 3020, 3020, 3020, 3020, 3020, 3020, 3020, 2893, 3020, 3021,
+ 3021, 3022, 3021, 3023, 3024, 3025, 3026, 3027, 3028, 3029,
+ 3030, 3031, 3032, 3033, 3034, 3035, 3036, 3037, 3038, 3039,
+ 3040, 3026, 3041, 3042, 3043, 3044, 3045, 3046, 3047, 3048,
+ 3049, 3050, 3051, 3052, 3053, 3054, 3055, 3056, 3057, 3058,
+
+ 3059, 3060, 3061, 3062, 3063, 3064, 3064, 2893, 3064, 3064,
+ 3064, 3064, 3064, 3064, 3064, 3064, 3064, 3064, 3064, 3064,
+ 2893, 2893, 2893, 2893, 2893, 2893, 3064, 3064, 3064, 3064,
+ 3064, 3064, 3064, 3064, 3064, 3064, 2893, 3064, 3064, 3064,
+ 3064, 3064, 3064, 3064, 3064, 3064, 3065, 3065, 3066, 3065,
+ 3067, 3068, 3069, 3070, 3071, 3072, 3073, 3074, 3075, 3076,
+ 3077, 3078, 3079, 3080, 3081, 3082, 3083, 3084, 3069, 3085,
+ 3086, 3087, 3088, 3089, 3090, 3091, 3075, 3092, 3093, 3094,
+ 3095, 3096, 3097, 3098, 3099, 3100, 3101, 3102, 3103, 3104,
+ 3105, 3106, 3107, 3108, 3100, 3109, 3110, 3111, 3112, 3112,
+
+ 3112, 3112, 3112, 3112, 3112, 3112, 3112, 3112, 3112, 3112,
+ 3112, 3112, 2893, 2893, 2893, 2893, 2893, 2893, 3112, 3112,
+ 3112, 3112, 3112, 3112, 3112, 3112, 3112, 3112, 3112, 3112,
+ 3112, 3112, 3112, 3112, 3112, 3112, 3113, 3113, 3114, 3113,
+ 3115, 3116, 3117, 3118, 3119, 3120, 3121, 3122, 3123, 3124,
+ 3125, 3126, 3127, 3128, 3129, 3130, 3131, 3132, 3133, 3134,
+ 3135, 3136, 3137, 3138, 3139, 3140, 3141, 3123, 3142, 3143,
+ 3144, 3145, 3146, 3147, 3148, 3149, 3150, 3151, 3152, 3153,
+ 3154, 3155, 3156, 3157, 3158, 3159, 3160, 3161, 3162, 3154,
+ 3163, 3164, 3165, 3166, 3167, 3168, 3169, 3170, 3170, 3170,
+
+ 3170, 3170, 3170, 3170, 3170, 3170, 3170, 3170, 3170, 3170,
+ 2893, 2893, 2893, 2893, 2893, 2893, 3170, 3170, 3170, 3170,
+ 3170, 3170, 3170, 3170, 3170, 3170, 3170, 3170, 3170, 3170,
+ 3170, 3170, 3171, 3171, 3172, 3171, 3173, 3174, 3175, 3176,
+ 3177, 3178, 3179, 3180, 3181, 3182, 3183, 3184, 3176, 3185,
+ 3186, 3187, 3188, 3189, 3190, 3191, 3192, 3193, 3194, 3195,
+ 3196, 3197, 3198, 3179, 3199, 3200, 3201, 3202, 3203, 3204,
+ 3205, 3186, 3206, 3207, 3208, 3209, 3210, 3211, 3212, 3213,
+ 3214, 3215, 3216, 3217, 3218, 3219, 3220, 3213, 3221, 3222,
+ 3223, 3224, 3225, 3226, 3227, 3219, 3228, 3229, 3230, 3231,
+
+ 3231, 3231, 3231, 3231, 3231, 3231, 3231, 3231, 3231, 3231,
+ 3231, 2893, 2893, 2893, 2893, 3231, 3231, 3231, 3231, 3231,
+ 3231, 3231, 3231, 3231, 3231, 3231, 3231, 3231, 3231, 3231,
+ 3232, 3232, 3233, 3232, 3234, 3235, 3236, 3237, 3238, 3239,
+ 3240, 3241, 3242, 3243, 3244, 3245, 3237, 3246, 3247, 3248,
+ 3249, 3250, 3251, 3252, 3253, 3254, 3255, 3256, 3257, 3258,
+ 3259, 3260, 3261, 3262, 3263, 3264, 3265, 3266, 3267, 3268,
+ 3247, 3269, 3270, 3271, 3272, 3273, 3274, 3275, 3276, 3277,
+ 3278, 3279, 3280, 3281, 3282, 3283, 3284, 3285, 3286, 3287,
+ 3288, 3289, 3290, 3291, 3292, 3293, 3294, 3295, 3286, 3296,
+
+ 3297, 3298, 3299, 3300, 3301, 3302, 3303, 3303, 3303, 3303,
+ 3303, 3303, 3303, 3303, 3303, 2893, 2893, 2893, 2893, 3303,
+ 3303, 3303, 3303, 3303, 3303, 3303, 3303, 3303, 3303, 3303,
+ 3303, 3303, 3303, 3303, 3304, 3304, 3305, 3304, 3306, 3307,
+ 3308, 3309, 3310, 3311, 3312, 3313, 3314, 3315, 3308, 3316,
+ 3317, 3318, 3319, 3320, 3321, 3322, 3314, 3323, 3324, 3325,
+ 3326, 3327, 3328, 3329, 3330, 3331, 3332, 3333, 3334, 3335,
+ 3336, 3337, 3338, 3339, 3317, 3340, 3341, 3342, 3343, 3344,
+ 3345, 3346, 3324, 3347, 3348, 3349, 3350, 3351, 3352, 3353,
+ 3354, 3355, 3356, 3357, 3358, 3359, 3360, 3361, 3362, 3363,
+
+ 3355, 3364, 3365, 3366, 3358, 3367, 3368, 3369, 3370, 3371,
+ 3372, 3373, 3365, 3374, 3375, 3376, 3377, 3377, 3377, 3377,
+ 3377, 3377, 3377, 3377, 2893, 2893, 3377, 3377, 3377, 3377,
+ 3377, 3377, 3377, 3377, 3377, 3377, 3377, 3377, 3377, 3377,
+ 3378, 3378, 3379, 3378, 3380, 3381, 3382, 3383, 3384, 3385,
+ 3386, 3387, 3388, 3389, 3390, 3391, 3392, 3393, 3394, 3395,
+ 3396, 3397, 3388, 3398, 3399, 3400, 3401, 3402, 3403, 3404,
+ 3405, 3406, 3407, 3408, 3409, 3410, 3411, 3412, 3413, 3414,
+ 3415, 3416, 3417, 3418, 3419, 3420, 3421, 3422, 3423, 3399,
+ 3424, 3425, 3426, 3427, 3428, 3429, 3430, 3431, 3432, 3433,
+
+ 3434, 3435, 3436, 3437, 3438, 3439, 3440, 3441, 3442, 3443,
+ 3444, 3436, 3445, 3446, 3447, 3448, 3449, 3450, 3451, 3452,
+ 3453, 3454, 3455, 3446, 3456, 3457, 3458, 3459, 3460, 3461,
+ 3462, 3463, 3463, 3463, 3463, 3463, 3463, 3463, 2893, 2893,
+ 3463, 3463, 3463, 3463, 3463, 3463, 3463, 3463, 3463, 3463,
+ 3463, 3464, 3464, 3465, 3464, 3466, 3467, 3468, 3469, 3470,
+ 3471, 3472, 3473, 3474, 3475, 3476, 3477, 3469, 3478, 3479,
+ 3480, 3472, 3481, 3482, 3483, 3484, 3485, 3486, 3487, 3479,
+ 3488, 3489, 3490, 3491, 3492, 3493, 3494, 3495, 3496, 3497,
+ 3498, 3499, 3500, 3501, 3502, 3503, 3504, 3505, 3506, 3507,
+
+ 3482, 3508, 3509, 3510, 3511, 3512, 3513, 3514, 3489, 3515,
+ 3516, 3517, 3518, 3519, 3520, 3521, 3522, 3523, 3524, 3525,
+ 3526, 3527, 3528, 3529, 3522, 3530, 3531, 3532, 3533, 3534,
+ 3535, 3536, 3528, 3537, 3538, 3539, 3531, 3540, 3541, 3542,
+ 3543, 3544, 3545, 3546, 3538, 3547, 3548, 3549, 3550, 3550,
+ 3550, 3550, 3550, 3550, 2893, 2893, 3550, 3550, 3550, 3550,
+ 3550, 3550, 3550, 3550, 3551, 3551, 3552, 3551, 3553, 3554,
+ 3555, 3556, 3557, 3558, 3559, 3560, 3561, 3562, 3554, 3563,
+ 3564, 3565, 3566, 3567, 3568, 3569, 3570, 3571, 3572, 3573,
+ 3564, 3574, 3575, 3576, 3577, 3578, 3579, 3580, 3581, 3582,
+
+ 3583, 3584, 3585, 3586, 3587, 3588, 3589, 3590, 3591, 3592,
+ 3593, 3594, 3595, 3596, 3597, 3598, 3599, 3600, 3601, 3602,
+ 3575, 3603, 3604, 3605, 3606, 3607, 3608, 3609, 3610, 3611,
+ 3612, 3613, 3614, 3615, 3616, 3617, 3618, 3619, 3620, 3621,
+ 3622, 3623, 3624, 3625, 3626, 3627, 3628, 3629, 3620, 3630,
+ 3631, 3632, 3633, 3634, 3635, 3636, 3637, 3638, 3639, 3640,
+ 3631, 3641, 3642, 3643, 3644, 3645, 3646, 3647, 3648, 3648,
+ 3648, 3648, 3648, 2893, 2893, 3648, 3648, 3648, 3648, 3648,
+ 3648, 3649, 3649, 3649, 3649, 3650, 3651, 3652, 3653, 3654,
+ 3655, 3649, 3656, 3657, 3658, 3659, 3660, 3661, 3662, 3654,
+
+ 3663, 3664, 3665, 3657, 3666, 3667, 3668, 3669, 3670, 3671,
+ 3672, 3664, 3673, 3674, 3675, 3676, 3677, 3678, 3679, 3680,
3681, 3682, 3683, 3684, 3685, 3686, 3687, 3688, 3689, 3690,
- 3691, 3692, 3684, 3693, 3694, 3695, 3687, 3696, 3697, 3698,
- 3699, 3700, 3701, 3702, 3694, 3703, 3704, 3705, 3697, 3706,
- 3707, 3708, 3709, 3710, 3711, 3712, 3704, 3713, 3714, 3715,
- 3716, 3716, 3716, 3716, 3716, 2864, 2864, 3716, 3716, 3716,
- 3716, 3716, 3716, 3717, 3717, 3717, 3718, 3719, 3720, 3721,
- 3722, 3723, 3720, 3724, 3725, 3723, 3719, 3726, 3727, 3728,
- 3729, 3730, 3731, 3732, 3733, 3734, 3735, 3736, 3727, 3737,
-
- 3738, 3739, 3740, 3741, 3742, 3743, 3744, 3745, 3746, 3747,
- 3748, 3749, 3750, 3751, 3752, 3753, 3754, 3755, 3756, 3757,
- 3758, 3759, 3760, 3761, 3762, 3763, 3764, 3765, 3766, 3767,
+ 3691, 3692, 3693, 3694, 3695, 3696, 3697, 3698, 3699, 3700,
+ 3701, 3702, 3703, 3704, 3705, 3706, 3707, 3708, 3709, 3710,
+ 3711, 3712, 3713, 3714, 3715, 3716, 3717, 3718, 3719, 3720,
+ 3721, 3713, 3722, 3723, 3724, 3716, 3725, 3726, 3727, 3728,
+ 3729, 3730, 3731, 3723, 3732, 3733, 3734, 3726, 3735, 3736,
+ 3737, 3738, 3739, 3740, 3741, 3733, 3742, 3743, 3744, 3745,
+ 3745, 3745, 3745, 3745, 2893, 2893, 3745, 3745, 3745, 3745,
+
+ 3745, 3745, 3746, 3746, 3746, 3747, 3748, 3749, 3750, 3751,
+ 3752, 3749, 3753, 3754, 3752, 3748, 3755, 3756, 3757, 3758,
+ 3759, 3760, 3761, 3762, 3763, 3764, 3765, 3756, 3766, 3767,
3768, 3769, 3770, 3771, 3772, 3773, 3774, 3775, 3776, 3777,
3778, 3779, 3780, 3781, 3782, 3783, 3784, 3785, 3786, 3787,
- 3788, 3780, 3789, 3790, 3791, 3792, 3793, 3794, 3795, 3796,
- 3797, 3798, 3799, 3790, 3800, 3801, 3802, 3803, 3804, 3805,
- 3806, 3807, 3808, 3809, 3810, 3801, 3811, 3812, 3813, 3814,
- 3815, 3816, 3817, 3818, 3818, 3818, 3818, 2864, 2864, 3818,
- 3818, 3818, 3818, 3818, 3818, 3819, 3819, 3820, 3821, 3822,
-
- 3823, 3824, 3822, 3825, 3826, 3827, 3828, 3829, 3823, 3830,
- 3831, 3832, 3825, 3833, 3834, 3835, 3836, 3837, 3838, 3839,
- 3831, 3840, 3841, 3842, 3843, 3844, 3845, 3846, 3847, 3848,
- 3849, 3850, 3851, 3852, 3853, 3854, 3855, 3856, 3857, 3858,
- 3859, 3860, 3861, 3862, 3863, 3864, 3865, 3866, 3867, 3868,
- 3869, 3870, 3871, 3872, 3873, 3874, 3875, 3876, 3877, 3877,
- 3878, 3879, 3880, 3881, 3882, 3883, 3877, 3884, 3885, 3886,
- 3887, 3888, 3889, 3890, 3882, 3891, 3892, 3893, 3885, 3894,
- 3895, 3896, 3897, 3898, 3899, 3900, 3892, 3901, 3902, 3903,
- 3895, 3904, 3905, 3906, 3907, 3908, 3909, 3910, 3902, 3911,
-
- 3912, 3913, 3914, 2864, 2864, 3914, 3914, 3914, 3915, 3915,
- 3916, 3917, 3918, 3919, 3917, 3920, 3921, 3922, 3923, 3924,
- 3925, 3926, 3927, 3928, 3929, 3930, 3931, 3922, 3932, 3933,
- 3934, 3935, 3936, 3937, 3938, 3939, 3940, 3941, 3942, 3943,
- 3944, 3945, 3946, 3947, 3948, 3949, 3950, 3951, 3952, 3953,
- 3954, 3955, 3956, 3957, 3958, 3959, 3960, 3961, 3962, 3963,
+ 3788, 3789, 3790, 3791, 3792, 3793, 3794, 3795, 3796, 3797,
+ 3798, 3799, 3800, 3801, 3802, 3803, 3804, 3805, 3806, 3807,
+ 3808, 3809, 3810, 3811, 3812, 3813, 3814, 3815, 3816, 3817,
+ 3809, 3818, 3819, 3820, 3821, 3822, 3823, 3824, 3825, 3826,
+ 3827, 3828, 3819, 3829, 3830, 3831, 3832, 3833, 3834, 3835,
+
+ 3836, 3837, 3838, 3839, 3830, 3840, 3841, 3842, 3843, 3844,
+ 3845, 3846, 3847, 3847, 3847, 3847, 2893, 2893, 3847, 3847,
+ 3847, 3847, 3847, 3847, 3848, 3848, 3849, 3850, 3851, 3852,
+ 3853, 3851, 3854, 3855, 3856, 3857, 3858, 3852, 3859, 3860,
+ 3861, 3854, 3862, 3863, 3864, 3865, 3866, 3867, 3868, 3860,
+ 3869, 3870, 3871, 3872, 3873, 3874, 3875, 3876, 3877, 3878,
+ 3879, 3880, 3881, 3882, 3883, 3884, 3885, 3886, 3887, 3888,
+ 3889, 3890, 3891, 3892, 3893, 3894, 3895, 3896, 3897, 3898,
+ 3899, 3900, 3901, 3902, 3903, 3904, 3905, 3906, 3906, 3907,
+ 3908, 3909, 3910, 3911, 3912, 3906, 3913, 3914, 3915, 3916,
+
+ 3917, 3918, 3919, 3911, 3920, 3921, 3922, 3914, 3923, 3924,
+ 3925, 3926, 3927, 3928, 3929, 3921, 3930, 3931, 3932, 3924,
+ 3933, 3934, 3935, 3936, 3937, 3938, 3939, 3931, 3940, 3941,
+ 3942, 3943, 2893, 2893, 3943, 3943, 3943, 3944, 3944, 3945,
+ 3946, 3947, 3948, 3946, 3949, 3950, 3951, 3952, 3953, 3954,
+ 3955, 3956, 3957, 3958, 3959, 3960, 3951, 3961, 3962, 3963,
3964, 3965, 3966, 3967, 3968, 3969, 3970, 3971, 3972, 3973,
- 3974, 3975, 3976, 3977, 3978, 3975, 3979, 3980, 3978, 3974,
- 3981, 3982, 3983, 3984, 3985, 3986, 3987, 3988, 3989, 3990,
- 3991, 3982, 3992, 3993, 3994, 3995, 3996, 3997, 3998, 3999,
-
- 4000, 4001, 4002, 3993, 4003, 4004, 4005, 4006, 4007, 4008,
- 4009, 4010, 2864, 2864, 4010, 4010, 4011, 4011, 4012, 4013,
- 4014, 4015, 4016, 4017, 4013, 4018, 4019, 4020, 4013, 4021,
- 4022, 4023, 4024, 4025, 4026, 4027, 4019, 4028, 4029, 4030,
- 4031, 4032, 4033, 4034, 4035, 4036, 4037, 4038, 4039, 4040,
- 4041, 4042, 4043, 4044, 4045, 4046, 4047, 4048, 4049, 4050,
- 4051, 4052, 4053, 4054, 4055, 4056, 4057, 4058, 4059, 4060,
- 4061, 4062, 4063, 4064, 4065, 4066, 4067, 4065, 4068, 4069,
- 4070, 4071, 4072, 4066, 4073, 4074, 4075, 4068, 4076, 4077,
- 4078, 4079, 4080, 4081, 4082, 4074, 4083, 4084, 4085, 4077,
-
- 4086, 4087, 4088, 4089, 4090, 4091, 4092, 4084, 4093, 4094,
- 4095, 4096, 2864, 2864, 4096, 4096, 4097, 4097, 4098, 4099,
- 4100, 4101, 4102, 4103, 4104, 4101, 4105, 4106, 4104, 4100,
- 4107, 4108, 4109, 4110, 4111, 4112, 4113, 4097, 4114, 4115,
- 4116, 4117, 4118, 4119, 4120, 4121, 4122, 4123, 4124, 4125,
- 4126, 4127, 4128, 4129, 4130, 4131, 4132, 4133, 4108, 4134,
- 4135, 4136, 4137, 4138, 4139, 4140, 4141, 4142, 4143, 4144,
- 4142, 4145, 4146, 4147, 4148, 4149, 4150, 4151, 4152, 4153,
- 4154, 4155, 4156, 4147, 4157, 4158, 4159, 4160, 4161, 4162,
- 4163, 4164, 4165, 4166, 4167, 4158, 4168, 4169, 4170, 4171,
-
- 4172, 4173, 4174, 4175, 2864, 2864, 4175, 4175, 4175, 4176,
- 4176, 4177, 4178, 4179, 4180, 4181, 4179, 4182, 4183, 4184,
- 4185, 4186, 4180, 4187, 4188, 4189, 4190, 4191, 4192, 4193,
- 4194, 4195, 4196, 4197, 4198, 4199, 4200, 4201, 4202, 4203,
- 4204, 4182, 4205, 4206, 4207, 4208, 4209, 4210, 4211, 4188,
- 4212, 4213, 4214, 4215, 4216, 4217, 4218, 4219, 4220, 4216,
- 4221, 4222, 4223, 4216, 4224, 4225, 4226, 4227, 4228, 4229,
- 4230, 4222, 4231, 4232, 4233, 4225, 4234, 4235, 4236, 4237,
- 4238, 4239, 4240, 4232, 4241, 4242, 4243, 4244, 4244, 4244,
- 4245, 4245, 4246, 4247, 4248, 4249, 4247, 4250, 4251, 4252,
-
- 4253, 4254, 4255, 4256, 4257, 4258, 4259, 4260, 4261, 4262,
- 4263, 4264, 4265, 4266, 4267, 4268, 4269, 4270, 4271, 4272,
- 4273, 4252, 4274, 4275, 4276, 4277, 4278, 4279, 4280, 4281,
- 4282, 4283, 4284, 4285, 4286, 4287, 4284, 4288, 4289, 4287,
- 4283, 4290, 4291, 4292, 4293, 4294, 4295, 4296, 4297, 4298,
- 4299, 4300, 4291, 4301, 4302, 4303, 4304, 4305, 4306, 4307,
- 4308, 4308, 4309, 4309, 4310, 4311, 4312, 4313, 4314, 4315,
- 4311, 4316, 4317, 4318, 4319, 4320, 4321, 4322, 4323, 4324,
- 4325, 4326, 4327, 4328, 4311, 4329, 4330, 4331, 4332, 4333,
- 4334, 4335, 4317, 4336, 4337, 4338, 4339, 4340, 4341, 4342,
-
- 4343, 4341, 4344, 4345, 4346, 4347, 4348, 4342, 4349, 4350,
- 4351, 4344, 4352, 4353, 4354, 4355, 4356, 4357, 4358, 4350,
- 4359, 4360, 4361, 4362, 4363, 4363, 4364, 4365, 4366, 4367,
- 4368, 4369, 4370, 4371, 4372, 4364, 4373, 4374, 4375, 4376,
- 4367, 4377, 4378, 4379, 4366, 4380, 4381, 4382, 4383, 4384,
- 4385, 4386, 4387, 4388, 4389, 4390, 4388, 4391, 4392, 4393,
- 4394, 4395, 4396, 4397, 4398, 4399, 4400, 4401, 4402, 4393,
- 4403, 4404, 4405, 4406, 4407, 4408, 4409, 4410, 4411, 4411,
- 4412, 4413, 4414, 4415, 4416, 4417, 4418, 4412, 4419, 4420,
- 4414, 4421, 4422, 4423, 4424, 4425, 4426, 4415, 4427, 4428,
-
- 4429, 4430, 4431, 4432, 4433, 4434, 4435, 4431, 4436, 4437,
- 4438, 4431, 4439, 4440, 4441, 4442, 4443, 4444, 4445, 4437,
- 4446, 4447, 4448, 4449, 4450, 4450, 4451, 4452, 4453, 4454,
- 4455, 4456, 4452, 4457, 4458, 4459, 4460, 4461, 4462, 4463,
- 4464, 4465, 4466, 4467, 4468, 4469, 4470, 4471, 4472, 4473,
- 4470, 4474, 4475, 4473, 4469, 4476, 4477, 4478, 4479, 4480,
- 4481, 4482, 4483, 4484, 4484, 4460, 4485, 4486, 4487, 4488,
- 4463, 4489, 4490, 4466, 4485, 4491, 4492, 4493, 4471, 4469,
- 4494, 4495, 4496, 4494, 4497, 4498, 4499, 4500, 4501, 4495,
- 4502, 4503, 4504, 4483, 4505, 4505, 4489, 4506, 4507, 4489,
-
- 4491, 4508, 4509, 4510, 4511, 4512, 4498, 4513, 4514, 4501,
- 4513, 4495, 4515, 4516, 4517, 4518, 4519, 4520, 4521, 2694,
- 4522, 4522, 4523, 4524, 4510, 4523, 4525, 4526, 4527, 4515,
- 4528, 4518, 4529, 4530, 4521, 4528, 4531, 4532, 4533, 2694,
- 4534, 4534, 4510, 4535, 2864, 4536, 2864, 2864, 4537, 4529,
- 4531, 4538, 4539, 4540, 4541, 2864, 2740, 4542, 4542, 4543,
- 4543, 2864, 2864, 4544, 4540, 4538, 4545, 4546, 2740, 4547,
- 4547, 2864, 2864, 4548, 2864, 2740, 4549, 4549, 4546, 2740,
- 4550, 4550, 2780, 4551, 4551, 2780, 4552, 4552, 2780, 4553,
- 4553, 2780, 4554, 4554, 2792, 4555, 4555, 2792, 4556, 4556,
-
- 2792, 4557, 4557, 2792, 4558, 4558, 2804, 4559, 4559, 2804,
- 4560, 4560, 2804, 4561, 4561, 2804, 4562, 4562, 2816, 4563,
- 4563, 2816, 4564, 4564, 2816, 4565, 4565, 2816, 4566, 4566,
- 2828, 4567, 4567, 2828, 4568, 4568, 2828, 4569, 4569, 2828,
- 4570, 4570, 2840, 4571, 4571, 2840, 4572, 4572, 2840, 4573,
- 4573, 2840, 4574, 4574, 2852, 4575, 4575, 2852, 2864, 2864,
- 2852, 2864, 2864, 0, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
-
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
-
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
-
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
-
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
-
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
-
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
-
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
-
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
-
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
-
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
-
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
-
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
-
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
-
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
-
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
-
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
-
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864
+ 3974, 3975, 3976, 3977, 3978, 3979, 3980, 3981, 3982, 3983,
+ 3984, 3985, 3986, 3987, 3988, 3989, 3990, 3991, 3992, 3993,
+ 3994, 3995, 3996, 3997, 3998, 3999, 4000, 4001, 4002, 4003,
+
+ 4004, 4005, 4006, 4007, 4004, 4008, 4009, 4007, 4003, 4010,
+ 4011, 4012, 4013, 4014, 4015, 4016, 4017, 4018, 4019, 4020,
+ 4011, 4021, 4022, 4023, 4024, 4025, 4026, 4027, 4028, 4029,
+ 4030, 4031, 4022, 4032, 4033, 4034, 4035, 4036, 4037, 4038,
+ 4039, 2893, 2893, 4039, 4039, 4040, 4040, 4041, 4042, 4043,
+ 4044, 4045, 4046, 4042, 4047, 4048, 4049, 4042, 4050, 4051,
+ 4052, 4053, 4054, 4055, 4056, 4048, 4057, 4058, 4059, 4060,
+ 4061, 4062, 4063, 4064, 4065, 4066, 4067, 4068, 4069, 4070,
+ 4071, 4072, 4073, 4074, 4075, 4076, 4077, 4078, 4079, 4080,
+ 4081, 4082, 4083, 4084, 4085, 4086, 4087, 4088, 4089, 4090,
+
+ 4091, 4092, 4093, 4094, 4095, 4096, 4094, 4097, 4098, 4099,
+ 4100, 4101, 4095, 4102, 4103, 4104, 4097, 4105, 4106, 4107,
+ 4108, 4109, 4110, 4111, 4103, 4112, 4113, 4114, 4106, 4115,
+ 4116, 4117, 4118, 4119, 4120, 4121, 4113, 4122, 4123, 4124,
+ 4125, 2893, 2893, 4125, 4125, 4126, 4126, 4127, 4128, 4129,
+ 4130, 4131, 4132, 4133, 4130, 4134, 4135, 4133, 4129, 4136,
+ 4137, 4138, 4139, 4140, 4141, 4142, 4126, 4143, 4144, 4145,
+ 4146, 4147, 4148, 4149, 4150, 4151, 4152, 4153, 4154, 4155,
+ 4156, 4157, 4158, 4159, 4160, 4161, 4162, 4137, 4163, 4164,
+ 4165, 4166, 4167, 4168, 4169, 4170, 4171, 4172, 4173, 4171,
+
+ 4174, 4175, 4176, 4177, 4178, 4179, 4180, 4181, 4182, 4183,
+ 4184, 4185, 4176, 4186, 4187, 4188, 4189, 4190, 4191, 4192,
+ 4193, 4194, 4195, 4196, 4187, 4197, 4198, 4199, 4200, 4201,
+ 4202, 4203, 4204, 2893, 2893, 4204, 4204, 4204, 4205, 4205,
+ 4206, 4207, 4208, 4209, 4210, 4208, 4211, 4212, 4213, 4214,
+ 4215, 4209, 4216, 4217, 4218, 4219, 4220, 4221, 4222, 4223,
+ 4224, 4225, 4226, 4227, 4228, 4229, 4230, 4231, 4232, 4233,
+ 4211, 4234, 4235, 4236, 4237, 4238, 4239, 4240, 4217, 4241,
+ 4242, 4243, 4244, 4245, 4246, 4247, 4248, 4249, 4245, 4250,
+ 4251, 4252, 4245, 4253, 4254, 4255, 4256, 4257, 4258, 4259,
+
+ 4251, 4260, 4261, 4262, 4254, 4263, 4264, 4265, 4266, 4267,
+ 4268, 4269, 4261, 4270, 4271, 4272, 4273, 4273, 4273, 4274,
+ 4274, 4275, 4276, 4277, 4278, 4276, 4279, 4280, 4281, 4282,
+ 4283, 4284, 4285, 4286, 4287, 4288, 4289, 4290, 4291, 4292,
+ 4293, 4294, 4295, 4296, 4297, 4298, 4299, 4300, 4301, 4302,
+ 4281, 4303, 4304, 4305, 4306, 4307, 4308, 4309, 4310, 4311,
+ 4312, 4313, 4314, 4315, 4316, 4313, 4317, 4318, 4316, 4312,
+ 4319, 4320, 4321, 4322, 4323, 4324, 4325, 4326, 4327, 4328,
+ 4329, 4320, 4330, 4331, 4332, 4333, 4334, 4335, 4336, 4337,
+ 4337, 4338, 4338, 4339, 4340, 4341, 4342, 4343, 4344, 4340,
+
+ 4345, 4346, 4347, 4348, 4349, 4350, 4351, 4352, 4353, 4354,
+ 4355, 4356, 4357, 4340, 4358, 4359, 4360, 4361, 4362, 4363,
+ 4364, 4346, 4365, 4366, 4367, 4368, 4369, 4370, 4371, 4372,
+ 4370, 4373, 4374, 4375, 4376, 4377, 4371, 4378, 4379, 4380,
+ 4373, 4381, 4382, 4383, 4384, 4385, 4386, 4387, 4379, 4388,
+ 4389, 4390, 4391, 4392, 4392, 4393, 4394, 4395, 4396, 4397,
+ 4398, 4399, 4400, 4401, 4393, 4402, 4403, 4404, 4405, 4396,
+ 4406, 4407, 4408, 4395, 4409, 4410, 4411, 4412, 4413, 4414,
+ 4415, 4416, 4417, 4418, 4419, 4417, 4420, 4421, 4422, 4423,
+ 4424, 4425, 4426, 4427, 4428, 4429, 4430, 4431, 4422, 4432,
+
+ 4433, 4434, 4435, 4436, 4437, 4438, 4439, 4440, 4440, 4441,
+ 4442, 4443, 4444, 4445, 4446, 4447, 4441, 4448, 4449, 4443,
+ 4450, 4451, 4452, 4453, 4454, 4455, 4444, 4456, 4457, 4458,
+ 4459, 4460, 4461, 4462, 4463, 4464, 4460, 4465, 4466, 4467,
+ 4460, 4468, 4469, 4470, 4471, 4472, 4473, 4474, 4466, 4475,
+ 4476, 4477, 4478, 4479, 4479, 4480, 4481, 4482, 4483, 4484,
+ 4485, 4481, 4486, 4487, 4488, 4489, 4490, 4491, 4492, 4493,
+ 4494, 4495, 4496, 4497, 4498, 4499, 4500, 4501, 4502, 4499,
+ 4503, 4504, 4502, 4498, 4505, 4506, 4507, 4508, 4509, 4510,
+ 4511, 4512, 4513, 4513, 4489, 4514, 4515, 4516, 4517, 4492,
+
+ 4518, 4519, 4495, 4514, 4520, 4521, 4522, 4500, 4498, 4523,
+ 4524, 4525, 4523, 4526, 4527, 4528, 4529, 4530, 4524, 4531,
+ 4532, 4533, 4512, 4534, 4534, 4518, 4535, 4536, 4518, 4520,
+ 4537, 4538, 4539, 4540, 4541, 4527, 4542, 4543, 4530, 4542,
+ 4524, 4544, 4545, 4546, 4547, 4548, 4549, 4550, 2723, 4551,
+ 4551, 4552, 4553, 4539, 4552, 4554, 4555, 4556, 4544, 4557,
+ 4547, 4558, 4559, 4550, 4557, 4560, 4561, 4562, 2723, 4563,
+ 4563, 4539, 4564, 2893, 4565, 2893, 2893, 4566, 4558, 4560,
+ 4567, 4568, 4569, 4570, 2893, 2769, 4571, 4571, 4572, 4572,
+ 2893, 2893, 4573, 4569, 4567, 4574, 4575, 2769, 4576, 4576,
+
+ 2893, 2893, 4577, 2893, 2769, 4578, 4578, 4575, 2769, 4579,
+ 4579, 2809, 4580, 4580, 2809, 4581, 4581, 2809, 4582, 4582,
+ 2809, 4583, 4583, 2821, 4584, 4584, 2821, 4585, 4585, 2821,
+ 4586, 4586, 2821, 4587, 4587, 2833, 4588, 4588, 2833, 4589,
+ 4589, 2833, 4590, 4590, 2833, 4591, 4591, 2845, 4592, 4592,
+ 2845, 4593, 4593, 2845, 4594, 4594, 2845, 4595, 4595, 2857,
+ 4596, 4596, 2857, 4597, 4597, 2857, 4598, 4598, 2857, 4599,
+ 4599, 2869, 4600, 4600, 2869, 4601, 4601, 2869, 4602, 4602,
+ 2869, 4603, 4603, 2881, 4604, 4604, 2881, 2893, 2893, 2881,
+ 2893, 2893, 0, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+
+ 2893, 2893, 2893, 2893
} ;
-static yyconst flex_int16_t yy_nxt[10845] =
+static yyconst flex_int16_t yy_nxt[10921] =
{ 0,
4, 5, 6, 7, 5, 4, 8, 9, 9, 4,
10, 11, 11, 12, 12, 12, 13, 14, 15, 16,
17, 18, 19, 20, 21, 22, 23, 24, 25, 26,
- 27, 28, 29, 23, 30, 31, 32, 33, 23, 23,
- 23, 23, 4, 34, 35, 35, 35, 35, 36, 23,
- 23, 23, 23, 23, 23, 37, 38, 39, 23, 23,
- 23, 23, 23, 23, 23, 23, 23, 40, 41, 2864,
- 1329, 41, 44, 44, 44, 44, 44, 46, 2864, 47,
- 47, 48, 48, 48, 49, 46, 1450, 48, 48, 48,
- 48, 48, 49, 53, 53, 53, 53, 53, 49, 53,
-
- 53, 54, 53, 53, 53, 41, 361, 53, 41, 60,
- 55, 64, 2864, 66, 2864, 65, 2864, 133, 176, 129,
- 2864, 53, 692, 51, 61, 53, 53, 56, 57, 53,
- 53, 62, 361, 371, 372, 55, 67, 63, 2864, 2864,
- 68, 78, 69, 2864, 176, 2864, 2864, 82, 361, 58,
- 53, 53, 53, 53, 53, 49, 53, 53, 53, 53,
- 53, 53, 70, 2864, 2864, 2864, 176, 2864, 2864, 83,
- 76, 2864, 105, 71, 106, 2864, 2864, 84, 813, 79,
- 72, 77, 59, 53, 53, 53, 53, 53, 73, 2864,
- 2864, 699, 689, 2864, 2864, 74, 80, 71, 2864, 90,
-
- 87, 1471, 81, 85, 75, 173, 2864, 2864, 86, 2864,
- 718, 88, 2864, 91, 2864, 95, 89, 99, 2864, 2864,
- 55, 113, 2864, 96, 2864, 90, 2864, 114, 695, 92,
- 2864, 218, 107, 93, 116, 53, 108, 2864, 91, 100,
- 2864, 95, 99, 99, 117, 55, 109, 110, 96, 94,
- 97, 111, 101, 2864, 102, 71, 112, 103, 2864, 58,
- 98, 138, 53, 104, 2864, 2864, 90, 115, 99, 2864,
- 95, 144, 146, 118, 2864, 119, 2864, 147, 96, 71,
- 91, 2864, 2864, 148, 133, 2864, 75, 138, 104, 142,
- 226, 2864, 90, 2864, 137, 151, 95, 44, 44, 44,
-
- 44, 44, 150, 96, 2864, 91, 125, 125, 126, 126,
- 126, 138, 2864, 2864, 145, 98, 94, 120, 133, 308,
- 137, 104, 121, 133, 316, 2864, 248, 2864, 58, 399,
- 122, 123, 732, 2864, 2864, 46, 75, 127, 127, 128,
- 128, 128, 129, 120, 138, 2864, 2864, 104, 121, 1479,
- 248, 693, 1197, 58, 248, 122, 123, 2864, 2864, 46,
- 75, 128, 128, 128, 128, 128, 129, 124, 135, 135,
- 135, 135, 135, 129, 135, 135, 135, 135, 135, 135,
- 2864, 2864, 2864, 2864, 2864, 156, 2864, 153, 149, 152,
- 155, 2864, 2864, 2864, 154, 2864, 2864, 2864, 2864, 166,
-
- 135, 135, 135, 135, 135, 135, 2864, 2864, 2864, 2864,
- 167, 156, 2864, 2864, 2864, 175, 155, 168, 158, 2864,
- 2864, 2864, 159, 161, 2864, 160, 2864, 2864, 698, 1450,
- 156, 2864, 2864, 2864, 2864, 156, 162, 2864, 163, 165,
- 172, 175, 2864, 2864, 2864, 164, 2864, 177, 170, 2864,
- 169, 174, 171, 183, 2864, 180, 176, 2864, 2864, 2864,
- 182, 2864, 2864, 176, 2864, 2864, 2864, 2864, 179, 186,
- 2864, 177, 2864, 178, 2864, 2864, 2864, 2864, 178, 183,
- 2864, 2864, 176, 2864, 185, 2864, 182, 2864, 388, 2864,
- 2864, 2864, 2864, 186, 198, 1406, 190, 178, 183, 2864,
-
- 2864, 191, 186, 184, 181, 183, 187, 2864, 185, 192,
- 2864, 188, 2864, 2864, 202, 194, 189, 186, 2864, 199,
- 195, 200, 193, 206, 196, 2864, 197, 2864, 201, 203,
- 208, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 204,
- 2864, 2864, 2864, 205, 210, 207, 183, 2864, 2864, 209,
- 2864, 2864, 2864, 2864, 178, 475, 2864, 215, 2864, 125,
- 125, 126, 126, 126, 133, 2864, 1471, 818, 211, 1076,
- 402, 215, 183, 126, 126, 126, 126, 126, 178, 710,
- 712, 2864, 2864, 2864, 2864, 178, 2864, 2864, 2864, 212,
- 46, 183, 216, 216, 217, 217, 217, 218, 2864, 138,
-
- 229, 176, 230, 46, 213, 217, 217, 217, 217, 217,
- 218, 223, 224, 224, 224, 224, 186, 2864, 178, 2864,
- 2864, 243, 2864, 242, 229, 138, 230, 176, 2864, 2864,
- 213, 240, 2864, 230, 791, 230, 234, 2864, 2864, 2864,
- 186, 2864, 178, 228, 2864, 2864, 2864, 1479, 236, 214,
- 227, 227, 227, 227, 227, 218, 227, 227, 227, 227,
- 227, 227, 2864, 2864, 239, 2864, 237, 246, 2864, 247,
- 2864, 2864, 241, 2864, 2864, 245, 2864, 2864, 244, 2864,
- 2864, 2864, 227, 227, 227, 227, 227, 227, 2864, 2864,
- 2864, 2864, 2864, 247, 2864, 2864, 2864, 248, 249, 255,
-
- 256, 2864, 2864, 251, 2864, 252, 250, 2864, 2864, 260,
- 264, 254, 258, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 257, 253, 261, 269, 2864, 2864, 1300, 2864, 2864, 268,
- 259, 2864, 2864, 2864, 132, 133, 2864, 2864, 262, 2864,
- 2864, 271, 2864, 263, 2864, 2864, 266, 2864, 269, 133,
- 133, 265, 2864, 2864, 268, 2864, 272, 270, 2864, 2864,
- 269, 267, 277, 269, 273, 271, 2864, 271, 2864, 269,
- 2864, 275, 2864, 2864, 271, 2864, 2864, 281, 278, 2864,
- 283, 270, 2864, 2864, 2864, 269, 277, 2864, 2864, 2864,
- 271, 271, 276, 2864, 277, 2864, 2864, 2864, 2864, 2864,
-
- 274, 284, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 279,
- 286, 2864, 291, 2864, 2864, 289, 276, 2864, 298, 280,
- 282, 285, 2864, 2864, 277, 2864, 2864, 2864, 288, 297,
- 2864, 2864, 292, 2864, 2864, 290, 287, 295, 294, 2864,
- 2864, 300, 296, 428, 2864, 299, 293, 2864, 2864, 248,
- 2864, 883, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 803, 697, 2864, 269, 2864, 2864, 429, 301, 2864, 2864,
- 302, 277, 820, 248, 430, 248, 2864, 248, 304, 304,
- 305, 305, 305, 223, 224, 224, 224, 224, 269, 224,
- 224, 224, 224, 224, 302, 277, 2864, 2864, 2864, 248,
-
- 691, 133, 46, 303, 306, 306, 307, 307, 307, 308,
- 46, 320, 307, 307, 307, 307, 307, 308, 318, 318,
- 318, 318, 318, 308, 318, 318, 318, 318, 318, 318,
- 2864, 319, 321, 2864, 324, 2864, 320, 2864, 325, 2864,
- 2864, 2864, 2864, 2864, 333, 2864, 2864, 2864, 2864, 321,
- 318, 318, 318, 318, 318, 318, 2864, 321, 2864, 2864,
- 2864, 323, 2864, 2864, 2864, 2864, 326, 133, 133, 882,
- 321, 332, 2864, 327, 328, 336, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 331, 2864, 2864, 2864, 334, 2864, 330,
- 2864, 2864, 2864, 2864, 2864, 339, 2864, 2864, 344, 338,
-
- 335, 2864, 340, 345, 341, 2864, 349, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 348, 342, 346, 2864,
- 347, 2864, 2864, 2864, 343, 352, 350, 2864, 2864, 2864,
- 2864, 2864, 351, 2864, 2864, 356, 2864, 2864, 357, 2864,
- 2864, 2864, 357, 353, 2864, 2864, 2864, 355, 2864, 2864,
- 2864, 2864, 2864, 1294, 360, 2864, 2864, 133, 2864, 2864,
- 2864, 356, 2864, 2864, 357, 2864, 354, 362, 357, 2864,
- 2864, 2864, 2864, 2864, 358, 2864, 2864, 2864, 2864, 700,
- 360, 365, 2864, 2864, 359, 357, 367, 2864, 357, 2864,
- 2864, 2864, 357, 363, 727, 2864, 361, 2864, 364, 2864,
-
- 2864, 2864, 2864, 2864, 369, 366, 2864, 373, 368, 2864,
- 370, 2864, 2864, 375, 2864, 374, 2864, 378, 376, 2864,
- 2864, 431, 2864, 379, 380, 357, 2864, 2864, 2864, 2864,
- 377, 2864, 2864, 2864, 2864, 357, 450, 321, 2864, 2864,
- 2864, 2864, 133, 361, 432, 381, 562, 321, 489, 2864,
- 133, 357, 433, 133, 2864, 1526, 492, 382, 133, 492,
- 450, 357, 321, 2864, 581, 2864, 1527, 133, 450, 361,
- 2864, 404, 321, 584, 385, 383, 304, 304, 305, 305,
- 305, 2864, 2864, 2864, 385, 384, 305, 305, 305, 305,
- 305, 46, 406, 386, 386, 387, 387, 387, 388, 46,
-
- 2864, 387, 387, 387, 387, 387, 388, 403, 403, 403,
- 403, 403, 388, 403, 403, 403, 403, 403, 403, 2864,
- 2864, 2864, 2864, 2864, 408, 405, 2864, 2864, 2864, 2864,
- 415, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 403,
- 403, 403, 403, 403, 403, 418, 409, 410, 419, 2864,
- 411, 2864, 2864, 2864, 1301, 2864, 2864, 2864, 420, 407,
- 414, 2864, 425, 2864, 412, 992, 413, 438, 416, 2864,
- 2864, 2864, 2864, 2864, 2864, 417, 2864, 2864, 2864, 2864,
- 421, 2864, 2864, 423, 2864, 2864, 2864, 2864, 2864, 2864,
- 426, 427, 434, 424, 436, 435, 2864, 446, 444, 2864,
-
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 445, 2864, 439, 440, 442, 443, 2864,
- 2864, 2864, 2864, 446, 449, 2864, 2864, 2864, 2864, 2864,
- 2864, 454, 2864, 441, 2864, 2864, 2864, 2864, 2864, 445,
- 447, 2864, 448, 2864, 452, 446, 2864, 2864, 449, 457,
- 2864, 2864, 2864, 451, 2864, 453, 450, 455, 725, 458,
- 2864, 446, 2864, 463, 456, 459, 876, 446, 2864, 2864,
- 462, 2864, 2864, 2864, 466, 653, 2864, 2864, 2864, 2864,
- 2864, 2864, 464, 465, 469, 2864, 2864, 2864, 2864, 2864,
- 467, 446, 2864, 446, 2864, 471, 471, 472, 472, 472,
-
- 896, 2864, 2864, 2864, 2864, 2864, 46, 450, 473, 473,
- 474, 474, 474, 475, 2864, 446, 2864, 446, 2864, 46,
- 2864, 474, 474, 474, 474, 474, 475, 2864, 2864, 2864,
- 2864, 450, 2864, 496, 498, 2864, 2864, 2864, 2864, 470,
- 495, 495, 495, 495, 495, 475, 495, 495, 495, 495,
- 495, 495, 2864, 500, 2864, 2864, 503, 497, 501, 505,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 507, 2864,
- 508, 504, 495, 495, 495, 495, 495, 495, 2864, 2864,
- 502, 506, 510, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 511, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
-
- 2864, 133, 133, 513, 2864, 509, 538, 584, 584, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 522, 2864, 527, 524,
- 523, 2864, 514, 2864, 532, 530, 529, 534, 525, 2864,
- 538, 528, 533, 2864, 2864, 2864, 2864, 538, 531, 2864,
- 535, 515, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 534, 536, 537, 2864, 2864, 533, 539, 2864,
- 2864, 2864, 2864, 541, 2864, 2864, 547, 534, 2864, 2864,
- 2864, 553, 534, 2864, 2864, 543, 2864, 540, 537, 2864,
- 2864, 548, 2864, 554, 2864, 538, 133, 2864, 2864, 546,
- 2864, 542, 589, 544, 559, 471, 471, 472, 472, 472,
-
- 2864, 552, 545, 555, 132, 551, 557, 2864, 133, 534,
- 2864, 2864, 1538, 2864, 677, 2864, 2864, 133, 538, 2864,
- 2864, 2864, 133, 581, 2864, 2864, 788, 2864, 581, 729,
- 2864, 2864, 2864, 2864, 534, 559, 472, 472, 472, 472,
- 472, 46, 538, 560, 560, 561, 561, 561, 562, 558,
- 46, 2864, 561, 561, 561, 561, 561, 562, 590, 590,
- 590, 590, 590, 562, 590, 590, 590, 590, 590, 590,
- 593, 591, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 599, 2864, 2864, 1538, 600, 2864,
- 590, 590, 590, 590, 590, 590, 2864, 598, 2864, 601,
-
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 594, 621, 596,
- 2864, 595, 602, 2864, 2864, 2864, 603, 132, 597, 2864,
- 607, 133, 604, 2864, 2864, 2864, 2864, 581, 2864, 2864,
- 2864, 2864, 2864, 606, 616, 620, 2864, 2864, 614, 2864,
- 2864, 619, 615, 617, 623, 2864, 624, 2864, 629, 2864,
- 628, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 622,
- 625, 2864, 630, 626, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 627, 629, 2864, 628, 2864, 2864, 2864,
- 2864, 2864, 2864, 133, 2864, 2864, 133, 2864, 631, 684,
- 2864, 635, 581, 2864, 629, 645, 629, 133, 2864, 636,
-
- 634, 133, 2864, 684, 632, 133, 633, 766, 629, 2864,
- 2864, 769, 642, 643, 648, 1534, 814, 714, 2864, 2864,
- 2864, 637, 2864, 2864, 638, 639, 2864, 646, 2864, 644,
- 2864, 2864, 2864, 2864, 629, 2864, 2864, 694, 2864, 649,
- 649, 650, 650, 650, 46, 701, 651, 651, 652, 652,
- 652, 653, 2864, 46, 629, 652, 652, 652, 652, 652,
- 653, 688, 688, 688, 688, 688, 653, 688, 688, 688,
- 688, 688, 688, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 721, 2864, 2864, 2864, 2864, 2864, 649, 649,
- 650, 650, 650, 688, 688, 688, 688, 688, 688, 715,
-
- 696, 720, 2864, 2864, 2864, 2864, 711, 721, 2864, 1538,
- 133, 737, 722, 2864, 709, 726, 677, 702, 1545, 721,
- 724, 713, 716, 719, 717, 133, 720, 723, 133, 1538,
- 730, 677, 782, 728, 773, 731, 734, 897, 721, 650,
- 650, 650, 650, 650, 46, 2864, 735, 735, 736, 736,
- 736, 737, 46, 2864, 736, 736, 736, 736, 736, 737,
- 133, 133, 133, 133, 133, 2864, 677, 773, 769, 773,
- 780, 781, 781, 781, 781, 781, 737, 781, 781, 781,
- 781, 781, 781, 2864, 785, 784, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 786, 2864, 2864, 2864,
-
- 2864, 2864, 2864, 781, 781, 781, 781, 781, 781, 2864,
- 2864, 811, 2864, 2864, 2864, 2864, 793, 2864, 810, 792,
- 2864, 823, 133, 802, 1429, 787, 804, 912, 856, 807,
- 789, 790, 794, 805, 801, 806, 2864, 874, 1549, 812,
- 808, 809, 811, 815, 816, 819, 817, 893, 46, 811,
- 821, 821, 822, 822, 822, 823, 46, 877, 822, 822,
- 822, 822, 822, 823, 133, 133, 133, 133, 133, 133,
- 859, 859, 766, 766, 769, 859, 133, 133, 133, 133,
- 133, 875, 769, 868, 859, 769, 868, 873, 873, 873,
- 873, 873, 823, 873, 873, 873, 873, 873, 873, 2864,
-
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 873,
- 873, 873, 873, 873, 873, 2864, 2864, 2864, 2864, 133,
- 133, 879, 880, 881, 2864, 950, 953, 894, 1538, 878,
- 895, 898, 1429, 885, 903, 892, 899, 884, 905, 904,
- 974, 2864, 900, 1004, 1407, 133, 901, 902, 906, 908,
- 907, 953, 973, 1549, 132, 980, 46, 909, 910, 910,
- 911, 911, 911, 912, 46, 2864, 911, 911, 911, 911,
- 911, 912, 133, 133, 133, 133, 133, 133, 953, 958,
- 953, 859, 962, 953, 133, 133, 133, 133, 133, 133,
-
- 859, 962, 953, 958, 962, 970, 971, 971, 971, 971,
- 971, 912, 971, 971, 971, 971, 971, 971, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 972, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 971, 971,
- 971, 971, 971, 971, 2864, 982, 2864, 2864, 2864, 2864,
- 2864, 133, 133, 989, 1001, 1007, 981, 1049, 950, 991,
- 977, 1538, 990, 975, 978, 979, 993, 994, 976, 998,
- 1545, 1549, 1557, 995, 996, 997, 1000, 999, 1002, 1095,
- 1073, 1429, 1549, 2864, 1438, 46, 1003, 1005, 1005, 1006,
- 1006, 1006, 1007, 46, 1075, 1006, 1006, 1006, 1006, 1006,
-
- 1007, 133, 133, 133, 133, 133, 133, 950, 950, 1056,
- 950, 1056, 950, 133, 133, 133, 133, 133, 133, 953,
- 958, 950, 1056, 958, 1067, 133, 133, 133, 1077, 2864,
- 2864, 1056, 958, 1067, 1072, 1072, 1072, 1072, 1072, 1007,
- 1072, 1072, 1072, 1072, 1072, 1072, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 1072, 1072, 1072, 1072,
- 1072, 1072, 1074, 2864, 2864, 2864, 2864, 133, 1082, 1097,
- 1088, 1104, 1100, 1151, 1090, 1078, 1079, 1080, 1091, 1081,
- 1087, 1099, 1180, 1096, 1089, 1193, 1092, 1098, 1093, 1561,
-
- 1201, 1094, 1101, 46, 1179, 1102, 1102, 1103, 1103, 1103,
- 1104, 46, 1191, 1103, 1103, 1103, 1103, 1103, 1104, 133,
- 133, 133, 133, 133, 133, 1154, 1049, 1049, 1158, 1049,
- 1158, 133, 133, 133, 133, 133, 133, 1154, 1158, 1165,
- 1049, 1158, 1056, 133, 133, 133, 133, 133, 133, 1169,
- 1158, 1056, 1169, 1158, 1165, 133, 133, 2864, 2864, 2864,
- 2864, 1169, 1177, 1178, 1178, 1178, 1178, 1178, 1104, 1178,
- 1178, 1178, 1178, 1178, 1178, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 1192, 2864, 1182, 1183, 2864, 2864, 2864,
- 2864, 2864, 2864, 1184, 2864, 1178, 1178, 1178, 1178, 1178,
-
- 1178, 1181, 46, 1196, 1206, 1206, 1207, 1207, 1207, 1208,
- 2864, 2864, 1199, 1549, 1185, 1186, 1438, 1208, 1314, 1198,
- 1203, 1522, 1194, 1195, 1205, 1204, 1561, 1200, 1291, 1292,
- 132, 46, 1202, 1207, 1207, 1207, 1207, 1207, 1208, 133,
- 133, 133, 133, 133, 133, 1259, 1262, 1262, 1151, 1151,
- 1154, 133, 133, 133, 133, 133, 133, 1262, 1154, 1271,
- 1262, 1154, 1271, 133, 133, 133, 133, 133, 133, 1154,
- 1158, 1165, 1154, 1271, 1165, 133, 133, 133, 133, 2864,
- 2864, 1283, 1271, 1165, 1283, 1288, 1288, 1288, 1288, 1288,
- 1208, 1288, 1288, 1288, 1288, 1288, 1288, 2864, 2864, 2864,
-
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 133, 2864, 2864, 2864, 2864, 2864, 1370, 1288, 1288, 1288,
- 1288, 1288, 1288, 1290, 1289, 1304, 133, 1295, 133, 1549,
- 2864, 1557, 1373, 1303, 1373, 1299, 1302, 1308, 133, 1298,
- 1561, 1293, 133, 1306, 1373, 1305, 1311, 133, 1378, 1408,
- 1309, 133, 1525, 1373, 1412, 1307, 1405, 1262, 46, 1310,
- 1312, 1312, 1313, 1313, 1313, 1314, 46, 1417, 1313, 1313,
- 1313, 1313, 1313, 1314, 133, 133, 133, 133, 133, 133,
- 1382, 1373, 1262, 1382, 1373, 1378, 133, 133, 133, 133,
- 133, 133, 1382, 1390, 1262, 1382, 1271, 1394, 133, 133,
-
- 133, 133, 133, 133, 1382, 1271, 1394, 1382, 1390, 1394,
- 133, 2864, 2864, 2864, 2864, 2864, 1402, 1403, 1403, 1403,
- 1403, 1403, 1314, 1403, 1403, 1403, 1403, 1403, 1403, 2864,
- 2864, 2864, 2864, 2864, 2864, 46, 2864, 1423, 1423, 1424,
- 1424, 1424, 1425, 1425, 1404, 1569, 2864, 1409, 2864, 1403,
- 1403, 1403, 1403, 1403, 1403, 1538, 133, 1571, 132, 1414,
- 1415, 1418, 1485, 1413, 1420, 1421, 133, 133, 1571, 133,
- 133, 1422, 1370, 1370, 1419, 1370, 1492, 1528, 46, 1416,
- 1424, 1424, 1424, 1424, 1424, 1425, 133, 133, 133, 133,
- 133, 133, 1370, 1492, 1370, 1373, 1378, 1370, 133, 133,
-
- 133, 133, 133, 133, 1492, 1378, 1503, 1492, 1378, 1503,
- 133, 133, 133, 133, 133, 133, 1378, 1382, 1390, 1378,
- 1503, 1390, 133, 133, 133, 133, 2864, 2864, 1515, 1503,
- 1390, 1515, 1520, 1520, 1520, 1520, 1520, 1425, 1520, 1520,
- 1520, 1520, 1520, 1520, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 1575, 1571, 1575, 1523, 132, 1575, 1580, 1575, 1580,
- 1521, 132, 1580, 1585, 1520, 1520, 1520, 1520, 1520, 1520,
- 1580, 1524, 1585, 132, 1438, 1561, 1585, 1529, 1530, 1531,
- 1591, 1561, 1532, 1535, 46, 1585, 1536, 1536, 1537, 1537,
- 1537, 1538, 1533, 46, 1591, 1537, 1537, 1537, 1537, 1537,
-
- 1538, 132, 1561, 1569, 1591, 1599, 133, 133, 133, 133,
- 133, 133, 1601, 133, 1604, 1485, 1485, 1608, 133, 1485,
- 133, 133, 133, 133, 1608, 133, 133, 1604, 1608, 1615,
- 133, 1485, 1608, 133, 133, 133, 1492, 133, 133, 1619,
- 1608, 1492, 133, 1619, 133, 133, 133, 133, 1608, 133,
- 1615, 1619, 1627, 1492, 133, 1619, 133, 133, 133, 133,
- 1503, 133, 1631, 1619, 1503, 1631, 133, 133, 133, 133,
- 2864, 2864, 1619, 1627, 1631, 1639, 1640, 1640, 1640, 1640,
- 1640, 1538, 1640, 1640, 1640, 1640, 1640, 1640, 2864, 2864,
- 2864, 1645, 1646, 2864, 2864, 2864, 2864, 2864, 2864, 132,
-
- 2864, 2864, 2864, 1538, 1641, 1538, 1659, 1538, 1640, 1640,
- 1640, 1640, 1640, 1640, 1649, 1538, 1659, 1642, 1643, 132,
- 1538, 1538, 1545, 1650, 132, 1644, 1647, 1648, 46, 1652,
- 1653, 1653, 1654, 1654, 1654, 1538, 46, 1538, 1654, 1654,
- 1654, 1654, 1654, 1538, 1659, 1545, 1651, 1670, 1659, 1545,
- 1670, 132, 1545, 1549, 1557, 132, 1545, 1670, 1557, 1682,
- 1670, 1557, 1682, 132, 1688, 132, 1691, 1688, 1691, 132,
- 1691, 1696, 1691, 1696, 132, 1696, 1701, 1696, 1701, 132,
- 1701, 1706, 1557, 1701, 1706, 132, 1557, 1682, 1706, 1714,
- 1682, 1706, 1714, 132, 133, 133, 133, 133, 133, 133,
-
- 1720, 133, 1723, 1723, 133, 1601, 133, 1601, 133, 133,
- 1604, 133, 133, 133, 1723, 1604, 133, 1732, 1723, 1604,
- 133, 133, 1732, 133, 133, 133, 133, 1604, 133, 1608,
- 1615, 133, 1604, 133, 1732, 133, 133, 1615, 133, 1744,
- 133, 1732, 1615, 133, 1744, 133, 133, 133, 133, 1615,
- 133, 1619, 1627, 133, 1615, 133, 1744, 133, 133, 1627,
- 133, 1756, 133, 1744, 1627, 2864, 1756, 1761, 1761, 1761,
- 1761, 1761, 1538, 1761, 1761, 1761, 1761, 1761, 1761, 2864,
- 2864, 2864, 1766, 1767, 2864, 2864, 2864, 2864, 2864, 1538,
- 2864, 2864, 1659, 132, 1659, 1538, 1762, 1659, 1782, 1761,
-
- 1761, 1761, 1761, 1761, 1761, 46, 1659, 1774, 1774, 1775,
- 1775, 1775, 1538, 1763, 1764, 1768, 1769, 1770, 1659, 1771,
- 2864, 2864, 1786, 1659, 1659, 1765, 1772, 1538, 1538, 1786,
- 132, 1659, 1782, 46, 1773, 1775, 1775, 1775, 1775, 1775,
- 1538, 1786, 1794, 1659, 1786, 1670, 1798, 1786, 1670, 1798,
- 132, 1786, 1794, 1798, 1806, 1807, 132, 1810, 1810, 132,
- 1810, 1815, 1810, 1815, 132, 1815, 1820, 1815, 1820, 132,
- 1820, 1825, 1820, 1825, 132, 1670, 1798, 1825, 1831, 1798,
- 1825, 1831, 132, 1798, 1806, 1831, 1839, 133, 133, 133,
- 133, 133, 133, 1841, 133, 1841, 1841, 133, 1841, 133,
-
- 1847, 133, 133, 1841, 133, 1723, 133, 1851, 1841, 133,
- 1723, 133, 1851, 133, 133, 133, 133, 1841, 133, 1847,
- 1851, 1859, 1723, 133, 1851, 133, 133, 133, 133, 1732,
- 133, 1863, 1851, 1732, 1863, 133, 133, 133, 133, 133,
- 133, 1851, 1859, 1863, 1871, 1732, 1863, 133, 133, 133,
- 133, 133, 133, 1744, 1875, 1863, 1744, 1875, 133, 133,
- 133, 133, 2864, 2864, 1863, 1871, 1875, 1883, 1884, 1884,
- 1884, 1884, 1884, 1538, 1884, 1884, 1884, 1884, 1884, 1884,
- 2864, 2864, 1888, 1889, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 1659, 1659, 1886, 1659, 1659, 1895, 1538, 1782, 132,
-
- 1884, 1884, 1884, 1884, 1884, 1884, 1885, 1659, 1659, 1782,
- 132, 1887, 1659, 1782, 1782, 1908, 46, 1894, 1896, 1896,
- 1897, 1897, 1897, 1538, 1893, 1782, 1890, 1891, 1782, 1908,
- 132, 1782, 1786, 46, 1892, 1897, 1897, 1897, 1897, 1897,
- 1538, 1794, 132, 1782, 1908, 1794, 1920, 1908, 1794, 1920,
- 132, 132, 1926, 1926, 132, 1926, 1931, 1926, 1931, 132,
- 1931, 1936, 1931, 1936, 132, 1936, 1941, 1936, 1941, 132,
- 1941, 1946, 1794, 1941, 1946, 132, 1794, 1920, 1946, 1954,
- 1920, 1946, 1954, 132, 133, 133, 133, 133, 133, 133,
- 1841, 133, 1841, 1841, 1963, 1841, 133, 1963, 133, 133,
-
- 133, 133, 133, 133, 1841, 1841, 1847, 133, 1841, 1963,
- 133, 133, 133, 1847, 133, 133, 1974, 1963, 1847, 133,
- 1974, 133, 133, 133, 133, 1847, 133, 1851, 1859, 133,
- 1847, 133, 1974, 133, 133, 1859, 133, 1986, 133, 1974,
- 1859, 133, 1986, 133, 133, 133, 133, 1859, 133, 1863,
- 1871, 133, 1859, 133, 1986, 133, 133, 1871, 133, 1998,
- 133, 1986, 1871, 2864, 1998, 2003, 2003, 2003, 2003, 2003,
- 1538, 2003, 2003, 2003, 2003, 2003, 2003, 2864, 2864, 2004,
- 2005, 2864, 2864, 2864, 2864, 2864, 2864, 1659, 1659, 46,
- 2006, 2009, 2009, 2010, 2010, 2010, 1659, 2003, 2003, 2003,
-
- 2003, 2003, 2003, 46, 1782, 2010, 2010, 2010, 2010, 2010,
- 1659, 1782, 2014, 1782, 1782, 2007, 1782, 1782, 2014, 132,
- 1782, 2014, 2014, 2023, 1782, 2014, 1908, 2027, 2008, 2014,
- 1908, 2027, 132, 2014, 2023, 2027, 2035, 1926, 132, 1926,
- 2039, 1926, 2039, 132, 2039, 2044, 2039, 2044, 132, 2044,
- 2049, 2044, 2049, 132, 2049, 2054, 2049, 2054, 132, 1908,
- 2027, 2054, 2060, 2027, 2054, 2060, 132, 2027, 2035, 2060,
- 2068, 133, 133, 133, 133, 133, 133, 1841, 1841, 1841,
- 1963, 133, 1963, 133, 133, 133, 133, 1963, 133, 2075,
- 1841, 1963, 1963, 133, 2079, 133, 133, 133, 133, 1963,
-
- 133, 1963, 2079, 133, 1963, 133, 2075, 133, 133, 2079,
- 133, 2087, 133, 1963, 2079, 133, 1974, 133, 2091, 133,
- 133, 2079, 133, 1974, 133, 2091, 133, 133, 2079, 133,
- 2087, 133, 2091, 2099, 133, 1974, 133, 2091, 133, 133,
- 1986, 133, 2103, 133, 2091, 1986, 133, 2103, 133, 133,
- 133, 2113, 2091, 2114, 2099, 2103, 2111, 2112, 2112, 2112,
- 2112, 2112, 1659, 2112, 2112, 2112, 2112, 2112, 2112, 2864,
- 2864, 46, 2864, 2117, 2117, 2118, 2118, 2118, 1659, 46,
- 1782, 2118, 2118, 2118, 2118, 2118, 1659, 1782, 2014, 2112,
- 2112, 2112, 2112, 2112, 2112, 132, 1782, 1782, 2014, 2014,
-
- 2124, 2014, 2014, 2124, 132, 2014, 2014, 2023, 132, 2014,
- 2124, 2115, 2116, 2023, 2136, 2124, 2023, 2136, 132, 1926,
- 1926, 2039, 132, 2039, 2145, 2039, 2145, 132, 2145, 2150,
- 2145, 2150, 132, 2150, 2155, 2150, 2155, 132, 2155, 2160,
- 2023, 2155, 2160, 132, 2023, 2136, 2160, 2168, 2136, 2160,
- 2168, 132, 133, 133, 133, 133, 133, 133, 1841, 1963,
- 1963, 1963, 1963, 2075, 133, 133, 133, 133, 133, 133,
- 133, 1963, 1963, 2075, 133, 1963, 2075, 133, 133, 133,
- 2075, 133, 133, 2183, 2075, 2075, 133, 2183, 133, 133,
- 133, 133, 2075, 133, 2079, 2087, 133, 2075, 133, 2183,
-
- 133, 133, 2087, 133, 2195, 133, 2183, 2087, 133, 2195,
- 133, 133, 133, 133, 2087, 133, 2091, 2099, 133, 2087,
- 133, 2195, 133, 133, 2099, 133, 2207, 133, 2195, 2099,
- 2213, 2207, 2212, 2212, 2212, 2212, 2212, 1659, 2212, 2212,
- 2212, 2212, 2212, 2212, 2214, 2864, 2864, 46, 2014, 2217,
- 2217, 2218, 2218, 2218, 1659, 46, 2014, 2218, 2218, 2218,
- 2218, 2218, 1659, 2014, 2212, 2212, 2212, 2212, 2212, 2212,
- 2014, 2124, 132, 2014, 2124, 2124, 2225, 2014, 2124, 2124,
- 2229, 2124, 2124, 2229, 132, 2215, 2124, 2225, 2229, 2237,
- 1926, 2039, 2039, 2216, 2145, 132, 2145, 2242, 2145, 2242,
-
- 132, 2242, 2247, 2242, 2247, 132, 2247, 2252, 2247, 2252,
- 132, 2124, 2229, 2252, 2258, 2229, 2252, 2258, 132, 2229,
- 2237, 2258, 2266, 133, 133, 133, 133, 133, 133, 1963,
- 1963, 2075, 2075, 2270, 2075, 133, 133, 133, 133, 133,
- 133, 2075, 2075, 2075, 2270, 133, 2075, 133, 133, 133,
- 133, 2270, 133, 2270, 2279, 2075, 2270, 133, 2183, 133,
- 133, 133, 133, 2283, 133, 2270, 2183, 2283, 133, 133,
- 2270, 133, 133, 133, 2279, 2283, 133, 2291, 2183, 2283,
- 133, 133, 2195, 133, 133, 133, 2295, 2283, 133, 2195,
- 2295, 133, 133, 133, 2283, 2305, 2306, 2291, 2295, 2303,
-
- 2304, 2304, 2304, 2304, 2304, 1659, 2304, 2304, 2304, 2304,
- 2304, 2304, 2864, 2864, 46, 2014, 2310, 2310, 2311, 2311,
- 2311, 1659, 46, 2124, 2311, 2311, 2311, 2311, 2311, 1659,
- 2124, 2124, 2304, 2304, 2304, 2304, 2304, 2304, 2124, 2225,
- 132, 2124, 2124, 2225, 132, 2124, 2225, 2225, 2322, 2225,
- 2225, 2322, 2308, 132, 2864, 2145, 2145, 2309, 2242, 2307,
- 132, 2039, 2242, 2331, 2242, 2331, 132, 2331, 2336, 2331,
- 2336, 132, 2336, 2341, 2225, 2336, 2341, 132, 2225, 2322,
- 2341, 2349, 2322, 2341, 2349, 132, 133, 133, 133, 133,
- 133, 133, 2075, 2075, 2270, 133, 2075, 2075, 133, 133,
-
- 133, 2270, 133, 133, 2270, 2359, 2270, 133, 2270, 2359,
- 133, 133, 133, 133, 133, 133, 2270, 2270, 2279, 133,
- 2270, 2359, 133, 133, 133, 2279, 133, 133, 2371, 2359,
- 2279, 133, 2371, 133, 133, 133, 133, 2279, 133, 2283,
- 2291, 133, 2279, 133, 2371, 133, 133, 2291, 133, 2383,
- 133, 2371, 2291, 2864, 2383, 2388, 2388, 2388, 2388, 2388,
- 1659, 2388, 2388, 2388, 2388, 2388, 2388, 2864, 2864, 46,
- 2124, 2391, 2391, 2392, 2392, 2392, 1782, 46, 2124, 2392,
- 2392, 2392, 2392, 2392, 1782, 2225, 2225, 2388, 2388, 2388,
- 2388, 2388, 2388, 2396, 2225, 2225, 2225, 2389, 2225, 2396,
-
- 132, 2225, 2390, 2396, 2396, 2405, 2145, 2242, 2242, 2331,
- 132, 2331, 2410, 2331, 2410, 132, 2410, 2415, 2410, 2415,
- 132, 2225, 2396, 2415, 2421, 2396, 2415, 2421, 132, 2396,
- 2405, 2421, 2429, 133, 133, 133, 133, 133, 133, 2270,
- 2270, 2270, 2270, 2359, 133, 133, 133, 133, 133, 133,
- 2270, 2359, 2359, 2436, 2270, 2359, 133, 133, 133, 133,
- 133, 133, 2359, 2440, 2359, 2359, 2440, 133, 133, 133,
- 133, 133, 133, 2359, 2436, 2440, 2448, 2359, 2440, 133,
- 133, 133, 133, 133, 133, 2371, 2452, 2440, 2371, 2452,
- 133, 133, 133, 133, 2864, 2864, 2440, 2448, 2452, 2460,
-
- 2461, 2461, 2461, 2461, 2461, 1782, 2461, 2461, 2461, 2461,
- 2461, 2461, 46, 2225, 2463, 2463, 2464, 2464, 2464, 1782,
- 46, 2225, 2464, 2464, 2464, 2464, 2464, 1782, 2462, 2396,
- 132, 2225, 2461, 2461, 2461, 2461, 2461, 2461, 2225, 2396,
- 2396, 2470, 2396, 2396, 2470, 132, 2242, 2331, 2331, 2410,
- 132, 2410, 2479, 2410, 2479, 132, 2479, 2484, 2396, 2479,
- 2484, 132, 2396, 2470, 2484, 2492, 2470, 2484, 2492, 132,
- 133, 133, 133, 133, 133, 133, 2270, 2359, 2359, 2359,
- 2359, 2436, 133, 133, 133, 133, 133, 133, 133, 2359,
- 2359, 2436, 133, 2359, 2436, 133, 133, 133, 2436, 133,
-
- 133, 2507, 2436, 2436, 133, 2507, 133, 133, 133, 133,
- 2436, 133, 2440, 2448, 133, 2436, 133, 2507, 133, 133,
- 2448, 133, 2519, 133, 2507, 2448, 2864, 2519, 2524, 2524,
- 2524, 2524, 2524, 1782, 2524, 2524, 2524, 2524, 2524, 2524,
- 46, 2396, 2525, 2525, 2526, 2526, 2526, 1782, 46, 2396,
- 2526, 2526, 2526, 2526, 2526, 1782, 2396, 2396, 2470, 132,
- 2524, 2524, 2524, 2524, 2524, 2524, 2396, 2470, 2470, 2533,
- 2331, 2410, 2410, 2479, 132, 2479, 2538, 2479, 2538, 132,
- 2396, 2470, 2538, 2544, 2470, 2538, 2544, 132, 2470, 2533,
- 2544, 2552, 133, 133, 133, 133, 133, 133, 2359, 2359,
-
- 2436, 2436, 2556, 2436, 133, 133, 133, 133, 133, 133,
- 2436, 2436, 2436, 2556, 133, 2436, 133, 133, 133, 133,
- 2556, 133, 2556, 2565, 2436, 2556, 133, 2507, 133, 133,
- 133, 133, 2569, 133, 2556, 2507, 2569, 133, 133, 2556,
- 133, 2396, 2470, 2565, 2569, 2470, 2577, 2578, 2578, 2578,
- 2578, 2578, 1782, 2578, 2578, 2578, 2578, 2578, 2578, 46,
- 2470, 2579, 2579, 2580, 2580, 2580, 1782, 46, 2470, 2580,
- 2580, 2580, 2580, 2580, 1782, 2533, 132, 2410, 2479, 2578,
- 2578, 2578, 2578, 2578, 2578, 2479, 2538, 132, 2538, 2590,
- 2470, 2538, 2590, 132, 2470, 2533, 2590, 2597, 2533, 2590,
-
- 2597, 132, 133, 133, 133, 133, 133, 133, 2436, 2436,
- 2556, 133, 2436, 2436, 133, 133, 133, 2556, 133, 133,
- 2556, 2607, 2556, 133, 2556, 2607, 133, 133, 133, 133,
- 133, 133, 2556, 2556, 2565, 133, 2556, 2607, 133, 133,
- 133, 2565, 133, 133, 2619, 2607, 2565, 2470, 2619, 2624,
- 2624, 2624, 2624, 2624, 1782, 2624, 2624, 2624, 2624, 2624,
- 2624, 46, 2470, 2625, 2625, 2626, 2626, 2626, 2014, 46,
- 2533, 2626, 2626, 2626, 2626, 2626, 2014, 2533, 2630, 2479,
- 2538, 2624, 2624, 2624, 2624, 2624, 2624, 2538, 2590, 132,
- 2533, 2590, 2635, 2533, 2590, 2635, 132, 2533, 2630, 2635,
-
- 2643, 133, 133, 133, 133, 133, 133, 2556, 2556, 2556,
- 2556, 2607, 133, 133, 133, 133, 133, 133, 2556, 2607,
- 2607, 2650, 2556, 2607, 133, 133, 133, 133, 133, 133,
- 2607, 2654, 2607, 2607, 2654, 133, 133, 133, 133, 2533,
- 2533, 2607, 2650, 2654, 2662, 2663, 2663, 2663, 2663, 2663,
- 2014, 2663, 2663, 2663, 2663, 2663, 2663, 46, 2630, 2664,
- 2664, 2665, 2665, 2665, 2014, 46, 132, 2665, 2665, 2665,
- 2665, 2665, 2014, 2538, 2590, 2590, 2635, 2663, 2663, 2663,
- 2663, 2663, 2663, 132, 2533, 2630, 2635, 2674, 2630, 2635,
- 2674, 132, 133, 133, 133, 133, 133, 133, 2556, 2607,
-
- 2607, 2607, 2607, 2650, 133, 133, 133, 133, 133, 133,
- 133, 2607, 2607, 2650, 133, 2607, 2650, 133, 133, 133,
- 2650, 133, 133, 2689, 2650, 2650, 2630, 2689, 2694, 2694,
- 2694, 2694, 2694, 2014, 2694, 2694, 2694, 2694, 2694, 2694,
- 46, 2630, 2695, 2695, 2696, 2696, 2696, 2014, 46, 2699,
- 2696, 2696, 2696, 2696, 2696, 2014, 2590, 2635, 2630, 2635,
- 2694, 2694, 2694, 2694, 2694, 2694, 2674, 132, 2630, 2699,
- 2674, 2706, 133, 133, 133, 133, 133, 133, 2607, 2607,
- 2650, 2650, 2710, 2650, 133, 133, 133, 133, 133, 133,
- 2650, 2650, 2650, 2710, 133, 2650, 133, 133, 2630, 2699,
-
- 2710, 132, 2710, 2719, 2720, 2720, 2720, 2720, 2720, 2014,
- 2720, 2720, 2720, 2720, 2720, 2720, 46, 2635, 2721, 2721,
- 2722, 2722, 2722, 2014, 46, 2699, 2722, 2722, 2722, 2722,
- 2722, 2014, 2674, 2699, 2674, 2706, 2720, 2720, 2720, 2720,
- 2720, 2720, 132, 133, 133, 133, 133, 133, 133, 2650,
- 2650, 2710, 133, 2650, 2650, 133, 133, 133, 2710, 133,
- 133, 2710, 2735, 2710, 133, 2710, 2735, 2740, 2740, 2740,
- 2740, 2740, 2699, 2740, 2740, 2740, 2740, 2740, 2740, 46,
- 2745, 2741, 2741, 2742, 2742, 2742, 2124, 46, 2674, 2742,
- 2742, 2742, 2742, 2742, 2124, 2699, 2745, 2706, 2748, 2740,
-
- 2740, 2740, 2740, 2740, 2740, 133, 133, 133, 133, 133,
- 133, 2710, 2710, 2710, 2710, 2735, 133, 133, 133, 133,
- 2699, 2745, 2710, 2735, 2735, 2756, 2757, 2757, 2757, 2757,
- 2757, 2124, 2757, 2757, 2757, 2757, 2757, 2757, 46, 132,
- 2758, 2758, 2759, 2759, 2759, 2124, 46, 2745, 2759, 2759,
- 2759, 2759, 2759, 2124, 2706, 2748, 133, 2745, 2757, 2757,
- 2757, 2757, 2757, 2757, 2762, 2763, 2763, 2763, 2763, 133,
- 133, 133, 133, 133, 133, 2710, 2735, 2735, 2735, 2735,
- 2756, 2769, 2769, 2769, 2769, 2769, 2745, 2769, 2769, 2769,
- 2769, 2769, 2769, 46, 2748, 2770, 2770, 2771, 2771, 2771,
-
- 2124, 46, 2745, 2771, 2771, 2771, 2771, 2771, 2124, 2748,
- 132, 1471, 1466, 2769, 2769, 2769, 2769, 2769, 2769, 2762,
- 2763, 2763, 2763, 2763, 2763, 2763, 2763, 2763, 2763, 133,
- 133, 133, 133, 1329, 1471, 2735, 2735, 2756, 2756, 2776,
- 2776, 2776, 2776, 2776, 1466, 2776, 2776, 2776, 2776, 2776,
- 2776, 46, 132, 2777, 2777, 2778, 2778, 2778, 2124, 46,
- 1466, 2778, 2778, 2778, 2778, 2778, 2124, 1461, 1466, 1461,
- 132, 2776, 2776, 2776, 2776, 2776, 2776, 133, 133, 1461,
- 1456, 1461, 1456, 2756, 2756, 2780, 2780, 2780, 2780, 2780,
- 132, 2780, 2780, 2780, 2780, 2780, 2780, 46, 1456, 2781,
-
- 2781, 2782, 2782, 2782, 2225, 46, 1456, 2782, 2782, 2782,
- 2782, 2782, 2225, 132, 1450, 1329, 1438, 2780, 2780, 2780,
- 2780, 2780, 2780, 133, 1450, 1329, 1438, 1318, 132, 2756,
- 2783, 2783, 2783, 2783, 2783, 2225, 2783, 2783, 2783, 2783,
- 2783, 2783, 46, 1329, 2784, 2784, 2785, 2785, 2785, 2225,
- 46, 1322, 2785, 2785, 2785, 2785, 2785, 2225, 1318, 132,
- 1438, 1318, 2783, 2783, 2783, 2783, 2783, 2783, 2786, 2786,
- 2786, 2786, 2786, 1429, 2786, 2786, 2786, 2786, 2786, 2786,
- 46, 1438, 2787, 2787, 2788, 2788, 2788, 2225, 46, 1318,
- 2788, 2788, 2788, 2788, 2788, 2225, 1429, 132, 1318, 1314,
-
- 2786, 2786, 2786, 2786, 2786, 2786, 2789, 2789, 2789, 2789,
- 2789, 1314, 2789, 2789, 2789, 2789, 2789, 2789, 46, 132,
- 2790, 2790, 2791, 2791, 2791, 2225, 46, 1429, 2791, 2791,
- 2791, 2791, 2791, 2225, 1429, 132, 2864, 2864, 2789, 2789,
- 2789, 2789, 2789, 2789, 2792, 2792, 2792, 2792, 2792, 2864,
- 2792, 2792, 2792, 2792, 2792, 2792, 46, 1411, 2793, 2793,
- 2794, 2794, 2794, 2396, 46, 1410, 2794, 2794, 2794, 2794,
- 2794, 2396, 2864, 133, 133, 133, 2792, 2792, 2792, 2792,
- 2792, 2792, 2795, 2795, 2795, 2795, 2795, 2396, 2795, 2795,
- 2795, 2795, 2795, 2795, 46, 133, 2796, 2796, 2797, 2797,
-
- 2797, 2396, 46, 1368, 2797, 2797, 2797, 2797, 2797, 2396,
- 1360, 1341, 1333, 132, 2795, 2795, 2795, 2795, 2795, 2795,
- 2798, 2798, 2798, 2798, 2798, 1360, 2798, 2798, 2798, 2798,
- 2798, 2798, 46, 1354, 2799, 2799, 2800, 2800, 2800, 2396,
- 46, 1333, 2800, 2800, 2800, 2800, 2800, 2396, 1360, 1354,
- 1333, 1216, 2798, 2798, 2798, 2798, 2798, 2798, 2801, 2801,
- 2801, 2801, 2801, 132, 2801, 2801, 2801, 2801, 2801, 2801,
- 46, 1354, 2802, 2802, 2803, 2803, 2803, 2396, 46, 1349,
- 2803, 2803, 2803, 2803, 2803, 2396, 1354, 1349, 132, 1349,
- 2801, 2801, 2801, 2801, 2801, 2801, 2804, 2804, 2804, 2804,
-
- 2804, 1344, 2804, 2804, 2804, 2804, 2804, 2804, 46, 1349,
- 2805, 2805, 2806, 2806, 2806, 2470, 46, 1344, 2806, 2806,
- 2806, 2806, 2806, 2470, 132, 1344, 1344, 132, 2804, 2804,
- 2804, 2804, 2804, 2804, 2807, 2807, 2807, 2807, 2807, 2470,
- 2807, 2807, 2807, 2807, 2807, 2807, 46, 1341, 2808, 2808,
- 2809, 2809, 2809, 2470, 46, 1333, 2809, 2809, 2809, 2809,
- 2809, 2470, 1329, 1322, 132, 1333, 2807, 2807, 2807, 2807,
- 2807, 2807, 2810, 2810, 2810, 2810, 2810, 1216, 2810, 2810,
- 2810, 2810, 2810, 2810, 46, 1322, 2811, 2811, 2812, 2812,
- 2812, 2470, 46, 1333, 2812, 2812, 2812, 2812, 2812, 2470,
-
- 1216, 1322, 1208, 1329, 2810, 2810, 2810, 2810, 2810, 2810,
- 2813, 2813, 2813, 2813, 2813, 1322, 2813, 2813, 2813, 2813,
- 2813, 2813, 46, 1318, 2814, 2814, 2815, 2815, 2815, 2470,
- 46, 132, 2815, 2815, 2815, 2815, 2815, 2470, 1322, 1208,
- 1322, 1208, 2813, 2813, 2813, 2813, 2813, 2813, 2816, 2816,
- 2816, 2816, 2816, 1208, 2816, 2816, 2816, 2816, 2816, 2816,
- 46, 1318, 2817, 2817, 2818, 2818, 2818, 2533, 46, 132,
- 2818, 2818, 2818, 2818, 2818, 2533, 2864, 1297, 1296, 2864,
- 2816, 2816, 2816, 2816, 2816, 2816, 2819, 2819, 2819, 2819,
- 2819, 2533, 2819, 2819, 2819, 2819, 2819, 2819, 46, 133,
-
- 2820, 2820, 2821, 2821, 2821, 2533, 46, 133, 2821, 2821,
- 2821, 2821, 2821, 2533, 133, 133, 133, 133, 2819, 2819,
- 2819, 2819, 2819, 2819, 2822, 2822, 2822, 2822, 2822, 132,
- 2822, 2822, 2822, 2822, 2822, 2822, 46, 1253, 2823, 2823,
- 2824, 2824, 2824, 2533, 46, 1245, 2824, 2824, 2824, 2824,
- 2824, 2533, 1227, 1253, 1245, 1227, 2822, 2822, 2822, 2822,
- 2822, 2822, 2825, 2825, 2825, 2825, 2825, 1113, 2825, 2825,
- 2825, 2825, 2825, 2825, 46, 132, 2826, 2826, 2827, 2827,
- 2827, 2533, 46, 1245, 2827, 2827, 2827, 2827, 2827, 2533,
- 1240, 1113, 1245, 1240, 2825, 2825, 2825, 2825, 2825, 2825,
-
- 2828, 2828, 2828, 2828, 2828, 132, 2828, 2828, 2828, 2828,
- 2828, 2828, 46, 1240, 2829, 2829, 2830, 2830, 2830, 2630,
- 46, 1235, 2830, 2830, 2830, 2830, 2830, 2630, 1240, 1235,
- 132, 1235, 2828, 2828, 2828, 2828, 2828, 2828, 2831, 2831,
- 2831, 2831, 2831, 2630, 2831, 2831, 2831, 2831, 2831, 2831,
- 46, 1235, 2832, 2832, 2833, 2833, 2833, 2630, 46, 132,
- 2833, 2833, 2833, 2833, 2833, 2630, 1232, 132, 1227, 1113,
- 2831, 2831, 2831, 2831, 2831, 2831, 2834, 2834, 2834, 2834,
- 2834, 1216, 2834, 2834, 2834, 2834, 2834, 2834, 46, 1227,
- 2835, 2835, 2836, 2836, 2836, 2630, 46, 1113, 2836, 2836,
-
- 2836, 2836, 2836, 2630, 1216, 1104, 132, 1113, 2834, 2834,
- 2834, 2834, 2834, 2834, 2837, 2837, 2837, 2837, 2837, 1108,
- 2837, 2837, 2837, 2837, 2837, 2837, 46, 1104, 2838, 2838,
- 2839, 2839, 2839, 2630, 46, 132, 2839, 2839, 2839, 2839,
- 2839, 2630, 1216, 1104, 1216, 1104, 2837, 2837, 2837, 2837,
- 2837, 2837, 2840, 2840, 2840, 2840, 2840, 132, 2840, 2840,
- 2840, 2840, 2840, 2840, 46, 1104, 2841, 2841, 2842, 2842,
- 2842, 2699, 46, 1104, 2842, 2842, 2842, 2842, 2842, 2699,
- 132, 1190, 1189, 1188, 2840, 2840, 2840, 2840, 2840, 2840,
- 2843, 2843, 2843, 2843, 2843, 2699, 2843, 2843, 2843, 2843,
-
- 2843, 2843, 46, 1187, 2844, 2844, 2845, 2845, 2845, 2699,
- 46, 2864, 2845, 2845, 2845, 2845, 2845, 2699, 2864, 133,
- 133, 133, 2843, 2843, 2843, 2843, 2843, 2843, 2846, 2846,
- 2846, 2846, 2846, 1149, 2846, 2846, 2846, 2846, 2846, 2846,
- 46, 1141, 2847, 2847, 2848, 2848, 2848, 2699, 46, 1125,
- 2848, 2848, 2848, 2848, 2848, 2699, 1117, 132, 1141, 1135,
- 2846, 2846, 2846, 2846, 2846, 2846, 2849, 2849, 2849, 2849,
- 2849, 1117, 2849, 2849, 2849, 2849, 2849, 2849, 46, 1141,
- 2850, 2850, 2851, 2851, 2851, 2699, 46, 1135, 2851, 2851,
- 2851, 2851, 2851, 2699, 1117, 1011, 132, 1135, 2849, 2849,
-
- 2849, 2849, 2849, 2849, 2852, 2852, 2852, 2852, 2852, 1130,
- 2852, 2852, 2852, 2852, 2852, 2852, 46, 1135, 2853, 2853,
- 2854, 2854, 2854, 2745, 46, 1130, 2854, 2854, 2854, 2854,
- 2854, 2745, 132, 1130, 1127, 1130, 2852, 2852, 2852, 2852,
- 2852, 2852, 2855, 2855, 2855, 2855, 2855, 2745, 2855, 2855,
- 2855, 2855, 2855, 2855, 46, 132, 2856, 2856, 2857, 2857,
- 2857, 2745, 46, 1127, 2857, 2857, 2857, 2857, 2857, 2745,
- 1125, 1117, 1113, 1108, 2855, 2855, 2855, 2855, 2855, 2855,
- 2858, 2858, 2858, 2858, 2858, 132, 2858, 2858, 2858, 2858,
- 2858, 2858, 46, 1117, 2859, 2859, 2860, 2860, 2860, 2745,
-
- 46, 1011, 2860, 2860, 2860, 2860, 2860, 2745, 1108, 1117,
- 1011, 1108, 2858, 2858, 2858, 2858, 2858, 2858, 2861, 2861,
- 2861, 2861, 2861, 1113, 2861, 2861, 2861, 2861, 2861, 2861,
- 46, 1108, 2862, 2862, 2863, 2863, 2863, 2745, 46, 132,
- 2863, 2863, 2863, 2863, 2863, 2745, 1108, 1108, 132, 2864,
- 2861, 2861, 2861, 2861, 2861, 2861, 52, 52, 52, 52,
- 52, 1086, 52, 52, 52, 52, 52, 52, 46, 1085,
- 2862, 2862, 2863, 2863, 2863, 46, 1084, 2863, 2863, 2863,
- 2863, 2863, 1083, 2864, 133, 133, 133, 133, 52, 52,
- 52, 52, 52, 52, 42, 42, 42, 42, 42, 42,
-
- 42, 42, 45, 133, 45, 45, 45, 45, 45, 45,
- 50, 132, 50, 50, 52, 52, 1043, 52, 52, 52,
- 130, 1035, 130, 130, 131, 131, 134, 134, 219, 1020,
- 219, 219, 220, 220, 221, 221, 225, 225, 225, 309,
- 1043, 309, 309, 310, 310, 311, 311, 313, 313, 314,
- 314, 315, 315, 315, 317, 317, 389, 1035, 389, 389,
- 390, 390, 391, 391, 393, 393, 394, 394, 395, 395,
- 396, 396, 398, 398, 398, 400, 400, 401, 401, 401,
- 476, 1020, 476, 476, 477, 477, 478, 478, 480, 480,
- 481, 481, 482, 482, 483, 483, 485, 485, 486, 486,
-
- 487, 487, 488, 488, 488, 490, 490, 491, 491, 491,
- 493, 493, 493, 494, 494, 563, 916, 563, 563, 564,
- 564, 565, 565, 567, 567, 569, 569, 570, 570, 571,
- 571, 573, 573, 574, 574, 575, 575, 576, 576, 577,
- 577, 578, 578, 580, 580, 580, 582, 582, 583, 583,
- 583, 585, 585, 585, 586, 586, 587, 587, 587, 588,
- 588, 588, 654, 132, 654, 654, 655, 655, 656, 656,
- 658, 658, 659, 659, 660, 660, 662, 662, 663, 663,
- 665, 665, 666, 666, 667, 667, 668, 668, 669, 669,
- 670, 670, 672, 672, 673, 673, 674, 674, 675, 675,
-
- 676, 676, 676, 678, 678, 679, 679, 679, 680, 680,
- 680, 681, 681, 682, 682, 682, 683, 683, 683, 685,
- 685, 685, 686, 686, 686, 687, 687, 52, 52, 1035,
- 52, 52, 738, 1030, 738, 738, 739, 739, 740, 740,
- 742, 742, 743, 743, 744, 744, 745, 745, 654, 654,
- 748, 748, 749, 749, 751, 751, 752, 752, 753, 753,
- 754, 754, 755, 755, 757, 757, 758, 758, 759, 759,
- 760, 760, 761, 761, 762, 762, 763, 763, 765, 765,
- 765, 767, 767, 768, 768, 768, 770, 770, 770, 771,
- 771, 771, 772, 772, 772, 774, 774, 774, 775, 775,
-
- 775, 776, 776, 777, 777, 777, 778, 778, 778, 779,
- 779, 779, 52, 52, 916, 52, 52, 824, 1035, 824,
- 824, 825, 825, 826, 826, 827, 827, 828, 828, 829,
- 829, 830, 830, 832, 832, 833, 833, 834, 834, 835,
- 835, 836, 836, 838, 838, 839, 839, 840, 840, 841,
- 841, 843, 843, 844, 844, 845, 845, 846, 846, 847,
- 847, 848, 848, 849, 849, 851, 851, 852, 852, 853,
- 853, 854, 854, 855, 855, 855, 857, 857, 858, 858,
- 858, 860, 860, 860, 861, 861, 765, 765, 765, 862,
- 862, 862, 863, 863, 863, 864, 864, 865, 865, 865,
-
- 866, 866, 866, 867, 867, 867, 869, 869, 869, 870,
- 870, 870, 871, 871, 871, 872, 872, 52, 52, 1030,
- 52, 52, 913, 132, 913, 913, 914, 914, 915, 915,
- 917, 917, 918, 918, 919, 919, 921, 921, 922, 922,
- 923, 923, 924, 924, 925, 925, 926, 926, 928, 928,
- 930, 930, 931, 931, 932, 932, 933, 933, 832, 832,
- 935, 935, 936, 936, 937, 937, 938, 938, 939, 939,
- 941, 941, 942, 942, 943, 943, 944, 944, 945, 945,
- 946, 946, 947, 947, 949, 949, 949, 951, 951, 952,
- 952, 952, 954, 954, 954, 955, 955, 956, 956, 956,
-
- 957, 957, 957, 959, 959, 959, 960, 960, 960, 961,
- 961, 961, 963, 963, 963, 964, 964, 964, 965, 965,
- 965, 966, 966, 967, 967, 967, 968, 968, 968, 969,
- 969, 969, 52, 52, 1030, 52, 52, 1008, 1026, 1008,
- 1008, 1009, 1009, 1010, 1010, 1012, 1012, 1013, 1013, 913,
- 913, 1014, 1014, 1015, 1015, 1016, 1016, 1017, 1017, 1018,
- 1018, 1019, 1019, 1021, 1021, 1022, 1022, 1023, 1023, 1024,
- 1024, 1025, 1025, 1027, 1027, 1028, 1028, 1029, 1029, 921,
- 921, 1031, 1031, 1032, 1032, 1033, 1033, 1034, 1034, 1036,
- 1036, 1037, 1037, 1038, 1038, 1039, 1039, 1040, 1040, 1041,
-
- 1041, 1042, 1042, 1044, 1044, 1045, 1045, 1046, 1046, 1047,
- 1047, 1048, 1048, 1048, 1050, 1050, 1051, 1051, 1051, 1052,
- 1052, 1052, 1053, 1053, 1054, 1054, 1054, 1055, 1055, 1055,
- 1057, 1057, 1057, 1058, 1058, 1058, 1059, 1059, 1060, 1060,
- 1060, 1061, 1061, 1061, 1062, 1062, 1062, 1063, 1063, 1064,
- 1064, 1064, 1065, 1065, 1065, 1066, 1066, 1066, 1068, 1068,
- 1068, 1069, 1069, 1069, 1070, 1070, 1070, 1071, 1071, 52,
- 52, 1030, 52, 52, 1105, 1026, 1105, 1105, 1106, 1106,
- 1107, 1107, 1109, 1109, 1110, 1110, 1111, 1111, 1112, 1112,
- 1114, 1114, 1115, 1115, 1116, 1116, 1118, 1118, 1119, 1119,
-
- 1120, 1120, 1121, 1121, 1122, 1122, 1123, 1123, 1124, 1124,
- 1126, 1126, 1128, 1128, 1129, 1129, 1014, 1014, 1131, 1131,
- 1132, 1132, 1133, 1133, 1134, 1134, 1022, 1022, 1136, 1136,
- 1137, 1137, 1138, 1138, 1139, 1139, 1140, 1140, 1142, 1142,
- 1143, 1143, 1144, 1144, 1145, 1145, 1146, 1146, 1147, 1147,
- 1148, 1148, 1150, 1150, 1150, 1152, 1152, 1153, 1153, 1153,
- 1155, 1155, 1155, 1156, 1156, 1156, 1157, 1157, 1157, 1159,
- 1159, 1159, 1160, 1160, 1160, 1161, 1161, 1162, 1162, 1162,
- 1163, 1163, 1163, 1164, 1164, 1164, 1166, 1166, 1166, 1167,
- 1167, 1167, 1168, 1168, 1168, 1170, 1170, 1170, 1171, 1171,
-
- 1171, 1172, 1172, 1172, 1173, 1173, 1174, 1174, 1174, 1175,
- 1175, 1175, 1176, 1176, 1176, 52, 52, 132, 52, 52,
- 1209, 1026, 1209, 1209, 1210, 1210, 1211, 1211, 1212, 1212,
- 1213, 1213, 1214, 1214, 1215, 1215, 1217, 1217, 1218, 1218,
- 1219, 1219, 1220, 1220, 1221, 1221, 1222, 1222, 1223, 1223,
- 1224, 1224, 1225, 1225, 1226, 1226, 1228, 1228, 1229, 1229,
- 1230, 1230, 1231, 1231, 1008, 1008, 1233, 1233, 1234, 1234,
- 1236, 1236, 1237, 1237, 1238, 1238, 1239, 1239, 1119, 1119,
- 1241, 1241, 1242, 1242, 1243, 1243, 1244, 1244, 1246, 1246,
- 1247, 1247, 1248, 1248, 1249, 1249, 1250, 1250, 1251, 1251,
-
- 1252, 1252, 1254, 1254, 1255, 1255, 1256, 1256, 1257, 1257,
- 1258, 1258, 1258, 1260, 1260, 1261, 1261, 1261, 1263, 1263,
- 1263, 1264, 1264, 1150, 1150, 1150, 1265, 1265, 1265, 1266,
- 1266, 1266, 1267, 1267, 1268, 1268, 1268, 1269, 1269, 1269,
- 1270, 1270, 1270, 1272, 1272, 1272, 1273, 1273, 1273, 1274,
- 1274, 1274, 1275, 1275, 1276, 1276, 1276, 1277, 1277, 1277,
- 1278, 1278, 1278, 1279, 1279, 1280, 1280, 1280, 1281, 1281,
- 1281, 1282, 1282, 1282, 1284, 1284, 1284, 1285, 1285, 1285,
- 1286, 1286, 1286, 1287, 1287, 52, 52, 132, 52, 52,
- 1315, 1020, 1315, 1315, 1316, 1316, 1317, 1317, 1319, 1319,
-
- 1320, 1320, 1321, 1321, 1323, 1323, 1324, 1324, 1325, 1325,
- 1326, 1326, 1327, 1327, 1328, 1328, 1330, 1330, 1331, 1331,
- 1332, 1332, 1334, 1334, 1335, 1335, 1336, 1336, 1337, 1337,
- 1338, 1338, 1339, 1339, 1340, 1340, 1342, 1342, 1343, 1343,
- 1345, 1345, 1346, 1346, 1347, 1347, 1348, 1348, 1221, 1221,
- 1350, 1350, 1351, 1351, 1352, 1352, 1353, 1353, 1229, 1229,
- 1355, 1355, 1356, 1356, 1357, 1357, 1358, 1358, 1359, 1359,
- 1361, 1361, 1362, 1362, 1363, 1363, 1364, 1364, 1365, 1365,
- 1366, 1366, 1367, 1367, 1369, 1369, 1369, 1371, 1371, 1372,
- 1372, 1372, 1374, 1374, 1374, 1375, 1375, 1376, 1376, 1376,
-
- 1377, 1377, 1377, 1379, 1379, 1379, 1380, 1380, 1380, 1381,
- 1381, 1381, 1383, 1383, 1383, 1384, 1384, 1384, 1385, 1385,
- 1385, 1386, 1386, 1387, 1387, 1387, 1388, 1388, 1388, 1389,
- 1389, 1389, 1391, 1391, 1391, 1392, 1392, 1392, 1393, 1393,
- 1393, 1395, 1395, 1395, 1396, 1396, 1396, 1397, 1397, 1397,
- 1398, 1398, 1399, 1399, 1399, 1400, 1400, 1400, 1401, 1401,
- 1401, 52, 52, 916, 52, 52, 1426, 1011, 1426, 1426,
- 1427, 1427, 1428, 1428, 1430, 1430, 1431, 1431, 1315, 1315,
- 1432, 1432, 1433, 1433, 1434, 1434, 1435, 1435, 1436, 1436,
- 1437, 1437, 1439, 1439, 1440, 1440, 1441, 1441, 1442, 1442,
-
- 1443, 1443, 1444, 1444, 1445, 1445, 1446, 1446, 1447, 1447,
- 1448, 1448, 1449, 1449, 1451, 1451, 1452, 1452, 1453, 1453,
- 1454, 1454, 1455, 1455, 1457, 1457, 1458, 1458, 1459, 1459,
- 1460, 1460, 1217, 1217, 1462, 1462, 1463, 1463, 1464, 1464,
- 1465, 1465, 1335, 1335, 1467, 1467, 1468, 1468, 1469, 1469,
- 1470, 1470, 1472, 1472, 1473, 1473, 1474, 1474, 1475, 1475,
- 1476, 1476, 1477, 1477, 1478, 1478, 1480, 1480, 1481, 1481,
- 1482, 1482, 1483, 1483, 1484, 1484, 1484, 1486, 1486, 1487,
- 1487, 1487, 1488, 1488, 1488, 1489, 1489, 1490, 1490, 1490,
- 1491, 1491, 1491, 1493, 1493, 1493, 1494, 1494, 1494, 1495,
-
- 1495, 1496, 1496, 1496, 1497, 1497, 1497, 1498, 1498, 1498,
- 1499, 1499, 1500, 1500, 1500, 1501, 1501, 1501, 1502, 1502,
- 1502, 1504, 1504, 1504, 1505, 1505, 1505, 1506, 1506, 1506,
- 1507, 1507, 1508, 1508, 1508, 1509, 1509, 1509, 1510, 1510,
- 1510, 1511, 1511, 1512, 1512, 1512, 1513, 1513, 1513, 1514,
- 1514, 1514, 1516, 1516, 1516, 1517, 1517, 1517, 1518, 1518,
- 1518, 1519, 1519, 52, 52, 1020, 52, 52, 1539, 916,
- 1539, 1539, 1427, 1427, 1540, 1540, 1541, 1541, 1542, 1542,
- 1543, 1543, 1544, 1544, 1546, 1546, 1547, 1547, 1548, 1548,
- 1550, 1550, 1551, 1551, 1552, 1552, 1553, 1553, 1554, 1554,
-
- 1555, 1555, 1556, 1556, 1558, 1558, 1559, 1559, 1560, 1560,
- 1562, 1562, 1563, 1563, 1564, 1564, 1565, 1565, 1566, 1566,
- 1567, 1567, 1568, 1568, 1570, 1570, 1572, 1572, 1573, 1573,
- 1574, 1574, 1323, 1323, 1576, 1576, 1577, 1577, 1578, 1578,
- 1579, 1579, 1444, 1444, 1581, 1581, 1582, 1582, 1583, 1583,
- 1584, 1584, 1452, 1452, 1586, 1586, 1587, 1587, 1588, 1588,
- 1589, 1589, 1590, 1590, 1592, 1592, 1593, 1593, 1594, 1594,
- 1595, 1595, 1596, 1596, 1597, 1597, 1598, 1598, 1600, 1600,
- 1600, 1602, 1602, 1603, 1603, 1603, 1605, 1605, 1605, 1606,
- 1606, 1606, 1607, 1607, 1607, 1609, 1609, 1609, 1610, 1610,
-
- 1610, 1611, 1611, 1612, 1612, 1612, 1613, 1613, 1613, 1614,
- 1614, 1614, 1616, 1616, 1616, 1617, 1617, 1617, 1618, 1618,
- 1618, 1620, 1620, 1620, 1621, 1621, 1621, 1622, 1622, 1622,
- 1623, 1623, 1624, 1624, 1624, 1625, 1625, 1625, 1626, 1626,
- 1626, 1628, 1628, 1628, 1629, 1629, 1629, 1630, 1630, 1630,
- 1632, 1632, 1632, 1633, 1633, 1633, 1634, 1634, 1634, 1635,
- 1635, 1636, 1636, 1636, 1637, 1637, 1637, 1638, 1638, 1638,
- 52, 52, 1011, 52, 52, 1655, 132, 1655, 1655, 1542,
- 1542, 1656, 1656, 1657, 1657, 1658, 1658, 1660, 1660, 1661,
- 1661, 1662, 1662, 1663, 1663, 1664, 1664, 1665, 1665, 1666,
-
- 1666, 1667, 1667, 1668, 1668, 1669, 1669, 1671, 1671, 1672,
- 1672, 1673, 1673, 1674, 1674, 1675, 1675, 1676, 1676, 1677,
- 1677, 1678, 1678, 1679, 1679, 1680, 1680, 1681, 1681, 1683,
- 1683, 1684, 1684, 1685, 1685, 1686, 1686, 1687, 1687, 1689,
- 1689, 1690, 1690, 1432, 1432, 1692, 1692, 1693, 1693, 1694,
- 1694, 1695, 1695, 1440, 1440, 1697, 1697, 1698, 1698, 1699,
- 1699, 1700, 1700, 1563, 1563, 1702, 1702, 1703, 1703, 1704,
- 1704, 1705, 1705, 1707, 1707, 1708, 1708, 1709, 1709, 1710,
- 1710, 1711, 1711, 1712, 1712, 1713, 1713, 1715, 1715, 1716,
- 1716, 1717, 1717, 1718, 1718, 1719, 1719, 1719, 1721, 1721,
-
- 1722, 1722, 1722, 1724, 1724, 1724, 1725, 1725, 1600, 1600,
- 1600, 1726, 1726, 1726, 1727, 1727, 1727, 1728, 1728, 1729,
- 1729, 1729, 1730, 1730, 1730, 1731, 1731, 1731, 1733, 1733,
- 1733, 1734, 1734, 1734, 1735, 1735, 1735, 1736, 1736, 1737,
- 1737, 1737, 1738, 1738, 1738, 1739, 1739, 1739, 1740, 1740,
- 1741, 1741, 1741, 1742, 1742, 1742, 1743, 1743, 1743, 1745,
- 1745, 1745, 1746, 1746, 1746, 1747, 1747, 1747, 1748, 1748,
- 1749, 1749, 1749, 1750, 1750, 1750, 1751, 1751, 1751, 1752,
- 1752, 1753, 1753, 1753, 1754, 1754, 1754, 1755, 1755, 1755,
- 1757, 1757, 1757, 1758, 1758, 1758, 1759, 1759, 1759, 1760,
-
- 1760, 52, 52, 916, 52, 52, 1776, 912, 1776, 1776,
- 1777, 1777, 1778, 1778, 1662, 1662, 1779, 1779, 1780, 1780,
- 1781, 1781, 1783, 1783, 1784, 1784, 1785, 1785, 1787, 1787,
- 1788, 1788, 1789, 1789, 1790, 1790, 1791, 1791, 1792, 1792,
- 1793, 1793, 1795, 1795, 1796, 1796, 1797, 1797, 1799, 1799,
- 1800, 1800, 1801, 1801, 1802, 1802, 1803, 1803, 1804, 1804,
- 1805, 1805, 1426, 1426, 1808, 1808, 1809, 1809, 1811, 1811,
- 1812, 1812, 1813, 1813, 1814, 1814, 1551, 1551, 1816, 1816,
- 1817, 1817, 1818, 1818, 1819, 1819, 1676, 1676, 1821, 1821,
- 1822, 1822, 1823, 1823, 1824, 1824, 1684, 1684, 1826, 1826,
-
- 1827, 1827, 1796, 1796, 1828, 1828, 1829, 1829, 1830, 1830,
- 1832, 1832, 1833, 1833, 1834, 1834, 1835, 1835, 1804, 1804,
- 1836, 1836, 1837, 1837, 1838, 1838, 1840, 1840, 1840, 1721,
- 1721, 1842, 1842, 1842, 1843, 1843, 1843, 1844, 1844, 1845,
- 1845, 1845, 1846, 1846, 1846, 1848, 1848, 1848, 1849, 1849,
- 1849, 1850, 1850, 1850, 1852, 1852, 1852, 1853, 1853, 1853,
- 1854, 1854, 1854, 1855, 1855, 1856, 1856, 1856, 1857, 1857,
- 1857, 1858, 1858, 1858, 1860, 1860, 1860, 1861, 1861, 1861,
- 1862, 1862, 1862, 1864, 1864, 1864, 1865, 1865, 1865, 1866,
- 1866, 1866, 1867, 1867, 1868, 1868, 1868, 1869, 1869, 1869,
-
- 1870, 1870, 1870, 1872, 1872, 1872, 1873, 1873, 1873, 1874,
- 1874, 1874, 1876, 1876, 1876, 1877, 1877, 1877, 1878, 1878,
- 1878, 1879, 1879, 1880, 1880, 1880, 1881, 1881, 1881, 1882,
- 1882, 1882, 52, 52, 912, 52, 52, 1777, 132, 1777,
- 1777, 1779, 1779, 1898, 1898, 1899, 1899, 1900, 1900, 1901,
- 1901, 1902, 1902, 1903, 1903, 1904, 1904, 1905, 1905, 1906,
- 1906, 1907, 1907, 1909, 1909, 1910, 1910, 1911, 1911, 1912,
- 1912, 1913, 1913, 1914, 1914, 1915, 1915, 1916, 1916, 1917,
- 1917, 1918, 1918, 1919, 1919, 1921, 1921, 1922, 1922, 1923,
- 1923, 1924, 1924, 1808, 1808, 1925, 1925, 1927, 1927, 1928,
-
- 1928, 1929, 1929, 1930, 1930, 1664, 1664, 1932, 1932, 1933,
- 1933, 1934, 1934, 1935, 1935, 1672, 1672, 1937, 1937, 1938,
- 1938, 1939, 1939, 1940, 1940, 1800, 1800, 1942, 1942, 1943,
- 1943, 1944, 1944, 1945, 1945, 1947, 1947, 1948, 1948, 1949,
- 1949, 1950, 1950, 1918, 1918, 1951, 1951, 1952, 1952, 1953,
- 1953, 1955, 1955, 1956, 1956, 1957, 1957, 1958, 1958, 1959,
- 1959, 1959, 1844, 1844, 1960, 1960, 1960, 1961, 1961, 1961,
- 1962, 1962, 1962, 1964, 1964, 1964, 1965, 1965, 1965, 1966,
- 1966, 1967, 1967, 1967, 1968, 1968, 1968, 1969, 1969, 1969,
- 1970, 1970, 1971, 1971, 1971, 1972, 1972, 1972, 1973, 1973,
-
- 1973, 1975, 1975, 1975, 1976, 1976, 1976, 1977, 1977, 1977,
- 1978, 1978, 1979, 1979, 1979, 1980, 1980, 1980, 1981, 1981,
- 1981, 1982, 1982, 1983, 1983, 1983, 1984, 1984, 1984, 1985,
- 1985, 1985, 1987, 1987, 1987, 1988, 1988, 1988, 1989, 1989,
- 1989, 1990, 1990, 1991, 1991, 1991, 1992, 1992, 1992, 1993,
- 1993, 1993, 1994, 1994, 1995, 1995, 1995, 1996, 1996, 1996,
- 1997, 1997, 1997, 1999, 1999, 1999, 2000, 2000, 2000, 2001,
- 2001, 2001, 2002, 2002, 52, 52, 1011, 52, 52, 1779,
- 1011, 1779, 1779, 1900, 1900, 1898, 1898, 2011, 2011, 2012,
- 2012, 2013, 2013, 2015, 2015, 2016, 2016, 2017, 2017, 2018,
-
- 2018, 2019, 2019, 2020, 2020, 2021, 2021, 2022, 2022, 2024,
- 2024, 2025, 2025, 2026, 2026, 2028, 2028, 2029, 2029, 2030,
- 2030, 2031, 2031, 2032, 2032, 2033, 2033, 2034, 2034, 2036,
- 2036, 1928, 1928, 2037, 2037, 2038, 2038, 1660, 1660, 2040,
- 2040, 2041, 2041, 2042, 2042, 2043, 2043, 1788, 1788, 2045,
- 2045, 2046, 2046, 2047, 2047, 2048, 2048, 1914, 1914, 2050,
- 2050, 2051, 2051, 2052, 2052, 2053, 2053, 1922, 1922, 2055,
- 2055, 2056, 2056, 2025, 2025, 2057, 2057, 2058, 2058, 2059,
- 2059, 2061, 2061, 2062, 2062, 2063, 2063, 2064, 2064, 2033,
- 2033, 2065, 2065, 2066, 2066, 2067, 2067, 2069, 2069, 2069,
-
- 2070, 2070, 2070, 2071, 2071, 2071, 1966, 1966, 2072, 2072,
- 2072, 2073, 2073, 2073, 2074, 2074, 2074, 2076, 2076, 2076,
- 2077, 2077, 2077, 2078, 2078, 2078, 2080, 2080, 2080, 2081,
- 2081, 2081, 2082, 2082, 2082, 2083, 2083, 2084, 2084, 2084,
- 2085, 2085, 2085, 2086, 2086, 2086, 2088, 2088, 2088, 2089,
- 2089, 2089, 2090, 2090, 2090, 2092, 2092, 2092, 2093, 2093,
- 2093, 2094, 2094, 2094, 2095, 2095, 2096, 2096, 2096, 2097,
- 2097, 2097, 2098, 2098, 2098, 2100, 2100, 2100, 2101, 2101,
- 2101, 2102, 2102, 2102, 2104, 2104, 2104, 2105, 2105, 2105,
- 2106, 2106, 2106, 2107, 2107, 2108, 2108, 2108, 2109, 2109,
-
- 2109, 2110, 2110, 2110, 52, 52, 132, 52, 52, 1899,
- 2864, 1899, 1899, 2016, 2016, 2119, 2119, 2120, 2120, 2019,
- 2019, 2012, 2012, 2121, 2121, 2122, 2122, 2123, 2123, 2125,
- 2125, 2126, 2126, 2127, 2127, 2128, 2128, 2129, 2129, 2130,
- 2130, 2131, 2131, 2132, 2132, 2133, 2133, 2134, 2134, 2135,
- 2135, 2137, 2137, 2138, 2138, 2139, 2139, 2140, 2140, 2141,
- 2141, 1777, 1777, 2142, 2142, 2041, 2041, 2143, 2143, 2144,
- 2144, 1903, 1903, 2146, 2146, 2147, 2147, 2148, 2148, 2149,
- 2149, 1910, 1910, 2151, 2151, 2152, 2152, 2153, 2153, 2154,
- 2154, 2029, 2029, 2156, 2156, 2157, 2157, 2158, 2158, 2159,
-
- 2159, 2161, 2161, 2162, 2162, 2163, 2163, 2164, 2164, 2134,
- 2134, 2165, 2165, 2166, 2166, 2167, 2167, 2169, 2169, 2170,
- 2170, 2171, 2171, 2172, 2172, 2070, 2070, 2070, 2072, 2072,
- 2072, 2173, 2173, 2173, 2174, 2174, 2174, 2175, 2175, 2175,
- 2176, 2176, 2176, 2177, 2177, 2178, 2178, 2178, 2179, 2179,
- 2179, 2180, 2180, 2180, 2181, 2181, 2181, 2182, 2182, 2182,
- 2184, 2184, 2184, 2185, 2185, 2185, 2186, 2186, 2186, 2187,
- 2187, 2188, 2188, 2188, 2189, 2189, 2189, 2190, 2190, 2190,
- 2191, 2191, 2192, 2192, 2192, 2193, 2193, 2193, 2194, 2194,
- 2194, 2196, 2196, 2196, 2197, 2197, 2197, 2198, 2198, 2198,
-
- 2199, 2199, 2200, 2200, 2200, 2201, 2201, 2201, 2202, 2202,
- 2202, 2203, 2203, 2204, 2204, 2204, 2205, 2205, 2205, 2206,
- 2206, 2206, 2208, 2208, 2208, 2209, 2209, 2209, 2210, 2210,
- 2210, 2211, 2211, 52, 52, 2864, 52, 52, 1898, 988,
- 1898, 1898, 2121, 2121, 2219, 2219, 2125, 2125, 2220, 2220,
- 2221, 2221, 2128, 2128, 2222, 2222, 2223, 2223, 2224, 2224,
- 2226, 2226, 2227, 2227, 2228, 2228, 2230, 2230, 2231, 2231,
- 2232, 2232, 2233, 2233, 2234, 2234, 2235, 2235, 2236, 2236,
- 1777, 1777, 2238, 2238, 1900, 1900, 2239, 2239, 2147, 2147,
- 2240, 2240, 2241, 2241, 2017, 2017, 2243, 2243, 2244, 2244,
-
- 2245, 2245, 2246, 2246, 2130, 2130, 2248, 2248, 2249, 2249,
- 2250, 2250, 2251, 2251, 2138, 2138, 2253, 2253, 2254, 2254,
- 2227, 2227, 2255, 2255, 2256, 2256, 2257, 2257, 2259, 2259,
- 2260, 2260, 2261, 2261, 2262, 2262, 2235, 2235, 2263, 2263,
- 2264, 2264, 2265, 2265, 2175, 2175, 2175, 2173, 2173, 2173,
- 2267, 2267, 2267, 2268, 2268, 2268, 2269, 2269, 2269, 2271,
- 2271, 2271, 2272, 2272, 2272, 2273, 2273, 2273, 2274, 2274,
- 2274, 2275, 2275, 2276, 2276, 2276, 2277, 2277, 2277, 2278,
- 2278, 2278, 2280, 2280, 2280, 2281, 2281, 2281, 2282, 2282,
- 2282, 2284, 2284, 2284, 2285, 2285, 2285, 2286, 2286, 2286,
-
- 2287, 2287, 2288, 2288, 2288, 2289, 2289, 2289, 2290, 2290,
- 2290, 2292, 2292, 2292, 2293, 2293, 2293, 2294, 2294, 2294,
- 2296, 2296, 2296, 2297, 2297, 2297, 2298, 2298, 2298, 2299,
- 2299, 2300, 2300, 2300, 2301, 2301, 2301, 2302, 2302, 2302,
- 52, 52, 987, 52, 52, 1900, 986, 1900, 1900, 2220,
- 2220, 2222, 2222, 2312, 2312, 2313, 2313, 2314, 2314, 2315,
- 2315, 2316, 2316, 2317, 2317, 2318, 2318, 2319, 2319, 2320,
- 2320, 2321, 2321, 2323, 2323, 2324, 2324, 2325, 2325, 2326,
- 2326, 2327, 2327, 2119, 2119, 2328, 2328, 2244, 2244, 2329,
- 2329, 2330, 2330, 2126, 2126, 2332, 2332, 2333, 2333, 2334,
-
- 2334, 2335, 2335, 2231, 2231, 2337, 2337, 2338, 2338, 2339,
- 2339, 2340, 2340, 2342, 2342, 2343, 2343, 2344, 2344, 2345,
- 2345, 2346, 2346, 2347, 2347, 2348, 2348, 2350, 2350, 2351,
- 2351, 2352, 2352, 2353, 2353, 2272, 2272, 2272, 2354, 2354,
- 2354, 2355, 2355, 2355, 2275, 2275, 2268, 2268, 2268, 2356,
- 2356, 2356, 2357, 2357, 2357, 2358, 2358, 2358, 2360, 2360,
- 2360, 2361, 2361, 2361, 2362, 2362, 2362, 2363, 2363, 2364,
- 2364, 2364, 2365, 2365, 2365, 2366, 2366, 2366, 2367, 2367,
- 2368, 2368, 2368, 2369, 2369, 2369, 2370, 2370, 2370, 2372,
- 2372, 2372, 2373, 2373, 2373, 2374, 2374, 2374, 2375, 2375,
-
- 2376, 2376, 2376, 2377, 2377, 2377, 2378, 2378, 2378, 2379,
- 2379, 2380, 2380, 2380, 2381, 2381, 2381, 2382, 2382, 2382,
- 2384, 2384, 2384, 2385, 2385, 2385, 2386, 2386, 2386, 2387,
- 2387, 52, 52, 985, 52, 52, 2011, 984, 2011, 2011,
- 2314, 2314, 2312, 2312, 2393, 2393, 2394, 2394, 2395, 2395,
- 2397, 2397, 2398, 2398, 2399, 2399, 2400, 2400, 2401, 2401,
- 2402, 2402, 2403, 2403, 2404, 2404, 2119, 2119, 2406, 2406,
- 2220, 2220, 2407, 2407, 2333, 2333, 2408, 2408, 2409, 2409,
- 2317, 2317, 2411, 2411, 2412, 2412, 2413, 2413, 2414, 2414,
- 2324, 2324, 2416, 2416, 2417, 2417, 2418, 2418, 2419, 2419,
-
- 2420, 2420, 2422, 2422, 2423, 2423, 2424, 2424, 2425, 2425,
- 2426, 2426, 2427, 2427, 2428, 2428, 2356, 2356, 2356, 2430,
- 2430, 2430, 2360, 2360, 2360, 2431, 2431, 2431, 2432, 2432,
- 2432, 2363, 2363, 2433, 2433, 2433, 2434, 2434, 2434, 2435,
- 2435, 2435, 2437, 2437, 2437, 2438, 2438, 2438, 2439, 2439,
- 2439, 2441, 2441, 2441, 2442, 2442, 2442, 2443, 2443, 2443,
- 2444, 2444, 2445, 2445, 2445, 2446, 2446, 2446, 2447, 2447,
- 2447, 2449, 2449, 2449, 2450, 2450, 2450, 2451, 2451, 2451,
- 2453, 2453, 2453, 2454, 2454, 2454, 2455, 2455, 2455, 2456,
- 2456, 2457, 2457, 2457, 2458, 2458, 2458, 2459, 2459, 2459,
-
- 52, 52, 983, 52, 52, 2016, 2864, 2016, 2016, 2398,
- 2398, 2465, 2465, 2466, 2466, 2401, 2401, 2394, 2394, 2467,
- 2467, 2468, 2468, 2469, 2469, 2471, 2471, 2472, 2472, 2473,
- 2473, 2474, 2474, 2220, 2220, 2475, 2475, 2314, 2314, 2476,
- 2476, 2412, 2412, 2477, 2477, 2478, 2478, 2399, 2399, 2480,
- 2480, 2481, 2481, 2482, 2482, 2483, 2483, 2485, 2485, 2486,
- 2486, 2487, 2487, 2488, 2488, 2489, 2489, 2490, 2490, 2491,
- 2491, 2493, 2493, 2494, 2494, 2495, 2495, 2496, 2496, 2431,
- 2431, 2431, 2433, 2433, 2433, 2497, 2497, 2497, 2498, 2498,
- 2498, 2499, 2499, 2499, 2500, 2500, 2500, 2501, 2501, 2502,
-
- 2502, 2502, 2503, 2503, 2503, 2504, 2504, 2504, 2505, 2505,
- 2505, 2506, 2506, 2506, 2508, 2508, 2508, 2509, 2509, 2509,
- 2510, 2510, 2510, 2511, 2511, 2512, 2512, 2512, 2513, 2513,
- 2513, 2514, 2514, 2514, 2515, 2515, 2516, 2516, 2516, 2517,
- 2517, 2517, 2518, 2518, 2518, 2520, 2520, 2520, 2521, 2521,
- 2521, 2522, 2522, 2522, 2523, 2523, 52, 52, 133, 52,
- 52, 2012, 133, 2012, 2012, 2467, 2467, 2527, 2527, 2471,
- 2471, 2528, 2528, 2529, 2529, 2474, 2474, 2530, 2530, 2531,
- 2531, 2532, 2532, 2314, 2314, 2534, 2534, 2465, 2465, 2535,
- 2535, 2481, 2481, 2536, 2536, 2537, 2537, 2472, 2472, 2539,
-
- 2539, 2540, 2540, 2541, 2541, 2542, 2542, 2543, 2543, 2545,
- 2545, 2546, 2546, 2547, 2547, 2548, 2548, 2549, 2549, 2550,
- 2550, 2551, 2551, 2499, 2499, 2499, 2497, 2497, 2497, 2553,
- 2553, 2553, 2554, 2554, 2554, 2555, 2555, 2555, 2557, 2557,
- 2557, 2558, 2558, 2558, 2559, 2559, 2559, 2560, 2560, 2560,
- 2561, 2561, 2562, 2562, 2562, 2563, 2563, 2563, 2564, 2564,
- 2564, 2566, 2566, 2566, 2567, 2567, 2567, 2568, 2568, 2568,
- 2570, 2570, 2570, 2571, 2571, 2571, 2572, 2572, 2572, 2573,
- 2573, 2574, 2574, 2574, 2575, 2575, 2575, 2576, 2576, 2576,
- 52, 52, 133, 52, 52, 2119, 948, 2119, 2119, 2528,
-
- 2528, 2530, 2530, 2581, 2581, 2582, 2582, 2583, 2583, 2584,
- 2584, 2585, 2585, 2465, 2465, 2586, 2586, 2587, 2587, 2540,
- 2540, 2588, 2588, 2589, 2589, 2591, 2591, 2592, 2592, 2593,
- 2593, 2594, 2594, 2595, 2595, 2596, 2596, 2598, 2598, 2599,
- 2599, 2600, 2600, 2601, 2601, 2558, 2558, 2558, 2602, 2602,
- 2602, 2603, 2603, 2603, 2561, 2561, 2554, 2554, 2554, 2604,
- 2604, 2604, 2605, 2605, 2605, 2606, 2606, 2606, 2608, 2608,
- 2608, 2609, 2609, 2609, 2610, 2610, 2610, 2611, 2611, 2612,
- 2612, 2612, 2613, 2613, 2613, 2614, 2614, 2614, 2615, 2615,
- 2616, 2616, 2616, 2617, 2617, 2617, 2618, 2618, 2618, 2620,
-
- 2620, 2620, 2621, 2621, 2621, 2622, 2622, 2622, 2623, 2623,
- 52, 52, 940, 52, 52, 2121, 927, 2121, 2121, 2583,
- 2583, 2581, 2581, 2627, 2627, 2628, 2628, 2629, 2629, 2528,
- 2528, 2631, 2631, 2632, 2632, 2593, 2593, 2633, 2633, 2634,
- 2634, 2636, 2636, 2637, 2637, 2638, 2638, 2639, 2639, 2640,
- 2640, 2641, 2641, 2642, 2642, 2604, 2604, 2604, 2644, 2644,
- 2644, 2608, 2608, 2608, 2645, 2645, 2645, 2646, 2646, 2646,
- 2611, 2611, 2647, 2647, 2647, 2648, 2648, 2648, 2649, 2649,
- 2649, 2651, 2651, 2651, 2652, 2652, 2652, 2653, 2653, 2653,
- 2655, 2655, 2655, 2656, 2656, 2656, 2657, 2657, 2657, 2658,
-
- 2658, 2659, 2659, 2659, 2660, 2660, 2660, 2661, 2661, 2661,
- 52, 52, 920, 52, 52, 2125, 132, 2125, 2125, 2636,
- 2636, 2666, 2666, 2667, 2667, 2668, 2668, 2583, 2583, 2669,
- 2669, 2670, 2670, 2639, 2639, 2628, 2628, 2671, 2671, 2672,
- 2672, 2673, 2673, 2675, 2675, 2676, 2676, 2677, 2677, 2678,
- 2678, 2645, 2645, 2645, 2647, 2647, 2647, 2679, 2679, 2679,
- 2680, 2680, 2680, 2681, 2681, 2681, 2682, 2682, 2682, 2683,
- 2683, 2684, 2684, 2684, 2685, 2685, 2685, 2686, 2686, 2686,
- 2687, 2687, 2687, 2688, 2688, 2688, 2690, 2690, 2690, 2691,
- 2691, 2691, 2692, 2692, 2692, 2693, 2693, 52, 52, 940,
-
- 52, 52, 2219, 934, 2219, 2219, 2697, 2697, 2698, 2698,
- 2666, 2666, 2700, 2700, 2701, 2701, 2702, 2702, 2703, 2703,
- 2704, 2704, 2705, 2705, 2707, 2707, 2707, 2708, 2708, 2708,
- 2709, 2709, 2709, 2711, 2711, 2711, 2712, 2712, 2712, 2713,
- 2713, 2713, 2714, 2714, 2714, 2715, 2715, 2716, 2716, 2716,
- 2717, 2717, 2717, 2718, 2718, 2718, 2220, 920, 2220, 2220,
- 2723, 2723, 2724, 2724, 2725, 2725, 2726, 2726, 2727, 2727,
- 2728, 2728, 2729, 2729, 2730, 2730, 2730, 2731, 2731, 2731,
- 2732, 2732, 2732, 2733, 2733, 2733, 2734, 2734, 2734, 2736,
- 2736, 2736, 2737, 2737, 2737, 2738, 2738, 2738, 2739, 2739,
-
- 2222, 940, 2222, 2222, 2743, 2743, 2744, 2744, 2746, 2746,
- 2747, 2747, 2749, 2749, 2750, 2750, 2750, 2751, 2751, 2751,
- 2752, 2752, 2752, 2753, 2753, 2753, 2754, 2754, 2754, 2755,
- 2755, 2755, 2313, 934, 2313, 2313, 2760, 2760, 2761, 2761,
- 2764, 2764, 2765, 2765, 2765, 2766, 2766, 2766, 2767, 2767,
- 2767, 2768, 2768, 2768, 2312, 920, 2312, 2312, 2772, 2772,
- 2773, 2773, 2774, 2774, 2774, 2775, 2775, 2775, 2314, 823,
- 2314, 2314, 2779, 2779, 2779, 2393, 132, 2393, 2393, 2398,
- 934, 2398, 2398, 2394, 929, 2394, 2394, 2465, 934, 2465,
- 2465, 2467, 929, 2467, 2467, 2471, 132, 2471, 2471, 2527,
-
- 929, 2527, 2527, 2528, 929, 2528, 2528, 2530, 927, 2530,
- 2530, 2582, 920, 2582, 2582, 2581, 916, 2581, 2581, 2583,
- 132, 2583, 2583, 2627, 920, 2627, 2627, 2636, 823, 2636,
- 2636, 2628, 920, 2628, 2628, 2666, 823, 2666, 2666, 2671,
- 823, 2671, 2671, 2675, 916, 2675, 2675, 2697, 132, 2697,
- 2697, 2701, 2864, 2701, 2701, 2703, 891, 2703, 2703, 2726,
- 890, 2726, 2726, 2743, 889, 2743, 2743, 2727, 888, 2727,
- 2727, 2746, 887, 2746, 2746, 2761, 886, 2761, 2761, 2772,
- 133, 2772, 2772, 133, 133, 133, 132, 850, 842, 831,
- 850, 842, 831, 737, 132, 842, 837, 737, 842, 837,
-
- 132, 837, 837, 132, 132, 831, 737, 831, 737, 132,
- 737, 737, 132, 2864, 2864, 2864, 2864, 2864, 800, 799,
- 798, 797, 796, 795, 2864, 783, 133, 133, 764, 756,
- 746, 741, 132, 756, 750, 741, 756, 750, 741, 132,
- 750, 750, 132, 747, 746, 741, 132, 741, 741, 132,
- 733, 2864, 2864, 2864, 2864, 2864, 2864, 708, 707, 706,
- 705, 704, 703, 2864, 2864, 690, 133, 133, 133, 132,
- 671, 664, 657, 671, 664, 657, 132, 664, 661, 664,
- 132, 661, 132, 657, 657, 132, 647, 641, 640, 618,
- 613, 612, 611, 610, 609, 608, 605, 592, 133, 133,
-
- 579, 572, 566, 132, 572, 568, 572, 568, 132, 568,
- 566, 132, 556, 550, 549, 526, 521, 520, 519, 518,
- 517, 516, 512, 499, 133, 133, 132, 484, 479, 484,
- 479, 132, 479, 479, 132, 468, 461, 460, 437, 422,
- 133, 397, 392, 132, 392, 392, 132, 337, 329, 322,
- 133, 132, 312, 312, 132, 238, 235, 233, 232, 231,
- 222, 132, 157, 143, 141, 140, 139, 136, 133, 132,
- 43, 53, 51, 43, 2864, 3, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
-
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864
+ 27, 28, 29, 30, 31, 32, 33, 34, 23, 23,
+ 23, 23, 4, 35, 36, 36, 36, 36, 37, 23,
+ 23, 23, 23, 23, 23, 38, 39, 40, 23, 23,
+ 23, 23, 23, 23, 23, 23, 23, 41, 42, 2893,
+ 1358, 42, 45, 45, 45, 45, 45, 47, 2893, 48,
+ 48, 49, 49, 49, 50, 47, 1495, 49, 49, 49,
+ 49, 49, 50, 54, 54, 54, 54, 54, 50, 54,
+
+ 54, 55, 54, 54, 54, 42, 370, 54, 42, 61,
+ 56, 65, 2893, 67, 2893, 66, 2893, 136, 180, 132,
+ 2893, 54, 715, 52, 62, 54, 54, 57, 58, 54,
+ 54, 63, 370, 382, 383, 56, 68, 64, 2893, 2893,
+ 69, 79, 70, 2893, 180, 80, 2893, 84, 370, 59,
+ 54, 54, 54, 54, 54, 50, 54, 54, 54, 54,
+ 54, 54, 71, 2893, 2893, 2893, 180, 2893, 2893, 85,
+ 77, 2893, 108, 72, 109, 2893, 2893, 86, 839, 81,
+ 73, 78, 60, 54, 54, 54, 54, 54, 74, 2893,
+ 2893, 2893, 2893, 712, 2893, 75, 82, 72, 2893, 92,
+
+ 89, 2893, 83, 87, 76, 157, 2893, 2893, 88, 2893,
+ 743, 90, 2893, 93, 2893, 97, 91, 101, 2893, 2893,
+ 107, 116, 2893, 98, 2893, 92, 2893, 117, 735, 94,
+ 2893, 223, 110, 95, 119, 141, 111, 722, 93, 102,
+ 56, 97, 2893, 101, 120, 2893, 112, 113, 98, 96,
+ 99, 114, 103, 2893, 104, 54, 115, 105, 2893, 253,
+ 100, 141, 2893, 106, 72, 56, 2893, 118, 145, 2893,
+ 2893, 54, 97, 121, 2893, 92, 147, 2893, 721, 59,
+ 98, 2893, 101, 253, 122, 141, 2893, 253, 72, 93,
+ 45, 45, 45, 45, 45, 76, 2893, 136, 97, 2893,
+
+ 716, 92, 1435, 231, 2893, 98, 2893, 283, 101, 128,
+ 128, 129, 129, 129, 93, 2893, 47, 100, 130, 130,
+ 131, 131, 131, 132, 148, 96, 153, 149, 106, 123,
+ 136, 283, 150, 106, 124, 2893, 324, 2893, 151, 283,
+ 59, 2893, 125, 126, 2893, 140, 2893, 47, 76, 131,
+ 131, 131, 131, 131, 132, 123, 2893, 2893, 152, 106,
+ 124, 2893, 737, 844, 1500, 59, 2893, 125, 126, 2893,
+ 2893, 140, 76, 159, 2893, 2893, 158, 155, 161, 127,
+ 138, 138, 138, 138, 138, 132, 138, 138, 138, 138,
+ 138, 138, 2893, 2893, 2893, 141, 2893, 2893, 154, 159,
+
+ 2893, 2893, 158, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 156, 166, 138, 138, 138, 138, 138, 138, 159, 169,
+ 2893, 159, 2893, 2893, 171, 2893, 2893, 172, 2893, 2893,
+ 2893, 2893, 2893, 162, 164, 163, 177, 2893, 174, 2893,
+ 168, 2893, 175, 165, 2893, 2893, 170, 2893, 181, 167,
+ 176, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 179, 187, 2893, 2893, 173, 178, 180, 184, 186,
+ 2893, 2893, 181, 2893, 2893, 183, 188, 734, 2893, 182,
+ 2893, 2893, 2893, 2893, 182, 191, 2893, 179, 187, 189,
+ 2893, 725, 2893, 180, 190, 186, 2893, 2893, 2893, 2893,
+
+ 2893, 2893, 2893, 720, 2893, 194, 2893, 187, 182, 180,
+ 195, 203, 2893, 189, 187, 185, 211, 2893, 190, 2893,
+ 196, 2893, 190, 192, 2893, 212, 2893, 190, 193, 2893,
+ 197, 205, 204, 206, 199, 215, 2893, 2893, 2893, 200,
+ 2893, 718, 198, 201, 207, 202, 275, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 214, 2893, 253, 187, 209, 208,
+ 2893, 182, 210, 2893, 135, 213, 2893, 216, 2893, 2893,
+ 2893, 275, 136, 316, 1358, 2893, 399, 2893, 410, 739,
+ 253, 2893, 217, 187, 253, 182, 275, 2893, 136, 2893,
+ 1479, 2893, 182, 220, 413, 128, 128, 129, 129, 129,
+
+ 136, 2893, 187, 141, 233, 180, 504, 220, 218, 129,
+ 129, 129, 129, 129, 228, 229, 229, 229, 229, 234,
+ 190, 47, 182, 221, 221, 222, 222, 222, 223, 141,
+ 2893, 180, 2893, 47, 218, 222, 222, 222, 222, 222,
+ 223, 2893, 235, 234, 190, 2893, 182, 2893, 2893, 239,
+ 2893, 2893, 235, 219, 232, 232, 232, 232, 232, 223,
+ 232, 232, 232, 232, 232, 232, 235, 2893, 247, 2893,
+ 241, 2893, 2893, 2893, 244, 235, 2893, 2893, 246, 250,
+ 2893, 2893, 2893, 242, 2893, 2893, 232, 232, 232, 232,
+ 232, 232, 2893, 2893, 245, 252, 2893, 2893, 2893, 2893,
+
+ 2893, 2893, 2893, 251, 261, 262, 2893, 2893, 254, 248,
+ 249, 257, 2893, 2893, 256, 2893, 2893, 2893, 2893, 252,
+ 2893, 2893, 2893, 253, 2893, 263, 255, 2893, 2893, 258,
+ 2893, 2893, 265, 2893, 259, 2893, 2893, 266, 260, 2893,
+ 2893, 267, 2893, 264, 2893, 270, 2893, 272, 2893, 269,
+ 271, 2893, 2893, 274, 2893, 277, 2893, 2893, 2893, 268,
+ 2893, 2893, 1500, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 276, 2893, 2893, 275, 273, 282, 2893, 278, 274, 277,
+ 277, 2893, 2893, 2893, 2893, 279, 2893, 2893, 277, 2893,
+ 2893, 2893, 2893, 275, 276, 281, 490, 2893, 275, 282,
+
+ 285, 288, 286, 277, 277, 2893, 292, 283, 2893, 2893,
+ 284, 2893, 2893, 280, 291, 287, 2893, 290, 2893, 294,
+ 2893, 2893, 2893, 295, 2893, 293, 289, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 296,
+ 298, 306, 2893, 2893, 297, 2893, 2893, 299, 2893, 2893,
+ 2893, 2893, 136, 329, 305, 333, 2893, 300, 507, 2893,
+ 2893, 303, 458, 2893, 302, 136, 1508, 304, 301, 2893,
+ 308, 507, 2893, 307, 2893, 2893, 2893, 275, 329, 2893,
+ 2893, 2893, 2893, 2893, 310, 283, 136, 2893, 458, 253,
+ 309, 329, 600, 2893, 813, 717, 2893, 2893, 327, 2893,
+
+ 2893, 2893, 275, 312, 312, 313, 313, 313, 310, 283,
+ 458, 332, 2893, 253, 2893, 750, 47, 311, 314, 314,
+ 315, 315, 315, 316, 47, 2893, 315, 315, 315, 315,
+ 315, 316, 228, 229, 229, 229, 229, 229, 229, 229,
+ 229, 229, 326, 326, 326, 326, 326, 316, 326, 326,
+ 326, 326, 326, 326, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 338, 2893, 2893, 341, 2893, 2893, 328, 2893, 2893,
+ 2893, 2893, 2893, 2893, 326, 326, 326, 326, 326, 326,
+ 581, 2893, 1479, 2893, 2893, 2893, 331, 334, 340, 2893,
+ 359, 2893, 328, 335, 336, 344, 350, 2893, 2893, 347,
+
+ 339, 2893, 2893, 351, 2893, 329, 2893, 2893, 2893, 2893,
+ 2893, 2893, 342, 2893, 348, 343, 2893, 2893, 346, 2893,
+ 2893, 2893, 2893, 2893, 349, 2893, 2893, 353, 352, 357,
+ 354, 355, 2893, 356, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 361, 2893, 2893, 363, 2893, 2893, 2893,
+ 1500, 358, 2893, 2893, 366, 2893, 2893, 360, 2893, 365,
+ 366, 2893, 2893, 2893, 2893, 369, 2893, 1508, 2893, 2893,
+ 2893, 2893, 2893, 362, 2893, 2893, 2893, 2893, 2893, 364,
+ 366, 2893, 367, 2893, 2893, 365, 366, 372, 2893, 2893,
+ 2893, 369, 2893, 371, 2893, 2893, 2893, 2893, 2893, 2893,
+
+ 375, 368, 2893, 376, 366, 378, 386, 370, 373, 366,
+ 366, 374, 2893, 2893, 2893, 2893, 380, 2893, 377, 2893,
+ 2893, 2893, 2893, 2893, 385, 2893, 2893, 384, 2893, 2893,
+ 387, 379, 2893, 381, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 440, 388, 389, 366, 2893, 443, 2893, 2893, 555,
+ 2893, 2893, 2893, 2893, 676, 396, 329, 312, 312, 313,
+ 313, 313, 2893, 392, 441, 1104, 366, 2893, 390, 444,
+ 366, 391, 442, 555, 370, 135, 136, 445, 329, 2893,
+ 555, 329, 603, 393, 2893, 2893, 726, 2893, 2893, 2893,
+ 2893, 2893, 366, 396, 394, 313, 313, 313, 313, 313,
+
+ 370, 415, 47, 329, 397, 397, 398, 398, 398, 399,
+ 2893, 2893, 738, 2893, 829, 47, 395, 398, 398, 398,
+ 398, 398, 399, 414, 414, 414, 414, 414, 399, 414,
+ 414, 414, 414, 414, 414, 2893, 2893, 2893, 2893, 2893,
+ 2893, 419, 2893, 2893, 2893, 2893, 426, 2893, 2893, 2893,
+ 2893, 418, 2893, 2893, 416, 414, 414, 414, 414, 414,
+ 414, 2893, 2893, 420, 421, 429, 430, 422, 2893, 2893,
+ 2893, 2893, 2893, 2893, 436, 2893, 2893, 425, 431, 417,
+ 428, 423, 2893, 424, 1001, 427, 2893, 2893, 2893, 2893,
+ 2893, 2893, 432, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+
+ 2893, 434, 2893, 2893, 2893, 2893, 437, 438, 447, 2893,
+ 435, 450, 448, 446, 2893, 439, 2893, 457, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 451, 2893, 2893, 2893, 2893,
+ 462, 2893, 2893, 2893, 454, 455, 136, 2893, 456, 453,
+ 452, 2893, 2893, 457, 2893, 2893, 2893, 461, 2893, 2893,
+ 2893, 2893, 2893, 2893, 462, 2893, 2893, 459, 2893, 2893,
+ 2893, 468, 462, 469, 2893, 458, 465, 2893, 460, 2893,
+ 467, 461, 464, 466, 470, 472, 474, 2893, 2893, 462,
+ 2893, 463, 2893, 2893, 2893, 471, 2893, 473, 458, 2893,
+ 2893, 480, 2893, 2893, 551, 2893, 2893, 2893, 136, 2893,
+
+ 2893, 2893, 2893, 2893, 477, 458, 2893, 478, 479, 2893,
+ 2893, 2893, 136, 136, 458, 2893, 136, 481, 603, 551,
+ 511, 462, 603, 2893, 2893, 482, 1329, 908, 2893, 2893,
+ 484, 458, 2893, 2893, 551, 2893, 458, 2893, 2893, 136,
+ 2893, 2893, 2893, 727, 2893, 462, 486, 486, 487, 487,
+ 487, 809, 47, 485, 488, 488, 489, 489, 489, 490,
+ 47, 2893, 489, 489, 489, 489, 489, 490, 510, 510,
+ 510, 510, 510, 490, 510, 510, 510, 510, 510, 510,
+ 2893, 512, 2893, 2893, 2893, 2893, 516, 517, 2893, 2893,
+ 2893, 2893, 2893, 2893, 513, 2893, 2893, 2893, 2893, 2893,
+
+ 510, 510, 510, 510, 510, 510, 523, 2893, 518, 2893,
+ 2893, 526, 2893, 2893, 2893, 515, 520, 2893, 527, 2893,
+ 2893, 522, 136, 2893, 2893, 528, 519, 2893, 2893, 2893,
+ 2893, 2893, 136, 2893, 2893, 2893, 2893, 524, 2893, 2893,
+ 521, 2893, 2893, 2893, 541, 2893, 530, 2893, 2893, 2893,
+ 2893, 525, 531, 2893, 544, 546, 547, 549, 2893, 552,
+ 2893, 2893, 542, 532, 2893, 2893, 545, 548, 2893, 539,
+ 2893, 2893, 2893, 540, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 557, 550, 2893, 2893, 2893, 2893, 553, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 554, 2893, 2893,
+
+ 566, 2893, 2893, 2893, 2893, 556, 136, 2893, 550, 572,
+ 2893, 573, 608, 2893, 2893, 567, 2893, 2893, 2893, 2893,
+ 565, 554, 559, 551, 558, 560, 562, 2893, 555, 563,
+ 136, 909, 2893, 574, 564, 2893, 561, 571, 2893, 570,
+ 576, 2893, 2893, 2893, 2893, 2893, 2893, 551, 714, 2893,
+ 2893, 740, 2893, 2893, 2893, 912, 555, 2893, 2893, 2893,
+ 723, 2893, 719, 2893, 2893, 578, 486, 486, 487, 487,
+ 487, 2893, 551, 578, 487, 487, 487, 487, 487, 47,
+ 555, 579, 579, 580, 580, 580, 581, 577, 47, 2893,
+ 580, 580, 580, 580, 580, 581, 609, 609, 609, 609,
+
+ 609, 581, 609, 609, 609, 609, 609, 609, 2893, 2893,
+ 2893, 610, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 612, 609, 609,
+ 609, 609, 609, 609, 2893, 2893, 617, 620, 2893, 618,
+ 2893, 2893, 2893, 619, 613, 2893, 623, 2893, 615, 2893,
+ 614, 621, 622, 2893, 2893, 2893, 628, 642, 616, 624,
+ 2893, 625, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 627, 2893, 2893, 2893, 635, 637, 2893,
+ 2893, 2893, 640, 636, 641, 2893, 2893, 2893, 638, 2893,
+ 2893, 643, 2893, 2893, 2893, 644, 2893, 645, 2893, 649,
+
+ 2893, 650, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 646,
+ 2893, 2893, 647, 2893, 2893, 2893, 2893, 2893, 653, 2893,
+ 2893, 2893, 648, 651, 2893, 649, 2893, 650, 654, 136,
+ 2893, 2893, 2893, 2893, 658, 700, 652, 659, 2893, 657,
+ 656, 2893, 655, 136, 2893, 650, 668, 650, 665, 600,
+ 671, 666, 650, 2893, 2893, 660, 1555, 136, 2893, 2893,
+ 661, 2893, 2893, 600, 662, 2893, 2893, 2893, 2893, 667,
+ 2893, 2893, 2893, 669, 762, 2893, 752, 2893, 650, 672,
+ 672, 673, 673, 673, 2893, 47, 2893, 674, 674, 675,
+ 675, 675, 676, 2893, 2893, 2893, 2893, 47, 650, 675,
+
+ 675, 675, 675, 675, 676, 136, 136, 136, 136, 2893,
+ 2893, 600, 707, 600, 707, 711, 711, 711, 711, 711,
+ 676, 711, 711, 711, 711, 711, 711, 736, 2893, 746,
+ 2893, 2893, 2893, 2893, 724, 2893, 2893, 741, 2893, 742,
+ 747, 744, 745, 2893, 2893, 749, 2893, 711, 711, 711,
+ 711, 711, 711, 2893, 746, 672, 672, 673, 673, 673,
+ 1556, 2893, 751, 753, 2893, 136, 746, 745, 849, 816,
+ 756, 791, 136, 846, 748, 754, 828, 759, 794, 746,
+ 755, 840, 757, 673, 673, 673, 673, 673, 47, 2893,
+ 760, 760, 761, 761, 761, 762, 47, 2893, 761, 761,
+
+ 761, 761, 761, 762, 136, 136, 136, 136, 136, 136,
+ 700, 700, 798, 700, 798, 794, 136, 136, 2893, 2893,
+ 810, 2893, 798, 805, 806, 806, 806, 806, 806, 762,
+ 806, 806, 806, 806, 806, 806, 2893, 807, 2893, 812,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 811, 2893, 2893, 2893, 2893, 2893, 806, 806, 806, 806,
+ 806, 806, 837, 2893, 2893, 814, 2893, 818, 836, 817,
+ 2893, 136, 819, 2893, 902, 136, 830, 882, 1323, 833,
+ 815, 885, 820, 834, 835, 831, 832, 827, 2893, 838,
+ 2893, 136, 136, 837, 841, 842, 845, 885, 791, 837,
+
+ 843, 47, 923, 847, 847, 848, 848, 848, 849, 47,
+ 903, 848, 848, 848, 848, 848, 849, 136, 136, 136,
+ 136, 136, 136, 791, 794, 885, 794, 894, 885, 136,
+ 136, 2893, 2893, 901, 2893, 794, 894, 899, 899, 899,
+ 899, 899, 849, 899, 899, 899, 899, 899, 899, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 905, 2893, 906, 900, 2893, 2893, 899,
+ 899, 899, 899, 899, 899, 2893, 2893, 2893, 2893, 2893,
+ 2893, 907, 136, 939, 924, 2893, 920, 921, 977, 904,
+ 922, 925, 911, 919, 136, 910, 926, 136, 930, 931,
+
+ 980, 2893, 927, 980, 1010, 136, 928, 929, 932, 933,
+ 935, 980, 2893, 934, 1330, 1008, 47, 936, 937, 937,
+ 938, 938, 938, 939, 47, 2893, 938, 938, 938, 938,
+ 938, 939, 136, 136, 136, 136, 136, 136, 985, 980,
+ 885, 989, 980, 885, 136, 136, 136, 136, 136, 2893,
+ 989, 980, 985, 989, 997, 998, 998, 998, 998, 998,
+ 939, 998, 998, 998, 998, 998, 998, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 999, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 998, 998, 998,
+ 998, 998, 998, 1000, 2893, 2893, 2893, 2893, 2893, 2893,
+
+ 2893, 1007, 1029, 1017, 2893, 2893, 1035, 2893, 1019, 1004,
+ 1436, 1018, 1002, 1005, 1006, 1020, 1021, 1003, 1009, 1126,
+ 135, 1125, 1023, 1024, 1106, 1022, 1025, 1026, 1027, 1030,
+ 47, 1032, 1033, 1033, 1034, 1034, 1034, 1035, 1028, 47,
+ 1031, 1034, 1034, 1034, 1034, 1034, 1035, 136, 136, 136,
+ 136, 136, 136, 1077, 977, 977, 977, 1084, 977, 136,
+ 136, 136, 136, 136, 136, 1084, 977, 980, 985, 977,
+ 1084, 136, 136, 136, 136, 136, 2893, 985, 1095, 1084,
+ 985, 1095, 1100, 1100, 1100, 1100, 1100, 1035, 1100, 1100,
+ 1100, 1100, 1100, 1100, 2893, 2893, 2893, 2893, 2893, 2893,
+
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 1101, 2893, 2893,
+ 2893, 2893, 2893, 2893, 1100, 1100, 1100, 1100, 1100, 1100,
+ 2893, 2893, 136, 2893, 2893, 136, 2893, 2893, 1180, 1129,
+ 1222, 1183, 1117, 1133, 2893, 1119, 1102, 1107, 1108, 1103,
+ 1109, 1105, 1116, 1120, 136, 1110, 1111, 1118, 1121, 1234,
+ 1077, 1122, 1124, 1130, 1123, 1128, 1127, 47, 1209, 1131,
+ 1131, 1132, 1132, 1132, 1133, 47, 1558, 1132, 1132, 1132,
+ 1132, 1132, 1133, 136, 136, 136, 136, 136, 136, 1077,
+ 1187, 1077, 1187, 1183, 1187, 136, 136, 136, 136, 136,
+ 136, 1194, 1077, 1187, 1084, 1198, 1187, 136, 136, 136,
+
+ 136, 136, 136, 1084, 1198, 1187, 1194, 1198, 1206, 1207,
+ 1207, 1207, 1207, 1207, 1133, 1207, 1207, 1207, 1207, 1207,
+ 1207, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 1221, 2893, 2893, 2893, 2893,
+ 2893, 1207, 1207, 1207, 1207, 1207, 1207, 2893, 2893, 2893,
+ 1211, 1212, 1225, 136, 1226, 2893, 1237, 136, 1213, 1288,
+ 1567, 1208, 1567, 1291, 1220, 1214, 1210, 1215, 1228, 1230,
+ 136, 1227, 135, 1333, 1223, 1224, 1291, 1320, 1229, 1232,
+ 1567, 47, 1233, 1235, 1235, 1236, 1236, 1236, 1237, 1231,
+ 47, 2893, 1236, 1236, 1236, 1236, 1236, 1237, 136, 136,
+
+ 136, 136, 136, 136, 1180, 1180, 1183, 1291, 1183, 1300,
+ 136, 136, 136, 136, 136, 136, 1291, 1183, 1300, 1183,
+ 1187, 1194, 136, 136, 136, 136, 136, 136, 1183, 1300,
+ 1194, 1312, 1300, 1194, 136, 2893, 1318, 2893, 2893, 2893,
+ 1312, 1317, 1317, 1317, 1317, 1317, 1237, 1317, 1317, 1317,
+ 1317, 1317, 1317, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 1574, 1567, 1324, 2893,
+ 2893, 1343, 1321, 1317, 1317, 1317, 1317, 1317, 1317, 136,
+ 1319, 1458, 1322, 2893, 1578, 1399, 136, 1332, 136, 1328,
+ 1331, 1337, 1402, 1327, 1402, 136, 136, 1335, 1340, 1334,
+
+ 136, 1402, 1407, 1338, 136, 1438, 1402, 1554, 1434, 1336,
+ 1291, 47, 1339, 1341, 1341, 1342, 1342, 1342, 1343, 47,
+ 1446, 1342, 1342, 1342, 1342, 1342, 1343, 136, 136, 136,
+ 136, 136, 136, 1411, 1402, 1291, 1411, 1402, 1407, 136,
+ 136, 136, 136, 136, 136, 1411, 1419, 1291, 1411, 1300,
+ 1423, 136, 136, 136, 136, 136, 136, 1411, 1300, 1423,
+ 1411, 1419, 1423, 136, 2893, 2893, 2893, 2893, 2893, 1431,
+ 1432, 1432, 1432, 1432, 1432, 1343, 1432, 1432, 1432, 1432,
+ 1432, 1432, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 47,
+ 2893, 1452, 1452, 1453, 1453, 1453, 1454, 1433, 2893, 1437,
+
+ 2893, 1567, 1432, 1432, 1432, 1432, 1432, 1432, 1441, 2893,
+ 1458, 1563, 1578, 1443, 136, 1447, 1454, 1442, 1449, 1450,
+ 1514, 1557, 135, 136, 136, 1451, 1567, 1444, 1448, 1399,
+ 1399, 1560, 47, 1445, 1453, 1453, 1453, 1453, 1453, 1454,
+ 136, 136, 136, 136, 136, 136, 1399, 1521, 1399, 1521,
+ 1399, 1402, 136, 136, 136, 136, 136, 136, 1407, 1399,
+ 1521, 1407, 1532, 1521, 136, 136, 136, 136, 136, 136,
+ 1407, 1532, 1407, 1411, 1419, 1407, 136, 136, 136, 136,
+ 136, 136, 1532, 1419, 1544, 1532, 1419, 1544, 1549, 1549,
+ 1549, 1549, 1549, 1454, 1549, 1549, 1549, 1549, 1549, 1549,
+
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 47, 2893, 1565,
+ 1565, 1566, 1566, 1566, 1567, 1574, 1578, 1586, 1458, 2893,
+ 1549, 1549, 1549, 1549, 1549, 1549, 1567, 1578, 1551, 1552,
+ 1553, 1467, 1590, 1578, 1550, 1467, 1559, 1590, 135, 1578,
+ 1561, 1564, 1586, 1590, 1598, 1600, 135, 1600, 47, 1562,
+ 1566, 1566, 1566, 1566, 1566, 1567, 1604, 1600, 1604, 135,
+ 1604, 1609, 1604, 1609, 135, 1609, 1614, 1609, 1614, 135,
+ 1467, 1590, 1614, 1620, 1590, 1614, 1620, 135, 1590, 1598,
+ 1620, 1628, 136, 136, 136, 136, 136, 136, 1630, 136,
+ 1633, 1514, 1514, 1637, 136, 1514, 136, 136, 136, 136,
+
+ 1637, 136, 136, 1633, 1637, 1644, 136, 1514, 1637, 136,
+ 136, 136, 1521, 136, 136, 1648, 1637, 1521, 136, 1648,
+ 136, 136, 136, 136, 1637, 136, 1644, 1648, 1656, 1521,
+ 136, 1648, 136, 136, 136, 136, 1532, 136, 1660, 1648,
+ 1532, 1660, 136, 136, 136, 136, 2893, 2893, 1648, 1656,
+ 1660, 1668, 1669, 1669, 1669, 1669, 1669, 1567, 1669, 1669,
+ 1669, 1669, 1669, 1669, 2893, 2893, 2893, 1674, 1675, 2893,
+ 2893, 2893, 2893, 2893, 2893, 135, 2893, 2893, 2893, 1567,
+ 1670, 1567, 1688, 1567, 1669, 1669, 1669, 1669, 1669, 1669,
+ 1678, 1567, 1688, 1671, 1672, 135, 1567, 1567, 1574, 1679,
+
+ 135, 1673, 1676, 1677, 47, 1681, 1682, 1682, 1683, 1683,
+ 1683, 1567, 47, 1567, 1683, 1683, 1683, 1683, 1683, 1567,
+ 1688, 1574, 1680, 1699, 1688, 1574, 1699, 135, 1574, 1578,
+ 1586, 135, 1574, 1699, 1586, 1711, 1699, 1586, 1711, 135,
+ 1717, 135, 1720, 1717, 1720, 135, 1720, 1725, 1720, 1725,
+ 135, 1725, 1730, 1725, 1730, 135, 1730, 1735, 1586, 1730,
+ 1735, 135, 1586, 1711, 1735, 1743, 1711, 1735, 1743, 135,
+ 136, 136, 136, 136, 136, 136, 1749, 136, 1752, 1752,
+ 136, 1630, 136, 1630, 136, 136, 1633, 136, 136, 136,
+ 1752, 1633, 136, 1761, 1752, 1633, 136, 136, 1761, 136,
+
+ 136, 136, 136, 1633, 136, 1637, 1644, 136, 1633, 136,
+ 1761, 136, 136, 1644, 136, 1773, 136, 1761, 1644, 136,
+ 1773, 136, 136, 136, 136, 1644, 136, 1648, 1656, 136,
+ 1644, 136, 1773, 136, 136, 1656, 136, 1785, 136, 1773,
+ 1656, 2893, 1785, 1790, 1790, 1790, 1790, 1790, 1567, 1790,
+ 1790, 1790, 1790, 1790, 1790, 2893, 2893, 2893, 1795, 1796,
+ 2893, 2893, 2893, 2893, 2893, 1567, 2893, 2893, 1688, 135,
+ 1688, 1567, 1791, 1688, 1811, 1790, 1790, 1790, 1790, 1790,
+ 1790, 47, 1688, 1803, 1803, 1804, 1804, 1804, 1567, 1792,
+ 1793, 1797, 1798, 1799, 1688, 1800, 2893, 2893, 1815, 1688,
+
+ 1688, 1794, 1801, 1567, 1567, 1815, 135, 1688, 1811, 47,
+ 1802, 1804, 1804, 1804, 1804, 1804, 1567, 1815, 1823, 1688,
+ 1815, 1699, 1827, 1815, 1699, 1827, 135, 1815, 1823, 1827,
+ 1835, 1836, 135, 1839, 1839, 135, 1839, 1844, 1839, 1844,
+ 135, 1844, 1849, 1844, 1849, 135, 1849, 1854, 1849, 1854,
+ 135, 1699, 1827, 1854, 1860, 1827, 1854, 1860, 135, 1827,
+ 1835, 1860, 1868, 136, 136, 136, 136, 136, 136, 1870,
+ 136, 1870, 1870, 136, 1870, 136, 1876, 136, 136, 1870,
+ 136, 1752, 136, 1880, 1870, 136, 1752, 136, 1880, 136,
+ 136, 136, 136, 1870, 136, 1876, 1880, 1888, 1752, 136,
+
+ 1880, 136, 136, 136, 136, 1761, 136, 1892, 1880, 1761,
+ 1892, 136, 136, 136, 136, 136, 136, 1880, 1888, 1892,
+ 1900, 1761, 1892, 136, 136, 136, 136, 136, 136, 1773,
+ 1904, 1892, 1773, 1904, 136, 136, 136, 136, 2893, 2893,
+ 1892, 1900, 1904, 1912, 1913, 1913, 1913, 1913, 1913, 1567,
+ 1913, 1913, 1913, 1913, 1913, 1913, 2893, 2893, 1917, 1918,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 1688, 1688, 1915,
+ 1688, 1688, 1924, 1567, 1811, 135, 1913, 1913, 1913, 1913,
+ 1913, 1913, 1914, 1688, 1688, 1811, 135, 1916, 1688, 1811,
+ 1811, 1937, 47, 1923, 1925, 1925, 1926, 1926, 1926, 1567,
+
+ 1922, 1811, 1919, 1920, 1811, 1937, 135, 1811, 1815, 47,
+ 1921, 1926, 1926, 1926, 1926, 1926, 1567, 1823, 135, 1811,
+ 1937, 1823, 1949, 1937, 1823, 1949, 135, 135, 1955, 1955,
+ 135, 1955, 1960, 1955, 1960, 135, 1960, 1965, 1960, 1965,
+ 135, 1965, 1970, 1965, 1970, 135, 1970, 1975, 1823, 1970,
+ 1975, 135, 1823, 1949, 1975, 1983, 1949, 1975, 1983, 135,
+ 136, 136, 136, 136, 136, 136, 1870, 136, 1870, 1870,
+ 1992, 1870, 136, 1992, 136, 136, 136, 136, 136, 136,
+ 1870, 1870, 1876, 136, 1870, 1992, 136, 136, 136, 1876,
+ 136, 136, 2003, 1992, 1876, 136, 2003, 136, 136, 136,
+
+ 136, 1876, 136, 1880, 1888, 136, 1876, 136, 2003, 136,
+ 136, 1888, 136, 2015, 136, 2003, 1888, 136, 2015, 136,
+ 136, 136, 136, 1888, 136, 1892, 1900, 136, 1888, 136,
+ 2015, 136, 136, 1900, 136, 2027, 136, 2015, 1900, 2893,
+ 2027, 2032, 2032, 2032, 2032, 2032, 1567, 2032, 2032, 2032,
+ 2032, 2032, 2032, 2893, 2893, 2033, 2034, 2893, 2893, 2893,
+ 2893, 2893, 2893, 1688, 1688, 47, 2035, 2038, 2038, 2039,
+ 2039, 2039, 1688, 2032, 2032, 2032, 2032, 2032, 2032, 47,
+ 1811, 2039, 2039, 2039, 2039, 2039, 1688, 1811, 2043, 1811,
+ 1811, 2036, 1811, 1811, 2043, 135, 1811, 2043, 2043, 2052,
+
+ 1811, 2043, 1937, 2056, 2037, 2043, 1937, 2056, 135, 2043,
+ 2052, 2056, 2064, 1955, 135, 1955, 2068, 1955, 2068, 135,
+ 2068, 2073, 2068, 2073, 135, 2073, 2078, 2073, 2078, 135,
+ 2078, 2083, 2078, 2083, 135, 1937, 2056, 2083, 2089, 2056,
+ 2083, 2089, 135, 2056, 2064, 2089, 2097, 136, 136, 136,
+ 136, 136, 136, 1870, 1870, 1870, 1992, 136, 1992, 136,
+ 136, 136, 136, 1992, 136, 2104, 1870, 1992, 1992, 136,
+ 2108, 136, 136, 136, 136, 1992, 136, 1992, 2108, 136,
+ 1992, 136, 2104, 136, 136, 2108, 136, 2116, 136, 1992,
+ 2108, 136, 2003, 136, 2120, 136, 136, 2108, 136, 2003,
+
+ 136, 2120, 136, 136, 2108, 136, 2116, 136, 2120, 2128,
+ 136, 2003, 136, 2120, 136, 136, 2015, 136, 2132, 136,
+ 2120, 2015, 136, 2132, 136, 136, 136, 2142, 2120, 2143,
+ 2128, 2132, 2140, 2141, 2141, 2141, 2141, 2141, 1688, 2141,
+ 2141, 2141, 2141, 2141, 2141, 2893, 2893, 47, 2893, 2146,
+ 2146, 2147, 2147, 2147, 1688, 47, 1811, 2147, 2147, 2147,
+ 2147, 2147, 1688, 1811, 2043, 2141, 2141, 2141, 2141, 2141,
+ 2141, 135, 1811, 1811, 2043, 2043, 2153, 2043, 2043, 2153,
+ 135, 2043, 2043, 2052, 135, 2043, 2153, 2144, 2145, 2052,
+ 2165, 2153, 2052, 2165, 135, 1955, 1955, 2068, 135, 2068,
+
+ 2174, 2068, 2174, 135, 2174, 2179, 2174, 2179, 135, 2179,
+ 2184, 2179, 2184, 135, 2184, 2189, 2052, 2184, 2189, 135,
+ 2052, 2165, 2189, 2197, 2165, 2189, 2197, 135, 136, 136,
+ 136, 136, 136, 136, 1870, 1992, 1992, 1992, 1992, 2104,
+ 136, 136, 136, 136, 136, 136, 136, 1992, 1992, 2104,
+ 136, 1992, 2104, 136, 136, 136, 2104, 136, 136, 2212,
+ 2104, 2104, 136, 2212, 136, 136, 136, 136, 2104, 136,
+ 2108, 2116, 136, 2104, 136, 2212, 136, 136, 2116, 136,
+ 2224, 136, 2212, 2116, 136, 2224, 136, 136, 136, 136,
+ 2116, 136, 2120, 2128, 136, 2116, 136, 2224, 136, 136,
+
+ 2128, 136, 2236, 136, 2224, 2128, 2242, 2236, 2241, 2241,
+ 2241, 2241, 2241, 1688, 2241, 2241, 2241, 2241, 2241, 2241,
+ 2243, 2893, 2893, 47, 2043, 2246, 2246, 2247, 2247, 2247,
+ 1688, 47, 2043, 2247, 2247, 2247, 2247, 2247, 1688, 2043,
+ 2241, 2241, 2241, 2241, 2241, 2241, 2043, 2153, 135, 2043,
+ 2153, 2153, 2254, 2043, 2153, 2153, 2258, 2153, 2153, 2258,
+ 135, 2244, 2153, 2254, 2258, 2266, 1955, 2068, 2068, 2245,
+ 2174, 135, 2174, 2271, 2174, 2271, 135, 2271, 2276, 2271,
+ 2276, 135, 2276, 2281, 2276, 2281, 135, 2153, 2258, 2281,
+ 2287, 2258, 2281, 2287, 135, 2258, 2266, 2287, 2295, 136,
+
+ 136, 136, 136, 136, 136, 1992, 1992, 2104, 2104, 2299,
+ 2104, 136, 136, 136, 136, 136, 136, 2104, 2104, 2104,
+ 2299, 136, 2104, 136, 136, 136, 136, 2299, 136, 2299,
+ 2308, 2104, 2299, 136, 2212, 136, 136, 136, 136, 2312,
+ 136, 2299, 2212, 2312, 136, 136, 2299, 136, 136, 136,
+ 2308, 2312, 136, 2320, 2212, 2312, 136, 136, 2224, 136,
+ 136, 136, 2324, 2312, 136, 2224, 2324, 136, 136, 136,
+ 2312, 2334, 2335, 2320, 2324, 2332, 2333, 2333, 2333, 2333,
+ 2333, 1688, 2333, 2333, 2333, 2333, 2333, 2333, 2893, 2893,
+ 47, 2043, 2339, 2339, 2340, 2340, 2340, 1688, 47, 2153,
+
+ 2340, 2340, 2340, 2340, 2340, 1688, 2153, 2153, 2333, 2333,
+ 2333, 2333, 2333, 2333, 2153, 2254, 135, 2153, 2153, 2254,
+ 135, 2153, 2254, 2254, 2351, 2254, 2254, 2351, 2337, 135,
+ 2893, 2174, 2174, 2338, 2271, 2336, 135, 2068, 2271, 2360,
+ 2271, 2360, 135, 2360, 2365, 2360, 2365, 135, 2365, 2370,
+ 2254, 2365, 2370, 135, 2254, 2351, 2370, 2378, 2351, 2370,
+ 2378, 135, 136, 136, 136, 136, 136, 136, 2104, 2104,
+ 2299, 136, 2104, 2104, 136, 136, 136, 2299, 136, 136,
+ 2299, 2388, 2299, 136, 2299, 2388, 136, 136, 136, 136,
+ 136, 136, 2299, 2299, 2308, 136, 2299, 2388, 136, 136,
+
+ 136, 2308, 136, 136, 2400, 2388, 2308, 136, 2400, 136,
+ 136, 136, 136, 2308, 136, 2312, 2320, 136, 2308, 136,
+ 2400, 136, 136, 2320, 136, 2412, 136, 2400, 2320, 2893,
+ 2412, 2417, 2417, 2417, 2417, 2417, 1688, 2417, 2417, 2417,
+ 2417, 2417, 2417, 2893, 2893, 47, 2153, 2420, 2420, 2421,
+ 2421, 2421, 1811, 47, 2153, 2421, 2421, 2421, 2421, 2421,
+ 1811, 2254, 2254, 2417, 2417, 2417, 2417, 2417, 2417, 2425,
+ 2254, 2254, 2254, 2418, 2254, 2425, 135, 2254, 2419, 2425,
+ 2425, 2434, 2174, 2271, 2271, 2360, 135, 2360, 2439, 2360,
+ 2439, 135, 2439, 2444, 2439, 2444, 135, 2254, 2425, 2444,
+
+ 2450, 2425, 2444, 2450, 135, 2425, 2434, 2450, 2458, 136,
+ 136, 136, 136, 136, 136, 2299, 2299, 2299, 2299, 2388,
+ 136, 136, 136, 136, 136, 136, 2299, 2388, 2388, 2465,
+ 2299, 2388, 136, 136, 136, 136, 136, 136, 2388, 2469,
+ 2388, 2388, 2469, 136, 136, 136, 136, 136, 136, 2388,
+ 2465, 2469, 2477, 2388, 2469, 136, 136, 136, 136, 136,
+ 136, 2400, 2481, 2469, 2400, 2481, 136, 136, 136, 136,
+ 2893, 2893, 2469, 2477, 2481, 2489, 2490, 2490, 2490, 2490,
+ 2490, 1811, 2490, 2490, 2490, 2490, 2490, 2490, 47, 2254,
+ 2492, 2492, 2493, 2493, 2493, 1811, 47, 2254, 2493, 2493,
+
+ 2493, 2493, 2493, 1811, 2491, 2425, 135, 2254, 2490, 2490,
+ 2490, 2490, 2490, 2490, 2254, 2425, 2425, 2499, 2425, 2425,
+ 2499, 135, 2271, 2360, 2360, 2439, 135, 2439, 2508, 2439,
+ 2508, 135, 2508, 2513, 2425, 2508, 2513, 135, 2425, 2499,
+ 2513, 2521, 2499, 2513, 2521, 135, 136, 136, 136, 136,
+ 136, 136, 2299, 2388, 2388, 2388, 2388, 2465, 136, 136,
+ 136, 136, 136, 136, 136, 2388, 2388, 2465, 136, 2388,
+ 2465, 136, 136, 136, 2465, 136, 136, 2536, 2465, 2465,
+ 136, 2536, 136, 136, 136, 136, 2465, 136, 2469, 2477,
+ 136, 2465, 136, 2536, 136, 136, 2477, 136, 2548, 136,
+
+ 2536, 2477, 2893, 2548, 2553, 2553, 2553, 2553, 2553, 1811,
+ 2553, 2553, 2553, 2553, 2553, 2553, 47, 2425, 2554, 2554,
+ 2555, 2555, 2555, 1811, 47, 2425, 2555, 2555, 2555, 2555,
+ 2555, 1811, 2425, 2425, 2499, 135, 2553, 2553, 2553, 2553,
+ 2553, 2553, 2425, 2499, 2499, 2562, 2360, 2439, 2439, 2508,
+ 135, 2508, 2567, 2508, 2567, 135, 2425, 2499, 2567, 2573,
+ 2499, 2567, 2573, 135, 2499, 2562, 2573, 2581, 136, 136,
+ 136, 136, 136, 136, 2388, 2388, 2465, 2465, 2585, 2465,
+ 136, 136, 136, 136, 136, 136, 2465, 2465, 2465, 2585,
+ 136, 2465, 136, 136, 136, 136, 2585, 136, 2585, 2594,
+
+ 2465, 2585, 136, 2536, 136, 136, 136, 136, 2598, 136,
+ 2585, 2536, 2598, 136, 136, 2585, 136, 2425, 2499, 2594,
+ 2598, 2499, 2606, 2607, 2607, 2607, 2607, 2607, 1811, 2607,
+ 2607, 2607, 2607, 2607, 2607, 47, 2499, 2608, 2608, 2609,
+ 2609, 2609, 1811, 47, 2499, 2609, 2609, 2609, 2609, 2609,
+ 1811, 2562, 135, 2439, 2508, 2607, 2607, 2607, 2607, 2607,
+ 2607, 2508, 2567, 135, 2567, 2619, 2499, 2567, 2619, 135,
+ 2499, 2562, 2619, 2626, 2562, 2619, 2626, 135, 136, 136,
+ 136, 136, 136, 136, 2465, 2465, 2585, 136, 2465, 2465,
+ 136, 136, 136, 2585, 136, 136, 2585, 2636, 2585, 136,
+
+ 2585, 2636, 136, 136, 136, 136, 136, 136, 2585, 2585,
+ 2594, 136, 2585, 2636, 136, 136, 136, 2594, 136, 136,
+ 2648, 2636, 2594, 2499, 2648, 2653, 2653, 2653, 2653, 2653,
+ 1811, 2653, 2653, 2653, 2653, 2653, 2653, 47, 2499, 2654,
+ 2654, 2655, 2655, 2655, 2043, 47, 2562, 2655, 2655, 2655,
+ 2655, 2655, 2043, 2562, 2659, 2508, 2567, 2653, 2653, 2653,
+ 2653, 2653, 2653, 2567, 2619, 135, 2562, 2619, 2664, 2562,
+ 2619, 2664, 135, 2562, 2659, 2664, 2672, 136, 136, 136,
+ 136, 136, 136, 2585, 2585, 2585, 2585, 2636, 136, 136,
+ 136, 136, 136, 136, 2585, 2636, 2636, 2679, 2585, 2636,
+
+ 136, 136, 136, 136, 136, 136, 2636, 2683, 2636, 2636,
+ 2683, 136, 136, 136, 136, 2562, 2562, 2636, 2679, 2683,
+ 2691, 2692, 2692, 2692, 2692, 2692, 2043, 2692, 2692, 2692,
+ 2692, 2692, 2692, 47, 2659, 2693, 2693, 2694, 2694, 2694,
+ 2043, 47, 135, 2694, 2694, 2694, 2694, 2694, 2043, 2567,
+ 2619, 2619, 2664, 2692, 2692, 2692, 2692, 2692, 2692, 135,
+ 2562, 2659, 2664, 2703, 2659, 2664, 2703, 135, 136, 136,
+ 136, 136, 136, 136, 2585, 2636, 2636, 2636, 2636, 2679,
+ 136, 136, 136, 136, 136, 136, 136, 2636, 2636, 2679,
+ 136, 2636, 2679, 136, 136, 136, 2679, 136, 136, 2718,
+
+ 2679, 2679, 2659, 2718, 2723, 2723, 2723, 2723, 2723, 2043,
+ 2723, 2723, 2723, 2723, 2723, 2723, 47, 2659, 2724, 2724,
+ 2725, 2725, 2725, 2043, 47, 2728, 2725, 2725, 2725, 2725,
+ 2725, 2043, 2619, 2664, 2659, 2664, 2723, 2723, 2723, 2723,
+ 2723, 2723, 2703, 135, 2659, 2728, 2703, 2735, 136, 136,
+ 136, 136, 136, 136, 2636, 2636, 2679, 2679, 2739, 2679,
+ 136, 136, 136, 136, 136, 136, 2679, 2679, 2679, 2739,
+ 136, 2679, 136, 136, 2659, 2728, 2739, 135, 2739, 2748,
+ 2749, 2749, 2749, 2749, 2749, 2043, 2749, 2749, 2749, 2749,
+ 2749, 2749, 47, 2664, 2750, 2750, 2751, 2751, 2751, 2043,
+
+ 47, 2728, 2751, 2751, 2751, 2751, 2751, 2043, 2703, 2728,
+ 2703, 2735, 2749, 2749, 2749, 2749, 2749, 2749, 135, 136,
+ 136, 136, 136, 136, 136, 2679, 2679, 2739, 136, 2679,
+ 2679, 136, 136, 136, 2739, 136, 136, 2739, 2764, 2739,
+ 136, 2739, 2764, 2769, 2769, 2769, 2769, 2769, 2728, 2769,
+ 2769, 2769, 2769, 2769, 2769, 47, 2774, 2770, 2770, 2771,
+ 2771, 2771, 2153, 47, 2703, 2771, 2771, 2771, 2771, 2771,
+ 2153, 2728, 2774, 2735, 2777, 2769, 2769, 2769, 2769, 2769,
+ 2769, 136, 136, 136, 136, 136, 136, 2739, 2739, 2739,
+ 2739, 2764, 136, 136, 136, 136, 2728, 2774, 2739, 2764,
+
+ 2764, 2785, 2786, 2786, 2786, 2786, 2786, 2153, 2786, 2786,
+ 2786, 2786, 2786, 2786, 47, 135, 2787, 2787, 2788, 2788,
+ 2788, 2153, 47, 2774, 2788, 2788, 2788, 2788, 2788, 2153,
+ 2735, 2777, 136, 2774, 2786, 2786, 2786, 2786, 2786, 2786,
+ 2791, 2792, 2792, 2792, 2792, 136, 136, 136, 136, 136,
+ 136, 2739, 2764, 2764, 2764, 2764, 2785, 2798, 2798, 2798,
+ 2798, 2798, 2774, 2798, 2798, 2798, 2798, 2798, 2798, 47,
+ 2777, 2799, 2799, 2800, 2800, 2800, 2153, 47, 2774, 2800,
+ 2800, 2800, 2800, 2800, 2153, 2777, 1500, 1495, 135, 2798,
+ 2798, 2798, 2798, 2798, 2798, 2791, 2792, 2792, 2792, 2792,
+
+ 2792, 2792, 2792, 2792, 2792, 136, 136, 136, 136, 1495,
+ 1490, 2764, 2764, 2785, 2785, 2805, 2805, 2805, 2805, 2805,
+ 1495, 2805, 2805, 2805, 2805, 2805, 2805, 47, 1490, 2806,
+ 2806, 2807, 2807, 2807, 2153, 47, 135, 2807, 2807, 2807,
+ 2807, 2807, 2153, 1490, 1485, 1490, 1485, 2805, 2805, 2805,
+ 2805, 2805, 2805, 136, 136, 135, 1485, 1485, 135, 2785,
+ 2785, 2809, 2809, 2809, 2809, 2809, 1479, 2809, 2809, 2809,
+ 2809, 2809, 2809, 47, 1358, 2810, 2810, 2811, 2811, 2811,
+ 2254, 47, 1467, 2811, 2811, 2811, 2811, 2811, 2254, 1479,
+ 1358, 1467, 1347, 2809, 2809, 2809, 2809, 2809, 2809, 136,
+
+ 135, 1358, 1351, 1347, 135, 2785, 2812, 2812, 2812, 2812,
+ 2812, 2254, 2812, 2812, 2812, 2812, 2812, 2812, 47, 1467,
+ 2813, 2813, 2814, 2814, 2814, 2254, 47, 1347, 2814, 2814,
+ 2814, 2814, 2814, 2254, 1458, 1467, 1347, 1458, 2812, 2812,
+ 2812, 2812, 2812, 2812, 2815, 2815, 2815, 2815, 2815, 135,
+ 2815, 2815, 2815, 2815, 2815, 2815, 47, 1347, 2816, 2816,
+ 2817, 2817, 2817, 2254, 47, 1343, 2817, 2817, 2817, 2817,
+ 2817, 2254, 1343, 135, 1458, 1458, 2815, 2815, 2815, 2815,
+ 2815, 2815, 2818, 2818, 2818, 2818, 2818, 135, 2818, 2818,
+ 2818, 2818, 2818, 2818, 47, 2893, 2819, 2819, 2820, 2820,
+
+ 2820, 2254, 47, 2893, 2820, 2820, 2820, 2820, 2820, 2254,
+ 2893, 1440, 1439, 2893, 2818, 2818, 2818, 2818, 2818, 2818,
+ 2821, 2821, 2821, 2821, 2821, 136, 2821, 2821, 2821, 2821,
+ 2821, 2821, 47, 136, 2822, 2822, 2823, 2823, 2823, 2425,
+ 47, 136, 2823, 2823, 2823, 2823, 2823, 2425, 136, 1397,
+ 1389, 1370, 2821, 2821, 2821, 2821, 2821, 2821, 2824, 2824,
+ 2824, 2824, 2824, 2425, 2824, 2824, 2824, 2824, 2824, 2824,
+ 47, 1362, 2825, 2825, 2826, 2826, 2826, 2425, 47, 135,
+ 2826, 2826, 2826, 2826, 2826, 2425, 1389, 1383, 1362, 1389,
+ 2824, 2824, 2824, 2824, 2824, 2824, 2827, 2827, 2827, 2827,
+
+ 2827, 1383, 2827, 2827, 2827, 2827, 2827, 2827, 47, 1362,
+ 2828, 2828, 2829, 2829, 2829, 2425, 47, 1245, 2829, 2829,
+ 2829, 2829, 2829, 2425, 135, 1383, 1378, 1383, 2827, 2827,
+ 2827, 2827, 2827, 2827, 2830, 2830, 2830, 2830, 2830, 1378,
+ 2830, 2830, 2830, 2830, 2830, 2830, 47, 135, 2831, 2831,
+ 2832, 2832, 2832, 2425, 47, 1378, 2832, 2832, 2832, 2832,
+ 2832, 2425, 1373, 1378, 1373, 135, 2830, 2830, 2830, 2830,
+ 2830, 2830, 2833, 2833, 2833, 2833, 2833, 1373, 2833, 2833,
+ 2833, 2833, 2833, 2833, 47, 1373, 2834, 2834, 2835, 2835,
+ 2835, 2499, 47, 135, 2835, 2835, 2835, 2835, 2835, 2499,
+
+ 1370, 1362, 1358, 1351, 2833, 2833, 2833, 2833, 2833, 2833,
+ 2836, 2836, 2836, 2836, 2836, 2499, 2836, 2836, 2836, 2836,
+ 2836, 2836, 47, 135, 2837, 2837, 2838, 2838, 2838, 2499,
+ 47, 1362, 2838, 2838, 2838, 2838, 2838, 2499, 1245, 1351,
+ 1362, 1245, 2836, 2836, 2836, 2836, 2836, 2836, 2839, 2839,
+ 2839, 2839, 2839, 1351, 2839, 2839, 2839, 2839, 2839, 2839,
+ 47, 1237, 2840, 2840, 2841, 2841, 2841, 2499, 47, 1358,
+ 2841, 2841, 2841, 2841, 2841, 2499, 1351, 1347, 135, 1351,
+ 2839, 2839, 2839, 2839, 2839, 2839, 2842, 2842, 2842, 2842,
+ 2842, 1237, 2842, 2842, 2842, 2842, 2842, 2842, 47, 1351,
+
+ 2843, 2843, 2844, 2844, 2844, 2499, 47, 1237, 2844, 2844,
+ 2844, 2844, 2844, 2499, 1237, 1347, 135, 2893, 2842, 2842,
+ 2842, 2842, 2842, 2842, 2845, 2845, 2845, 2845, 2845, 1326,
+ 2845, 2845, 2845, 2845, 2845, 2845, 47, 1325, 2846, 2846,
+ 2847, 2847, 2847, 2562, 47, 2893, 2847, 2847, 2847, 2847,
+ 2847, 2562, 136, 136, 136, 136, 2845, 2845, 2845, 2845,
+ 2845, 2845, 2848, 2848, 2848, 2848, 2848, 2562, 2848, 2848,
+ 2848, 2848, 2848, 2848, 47, 136, 2849, 2849, 2850, 2850,
+ 2850, 2562, 47, 136, 2850, 2850, 2850, 2850, 2850, 2562,
+ 135, 1282, 1274, 1256, 2848, 2848, 2848, 2848, 2848, 2848,
+
+ 2851, 2851, 2851, 2851, 2851, 1282, 2851, 2851, 2851, 2851,
+ 2851, 2851, 47, 1274, 2852, 2852, 2853, 2853, 2853, 2562,
+ 47, 1256, 2853, 2853, 2853, 2853, 2853, 2562, 1142, 135,
+ 1274, 1269, 2851, 2851, 2851, 2851, 2851, 2851, 2854, 2854,
+ 2854, 2854, 2854, 1142, 2854, 2854, 2854, 2854, 2854, 2854,
+ 47, 1274, 2855, 2855, 2856, 2856, 2856, 2562, 47, 1269,
+ 2856, 2856, 2856, 2856, 2856, 2562, 135, 1269, 1264, 1269,
+ 2854, 2854, 2854, 2854, 2854, 2854, 2857, 2857, 2857, 2857,
+ 2857, 1264, 2857, 2857, 2857, 2857, 2857, 2857, 47, 135,
+ 2858, 2858, 2859, 2859, 2859, 2659, 47, 1264, 2859, 2859,
+
+ 2859, 2859, 2859, 2659, 1264, 135, 1261, 135, 2857, 2857,
+ 2857, 2857, 2857, 2857, 2860, 2860, 2860, 2860, 2860, 2659,
+ 2860, 2860, 2860, 2860, 2860, 2860, 47, 1256, 2861, 2861,
+ 2862, 2862, 2862, 2659, 47, 1142, 2862, 2862, 2862, 2862,
+ 2862, 2659, 1245, 1256, 1142, 1245, 2860, 2860, 2860, 2860,
+ 2860, 2860, 2863, 2863, 2863, 2863, 2863, 1133, 2863, 2863,
+ 2863, 2863, 2863, 2863, 47, 135, 2864, 2864, 2865, 2865,
+ 2865, 2659, 47, 1142, 2865, 2865, 2865, 2865, 2865, 2659,
+ 1137, 1133, 135, 1245, 2863, 2863, 2863, 2863, 2863, 2863,
+ 2866, 2866, 2866, 2866, 2866, 1133, 2866, 2866, 2866, 2866,
+
+ 2866, 2866, 47, 1245, 2867, 2867, 2868, 2868, 2868, 2659,
+ 47, 1133, 2868, 2868, 2868, 2868, 2868, 2659, 135, 1133,
+ 1133, 135, 2866, 2866, 2866, 2866, 2866, 2866, 2869, 2869,
+ 2869, 2869, 2869, 1219, 2869, 2869, 2869, 2869, 2869, 2869,
+ 47, 1218, 2870, 2870, 2871, 2871, 2871, 2728, 47, 1217,
+ 2871, 2871, 2871, 2871, 2871, 2728, 1216, 2893, 2893, 2893,
+ 2869, 2869, 2869, 2869, 2869, 2869, 2872, 2872, 2872, 2872,
+ 2872, 2728, 2872, 2872, 2872, 2872, 2872, 2872, 47, 136,
+ 2873, 2873, 2874, 2874, 2874, 2728, 47, 136, 2874, 2874,
+ 2874, 2874, 2874, 2728, 136, 1178, 1170, 1154, 2872, 2872,
+
+ 2872, 2872, 2872, 2872, 2875, 2875, 2875, 2875, 2875, 1146,
+ 2875, 2875, 2875, 2875, 2875, 2875, 47, 135, 2876, 2876,
+ 2877, 2877, 2877, 2728, 47, 1170, 2877, 2877, 2877, 2877,
+ 2877, 2728, 1164, 1146, 1170, 1164, 2875, 2875, 2875, 2875,
+ 2875, 2875, 2878, 2878, 2878, 2878, 2878, 1146, 2878, 2878,
+ 2878, 2878, 2878, 2878, 47, 1039, 2879, 2879, 2880, 2880,
+ 2880, 2728, 47, 135, 2880, 2880, 2880, 2880, 2880, 2728,
+ 1164, 1159, 1164, 1159, 2878, 2878, 2878, 2878, 2878, 2878,
+ 2881, 2881, 2881, 2881, 2881, 135, 2881, 2881, 2881, 2881,
+ 2881, 2881, 47, 1159, 2882, 2882, 2883, 2883, 2883, 2774,
+
+ 47, 1156, 2883, 2883, 2883, 2883, 2883, 2774, 1159, 135,
+ 1156, 1154, 2881, 2881, 2881, 2881, 2881, 2881, 2884, 2884,
+ 2884, 2884, 2884, 2774, 2884, 2884, 2884, 2884, 2884, 2884,
+ 47, 1146, 2885, 2885, 2886, 2886, 2886, 2774, 47, 1142,
+ 2886, 2886, 2886, 2886, 2886, 2774, 1137, 135, 1146, 1039,
+ 2884, 2884, 2884, 2884, 2884, 2884, 2887, 2887, 2887, 2887,
+ 2887, 1137, 2887, 2887, 2887, 2887, 2887, 2887, 47, 1146,
+ 2888, 2888, 2889, 2889, 2889, 2774, 47, 1039, 2889, 2889,
+ 2889, 2889, 2889, 2774, 1137, 1142, 1137, 135, 2887, 2887,
+ 2887, 2887, 2887, 2887, 2890, 2890, 2890, 2890, 2890, 1137,
+
+ 2890, 2890, 2890, 2890, 2890, 2890, 47, 1137, 2891, 2891,
+ 2892, 2892, 2892, 2774, 47, 135, 2892, 2892, 2892, 2892,
+ 2892, 2774, 2893, 1115, 1114, 1113, 2890, 2890, 2890, 2890,
+ 2890, 2890, 53, 53, 53, 53, 53, 1112, 53, 53,
+ 53, 53, 53, 53, 47, 2893, 2891, 2891, 2892, 2892,
+ 2892, 47, 136, 2892, 2892, 2892, 2892, 2892, 136, 136,
+ 136, 136, 135, 1071, 53, 53, 53, 53, 53, 53,
+ 43, 43, 43, 43, 43, 43, 43, 43, 46, 1063,
+ 46, 46, 46, 46, 46, 46, 51, 1048, 51, 51,
+ 53, 53, 1071, 53, 53, 53, 133, 1063, 133, 133,
+
+ 134, 134, 137, 137, 224, 1048, 224, 224, 225, 225,
+ 226, 226, 230, 230, 230, 317, 943, 317, 317, 318,
+ 318, 319, 319, 321, 321, 322, 322, 323, 323, 323,
+ 325, 325, 400, 135, 400, 400, 401, 401, 402, 402,
+ 404, 404, 405, 405, 406, 406, 407, 407, 409, 409,
+ 409, 411, 411, 412, 412, 412, 491, 1063, 491, 491,
+ 492, 492, 493, 493, 495, 495, 496, 496, 497, 497,
+ 498, 498, 500, 500, 501, 501, 502, 502, 503, 503,
+ 503, 505, 505, 506, 506, 506, 508, 508, 508, 509,
+ 509, 582, 1058, 582, 582, 583, 583, 584, 584, 586,
+
+ 586, 588, 588, 589, 589, 590, 590, 592, 592, 593,
+ 593, 594, 594, 595, 595, 596, 596, 597, 597, 599,
+ 599, 599, 601, 601, 602, 602, 602, 604, 604, 604,
+ 605, 605, 606, 606, 606, 607, 607, 607, 677, 943,
+ 677, 677, 678, 678, 679, 679, 681, 681, 682, 682,
+ 683, 683, 685, 685, 686, 686, 688, 688, 689, 689,
+ 690, 690, 691, 691, 692, 692, 693, 693, 695, 695,
+ 696, 696, 697, 697, 698, 698, 699, 699, 699, 701,
+ 701, 702, 702, 702, 703, 703, 703, 704, 704, 705,
+ 705, 705, 706, 706, 706, 708, 708, 708, 709, 709,
+
+ 709, 710, 710, 53, 53, 1063, 53, 53, 763, 1058,
+ 763, 763, 764, 764, 765, 765, 767, 767, 768, 768,
+ 769, 769, 770, 770, 677, 677, 773, 773, 774, 774,
+ 776, 776, 777, 777, 778, 778, 779, 779, 780, 780,
+ 782, 782, 783, 783, 784, 784, 785, 785, 786, 786,
+ 787, 787, 788, 788, 790, 790, 790, 792, 792, 793,
+ 793, 793, 795, 795, 795, 796, 796, 796, 797, 797,
+ 797, 799, 799, 799, 800, 800, 800, 801, 801, 802,
+ 802, 802, 803, 803, 803, 804, 804, 804, 53, 53,
+ 135, 53, 53, 850, 1058, 850, 850, 851, 851, 852,
+
+ 852, 853, 853, 854, 854, 855, 855, 856, 856, 858,
+ 858, 859, 859, 860, 860, 861, 861, 862, 862, 864,
+ 864, 865, 865, 866, 866, 867, 867, 869, 869, 870,
+ 870, 871, 871, 872, 872, 873, 873, 874, 874, 875,
+ 875, 877, 877, 878, 878, 879, 879, 880, 880, 881,
+ 881, 881, 883, 883, 884, 884, 884, 886, 886, 886,
+ 887, 887, 790, 790, 790, 888, 888, 888, 889, 889,
+ 889, 890, 890, 891, 891, 891, 892, 892, 892, 893,
+ 893, 893, 895, 895, 895, 896, 896, 896, 897, 897,
+ 897, 898, 898, 53, 53, 1054, 53, 53, 940, 1058,
+
+ 940, 940, 941, 941, 942, 942, 944, 944, 945, 945,
+ 946, 946, 948, 948, 949, 949, 950, 950, 951, 951,
+ 952, 952, 953, 953, 955, 955, 957, 957, 958, 958,
+ 959, 959, 960, 960, 858, 858, 962, 962, 963, 963,
+ 964, 964, 965, 965, 966, 966, 968, 968, 969, 969,
+ 970, 970, 971, 971, 972, 972, 973, 973, 974, 974,
+ 976, 976, 976, 978, 978, 979, 979, 979, 981, 981,
+ 981, 982, 982, 983, 983, 983, 984, 984, 984, 986,
+ 986, 986, 987, 987, 987, 988, 988, 988, 990, 990,
+ 990, 991, 991, 991, 992, 992, 992, 993, 993, 994,
+
+ 994, 994, 995, 995, 995, 996, 996, 996, 53, 53,
+ 1054, 53, 53, 1036, 135, 1036, 1036, 1037, 1037, 1038,
+ 1038, 1040, 1040, 1041, 1041, 940, 940, 1042, 1042, 1043,
+ 1043, 1044, 1044, 1045, 1045, 1046, 1046, 1047, 1047, 1049,
+ 1049, 1050, 1050, 1051, 1051, 1052, 1052, 1053, 1053, 1055,
+ 1055, 1056, 1056, 1057, 1057, 948, 948, 1059, 1059, 1060,
+ 1060, 1061, 1061, 1062, 1062, 1064, 1064, 1065, 1065, 1066,
+ 1066, 1067, 1067, 1068, 1068, 1069, 1069, 1070, 1070, 1072,
+ 1072, 1073, 1073, 1074, 1074, 1075, 1075, 1076, 1076, 1076,
+ 1078, 1078, 1079, 1079, 1079, 1080, 1080, 1080, 1081, 1081,
+
+ 1082, 1082, 1082, 1083, 1083, 1083, 1085, 1085, 1085, 1086,
+ 1086, 1086, 1087, 1087, 1088, 1088, 1088, 1089, 1089, 1089,
+ 1090, 1090, 1090, 1091, 1091, 1092, 1092, 1092, 1093, 1093,
+ 1093, 1094, 1094, 1094, 1096, 1096, 1096, 1097, 1097, 1097,
+ 1098, 1098, 1098, 1099, 1099, 53, 53, 1054, 53, 53,
+ 1134, 135, 1134, 1134, 1135, 1135, 1136, 1136, 1138, 1138,
+ 1139, 1139, 1140, 1140, 1141, 1141, 1143, 1143, 1144, 1144,
+ 1145, 1145, 1147, 1147, 1148, 1148, 1149, 1149, 1150, 1150,
+ 1151, 1151, 1152, 1152, 1153, 1153, 1155, 1155, 1157, 1157,
+ 1158, 1158, 1042, 1042, 1160, 1160, 1161, 1161, 1162, 1162,
+
+ 1163, 1163, 1050, 1050, 1165, 1165, 1166, 1166, 1167, 1167,
+ 1168, 1168, 1169, 1169, 1171, 1171, 1172, 1172, 1173, 1173,
+ 1174, 1174, 1175, 1175, 1176, 1176, 1177, 1177, 1179, 1179,
+ 1179, 1181, 1181, 1182, 1182, 1182, 1184, 1184, 1184, 1185,
+ 1185, 1185, 1186, 1186, 1186, 1188, 1188, 1188, 1189, 1189,
+ 1189, 1190, 1190, 1191, 1191, 1191, 1192, 1192, 1192, 1193,
+ 1193, 1193, 1195, 1195, 1195, 1196, 1196, 1196, 1197, 1197,
+ 1197, 1199, 1199, 1199, 1200, 1200, 1200, 1201, 1201, 1201,
+ 1202, 1202, 1203, 1203, 1203, 1204, 1204, 1204, 1205, 1205,
+ 1205, 53, 53, 1048, 53, 53, 1238, 943, 1238, 1238,
+
+ 1239, 1239, 1240, 1240, 1241, 1241, 1242, 1242, 1243, 1243,
+ 1244, 1244, 1246, 1246, 1247, 1247, 1248, 1248, 1249, 1249,
+ 1250, 1250, 1251, 1251, 1252, 1252, 1253, 1253, 1254, 1254,
+ 1255, 1255, 1257, 1257, 1258, 1258, 1259, 1259, 1260, 1260,
+ 1036, 1036, 1262, 1262, 1263, 1263, 1265, 1265, 1266, 1266,
+ 1267, 1267, 1268, 1268, 1148, 1148, 1270, 1270, 1271, 1271,
+ 1272, 1272, 1273, 1273, 1275, 1275, 1276, 1276, 1277, 1277,
+ 1278, 1278, 1279, 1279, 1280, 1280, 1281, 1281, 1283, 1283,
+ 1284, 1284, 1285, 1285, 1286, 1286, 1287, 1287, 1287, 1289,
+ 1289, 1290, 1290, 1290, 1292, 1292, 1292, 1293, 1293, 1179,
+
+ 1179, 1179, 1294, 1294, 1294, 1295, 1295, 1295, 1296, 1296,
+ 1297, 1297, 1297, 1298, 1298, 1298, 1299, 1299, 1299, 1301,
+ 1301, 1301, 1302, 1302, 1302, 1303, 1303, 1303, 1304, 1304,
+ 1305, 1305, 1305, 1306, 1306, 1306, 1307, 1307, 1307, 1308,
+ 1308, 1309, 1309, 1309, 1310, 1310, 1310, 1311, 1311, 1311,
+ 1313, 1313, 1313, 1314, 1314, 1314, 1315, 1315, 1315, 1316,
+ 1316, 53, 53, 1039, 53, 53, 1344, 1048, 1344, 1344,
+ 1345, 1345, 1346, 1346, 1348, 1348, 1349, 1349, 1350, 1350,
+ 1352, 1352, 1353, 1353, 1354, 1354, 1355, 1355, 1356, 1356,
+ 1357, 1357, 1359, 1359, 1360, 1360, 1361, 1361, 1363, 1363,
+
+ 1364, 1364, 1365, 1365, 1366, 1366, 1367, 1367, 1368, 1368,
+ 1369, 1369, 1371, 1371, 1372, 1372, 1374, 1374, 1375, 1375,
+ 1376, 1376, 1377, 1377, 1250, 1250, 1379, 1379, 1380, 1380,
+ 1381, 1381, 1382, 1382, 1258, 1258, 1384, 1384, 1385, 1385,
+ 1386, 1386, 1387, 1387, 1388, 1388, 1390, 1390, 1391, 1391,
+ 1392, 1392, 1393, 1393, 1394, 1394, 1395, 1395, 1396, 1396,
+ 1398, 1398, 1398, 1400, 1400, 1401, 1401, 1401, 1403, 1403,
+ 1403, 1404, 1404, 1405, 1405, 1405, 1406, 1406, 1406, 1408,
+ 1408, 1408, 1409, 1409, 1409, 1410, 1410, 1410, 1412, 1412,
+ 1412, 1413, 1413, 1413, 1414, 1414, 1414, 1415, 1415, 1416,
+
+ 1416, 1416, 1417, 1417, 1417, 1418, 1418, 1418, 1420, 1420,
+ 1420, 1421, 1421, 1421, 1422, 1422, 1422, 1424, 1424, 1424,
+ 1425, 1425, 1425, 1426, 1426, 1426, 1427, 1427, 1428, 1428,
+ 1428, 1429, 1429, 1429, 1430, 1430, 1430, 53, 53, 943,
+ 53, 53, 1455, 1039, 1455, 1455, 1456, 1456, 1457, 1457,
+ 1459, 1459, 1460, 1460, 1344, 1344, 1461, 1461, 1462, 1462,
+ 1463, 1463, 1464, 1464, 1465, 1465, 1466, 1466, 1468, 1468,
+ 1469, 1469, 1470, 1470, 1471, 1471, 1472, 1472, 1473, 1473,
+ 1474, 1474, 1475, 1475, 1476, 1476, 1477, 1477, 1478, 1478,
+ 1480, 1480, 1481, 1481, 1482, 1482, 1483, 1483, 1484, 1484,
+
+ 1486, 1486, 1487, 1487, 1488, 1488, 1489, 1489, 1246, 1246,
+ 1491, 1491, 1492, 1492, 1493, 1493, 1494, 1494, 1364, 1364,
+ 1496, 1496, 1497, 1497, 1498, 1498, 1499, 1499, 1501, 1501,
+ 1502, 1502, 1503, 1503, 1504, 1504, 1505, 1505, 1506, 1506,
+ 1507, 1507, 1509, 1509, 1510, 1510, 1511, 1511, 1512, 1512,
+ 1513, 1513, 1513, 1515, 1515, 1516, 1516, 1516, 1517, 1517,
+ 1517, 1518, 1518, 1519, 1519, 1519, 1520, 1520, 1520, 1522,
+ 1522, 1522, 1523, 1523, 1523, 1524, 1524, 1525, 1525, 1525,
+ 1526, 1526, 1526, 1527, 1527, 1527, 1528, 1528, 1529, 1529,
+ 1529, 1530, 1530, 1530, 1531, 1531, 1531, 1533, 1533, 1533,
+
+ 1534, 1534, 1534, 1535, 1535, 1535, 1536, 1536, 1537, 1537,
+ 1537, 1538, 1538, 1538, 1539, 1539, 1539, 1540, 1540, 1541,
+ 1541, 1541, 1542, 1542, 1542, 1543, 1543, 1543, 1545, 1545,
+ 1545, 1546, 1546, 1546, 1547, 1547, 1547, 1548, 1548, 53,
+ 53, 135, 53, 53, 1568, 943, 1568, 1568, 1456, 1456,
+ 1569, 1569, 1570, 1570, 1571, 1571, 1572, 1572, 1573, 1573,
+ 1575, 1575, 1576, 1576, 1577, 1577, 1579, 1579, 1580, 1580,
+ 1581, 1581, 1582, 1582, 1583, 1583, 1584, 1584, 1585, 1585,
+ 1587, 1587, 1588, 1588, 1589, 1589, 1591, 1591, 1592, 1592,
+ 1593, 1593, 1594, 1594, 1595, 1595, 1596, 1596, 1597, 1597,
+
+ 1599, 1599, 1601, 1601, 1602, 1602, 1603, 1603, 1352, 1352,
+ 1605, 1605, 1606, 1606, 1607, 1607, 1608, 1608, 1473, 1473,
+ 1610, 1610, 1611, 1611, 1612, 1612, 1613, 1613, 1481, 1481,
+ 1615, 1615, 1616, 1616, 1617, 1617, 1618, 1618, 1619, 1619,
+ 1621, 1621, 1622, 1622, 1623, 1623, 1624, 1624, 1625, 1625,
+ 1626, 1626, 1627, 1627, 1629, 1629, 1629, 1631, 1631, 1632,
+ 1632, 1632, 1634, 1634, 1634, 1635, 1635, 1635, 1636, 1636,
+ 1636, 1638, 1638, 1638, 1639, 1639, 1639, 1640, 1640, 1641,
+ 1641, 1641, 1642, 1642, 1642, 1643, 1643, 1643, 1645, 1645,
+ 1645, 1646, 1646, 1646, 1647, 1647, 1647, 1649, 1649, 1649,
+
+ 1650, 1650, 1650, 1651, 1651, 1651, 1652, 1652, 1653, 1653,
+ 1653, 1654, 1654, 1654, 1655, 1655, 1655, 1657, 1657, 1657,
+ 1658, 1658, 1658, 1659, 1659, 1659, 1661, 1661, 1661, 1662,
+ 1662, 1662, 1663, 1663, 1663, 1664, 1664, 1665, 1665, 1665,
+ 1666, 1666, 1666, 1667, 1667, 1667, 53, 53, 939, 53,
+ 53, 1684, 939, 1684, 1684, 1571, 1571, 1685, 1685, 1686,
+ 1686, 1687, 1687, 1689, 1689, 1690, 1690, 1691, 1691, 1692,
+ 1692, 1693, 1693, 1694, 1694, 1695, 1695, 1696, 1696, 1697,
+ 1697, 1698, 1698, 1700, 1700, 1701, 1701, 1702, 1702, 1703,
+ 1703, 1704, 1704, 1705, 1705, 1706, 1706, 1707, 1707, 1708,
+
+ 1708, 1709, 1709, 1710, 1710, 1712, 1712, 1713, 1713, 1714,
+ 1714, 1715, 1715, 1716, 1716, 1718, 1718, 1719, 1719, 1461,
+ 1461, 1721, 1721, 1722, 1722, 1723, 1723, 1724, 1724, 1469,
+ 1469, 1726, 1726, 1727, 1727, 1728, 1728, 1729, 1729, 1592,
+ 1592, 1731, 1731, 1732, 1732, 1733, 1733, 1734, 1734, 1736,
+ 1736, 1737, 1737, 1738, 1738, 1739, 1739, 1740, 1740, 1741,
+ 1741, 1742, 1742, 1744, 1744, 1745, 1745, 1746, 1746, 1747,
+ 1747, 1748, 1748, 1748, 1750, 1750, 1751, 1751, 1751, 1753,
+ 1753, 1753, 1754, 1754, 1629, 1629, 1629, 1755, 1755, 1755,
+ 1756, 1756, 1756, 1757, 1757, 1758, 1758, 1758, 1759, 1759,
+
+ 1759, 1760, 1760, 1760, 1762, 1762, 1762, 1763, 1763, 1763,
+ 1764, 1764, 1764, 1765, 1765, 1766, 1766, 1766, 1767, 1767,
+ 1767, 1768, 1768, 1768, 1769, 1769, 1770, 1770, 1770, 1771,
+ 1771, 1771, 1772, 1772, 1772, 1774, 1774, 1774, 1775, 1775,
+ 1775, 1776, 1776, 1776, 1777, 1777, 1778, 1778, 1778, 1779,
+ 1779, 1779, 1780, 1780, 1780, 1781, 1781, 1782, 1782, 1782,
+ 1783, 1783, 1783, 1784, 1784, 1784, 1786, 1786, 1786, 1787,
+ 1787, 1787, 1788, 1788, 1788, 1789, 1789, 53, 53, 135,
+ 53, 53, 1805, 1039, 1805, 1805, 1806, 1806, 1807, 1807,
+ 1691, 1691, 1808, 1808, 1809, 1809, 1810, 1810, 1812, 1812,
+
+ 1813, 1813, 1814, 1814, 1816, 1816, 1817, 1817, 1818, 1818,
+ 1819, 1819, 1820, 1820, 1821, 1821, 1822, 1822, 1824, 1824,
+ 1825, 1825, 1826, 1826, 1828, 1828, 1829, 1829, 1830, 1830,
+ 1831, 1831, 1832, 1832, 1833, 1833, 1834, 1834, 1455, 1455,
+ 1837, 1837, 1838, 1838, 1840, 1840, 1841, 1841, 1842, 1842,
+ 1843, 1843, 1580, 1580, 1845, 1845, 1846, 1846, 1847, 1847,
+ 1848, 1848, 1705, 1705, 1850, 1850, 1851, 1851, 1852, 1852,
+ 1853, 1853, 1713, 1713, 1855, 1855, 1856, 1856, 1825, 1825,
+ 1857, 1857, 1858, 1858, 1859, 1859, 1861, 1861, 1862, 1862,
+ 1863, 1863, 1864, 1864, 1833, 1833, 1865, 1865, 1866, 1866,
+
+ 1867, 1867, 1869, 1869, 1869, 1750, 1750, 1871, 1871, 1871,
+ 1872, 1872, 1872, 1873, 1873, 1874, 1874, 1874, 1875, 1875,
+ 1875, 1877, 1877, 1877, 1878, 1878, 1878, 1879, 1879, 1879,
+ 1881, 1881, 1881, 1882, 1882, 1882, 1883, 1883, 1883, 1884,
+ 1884, 1885, 1885, 1885, 1886, 1886, 1886, 1887, 1887, 1887,
+ 1889, 1889, 1889, 1890, 1890, 1890, 1891, 1891, 1891, 1893,
+ 1893, 1893, 1894, 1894, 1894, 1895, 1895, 1895, 1896, 1896,
+ 1897, 1897, 1897, 1898, 1898, 1898, 1899, 1899, 1899, 1901,
+ 1901, 1901, 1902, 1902, 1902, 1903, 1903, 1903, 1905, 1905,
+ 1905, 1906, 1906, 1906, 1907, 1907, 1907, 1908, 1908, 1909,
+
+ 1909, 1909, 1910, 1910, 1910, 1911, 1911, 1911, 53, 53,
+ 1039, 53, 53, 1806, 135, 1806, 1806, 1808, 1808, 1927,
+ 1927, 1928, 1928, 1929, 1929, 1930, 1930, 1931, 1931, 1932,
+ 1932, 1933, 1933, 1934, 1934, 1935, 1935, 1936, 1936, 1938,
+ 1938, 1939, 1939, 1940, 1940, 1941, 1941, 1942, 1942, 1943,
+ 1943, 1944, 1944, 1945, 1945, 1946, 1946, 1947, 1947, 1948,
+ 1948, 1950, 1950, 1951, 1951, 1952, 1952, 1953, 1953, 1837,
+ 1837, 1954, 1954, 1956, 1956, 1957, 1957, 1958, 1958, 1959,
+ 1959, 1693, 1693, 1961, 1961, 1962, 1962, 1963, 1963, 1964,
+ 1964, 1701, 1701, 1966, 1966, 1967, 1967, 1968, 1968, 1969,
+
+ 1969, 1829, 1829, 1971, 1971, 1972, 1972, 1973, 1973, 1974,
+ 1974, 1976, 1976, 1977, 1977, 1978, 1978, 1979, 1979, 1947,
+ 1947, 1980, 1980, 1981, 1981, 1982, 1982, 1984, 1984, 1985,
+ 1985, 1986, 1986, 1987, 1987, 1988, 1988, 1988, 1873, 1873,
+ 1989, 1989, 1989, 1990, 1990, 1990, 1991, 1991, 1991, 1993,
+ 1993, 1993, 1994, 1994, 1994, 1995, 1995, 1996, 1996, 1996,
+ 1997, 1997, 1997, 1998, 1998, 1998, 1999, 1999, 2000, 2000,
+ 2000, 2001, 2001, 2001, 2002, 2002, 2002, 2004, 2004, 2004,
+ 2005, 2005, 2005, 2006, 2006, 2006, 2007, 2007, 2008, 2008,
+ 2008, 2009, 2009, 2009, 2010, 2010, 2010, 2011, 2011, 2012,
+
+ 2012, 2012, 2013, 2013, 2013, 2014, 2014, 2014, 2016, 2016,
+ 2016, 2017, 2017, 2017, 2018, 2018, 2018, 2019, 2019, 2020,
+ 2020, 2020, 2021, 2021, 2021, 2022, 2022, 2022, 2023, 2023,
+ 2024, 2024, 2024, 2025, 2025, 2025, 2026, 2026, 2026, 2028,
+ 2028, 2028, 2029, 2029, 2029, 2030, 2030, 2030, 2031, 2031,
+ 53, 53, 2893, 53, 53, 1808, 2893, 1808, 1808, 1929,
+ 1929, 1927, 1927, 2040, 2040, 2041, 2041, 2042, 2042, 2044,
+ 2044, 2045, 2045, 2046, 2046, 2047, 2047, 2048, 2048, 2049,
+ 2049, 2050, 2050, 2051, 2051, 2053, 2053, 2054, 2054, 2055,
+ 2055, 2057, 2057, 2058, 2058, 2059, 2059, 2060, 2060, 2061,
+
+ 2061, 2062, 2062, 2063, 2063, 2065, 2065, 1957, 1957, 2066,
+ 2066, 2067, 2067, 1689, 1689, 2069, 2069, 2070, 2070, 2071,
+ 2071, 2072, 2072, 1817, 1817, 2074, 2074, 2075, 2075, 2076,
+ 2076, 2077, 2077, 1943, 1943, 2079, 2079, 2080, 2080, 2081,
+ 2081, 2082, 2082, 1951, 1951, 2084, 2084, 2085, 2085, 2054,
+ 2054, 2086, 2086, 2087, 2087, 2088, 2088, 2090, 2090, 2091,
+ 2091, 2092, 2092, 2093, 2093, 2062, 2062, 2094, 2094, 2095,
+ 2095, 2096, 2096, 2098, 2098, 2098, 2099, 2099, 2099, 2100,
+ 2100, 2100, 1995, 1995, 2101, 2101, 2101, 2102, 2102, 2102,
+ 2103, 2103, 2103, 2105, 2105, 2105, 2106, 2106, 2106, 2107,
+
+ 2107, 2107, 2109, 2109, 2109, 2110, 2110, 2110, 2111, 2111,
+ 2111, 2112, 2112, 2113, 2113, 2113, 2114, 2114, 2114, 2115,
+ 2115, 2115, 2117, 2117, 2117, 2118, 2118, 2118, 2119, 2119,
+ 2119, 2121, 2121, 2121, 2122, 2122, 2122, 2123, 2123, 2123,
+ 2124, 2124, 2125, 2125, 2125, 2126, 2126, 2126, 2127, 2127,
+ 2127, 2129, 2129, 2129, 2130, 2130, 2130, 2131, 2131, 2131,
+ 2133, 2133, 2133, 2134, 2134, 2134, 2135, 2135, 2135, 2136,
+ 2136, 2137, 2137, 2137, 2138, 2138, 2138, 2139, 2139, 2139,
+ 53, 53, 1016, 53, 53, 1928, 1015, 1928, 1928, 2045,
+ 2045, 2148, 2148, 2149, 2149, 2048, 2048, 2041, 2041, 2150,
+
+ 2150, 2151, 2151, 2152, 2152, 2154, 2154, 2155, 2155, 2156,
+ 2156, 2157, 2157, 2158, 2158, 2159, 2159, 2160, 2160, 2161,
+ 2161, 2162, 2162, 2163, 2163, 2164, 2164, 2166, 2166, 2167,
+ 2167, 2168, 2168, 2169, 2169, 2170, 2170, 1806, 1806, 2171,
+ 2171, 2070, 2070, 2172, 2172, 2173, 2173, 1932, 1932, 2175,
+ 2175, 2176, 2176, 2177, 2177, 2178, 2178, 1939, 1939, 2180,
+ 2180, 2181, 2181, 2182, 2182, 2183, 2183, 2058, 2058, 2185,
+ 2185, 2186, 2186, 2187, 2187, 2188, 2188, 2190, 2190, 2191,
+ 2191, 2192, 2192, 2193, 2193, 2163, 2163, 2194, 2194, 2195,
+ 2195, 2196, 2196, 2198, 2198, 2199, 2199, 2200, 2200, 2201,
+
+ 2201, 2099, 2099, 2099, 2101, 2101, 2101, 2202, 2202, 2202,
+ 2203, 2203, 2203, 2204, 2204, 2204, 2205, 2205, 2205, 2206,
+ 2206, 2207, 2207, 2207, 2208, 2208, 2208, 2209, 2209, 2209,
+ 2210, 2210, 2210, 2211, 2211, 2211, 2213, 2213, 2213, 2214,
+ 2214, 2214, 2215, 2215, 2215, 2216, 2216, 2217, 2217, 2217,
+ 2218, 2218, 2218, 2219, 2219, 2219, 2220, 2220, 2221, 2221,
+ 2221, 2222, 2222, 2222, 2223, 2223, 2223, 2225, 2225, 2225,
+ 2226, 2226, 2226, 2227, 2227, 2227, 2228, 2228, 2229, 2229,
+ 2229, 2230, 2230, 2230, 2231, 2231, 2231, 2232, 2232, 2233,
+ 2233, 2233, 2234, 2234, 2234, 2235, 2235, 2235, 2237, 2237,
+
+ 2237, 2238, 2238, 2238, 2239, 2239, 2239, 2240, 2240, 53,
+ 53, 1014, 53, 53, 1927, 1013, 1927, 1927, 2150, 2150,
+ 2248, 2248, 2154, 2154, 2249, 2249, 2250, 2250, 2157, 2157,
+ 2251, 2251, 2252, 2252, 2253, 2253, 2255, 2255, 2256, 2256,
+ 2257, 2257, 2259, 2259, 2260, 2260, 2261, 2261, 2262, 2262,
+ 2263, 2263, 2264, 2264, 2265, 2265, 1806, 1806, 2267, 2267,
+ 1929, 1929, 2268, 2268, 2176, 2176, 2269, 2269, 2270, 2270,
+ 2046, 2046, 2272, 2272, 2273, 2273, 2274, 2274, 2275, 2275,
+ 2159, 2159, 2277, 2277, 2278, 2278, 2279, 2279, 2280, 2280,
+ 2167, 2167, 2282, 2282, 2283, 2283, 2256, 2256, 2284, 2284,
+
+ 2285, 2285, 2286, 2286, 2288, 2288, 2289, 2289, 2290, 2290,
+ 2291, 2291, 2264, 2264, 2292, 2292, 2293, 2293, 2294, 2294,
+ 2204, 2204, 2204, 2202, 2202, 2202, 2296, 2296, 2296, 2297,
+ 2297, 2297, 2298, 2298, 2298, 2300, 2300, 2300, 2301, 2301,
+ 2301, 2302, 2302, 2302, 2303, 2303, 2303, 2304, 2304, 2305,
+ 2305, 2305, 2306, 2306, 2306, 2307, 2307, 2307, 2309, 2309,
+ 2309, 2310, 2310, 2310, 2311, 2311, 2311, 2313, 2313, 2313,
+ 2314, 2314, 2314, 2315, 2315, 2315, 2316, 2316, 2317, 2317,
+ 2317, 2318, 2318, 2318, 2319, 2319, 2319, 2321, 2321, 2321,
+ 2322, 2322, 2322, 2323, 2323, 2323, 2325, 2325, 2325, 2326,
+
+ 2326, 2326, 2327, 2327, 2327, 2328, 2328, 2329, 2329, 2329,
+ 2330, 2330, 2330, 2331, 2331, 2331, 53, 53, 1012, 53,
+ 53, 1929, 1011, 1929, 1929, 2249, 2249, 2251, 2251, 2341,
+ 2341, 2342, 2342, 2343, 2343, 2344, 2344, 2345, 2345, 2346,
+ 2346, 2347, 2347, 2348, 2348, 2349, 2349, 2350, 2350, 2352,
+ 2352, 2353, 2353, 2354, 2354, 2355, 2355, 2356, 2356, 2148,
+ 2148, 2357, 2357, 2273, 2273, 2358, 2358, 2359, 2359, 2155,
+ 2155, 2361, 2361, 2362, 2362, 2363, 2363, 2364, 2364, 2260,
+ 2260, 2366, 2366, 2367, 2367, 2368, 2368, 2369, 2369, 2371,
+ 2371, 2372, 2372, 2373, 2373, 2374, 2374, 2375, 2375, 2376,
+
+ 2376, 2377, 2377, 2379, 2379, 2380, 2380, 2381, 2381, 2382,
+ 2382, 2301, 2301, 2301, 2383, 2383, 2383, 2384, 2384, 2384,
+ 2304, 2304, 2297, 2297, 2297, 2385, 2385, 2385, 2386, 2386,
+ 2386, 2387, 2387, 2387, 2389, 2389, 2389, 2390, 2390, 2390,
+ 2391, 2391, 2391, 2392, 2392, 2393, 2393, 2393, 2394, 2394,
+ 2394, 2395, 2395, 2395, 2396, 2396, 2397, 2397, 2397, 2398,
+ 2398, 2398, 2399, 2399, 2399, 2401, 2401, 2401, 2402, 2402,
+ 2402, 2403, 2403, 2403, 2404, 2404, 2405, 2405, 2405, 2406,
+ 2406, 2406, 2407, 2407, 2407, 2408, 2408, 2409, 2409, 2409,
+ 2410, 2410, 2410, 2411, 2411, 2411, 2413, 2413, 2413, 2414,
+
+ 2414, 2414, 2415, 2415, 2415, 2416, 2416, 53, 53, 2893,
+ 53, 53, 2040, 136, 2040, 2040, 2343, 2343, 2341, 2341,
+ 2422, 2422, 2423, 2423, 2424, 2424, 2426, 2426, 2427, 2427,
+ 2428, 2428, 2429, 2429, 2430, 2430, 2431, 2431, 2432, 2432,
+ 2433, 2433, 2148, 2148, 2435, 2435, 2249, 2249, 2436, 2436,
+ 2362, 2362, 2437, 2437, 2438, 2438, 2346, 2346, 2440, 2440,
+ 2441, 2441, 2442, 2442, 2443, 2443, 2353, 2353, 2445, 2445,
+ 2446, 2446, 2447, 2447, 2448, 2448, 2449, 2449, 2451, 2451,
+ 2452, 2452, 2453, 2453, 2454, 2454, 2455, 2455, 2456, 2456,
+ 2457, 2457, 2385, 2385, 2385, 2459, 2459, 2459, 2389, 2389,
+
+ 2389, 2460, 2460, 2460, 2461, 2461, 2461, 2392, 2392, 2462,
+ 2462, 2462, 2463, 2463, 2463, 2464, 2464, 2464, 2466, 2466,
+ 2466, 2467, 2467, 2467, 2468, 2468, 2468, 2470, 2470, 2470,
+ 2471, 2471, 2471, 2472, 2472, 2472, 2473, 2473, 2474, 2474,
+ 2474, 2475, 2475, 2475, 2476, 2476, 2476, 2478, 2478, 2478,
+ 2479, 2479, 2479, 2480, 2480, 2480, 2482, 2482, 2482, 2483,
+ 2483, 2483, 2484, 2484, 2484, 2485, 2485, 2486, 2486, 2486,
+ 2487, 2487, 2487, 2488, 2488, 2488, 53, 53, 136, 53,
+ 53, 2045, 136, 2045, 2045, 2427, 2427, 2494, 2494, 2495,
+ 2495, 2430, 2430, 2423, 2423, 2496, 2496, 2497, 2497, 2498,
+
+ 2498, 2500, 2500, 2501, 2501, 2502, 2502, 2503, 2503, 2249,
+ 2249, 2504, 2504, 2343, 2343, 2505, 2505, 2441, 2441, 2506,
+ 2506, 2507, 2507, 2428, 2428, 2509, 2509, 2510, 2510, 2511,
+ 2511, 2512, 2512, 2514, 2514, 2515, 2515, 2516, 2516, 2517,
+ 2517, 2518, 2518, 2519, 2519, 2520, 2520, 2522, 2522, 2523,
+ 2523, 2524, 2524, 2525, 2525, 2460, 2460, 2460, 2462, 2462,
+ 2462, 2526, 2526, 2526, 2527, 2527, 2527, 2528, 2528, 2528,
+ 2529, 2529, 2529, 2530, 2530, 2531, 2531, 2531, 2532, 2532,
+ 2532, 2533, 2533, 2533, 2534, 2534, 2534, 2535, 2535, 2535,
+ 2537, 2537, 2537, 2538, 2538, 2538, 2539, 2539, 2539, 2540,
+
+ 2540, 2541, 2541, 2541, 2542, 2542, 2542, 2543, 2543, 2543,
+ 2544, 2544, 2545, 2545, 2545, 2546, 2546, 2546, 2547, 2547,
+ 2547, 2549, 2549, 2549, 2550, 2550, 2550, 2551, 2551, 2551,
+ 2552, 2552, 53, 53, 975, 53, 53, 2041, 967, 2041,
+ 2041, 2496, 2496, 2556, 2556, 2500, 2500, 2557, 2557, 2558,
+ 2558, 2503, 2503, 2559, 2559, 2560, 2560, 2561, 2561, 2343,
+ 2343, 2563, 2563, 2494, 2494, 2564, 2564, 2510, 2510, 2565,
+ 2565, 2566, 2566, 2501, 2501, 2568, 2568, 2569, 2569, 2570,
+ 2570, 2571, 2571, 2572, 2572, 2574, 2574, 2575, 2575, 2576,
+ 2576, 2577, 2577, 2578, 2578, 2579, 2579, 2580, 2580, 2528,
+
+ 2528, 2528, 2526, 2526, 2526, 2582, 2582, 2582, 2583, 2583,
+ 2583, 2584, 2584, 2584, 2586, 2586, 2586, 2587, 2587, 2587,
+ 2588, 2588, 2588, 2589, 2589, 2589, 2590, 2590, 2591, 2591,
+ 2591, 2592, 2592, 2592, 2593, 2593, 2593, 2595, 2595, 2595,
+ 2596, 2596, 2596, 2597, 2597, 2597, 2599, 2599, 2599, 2600,
+ 2600, 2600, 2601, 2601, 2601, 2602, 2602, 2603, 2603, 2603,
+ 2604, 2604, 2604, 2605, 2605, 2605, 53, 53, 954, 53,
+ 53, 2148, 947, 2148, 2148, 2557, 2557, 2559, 2559, 2610,
+ 2610, 2611, 2611, 2612, 2612, 2613, 2613, 2614, 2614, 2494,
+ 2494, 2615, 2615, 2616, 2616, 2569, 2569, 2617, 2617, 2618,
+
+ 2618, 2620, 2620, 2621, 2621, 2622, 2622, 2623, 2623, 2624,
+ 2624, 2625, 2625, 2627, 2627, 2628, 2628, 2629, 2629, 2630,
+ 2630, 2587, 2587, 2587, 2631, 2631, 2631, 2632, 2632, 2632,
+ 2590, 2590, 2583, 2583, 2583, 2633, 2633, 2633, 2634, 2634,
+ 2634, 2635, 2635, 2635, 2637, 2637, 2637, 2638, 2638, 2638,
+ 2639, 2639, 2639, 2640, 2640, 2641, 2641, 2641, 2642, 2642,
+ 2642, 2643, 2643, 2643, 2644, 2644, 2645, 2645, 2645, 2646,
+ 2646, 2646, 2647, 2647, 2647, 2649, 2649, 2649, 2650, 2650,
+ 2650, 2651, 2651, 2651, 2652, 2652, 53, 53, 135, 53,
+ 53, 2150, 967, 2150, 2150, 2612, 2612, 2610, 2610, 2656,
+
+ 2656, 2657, 2657, 2658, 2658, 2557, 2557, 2660, 2660, 2661,
+ 2661, 2622, 2622, 2662, 2662, 2663, 2663, 2665, 2665, 2666,
+ 2666, 2667, 2667, 2668, 2668, 2669, 2669, 2670, 2670, 2671,
+ 2671, 2633, 2633, 2633, 2673, 2673, 2673, 2637, 2637, 2637,
+ 2674, 2674, 2674, 2675, 2675, 2675, 2640, 2640, 2676, 2676,
+ 2676, 2677, 2677, 2677, 2678, 2678, 2678, 2680, 2680, 2680,
+ 2681, 2681, 2681, 2682, 2682, 2682, 2684, 2684, 2684, 2685,
+ 2685, 2685, 2686, 2686, 2686, 2687, 2687, 2688, 2688, 2688,
+ 2689, 2689, 2689, 2690, 2690, 2690, 53, 53, 961, 53,
+ 53, 2154, 947, 2154, 2154, 2665, 2665, 2695, 2695, 2696,
+
+ 2696, 2697, 2697, 2612, 2612, 2698, 2698, 2699, 2699, 2668,
+ 2668, 2657, 2657, 2700, 2700, 2701, 2701, 2702, 2702, 2704,
+ 2704, 2705, 2705, 2706, 2706, 2707, 2707, 2674, 2674, 2674,
+ 2676, 2676, 2676, 2708, 2708, 2708, 2709, 2709, 2709, 2710,
+ 2710, 2710, 2711, 2711, 2711, 2712, 2712, 2713, 2713, 2713,
+ 2714, 2714, 2714, 2715, 2715, 2715, 2716, 2716, 2716, 2717,
+ 2717, 2717, 2719, 2719, 2719, 2720, 2720, 2720, 2721, 2721,
+ 2721, 2722, 2722, 53, 53, 967, 53, 53, 2248, 961,
+ 2248, 2248, 2726, 2726, 2727, 2727, 2695, 2695, 2729, 2729,
+ 2730, 2730, 2731, 2731, 2732, 2732, 2733, 2733, 2734, 2734,
+
+ 2736, 2736, 2736, 2737, 2737, 2737, 2738, 2738, 2738, 2740,
+ 2740, 2740, 2741, 2741, 2741, 2742, 2742, 2742, 2743, 2743,
+ 2743, 2744, 2744, 2745, 2745, 2745, 2746, 2746, 2746, 2747,
+ 2747, 2747, 2249, 947, 2249, 2249, 2752, 2752, 2753, 2753,
+ 2754, 2754, 2755, 2755, 2756, 2756, 2757, 2757, 2758, 2758,
+ 2759, 2759, 2759, 2760, 2760, 2760, 2761, 2761, 2761, 2762,
+ 2762, 2762, 2763, 2763, 2763, 2765, 2765, 2765, 2766, 2766,
+ 2766, 2767, 2767, 2767, 2768, 2768, 2251, 849, 2251, 2251,
+ 2772, 2772, 2773, 2773, 2775, 2775, 2776, 2776, 2778, 2778,
+ 2779, 2779, 2779, 2780, 2780, 2780, 2781, 2781, 2781, 2782,
+
+ 2782, 2782, 2783, 2783, 2783, 2784, 2784, 2784, 2342, 135,
+ 2342, 2342, 2789, 2789, 2790, 2790, 2793, 2793, 2794, 2794,
+ 2794, 2795, 2795, 2795, 2796, 2796, 2796, 2797, 2797, 2797,
+ 2341, 961, 2341, 2341, 2801, 2801, 2802, 2802, 2803, 2803,
+ 2803, 2804, 2804, 2804, 2343, 956, 2343, 2343, 2808, 2808,
+ 2808, 2422, 961, 2422, 2422, 2427, 956, 2427, 2427, 2423,
+ 135, 2423, 2423, 2494, 956, 2494, 2494, 2496, 956, 2496,
+ 2496, 2500, 954, 2500, 2500, 2556, 947, 2556, 2556, 2557,
+ 943, 2557, 2557, 2559, 135, 2559, 2559, 2611, 947, 2611,
+ 2611, 2610, 849, 2610, 2610, 2612, 947, 2612, 2612, 2656,
+
+ 849, 2656, 2656, 2665, 849, 2665, 2665, 2657, 943, 2657,
+ 2657, 2695, 135, 2695, 2695, 2700, 2893, 2700, 2700, 2704,
+ 918, 2704, 2704, 2726, 917, 2726, 2726, 2730, 916, 2730,
+ 2730, 2732, 915, 2732, 2732, 2755, 914, 2755, 2755, 2772,
+ 913, 2772, 2772, 2756, 136, 2756, 2756, 2775, 136, 2775,
+ 2775, 2790, 136, 2790, 2790, 2801, 136, 2801, 2801, 135,
+ 876, 868, 857, 876, 868, 857, 762, 135, 868, 863,
+ 762, 868, 863, 135, 863, 863, 135, 135, 857, 762,
+ 857, 762, 135, 762, 762, 135, 2893, 2893, 2893, 2893,
+ 2893, 826, 825, 824, 823, 822, 821, 2893, 2893, 808,
+
+ 136, 136, 789, 781, 771, 766, 135, 781, 775, 766,
+ 781, 775, 766, 135, 775, 775, 135, 772, 771, 766,
+ 135, 766, 766, 135, 758, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 733, 732, 731, 730, 729, 728, 2893,
+ 2893, 713, 136, 136, 136, 135, 694, 687, 680, 694,
+ 687, 680, 135, 687, 684, 687, 135, 684, 135, 680,
+ 680, 135, 670, 664, 663, 639, 634, 633, 632, 631,
+ 630, 629, 626, 611, 136, 136, 598, 591, 585, 135,
+ 591, 587, 591, 587, 135, 587, 585, 135, 575, 569,
+ 568, 543, 538, 537, 536, 535, 534, 533, 529, 514,
+
+ 136, 136, 135, 499, 494, 499, 494, 135, 494, 494,
+ 135, 483, 476, 475, 449, 433, 136, 408, 403, 135,
+ 403, 403, 135, 345, 337, 330, 136, 135, 320, 320,
+ 135, 243, 240, 238, 237, 236, 227, 135, 160, 146,
+ 144, 143, 142, 139, 136, 135, 44, 54, 52, 44,
+ 2893, 3, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893
} ;
-static yyconst flex_int16_t yy_chk[10845] =
+static yyconst flex_int16_t yy_chk[10921] =
{ 0,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
@@ -2972,1203 +2992,1211 @@ static yyconst flex_int16_t yy_chk[10845] =
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 5, 23,
- 1361, 5, 9, 9, 9, 9, 9, 11, 594, 11,
- 11, 11, 11, 11, 11, 12, 1362, 12, 12, 12,
+ 1386, 5, 9, 9, 9, 9, 9, 11, 613, 11,
+ 11, 11, 11, 11, 11, 12, 1387, 12, 12, 12,
12, 12, 12, 14, 14, 14, 14, 14, 14, 14,
- 14, 14, 14, 14, 14, 41, 277, 17, 41, 16,
- 14, 17, 50, 18, 21, 17, 24, 132, 120, 50,
- 23, 18, 594, 132, 16, 14, 14, 14, 14, 14,
- 14, 16, 277, 289, 289, 14, 18, 16, 52, 20,
- 18, 21, 18, 30, 120, 591, 602, 24, 277, 14,
+ 14, 14, 14, 14, 14, 42, 283, 17, 42, 16,
+ 14, 17, 51, 18, 21, 17, 24, 135, 123, 51,
+ 23, 18, 613, 135, 16, 14, 14, 14, 14, 14,
+ 14, 16, 283, 297, 297, 14, 18, 16, 53, 20,
+ 18, 21, 18, 31, 123, 21, 610, 24, 283, 14,
15, 15, 15, 15, 15, 15, 15, 15, 15, 15,
- 15, 15, 19, 22, 626, 21, 120, 24, 25, 25,
- 20, 26, 30, 19, 30, 88, 723, 25, 723, 22,
- 19, 20, 15, 15, 15, 15, 15, 15, 19, 52,
- 20, 602, 591, 598, 30, 19, 22, 19, 27, 27,
-
- 26, 1363, 22, 25, 19, 88, 15, 31, 25, 28,
- 626, 26, 29, 27, 22, 28, 26, 29, 32, 25,
- 34, 32, 26, 28, 130, 27, 88, 32, 598, 27,
- 33, 130, 31, 27, 33, 34, 31, 39, 27, 29,
- 62, 28, 39, 29, 33, 34, 31, 31, 28, 27,
- 28, 31, 29, 67, 29, 36, 31, 29, 31, 34,
- 28, 58, 36, 29, 38, 37, 37, 32, 39, 32,
- 38, 62, 64, 33, 60, 36, 63, 64, 38, 36,
- 37, 33, 66, 64, 134, 646, 36, 58, 39, 60,
- 134, 62, 37, 55, 55, 67, 38, 44, 44, 44,
-
- 44, 44, 66, 38, 67, 37, 46, 46, 46, 46,
- 46, 58, 219, 596, 63, 38, 37, 40, 225, 219,
- 55, 40, 40, 315, 225, 60, 156, 63, 40, 315,
- 40, 40, 646, 66, 1093, 47, 40, 47, 47, 47,
- 47, 47, 47, 40, 55, 65, 69, 40, 40, 1364,
- 156, 596, 1093, 40, 156, 40, 40, 82, 68, 48,
- 40, 48, 48, 48, 48, 48, 48, 40, 53, 53,
- 53, 53, 53, 53, 53, 53, 53, 53, 53, 53,
- 70, 73, 74, 77, 71, 75, 76, 69, 65, 68,
- 71, 83, 79, 78, 70, 81, 65, 69, 84, 82,
-
- 53, 53, 53, 53, 53, 53, 80, 85, 82, 68,
- 83, 75, 90, 87, 89, 90, 71, 84, 73, 86,
- 601, 96, 74, 77, 92, 76, 93, 91, 601, 1365,
- 75, 70, 73, 74, 77, 71, 78, 76, 79, 81,
- 87, 90, 83, 79, 78, 80, 81, 91, 86, 84,
- 85, 89, 86, 98, 95, 93, 94, 80, 85, 97,
- 95, 102, 100, 90, 87, 89, 99, 103, 92, 104,
- 86, 91, 96, 94, 101, 92, 105, 93, 91, 98,
- 107, 309, 94, 106, 99, 108, 95, 111, 309, 115,
- 182, 109, 1291, 104, 107, 1291, 102, 94, 98, 110,
-
- 112, 102, 104, 97, 94, 95, 100, 113, 99, 103,
- 97, 101, 102, 100, 111, 106, 101, 99, 103, 108,
- 106, 109, 105, 113, 106, 101, 106, 105, 110, 111,
- 115, 107, 114, 116, 106, 117, 108, 118, 111, 112,
- 115, 182, 109, 112, 117, 114, 121, 119, 389, 116,
- 110, 112, 615, 617, 123, 389, 976, 125, 113, 125,
- 125, 125, 125, 125, 317, 730, 1366, 730, 118, 976,
- 317, 126, 121, 126, 126, 126, 126, 126, 123, 615,
- 617, 151, 137, 114, 116, 123, 117, 148, 118, 119,
- 127, 121, 127, 127, 127, 127, 127, 127, 119, 124,
-
- 137, 124, 138, 128, 124, 128, 128, 128, 128, 128,
- 128, 133, 133, 133, 133, 133, 124, 142, 124, 144,
- 136, 151, 150, 150, 137, 124, 138, 124, 145, 698,
- 124, 148, 151, 137, 698, 138, 142, 147, 148, 152,
- 124, 154, 124, 136, 153, 149, 155, 1367, 144, 124,
- 135, 135, 135, 135, 135, 135, 135, 135, 135, 135,
- 135, 135, 158, 157, 147, 159, 145, 154, 142, 155,
- 144, 136, 149, 150, 160, 153, 161, 162, 152, 145,
- 164, 165, 135, 135, 135, 135, 135, 135, 147, 167,
- 152, 166, 154, 155, 169, 153, 149, 155, 157, 163,
-
- 163, 163, 168, 159, 171, 160, 158, 170, 172, 167,
- 171, 162, 165, 158, 157, 173, 159, 174, 175, 179,
- 164, 161, 168, 176, 1194, 160, 1194, 161, 162, 175,
- 166, 164, 165, 180, 1368, 1370, 184, 190, 169, 177,
- 167, 178, 166, 170, 187, 169, 173, 192, 176, 1373,
- 1378, 172, 163, 168, 175, 171, 179, 177, 170, 172,
- 181, 174, 186, 176, 180, 178, 173, 181, 174, 175,
- 179, 184, 188, 185, 178, 189, 191, 190, 187, 194,
- 192, 177, 193, 195, 180, 181, 186, 184, 190, 198,
- 177, 181, 185, 200, 186, 187, 201, 197, 192, 196,
-
- 181, 193, 202, 203, 199, 205, 206, 209, 204, 188,
- 195, 212, 200, 207, 208, 198, 185, 210, 207, 189,
- 191, 194, 600, 188, 185, 211, 189, 191, 197, 206,
- 194, 712, 201, 193, 195, 199, 196, 204, 203, 792,
- 198, 210, 205, 344, 200, 208, 202, 201, 197, 213,
- 196, 792, 732, 202, 203, 199, 205, 206, 209, 204,
- 712, 600, 212, 214, 207, 208, 344, 211, 210, 593,
- 214, 214, 732, 213, 344, 214, 211, 213, 215, 215,
- 215, 215, 215, 223, 223, 223, 223, 223, 214, 224,
- 224, 224, 224, 224, 214, 214, 228, 233, 229, 214,
-
- 593, 1382, 216, 214, 216, 216, 216, 216, 216, 216,
- 217, 229, 217, 217, 217, 217, 217, 217, 227, 227,
- 227, 227, 227, 227, 227, 227, 227, 227, 227, 227,
- 232, 228, 230, 234, 233, 235, 229, 236, 234, 237,
- 239, 240, 242, 241, 242, 243, 245, 228, 233, 229,
- 227, 227, 227, 227, 227, 227, 244, 230, 247, 251,
- 252, 232, 249, 253, 250, 791, 235, 1390, 1394, 791,
- 230, 241, 255, 236, 237, 245, 257, 256, 258, 266,
- 260, 232, 268, 240, 234, 259, 235, 243, 236, 239,
- 237, 239, 240, 242, 241, 250, 243, 245, 255, 249,
-
- 244, 262, 252, 256, 253, 254, 260, 244, 264, 247,
- 251, 252, 267, 249, 253, 250, 259, 254, 257, 263,
- 258, 261, 265, 255, 254, 263, 261, 257, 256, 258,
- 266, 260, 262, 268, 270, 270, 259, 603, 271, 272,
- 273, 1185, 274, 264, 275, 276, 278, 267, 279, 280,
- 283, 281, 262, 1185, 276, 285, 254, 1402, 282, 264,
- 286, 270, 638, 267, 271, 284, 265, 279, 274, 287,
- 263, 288, 261, 265, 272, 291, 294, 290, 295, 603,
- 276, 283, 292, 296, 275, 270, 285, 293, 271, 297,
- 272, 273, 274, 281, 638, 275, 276, 278, 282, 279,
-
- 280, 283, 281, 299, 287, 284, 285, 290, 286, 282,
- 288, 286, 300, 292, 301, 291, 284, 294, 293, 298,
- 287, 345, 288, 296, 297, 302, 291, 294, 290, 295,
- 293, 320, 319, 292, 296, 303, 361, 302, 293, 476,
- 297, 1408, 398, 303, 345, 298, 476, 303, 398, 323,
- 400, 302, 345, 401, 299, 1410, 400, 301, 488, 401,
- 361, 303, 302, 300, 488, 301, 1411, 490, 361, 303,
- 298, 319, 303, 490, 304, 302, 304, 304, 304, 304,
- 304, 322, 320, 319, 305, 303, 305, 305, 305, 305,
- 305, 306, 323, 306, 306, 306, 306, 306, 306, 307,
-
- 323, 307, 307, 307, 307, 307, 307, 318, 318, 318,
- 318, 318, 318, 318, 318, 318, 318, 318, 318, 324,
- 325, 327, 328, 329, 325, 322, 330, 326, 331, 896,
- 330, 334, 322, 333, 338, 340, 336, 341, 332, 318,
- 318, 318, 318, 318, 318, 333, 325, 326, 334, 335,
- 326, 339, 1195, 350, 1195, 342, 343, 348, 335, 324,
- 329, 346, 340, 347, 327, 896, 328, 350, 331, 355,
- 324, 325, 327, 328, 329, 332, 351, 330, 326, 331,
- 336, 352, 334, 338, 333, 338, 340, 336, 341, 332,
- 342, 343, 346, 339, 348, 347, 353, 357, 355, 354,
-
- 335, 358, 339, 359, 350, 360, 342, 343, 348, 363,
- 356, 365, 346, 356, 347, 351, 352, 354, 354, 636,
- 355, 367, 362, 357, 360, 373, 364, 351, 366, 368,
- 369, 365, 352, 353, 374, 370, 376, 377, 375, 356,
- 358, 379, 359, 382, 363, 357, 785, 353, 360, 368,
- 354, 380, 358, 362, 359, 364, 360, 366, 636, 369,
- 363, 356, 365, 374, 367, 370, 785, 383, 563, 378,
- 373, 805, 367, 362, 379, 563, 373, 364, 405, 366,
- 368, 369, 375, 378, 382, 374, 370, 376, 377, 375,
- 380, 384, 379, 383, 382, 385, 385, 385, 385, 385,
-
- 805, 407, 380, 404, 408, 1412, 386, 384, 386, 386,
- 386, 386, 386, 386, 406, 383, 411, 384, 410, 387,
- 378, 387, 387, 387, 387, 387, 387, 414, 415, 405,
- 1419, 384, 416, 404, 407, 412, 413, 417, 420, 384,
- 403, 403, 403, 403, 403, 403, 403, 403, 403, 403,
- 403, 403, 407, 410, 404, 408, 413, 406, 411, 415,
- 419, 418, 423, 421, 424, 406, 425, 411, 417, 410,
- 418, 414, 403, 403, 403, 403, 403, 403, 414, 415,
- 412, 416, 420, 416, 426, 436, 412, 413, 417, 420,
- 421, 427, 435, 438, 440, 441, 442, 444, 439, 443,
-
- 434, 491, 493, 425, 447, 419, 450, 491, 493, 1420,
- 448, 419, 418, 423, 421, 424, 434, 425, 439, 435,
- 434, 445, 426, 453, 444, 442, 441, 446, 436, 451,
- 450, 440, 445, 452, 449, 426, 436, 450, 443, 455,
- 447, 427, 427, 435, 438, 440, 441, 442, 444, 439,
- 443, 434, 446, 448, 449, 447, 454, 445, 451, 456,
- 457, 448, 458, 453, 459, 463, 459, 446, 462, 464,
- 466, 464, 445, 467, 453, 455, 497, 452, 449, 469,
- 451, 459, 465, 465, 452, 449, 494, 642, 695, 458,
- 455, 454, 494, 456, 471, 471, 471, 471, 471, 471,
-
- 498, 463, 457, 467, 1425, 462, 469, 454, 580, 470,
- 456, 457, 1427, 458, 580, 459, 463, 582, 470, 462,
- 464, 466, 583, 582, 467, 504, 695, 497, 583, 642,
- 469, 496, 500, 465, 470, 472, 472, 472, 472, 472,
- 472, 473, 470, 473, 473, 473, 473, 473, 473, 470,
- 474, 498, 474, 474, 474, 474, 474, 474, 495, 495,
- 495, 495, 495, 495, 495, 495, 495, 495, 495, 495,
- 500, 496, 501, 502, 503, 505, 504, 506, 511, 507,
- 508, 509, 496, 500, 507, 510, 513, 1428, 507, 515,
- 495, 495, 495, 495, 495, 495, 522, 506, 514, 508,
-
- 523, 527, 525, 532, 528, 524, 529, 501, 529, 503,
- 533, 502, 509, 530, 531, 536, 510, 1429, 505, 539,
- 515, 585, 511, 501, 502, 503, 505, 585, 506, 511,
- 507, 508, 509, 514, 524, 528, 510, 513, 522, 540,
- 515, 527, 523, 525, 531, 537, 532, 522, 538, 514,
- 537, 523, 527, 525, 532, 528, 524, 529, 535, 530,
- 535, 533, 539, 535, 530, 531, 536, 541, 542, 543,
- 539, 544, 545, 535, 538, 554, 537, 546, 724, 547,
- 548, 551, 552, 586, 553, 557, 587, 555, 540, 586,
- 540, 544, 587, 597, 538, 554, 537, 588, 622, 545,
-
- 543, 676, 1421, 588, 541, 678, 542, 676, 558, 535,
- 604, 678, 551, 552, 557, 1421, 724, 622, 541, 542,
- 543, 546, 544, 545, 547, 548, 554, 555, 546, 553,
- 547, 548, 551, 552, 558, 553, 557, 597, 555, 559,
- 559, 559, 559, 559, 560, 604, 560, 560, 560, 560,
- 560, 560, 599, 561, 558, 561, 561, 561, 561, 561,
- 561, 590, 590, 590, 590, 590, 590, 590, 590, 590,
- 590, 590, 590, 606, 614, 616, 621, 627, 624, 625,
- 623, 633, 629, 634, 637, 635, 643, 628, 649, 649,
- 649, 649, 649, 590, 590, 590, 590, 590, 590, 623,
-
- 599, 628, 639, 644, 654, 648, 616, 629, 806, 1430,
- 679, 654, 633, 689, 614, 637, 679, 606, 1431, 629,
- 635, 621, 624, 627, 625, 680, 628, 634, 681, 1432,
- 643, 680, 689, 639, 681, 644, 648, 806, 628, 650,
- 650, 650, 650, 650, 651, 691, 651, 651, 651, 651,
- 651, 651, 652, 692, 652, 652, 652, 652, 652, 652,
- 682, 683, 685, 686, 687, 693, 682, 683, 685, 686,
- 687, 688, 688, 688, 688, 688, 688, 688, 688, 688,
- 688, 688, 688, 694, 692, 691, 696, 697, 699, 700,
- 709, 710, 701, 714, 713, 715, 693, 717, 720, 722,
-
- 725, 728, 782, 688, 688, 688, 688, 688, 688, 718,
- 719, 721, 727, 731, 738, 802, 700, 786, 720, 699,
- 824, 738, 765, 710, 1433, 694, 713, 824, 765, 717,
- 696, 697, 701, 714, 709, 715, 784, 782, 1434, 722,
- 718, 719, 721, 725, 727, 731, 728, 802, 735, 720,
- 735, 735, 735, 735, 735, 735, 736, 786, 736, 736,
- 736, 736, 736, 736, 767, 768, 770, 771, 772, 774,
- 767, 768, 770, 771, 772, 774, 775, 776, 777, 778,
- 779, 784, 775, 776, 777, 778, 779, 781, 781, 781,
- 781, 781, 781, 781, 781, 781, 781, 781, 781, 787,
-
- 788, 789, 790, 793, 794, 801, 803, 808, 804, 807,
- 809, 812, 813, 814, 815, 818, 876, 816, 875, 781,
- 781, 781, 781, 781, 781, 820, 909, 817, 819, 855,
- 857, 788, 789, 790, 883, 855, 857, 803, 1435, 787,
- 804, 807, 1436, 794, 814, 801, 808, 793, 816, 815,
- 876, 1292, 809, 909, 1292, 858, 812, 813, 817, 819,
- 818, 858, 875, 1437, 1438, 883, 821, 820, 821, 821,
- 821, 821, 821, 821, 822, 874, 822, 822, 822, 822,
- 822, 822, 860, 861, 862, 863, 864, 865, 860, 861,
- 862, 863, 864, 865, 866, 867, 869, 870, 871, 872,
-
- 866, 867, 869, 870, 871, 872, 873, 873, 873, 873,
- 873, 873, 873, 873, 873, 873, 873, 873, 877, 878,
- 879, 884, 880, 881, 892, 874, 885, 893, 895, 899,
- 897, 901, 900, 904, 905, 906, 898, 902, 873, 873,
- 873, 873, 873, 873, 908, 885, 907, 998, 913, 972,
- 975, 949, 951, 892, 906, 913, 884, 949, 951, 895,
- 879, 1439, 893, 877, 880, 881, 897, 898, 878, 902,
- 1440, 1441, 1442, 899, 900, 901, 905, 904, 907, 998,
- 972, 1443, 1444, 977, 1445, 910, 908, 910, 910, 910,
- 910, 910, 910, 911, 975, 911, 911, 911, 911, 911,
-
- 911, 952, 954, 955, 956, 957, 959, 952, 954, 955,
- 956, 957, 959, 960, 961, 963, 964, 965, 966, 960,
- 961, 963, 964, 965, 966, 967, 968, 969, 977, 982,
- 974, 967, 968, 969, 971, 971, 971, 971, 971, 971,
- 971, 971, 971, 971, 971, 971, 978, 979, 980, 981,
- 989, 990, 991, 992, 994, 995, 996, 993, 999, 1002,
- 1000, 1076, 1001, 1003, 1074, 1097, 971, 971, 971, 971,
- 971, 971, 974, 1004, 1008, 1087, 1089, 1048, 982, 1000,
- 990, 1008, 1003, 1048, 992, 978, 979, 980, 993, 981,
- 989, 1002, 1076, 999, 991, 1089, 994, 1001, 995, 1446,
-
- 1097, 996, 1004, 1005, 1074, 1005, 1005, 1005, 1005, 1005,
- 1005, 1006, 1087, 1006, 1006, 1006, 1006, 1006, 1006, 1050,
- 1051, 1052, 1053, 1054, 1055, 1050, 1051, 1052, 1053, 1054,
- 1055, 1057, 1058, 1059, 1060, 1061, 1062, 1057, 1058, 1059,
- 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1068, 1069, 1063,
- 1064, 1065, 1066, 1068, 1069, 1070, 1071, 1077, 1078, 1079,
- 1080, 1070, 1071, 1072, 1072, 1072, 1072, 1072, 1072, 1072,
- 1072, 1072, 1072, 1072, 1072, 1081, 1082, 1088, 1090, 1091,
- 1094, 1095, 1098, 1088, 1092, 1078, 1079, 1096, 1101, 1099,
- 1100, 1182, 1183, 1080, 1405, 1072, 1072, 1072, 1072, 1072,
-
- 1072, 1077, 1102, 1092, 1102, 1102, 1102, 1102, 1102, 1102,
- 1105, 1209, 1095, 1447, 1081, 1082, 1448, 1105, 1209, 1094,
- 1099, 1405, 1090, 1091, 1101, 1100, 1449, 1096, 1182, 1183,
- 1450, 1103, 1098, 1103, 1103, 1103, 1103, 1103, 1103, 1150,
- 1152, 1153, 1155, 1156, 1157, 1150, 1152, 1153, 1155, 1156,
- 1157, 1159, 1160, 1161, 1162, 1163, 1164, 1159, 1160, 1161,
- 1162, 1163, 1164, 1166, 1167, 1168, 1170, 1171, 1172, 1166,
- 1167, 1168, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1179,
- 1180, 1173, 1174, 1175, 1176, 1178, 1178, 1178, 1178, 1178,
- 1178, 1178, 1178, 1178, 1178, 1178, 1178, 1184, 1186, 1192,
-
- 1193, 1196, 1197, 1199, 1200, 1201, 1202, 1198, 1203, 1204,
- 1258, 1205, 1298, 1290, 1409, 1293, 1258, 1178, 1178, 1178,
- 1178, 1178, 1178, 1180, 1179, 1198, 1260, 1186, 1261, 1451,
- 1303, 1452, 1260, 1197, 1261, 1193, 1196, 1202, 1263, 1192,
- 1453, 1184, 1264, 1200, 1263, 1199, 1205, 1265, 1264, 1293,
- 1203, 1266, 1409, 1265, 1298, 1201, 1290, 1266, 1206, 1204,
- 1206, 1206, 1206, 1206, 1206, 1206, 1207, 1303, 1207, 1207,
- 1207, 1207, 1207, 1207, 1267, 1268, 1269, 1270, 1272, 1273,
- 1267, 1268, 1269, 1270, 1272, 1273, 1274, 1275, 1276, 1277,
- 1278, 1279, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281,
-
- 1282, 1284, 1285, 1286, 1280, 1281, 1282, 1284, 1285, 1286,
- 1287, 1289, 1294, 1299, 1300, 1301, 1287, 1288, 1288, 1288,
- 1288, 1288, 1288, 1288, 1288, 1288, 1288, 1288, 1288, 1302,
- 1304, 1306, 1311, 1307, 1310, 1312, 1315, 1312, 1312, 1312,
- 1312, 1312, 1312, 1315, 1289, 1454, 1413, 1294, 1426, 1288,
- 1288, 1288, 1288, 1288, 1288, 1426, 1369, 1455, 1456, 1300,
- 1301, 1304, 1369, 1299, 1307, 1310, 1371, 1372, 1457, 1374,
- 1375, 1311, 1371, 1372, 1306, 1374, 1375, 1413, 1313, 1302,
- 1313, 1313, 1313, 1313, 1313, 1313, 1376, 1377, 1379, 1380,
- 1381, 1383, 1376, 1377, 1379, 1380, 1381, 1383, 1384, 1385,
-
- 1386, 1387, 1388, 1389, 1384, 1385, 1386, 1387, 1388, 1389,
- 1391, 1392, 1393, 1395, 1396, 1397, 1391, 1392, 1393, 1395,
- 1396, 1397, 1398, 1399, 1400, 1401, 1404, 1406, 1398, 1399,
- 1400, 1401, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403,
- 1403, 1403, 1403, 1403, 1407, 1414, 1415, 1417, 1416, 1418,
- 1422, 1458, 1459, 1460, 1406, 1461, 1462, 1463, 1464, 1465,
- 1404, 1466, 1467, 1468, 1403, 1403, 1403, 1403, 1403, 1403,
- 1469, 1407, 1470, 1471, 1472, 1473, 1474, 1414, 1415, 1416,
- 1475, 1476, 1417, 1422, 1423, 1477, 1423, 1423, 1423, 1423,
- 1423, 1423, 1418, 1424, 1478, 1424, 1424, 1424, 1424, 1424,
-
- 1424, 1479, 1480, 1481, 1482, 1483, 1484, 1485, 1486, 1487,
- 1488, 1489, 1484, 1490, 1486, 1487, 1488, 1489, 1491, 1490,
- 1492, 1493, 1494, 1495, 1491, 1496, 1497, 1493, 1494, 1495,
- 1498, 1496, 1497, 1499, 1500, 1501, 1498, 1502, 1503, 1499,
- 1500, 1501, 1504, 1502, 1505, 1506, 1507, 1508, 1504, 1509,
- 1505, 1506, 1507, 1508, 1510, 1509, 1511, 1512, 1513, 1514,
- 1510, 1515, 1511, 1512, 1513, 1514, 1516, 1517, 1518, 1519,
- 1521, 1522, 1516, 1517, 1518, 1519, 1520, 1520, 1520, 1520,
- 1520, 1520, 1520, 1520, 1520, 1520, 1520, 1520, 1523, 1524,
- 1525, 1526, 1527, 1528, 1529, 1530, 1532, 1533, 1535, 1538,
-
- 1539, 1531, 1534, 1540, 1522, 1541, 1542, 1539, 1520, 1520,
- 1520, 1520, 1520, 1520, 1531, 1543, 1544, 1523, 1524, 1545,
- 1546, 1547, 1548, 1532, 1549, 1525, 1529, 1530, 1536, 1534,
- 1536, 1536, 1536, 1536, 1536, 1536, 1537, 1550, 1537, 1537,
- 1537, 1537, 1537, 1537, 1551, 1552, 1533, 1553, 1554, 1555,
- 1556, 1557, 1558, 1559, 1560, 1561, 1562, 1563, 1564, 1565,
- 1566, 1567, 1568, 1569, 1570, 1571, 1572, 1573, 1574, 1575,
- 1576, 1577, 1578, 1579, 1580, 1581, 1582, 1583, 1584, 1585,
- 1586, 1587, 1588, 1589, 1590, 1591, 1592, 1593, 1594, 1595,
- 1596, 1597, 1598, 1599, 1600, 1601, 1602, 1603, 1604, 1605,
-
- 1600, 1606, 1602, 1603, 1607, 1605, 1608, 1606, 1609, 1610,
- 1607, 1611, 1612, 1613, 1609, 1610, 1614, 1611, 1612, 1613,
- 1615, 1616, 1614, 1617, 1618, 1619, 1620, 1616, 1621, 1617,
- 1618, 1622, 1620, 1623, 1621, 1624, 1625, 1622, 1626, 1623,
- 1627, 1624, 1625, 1628, 1626, 1629, 1630, 1631, 1632, 1628,
- 1633, 1629, 1630, 1634, 1632, 1635, 1633, 1636, 1637, 1634,
- 1638, 1635, 1639, 1636, 1637, 1641, 1638, 1640, 1640, 1640,
- 1640, 1640, 1640, 1640, 1640, 1640, 1640, 1640, 1640, 1642,
- 1643, 1644, 1645, 1646, 1647, 1648, 1652, 1651, 1655, 1657,
- 1649, 1650, 1658, 1659, 1660, 1655, 1641, 1661, 1662, 1640,
-
- 1640, 1640, 1640, 1640, 1640, 1653, 1664, 1653, 1653, 1653,
- 1653, 1653, 1653, 1642, 1643, 1647, 1648, 1649, 1665, 1650,
- 1656, 1663, 1666, 1667, 1668, 1644, 1651, 1656, 1663, 1669,
- 1670, 1671, 1672, 1654, 1652, 1654, 1654, 1654, 1654, 1654,
- 1654, 1673, 1674, 1675, 1676, 1677, 1678, 1679, 1680, 1681,
- 1682, 1683, 1684, 1685, 1686, 1687, 1688, 1689, 1690, 1691,
- 1692, 1693, 1694, 1695, 1696, 1697, 1698, 1699, 1700, 1701,
- 1702, 1703, 1704, 1705, 1706, 1707, 1708, 1709, 1710, 1711,
- 1712, 1713, 1714, 1715, 1716, 1717, 1718, 1719, 1720, 1721,
- 1722, 1723, 1724, 1719, 1725, 1721, 1722, 1726, 1724, 1727,
-
- 1725, 1728, 1729, 1726, 1730, 1727, 1731, 1728, 1729, 1732,
- 1730, 1733, 1731, 1734, 1735, 1736, 1737, 1733, 1738, 1734,
- 1735, 1736, 1737, 1739, 1738, 1740, 1741, 1742, 1743, 1739,
- 1744, 1740, 1741, 1742, 1743, 1745, 1746, 1747, 1748, 1749,
- 1750, 1745, 1746, 1747, 1748, 1749, 1750, 1751, 1752, 1753,
- 1754, 1755, 1756, 1751, 1752, 1753, 1754, 1755, 1757, 1758,
- 1759, 1760, 1763, 1762, 1757, 1758, 1759, 1760, 1761, 1761,
- 1761, 1761, 1761, 1761, 1761, 1761, 1761, 1761, 1761, 1761,
- 1764, 1765, 1766, 1767, 1768, 1769, 1770, 1771, 1772, 1773,
- 1776, 1777, 1778, 1763, 1779, 1780, 1773, 1776, 1781, 1782,
-
- 1761, 1761, 1761, 1761, 1761, 1761, 1762, 1783, 1784, 1785,
- 1786, 1764, 1787, 1788, 1789, 1790, 1774, 1772, 1774, 1774,
- 1774, 1774, 1774, 1774, 1771, 1791, 1768, 1769, 1792, 1793,
- 1794, 1795, 1796, 1775, 1770, 1775, 1775, 1775, 1775, 1775,
- 1775, 1797, 1798, 1799, 1800, 1801, 1802, 1803, 1804, 1805,
- 1806, 1807, 1808, 1809, 1810, 1811, 1812, 1813, 1814, 1815,
- 1816, 1817, 1818, 1819, 1820, 1821, 1822, 1823, 1824, 1825,
- 1826, 1827, 1828, 1829, 1830, 1831, 1832, 1833, 1834, 1835,
- 1836, 1837, 1838, 1839, 1840, 1841, 1842, 1843, 1844, 1845,
- 1840, 1846, 1842, 1843, 1844, 1845, 1847, 1846, 1848, 1849,
-
- 1850, 1851, 1852, 1853, 1848, 1849, 1850, 1854, 1852, 1853,
- 1855, 1856, 1857, 1854, 1858, 1859, 1855, 1856, 1857, 1860,
- 1858, 1861, 1862, 1863, 1864, 1860, 1865, 1861, 1862, 1866,
- 1864, 1867, 1865, 1868, 1869, 1866, 1870, 1867, 1871, 1868,
- 1869, 1872, 1870, 1873, 1874, 1875, 1876, 1872, 1877, 1873,
- 1874, 1878, 1876, 1879, 1877, 1880, 1881, 1878, 1882, 1879,
- 1883, 1880, 1881, 1885, 1882, 1884, 1884, 1884, 1884, 1884,
- 1884, 1884, 1884, 1884, 1884, 1884, 1884, 1886, 1887, 1888,
- 1889, 1890, 1891, 1892, 1893, 1894, 1895, 1898, 1899, 1896,
- 1892, 1896, 1896, 1896, 1896, 1896, 1896, 1884, 1884, 1884,
-
- 1884, 1884, 1884, 1897, 1900, 1897, 1897, 1897, 1897, 1897,
- 1897, 1901, 1902, 1903, 1904, 1893, 1905, 1906, 1907, 1908,
- 1909, 1910, 1911, 1912, 1913, 1914, 1915, 1916, 1895, 1917,
- 1918, 1919, 1920, 1921, 1922, 1923, 1924, 1925, 1926, 1927,
- 1928, 1929, 1930, 1931, 1932, 1933, 1934, 1935, 1936, 1937,
- 1938, 1939, 1940, 1941, 1942, 1943, 1944, 1945, 1946, 1947,
- 1948, 1949, 1950, 1951, 1952, 1953, 1954, 1955, 1956, 1957,
- 1958, 1959, 1960, 1961, 1962, 1963, 1964, 1959, 1960, 1961,
- 1962, 1965, 1964, 1966, 1967, 1968, 1969, 1965, 1970, 1966,
- 1967, 1968, 1969, 1971, 1970, 1972, 1973, 1974, 1975, 1971,
-
- 1976, 1972, 1973, 1977, 1975, 1978, 1976, 1979, 1980, 1977,
- 1981, 1978, 1982, 1979, 1980, 1983, 1981, 1984, 1982, 1985,
- 1986, 1983, 1987, 1984, 1988, 1985, 1989, 1990, 1987, 1991,
- 1988, 1992, 1989, 1990, 1993, 1991, 1994, 1992, 1995, 1996,
- 1993, 1997, 1994, 1998, 1995, 1996, 1999, 1997, 2000, 2001,
- 2002, 2004, 1999, 2005, 2000, 2001, 2002, 2003, 2003, 2003,
- 2003, 2003, 2003, 2003, 2003, 2003, 2003, 2003, 2003, 2006,
- 2007, 2009, 2008, 2009, 2009, 2009, 2009, 2009, 2009, 2010,
- 2011, 2010, 2010, 2010, 2010, 2010, 2010, 2012, 2013, 2003,
- 2003, 2003, 2003, 2003, 2003, 2014, 2015, 2016, 2017, 2018,
-
- 2019, 2020, 2021, 2022, 2023, 2024, 2025, 2026, 2027, 2028,
- 2029, 2006, 2008, 2030, 2031, 2032, 2033, 2034, 2035, 2036,
- 2037, 2038, 2039, 2040, 2041, 2042, 2043, 2044, 2045, 2046,
- 2047, 2048, 2049, 2050, 2051, 2052, 2053, 2054, 2055, 2056,
- 2057, 2058, 2059, 2060, 2061, 2062, 2063, 2064, 2065, 2066,
- 2067, 2068, 2069, 2070, 2071, 2072, 2073, 2074, 2069, 2070,
- 2071, 2072, 2073, 2074, 2075, 2076, 2077, 2078, 2079, 2080,
- 2081, 2076, 2077, 2078, 2082, 2080, 2081, 2083, 2084, 2085,
- 2082, 2086, 2087, 2083, 2084, 2085, 2088, 2086, 2089, 2090,
- 2091, 2092, 2088, 2093, 2089, 2090, 2094, 2092, 2095, 2093,
-
- 2096, 2097, 2094, 2098, 2095, 2099, 2096, 2097, 2100, 2098,
- 2101, 2102, 2103, 2104, 2100, 2105, 2101, 2102, 2106, 2104,
- 2107, 2105, 2108, 2109, 2106, 2110, 2107, 2111, 2108, 2109,
- 2113, 2110, 2112, 2112, 2112, 2112, 2112, 2112, 2112, 2112,
- 2112, 2112, 2112, 2112, 2114, 2115, 2116, 2117, 2119, 2117,
- 2117, 2117, 2117, 2117, 2117, 2118, 2120, 2118, 2118, 2118,
- 2118, 2118, 2118, 2121, 2112, 2112, 2112, 2112, 2112, 2112,
- 2122, 2123, 2124, 2125, 2126, 2127, 2128, 2129, 2130, 2131,
- 2132, 2133, 2134, 2135, 2136, 2115, 2137, 2138, 2139, 2140,
- 2141, 2142, 2143, 2116, 2144, 2145, 2146, 2147, 2148, 2149,
-
- 2150, 2151, 2152, 2153, 2154, 2155, 2156, 2157, 2158, 2159,
- 2160, 2161, 2162, 2163, 2164, 2165, 2166, 2167, 2168, 2169,
- 2170, 2171, 2172, 2173, 2174, 2175, 2176, 2177, 2178, 2173,
- 2174, 2175, 2176, 2177, 2178, 2179, 2180, 2181, 2182, 2183,
- 2184, 2179, 2180, 2181, 2182, 2185, 2184, 2186, 2187, 2188,
- 2189, 2185, 2190, 2186, 2187, 2188, 2189, 2191, 2190, 2192,
- 2193, 2194, 2195, 2191, 2196, 2192, 2193, 2194, 2197, 2198,
- 2196, 2199, 2200, 2201, 2197, 2198, 2202, 2199, 2200, 2201,
- 2203, 2204, 2202, 2205, 2206, 2207, 2203, 2204, 2208, 2205,
- 2206, 2209, 2210, 2211, 2208, 2213, 2214, 2209, 2210, 2211,
-
- 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212,
- 2212, 2212, 2215, 2216, 2217, 2219, 2217, 2217, 2217, 2217,
- 2217, 2217, 2218, 2220, 2218, 2218, 2218, 2218, 2218, 2218,
- 2221, 2222, 2212, 2212, 2212, 2212, 2212, 2212, 2223, 2224,
- 2225, 2226, 2227, 2228, 2229, 2230, 2231, 2232, 2233, 2234,
- 2235, 2236, 2216, 2237, 2238, 2239, 2240, 2216, 2241, 2215,
- 2242, 2238, 2243, 2244, 2245, 2246, 2247, 2248, 2249, 2250,
- 2251, 2252, 2253, 2254, 2255, 2256, 2257, 2258, 2259, 2260,
- 2261, 2262, 2263, 2264, 2265, 2266, 2267, 2268, 2269, 2270,
- 2271, 2272, 2267, 2268, 2269, 2273, 2271, 2272, 2274, 2275,
-
- 2276, 2273, 2277, 2278, 2274, 2275, 2276, 2279, 2277, 2278,
- 2280, 2281, 2282, 2283, 2284, 2285, 2280, 2281, 2282, 2286,
- 2284, 2285, 2287, 2288, 2289, 2286, 2290, 2291, 2287, 2288,
- 2289, 2292, 2290, 2293, 2294, 2295, 2296, 2292, 2297, 2293,
- 2294, 2298, 2296, 2299, 2297, 2300, 2301, 2298, 2302, 2299,
- 2303, 2300, 2301, 2307, 2302, 2304, 2304, 2304, 2304, 2304,
- 2304, 2304, 2304, 2304, 2304, 2304, 2304, 2308, 2309, 2310,
- 2312, 2310, 2310, 2310, 2310, 2310, 2310, 2311, 2313, 2311,
- 2311, 2311, 2311, 2311, 2311, 2314, 2315, 2304, 2304, 2304,
- 2304, 2304, 2304, 2316, 2317, 2318, 2319, 2307, 2320, 2321,
-
- 2322, 2323, 2309, 2324, 2325, 2326, 2327, 2328, 2329, 2330,
- 2331, 2332, 2333, 2334, 2335, 2336, 2337, 2338, 2339, 2340,
- 2341, 2342, 2343, 2344, 2345, 2346, 2347, 2348, 2349, 2350,
- 2351, 2352, 2353, 2354, 2355, 2356, 2357, 2358, 2359, 2354,
- 2355, 2356, 2357, 2358, 2360, 2361, 2362, 2363, 2364, 2365,
- 2360, 2361, 2362, 2363, 2364, 2365, 2366, 2367, 2368, 2369,
- 2370, 2371, 2366, 2367, 2368, 2369, 2370, 2372, 2373, 2374,
- 2375, 2376, 2377, 2372, 2373, 2374, 2375, 2376, 2377, 2378,
- 2379, 2380, 2381, 2382, 2383, 2378, 2379, 2380, 2381, 2382,
- 2384, 2385, 2386, 2387, 2389, 2390, 2384, 2385, 2386, 2387,
-
- 2388, 2388, 2388, 2388, 2388, 2388, 2388, 2388, 2388, 2388,
- 2388, 2388, 2391, 2393, 2391, 2391, 2391, 2391, 2391, 2391,
- 2392, 2394, 2392, 2392, 2392, 2392, 2392, 2392, 2389, 2395,
- 2396, 2397, 2388, 2388, 2388, 2388, 2388, 2388, 2398, 2399,
- 2400, 2401, 2402, 2403, 2404, 2405, 2406, 2407, 2408, 2409,
- 2410, 2411, 2412, 2413, 2414, 2415, 2416, 2417, 2418, 2419,
- 2420, 2421, 2422, 2423, 2424, 2425, 2426, 2427, 2428, 2429,
- 2430, 2431, 2432, 2433, 2434, 2435, 2430, 2431, 2432, 2433,
- 2434, 2435, 2436, 2437, 2438, 2439, 2440, 2441, 2442, 2437,
- 2438, 2439, 2443, 2441, 2442, 2444, 2445, 2446, 2443, 2447,
-
- 2448, 2444, 2445, 2446, 2449, 2447, 2450, 2451, 2452, 2453,
- 2449, 2454, 2450, 2451, 2455, 2453, 2456, 2454, 2457, 2458,
- 2455, 2459, 2456, 2460, 2457, 2458, 2462, 2459, 2461, 2461,
- 2461, 2461, 2461, 2461, 2461, 2461, 2461, 2461, 2461, 2461,
- 2463, 2465, 2463, 2463, 2463, 2463, 2463, 2463, 2464, 2466,
- 2464, 2464, 2464, 2464, 2464, 2464, 2467, 2468, 2469, 2470,
- 2461, 2461, 2461, 2461, 2461, 2461, 2471, 2472, 2473, 2474,
- 2475, 2476, 2477, 2478, 2479, 2480, 2481, 2482, 2483, 2484,
- 2485, 2486, 2487, 2488, 2489, 2490, 2491, 2492, 2493, 2494,
- 2495, 2496, 2497, 2498, 2499, 2500, 2501, 2502, 2497, 2498,
-
- 2499, 2500, 2501, 2502, 2503, 2504, 2505, 2506, 2507, 2508,
- 2503, 2504, 2505, 2506, 2509, 2508, 2510, 2511, 2512, 2513,
- 2509, 2514, 2510, 2511, 2512, 2513, 2515, 2514, 2516, 2517,
- 2518, 2519, 2515, 2520, 2516, 2517, 2518, 2521, 2522, 2520,
- 2523, 2527, 2528, 2521, 2522, 2529, 2523, 2524, 2524, 2524,
- 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2525,
- 2530, 2525, 2525, 2525, 2525, 2525, 2525, 2526, 2531, 2526,
- 2526, 2526, 2526, 2526, 2526, 2532, 2533, 2534, 2535, 2524,
- 2524, 2524, 2524, 2524, 2524, 2536, 2537, 2538, 2539, 2540,
- 2541, 2542, 2543, 2544, 2545, 2546, 2547, 2548, 2549, 2550,
-
- 2551, 2552, 2553, 2554, 2555, 2556, 2557, 2558, 2553, 2554,
- 2555, 2559, 2557, 2558, 2560, 2561, 2562, 2559, 2563, 2564,
- 2560, 2561, 2562, 2565, 2563, 2564, 2566, 2567, 2568, 2569,
- 2570, 2571, 2566, 2567, 2568, 2572, 2570, 2571, 2573, 2574,
- 2575, 2572, 2576, 2577, 2573, 2574, 2575, 2581, 2576, 2578,
- 2578, 2578, 2578, 2578, 2578, 2578, 2578, 2578, 2578, 2578,
- 2578, 2579, 2582, 2579, 2579, 2579, 2579, 2579, 2579, 2580,
- 2583, 2580, 2580, 2580, 2580, 2580, 2580, 2584, 2585, 2586,
- 2587, 2578, 2578, 2578, 2578, 2578, 2578, 2588, 2589, 2590,
- 2591, 2592, 2593, 2594, 2595, 2596, 2597, 2598, 2599, 2600,
-
- 2601, 2602, 2603, 2604, 2605, 2606, 2607, 2602, 2603, 2604,
- 2605, 2606, 2608, 2609, 2610, 2611, 2612, 2613, 2608, 2609,
- 2610, 2611, 2612, 2613, 2614, 2615, 2616, 2617, 2618, 2619,
- 2614, 2615, 2616, 2617, 2618, 2620, 2621, 2622, 2623, 2627,
- 2628, 2620, 2621, 2622, 2623, 2624, 2624, 2624, 2624, 2624,
- 2624, 2624, 2624, 2624, 2624, 2624, 2624, 2625, 2629, 2625,
- 2625, 2625, 2625, 2625, 2625, 2626, 2630, 2626, 2626, 2626,
- 2626, 2626, 2626, 2631, 2632, 2633, 2634, 2624, 2624, 2624,
- 2624, 2624, 2624, 2635, 2636, 2637, 2638, 2639, 2640, 2641,
- 2642, 2643, 2644, 2645, 2646, 2647, 2648, 2649, 2644, 2645,
-
- 2646, 2647, 2648, 2649, 2650, 2651, 2652, 2653, 2654, 2655,
- 2656, 2651, 2652, 2653, 2657, 2655, 2656, 2658, 2659, 2660,
- 2657, 2661, 2662, 2658, 2659, 2660, 2666, 2661, 2663, 2663,
- 2663, 2663, 2663, 2663, 2663, 2663, 2663, 2663, 2663, 2663,
- 2664, 2667, 2664, 2664, 2664, 2664, 2664, 2664, 2665, 2668,
- 2665, 2665, 2665, 2665, 2665, 2665, 2669, 2670, 2671, 2672,
- 2663, 2663, 2663, 2663, 2663, 2663, 2673, 2674, 2675, 2676,
- 2677, 2678, 2679, 2680, 2681, 2682, 2683, 2684, 2679, 2680,
- 2681, 2682, 2683, 2684, 2685, 2686, 2687, 2688, 2689, 2690,
- 2685, 2686, 2687, 2688, 2691, 2690, 2692, 2693, 2697, 2698,
-
- 2691, 2699, 2692, 2693, 2694, 2694, 2694, 2694, 2694, 2694,
- 2694, 2694, 2694, 2694, 2694, 2694, 2695, 2700, 2695, 2695,
- 2695, 2695, 2695, 2695, 2696, 2701, 2696, 2696, 2696, 2696,
- 2696, 2696, 2702, 2703, 2704, 2705, 2694, 2694, 2694, 2694,
- 2694, 2694, 2706, 2707, 2708, 2709, 2710, 2711, 2712, 2707,
- 2708, 2709, 2713, 2711, 2712, 2714, 2715, 2716, 2713, 2717,
- 2718, 2714, 2715, 2716, 2719, 2717, 2718, 2720, 2720, 2720,
- 2720, 2720, 2723, 2720, 2720, 2720, 2720, 2720, 2720, 2721,
- 2724, 2721, 2721, 2721, 2721, 2721, 2721, 2722, 2725, 2722,
- 2722, 2722, 2722, 2722, 2722, 2726, 2727, 2728, 2729, 2720,
-
- 2720, 2720, 2720, 2720, 2720, 2730, 2731, 2732, 2733, 2734,
- 2735, 2730, 2731, 2732, 2733, 2734, 2736, 2737, 2738, 2739,
- 2743, 2744, 2736, 2737, 2738, 2739, 2740, 2740, 2740, 2740,
- 2740, 2740, 2740, 2740, 2740, 2740, 2740, 2740, 2741, 2745,
- 2741, 2741, 2741, 2741, 2741, 2741, 2742, 2746, 2742, 2742,
- 2742, 2742, 2742, 2742, 2747, 2749, 2756, 2760, 2740, 2740,
- 2740, 2740, 2740, 2740, 2748, 2748, 2748, 2748, 2748, 2750,
- 2751, 2752, 2753, 2754, 2755, 2750, 2751, 2752, 2753, 2754,
- 2755, 2757, 2757, 2757, 2757, 2757, 2761, 2757, 2757, 2757,
- 2757, 2757, 2757, 2758, 2764, 2758, 2758, 2758, 2758, 2758,
-
- 2758, 2759, 2772, 2759, 2759, 2759, 2759, 2759, 2759, 2773,
- 1360, 1359, 1358, 2757, 2757, 2757, 2757, 2757, 2757, 2762,
- 2762, 2762, 2762, 2762, 2763, 2763, 2763, 2763, 2763, 2765,
- 2766, 2767, 2768, 1357, 1356, 2765, 2766, 2767, 2768, 2769,
- 2769, 2769, 2769, 2769, 1355, 2769, 2769, 2769, 2769, 2769,
- 2769, 2770, 1354, 2770, 2770, 2770, 2770, 2770, 2770, 2771,
- 1353, 2771, 2771, 2771, 2771, 2771, 2771, 1352, 1351, 1350,
- 1349, 2769, 2769, 2769, 2769, 2769, 2769, 2774, 2775, 1348,
- 1347, 1346, 1345, 2774, 2775, 2776, 2776, 2776, 2776, 2776,
- 1344, 2776, 2776, 2776, 2776, 2776, 2776, 2777, 1343, 2777,
-
- 2777, 2777, 2777, 2777, 2777, 2778, 1342, 2778, 2778, 2778,
- 2778, 2778, 2778, 1341, 1340, 1339, 1338, 2776, 2776, 2776,
- 2776, 2776, 2776, 2779, 1337, 1336, 1335, 1334, 1333, 2779,
- 2780, 2780, 2780, 2780, 2780, 2780, 2780, 2780, 2780, 2780,
- 2780, 2780, 2781, 1332, 2781, 2781, 2781, 2781, 2781, 2781,
- 2782, 1331, 2782, 2782, 2782, 2782, 2782, 2782, 1330, 1329,
- 1328, 1327, 2780, 2780, 2780, 2780, 2780, 2780, 2783, 2783,
- 2783, 2783, 2783, 1326, 2783, 2783, 2783, 2783, 2783, 2783,
- 2784, 1325, 2784, 2784, 2784, 2784, 2784, 2784, 2785, 1324,
- 2785, 2785, 2785, 2785, 2785, 2785, 1323, 1322, 1321, 1320,
-
- 2783, 2783, 2783, 2783, 2783, 2783, 2786, 2786, 2786, 2786,
- 2786, 1319, 2786, 2786, 2786, 2786, 2786, 2786, 2787, 1318,
- 2787, 2787, 2787, 2787, 2787, 2787, 2788, 1317, 2788, 2788,
- 2788, 2788, 2788, 2788, 1316, 1314, 1309, 1308, 2786, 2786,
- 2786, 2786, 2786, 2786, 2789, 2789, 2789, 2789, 2789, 1305,
- 2789, 2789, 2789, 2789, 2789, 2789, 2790, 1297, 2790, 2790,
- 2790, 2790, 2790, 2790, 2791, 1296, 2791, 2791, 2791, 2791,
- 2791, 2791, 1295, 1283, 1271, 1262, 2789, 2789, 2789, 2789,
- 2789, 2789, 2792, 2792, 2792, 2792, 2792, 2792, 2792, 2792,
- 2792, 2792, 2792, 2792, 2793, 1259, 2793, 2793, 2793, 2793,
-
- 2793, 2793, 2794, 1257, 2794, 2794, 2794, 2794, 2794, 2794,
- 1256, 1255, 1254, 1253, 2792, 2792, 2792, 2792, 2792, 2792,
- 2795, 2795, 2795, 2795, 2795, 1252, 2795, 2795, 2795, 2795,
- 2795, 2795, 2796, 1251, 2796, 2796, 2796, 2796, 2796, 2796,
- 2797, 1250, 2797, 2797, 2797, 2797, 2797, 2797, 1249, 1248,
- 1247, 1246, 2795, 2795, 2795, 2795, 2795, 2795, 2798, 2798,
- 2798, 2798, 2798, 1245, 2798, 2798, 2798, 2798, 2798, 2798,
- 2799, 1244, 2799, 2799, 2799, 2799, 2799, 2799, 2800, 1243,
- 2800, 2800, 2800, 2800, 2800, 2800, 1242, 1241, 1240, 1239,
- 2798, 2798, 2798, 2798, 2798, 2798, 2801, 2801, 2801, 2801,
-
- 2801, 1238, 2801, 2801, 2801, 2801, 2801, 2801, 2802, 1237,
- 2802, 2802, 2802, 2802, 2802, 2802, 2803, 1236, 2803, 2803,
- 2803, 2803, 2803, 2803, 1235, 1234, 1233, 1232, 2801, 2801,
- 2801, 2801, 2801, 2801, 2804, 2804, 2804, 2804, 2804, 2804,
- 2804, 2804, 2804, 2804, 2804, 2804, 2805, 1231, 2805, 2805,
- 2805, 2805, 2805, 2805, 2806, 1230, 2806, 2806, 2806, 2806,
- 2806, 2806, 1229, 1228, 1227, 1226, 2804, 2804, 2804, 2804,
- 2804, 2804, 2807, 2807, 2807, 2807, 2807, 1225, 2807, 2807,
- 2807, 2807, 2807, 2807, 2808, 1224, 2808, 2808, 2808, 2808,
- 2808, 2808, 2809, 1223, 2809, 2809, 2809, 2809, 2809, 2809,
-
- 1222, 1221, 1220, 1219, 2807, 2807, 2807, 2807, 2807, 2807,
- 2810, 2810, 2810, 2810, 2810, 1218, 2810, 2810, 2810, 2810,
- 2810, 2810, 2811, 1217, 2811, 2811, 2811, 2811, 2811, 2811,
- 2812, 1216, 2812, 2812, 2812, 2812, 2812, 2812, 1215, 1214,
- 1213, 1212, 2810, 2810, 2810, 2810, 2810, 2810, 2813, 2813,
- 2813, 2813, 2813, 1211, 2813, 2813, 2813, 2813, 2813, 2813,
- 2814, 1210, 2814, 2814, 2814, 2814, 2814, 2814, 2815, 1208,
- 2815, 2815, 2815, 2815, 2815, 2815, 1191, 1189, 1187, 1181,
- 2813, 2813, 2813, 2813, 2813, 2813, 2816, 2816, 2816, 2816,
- 2816, 2816, 2816, 2816, 2816, 2816, 2816, 2816, 2817, 1177,
-
- 2817, 2817, 2817, 2817, 2817, 2817, 2818, 1169, 2818, 2818,
- 2818, 2818, 2818, 2818, 1165, 1158, 1154, 1151, 2816, 2816,
- 2816, 2816, 2816, 2816, 2819, 2819, 2819, 2819, 2819, 1149,
- 2819, 2819, 2819, 2819, 2819, 2819, 2820, 1148, 2820, 2820,
- 2820, 2820, 2820, 2820, 2821, 1147, 2821, 2821, 2821, 2821,
- 2821, 2821, 1146, 1145, 1144, 1143, 2819, 2819, 2819, 2819,
- 2819, 2819, 2822, 2822, 2822, 2822, 2822, 1142, 2822, 2822,
- 2822, 2822, 2822, 2822, 2823, 1141, 2823, 2823, 2823, 2823,
- 2823, 2823, 2824, 1140, 2824, 2824, 2824, 2824, 2824, 2824,
- 1139, 1138, 1137, 1136, 2822, 2822, 2822, 2822, 2822, 2822,
-
- 2825, 2825, 2825, 2825, 2825, 1135, 2825, 2825, 2825, 2825,
- 2825, 2825, 2826, 1134, 2826, 2826, 2826, 2826, 2826, 2826,
- 2827, 1133, 2827, 2827, 2827, 2827, 2827, 2827, 1132, 1131,
- 1130, 1129, 2825, 2825, 2825, 2825, 2825, 2825, 2828, 2828,
- 2828, 2828, 2828, 2828, 2828, 2828, 2828, 2828, 2828, 2828,
- 2829, 1128, 2829, 2829, 2829, 2829, 2829, 2829, 2830, 1127,
- 2830, 2830, 2830, 2830, 2830, 2830, 1126, 1125, 1124, 1123,
- 2828, 2828, 2828, 2828, 2828, 2828, 2831, 2831, 2831, 2831,
- 2831, 1122, 2831, 2831, 2831, 2831, 2831, 2831, 2832, 1121,
- 2832, 2832, 2832, 2832, 2832, 2832, 2833, 1120, 2833, 2833,
-
- 2833, 2833, 2833, 2833, 1119, 1118, 1117, 1116, 2831, 2831,
- 2831, 2831, 2831, 2831, 2834, 2834, 2834, 2834, 2834, 1115,
- 2834, 2834, 2834, 2834, 2834, 2834, 2835, 1114, 2835, 2835,
- 2835, 2835, 2835, 2835, 2836, 1113, 2836, 2836, 2836, 2836,
- 2836, 2836, 1112, 1111, 1110, 1109, 2834, 2834, 2834, 2834,
- 2834, 2834, 2837, 2837, 2837, 2837, 2837, 1108, 2837, 2837,
- 2837, 2837, 2837, 2837, 2838, 1107, 2838, 2838, 2838, 2838,
- 2838, 2838, 2839, 1106, 2839, 2839, 2839, 2839, 2839, 2839,
- 1104, 1086, 1085, 1084, 2837, 2837, 2837, 2837, 2837, 2837,
- 2840, 2840, 2840, 2840, 2840, 2840, 2840, 2840, 2840, 2840,
-
- 2840, 2840, 2841, 1083, 2841, 2841, 2841, 2841, 2841, 2841,
- 2842, 1075, 2842, 2842, 2842, 2842, 2842, 2842, 1073, 1067,
- 1056, 1049, 2840, 2840, 2840, 2840, 2840, 2840, 2843, 2843,
- 2843, 2843, 2843, 1047, 2843, 2843, 2843, 2843, 2843, 2843,
- 2844, 1046, 2844, 2844, 2844, 2844, 2844, 2844, 2845, 1045,
- 2845, 2845, 2845, 2845, 2845, 2845, 1044, 1043, 1042, 1041,
- 2843, 2843, 2843, 2843, 2843, 2843, 2846, 2846, 2846, 2846,
- 2846, 1040, 2846, 2846, 2846, 2846, 2846, 2846, 2847, 1039,
- 2847, 2847, 2847, 2847, 2847, 2847, 2848, 1038, 2848, 2848,
- 2848, 2848, 2848, 2848, 1037, 1036, 1035, 1034, 2846, 2846,
-
- 2846, 2846, 2846, 2846, 2849, 2849, 2849, 2849, 2849, 1033,
- 2849, 2849, 2849, 2849, 2849, 2849, 2850, 1032, 2850, 2850,
- 2850, 2850, 2850, 2850, 2851, 1031, 2851, 2851, 2851, 2851,
- 2851, 2851, 1030, 1029, 1028, 1027, 2849, 2849, 2849, 2849,
- 2849, 2849, 2852, 2852, 2852, 2852, 2852, 2852, 2852, 2852,
- 2852, 2852, 2852, 2852, 2853, 1026, 2853, 2853, 2853, 2853,
- 2853, 2853, 2854, 1025, 2854, 2854, 2854, 2854, 2854, 2854,
- 1024, 1023, 1022, 1021, 2852, 2852, 2852, 2852, 2852, 2852,
- 2855, 2855, 2855, 2855, 2855, 1020, 2855, 2855, 2855, 2855,
- 2855, 2855, 2856, 1019, 2856, 2856, 2856, 2856, 2856, 2856,
-
- 2857, 1018, 2857, 2857, 2857, 2857, 2857, 2857, 1017, 1016,
- 1015, 1014, 2855, 2855, 2855, 2855, 2855, 2855, 2858, 2858,
- 2858, 2858, 2858, 1013, 2858, 2858, 2858, 2858, 2858, 2858,
- 2859, 1012, 2859, 2859, 2859, 2859, 2859, 2859, 2860, 1011,
- 2860, 2860, 2860, 2860, 2860, 2860, 1010, 1009, 1007, 997,
- 2858, 2858, 2858, 2858, 2858, 2858, 2861, 2861, 2861, 2861,
- 2861, 988, 2861, 2861, 2861, 2861, 2861, 2861, 2862, 986,
- 2862, 2862, 2862, 2862, 2862, 2863, 985, 2863, 2863, 2863,
- 2863, 2863, 983, 973, 970, 962, 958, 953, 2861, 2861,
- 2861, 2861, 2861, 2861, 2865, 2865, 2865, 2865, 2865, 2865,
-
- 2865, 2865, 2866, 950, 2866, 2866, 2866, 2866, 2866, 2866,
- 2867, 948, 2867, 2867, 2868, 2868, 947, 2868, 2868, 2868,
- 2869, 946, 2869, 2869, 2870, 2870, 2871, 2871, 2872, 945,
- 2872, 2872, 2873, 2873, 2874, 2874, 2875, 2875, 2875, 2876,
- 944, 2876, 2876, 2877, 2877, 2878, 2878, 2879, 2879, 2880,
- 2880, 2881, 2881, 2881, 2882, 2882, 2883, 943, 2883, 2883,
- 2884, 2884, 2885, 2885, 2886, 2886, 2887, 2887, 2888, 2888,
- 2889, 2889, 2890, 2890, 2890, 2891, 2891, 2892, 2892, 2892,
- 2893, 942, 2893, 2893, 2894, 2894, 2895, 2895, 2896, 2896,
- 2897, 2897, 2898, 2898, 2899, 2899, 2900, 2900, 2901, 2901,
-
- 2902, 2902, 2903, 2903, 2903, 2904, 2904, 2905, 2905, 2905,
- 2906, 2906, 2906, 2907, 2907, 2908, 941, 2908, 2908, 2909,
- 2909, 2910, 2910, 2911, 2911, 2912, 2912, 2913, 2913, 2914,
- 2914, 2915, 2915, 2916, 2916, 2917, 2917, 2918, 2918, 2919,
- 2919, 2920, 2920, 2921, 2921, 2921, 2922, 2922, 2923, 2923,
- 2923, 2924, 2924, 2924, 2925, 2925, 2926, 2926, 2926, 2927,
- 2927, 2927, 2928, 940, 2928, 2928, 2929, 2929, 2930, 2930,
- 2931, 2931, 2932, 2932, 2933, 2933, 2934, 2934, 2935, 2935,
- 2936, 2936, 2937, 2937, 2938, 2938, 2939, 2939, 2940, 2940,
- 2941, 2941, 2942, 2942, 2943, 2943, 2944, 2944, 2945, 2945,
-
- 2946, 2946, 2946, 2947, 2947, 2948, 2948, 2948, 2949, 2949,
- 2949, 2950, 2950, 2951, 2951, 2951, 2952, 2952, 2952, 2953,
- 2953, 2953, 2954, 2954, 2954, 2955, 2955, 2956, 2956, 939,
- 2956, 2956, 2957, 938, 2957, 2957, 2958, 2958, 2959, 2959,
- 2960, 2960, 2961, 2961, 2962, 2962, 2963, 2963, 2964, 2964,
- 2965, 2965, 2966, 2966, 2967, 2967, 2968, 2968, 2969, 2969,
- 2970, 2970, 2971, 2971, 2972, 2972, 2973, 2973, 2974, 2974,
- 2975, 2975, 2976, 2976, 2977, 2977, 2978, 2978, 2979, 2979,
- 2979, 2980, 2980, 2981, 2981, 2981, 2982, 2982, 2982, 2983,
- 2983, 2983, 2984, 2984, 2984, 2985, 2985, 2985, 2986, 2986,
-
- 2986, 2987, 2987, 2988, 2988, 2988, 2989, 2989, 2989, 2990,
- 2990, 2990, 2991, 2991, 937, 2991, 2991, 2992, 936, 2992,
- 2992, 2993, 2993, 2994, 2994, 2995, 2995, 2996, 2996, 2997,
- 2997, 2998, 2998, 2999, 2999, 3000, 3000, 3001, 3001, 3002,
- 3002, 3003, 3003, 3004, 3004, 3005, 3005, 3006, 3006, 3007,
- 3007, 3008, 3008, 3009, 3009, 3010, 3010, 3011, 3011, 3012,
- 3012, 3013, 3013, 3014, 3014, 3015, 3015, 3016, 3016, 3017,
- 3017, 3018, 3018, 3019, 3019, 3019, 3020, 3020, 3021, 3021,
- 3021, 3022, 3022, 3022, 3023, 3023, 3024, 3024, 3024, 3025,
- 3025, 3025, 3026, 3026, 3026, 3027, 3027, 3028, 3028, 3028,
-
- 3029, 3029, 3029, 3030, 3030, 3030, 3031, 3031, 3031, 3032,
- 3032, 3032, 3033, 3033, 3033, 3034, 3034, 3035, 3035, 935,
- 3035, 3035, 3036, 934, 3036, 3036, 3037, 3037, 3038, 3038,
- 3039, 3039, 3040, 3040, 3041, 3041, 3042, 3042, 3043, 3043,
- 3044, 3044, 3045, 3045, 3046, 3046, 3047, 3047, 3048, 3048,
- 3049, 3049, 3050, 3050, 3051, 3051, 3052, 3052, 3053, 3053,
- 3054, 3054, 3055, 3055, 3056, 3056, 3057, 3057, 3058, 3058,
- 3059, 3059, 3060, 3060, 3061, 3061, 3062, 3062, 3063, 3063,
- 3064, 3064, 3065, 3065, 3066, 3066, 3066, 3067, 3067, 3068,
- 3068, 3068, 3069, 3069, 3069, 3070, 3070, 3071, 3071, 3071,
-
- 3072, 3072, 3072, 3073, 3073, 3073, 3074, 3074, 3074, 3075,
- 3075, 3075, 3076, 3076, 3076, 3077, 3077, 3077, 3078, 3078,
- 3078, 3079, 3079, 3080, 3080, 3080, 3081, 3081, 3081, 3082,
- 3082, 3082, 3083, 3083, 933, 3083, 3083, 3084, 932, 3084,
- 3084, 3085, 3085, 3086, 3086, 3087, 3087, 3088, 3088, 3089,
- 3089, 3090, 3090, 3091, 3091, 3092, 3092, 3093, 3093, 3094,
- 3094, 3095, 3095, 3096, 3096, 3097, 3097, 3098, 3098, 3099,
- 3099, 3100, 3100, 3101, 3101, 3102, 3102, 3103, 3103, 3104,
- 3104, 3105, 3105, 3106, 3106, 3107, 3107, 3108, 3108, 3109,
- 3109, 3110, 3110, 3111, 3111, 3112, 3112, 3113, 3113, 3114,
-
- 3114, 3115, 3115, 3116, 3116, 3117, 3117, 3118, 3118, 3119,
- 3119, 3120, 3120, 3120, 3121, 3121, 3122, 3122, 3122, 3123,
- 3123, 3123, 3124, 3124, 3125, 3125, 3125, 3126, 3126, 3126,
- 3127, 3127, 3127, 3128, 3128, 3128, 3129, 3129, 3130, 3130,
- 3130, 3131, 3131, 3131, 3132, 3132, 3132, 3133, 3133, 3134,
- 3134, 3134, 3135, 3135, 3135, 3136, 3136, 3136, 3137, 3137,
- 3137, 3138, 3138, 3138, 3139, 3139, 3139, 3140, 3140, 3141,
- 3141, 931, 3141, 3141, 3142, 930, 3142, 3142, 3143, 3143,
- 3144, 3144, 3145, 3145, 3146, 3146, 3147, 3147, 3148, 3148,
- 3149, 3149, 3150, 3150, 3151, 3151, 3152, 3152, 3153, 3153,
-
- 3154, 3154, 3155, 3155, 3156, 3156, 3157, 3157, 3158, 3158,
- 3159, 3159, 3160, 3160, 3161, 3161, 3162, 3162, 3163, 3163,
- 3164, 3164, 3165, 3165, 3166, 3166, 3167, 3167, 3168, 3168,
- 3169, 3169, 3170, 3170, 3171, 3171, 3172, 3172, 3173, 3173,
- 3174, 3174, 3175, 3175, 3176, 3176, 3177, 3177, 3178, 3178,
- 3179, 3179, 3180, 3180, 3180, 3181, 3181, 3182, 3182, 3182,
- 3183, 3183, 3183, 3184, 3184, 3184, 3185, 3185, 3185, 3186,
- 3186, 3186, 3187, 3187, 3187, 3188, 3188, 3189, 3189, 3189,
- 3190, 3190, 3190, 3191, 3191, 3191, 3192, 3192, 3192, 3193,
- 3193, 3193, 3194, 3194, 3194, 3195, 3195, 3195, 3196, 3196,
-
- 3196, 3197, 3197, 3197, 3198, 3198, 3199, 3199, 3199, 3200,
- 3200, 3200, 3201, 3201, 3201, 3202, 3202, 929, 3202, 3202,
- 3203, 928, 3203, 3203, 3204, 3204, 3205, 3205, 3206, 3206,
- 3207, 3207, 3208, 3208, 3209, 3209, 3210, 3210, 3211, 3211,
- 3212, 3212, 3213, 3213, 3214, 3214, 3215, 3215, 3216, 3216,
- 3217, 3217, 3218, 3218, 3219, 3219, 3220, 3220, 3221, 3221,
- 3222, 3222, 3223, 3223, 3224, 3224, 3225, 3225, 3226, 3226,
- 3227, 3227, 3228, 3228, 3229, 3229, 3230, 3230, 3231, 3231,
- 3232, 3232, 3233, 3233, 3234, 3234, 3235, 3235, 3236, 3236,
- 3237, 3237, 3238, 3238, 3239, 3239, 3240, 3240, 3241, 3241,
-
- 3242, 3242, 3243, 3243, 3244, 3244, 3245, 3245, 3246, 3246,
- 3247, 3247, 3247, 3248, 3248, 3249, 3249, 3249, 3250, 3250,
- 3250, 3251, 3251, 3252, 3252, 3252, 3253, 3253, 3253, 3254,
- 3254, 3254, 3255, 3255, 3256, 3256, 3256, 3257, 3257, 3257,
- 3258, 3258, 3258, 3259, 3259, 3259, 3260, 3260, 3260, 3261,
- 3261, 3261, 3262, 3262, 3263, 3263, 3263, 3264, 3264, 3264,
- 3265, 3265, 3265, 3266, 3266, 3267, 3267, 3267, 3268, 3268,
- 3268, 3269, 3269, 3269, 3270, 3270, 3270, 3271, 3271, 3271,
- 3272, 3272, 3272, 3273, 3273, 3274, 3274, 927, 3274, 3274,
- 3275, 926, 3275, 3275, 3276, 3276, 3277, 3277, 3278, 3278,
-
- 3279, 3279, 3280, 3280, 3281, 3281, 3282, 3282, 3283, 3283,
- 3284, 3284, 3285, 3285, 3286, 3286, 3287, 3287, 3288, 3288,
- 3289, 3289, 3290, 3290, 3291, 3291, 3292, 3292, 3293, 3293,
- 3294, 3294, 3295, 3295, 3296, 3296, 3297, 3297, 3298, 3298,
- 3299, 3299, 3300, 3300, 3301, 3301, 3302, 3302, 3303, 3303,
- 3304, 3304, 3305, 3305, 3306, 3306, 3307, 3307, 3308, 3308,
- 3309, 3309, 3310, 3310, 3311, 3311, 3312, 3312, 3313, 3313,
- 3314, 3314, 3315, 3315, 3316, 3316, 3317, 3317, 3318, 3318,
- 3319, 3319, 3320, 3320, 3321, 3321, 3321, 3322, 3322, 3323,
- 3323, 3323, 3324, 3324, 3324, 3325, 3325, 3326, 3326, 3326,
-
- 3327, 3327, 3327, 3328, 3328, 3328, 3329, 3329, 3329, 3330,
- 3330, 3330, 3331, 3331, 3331, 3332, 3332, 3332, 3333, 3333,
- 3333, 3334, 3334, 3335, 3335, 3335, 3336, 3336, 3336, 3337,
- 3337, 3337, 3338, 3338, 3338, 3339, 3339, 3339, 3340, 3340,
- 3340, 3341, 3341, 3341, 3342, 3342, 3342, 3343, 3343, 3343,
- 3344, 3344, 3345, 3345, 3345, 3346, 3346, 3346, 3347, 3347,
- 3347, 3348, 3348, 925, 3348, 3348, 3349, 924, 3349, 3349,
- 3350, 3350, 3351, 3351, 3352, 3352, 3353, 3353, 3354, 3354,
- 3355, 3355, 3356, 3356, 3357, 3357, 3358, 3358, 3359, 3359,
- 3360, 3360, 3361, 3361, 3362, 3362, 3363, 3363, 3364, 3364,
-
- 3365, 3365, 3366, 3366, 3367, 3367, 3368, 3368, 3369, 3369,
- 3370, 3370, 3371, 3371, 3372, 3372, 3373, 3373, 3374, 3374,
- 3375, 3375, 3376, 3376, 3377, 3377, 3378, 3378, 3379, 3379,
- 3380, 3380, 3381, 3381, 3382, 3382, 3383, 3383, 3384, 3384,
- 3385, 3385, 3386, 3386, 3387, 3387, 3388, 3388, 3389, 3389,
- 3390, 3390, 3391, 3391, 3392, 3392, 3393, 3393, 3394, 3394,
- 3395, 3395, 3396, 3396, 3397, 3397, 3398, 3398, 3399, 3399,
- 3400, 3400, 3401, 3401, 3402, 3402, 3402, 3403, 3403, 3404,
- 3404, 3404, 3405, 3405, 3405, 3406, 3406, 3407, 3407, 3407,
- 3408, 3408, 3408, 3409, 3409, 3409, 3410, 3410, 3410, 3411,
-
- 3411, 3412, 3412, 3412, 3413, 3413, 3413, 3414, 3414, 3414,
- 3415, 3415, 3416, 3416, 3416, 3417, 3417, 3417, 3418, 3418,
- 3418, 3419, 3419, 3419, 3420, 3420, 3420, 3421, 3421, 3421,
- 3422, 3422, 3423, 3423, 3423, 3424, 3424, 3424, 3425, 3425,
- 3425, 3426, 3426, 3427, 3427, 3427, 3428, 3428, 3428, 3429,
- 3429, 3429, 3430, 3430, 3430, 3431, 3431, 3431, 3432, 3432,
- 3432, 3433, 3433, 3434, 3434, 923, 3434, 3434, 3435, 922,
- 3435, 3435, 3436, 3436, 3437, 3437, 3438, 3438, 3439, 3439,
- 3440, 3440, 3441, 3441, 3442, 3442, 3443, 3443, 3444, 3444,
- 3445, 3445, 3446, 3446, 3447, 3447, 3448, 3448, 3449, 3449,
-
- 3450, 3450, 3451, 3451, 3452, 3452, 3453, 3453, 3454, 3454,
- 3455, 3455, 3456, 3456, 3457, 3457, 3458, 3458, 3459, 3459,
- 3460, 3460, 3461, 3461, 3462, 3462, 3463, 3463, 3464, 3464,
- 3465, 3465, 3466, 3466, 3467, 3467, 3468, 3468, 3469, 3469,
- 3470, 3470, 3471, 3471, 3472, 3472, 3473, 3473, 3474, 3474,
- 3475, 3475, 3476, 3476, 3477, 3477, 3478, 3478, 3479, 3479,
- 3480, 3480, 3481, 3481, 3482, 3482, 3483, 3483, 3484, 3484,
- 3485, 3485, 3486, 3486, 3487, 3487, 3488, 3488, 3489, 3489,
- 3489, 3490, 3490, 3491, 3491, 3491, 3492, 3492, 3492, 3493,
- 3493, 3493, 3494, 3494, 3494, 3495, 3495, 3495, 3496, 3496,
-
- 3496, 3497, 3497, 3498, 3498, 3498, 3499, 3499, 3499, 3500,
- 3500, 3500, 3501, 3501, 3501, 3502, 3502, 3502, 3503, 3503,
- 3503, 3504, 3504, 3504, 3505, 3505, 3505, 3506, 3506, 3506,
- 3507, 3507, 3508, 3508, 3508, 3509, 3509, 3509, 3510, 3510,
- 3510, 3511, 3511, 3511, 3512, 3512, 3512, 3513, 3513, 3513,
- 3514, 3514, 3514, 3515, 3515, 3515, 3516, 3516, 3516, 3517,
- 3517, 3518, 3518, 3518, 3519, 3519, 3519, 3520, 3520, 3520,
- 3521, 3521, 921, 3521, 3521, 3522, 920, 3522, 3522, 3523,
- 3523, 3524, 3524, 3525, 3525, 3526, 3526, 3527, 3527, 3528,
- 3528, 3529, 3529, 3530, 3530, 3531, 3531, 3532, 3532, 3533,
-
- 3533, 3534, 3534, 3535, 3535, 3536, 3536, 3537, 3537, 3538,
- 3538, 3539, 3539, 3540, 3540, 3541, 3541, 3542, 3542, 3543,
- 3543, 3544, 3544, 3545, 3545, 3546, 3546, 3547, 3547, 3548,
- 3548, 3549, 3549, 3550, 3550, 3551, 3551, 3552, 3552, 3553,
- 3553, 3554, 3554, 3555, 3555, 3556, 3556, 3557, 3557, 3558,
- 3558, 3559, 3559, 3560, 3560, 3561, 3561, 3562, 3562, 3563,
- 3563, 3564, 3564, 3565, 3565, 3566, 3566, 3567, 3567, 3568,
- 3568, 3569, 3569, 3570, 3570, 3571, 3571, 3572, 3572, 3573,
- 3573, 3574, 3574, 3575, 3575, 3576, 3576, 3577, 3577, 3578,
- 3578, 3579, 3579, 3580, 3580, 3581, 3581, 3581, 3582, 3582,
-
- 3583, 3583, 3583, 3584, 3584, 3584, 3585, 3585, 3586, 3586,
- 3586, 3587, 3587, 3587, 3588, 3588, 3588, 3589, 3589, 3590,
- 3590, 3590, 3591, 3591, 3591, 3592, 3592, 3592, 3593, 3593,
- 3593, 3594, 3594, 3594, 3595, 3595, 3595, 3596, 3596, 3597,
- 3597, 3597, 3598, 3598, 3598, 3599, 3599, 3599, 3600, 3600,
- 3601, 3601, 3601, 3602, 3602, 3602, 3603, 3603, 3603, 3604,
- 3604, 3604, 3605, 3605, 3605, 3606, 3606, 3606, 3607, 3607,
- 3608, 3608, 3608, 3609, 3609, 3609, 3610, 3610, 3610, 3611,
- 3611, 3612, 3612, 3612, 3613, 3613, 3613, 3614, 3614, 3614,
- 3615, 3615, 3615, 3616, 3616, 3616, 3617, 3617, 3617, 3618,
-
- 3618, 3619, 3619, 919, 3619, 3619, 3620, 918, 3620, 3620,
- 3621, 3621, 3622, 3622, 3623, 3623, 3624, 3624, 3625, 3625,
- 3626, 3626, 3627, 3627, 3628, 3628, 3629, 3629, 3630, 3630,
- 3631, 3631, 3632, 3632, 3633, 3633, 3634, 3634, 3635, 3635,
- 3636, 3636, 3637, 3637, 3638, 3638, 3639, 3639, 3640, 3640,
- 3641, 3641, 3642, 3642, 3643, 3643, 3644, 3644, 3645, 3645,
- 3646, 3646, 3647, 3647, 3648, 3648, 3649, 3649, 3650, 3650,
- 3651, 3651, 3652, 3652, 3653, 3653, 3654, 3654, 3655, 3655,
- 3656, 3656, 3657, 3657, 3658, 3658, 3659, 3659, 3660, 3660,
- 3661, 3661, 3662, 3662, 3663, 3663, 3664, 3664, 3665, 3665,
-
- 3666, 3666, 3667, 3667, 3668, 3668, 3669, 3669, 3670, 3670,
- 3671, 3671, 3672, 3672, 3673, 3673, 3674, 3674, 3675, 3675,
- 3676, 3676, 3677, 3677, 3678, 3678, 3679, 3679, 3679, 3680,
- 3680, 3681, 3681, 3681, 3682, 3682, 3682, 3683, 3683, 3684,
- 3684, 3684, 3685, 3685, 3685, 3686, 3686, 3686, 3687, 3687,
- 3687, 3688, 3688, 3688, 3689, 3689, 3689, 3690, 3690, 3690,
- 3691, 3691, 3691, 3692, 3692, 3693, 3693, 3693, 3694, 3694,
- 3694, 3695, 3695, 3695, 3696, 3696, 3696, 3697, 3697, 3697,
- 3698, 3698, 3698, 3699, 3699, 3699, 3700, 3700, 3700, 3701,
- 3701, 3701, 3702, 3702, 3703, 3703, 3703, 3704, 3704, 3704,
-
- 3705, 3705, 3705, 3706, 3706, 3706, 3707, 3707, 3707, 3708,
- 3708, 3708, 3709, 3709, 3709, 3710, 3710, 3710, 3711, 3711,
- 3711, 3712, 3712, 3713, 3713, 3713, 3714, 3714, 3714, 3715,
- 3715, 3715, 3716, 3716, 917, 3716, 3716, 3717, 916, 3717,
- 3717, 3718, 3718, 3719, 3719, 3720, 3720, 3721, 3721, 3722,
- 3722, 3723, 3723, 3724, 3724, 3725, 3725, 3726, 3726, 3727,
- 3727, 3728, 3728, 3729, 3729, 3730, 3730, 3731, 3731, 3732,
- 3732, 3733, 3733, 3734, 3734, 3735, 3735, 3736, 3736, 3737,
- 3737, 3738, 3738, 3739, 3739, 3740, 3740, 3741, 3741, 3742,
- 3742, 3743, 3743, 3744, 3744, 3745, 3745, 3746, 3746, 3747,
-
- 3747, 3748, 3748, 3749, 3749, 3750, 3750, 3751, 3751, 3752,
- 3752, 3753, 3753, 3754, 3754, 3755, 3755, 3756, 3756, 3757,
- 3757, 3758, 3758, 3759, 3759, 3760, 3760, 3761, 3761, 3762,
- 3762, 3763, 3763, 3764, 3764, 3765, 3765, 3766, 3766, 3767,
- 3767, 3768, 3768, 3769, 3769, 3770, 3770, 3771, 3771, 3772,
- 3772, 3773, 3773, 3774, 3774, 3775, 3775, 3776, 3776, 3777,
- 3777, 3777, 3778, 3778, 3779, 3779, 3779, 3780, 3780, 3780,
- 3781, 3781, 3781, 3782, 3782, 3782, 3783, 3783, 3783, 3784,
- 3784, 3785, 3785, 3785, 3786, 3786, 3786, 3787, 3787, 3787,
- 3788, 3788, 3789, 3789, 3789, 3790, 3790, 3790, 3791, 3791,
-
- 3791, 3792, 3792, 3792, 3793, 3793, 3793, 3794, 3794, 3794,
- 3795, 3795, 3796, 3796, 3796, 3797, 3797, 3797, 3798, 3798,
- 3798, 3799, 3799, 3800, 3800, 3800, 3801, 3801, 3801, 3802,
- 3802, 3802, 3803, 3803, 3803, 3804, 3804, 3804, 3805, 3805,
- 3805, 3806, 3806, 3807, 3807, 3807, 3808, 3808, 3808, 3809,
- 3809, 3809, 3810, 3810, 3811, 3811, 3811, 3812, 3812, 3812,
- 3813, 3813, 3813, 3814, 3814, 3814, 3815, 3815, 3815, 3816,
- 3816, 3816, 3817, 3817, 3818, 3818, 915, 3818, 3818, 3819,
- 914, 3819, 3819, 3820, 3820, 3821, 3821, 3822, 3822, 3823,
- 3823, 3824, 3824, 3825, 3825, 3826, 3826, 3827, 3827, 3828,
-
- 3828, 3829, 3829, 3830, 3830, 3831, 3831, 3832, 3832, 3833,
- 3833, 3834, 3834, 3835, 3835, 3836, 3836, 3837, 3837, 3838,
- 3838, 3839, 3839, 3840, 3840, 3841, 3841, 3842, 3842, 3843,
- 3843, 3844, 3844, 3845, 3845, 3846, 3846, 3847, 3847, 3848,
- 3848, 3849, 3849, 3850, 3850, 3851, 3851, 3852, 3852, 3853,
- 3853, 3854, 3854, 3855, 3855, 3856, 3856, 3857, 3857, 3858,
- 3858, 3859, 3859, 3860, 3860, 3861, 3861, 3862, 3862, 3863,
- 3863, 3864, 3864, 3865, 3865, 3866, 3866, 3867, 3867, 3868,
- 3868, 3869, 3869, 3870, 3870, 3871, 3871, 3872, 3872, 3873,
- 3873, 3874, 3874, 3875, 3875, 3876, 3876, 3877, 3877, 3877,
-
- 3878, 3878, 3878, 3879, 3879, 3879, 3880, 3880, 3881, 3881,
- 3881, 3882, 3882, 3882, 3883, 3883, 3883, 3884, 3884, 3884,
- 3885, 3885, 3885, 3886, 3886, 3886, 3887, 3887, 3887, 3888,
- 3888, 3888, 3889, 3889, 3889, 3890, 3890, 3891, 3891, 3891,
- 3892, 3892, 3892, 3893, 3893, 3893, 3894, 3894, 3894, 3895,
- 3895, 3895, 3896, 3896, 3896, 3897, 3897, 3897, 3898, 3898,
- 3898, 3899, 3899, 3899, 3900, 3900, 3901, 3901, 3901, 3902,
- 3902, 3902, 3903, 3903, 3903, 3904, 3904, 3904, 3905, 3905,
- 3905, 3906, 3906, 3906, 3907, 3907, 3907, 3908, 3908, 3908,
- 3909, 3909, 3909, 3910, 3910, 3911, 3911, 3911, 3912, 3912,
-
- 3912, 3913, 3913, 3913, 3914, 3914, 912, 3914, 3914, 3915,
- 903, 3915, 3915, 3916, 3916, 3917, 3917, 3918, 3918, 3919,
- 3919, 3920, 3920, 3921, 3921, 3922, 3922, 3923, 3923, 3924,
- 3924, 3925, 3925, 3926, 3926, 3927, 3927, 3928, 3928, 3929,
- 3929, 3930, 3930, 3931, 3931, 3932, 3932, 3933, 3933, 3934,
- 3934, 3935, 3935, 3936, 3936, 3937, 3937, 3938, 3938, 3939,
- 3939, 3940, 3940, 3941, 3941, 3942, 3942, 3943, 3943, 3944,
- 3944, 3945, 3945, 3946, 3946, 3947, 3947, 3948, 3948, 3949,
- 3949, 3950, 3950, 3951, 3951, 3952, 3952, 3953, 3953, 3954,
- 3954, 3955, 3955, 3956, 3956, 3957, 3957, 3958, 3958, 3959,
-
- 3959, 3960, 3960, 3961, 3961, 3962, 3962, 3963, 3963, 3964,
- 3964, 3965, 3965, 3966, 3966, 3967, 3967, 3968, 3968, 3969,
- 3969, 3970, 3970, 3971, 3971, 3972, 3972, 3972, 3973, 3973,
- 3973, 3974, 3974, 3974, 3975, 3975, 3975, 3976, 3976, 3976,
- 3977, 3977, 3977, 3978, 3978, 3979, 3979, 3979, 3980, 3980,
- 3980, 3981, 3981, 3981, 3982, 3982, 3982, 3983, 3983, 3983,
- 3984, 3984, 3984, 3985, 3985, 3985, 3986, 3986, 3986, 3987,
- 3987, 3988, 3988, 3988, 3989, 3989, 3989, 3990, 3990, 3990,
- 3991, 3991, 3992, 3992, 3992, 3993, 3993, 3993, 3994, 3994,
- 3994, 3995, 3995, 3995, 3996, 3996, 3996, 3997, 3997, 3997,
-
- 3998, 3998, 3999, 3999, 3999, 4000, 4000, 4000, 4001, 4001,
- 4001, 4002, 4002, 4003, 4003, 4003, 4004, 4004, 4004, 4005,
- 4005, 4005, 4006, 4006, 4006, 4007, 4007, 4007, 4008, 4008,
- 4008, 4009, 4009, 4010, 4010, 894, 4010, 4010, 4011, 891,
- 4011, 4011, 4012, 4012, 4013, 4013, 4014, 4014, 4015, 4015,
- 4016, 4016, 4017, 4017, 4018, 4018, 4019, 4019, 4020, 4020,
- 4021, 4021, 4022, 4022, 4023, 4023, 4024, 4024, 4025, 4025,
- 4026, 4026, 4027, 4027, 4028, 4028, 4029, 4029, 4030, 4030,
- 4031, 4031, 4032, 4032, 4033, 4033, 4034, 4034, 4035, 4035,
- 4036, 4036, 4037, 4037, 4038, 4038, 4039, 4039, 4040, 4040,
-
- 4041, 4041, 4042, 4042, 4043, 4043, 4044, 4044, 4045, 4045,
- 4046, 4046, 4047, 4047, 4048, 4048, 4049, 4049, 4050, 4050,
- 4051, 4051, 4052, 4052, 4053, 4053, 4054, 4054, 4055, 4055,
- 4056, 4056, 4057, 4057, 4058, 4058, 4059, 4059, 4060, 4060,
- 4061, 4061, 4062, 4062, 4063, 4063, 4063, 4064, 4064, 4064,
- 4065, 4065, 4065, 4066, 4066, 4066, 4067, 4067, 4067, 4068,
- 4068, 4068, 4069, 4069, 4069, 4070, 4070, 4070, 4071, 4071,
- 4071, 4072, 4072, 4073, 4073, 4073, 4074, 4074, 4074, 4075,
- 4075, 4075, 4076, 4076, 4076, 4077, 4077, 4077, 4078, 4078,
- 4078, 4079, 4079, 4079, 4080, 4080, 4080, 4081, 4081, 4081,
-
- 4082, 4082, 4083, 4083, 4083, 4084, 4084, 4084, 4085, 4085,
- 4085, 4086, 4086, 4086, 4087, 4087, 4087, 4088, 4088, 4088,
- 4089, 4089, 4089, 4090, 4090, 4090, 4091, 4091, 4091, 4092,
- 4092, 4093, 4093, 4093, 4094, 4094, 4094, 4095, 4095, 4095,
- 4096, 4096, 890, 4096, 4096, 4097, 889, 4097, 4097, 4098,
- 4098, 4099, 4099, 4100, 4100, 4101, 4101, 4102, 4102, 4103,
- 4103, 4104, 4104, 4105, 4105, 4106, 4106, 4107, 4107, 4108,
- 4108, 4109, 4109, 4110, 4110, 4111, 4111, 4112, 4112, 4113,
- 4113, 4114, 4114, 4115, 4115, 4116, 4116, 4117, 4117, 4118,
- 4118, 4119, 4119, 4120, 4120, 4121, 4121, 4122, 4122, 4123,
-
- 4123, 4124, 4124, 4125, 4125, 4126, 4126, 4127, 4127, 4128,
- 4128, 4129, 4129, 4130, 4130, 4131, 4131, 4132, 4132, 4133,
- 4133, 4134, 4134, 4135, 4135, 4136, 4136, 4137, 4137, 4138,
- 4138, 4139, 4139, 4140, 4140, 4141, 4141, 4141, 4142, 4142,
- 4142, 4143, 4143, 4143, 4144, 4144, 4145, 4145, 4145, 4146,
- 4146, 4146, 4147, 4147, 4147, 4148, 4148, 4148, 4149, 4149,
- 4149, 4150, 4150, 4150, 4151, 4151, 4151, 4152, 4152, 4153,
- 4153, 4153, 4154, 4154, 4154, 4155, 4155, 4155, 4156, 4156,
- 4157, 4157, 4157, 4158, 4158, 4158, 4159, 4159, 4159, 4160,
- 4160, 4160, 4161, 4161, 4161, 4162, 4162, 4162, 4163, 4163,
-
- 4164, 4164, 4164, 4165, 4165, 4165, 4166, 4166, 4166, 4167,
- 4167, 4168, 4168, 4168, 4169, 4169, 4169, 4170, 4170, 4170,
- 4171, 4171, 4171, 4172, 4172, 4172, 4173, 4173, 4173, 4174,
- 4174, 4175, 4175, 888, 4175, 4175, 4176, 887, 4176, 4176,
- 4177, 4177, 4178, 4178, 4179, 4179, 4180, 4180, 4181, 4181,
- 4182, 4182, 4183, 4183, 4184, 4184, 4185, 4185, 4186, 4186,
- 4187, 4187, 4188, 4188, 4189, 4189, 4190, 4190, 4191, 4191,
- 4192, 4192, 4193, 4193, 4194, 4194, 4195, 4195, 4196, 4196,
- 4197, 4197, 4198, 4198, 4199, 4199, 4200, 4200, 4201, 4201,
- 4202, 4202, 4203, 4203, 4204, 4204, 4205, 4205, 4206, 4206,
-
- 4207, 4207, 4208, 4208, 4209, 4209, 4210, 4210, 4211, 4211,
- 4212, 4212, 4213, 4213, 4214, 4214, 4215, 4215, 4215, 4216,
- 4216, 4216, 4217, 4217, 4217, 4218, 4218, 4218, 4219, 4219,
- 4219, 4220, 4220, 4221, 4221, 4221, 4222, 4222, 4222, 4223,
- 4223, 4223, 4224, 4224, 4224, 4225, 4225, 4225, 4226, 4226,
- 4226, 4227, 4227, 4227, 4228, 4228, 4228, 4229, 4229, 4229,
- 4230, 4230, 4231, 4231, 4231, 4232, 4232, 4232, 4233, 4233,
- 4233, 4234, 4234, 4234, 4235, 4235, 4235, 4236, 4236, 4236,
- 4237, 4237, 4237, 4238, 4238, 4238, 4239, 4239, 4239, 4240,
- 4240, 4241, 4241, 4241, 4242, 4242, 4242, 4243, 4243, 4243,
-
- 4244, 4244, 886, 4244, 4244, 4245, 882, 4245, 4245, 4246,
- 4246, 4247, 4247, 4248, 4248, 4249, 4249, 4250, 4250, 4251,
- 4251, 4252, 4252, 4253, 4253, 4254, 4254, 4255, 4255, 4256,
- 4256, 4257, 4257, 4258, 4258, 4259, 4259, 4260, 4260, 4261,
- 4261, 4262, 4262, 4263, 4263, 4264, 4264, 4265, 4265, 4266,
- 4266, 4267, 4267, 4268, 4268, 4269, 4269, 4270, 4270, 4271,
- 4271, 4272, 4272, 4273, 4273, 4274, 4274, 4275, 4275, 4276,
- 4276, 4277, 4277, 4278, 4278, 4279, 4279, 4280, 4280, 4281,
- 4281, 4281, 4282, 4282, 4282, 4283, 4283, 4283, 4284, 4284,
- 4284, 4285, 4285, 4285, 4286, 4286, 4286, 4287, 4287, 4288,
-
- 4288, 4288, 4289, 4289, 4289, 4290, 4290, 4290, 4291, 4291,
- 4291, 4292, 4292, 4292, 4293, 4293, 4293, 4294, 4294, 4294,
- 4295, 4295, 4295, 4296, 4296, 4297, 4297, 4297, 4298, 4298,
- 4298, 4299, 4299, 4299, 4300, 4300, 4301, 4301, 4301, 4302,
- 4302, 4302, 4303, 4303, 4303, 4304, 4304, 4304, 4305, 4305,
- 4305, 4306, 4306, 4306, 4307, 4307, 4308, 4308, 868, 4308,
- 4308, 4309, 859, 4309, 4309, 4310, 4310, 4311, 4311, 4312,
- 4312, 4313, 4313, 4314, 4314, 4315, 4315, 4316, 4316, 4317,
- 4317, 4318, 4318, 4319, 4319, 4320, 4320, 4321, 4321, 4322,
- 4322, 4323, 4323, 4324, 4324, 4325, 4325, 4326, 4326, 4327,
-
- 4327, 4328, 4328, 4329, 4329, 4330, 4330, 4331, 4331, 4332,
- 4332, 4333, 4333, 4334, 4334, 4335, 4335, 4336, 4336, 4337,
- 4337, 4338, 4338, 4339, 4339, 4339, 4340, 4340, 4340, 4341,
- 4341, 4341, 4342, 4342, 4342, 4343, 4343, 4343, 4344, 4344,
- 4344, 4345, 4345, 4345, 4346, 4346, 4346, 4347, 4347, 4347,
- 4348, 4348, 4349, 4349, 4349, 4350, 4350, 4350, 4351, 4351,
- 4351, 4352, 4352, 4352, 4353, 4353, 4353, 4354, 4354, 4354,
- 4355, 4355, 4355, 4356, 4356, 4356, 4357, 4357, 4357, 4358,
- 4358, 4359, 4359, 4359, 4360, 4360, 4360, 4361, 4361, 4361,
- 4362, 4362, 856, 4362, 4362, 4363, 854, 4363, 4363, 4364,
-
- 4364, 4365, 4365, 4366, 4366, 4367, 4367, 4368, 4368, 4369,
- 4369, 4370, 4370, 4371, 4371, 4372, 4372, 4373, 4373, 4374,
- 4374, 4375, 4375, 4376, 4376, 4377, 4377, 4378, 4378, 4379,
- 4379, 4380, 4380, 4381, 4381, 4382, 4382, 4383, 4383, 4384,
- 4384, 4385, 4385, 4386, 4386, 4387, 4387, 4387, 4388, 4388,
- 4388, 4389, 4389, 4389, 4390, 4390, 4391, 4391, 4391, 4392,
- 4392, 4392, 4393, 4393, 4393, 4394, 4394, 4394, 4395, 4395,
- 4395, 4396, 4396, 4396, 4397, 4397, 4397, 4398, 4398, 4399,
- 4399, 4399, 4400, 4400, 4400, 4401, 4401, 4401, 4402, 4402,
- 4403, 4403, 4403, 4404, 4404, 4404, 4405, 4405, 4405, 4406,
-
- 4406, 4406, 4407, 4407, 4407, 4408, 4408, 4408, 4409, 4409,
- 4410, 4410, 853, 4410, 4410, 4411, 852, 4411, 4411, 4412,
- 4412, 4413, 4413, 4414, 4414, 4415, 4415, 4416, 4416, 4417,
- 4417, 4418, 4418, 4419, 4419, 4420, 4420, 4421, 4421, 4422,
- 4422, 4423, 4423, 4424, 4424, 4425, 4425, 4426, 4426, 4427,
- 4427, 4428, 4428, 4429, 4429, 4430, 4430, 4430, 4431, 4431,
- 4431, 4432, 4432, 4432, 4433, 4433, 4433, 4434, 4434, 4434,
- 4435, 4435, 4436, 4436, 4436, 4437, 4437, 4437, 4438, 4438,
- 4438, 4439, 4439, 4439, 4440, 4440, 4440, 4441, 4441, 4441,
- 4442, 4442, 4442, 4443, 4443, 4443, 4444, 4444, 4444, 4445,
-
- 4445, 4446, 4446, 4446, 4447, 4447, 4447, 4448, 4448, 4448,
- 4449, 4449, 851, 4449, 4449, 4450, 850, 4450, 4450, 4451,
- 4451, 4452, 4452, 4453, 4453, 4454, 4454, 4455, 4455, 4456,
- 4456, 4457, 4457, 4458, 4458, 4459, 4459, 4460, 4460, 4461,
- 4461, 4462, 4462, 4463, 4463, 4464, 4464, 4465, 4465, 4466,
- 4466, 4467, 4467, 4467, 4468, 4468, 4468, 4469, 4469, 4469,
- 4470, 4470, 4470, 4471, 4471, 4471, 4472, 4472, 4472, 4473,
- 4473, 4474, 4474, 4474, 4475, 4475, 4475, 4476, 4476, 4476,
- 4477, 4477, 4477, 4478, 4478, 4478, 4479, 4479, 4479, 4480,
- 4480, 4480, 4481, 4481, 4481, 4482, 4482, 4483, 4483, 849,
-
- 4483, 4483, 4484, 848, 4484, 4484, 4485, 4485, 4486, 4486,
- 4487, 4487, 4488, 4488, 4489, 4489, 4490, 4490, 4491, 4491,
- 4492, 4492, 4493, 4493, 4494, 4494, 4494, 4495, 4495, 4495,
- 4496, 4496, 4496, 4497, 4497, 4497, 4498, 4498, 4498, 4499,
- 4499, 4499, 4500, 4500, 4500, 4501, 4501, 4502, 4502, 4502,
- 4503, 4503, 4503, 4504, 4504, 4504, 4505, 847, 4505, 4505,
- 4506, 4506, 4507, 4507, 4508, 4508, 4509, 4509, 4510, 4510,
- 4511, 4511, 4512, 4512, 4513, 4513, 4513, 4514, 4514, 4514,
- 4515, 4515, 4515, 4516, 4516, 4516, 4517, 4517, 4517, 4518,
- 4518, 4518, 4519, 4519, 4519, 4520, 4520, 4520, 4521, 4521,
-
- 4522, 846, 4522, 4522, 4523, 4523, 4524, 4524, 4525, 4525,
- 4526, 4526, 4527, 4527, 4528, 4528, 4528, 4529, 4529, 4529,
- 4530, 4530, 4530, 4531, 4531, 4531, 4532, 4532, 4532, 4533,
- 4533, 4533, 4534, 845, 4534, 4534, 4535, 4535, 4536, 4536,
- 4537, 4537, 4538, 4538, 4538, 4539, 4539, 4539, 4540, 4540,
- 4540, 4541, 4541, 4541, 4542, 844, 4542, 4542, 4543, 4543,
- 4544, 4544, 4545, 4545, 4545, 4546, 4546, 4546, 4547, 843,
- 4547, 4547, 4548, 4548, 4548, 4549, 842, 4549, 4549, 4550,
- 841, 4550, 4550, 4551, 840, 4551, 4551, 4552, 839, 4552,
- 4552, 4553, 838, 4553, 4553, 4554, 837, 4554, 4554, 4555,
-
- 836, 4555, 4555, 4556, 835, 4556, 4556, 4557, 834, 4557,
- 4557, 4558, 833, 4558, 4558, 4559, 832, 4559, 4559, 4560,
- 831, 4560, 4560, 4561, 830, 4561, 4561, 4562, 829, 4562,
- 4562, 4563, 828, 4563, 4563, 4564, 827, 4564, 4564, 4565,
- 826, 4565, 4565, 4566, 825, 4566, 4566, 4567, 823, 4567,
- 4567, 4568, 810, 4568, 4568, 4569, 800, 4569, 4569, 4570,
- 799, 4570, 4570, 4571, 798, 4571, 4571, 4572, 797, 4572,
- 4572, 4573, 796, 4573, 4573, 4574, 795, 4574, 4574, 4575,
- 780, 4575, 4575, 773, 769, 766, 764, 763, 762, 761,
- 760, 759, 758, 757, 756, 755, 754, 753, 752, 751,
-
- 750, 749, 748, 747, 746, 745, 744, 743, 742, 741,
- 740, 739, 737, 734, 729, 726, 716, 711, 708, 707,
- 706, 705, 704, 703, 702, 690, 684, 677, 675, 674,
- 673, 672, 671, 670, 669, 668, 667, 666, 665, 664,
- 663, 662, 661, 660, 659, 658, 657, 656, 655, 653,
- 647, 645, 632, 631, 630, 620, 619, 613, 612, 611,
- 610, 609, 608, 607, 595, 592, 589, 584, 581, 579,
- 578, 577, 576, 575, 574, 573, 572, 571, 570, 569,
- 568, 567, 566, 565, 564, 562, 556, 550, 549, 526,
- 521, 520, 519, 518, 517, 516, 512, 499, 492, 489,
-
- 487, 486, 485, 484, 483, 482, 481, 480, 479, 478,
- 477, 475, 468, 461, 460, 437, 433, 432, 431, 430,
- 429, 428, 422, 409, 402, 399, 397, 396, 395, 394,
- 393, 392, 391, 390, 388, 381, 372, 371, 349, 337,
- 316, 314, 313, 312, 311, 310, 308, 246, 238, 231,
- 226, 222, 221, 220, 218, 146, 143, 141, 140, 139,
- 131, 129, 72, 61, 59, 57, 56, 54, 51, 49,
- 42, 35, 13, 8, 3, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
-
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864,
- 2864, 2864, 2864, 2864
+ 15, 15, 19, 22, 647, 21, 123, 24, 25, 25,
+ 20, 26, 31, 19, 31, 30, 748, 25, 748, 22,
+ 19, 20, 15, 15, 15, 15, 15, 15, 19, 53,
+ 20, 71, 621, 610, 31, 19, 22, 19, 27, 27,
+
+ 26, 636, 22, 25, 19, 71, 15, 32, 25, 28,
+ 647, 26, 29, 27, 22, 28, 26, 29, 33, 25,
+ 30, 33, 26, 28, 133, 27, 30, 33, 636, 27,
+ 34, 133, 32, 27, 34, 59, 32, 621, 27, 29,
+ 35, 28, 71, 29, 34, 63, 32, 32, 28, 27,
+ 28, 32, 29, 61, 29, 35, 32, 29, 32, 159,
+ 28, 59, 615, 29, 37, 35, 39, 33, 61, 33,
+ 620, 37, 39, 34, 38, 38, 63, 40, 620, 35,
+ 39, 34, 40, 159, 37, 59, 64, 159, 37, 38,
+ 45, 45, 45, 45, 45, 37, 63, 137, 39, 1320,
+
+ 615, 38, 1320, 137, 61, 39, 67, 190, 40, 47,
+ 47, 47, 47, 47, 38, 66, 48, 39, 48, 48,
+ 48, 48, 48, 48, 64, 38, 67, 65, 40, 41,
+ 230, 190, 65, 41, 41, 638, 230, 64, 65, 190,
+ 41, 74, 41, 41, 56, 56, 69, 49, 41, 49,
+ 49, 49, 49, 49, 49, 41, 68, 67, 66, 41,
+ 41, 755, 638, 755, 1388, 41, 66, 41, 41, 70,
+ 72, 56, 41, 76, 80, 83, 72, 69, 74, 41,
+ 54, 54, 54, 54, 54, 54, 54, 54, 54, 54,
+ 54, 54, 74, 75, 78, 56, 77, 69, 68, 76,
+
+ 79, 82, 72, 81, 84, 85, 90, 68, 86, 88,
+ 70, 80, 54, 54, 54, 54, 54, 54, 76, 83,
+ 70, 72, 87, 89, 85, 80, 83, 86, 93, 91,
+ 98, 94, 99, 75, 78, 77, 90, 635, 88, 95,
+ 82, 102, 88, 79, 75, 78, 84, 77, 93, 81,
+ 89, 79, 82, 624, 81, 84, 85, 90, 92, 86,
+ 88, 92, 100, 97, 619, 87, 91, 96, 95, 97,
+ 104, 101, 93, 87, 89, 94, 99, 635, 105, 93,
+ 91, 98, 94, 99, 96, 102, 103, 92, 100, 101,
+ 95, 624, 102, 96, 106, 97, 108, 110, 111, 107,
+
+ 116, 112, 109, 619, 113, 104, 617, 100, 96, 92,
+ 104, 110, 117, 101, 97, 96, 116, 114, 106, 115,
+ 105, 104, 101, 103, 118, 117, 120, 106, 103, 105,
+ 107, 112, 111, 113, 109, 120, 121, 103, 119, 109,
+ 122, 617, 108, 109, 114, 109, 180, 108, 110, 111,
+ 107, 116, 112, 109, 119, 113, 218, 124, 115, 114,
+ 643, 126, 115, 117, 1389, 118, 224, 121, 114, 317,
+ 115, 180, 323, 224, 1390, 118, 317, 120, 323, 643,
+ 218, 139, 122, 124, 218, 126, 180, 121, 325, 119,
+ 1391, 122, 126, 128, 325, 128, 128, 128, 128, 128,
+
+ 409, 140, 124, 127, 139, 127, 409, 129, 127, 129,
+ 129, 129, 129, 129, 136, 136, 136, 136, 136, 140,
+ 127, 130, 127, 130, 130, 130, 130, 130, 130, 127,
+ 145, 127, 139, 131, 127, 131, 131, 131, 131, 131,
+ 131, 147, 141, 140, 127, 148, 127, 150, 156, 145,
+ 151, 152, 140, 127, 138, 138, 138, 138, 138, 138,
+ 138, 138, 138, 138, 138, 138, 141, 153, 153, 154,
+ 147, 155, 158, 160, 150, 141, 162, 157, 152, 156,
+ 163, 145, 161, 148, 164, 168, 138, 138, 138, 138,
+ 138, 138, 147, 170, 151, 158, 148, 166, 150, 156,
+
+ 165, 151, 152, 157, 167, 167, 167, 176, 160, 154,
+ 155, 163, 169, 174, 162, 173, 177, 171, 153, 158,
+ 154, 172, 155, 158, 160, 168, 161, 162, 157, 164,
+ 178, 163, 170, 161, 165, 164, 168, 171, 166, 175,
+ 183, 172, 179, 169, 170, 175, 186, 177, 166, 174,
+ 176, 165, 181, 179, 184, 182, 189, 167, 176, 173,
+ 188, 194, 1392, 169, 174, 192, 173, 177, 171, 197,
+ 181, 193, 172, 185, 178, 189, 191, 183, 179, 182,
+ 185, 178, 195, 199, 196, 184, 201, 198, 182, 400,
+ 175, 183, 200, 179, 181, 188, 400, 186, 185, 189,
+
+ 192, 194, 192, 181, 185, 184, 198, 189, 202, 204,
+ 191, 188, 194, 185, 197, 193, 192, 196, 203, 200,
+ 197, 206, 193, 201, 207, 199, 195, 191, 205, 208,
+ 210, 211, 209, 195, 199, 196, 212, 201, 198, 202,
+ 204, 212, 213, 200, 203, 214, 215, 205, 216, 217,
+ 239, 616, 411, 235, 211, 239, 718, 206, 411, 202,
+ 204, 209, 366, 233, 208, 412, 1393, 210, 207, 203,
+ 215, 412, 206, 213, 238, 207, 659, 219, 235, 205,
+ 208, 210, 211, 209, 219, 219, 503, 212, 366, 219,
+ 216, 235, 503, 213, 718, 616, 214, 215, 233, 216,
+
+ 217, 239, 219, 220, 220, 220, 220, 220, 219, 219,
+ 366, 238, 244, 219, 233, 659, 221, 219, 221, 221,
+ 221, 221, 221, 221, 222, 238, 222, 222, 222, 222,
+ 222, 222, 228, 228, 228, 228, 228, 229, 229, 229,
+ 229, 229, 232, 232, 232, 232, 232, 232, 232, 232,
+ 232, 232, 232, 232, 234, 237, 240, 241, 245, 242,
+ 246, 244, 247, 244, 247, 252, 250, 234, 255, 256,
+ 248, 249, 257, 491, 232, 232, 232, 232, 232, 232,
+ 491, 254, 1394, 258, 259, 267, 237, 240, 246, 263,
+ 267, 264, 234, 241, 242, 250, 259, 260, 265, 255,
+
+ 245, 261, 271, 259, 262, 234, 237, 240, 241, 245,
+ 242, 246, 248, 247, 257, 249, 252, 250, 254, 255,
+ 256, 248, 249, 257, 258, 266, 268, 261, 260, 265,
+ 262, 263, 254, 264, 258, 259, 267, 269, 270, 272,
+ 263, 274, 264, 269, 273, 279, 271, 278, 260, 265,
+ 1395, 266, 261, 271, 277, 262, 282, 268, 276, 276,
+ 280, 281, 284, 287, 285, 282, 288, 1396, 286, 290,
+ 303, 289, 291, 270, 293, 300, 266, 268, 292, 273,
+ 277, 295, 278, 294, 299, 276, 280, 286, 269, 270,
+ 272, 282, 274, 285, 296, 273, 279, 298, 278, 301,
+
+ 290, 281, 302, 291, 277, 293, 300, 282, 288, 276,
+ 280, 289, 281, 284, 287, 285, 295, 288, 292, 286,
+ 290, 303, 289, 291, 299, 293, 300, 298, 304, 292,
+ 301, 294, 295, 296, 294, 299, 305, 306, 307, 308,
+ 309, 353, 301, 302, 310, 296, 354, 582, 298, 462,
+ 301, 625, 1003, 302, 582, 312, 310, 312, 312, 312,
+ 312, 312, 327, 306, 353, 1003, 311, 642, 304, 354,
+ 310, 305, 353, 462, 311, 1397, 505, 354, 311, 304,
+ 462, 310, 505, 309, 328, 737, 625, 305, 306, 307,
+ 308, 309, 311, 313, 310, 313, 313, 313, 313, 313,
+
+ 311, 327, 314, 311, 314, 314, 314, 314, 314, 314,
+ 330, 332, 642, 327, 737, 315, 311, 315, 315, 315,
+ 315, 315, 315, 326, 326, 326, 326, 326, 326, 326,
+ 326, 326, 326, 326, 326, 328, 331, 333, 335, 336,
+ 337, 333, 338, 340, 334, 339, 338, 348, 344, 342,
+ 902, 332, 346, 341, 330, 326, 326, 326, 326, 326,
+ 326, 330, 332, 333, 334, 341, 342, 334, 347, 343,
+ 349, 350, 351, 352, 348, 357, 356, 337, 343, 331,
+ 340, 335, 355, 336, 902, 339, 360, 331, 333, 335,
+ 336, 337, 344, 338, 340, 334, 339, 359, 348, 344,
+
+ 342, 346, 362, 346, 341, 361, 350, 351, 356, 364,
+ 347, 359, 357, 355, 365, 352, 363, 365, 367, 347,
+ 343, 349, 350, 351, 352, 360, 357, 356, 369, 368,
+ 370, 373, 371, 355, 363, 363, 1399, 360, 364, 362,
+ 361, 372, 378, 365, 374, 377, 381, 369, 359, 376,
+ 375, 387, 388, 362, 370, 379, 361, 367, 380, 384,
+ 364, 376, 370, 376, 386, 365, 373, 363, 368, 367,
+ 375, 369, 372, 374, 377, 379, 381, 389, 385, 369,
+ 368, 371, 373, 371, 390, 378, 391, 380, 394, 393,
+ 415, 389, 372, 378, 458, 374, 377, 381, 1402, 627,
+
+ 376, 375, 387, 388, 384, 395, 379, 385, 386, 380,
+ 384, 714, 506, 1407, 394, 386, 508, 390, 506, 458,
+ 415, 395, 508, 816, 1223, 391, 1223, 816, 389, 385,
+ 393, 395, 416, 419, 458, 390, 394, 391, 417, 1411,
+ 393, 415, 423, 627, 422, 395, 396, 396, 396, 396,
+ 396, 714, 397, 395, 397, 397, 397, 397, 397, 397,
+ 398, 418, 398, 398, 398, 398, 398, 398, 414, 414,
+ 414, 414, 414, 414, 414, 414, 414, 414, 414, 414,
+ 421, 417, 425, 416, 419, 426, 422, 423, 424, 417,
+ 428, 427, 430, 423, 418, 422, 434, 429, 432, 435,
+
+ 414, 414, 414, 414, 414, 414, 429, 431, 424, 436,
+ 439, 432, 418, 438, 437, 421, 426, 447, 432, 448,
+ 450, 428, 1419, 459, 453, 432, 425, 454, 455, 452,
+ 456, 421, 1423, 425, 451, 463, 426, 430, 465, 424,
+ 427, 428, 427, 430, 447, 460, 436, 434, 429, 432,
+ 435, 431, 437, 446, 451, 453, 454, 456, 431, 459,
+ 436, 439, 448, 438, 438, 437, 452, 455, 447, 446,
+ 448, 450, 457, 446, 459, 453, 464, 461, 454, 455,
+ 452, 456, 465, 457, 466, 451, 463, 467, 460, 465,
+ 470, 469, 472, 473, 468, 471, 460, 461, 474, 481,
+
+ 474, 478, 477, 482, 446, 464, 509, 479, 457, 479,
+ 480, 480, 509, 484, 618, 474, 820, 612, 622, 817,
+ 473, 461, 467, 457, 466, 468, 470, 464, 461, 471,
+ 1431, 817, 644, 482, 472, 466, 469, 478, 467, 477,
+ 484, 470, 469, 472, 473, 468, 471, 485, 612, 474,
+ 481, 644, 478, 477, 482, 820, 485, 512, 479, 513,
+ 622, 480, 618, 519, 484, 486, 486, 486, 486, 486,
+ 486, 511, 485, 487, 487, 487, 487, 487, 487, 488,
+ 485, 488, 488, 488, 488, 488, 488, 485, 489, 515,
+ 489, 489, 489, 489, 489, 489, 510, 510, 510, 510,
+
+ 510, 510, 510, 510, 510, 510, 510, 510, 512, 516,
+ 513, 511, 517, 518, 519, 520, 521, 528, 523, 526,
+ 524, 525, 511, 530, 527, 532, 1437, 515, 510, 510,
+ 510, 510, 510, 510, 522, 539, 521, 523, 531, 522,
+ 515, 540, 544, 522, 516, 547, 526, 542, 518, 541,
+ 517, 524, 525, 545, 549, 546, 532, 546, 520, 527,
+ 516, 528, 550, 517, 518, 548, 520, 521, 528, 523,
+ 526, 524, 525, 531, 530, 527, 532, 539, 541, 553,
+ 556, 558, 544, 540, 545, 522, 539, 557, 542, 531,
+ 559, 547, 540, 544, 554, 548, 547, 549, 542, 554,
+
+ 541, 555, 561, 560, 545, 549, 546, 552, 562, 552,
+ 564, 565, 552, 550, 563, 566, 548, 570, 558, 567,
+ 571, 576, 552, 556, 572, 554, 573, 555, 559, 599,
+ 553, 556, 558, 574, 563, 599, 557, 564, 557, 562,
+ 561, 559, 560, 601, 661, 554, 573, 555, 570, 601,
+ 576, 571, 577, 561, 560, 565, 1439, 602, 552, 562,
+ 566, 564, 565, 602, 567, 563, 566, 677, 570, 572,
+ 567, 571, 576, 574, 677, 572, 661, 573, 577, 578,
+ 578, 578, 578, 578, 574, 579, 623, 579, 579, 579,
+ 579, 579, 579, 645, 646, 648, 637, 580, 577, 580,
+
+ 580, 580, 580, 580, 580, 604, 605, 606, 607, 654,
+ 658, 604, 605, 606, 607, 609, 609, 609, 609, 609,
+ 609, 609, 609, 609, 609, 609, 609, 637, 649, 650,
+ 657, 660, 662, 665, 623, 669, 666, 645, 667, 646,
+ 654, 648, 649, 749, 735, 658, 671, 609, 609, 609,
+ 609, 609, 609, 757, 650, 672, 672, 672, 672, 672,
+ 1440, 763, 660, 662, 721, 699, 650, 649, 763, 721,
+ 667, 699, 701, 757, 657, 665, 735, 671, 701, 649,
+ 666, 749, 669, 673, 673, 673, 673, 673, 674, 715,
+ 674, 674, 674, 674, 674, 674, 675, 717, 675, 675,
+
+ 675, 675, 675, 675, 702, 703, 704, 705, 706, 708,
+ 702, 703, 704, 705, 706, 708, 709, 710, 712, 716,
+ 715, 719, 709, 710, 711, 711, 711, 711, 711, 711,
+ 711, 711, 711, 711, 711, 711, 720, 712, 722, 717,
+ 723, 725, 726, 734, 738, 739, 740, 742, 745, 747,
+ 716, 750, 743, 744, 810, 753, 711, 711, 711, 711,
+ 711, 711, 746, 752, 756, 719, 1214, 723, 745, 722,
+ 811, 790, 725, 831, 810, 792, 738, 790, 1214, 742,
+ 720, 792, 726, 743, 744, 739, 740, 734, 809, 747,
+ 1441, 793, 795, 746, 750, 752, 756, 793, 795, 745,
+
+ 753, 760, 831, 760, 760, 760, 760, 760, 760, 761,
+ 811, 761, 761, 761, 761, 761, 761, 796, 797, 799,
+ 800, 801, 802, 796, 797, 799, 800, 801, 802, 803,
+ 804, 807, 813, 809, 814, 803, 804, 806, 806, 806,
+ 806, 806, 806, 806, 806, 806, 806, 806, 806, 812,
+ 815, 818, 819, 827, 828, 832, 829, 834, 830, 833,
+ 835, 838, 839, 813, 841, 814, 807, 840, 844, 806,
+ 806, 806, 806, 806, 806, 846, 850, 842, 843, 845,
+ 910, 815, 881, 850, 832, 912, 828, 829, 881, 812,
+ 830, 833, 819, 827, 883, 818, 834, 884, 840, 841,
+
+ 883, 1448, 835, 884, 912, 886, 838, 839, 842, 843,
+ 845, 886, 1224, 844, 1224, 910, 847, 846, 847, 847,
+ 847, 847, 847, 847, 848, 900, 848, 848, 848, 848,
+ 848, 848, 887, 888, 889, 890, 891, 892, 887, 888,
+ 889, 890, 891, 892, 893, 895, 896, 897, 898, 901,
+ 893, 895, 896, 897, 898, 899, 899, 899, 899, 899,
+ 899, 899, 899, 899, 899, 899, 899, 903, 904, 905,
+ 909, 906, 907, 911, 919, 900, 920, 922, 926, 923,
+ 924, 927, 928, 933, 931, 1005, 1027, 899, 899, 899,
+ 899, 899, 899, 901, 925, 929, 932, 934, 935, 940,
+
+ 1028, 909, 933, 919, 936, 1449, 940, 1321, 922, 905,
+ 1321, 920, 903, 906, 907, 923, 924, 904, 911, 1028,
+ 1454, 1027, 926, 927, 1005, 925, 928, 929, 931, 934,
+ 937, 936, 937, 937, 937, 937, 937, 937, 932, 938,
+ 935, 938, 938, 938, 938, 938, 938, 976, 978, 979,
+ 981, 982, 983, 976, 978, 979, 981, 982, 983, 984,
+ 986, 987, 988, 990, 991, 984, 986, 987, 988, 990,
+ 991, 992, 993, 994, 995, 996, 999, 992, 993, 994,
+ 995, 996, 998, 998, 998, 998, 998, 998, 998, 998,
+ 998, 998, 998, 998, 1001, 1002, 1004, 1010, 1006, 1007,
+
+ 1008, 1009, 1017, 1018, 1020, 1019, 1022, 999, 1023, 1024,
+ 1031, 1118, 1021, 1130, 998, 998, 998, 998, 998, 998,
+ 1026, 1029, 1076, 1030, 1032, 1078, 1036, 1104, 1076, 1031,
+ 1118, 1078, 1018, 1036, 1443, 1020, 1001, 1006, 1007, 1002,
+ 1008, 1004, 1017, 1021, 1079, 1009, 1010, 1019, 1022, 1130,
+ 1079, 1023, 1026, 1032, 1024, 1030, 1029, 1033, 1104, 1033,
+ 1033, 1033, 1033, 1033, 1033, 1034, 1443, 1034, 1034, 1034,
+ 1034, 1034, 1034, 1080, 1081, 1082, 1083, 1085, 1086, 1080,
+ 1081, 1082, 1083, 1085, 1086, 1087, 1088, 1089, 1090, 1091,
+ 1092, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1096,
+
+ 1097, 1098, 1099, 1093, 1094, 1096, 1097, 1098, 1099, 1100,
+ 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100,
+ 1100, 1102, 1105, 1106, 1107, 1108, 1109, 1116, 1111, 1117,
+ 1119, 1120, 1123, 1121, 1126, 1117, 1122, 1124, 1125, 1127,
+ 1211, 1100, 1100, 1100, 1100, 1100, 1100, 1129, 1128, 1134,
+ 1106, 1107, 1121, 1179, 1122, 1227, 1134, 1181, 1108, 1179,
+ 1456, 1102, 1457, 1181, 1116, 1109, 1105, 1111, 1124, 1126,
+ 1182, 1123, 1458, 1227, 1119, 1120, 1182, 1211, 1125, 1128,
+ 1459, 1131, 1129, 1131, 1131, 1131, 1131, 1131, 1131, 1127,
+ 1132, 1208, 1132, 1132, 1132, 1132, 1132, 1132, 1184, 1185,
+
+ 1186, 1188, 1189, 1190, 1184, 1185, 1186, 1188, 1189, 1190,
+ 1191, 1192, 1193, 1195, 1196, 1197, 1191, 1192, 1193, 1195,
+ 1196, 1197, 1199, 1200, 1201, 1202, 1203, 1204, 1199, 1200,
+ 1201, 1202, 1203, 1204, 1205, 1212, 1208, 1209, 1213, 1215,
+ 1205, 1207, 1207, 1207, 1207, 1207, 1207, 1207, 1207, 1207,
+ 1207, 1207, 1207, 1221, 1222, 1225, 1226, 1228, 1229, 1230,
+ 1231, 1232, 1233, 1234, 1238, 1319, 1460, 1461, 1215, 1438,
+ 1323, 1238, 1212, 1207, 1207, 1207, 1207, 1207, 1207, 1287,
+ 1209, 1462, 1213, 1332, 1463, 1287, 1289, 1226, 1290, 1222,
+ 1225, 1231, 1289, 1221, 1290, 1292, 1293, 1229, 1234, 1228,
+
+ 1294, 1292, 1293, 1232, 1295, 1323, 1294, 1438, 1319, 1230,
+ 1295, 1235, 1233, 1235, 1235, 1235, 1235, 1235, 1235, 1236,
+ 1332, 1236, 1236, 1236, 1236, 1236, 1236, 1296, 1297, 1298,
+ 1299, 1301, 1302, 1296, 1297, 1298, 1299, 1301, 1302, 1303,
+ 1304, 1305, 1306, 1307, 1308, 1303, 1304, 1305, 1306, 1307,
+ 1308, 1309, 1310, 1311, 1313, 1314, 1315, 1309, 1310, 1311,
+ 1313, 1314, 1315, 1316, 1318, 1322, 1327, 1328, 1329, 1316,
+ 1317, 1317, 1317, 1317, 1317, 1317, 1317, 1317, 1317, 1317,
+ 1317, 1317, 1330, 1331, 1333, 1335, 1340, 1336, 1339, 1341,
+ 1442, 1341, 1341, 1341, 1341, 1341, 1341, 1318, 1450, 1322,
+
+ 1445, 1464, 1317, 1317, 1317, 1317, 1317, 1317, 1327, 1344,
+ 1465, 1450, 1466, 1329, 1398, 1333, 1344, 1328, 1336, 1339,
+ 1398, 1442, 1467, 1400, 1401, 1340, 1468, 1330, 1335, 1400,
+ 1401, 1445, 1342, 1331, 1342, 1342, 1342, 1342, 1342, 1342,
+ 1403, 1404, 1405, 1406, 1408, 1409, 1403, 1404, 1405, 1406,
+ 1408, 1409, 1410, 1412, 1413, 1414, 1415, 1416, 1410, 1412,
+ 1413, 1414, 1415, 1416, 1417, 1418, 1420, 1421, 1422, 1424,
+ 1417, 1418, 1420, 1421, 1422, 1424, 1425, 1426, 1427, 1428,
+ 1429, 1430, 1425, 1426, 1427, 1428, 1429, 1430, 1432, 1432,
+ 1432, 1432, 1432, 1432, 1432, 1432, 1432, 1432, 1432, 1432,
+
+ 1433, 1434, 1435, 1436, 1444, 1446, 1447, 1452, 1451, 1452,
+ 1452, 1452, 1452, 1452, 1452, 1469, 1470, 1471, 1472, 1455,
+ 1432, 1432, 1432, 1432, 1432, 1432, 1455, 1473, 1434, 1435,
+ 1436, 1474, 1475, 1476, 1433, 1477, 1444, 1478, 1479, 1480,
+ 1446, 1451, 1481, 1482, 1483, 1484, 1485, 1486, 1453, 1447,
+ 1453, 1453, 1453, 1453, 1453, 1453, 1487, 1488, 1489, 1490,
+ 1491, 1492, 1493, 1494, 1495, 1496, 1497, 1498, 1499, 1500,
+ 1501, 1502, 1503, 1504, 1505, 1506, 1507, 1508, 1509, 1510,
+ 1511, 1512, 1513, 1514, 1515, 1516, 1517, 1518, 1513, 1519,
+ 1515, 1516, 1517, 1518, 1520, 1519, 1521, 1522, 1523, 1524,
+
+ 1520, 1525, 1526, 1522, 1523, 1524, 1527, 1525, 1526, 1528,
+ 1529, 1530, 1527, 1531, 1532, 1528, 1529, 1530, 1533, 1531,
+ 1534, 1535, 1536, 1537, 1533, 1538, 1534, 1535, 1536, 1537,
+ 1539, 1538, 1540, 1541, 1542, 1543, 1539, 1544, 1540, 1541,
+ 1542, 1543, 1545, 1546, 1547, 1548, 1550, 1551, 1545, 1546,
+ 1547, 1548, 1549, 1549, 1549, 1549, 1549, 1549, 1549, 1549,
+ 1549, 1549, 1549, 1549, 1552, 1553, 1554, 1555, 1556, 1557,
+ 1558, 1559, 1561, 1562, 1564, 1567, 1568, 1560, 1563, 1569,
+ 1551, 1570, 1571, 1568, 1549, 1549, 1549, 1549, 1549, 1549,
+ 1560, 1572, 1573, 1552, 1553, 1574, 1575, 1576, 1577, 1561,
+
+ 1578, 1554, 1558, 1559, 1565, 1563, 1565, 1565, 1565, 1565,
+ 1565, 1565, 1566, 1579, 1566, 1566, 1566, 1566, 1566, 1566,
+ 1580, 1581, 1562, 1582, 1583, 1584, 1585, 1586, 1587, 1588,
+ 1589, 1590, 1591, 1592, 1593, 1594, 1595, 1596, 1597, 1598,
+ 1599, 1600, 1601, 1602, 1603, 1604, 1605, 1606, 1607, 1608,
+ 1609, 1610, 1611, 1612, 1613, 1614, 1615, 1616, 1617, 1618,
+ 1619, 1620, 1621, 1622, 1623, 1624, 1625, 1626, 1627, 1628,
+ 1629, 1630, 1631, 1632, 1633, 1634, 1629, 1635, 1631, 1632,
+ 1636, 1634, 1637, 1635, 1638, 1639, 1636, 1640, 1641, 1642,
+ 1638, 1639, 1643, 1640, 1641, 1642, 1644, 1645, 1643, 1646,
+
+ 1647, 1648, 1649, 1645, 1650, 1646, 1647, 1651, 1649, 1652,
+ 1650, 1653, 1654, 1651, 1655, 1652, 1656, 1653, 1654, 1657,
+ 1655, 1658, 1659, 1660, 1661, 1657, 1662, 1658, 1659, 1663,
+ 1661, 1664, 1662, 1665, 1666, 1663, 1667, 1664, 1668, 1665,
+ 1666, 1670, 1667, 1669, 1669, 1669, 1669, 1669, 1669, 1669,
+ 1669, 1669, 1669, 1669, 1669, 1671, 1672, 1673, 1674, 1675,
+ 1676, 1677, 1681, 1680, 1684, 1686, 1678, 1679, 1687, 1688,
+ 1689, 1684, 1670, 1690, 1691, 1669, 1669, 1669, 1669, 1669,
+ 1669, 1682, 1693, 1682, 1682, 1682, 1682, 1682, 1682, 1671,
+ 1672, 1676, 1677, 1678, 1694, 1679, 1685, 1692, 1695, 1696,
+
+ 1697, 1673, 1680, 1685, 1692, 1698, 1699, 1700, 1701, 1683,
+ 1681, 1683, 1683, 1683, 1683, 1683, 1683, 1702, 1703, 1704,
+ 1705, 1706, 1707, 1708, 1709, 1710, 1711, 1712, 1713, 1714,
+ 1715, 1716, 1717, 1718, 1719, 1720, 1721, 1722, 1723, 1724,
+ 1725, 1726, 1727, 1728, 1729, 1730, 1731, 1732, 1733, 1734,
+ 1735, 1736, 1737, 1738, 1739, 1740, 1741, 1742, 1743, 1744,
+ 1745, 1746, 1747, 1748, 1749, 1750, 1751, 1752, 1753, 1748,
+ 1754, 1750, 1751, 1755, 1753, 1756, 1754, 1757, 1758, 1755,
+ 1759, 1756, 1760, 1757, 1758, 1761, 1759, 1762, 1760, 1763,
+ 1764, 1765, 1766, 1762, 1767, 1763, 1764, 1765, 1766, 1768,
+
+ 1767, 1769, 1770, 1771, 1772, 1768, 1773, 1769, 1770, 1771,
+ 1772, 1774, 1775, 1776, 1777, 1778, 1779, 1774, 1775, 1776,
+ 1777, 1778, 1779, 1780, 1781, 1782, 1783, 1784, 1785, 1780,
+ 1781, 1782, 1783, 1784, 1786, 1787, 1788, 1789, 1792, 1791,
+ 1786, 1787, 1788, 1789, 1790, 1790, 1790, 1790, 1790, 1790,
+ 1790, 1790, 1790, 1790, 1790, 1790, 1793, 1794, 1795, 1796,
+ 1797, 1798, 1799, 1800, 1801, 1802, 1805, 1806, 1807, 1792,
+ 1808, 1809, 1802, 1805, 1810, 1811, 1790, 1790, 1790, 1790,
+ 1790, 1790, 1791, 1812, 1813, 1814, 1815, 1793, 1816, 1817,
+ 1818, 1819, 1803, 1801, 1803, 1803, 1803, 1803, 1803, 1803,
+
+ 1800, 1820, 1797, 1798, 1821, 1822, 1823, 1824, 1825, 1804,
+ 1799, 1804, 1804, 1804, 1804, 1804, 1804, 1826, 1827, 1828,
+ 1829, 1830, 1831, 1832, 1833, 1834, 1835, 1836, 1837, 1838,
+ 1839, 1840, 1841, 1842, 1843, 1844, 1845, 1846, 1847, 1848,
+ 1849, 1850, 1851, 1852, 1853, 1854, 1855, 1856, 1857, 1858,
+ 1859, 1860, 1861, 1862, 1863, 1864, 1865, 1866, 1867, 1868,
+ 1869, 1870, 1871, 1872, 1873, 1874, 1869, 1875, 1871, 1872,
+ 1873, 1874, 1876, 1875, 1877, 1878, 1879, 1880, 1881, 1882,
+ 1877, 1878, 1879, 1883, 1881, 1882, 1884, 1885, 1886, 1883,
+ 1887, 1888, 1884, 1885, 1886, 1889, 1887, 1890, 1891, 1892,
+
+ 1893, 1889, 1894, 1890, 1891, 1895, 1893, 1896, 1894, 1897,
+ 1898, 1895, 1899, 1896, 1900, 1897, 1898, 1901, 1899, 1902,
+ 1903, 1904, 1905, 1901, 1906, 1902, 1903, 1907, 1905, 1908,
+ 1906, 1909, 1910, 1907, 1911, 1908, 1912, 1909, 1910, 1914,
+ 1911, 1913, 1913, 1913, 1913, 1913, 1913, 1913, 1913, 1913,
+ 1913, 1913, 1913, 1915, 1916, 1917, 1918, 1919, 1920, 1921,
+ 1922, 1923, 1924, 1927, 1928, 1925, 1921, 1925, 1925, 1925,
+ 1925, 1925, 1925, 1913, 1913, 1913, 1913, 1913, 1913, 1926,
+ 1929, 1926, 1926, 1926, 1926, 1926, 1926, 1930, 1931, 1932,
+ 1933, 1922, 1934, 1935, 1936, 1937, 1938, 1939, 1940, 1941,
+
+ 1942, 1943, 1944, 1945, 1924, 1946, 1947, 1948, 1949, 1950,
+ 1951, 1952, 1953, 1954, 1955, 1956, 1957, 1958, 1959, 1960,
+ 1961, 1962, 1963, 1964, 1965, 1966, 1967, 1968, 1969, 1970,
+ 1971, 1972, 1973, 1974, 1975, 1976, 1977, 1978, 1979, 1980,
+ 1981, 1982, 1983, 1984, 1985, 1986, 1987, 1988, 1989, 1990,
+ 1991, 1992, 1993, 1988, 1989, 1990, 1991, 1994, 1993, 1995,
+ 1996, 1997, 1998, 1994, 1999, 1995, 1996, 1997, 1998, 2000,
+ 1999, 2001, 2002, 2003, 2004, 2000, 2005, 2001, 2002, 2006,
+ 2004, 2007, 2005, 2008, 2009, 2006, 2010, 2007, 2011, 2008,
+ 2009, 2012, 2010, 2013, 2011, 2014, 2015, 2012, 2016, 2013,
+
+ 2017, 2014, 2018, 2019, 2016, 2020, 2017, 2021, 2018, 2019,
+ 2022, 2020, 2023, 2021, 2024, 2025, 2022, 2026, 2023, 2027,
+ 2024, 2025, 2028, 2026, 2029, 2030, 2031, 2033, 2028, 2034,
+ 2029, 2030, 2031, 2032, 2032, 2032, 2032, 2032, 2032, 2032,
+ 2032, 2032, 2032, 2032, 2032, 2035, 2036, 2038, 2037, 2038,
+ 2038, 2038, 2038, 2038, 2038, 2039, 2040, 2039, 2039, 2039,
+ 2039, 2039, 2039, 2041, 2042, 2032, 2032, 2032, 2032, 2032,
+ 2032, 2043, 2044, 2045, 2046, 2047, 2048, 2049, 2050, 2051,
+ 2052, 2053, 2054, 2055, 2056, 2057, 2058, 2035, 2037, 2059,
+ 2060, 2061, 2062, 2063, 2064, 2065, 2066, 2067, 2068, 2069,
+
+ 2070, 2071, 2072, 2073, 2074, 2075, 2076, 2077, 2078, 2079,
+ 2080, 2081, 2082, 2083, 2084, 2085, 2086, 2087, 2088, 2089,
+ 2090, 2091, 2092, 2093, 2094, 2095, 2096, 2097, 2098, 2099,
+ 2100, 2101, 2102, 2103, 2098, 2099, 2100, 2101, 2102, 2103,
+ 2104, 2105, 2106, 2107, 2108, 2109, 2110, 2105, 2106, 2107,
+ 2111, 2109, 2110, 2112, 2113, 2114, 2111, 2115, 2116, 2112,
+ 2113, 2114, 2117, 2115, 2118, 2119, 2120, 2121, 2117, 2122,
+ 2118, 2119, 2123, 2121, 2124, 2122, 2125, 2126, 2123, 2127,
+ 2124, 2128, 2125, 2126, 2129, 2127, 2130, 2131, 2132, 2133,
+ 2129, 2134, 2130, 2131, 2135, 2133, 2136, 2134, 2137, 2138,
+
+ 2135, 2139, 2136, 2140, 2137, 2138, 2142, 2139, 2141, 2141,
+ 2141, 2141, 2141, 2141, 2141, 2141, 2141, 2141, 2141, 2141,
+ 2143, 2144, 2145, 2146, 2148, 2146, 2146, 2146, 2146, 2146,
+ 2146, 2147, 2149, 2147, 2147, 2147, 2147, 2147, 2147, 2150,
+ 2141, 2141, 2141, 2141, 2141, 2141, 2151, 2152, 2153, 2154,
+ 2155, 2156, 2157, 2158, 2159, 2160, 2161, 2162, 2163, 2164,
+ 2165, 2144, 2166, 2167, 2168, 2169, 2170, 2171, 2172, 2145,
+ 2173, 2174, 2175, 2176, 2177, 2178, 2179, 2180, 2181, 2182,
+ 2183, 2184, 2185, 2186, 2187, 2188, 2189, 2190, 2191, 2192,
+ 2193, 2194, 2195, 2196, 2197, 2198, 2199, 2200, 2201, 2202,
+
+ 2203, 2204, 2205, 2206, 2207, 2202, 2203, 2204, 2205, 2206,
+ 2207, 2208, 2209, 2210, 2211, 2212, 2213, 2208, 2209, 2210,
+ 2211, 2214, 2213, 2215, 2216, 2217, 2218, 2214, 2219, 2215,
+ 2216, 2217, 2218, 2220, 2219, 2221, 2222, 2223, 2224, 2220,
+ 2225, 2221, 2222, 2223, 2226, 2227, 2225, 2228, 2229, 2230,
+ 2226, 2227, 2231, 2228, 2229, 2230, 2232, 2233, 2231, 2234,
+ 2235, 2236, 2232, 2233, 2237, 2234, 2235, 2238, 2239, 2240,
+ 2237, 2242, 2243, 2238, 2239, 2240, 2241, 2241, 2241, 2241,
+ 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2244, 2245,
+ 2246, 2248, 2246, 2246, 2246, 2246, 2246, 2246, 2247, 2249,
+
+ 2247, 2247, 2247, 2247, 2247, 2247, 2250, 2251, 2241, 2241,
+ 2241, 2241, 2241, 2241, 2252, 2253, 2254, 2255, 2256, 2257,
+ 2258, 2259, 2260, 2261, 2262, 2263, 2264, 2265, 2245, 2266,
+ 2267, 2268, 2269, 2245, 2270, 2244, 2271, 2267, 2272, 2273,
+ 2274, 2275, 2276, 2277, 2278, 2279, 2280, 2281, 2282, 2283,
+ 2284, 2285, 2286, 2287, 2288, 2289, 2290, 2291, 2292, 2293,
+ 2294, 2295, 2296, 2297, 2298, 2299, 2300, 2301, 2296, 2297,
+ 2298, 2302, 2300, 2301, 2303, 2304, 2305, 2302, 2306, 2307,
+ 2303, 2304, 2305, 2308, 2306, 2307, 2309, 2310, 2311, 2312,
+ 2313, 2314, 2309, 2310, 2311, 2315, 2313, 2314, 2316, 2317,
+
+ 2318, 2315, 2319, 2320, 2316, 2317, 2318, 2321, 2319, 2322,
+ 2323, 2324, 2325, 2321, 2326, 2322, 2323, 2327, 2325, 2328,
+ 2326, 2329, 2330, 2327, 2331, 2328, 2332, 2329, 2330, 2336,
+ 2331, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333,
+ 2333, 2333, 2333, 2337, 2338, 2339, 2341, 2339, 2339, 2339,
+ 2339, 2339, 2339, 2340, 2342, 2340, 2340, 2340, 2340, 2340,
+ 2340, 2343, 2344, 2333, 2333, 2333, 2333, 2333, 2333, 2345,
+ 2346, 2347, 2348, 2336, 2349, 2350, 2351, 2352, 2338, 2353,
+ 2354, 2355, 2356, 2357, 2358, 2359, 2360, 2361, 2362, 2363,
+ 2364, 2365, 2366, 2367, 2368, 2369, 2370, 2371, 2372, 2373,
+
+ 2374, 2375, 2376, 2377, 2378, 2379, 2380, 2381, 2382, 2383,
+ 2384, 2385, 2386, 2387, 2388, 2383, 2384, 2385, 2386, 2387,
+ 2389, 2390, 2391, 2392, 2393, 2394, 2389, 2390, 2391, 2392,
+ 2393, 2394, 2395, 2396, 2397, 2398, 2399, 2400, 2395, 2396,
+ 2397, 2398, 2399, 2401, 2402, 2403, 2404, 2405, 2406, 2401,
+ 2402, 2403, 2404, 2405, 2406, 2407, 2408, 2409, 2410, 2411,
+ 2412, 2407, 2408, 2409, 2410, 2411, 2413, 2414, 2415, 2416,
+ 2418, 2419, 2413, 2414, 2415, 2416, 2417, 2417, 2417, 2417,
+ 2417, 2417, 2417, 2417, 2417, 2417, 2417, 2417, 2420, 2422,
+ 2420, 2420, 2420, 2420, 2420, 2420, 2421, 2423, 2421, 2421,
+
+ 2421, 2421, 2421, 2421, 2418, 2424, 2425, 2426, 2417, 2417,
+ 2417, 2417, 2417, 2417, 2427, 2428, 2429, 2430, 2431, 2432,
+ 2433, 2434, 2435, 2436, 2437, 2438, 2439, 2440, 2441, 2442,
+ 2443, 2444, 2445, 2446, 2447, 2448, 2449, 2450, 2451, 2452,
+ 2453, 2454, 2455, 2456, 2457, 2458, 2459, 2460, 2461, 2462,
+ 2463, 2464, 2459, 2460, 2461, 2462, 2463, 2464, 2465, 2466,
+ 2467, 2468, 2469, 2470, 2471, 2466, 2467, 2468, 2472, 2470,
+ 2471, 2473, 2474, 2475, 2472, 2476, 2477, 2473, 2474, 2475,
+ 2478, 2476, 2479, 2480, 2481, 2482, 2478, 2483, 2479, 2480,
+ 2484, 2482, 2485, 2483, 2486, 2487, 2484, 2488, 2485, 2489,
+
+ 2486, 2487, 2491, 2488, 2490, 2490, 2490, 2490, 2490, 2490,
+ 2490, 2490, 2490, 2490, 2490, 2490, 2492, 2494, 2492, 2492,
+ 2492, 2492, 2492, 2492, 2493, 2495, 2493, 2493, 2493, 2493,
+ 2493, 2493, 2496, 2497, 2498, 2499, 2490, 2490, 2490, 2490,
+ 2490, 2490, 2500, 2501, 2502, 2503, 2504, 2505, 2506, 2507,
+ 2508, 2509, 2510, 2511, 2512, 2513, 2514, 2515, 2516, 2517,
+ 2518, 2519, 2520, 2521, 2522, 2523, 2524, 2525, 2526, 2527,
+ 2528, 2529, 2530, 2531, 2526, 2527, 2528, 2529, 2530, 2531,
+ 2532, 2533, 2534, 2535, 2536, 2537, 2532, 2533, 2534, 2535,
+ 2538, 2537, 2539, 2540, 2541, 2542, 2538, 2543, 2539, 2540,
+
+ 2541, 2542, 2544, 2543, 2545, 2546, 2547, 2548, 2544, 2549,
+ 2545, 2546, 2547, 2550, 2551, 2549, 2552, 2556, 2557, 2550,
+ 2551, 2558, 2552, 2553, 2553, 2553, 2553, 2553, 2553, 2553,
+ 2553, 2553, 2553, 2553, 2553, 2554, 2559, 2554, 2554, 2554,
+ 2554, 2554, 2554, 2555, 2560, 2555, 2555, 2555, 2555, 2555,
+ 2555, 2561, 2562, 2563, 2564, 2553, 2553, 2553, 2553, 2553,
+ 2553, 2565, 2566, 2567, 2568, 2569, 2570, 2571, 2572, 2573,
+ 2574, 2575, 2576, 2577, 2578, 2579, 2580, 2581, 2582, 2583,
+ 2584, 2585, 2586, 2587, 2582, 2583, 2584, 2588, 2586, 2587,
+ 2589, 2590, 2591, 2588, 2592, 2593, 2589, 2590, 2591, 2594,
+
+ 2592, 2593, 2595, 2596, 2597, 2598, 2599, 2600, 2595, 2596,
+ 2597, 2601, 2599, 2600, 2602, 2603, 2604, 2601, 2605, 2606,
+ 2602, 2603, 2604, 2610, 2605, 2607, 2607, 2607, 2607, 2607,
+ 2607, 2607, 2607, 2607, 2607, 2607, 2607, 2608, 2611, 2608,
+ 2608, 2608, 2608, 2608, 2608, 2609, 2612, 2609, 2609, 2609,
+ 2609, 2609, 2609, 2613, 2614, 2615, 2616, 2607, 2607, 2607,
+ 2607, 2607, 2607, 2617, 2618, 2619, 2620, 2621, 2622, 2623,
+ 2624, 2625, 2626, 2627, 2628, 2629, 2630, 2631, 2632, 2633,
+ 2634, 2635, 2636, 2631, 2632, 2633, 2634, 2635, 2637, 2638,
+ 2639, 2640, 2641, 2642, 2637, 2638, 2639, 2640, 2641, 2642,
+
+ 2643, 2644, 2645, 2646, 2647, 2648, 2643, 2644, 2645, 2646,
+ 2647, 2649, 2650, 2651, 2652, 2656, 2657, 2649, 2650, 2651,
+ 2652, 2653, 2653, 2653, 2653, 2653, 2653, 2653, 2653, 2653,
+ 2653, 2653, 2653, 2654, 2658, 2654, 2654, 2654, 2654, 2654,
+ 2654, 2655, 2659, 2655, 2655, 2655, 2655, 2655, 2655, 2660,
+ 2661, 2662, 2663, 2653, 2653, 2653, 2653, 2653, 2653, 2664,
+ 2665, 2666, 2667, 2668, 2669, 2670, 2671, 2672, 2673, 2674,
+ 2675, 2676, 2677, 2678, 2673, 2674, 2675, 2676, 2677, 2678,
+ 2679, 2680, 2681, 2682, 2683, 2684, 2685, 2680, 2681, 2682,
+ 2686, 2684, 2685, 2687, 2688, 2689, 2686, 2690, 2691, 2687,
+
+ 2688, 2689, 2695, 2690, 2692, 2692, 2692, 2692, 2692, 2692,
+ 2692, 2692, 2692, 2692, 2692, 2692, 2693, 2696, 2693, 2693,
+ 2693, 2693, 2693, 2693, 2694, 2697, 2694, 2694, 2694, 2694,
+ 2694, 2694, 2698, 2699, 2700, 2701, 2692, 2692, 2692, 2692,
+ 2692, 2692, 2702, 2703, 2704, 2705, 2706, 2707, 2708, 2709,
+ 2710, 2711, 2712, 2713, 2708, 2709, 2710, 2711, 2712, 2713,
+ 2714, 2715, 2716, 2717, 2718, 2719, 2714, 2715, 2716, 2717,
+ 2720, 2719, 2721, 2722, 2726, 2727, 2720, 2728, 2721, 2722,
+ 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723, 2723,
+ 2723, 2723, 2724, 2729, 2724, 2724, 2724, 2724, 2724, 2724,
+
+ 2725, 2730, 2725, 2725, 2725, 2725, 2725, 2725, 2731, 2732,
+ 2733, 2734, 2723, 2723, 2723, 2723, 2723, 2723, 2735, 2736,
+ 2737, 2738, 2739, 2740, 2741, 2736, 2737, 2738, 2742, 2740,
+ 2741, 2743, 2744, 2745, 2742, 2746, 2747, 2743, 2744, 2745,
+ 2748, 2746, 2747, 2749, 2749, 2749, 2749, 2749, 2752, 2749,
+ 2749, 2749, 2749, 2749, 2749, 2750, 2753, 2750, 2750, 2750,
+ 2750, 2750, 2750, 2751, 2754, 2751, 2751, 2751, 2751, 2751,
+ 2751, 2755, 2756, 2757, 2758, 2749, 2749, 2749, 2749, 2749,
+ 2749, 2759, 2760, 2761, 2762, 2763, 2764, 2759, 2760, 2761,
+ 2762, 2763, 2765, 2766, 2767, 2768, 2772, 2773, 2765, 2766,
+
+ 2767, 2768, 2769, 2769, 2769, 2769, 2769, 2769, 2769, 2769,
+ 2769, 2769, 2769, 2769, 2770, 2774, 2770, 2770, 2770, 2770,
+ 2770, 2770, 2771, 2775, 2771, 2771, 2771, 2771, 2771, 2771,
+ 2776, 2778, 2785, 2789, 2769, 2769, 2769, 2769, 2769, 2769,
+ 2777, 2777, 2777, 2777, 2777, 2779, 2780, 2781, 2782, 2783,
+ 2784, 2779, 2780, 2781, 2782, 2783, 2784, 2786, 2786, 2786,
+ 2786, 2786, 2790, 2786, 2786, 2786, 2786, 2786, 2786, 2787,
+ 2793, 2787, 2787, 2787, 2787, 2787, 2787, 2788, 2801, 2788,
+ 2788, 2788, 2788, 2788, 2788, 2802, 1385, 1384, 1383, 2786,
+ 2786, 2786, 2786, 2786, 2786, 2791, 2791, 2791, 2791, 2791,
+
+ 2792, 2792, 2792, 2792, 2792, 2794, 2795, 2796, 2797, 1382,
+ 1381, 2794, 2795, 2796, 2797, 2798, 2798, 2798, 2798, 2798,
+ 1380, 2798, 2798, 2798, 2798, 2798, 2798, 2799, 1379, 2799,
+ 2799, 2799, 2799, 2799, 2799, 2800, 1378, 2800, 2800, 2800,
+ 2800, 2800, 2800, 1377, 1376, 1375, 1374, 2798, 2798, 2798,
+ 2798, 2798, 2798, 2803, 2804, 1373, 1372, 1371, 1370, 2803,
+ 2804, 2805, 2805, 2805, 2805, 2805, 1369, 2805, 2805, 2805,
+ 2805, 2805, 2805, 2806, 1368, 2806, 2806, 2806, 2806, 2806,
+ 2806, 2807, 1367, 2807, 2807, 2807, 2807, 2807, 2807, 1366,
+ 1365, 1364, 1363, 2805, 2805, 2805, 2805, 2805, 2805, 2808,
+
+ 1362, 1361, 1360, 1359, 1358, 2808, 2809, 2809, 2809, 2809,
+ 2809, 2809, 2809, 2809, 2809, 2809, 2809, 2809, 2810, 1357,
+ 2810, 2810, 2810, 2810, 2810, 2810, 2811, 1356, 2811, 2811,
+ 2811, 2811, 2811, 2811, 1355, 1354, 1353, 1352, 2809, 2809,
+ 2809, 2809, 2809, 2809, 2812, 2812, 2812, 2812, 2812, 1351,
+ 2812, 2812, 2812, 2812, 2812, 2812, 2813, 1350, 2813, 2813,
+ 2813, 2813, 2813, 2813, 2814, 1349, 2814, 2814, 2814, 2814,
+ 2814, 2814, 1348, 1347, 1346, 1345, 2812, 2812, 2812, 2812,
+ 2812, 2812, 2815, 2815, 2815, 2815, 2815, 1343, 2815, 2815,
+ 2815, 2815, 2815, 2815, 2816, 1338, 2816, 2816, 2816, 2816,
+
+ 2816, 2816, 2817, 1337, 2817, 2817, 2817, 2817, 2817, 2817,
+ 1334, 1326, 1325, 1324, 2815, 2815, 2815, 2815, 2815, 2815,
+ 2818, 2818, 2818, 2818, 2818, 1312, 2818, 2818, 2818, 2818,
+ 2818, 2818, 2819, 1300, 2819, 2819, 2819, 2819, 2819, 2819,
+ 2820, 1291, 2820, 2820, 2820, 2820, 2820, 2820, 1288, 1286,
+ 1285, 1284, 2818, 2818, 2818, 2818, 2818, 2818, 2821, 2821,
+ 2821, 2821, 2821, 2821, 2821, 2821, 2821, 2821, 2821, 2821,
+ 2822, 1283, 2822, 2822, 2822, 2822, 2822, 2822, 2823, 1282,
+ 2823, 2823, 2823, 2823, 2823, 2823, 1281, 1280, 1279, 1278,
+ 2821, 2821, 2821, 2821, 2821, 2821, 2824, 2824, 2824, 2824,
+
+ 2824, 1277, 2824, 2824, 2824, 2824, 2824, 2824, 2825, 1276,
+ 2825, 2825, 2825, 2825, 2825, 2825, 2826, 1275, 2826, 2826,
+ 2826, 2826, 2826, 2826, 1274, 1273, 1272, 1271, 2824, 2824,
+ 2824, 2824, 2824, 2824, 2827, 2827, 2827, 2827, 2827, 1270,
+ 2827, 2827, 2827, 2827, 2827, 2827, 2828, 1269, 2828, 2828,
+ 2828, 2828, 2828, 2828, 2829, 1268, 2829, 2829, 2829, 2829,
+ 2829, 2829, 1267, 1266, 1265, 1264, 2827, 2827, 2827, 2827,
+ 2827, 2827, 2830, 2830, 2830, 2830, 2830, 1263, 2830, 2830,
+ 2830, 2830, 2830, 2830, 2831, 1262, 2831, 2831, 2831, 2831,
+ 2831, 2831, 2832, 1261, 2832, 2832, 2832, 2832, 2832, 2832,
+
+ 1260, 1259, 1258, 1257, 2830, 2830, 2830, 2830, 2830, 2830,
+ 2833, 2833, 2833, 2833, 2833, 2833, 2833, 2833, 2833, 2833,
+ 2833, 2833, 2834, 1256, 2834, 2834, 2834, 2834, 2834, 2834,
+ 2835, 1255, 2835, 2835, 2835, 2835, 2835, 2835, 1254, 1253,
+ 1252, 1251, 2833, 2833, 2833, 2833, 2833, 2833, 2836, 2836,
+ 2836, 2836, 2836, 1250, 2836, 2836, 2836, 2836, 2836, 2836,
+ 2837, 1249, 2837, 2837, 2837, 2837, 2837, 2837, 2838, 1248,
+ 2838, 2838, 2838, 2838, 2838, 2838, 1247, 1246, 1245, 1244,
+ 2836, 2836, 2836, 2836, 2836, 2836, 2839, 2839, 2839, 2839,
+ 2839, 1243, 2839, 2839, 2839, 2839, 2839, 2839, 2840, 1242,
+
+ 2840, 2840, 2840, 2840, 2840, 2840, 2841, 1241, 2841, 2841,
+ 2841, 2841, 2841, 2841, 1240, 1239, 1237, 1220, 2839, 2839,
+ 2839, 2839, 2839, 2839, 2842, 2842, 2842, 2842, 2842, 1218,
+ 2842, 2842, 2842, 2842, 2842, 2842, 2843, 1216, 2843, 2843,
+ 2843, 2843, 2843, 2843, 2844, 1210, 2844, 2844, 2844, 2844,
+ 2844, 2844, 1206, 1198, 1194, 1187, 2842, 2842, 2842, 2842,
+ 2842, 2842, 2845, 2845, 2845, 2845, 2845, 2845, 2845, 2845,
+ 2845, 2845, 2845, 2845, 2846, 1183, 2846, 2846, 2846, 2846,
+ 2846, 2846, 2847, 1180, 2847, 2847, 2847, 2847, 2847, 2847,
+ 1178, 1177, 1176, 1175, 2845, 2845, 2845, 2845, 2845, 2845,
+
+ 2848, 2848, 2848, 2848, 2848, 1174, 2848, 2848, 2848, 2848,
+ 2848, 2848, 2849, 1173, 2849, 2849, 2849, 2849, 2849, 2849,
+ 2850, 1172, 2850, 2850, 2850, 2850, 2850, 2850, 1171, 1170,
+ 1169, 1168, 2848, 2848, 2848, 2848, 2848, 2848, 2851, 2851,
+ 2851, 2851, 2851, 1167, 2851, 2851, 2851, 2851, 2851, 2851,
+ 2852, 1166, 2852, 2852, 2852, 2852, 2852, 2852, 2853, 1165,
+ 2853, 2853, 2853, 2853, 2853, 2853, 1164, 1163, 1162, 1161,
+ 2851, 2851, 2851, 2851, 2851, 2851, 2854, 2854, 2854, 2854,
+ 2854, 1160, 2854, 2854, 2854, 2854, 2854, 2854, 2855, 1159,
+ 2855, 2855, 2855, 2855, 2855, 2855, 2856, 1158, 2856, 2856,
+
+ 2856, 2856, 2856, 2856, 1157, 1156, 1155, 1154, 2854, 2854,
+ 2854, 2854, 2854, 2854, 2857, 2857, 2857, 2857, 2857, 2857,
+ 2857, 2857, 2857, 2857, 2857, 2857, 2858, 1153, 2858, 2858,
+ 2858, 2858, 2858, 2858, 2859, 1152, 2859, 2859, 2859, 2859,
+ 2859, 2859, 1151, 1150, 1149, 1148, 2857, 2857, 2857, 2857,
+ 2857, 2857, 2860, 2860, 2860, 2860, 2860, 1147, 2860, 2860,
+ 2860, 2860, 2860, 2860, 2861, 1146, 2861, 2861, 2861, 2861,
+ 2861, 2861, 2862, 1145, 2862, 2862, 2862, 2862, 2862, 2862,
+ 1144, 1143, 1142, 1141, 2860, 2860, 2860, 2860, 2860, 2860,
+ 2863, 2863, 2863, 2863, 2863, 1140, 2863, 2863, 2863, 2863,
+
+ 2863, 2863, 2864, 1139, 2864, 2864, 2864, 2864, 2864, 2864,
+ 2865, 1138, 2865, 2865, 2865, 2865, 2865, 2865, 1137, 1136,
+ 1135, 1133, 2863, 2863, 2863, 2863, 2863, 2863, 2866, 2866,
+ 2866, 2866, 2866, 1115, 2866, 2866, 2866, 2866, 2866, 2866,
+ 2867, 1114, 2867, 2867, 2867, 2867, 2867, 2867, 2868, 1113,
+ 2868, 2868, 2868, 2868, 2868, 2868, 1112, 1110, 1103, 1101,
+ 2866, 2866, 2866, 2866, 2866, 2866, 2869, 2869, 2869, 2869,
+ 2869, 2869, 2869, 2869, 2869, 2869, 2869, 2869, 2870, 1095,
+ 2870, 2870, 2870, 2870, 2870, 2870, 2871, 1084, 2871, 2871,
+ 2871, 2871, 2871, 2871, 1077, 1075, 1074, 1073, 2869, 2869,
+
+ 2869, 2869, 2869, 2869, 2872, 2872, 2872, 2872, 2872, 1072,
+ 2872, 2872, 2872, 2872, 2872, 2872, 2873, 1071, 2873, 2873,
+ 2873, 2873, 2873, 2873, 2874, 1070, 2874, 2874, 2874, 2874,
+ 2874, 2874, 1069, 1068, 1067, 1066, 2872, 2872, 2872, 2872,
+ 2872, 2872, 2875, 2875, 2875, 2875, 2875, 1065, 2875, 2875,
+ 2875, 2875, 2875, 2875, 2876, 1064, 2876, 2876, 2876, 2876,
+ 2876, 2876, 2877, 1063, 2877, 2877, 2877, 2877, 2877, 2877,
+ 1062, 1061, 1060, 1059, 2875, 2875, 2875, 2875, 2875, 2875,
+ 2878, 2878, 2878, 2878, 2878, 1058, 2878, 2878, 2878, 2878,
+ 2878, 2878, 2879, 1057, 2879, 2879, 2879, 2879, 2879, 2879,
+
+ 2880, 1056, 2880, 2880, 2880, 2880, 2880, 2880, 1055, 1054,
+ 1053, 1052, 2878, 2878, 2878, 2878, 2878, 2878, 2881, 2881,
+ 2881, 2881, 2881, 2881, 2881, 2881, 2881, 2881, 2881, 2881,
+ 2882, 1051, 2882, 2882, 2882, 2882, 2882, 2882, 2883, 1050,
+ 2883, 2883, 2883, 2883, 2883, 2883, 1049, 1048, 1047, 1046,
+ 2881, 2881, 2881, 2881, 2881, 2881, 2884, 2884, 2884, 2884,
+ 2884, 1045, 2884, 2884, 2884, 2884, 2884, 2884, 2885, 1044,
+ 2885, 2885, 2885, 2885, 2885, 2885, 2886, 1043, 2886, 2886,
+ 2886, 2886, 2886, 2886, 1042, 1041, 1040, 1039, 2884, 2884,
+ 2884, 2884, 2884, 2884, 2887, 2887, 2887, 2887, 2887, 1038,
+
+ 2887, 2887, 2887, 2887, 2887, 2887, 2888, 1037, 2888, 2888,
+ 2888, 2888, 2888, 2888, 2889, 1035, 2889, 2889, 2889, 2889,
+ 2889, 2889, 1025, 1016, 1014, 1013, 2887, 2887, 2887, 2887,
+ 2887, 2887, 2890, 2890, 2890, 2890, 2890, 1011, 2890, 2890,
+ 2890, 2890, 2890, 2890, 2891, 1000, 2891, 2891, 2891, 2891,
+ 2891, 2892, 997, 2892, 2892, 2892, 2892, 2892, 989, 985,
+ 980, 977, 975, 974, 2890, 2890, 2890, 2890, 2890, 2890,
+ 2894, 2894, 2894, 2894, 2894, 2894, 2894, 2894, 2895, 973,
+ 2895, 2895, 2895, 2895, 2895, 2895, 2896, 972, 2896, 2896,
+ 2897, 2897, 971, 2897, 2897, 2897, 2898, 970, 2898, 2898,
+
+ 2899, 2899, 2900, 2900, 2901, 969, 2901, 2901, 2902, 2902,
+ 2903, 2903, 2904, 2904, 2904, 2905, 968, 2905, 2905, 2906,
+ 2906, 2907, 2907, 2908, 2908, 2909, 2909, 2910, 2910, 2910,
+ 2911, 2911, 2912, 967, 2912, 2912, 2913, 2913, 2914, 2914,
+ 2915, 2915, 2916, 2916, 2917, 2917, 2918, 2918, 2919, 2919,
+ 2919, 2920, 2920, 2921, 2921, 2921, 2922, 966, 2922, 2922,
+ 2923, 2923, 2924, 2924, 2925, 2925, 2926, 2926, 2927, 2927,
+ 2928, 2928, 2929, 2929, 2930, 2930, 2931, 2931, 2932, 2932,
+ 2932, 2933, 2933, 2934, 2934, 2934, 2935, 2935, 2935, 2936,
+ 2936, 2937, 965, 2937, 2937, 2938, 2938, 2939, 2939, 2940,
+
+ 2940, 2941, 2941, 2942, 2942, 2943, 2943, 2944, 2944, 2945,
+ 2945, 2946, 2946, 2947, 2947, 2948, 2948, 2949, 2949, 2950,
+ 2950, 2950, 2951, 2951, 2952, 2952, 2952, 2953, 2953, 2953,
+ 2954, 2954, 2955, 2955, 2955, 2956, 2956, 2956, 2957, 964,
+ 2957, 2957, 2958, 2958, 2959, 2959, 2960, 2960, 2961, 2961,
+ 2962, 2962, 2963, 2963, 2964, 2964, 2965, 2965, 2966, 2966,
+ 2967, 2967, 2968, 2968, 2969, 2969, 2970, 2970, 2971, 2971,
+ 2972, 2972, 2973, 2973, 2974, 2974, 2975, 2975, 2975, 2976,
+ 2976, 2977, 2977, 2977, 2978, 2978, 2978, 2979, 2979, 2980,
+ 2980, 2980, 2981, 2981, 2981, 2982, 2982, 2982, 2983, 2983,
+
+ 2983, 2984, 2984, 2985, 2985, 963, 2985, 2985, 2986, 962,
+ 2986, 2986, 2987, 2987, 2988, 2988, 2989, 2989, 2990, 2990,
+ 2991, 2991, 2992, 2992, 2993, 2993, 2994, 2994, 2995, 2995,
+ 2996, 2996, 2997, 2997, 2998, 2998, 2999, 2999, 3000, 3000,
+ 3001, 3001, 3002, 3002, 3003, 3003, 3004, 3004, 3005, 3005,
+ 3006, 3006, 3007, 3007, 3008, 3008, 3008, 3009, 3009, 3010,
+ 3010, 3010, 3011, 3011, 3011, 3012, 3012, 3012, 3013, 3013,
+ 3013, 3014, 3014, 3014, 3015, 3015, 3015, 3016, 3016, 3017,
+ 3017, 3017, 3018, 3018, 3018, 3019, 3019, 3019, 3020, 3020,
+ 961, 3020, 3020, 3021, 960, 3021, 3021, 3022, 3022, 3023,
+
+ 3023, 3024, 3024, 3025, 3025, 3026, 3026, 3027, 3027, 3028,
+ 3028, 3029, 3029, 3030, 3030, 3031, 3031, 3032, 3032, 3033,
+ 3033, 3034, 3034, 3035, 3035, 3036, 3036, 3037, 3037, 3038,
+ 3038, 3039, 3039, 3040, 3040, 3041, 3041, 3042, 3042, 3043,
+ 3043, 3044, 3044, 3045, 3045, 3046, 3046, 3047, 3047, 3048,
+ 3048, 3048, 3049, 3049, 3050, 3050, 3050, 3051, 3051, 3051,
+ 3052, 3052, 3053, 3053, 3053, 3054, 3054, 3054, 3055, 3055,
+ 3055, 3056, 3056, 3057, 3057, 3057, 3058, 3058, 3058, 3059,
+ 3059, 3059, 3060, 3060, 3060, 3061, 3061, 3061, 3062, 3062,
+ 3062, 3063, 3063, 3064, 3064, 959, 3064, 3064, 3065, 958,
+
+ 3065, 3065, 3066, 3066, 3067, 3067, 3068, 3068, 3069, 3069,
+ 3070, 3070, 3071, 3071, 3072, 3072, 3073, 3073, 3074, 3074,
+ 3075, 3075, 3076, 3076, 3077, 3077, 3078, 3078, 3079, 3079,
+ 3080, 3080, 3081, 3081, 3082, 3082, 3083, 3083, 3084, 3084,
+ 3085, 3085, 3086, 3086, 3087, 3087, 3088, 3088, 3089, 3089,
+ 3090, 3090, 3091, 3091, 3092, 3092, 3093, 3093, 3094, 3094,
+ 3095, 3095, 3095, 3096, 3096, 3097, 3097, 3097, 3098, 3098,
+ 3098, 3099, 3099, 3100, 3100, 3100, 3101, 3101, 3101, 3102,
+ 3102, 3102, 3103, 3103, 3103, 3104, 3104, 3104, 3105, 3105,
+ 3105, 3106, 3106, 3106, 3107, 3107, 3107, 3108, 3108, 3109,
+
+ 3109, 3109, 3110, 3110, 3110, 3111, 3111, 3111, 3112, 3112,
+ 957, 3112, 3112, 3113, 956, 3113, 3113, 3114, 3114, 3115,
+ 3115, 3116, 3116, 3117, 3117, 3118, 3118, 3119, 3119, 3120,
+ 3120, 3121, 3121, 3122, 3122, 3123, 3123, 3124, 3124, 3125,
+ 3125, 3126, 3126, 3127, 3127, 3128, 3128, 3129, 3129, 3130,
+ 3130, 3131, 3131, 3132, 3132, 3133, 3133, 3134, 3134, 3135,
+ 3135, 3136, 3136, 3137, 3137, 3138, 3138, 3139, 3139, 3140,
+ 3140, 3141, 3141, 3142, 3142, 3143, 3143, 3144, 3144, 3145,
+ 3145, 3146, 3146, 3147, 3147, 3148, 3148, 3149, 3149, 3149,
+ 3150, 3150, 3151, 3151, 3151, 3152, 3152, 3152, 3153, 3153,
+
+ 3154, 3154, 3154, 3155, 3155, 3155, 3156, 3156, 3156, 3157,
+ 3157, 3157, 3158, 3158, 3159, 3159, 3159, 3160, 3160, 3160,
+ 3161, 3161, 3161, 3162, 3162, 3163, 3163, 3163, 3164, 3164,
+ 3164, 3165, 3165, 3165, 3166, 3166, 3166, 3167, 3167, 3167,
+ 3168, 3168, 3168, 3169, 3169, 3170, 3170, 955, 3170, 3170,
+ 3171, 954, 3171, 3171, 3172, 3172, 3173, 3173, 3174, 3174,
+ 3175, 3175, 3176, 3176, 3177, 3177, 3178, 3178, 3179, 3179,
+ 3180, 3180, 3181, 3181, 3182, 3182, 3183, 3183, 3184, 3184,
+ 3185, 3185, 3186, 3186, 3187, 3187, 3188, 3188, 3189, 3189,
+ 3190, 3190, 3191, 3191, 3192, 3192, 3193, 3193, 3194, 3194,
+
+ 3195, 3195, 3196, 3196, 3197, 3197, 3198, 3198, 3199, 3199,
+ 3200, 3200, 3201, 3201, 3202, 3202, 3203, 3203, 3204, 3204,
+ 3205, 3205, 3206, 3206, 3207, 3207, 3208, 3208, 3209, 3209,
+ 3209, 3210, 3210, 3211, 3211, 3211, 3212, 3212, 3212, 3213,
+ 3213, 3213, 3214, 3214, 3214, 3215, 3215, 3215, 3216, 3216,
+ 3216, 3217, 3217, 3218, 3218, 3218, 3219, 3219, 3219, 3220,
+ 3220, 3220, 3221, 3221, 3221, 3222, 3222, 3222, 3223, 3223,
+ 3223, 3224, 3224, 3224, 3225, 3225, 3225, 3226, 3226, 3226,
+ 3227, 3227, 3228, 3228, 3228, 3229, 3229, 3229, 3230, 3230,
+ 3230, 3231, 3231, 953, 3231, 3231, 3232, 952, 3232, 3232,
+
+ 3233, 3233, 3234, 3234, 3235, 3235, 3236, 3236, 3237, 3237,
+ 3238, 3238, 3239, 3239, 3240, 3240, 3241, 3241, 3242, 3242,
+ 3243, 3243, 3244, 3244, 3245, 3245, 3246, 3246, 3247, 3247,
+ 3248, 3248, 3249, 3249, 3250, 3250, 3251, 3251, 3252, 3252,
+ 3253, 3253, 3254, 3254, 3255, 3255, 3256, 3256, 3257, 3257,
+ 3258, 3258, 3259, 3259, 3260, 3260, 3261, 3261, 3262, 3262,
+ 3263, 3263, 3264, 3264, 3265, 3265, 3266, 3266, 3267, 3267,
+ 3268, 3268, 3269, 3269, 3270, 3270, 3271, 3271, 3272, 3272,
+ 3273, 3273, 3274, 3274, 3275, 3275, 3276, 3276, 3276, 3277,
+ 3277, 3278, 3278, 3278, 3279, 3279, 3279, 3280, 3280, 3281,
+
+ 3281, 3281, 3282, 3282, 3282, 3283, 3283, 3283, 3284, 3284,
+ 3285, 3285, 3285, 3286, 3286, 3286, 3287, 3287, 3287, 3288,
+ 3288, 3288, 3289, 3289, 3289, 3290, 3290, 3290, 3291, 3291,
+ 3292, 3292, 3292, 3293, 3293, 3293, 3294, 3294, 3294, 3295,
+ 3295, 3296, 3296, 3296, 3297, 3297, 3297, 3298, 3298, 3298,
+ 3299, 3299, 3299, 3300, 3300, 3300, 3301, 3301, 3301, 3302,
+ 3302, 3303, 3303, 951, 3303, 3303, 3304, 950, 3304, 3304,
+ 3305, 3305, 3306, 3306, 3307, 3307, 3308, 3308, 3309, 3309,
+ 3310, 3310, 3311, 3311, 3312, 3312, 3313, 3313, 3314, 3314,
+ 3315, 3315, 3316, 3316, 3317, 3317, 3318, 3318, 3319, 3319,
+
+ 3320, 3320, 3321, 3321, 3322, 3322, 3323, 3323, 3324, 3324,
+ 3325, 3325, 3326, 3326, 3327, 3327, 3328, 3328, 3329, 3329,
+ 3330, 3330, 3331, 3331, 3332, 3332, 3333, 3333, 3334, 3334,
+ 3335, 3335, 3336, 3336, 3337, 3337, 3338, 3338, 3339, 3339,
+ 3340, 3340, 3341, 3341, 3342, 3342, 3343, 3343, 3344, 3344,
+ 3345, 3345, 3346, 3346, 3347, 3347, 3348, 3348, 3349, 3349,
+ 3350, 3350, 3350, 3351, 3351, 3352, 3352, 3352, 3353, 3353,
+ 3353, 3354, 3354, 3355, 3355, 3355, 3356, 3356, 3356, 3357,
+ 3357, 3357, 3358, 3358, 3358, 3359, 3359, 3359, 3360, 3360,
+ 3360, 3361, 3361, 3361, 3362, 3362, 3362, 3363, 3363, 3364,
+
+ 3364, 3364, 3365, 3365, 3365, 3366, 3366, 3366, 3367, 3367,
+ 3367, 3368, 3368, 3368, 3369, 3369, 3369, 3370, 3370, 3370,
+ 3371, 3371, 3371, 3372, 3372, 3372, 3373, 3373, 3374, 3374,
+ 3374, 3375, 3375, 3375, 3376, 3376, 3376, 3377, 3377, 949,
+ 3377, 3377, 3378, 948, 3378, 3378, 3379, 3379, 3380, 3380,
+ 3381, 3381, 3382, 3382, 3383, 3383, 3384, 3384, 3385, 3385,
+ 3386, 3386, 3387, 3387, 3388, 3388, 3389, 3389, 3390, 3390,
+ 3391, 3391, 3392, 3392, 3393, 3393, 3394, 3394, 3395, 3395,
+ 3396, 3396, 3397, 3397, 3398, 3398, 3399, 3399, 3400, 3400,
+ 3401, 3401, 3402, 3402, 3403, 3403, 3404, 3404, 3405, 3405,
+
+ 3406, 3406, 3407, 3407, 3408, 3408, 3409, 3409, 3410, 3410,
+ 3411, 3411, 3412, 3412, 3413, 3413, 3414, 3414, 3415, 3415,
+ 3416, 3416, 3417, 3417, 3418, 3418, 3419, 3419, 3420, 3420,
+ 3421, 3421, 3422, 3422, 3423, 3423, 3424, 3424, 3425, 3425,
+ 3426, 3426, 3427, 3427, 3428, 3428, 3429, 3429, 3430, 3430,
+ 3431, 3431, 3431, 3432, 3432, 3433, 3433, 3433, 3434, 3434,
+ 3434, 3435, 3435, 3436, 3436, 3436, 3437, 3437, 3437, 3438,
+ 3438, 3438, 3439, 3439, 3439, 3440, 3440, 3441, 3441, 3441,
+ 3442, 3442, 3442, 3443, 3443, 3443, 3444, 3444, 3445, 3445,
+ 3445, 3446, 3446, 3446, 3447, 3447, 3447, 3448, 3448, 3448,
+
+ 3449, 3449, 3449, 3450, 3450, 3450, 3451, 3451, 3452, 3452,
+ 3452, 3453, 3453, 3453, 3454, 3454, 3454, 3455, 3455, 3456,
+ 3456, 3456, 3457, 3457, 3457, 3458, 3458, 3458, 3459, 3459,
+ 3459, 3460, 3460, 3460, 3461, 3461, 3461, 3462, 3462, 3463,
+ 3463, 947, 3463, 3463, 3464, 946, 3464, 3464, 3465, 3465,
+ 3466, 3466, 3467, 3467, 3468, 3468, 3469, 3469, 3470, 3470,
+ 3471, 3471, 3472, 3472, 3473, 3473, 3474, 3474, 3475, 3475,
+ 3476, 3476, 3477, 3477, 3478, 3478, 3479, 3479, 3480, 3480,
+ 3481, 3481, 3482, 3482, 3483, 3483, 3484, 3484, 3485, 3485,
+ 3486, 3486, 3487, 3487, 3488, 3488, 3489, 3489, 3490, 3490,
+
+ 3491, 3491, 3492, 3492, 3493, 3493, 3494, 3494, 3495, 3495,
+ 3496, 3496, 3497, 3497, 3498, 3498, 3499, 3499, 3500, 3500,
+ 3501, 3501, 3502, 3502, 3503, 3503, 3504, 3504, 3505, 3505,
+ 3506, 3506, 3507, 3507, 3508, 3508, 3509, 3509, 3510, 3510,
+ 3511, 3511, 3512, 3512, 3513, 3513, 3514, 3514, 3515, 3515,
+ 3516, 3516, 3517, 3517, 3518, 3518, 3518, 3519, 3519, 3520,
+ 3520, 3520, 3521, 3521, 3521, 3522, 3522, 3522, 3523, 3523,
+ 3523, 3524, 3524, 3524, 3525, 3525, 3525, 3526, 3526, 3527,
+ 3527, 3527, 3528, 3528, 3528, 3529, 3529, 3529, 3530, 3530,
+ 3530, 3531, 3531, 3531, 3532, 3532, 3532, 3533, 3533, 3533,
+
+ 3534, 3534, 3534, 3535, 3535, 3535, 3536, 3536, 3537, 3537,
+ 3537, 3538, 3538, 3538, 3539, 3539, 3539, 3540, 3540, 3540,
+ 3541, 3541, 3541, 3542, 3542, 3542, 3543, 3543, 3543, 3544,
+ 3544, 3544, 3545, 3545, 3545, 3546, 3546, 3547, 3547, 3547,
+ 3548, 3548, 3548, 3549, 3549, 3549, 3550, 3550, 945, 3550,
+ 3550, 3551, 944, 3551, 3551, 3552, 3552, 3553, 3553, 3554,
+ 3554, 3555, 3555, 3556, 3556, 3557, 3557, 3558, 3558, 3559,
+ 3559, 3560, 3560, 3561, 3561, 3562, 3562, 3563, 3563, 3564,
+ 3564, 3565, 3565, 3566, 3566, 3567, 3567, 3568, 3568, 3569,
+ 3569, 3570, 3570, 3571, 3571, 3572, 3572, 3573, 3573, 3574,
+
+ 3574, 3575, 3575, 3576, 3576, 3577, 3577, 3578, 3578, 3579,
+ 3579, 3580, 3580, 3581, 3581, 3582, 3582, 3583, 3583, 3584,
+ 3584, 3585, 3585, 3586, 3586, 3587, 3587, 3588, 3588, 3589,
+ 3589, 3590, 3590, 3591, 3591, 3592, 3592, 3593, 3593, 3594,
+ 3594, 3595, 3595, 3596, 3596, 3597, 3597, 3598, 3598, 3599,
+ 3599, 3600, 3600, 3601, 3601, 3602, 3602, 3603, 3603, 3604,
+ 3604, 3605, 3605, 3606, 3606, 3607, 3607, 3608, 3608, 3609,
+ 3609, 3610, 3610, 3610, 3611, 3611, 3612, 3612, 3612, 3613,
+ 3613, 3613, 3614, 3614, 3615, 3615, 3615, 3616, 3616, 3616,
+ 3617, 3617, 3617, 3618, 3618, 3619, 3619, 3619, 3620, 3620,
+
+ 3620, 3621, 3621, 3621, 3622, 3622, 3622, 3623, 3623, 3623,
+ 3624, 3624, 3624, 3625, 3625, 3626, 3626, 3626, 3627, 3627,
+ 3627, 3628, 3628, 3628, 3629, 3629, 3630, 3630, 3630, 3631,
+ 3631, 3631, 3632, 3632, 3632, 3633, 3633, 3633, 3634, 3634,
+ 3634, 3635, 3635, 3635, 3636, 3636, 3637, 3637, 3637, 3638,
+ 3638, 3638, 3639, 3639, 3639, 3640, 3640, 3641, 3641, 3641,
+ 3642, 3642, 3642, 3643, 3643, 3643, 3644, 3644, 3644, 3645,
+ 3645, 3645, 3646, 3646, 3646, 3647, 3647, 3648, 3648, 943,
+ 3648, 3648, 3649, 942, 3649, 3649, 3650, 3650, 3651, 3651,
+ 3652, 3652, 3653, 3653, 3654, 3654, 3655, 3655, 3656, 3656,
+
+ 3657, 3657, 3658, 3658, 3659, 3659, 3660, 3660, 3661, 3661,
+ 3662, 3662, 3663, 3663, 3664, 3664, 3665, 3665, 3666, 3666,
+ 3667, 3667, 3668, 3668, 3669, 3669, 3670, 3670, 3671, 3671,
+ 3672, 3672, 3673, 3673, 3674, 3674, 3675, 3675, 3676, 3676,
+ 3677, 3677, 3678, 3678, 3679, 3679, 3680, 3680, 3681, 3681,
+ 3682, 3682, 3683, 3683, 3684, 3684, 3685, 3685, 3686, 3686,
+ 3687, 3687, 3688, 3688, 3689, 3689, 3690, 3690, 3691, 3691,
+ 3692, 3692, 3693, 3693, 3694, 3694, 3695, 3695, 3696, 3696,
+ 3697, 3697, 3698, 3698, 3699, 3699, 3700, 3700, 3701, 3701,
+ 3702, 3702, 3703, 3703, 3704, 3704, 3705, 3705, 3706, 3706,
+
+ 3707, 3707, 3708, 3708, 3708, 3709, 3709, 3710, 3710, 3710,
+ 3711, 3711, 3711, 3712, 3712, 3713, 3713, 3713, 3714, 3714,
+ 3714, 3715, 3715, 3715, 3716, 3716, 3716, 3717, 3717, 3717,
+ 3718, 3718, 3718, 3719, 3719, 3719, 3720, 3720, 3720, 3721,
+ 3721, 3722, 3722, 3722, 3723, 3723, 3723, 3724, 3724, 3724,
+ 3725, 3725, 3725, 3726, 3726, 3726, 3727, 3727, 3727, 3728,
+ 3728, 3728, 3729, 3729, 3729, 3730, 3730, 3730, 3731, 3731,
+ 3732, 3732, 3732, 3733, 3733, 3733, 3734, 3734, 3734, 3735,
+ 3735, 3735, 3736, 3736, 3736, 3737, 3737, 3737, 3738, 3738,
+ 3738, 3739, 3739, 3739, 3740, 3740, 3740, 3741, 3741, 3742,
+
+ 3742, 3742, 3743, 3743, 3743, 3744, 3744, 3744, 3745, 3745,
+ 941, 3745, 3745, 3746, 939, 3746, 3746, 3747, 3747, 3748,
+ 3748, 3749, 3749, 3750, 3750, 3751, 3751, 3752, 3752, 3753,
+ 3753, 3754, 3754, 3755, 3755, 3756, 3756, 3757, 3757, 3758,
+ 3758, 3759, 3759, 3760, 3760, 3761, 3761, 3762, 3762, 3763,
+ 3763, 3764, 3764, 3765, 3765, 3766, 3766, 3767, 3767, 3768,
+ 3768, 3769, 3769, 3770, 3770, 3771, 3771, 3772, 3772, 3773,
+ 3773, 3774, 3774, 3775, 3775, 3776, 3776, 3777, 3777, 3778,
+ 3778, 3779, 3779, 3780, 3780, 3781, 3781, 3782, 3782, 3783,
+ 3783, 3784, 3784, 3785, 3785, 3786, 3786, 3787, 3787, 3788,
+
+ 3788, 3789, 3789, 3790, 3790, 3791, 3791, 3792, 3792, 3793,
+ 3793, 3794, 3794, 3795, 3795, 3796, 3796, 3797, 3797, 3798,
+ 3798, 3799, 3799, 3800, 3800, 3801, 3801, 3802, 3802, 3803,
+ 3803, 3804, 3804, 3805, 3805, 3806, 3806, 3806, 3807, 3807,
+ 3808, 3808, 3808, 3809, 3809, 3809, 3810, 3810, 3810, 3811,
+ 3811, 3811, 3812, 3812, 3812, 3813, 3813, 3814, 3814, 3814,
+ 3815, 3815, 3815, 3816, 3816, 3816, 3817, 3817, 3818, 3818,
+ 3818, 3819, 3819, 3819, 3820, 3820, 3820, 3821, 3821, 3821,
+ 3822, 3822, 3822, 3823, 3823, 3823, 3824, 3824, 3825, 3825,
+ 3825, 3826, 3826, 3826, 3827, 3827, 3827, 3828, 3828, 3829,
+
+ 3829, 3829, 3830, 3830, 3830, 3831, 3831, 3831, 3832, 3832,
+ 3832, 3833, 3833, 3833, 3834, 3834, 3834, 3835, 3835, 3836,
+ 3836, 3836, 3837, 3837, 3837, 3838, 3838, 3838, 3839, 3839,
+ 3840, 3840, 3840, 3841, 3841, 3841, 3842, 3842, 3842, 3843,
+ 3843, 3843, 3844, 3844, 3844, 3845, 3845, 3845, 3846, 3846,
+ 3847, 3847, 930, 3847, 3847, 3848, 921, 3848, 3848, 3849,
+ 3849, 3850, 3850, 3851, 3851, 3852, 3852, 3853, 3853, 3854,
+ 3854, 3855, 3855, 3856, 3856, 3857, 3857, 3858, 3858, 3859,
+ 3859, 3860, 3860, 3861, 3861, 3862, 3862, 3863, 3863, 3864,
+ 3864, 3865, 3865, 3866, 3866, 3867, 3867, 3868, 3868, 3869,
+
+ 3869, 3870, 3870, 3871, 3871, 3872, 3872, 3873, 3873, 3874,
+ 3874, 3875, 3875, 3876, 3876, 3877, 3877, 3878, 3878, 3879,
+ 3879, 3880, 3880, 3881, 3881, 3882, 3882, 3883, 3883, 3884,
+ 3884, 3885, 3885, 3886, 3886, 3887, 3887, 3888, 3888, 3889,
+ 3889, 3890, 3890, 3891, 3891, 3892, 3892, 3893, 3893, 3894,
+ 3894, 3895, 3895, 3896, 3896, 3897, 3897, 3898, 3898, 3899,
+ 3899, 3900, 3900, 3901, 3901, 3902, 3902, 3903, 3903, 3904,
+ 3904, 3905, 3905, 3906, 3906, 3906, 3907, 3907, 3907, 3908,
+ 3908, 3908, 3909, 3909, 3910, 3910, 3910, 3911, 3911, 3911,
+ 3912, 3912, 3912, 3913, 3913, 3913, 3914, 3914, 3914, 3915,
+
+ 3915, 3915, 3916, 3916, 3916, 3917, 3917, 3917, 3918, 3918,
+ 3918, 3919, 3919, 3920, 3920, 3920, 3921, 3921, 3921, 3922,
+ 3922, 3922, 3923, 3923, 3923, 3924, 3924, 3924, 3925, 3925,
+ 3925, 3926, 3926, 3926, 3927, 3927, 3927, 3928, 3928, 3928,
+ 3929, 3929, 3930, 3930, 3930, 3931, 3931, 3931, 3932, 3932,
+ 3932, 3933, 3933, 3933, 3934, 3934, 3934, 3935, 3935, 3935,
+ 3936, 3936, 3936, 3937, 3937, 3937, 3938, 3938, 3938, 3939,
+ 3939, 3940, 3940, 3940, 3941, 3941, 3941, 3942, 3942, 3942,
+ 3943, 3943, 918, 3943, 3943, 3944, 917, 3944, 3944, 3945,
+ 3945, 3946, 3946, 3947, 3947, 3948, 3948, 3949, 3949, 3950,
+
+ 3950, 3951, 3951, 3952, 3952, 3953, 3953, 3954, 3954, 3955,
+ 3955, 3956, 3956, 3957, 3957, 3958, 3958, 3959, 3959, 3960,
+ 3960, 3961, 3961, 3962, 3962, 3963, 3963, 3964, 3964, 3965,
+ 3965, 3966, 3966, 3967, 3967, 3968, 3968, 3969, 3969, 3970,
+ 3970, 3971, 3971, 3972, 3972, 3973, 3973, 3974, 3974, 3975,
+ 3975, 3976, 3976, 3977, 3977, 3978, 3978, 3979, 3979, 3980,
+ 3980, 3981, 3981, 3982, 3982, 3983, 3983, 3984, 3984, 3985,
+ 3985, 3986, 3986, 3987, 3987, 3988, 3988, 3989, 3989, 3990,
+ 3990, 3991, 3991, 3992, 3992, 3993, 3993, 3994, 3994, 3995,
+ 3995, 3996, 3996, 3997, 3997, 3998, 3998, 3999, 3999, 4000,
+
+ 4000, 4001, 4001, 4001, 4002, 4002, 4002, 4003, 4003, 4003,
+ 4004, 4004, 4004, 4005, 4005, 4005, 4006, 4006, 4006, 4007,
+ 4007, 4008, 4008, 4008, 4009, 4009, 4009, 4010, 4010, 4010,
+ 4011, 4011, 4011, 4012, 4012, 4012, 4013, 4013, 4013, 4014,
+ 4014, 4014, 4015, 4015, 4015, 4016, 4016, 4017, 4017, 4017,
+ 4018, 4018, 4018, 4019, 4019, 4019, 4020, 4020, 4021, 4021,
+ 4021, 4022, 4022, 4022, 4023, 4023, 4023, 4024, 4024, 4024,
+ 4025, 4025, 4025, 4026, 4026, 4026, 4027, 4027, 4028, 4028,
+ 4028, 4029, 4029, 4029, 4030, 4030, 4030, 4031, 4031, 4032,
+ 4032, 4032, 4033, 4033, 4033, 4034, 4034, 4034, 4035, 4035,
+
+ 4035, 4036, 4036, 4036, 4037, 4037, 4037, 4038, 4038, 4039,
+ 4039, 916, 4039, 4039, 4040, 915, 4040, 4040, 4041, 4041,
+ 4042, 4042, 4043, 4043, 4044, 4044, 4045, 4045, 4046, 4046,
+ 4047, 4047, 4048, 4048, 4049, 4049, 4050, 4050, 4051, 4051,
+ 4052, 4052, 4053, 4053, 4054, 4054, 4055, 4055, 4056, 4056,
+ 4057, 4057, 4058, 4058, 4059, 4059, 4060, 4060, 4061, 4061,
+ 4062, 4062, 4063, 4063, 4064, 4064, 4065, 4065, 4066, 4066,
+ 4067, 4067, 4068, 4068, 4069, 4069, 4070, 4070, 4071, 4071,
+ 4072, 4072, 4073, 4073, 4074, 4074, 4075, 4075, 4076, 4076,
+ 4077, 4077, 4078, 4078, 4079, 4079, 4080, 4080, 4081, 4081,
+
+ 4082, 4082, 4083, 4083, 4084, 4084, 4085, 4085, 4086, 4086,
+ 4087, 4087, 4088, 4088, 4089, 4089, 4090, 4090, 4091, 4091,
+ 4092, 4092, 4092, 4093, 4093, 4093, 4094, 4094, 4094, 4095,
+ 4095, 4095, 4096, 4096, 4096, 4097, 4097, 4097, 4098, 4098,
+ 4098, 4099, 4099, 4099, 4100, 4100, 4100, 4101, 4101, 4102,
+ 4102, 4102, 4103, 4103, 4103, 4104, 4104, 4104, 4105, 4105,
+ 4105, 4106, 4106, 4106, 4107, 4107, 4107, 4108, 4108, 4108,
+ 4109, 4109, 4109, 4110, 4110, 4110, 4111, 4111, 4112, 4112,
+ 4112, 4113, 4113, 4113, 4114, 4114, 4114, 4115, 4115, 4115,
+ 4116, 4116, 4116, 4117, 4117, 4117, 4118, 4118, 4118, 4119,
+
+ 4119, 4119, 4120, 4120, 4120, 4121, 4121, 4122, 4122, 4122,
+ 4123, 4123, 4123, 4124, 4124, 4124, 4125, 4125, 914, 4125,
+ 4125, 4126, 913, 4126, 4126, 4127, 4127, 4128, 4128, 4129,
+ 4129, 4130, 4130, 4131, 4131, 4132, 4132, 4133, 4133, 4134,
+ 4134, 4135, 4135, 4136, 4136, 4137, 4137, 4138, 4138, 4139,
+ 4139, 4140, 4140, 4141, 4141, 4142, 4142, 4143, 4143, 4144,
+ 4144, 4145, 4145, 4146, 4146, 4147, 4147, 4148, 4148, 4149,
+ 4149, 4150, 4150, 4151, 4151, 4152, 4152, 4153, 4153, 4154,
+ 4154, 4155, 4155, 4156, 4156, 4157, 4157, 4158, 4158, 4159,
+ 4159, 4160, 4160, 4161, 4161, 4162, 4162, 4163, 4163, 4164,
+
+ 4164, 4165, 4165, 4166, 4166, 4167, 4167, 4168, 4168, 4169,
+ 4169, 4170, 4170, 4170, 4171, 4171, 4171, 4172, 4172, 4172,
+ 4173, 4173, 4174, 4174, 4174, 4175, 4175, 4175, 4176, 4176,
+ 4176, 4177, 4177, 4177, 4178, 4178, 4178, 4179, 4179, 4179,
+ 4180, 4180, 4180, 4181, 4181, 4182, 4182, 4182, 4183, 4183,
+ 4183, 4184, 4184, 4184, 4185, 4185, 4186, 4186, 4186, 4187,
+ 4187, 4187, 4188, 4188, 4188, 4189, 4189, 4189, 4190, 4190,
+ 4190, 4191, 4191, 4191, 4192, 4192, 4193, 4193, 4193, 4194,
+ 4194, 4194, 4195, 4195, 4195, 4196, 4196, 4197, 4197, 4197,
+ 4198, 4198, 4198, 4199, 4199, 4199, 4200, 4200, 4200, 4201,
+
+ 4201, 4201, 4202, 4202, 4202, 4203, 4203, 4204, 4204, 908,
+ 4204, 4204, 4205, 894, 4205, 4205, 4206, 4206, 4207, 4207,
+ 4208, 4208, 4209, 4209, 4210, 4210, 4211, 4211, 4212, 4212,
+ 4213, 4213, 4214, 4214, 4215, 4215, 4216, 4216, 4217, 4217,
+ 4218, 4218, 4219, 4219, 4220, 4220, 4221, 4221, 4222, 4222,
+ 4223, 4223, 4224, 4224, 4225, 4225, 4226, 4226, 4227, 4227,
+ 4228, 4228, 4229, 4229, 4230, 4230, 4231, 4231, 4232, 4232,
+ 4233, 4233, 4234, 4234, 4235, 4235, 4236, 4236, 4237, 4237,
+ 4238, 4238, 4239, 4239, 4240, 4240, 4241, 4241, 4242, 4242,
+ 4243, 4243, 4244, 4244, 4244, 4245, 4245, 4245, 4246, 4246,
+
+ 4246, 4247, 4247, 4247, 4248, 4248, 4248, 4249, 4249, 4250,
+ 4250, 4250, 4251, 4251, 4251, 4252, 4252, 4252, 4253, 4253,
+ 4253, 4254, 4254, 4254, 4255, 4255, 4255, 4256, 4256, 4256,
+ 4257, 4257, 4257, 4258, 4258, 4258, 4259, 4259, 4260, 4260,
+ 4260, 4261, 4261, 4261, 4262, 4262, 4262, 4263, 4263, 4263,
+ 4264, 4264, 4264, 4265, 4265, 4265, 4266, 4266, 4266, 4267,
+ 4267, 4267, 4268, 4268, 4268, 4269, 4269, 4270, 4270, 4270,
+ 4271, 4271, 4271, 4272, 4272, 4272, 4273, 4273, 885, 4273,
+ 4273, 4274, 882, 4274, 4274, 4275, 4275, 4276, 4276, 4277,
+ 4277, 4278, 4278, 4279, 4279, 4280, 4280, 4281, 4281, 4282,
+
+ 4282, 4283, 4283, 4284, 4284, 4285, 4285, 4286, 4286, 4287,
+ 4287, 4288, 4288, 4289, 4289, 4290, 4290, 4291, 4291, 4292,
+ 4292, 4293, 4293, 4294, 4294, 4295, 4295, 4296, 4296, 4297,
+ 4297, 4298, 4298, 4299, 4299, 4300, 4300, 4301, 4301, 4302,
+ 4302, 4303, 4303, 4304, 4304, 4305, 4305, 4306, 4306, 4307,
+ 4307, 4308, 4308, 4309, 4309, 4310, 4310, 4310, 4311, 4311,
+ 4311, 4312, 4312, 4312, 4313, 4313, 4313, 4314, 4314, 4314,
+ 4315, 4315, 4315, 4316, 4316, 4317, 4317, 4317, 4318, 4318,
+ 4318, 4319, 4319, 4319, 4320, 4320, 4320, 4321, 4321, 4321,
+ 4322, 4322, 4322, 4323, 4323, 4323, 4324, 4324, 4324, 4325,
+
+ 4325, 4326, 4326, 4326, 4327, 4327, 4327, 4328, 4328, 4328,
+ 4329, 4329, 4330, 4330, 4330, 4331, 4331, 4331, 4332, 4332,
+ 4332, 4333, 4333, 4333, 4334, 4334, 4334, 4335, 4335, 4335,
+ 4336, 4336, 4337, 4337, 880, 4337, 4337, 4338, 879, 4338,
+ 4338, 4339, 4339, 4340, 4340, 4341, 4341, 4342, 4342, 4343,
+ 4343, 4344, 4344, 4345, 4345, 4346, 4346, 4347, 4347, 4348,
+ 4348, 4349, 4349, 4350, 4350, 4351, 4351, 4352, 4352, 4353,
+ 4353, 4354, 4354, 4355, 4355, 4356, 4356, 4357, 4357, 4358,
+ 4358, 4359, 4359, 4360, 4360, 4361, 4361, 4362, 4362, 4363,
+ 4363, 4364, 4364, 4365, 4365, 4366, 4366, 4367, 4367, 4368,
+
+ 4368, 4368, 4369, 4369, 4369, 4370, 4370, 4370, 4371, 4371,
+ 4371, 4372, 4372, 4372, 4373, 4373, 4373, 4374, 4374, 4374,
+ 4375, 4375, 4375, 4376, 4376, 4376, 4377, 4377, 4378, 4378,
+ 4378, 4379, 4379, 4379, 4380, 4380, 4380, 4381, 4381, 4381,
+ 4382, 4382, 4382, 4383, 4383, 4383, 4384, 4384, 4384, 4385,
+ 4385, 4385, 4386, 4386, 4386, 4387, 4387, 4388, 4388, 4388,
+ 4389, 4389, 4389, 4390, 4390, 4390, 4391, 4391, 878, 4391,
+ 4391, 4392, 877, 4392, 4392, 4393, 4393, 4394, 4394, 4395,
+ 4395, 4396, 4396, 4397, 4397, 4398, 4398, 4399, 4399, 4400,
+ 4400, 4401, 4401, 4402, 4402, 4403, 4403, 4404, 4404, 4405,
+
+ 4405, 4406, 4406, 4407, 4407, 4408, 4408, 4409, 4409, 4410,
+ 4410, 4411, 4411, 4412, 4412, 4413, 4413, 4414, 4414, 4415,
+ 4415, 4416, 4416, 4416, 4417, 4417, 4417, 4418, 4418, 4418,
+ 4419, 4419, 4420, 4420, 4420, 4421, 4421, 4421, 4422, 4422,
+ 4422, 4423, 4423, 4423, 4424, 4424, 4424, 4425, 4425, 4425,
+ 4426, 4426, 4426, 4427, 4427, 4428, 4428, 4428, 4429, 4429,
+ 4429, 4430, 4430, 4430, 4431, 4431, 4432, 4432, 4432, 4433,
+ 4433, 4433, 4434, 4434, 4434, 4435, 4435, 4435, 4436, 4436,
+ 4436, 4437, 4437, 4437, 4438, 4438, 4439, 4439, 876, 4439,
+ 4439, 4440, 875, 4440, 4440, 4441, 4441, 4442, 4442, 4443,
+
+ 4443, 4444, 4444, 4445, 4445, 4446, 4446, 4447, 4447, 4448,
+ 4448, 4449, 4449, 4450, 4450, 4451, 4451, 4452, 4452, 4453,
+ 4453, 4454, 4454, 4455, 4455, 4456, 4456, 4457, 4457, 4458,
+ 4458, 4459, 4459, 4459, 4460, 4460, 4460, 4461, 4461, 4461,
+ 4462, 4462, 4462, 4463, 4463, 4463, 4464, 4464, 4465, 4465,
+ 4465, 4466, 4466, 4466, 4467, 4467, 4467, 4468, 4468, 4468,
+ 4469, 4469, 4469, 4470, 4470, 4470, 4471, 4471, 4471, 4472,
+ 4472, 4472, 4473, 4473, 4473, 4474, 4474, 4475, 4475, 4475,
+ 4476, 4476, 4476, 4477, 4477, 4477, 4478, 4478, 874, 4478,
+ 4478, 4479, 873, 4479, 4479, 4480, 4480, 4481, 4481, 4482,
+
+ 4482, 4483, 4483, 4484, 4484, 4485, 4485, 4486, 4486, 4487,
+ 4487, 4488, 4488, 4489, 4489, 4490, 4490, 4491, 4491, 4492,
+ 4492, 4493, 4493, 4494, 4494, 4495, 4495, 4496, 4496, 4496,
+ 4497, 4497, 4497, 4498, 4498, 4498, 4499, 4499, 4499, 4500,
+ 4500, 4500, 4501, 4501, 4501, 4502, 4502, 4503, 4503, 4503,
+ 4504, 4504, 4504, 4505, 4505, 4505, 4506, 4506, 4506, 4507,
+ 4507, 4507, 4508, 4508, 4508, 4509, 4509, 4509, 4510, 4510,
+ 4510, 4511, 4511, 4512, 4512, 872, 4512, 4512, 4513, 871,
+ 4513, 4513, 4514, 4514, 4515, 4515, 4516, 4516, 4517, 4517,
+ 4518, 4518, 4519, 4519, 4520, 4520, 4521, 4521, 4522, 4522,
+
+ 4523, 4523, 4523, 4524, 4524, 4524, 4525, 4525, 4525, 4526,
+ 4526, 4526, 4527, 4527, 4527, 4528, 4528, 4528, 4529, 4529,
+ 4529, 4530, 4530, 4531, 4531, 4531, 4532, 4532, 4532, 4533,
+ 4533, 4533, 4534, 870, 4534, 4534, 4535, 4535, 4536, 4536,
+ 4537, 4537, 4538, 4538, 4539, 4539, 4540, 4540, 4541, 4541,
+ 4542, 4542, 4542, 4543, 4543, 4543, 4544, 4544, 4544, 4545,
+ 4545, 4545, 4546, 4546, 4546, 4547, 4547, 4547, 4548, 4548,
+ 4548, 4549, 4549, 4549, 4550, 4550, 4551, 869, 4551, 4551,
+ 4552, 4552, 4553, 4553, 4554, 4554, 4555, 4555, 4556, 4556,
+ 4557, 4557, 4557, 4558, 4558, 4558, 4559, 4559, 4559, 4560,
+
+ 4560, 4560, 4561, 4561, 4561, 4562, 4562, 4562, 4563, 868,
+ 4563, 4563, 4564, 4564, 4565, 4565, 4566, 4566, 4567, 4567,
+ 4567, 4568, 4568, 4568, 4569, 4569, 4569, 4570, 4570, 4570,
+ 4571, 867, 4571, 4571, 4572, 4572, 4573, 4573, 4574, 4574,
+ 4574, 4575, 4575, 4575, 4576, 866, 4576, 4576, 4577, 4577,
+ 4577, 4578, 865, 4578, 4578, 4579, 864, 4579, 4579, 4580,
+ 863, 4580, 4580, 4581, 862, 4581, 4581, 4582, 861, 4582,
+ 4582, 4583, 860, 4583, 4583, 4584, 859, 4584, 4584, 4585,
+ 858, 4585, 4585, 4586, 857, 4586, 4586, 4587, 856, 4587,
+ 4587, 4588, 855, 4588, 4588, 4589, 854, 4589, 4589, 4590,
+
+ 853, 4590, 4590, 4591, 852, 4591, 4591, 4592, 851, 4592,
+ 4592, 4593, 849, 4593, 4593, 4594, 836, 4594, 4594, 4595,
+ 826, 4595, 4595, 4596, 825, 4596, 4596, 4597, 824, 4597,
+ 4597, 4598, 823, 4598, 4598, 4599, 822, 4599, 4599, 4600,
+ 821, 4600, 4600, 4601, 805, 4601, 4601, 4602, 798, 4602,
+ 4602, 4603, 794, 4603, 4603, 4604, 791, 4604, 4604, 789,
+ 788, 787, 786, 785, 784, 783, 782, 781, 780, 779,
+ 778, 777, 776, 775, 774, 773, 772, 771, 770, 769,
+ 768, 767, 766, 765, 764, 762, 759, 754, 751, 741,
+ 736, 733, 732, 731, 730, 729, 728, 727, 724, 713,
+
+ 707, 700, 698, 697, 696, 695, 694, 693, 692, 691,
+ 690, 689, 688, 687, 686, 685, 684, 683, 682, 681,
+ 680, 679, 678, 676, 670, 668, 656, 655, 653, 652,
+ 651, 641, 640, 634, 633, 632, 631, 630, 629, 628,
+ 614, 611, 608, 603, 600, 598, 597, 596, 595, 594,
+ 593, 592, 591, 590, 589, 588, 587, 586, 585, 584,
+ 583, 581, 575, 569, 568, 543, 538, 537, 536, 535,
+ 534, 533, 529, 514, 507, 504, 502, 501, 500, 499,
+ 498, 497, 496, 495, 494, 493, 492, 490, 483, 476,
+ 475, 449, 445, 444, 443, 442, 441, 440, 433, 420,
+
+ 413, 410, 408, 407, 406, 405, 404, 403, 402, 401,
+ 399, 392, 383, 382, 358, 345, 324, 322, 321, 320,
+ 319, 318, 316, 251, 243, 236, 231, 227, 226, 225,
+ 223, 149, 146, 144, 143, 142, 134, 132, 73, 62,
+ 60, 58, 57, 55, 52, 50, 43, 36, 13, 8,
+ 3, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893,
+ 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893
} ;
/* Table of booleans, true if rule could match eol. */
-static yyconst flex_int32_t yy_rule_can_match_eol[106] =
+static yyconst flex_int32_t yy_rule_can_match_eol[112] =
{ 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 0, 1, 0, 0, };
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, };
static yy_state_type yy_last_accepting_state;
static char *yy_last_accepting_cpos;
@@ -4210,7 +4238,7 @@ char *yytext;
#include "read_config_yy.h"
#define YY_NO_INPUT 1
-#line 4214 "read_config_lex.c"
+#line 4242 "read_config_lex.c"
#define INITIAL 0
@@ -4397,7 +4425,7 @@ YY_DECL
#line 57 "read_config_lex.l"
-#line 4401 "read_config_lex.c"
+#line 4429 "read_config_lex.c"
if ( !(yy_init) )
{
@@ -4450,13 +4478,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 >= 2865 )
+ if ( yy_current_state >= 2894 )
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] != 10776 );
+ while ( yy_base[yy_current_state] != 10852 );
yy_find_action:
yy_act = yy_accept[yy_current_state];
@@ -4927,109 +4955,139 @@ YY_RULE_SETUP
YY_BREAK
case 88:
YY_RULE_SETUP
-#line 146 "read_config_lex.l"
-{ return T_ON; }
+#line 145 "read_config_lex.l"
+{ return T_HELPER; }
YY_BREAK
case 89:
YY_RULE_SETUP
-#line 147 "read_config_lex.l"
-{ return T_OFF; }
+#line 146 "read_config_lex.l"
+{ return T_HELPER_QUEUE_NUM; }
YY_BREAK
case 90:
YY_RULE_SETUP
-#line 148 "read_config_lex.l"
-{ yylval.val = atoi(yytext); return T_NUMBER; }
+#line 147 "read_config_lex.l"
+{ return T_HELPER_QUEUE_LEN; }
YY_BREAK
case 91:
YY_RULE_SETUP
-#line 149 "read_config_lex.l"
-{ yylval.val = atoi(yytext); return T_SIGNED_NUMBER; }
+#line 148 "read_config_lex.l"
+{ return T_HELPER_POLICY; }
YY_BREAK
case 92:
YY_RULE_SETUP
-#line 150 "read_config_lex.l"
-{ yylval.string = strdup(yytext); return T_IP; }
+#line 149 "read_config_lex.l"
+{ return T_HELPER_EXPECT_MAX; }
YY_BREAK
case 93:
YY_RULE_SETUP
-#line 151 "read_config_lex.l"
-{ yylval.string = strdup(yytext); return T_IP; }
+#line 150 "read_config_lex.l"
+{ return T_HELPER_EXPECT_TIMEOUT; }
YY_BREAK
case 94:
YY_RULE_SETUP
#line 152 "read_config_lex.l"
-{ yylval.string = strdup(yytext); return T_PATH_VAL; }
+{ return T_ON; }
YY_BREAK
case 95:
YY_RULE_SETUP
#line 153 "read_config_lex.l"
-{ return T_ALARM; }
+{ return T_OFF; }
YY_BREAK
case 96:
YY_RULE_SETUP
#line 154 "read_config_lex.l"
+{ yylval.val = atoi(yytext); return T_NUMBER; }
+ YY_BREAK
+case 97:
+YY_RULE_SETUP
+#line 155 "read_config_lex.l"
+{ yylval.val = atoi(yytext); return T_SIGNED_NUMBER; }
+ YY_BREAK
+case 98:
+YY_RULE_SETUP
+#line 156 "read_config_lex.l"
+{ yylval.string = strdup(yytext); return T_IP; }
+ YY_BREAK
+case 99:
+YY_RULE_SETUP
+#line 157 "read_config_lex.l"
+{ yylval.string = strdup(yytext); return T_IP; }
+ YY_BREAK
+case 100:
+YY_RULE_SETUP
+#line 158 "read_config_lex.l"
+{ yylval.string = strdup(yytext); return T_PATH_VAL; }
+ YY_BREAK
+case 101:
+YY_RULE_SETUP
+#line 159 "read_config_lex.l"
+{ return T_ALARM; }
+ YY_BREAK
+case 102:
+YY_RULE_SETUP
+#line 160 "read_config_lex.l"
{ fprintf(stderr, "\nWARNING: Now `persistent' mode "
"is called `alarm'. Please, update "
"your conntrackd.conf file.\n");
return T_ALARM; }
YY_BREAK
-case 97:
+case 103:
YY_RULE_SETUP
-#line 158 "read_config_lex.l"
+#line 164 "read_config_lex.l"
{ return T_FTFW; }
YY_BREAK
-case 98:
+case 104:
YY_RULE_SETUP
-#line 159 "read_config_lex.l"
+#line 165 "read_config_lex.l"
{ fprintf(stderr, "\nWARNING: Now `nack' mode "
"is called `ftfw'. Please, update "
"your conntrackd.conf file.\n");
return T_FTFW; }
YY_BREAK
-case 99:
+case 105:
YY_RULE_SETUP
-#line 163 "read_config_lex.l"
+#line 169 "read_config_lex.l"
{ return T_NOTRACK; }
YY_BREAK
-case 100:
+case 106:
YY_RULE_SETUP
-#line 164 "read_config_lex.l"
+#line 170 "read_config_lex.l"
{ yylval.string = strdup(yytext); return T_STRING; }
YY_BREAK
-case 101:
+case 107:
*yy_cp = (yy_hold_char); /* undo effects of setting up yytext */
(yy_c_buf_p) = yy_cp -= 1;
YY_DO_BEFORE_ACTION; /* set up yytext again */
YY_RULE_SETUP
-#line 166 "read_config_lex.l"
+#line 172 "read_config_lex.l"
;
YY_BREAK
-case 102:
+case 108:
YY_RULE_SETUP
-#line 167 "read_config_lex.l"
+#line 173 "read_config_lex.l"
;
YY_BREAK
-case 103:
-/* rule 103 can match eol */
+case 109:
+/* rule 109 can match eol */
YY_RULE_SETUP
-#line 168 "read_config_lex.l"
+#line 174 "read_config_lex.l"
;
YY_BREAK
case YY_STATE_EOF(INITIAL):
-#line 170 "read_config_lex.l"
+#line 176 "read_config_lex.l"
{ yyterminate(); }
YY_BREAK
-case 104:
+case 110:
YY_RULE_SETUP
-#line 172 "read_config_lex.l"
+#line 178 "read_config_lex.l"
{ return yytext[0]; }
YY_BREAK
-case 105:
+case 111:
YY_RULE_SETUP
-#line 174 "read_config_lex.l"
+#line 180 "read_config_lex.l"
ECHO;
YY_BREAK
-#line 5033 "read_config_lex.c"
+#line 5091 "read_config_lex.c"
case YY_END_OF_BUFFER:
{
@@ -5319,7 +5377,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 >= 2865 )
+ if ( yy_current_state >= 2894 )
yy_c = yy_meta[(unsigned int) yy_c];
}
yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
@@ -5347,11 +5405,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 >= 2865 )
+ if ( yy_current_state >= 2894 )
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 == 2864);
+ yy_is_jam = (yy_current_state == 2893);
return yy_is_jam ? 0 : yy_current_state;
}
@@ -5996,7 +6054,7 @@ void yyfree (void * ptr )
#define YYTABLES_NAME "yytables"
-#line 174 "read_config_lex.l"
+#line 180 "read_config_lex.l"
diff --git a/src/read_config_lex.l b/src/read_config_lex.l
index 01fe4fc..bec2d81 100644
--- a/src/read_config_lex.l
+++ b/src/read_config_lex.l
@@ -142,6 +142,12 @@ notrack [N|n][O|o][T|t][R|r][A|a][C|c][K|k]
"TCPWindowTracking" { return T_TCP_WINDOW_TRACKING; }
"ExpectationSync" { return T_EXPECT_SYNC; }
"ErrorQueueLength" { return T_ERROR_QUEUE_LENGTH; }
+"Helper" { return T_HELPER; }
+"QueueNum" { return T_HELPER_QUEUE_NUM; }
+"QueueLen" { return T_HELPER_QUEUE_LEN; }
+"Policy" { return T_HELPER_POLICY; }
+"ExpectMax" { return T_HELPER_EXPECT_MAX; }
+"ExpectTimeout" { return T_HELPER_EXPECT_TIMEOUT; }
{is_on} { return T_ON; }
{is_off} { return T_OFF; }
diff --git a/src/read_config_yy.c b/src/read_config_yy.c
index 7acff83..e855cc8 100644
--- a/src/read_config_yy.c
+++ b/src/read_config_yy.c
@@ -97,8 +97,11 @@
#include "conntrackd.h"
#include "bitops.h"
#include "cidr.h"
+#include "helper.h"
+#include "stack.h"
#include <syslog.h>
#include <sched.h>
+#include <dlfcn.h>
#include <libnetfilter_conntrack/libnetfilter_conntrack.h>
#include <libnetfilter_conntrack/libnetfilter_conntrack_tcp.h>
@@ -118,9 +121,19 @@ static void __kernel_filter_start(void);
static void __kernel_filter_add_state(int value);
static void __max_dedicated_links_reached(void);
+struct stack symbol_stack;
+
+enum {
+ SYMBOL_HELPER_QUEUE_NUM,
+ SYMBOL_HELPER_QUEUE_LEN,
+ SYMBOL_HELPER_POLICY_EXPECT_ROOT,
+ SYMBOL_HELPER_EXPECT_POLICY_LEAF,
+};
+
+
/* Line 268 of yacc.c */
-#line 124 "read_config_yy.c"
+#line 137 "read_config_yy.c"
/* Enabling traces. */
#ifndef YYDEBUG
@@ -238,11 +251,17 @@ static void __max_dedicated_links_reached(void);
T_OPTIONS = 346,
T_TCP_WINDOW_TRACKING = 347,
T_EXPECT_SYNC = 348,
- T_IP = 349,
- T_PATH_VAL = 350,
- T_NUMBER = 351,
- T_SIGNED_NUMBER = 352,
- T_STRING = 353
+ T_HELPER = 349,
+ T_HELPER_QUEUE_NUM = 350,
+ T_HELPER_QUEUE_LEN = 351,
+ T_HELPER_POLICY = 352,
+ T_HELPER_EXPECT_TIMEOUT = 353,
+ T_HELPER_EXPECT_MAX = 354,
+ T_IP = 355,
+ T_PATH_VAL = 356,
+ T_NUMBER = 357,
+ T_SIGNED_NUMBER = 358,
+ T_STRING = 359
};
#endif
/* Tokens. */
@@ -337,11 +356,17 @@ static void __max_dedicated_links_reached(void);
#define T_OPTIONS 346
#define T_TCP_WINDOW_TRACKING 347
#define T_EXPECT_SYNC 348
-#define T_IP 349
-#define T_PATH_VAL 350
-#define T_NUMBER 351
-#define T_SIGNED_NUMBER 352
-#define T_STRING 353
+#define T_HELPER 349
+#define T_HELPER_QUEUE_NUM 350
+#define T_HELPER_QUEUE_LEN 351
+#define T_HELPER_POLICY 352
+#define T_HELPER_EXPECT_TIMEOUT 353
+#define T_HELPER_EXPECT_MAX 354
+#define T_IP 355
+#define T_PATH_VAL 356
+#define T_NUMBER 357
+#define T_SIGNED_NUMBER 358
+#define T_STRING 359
@@ -351,7 +376,7 @@ typedef union YYSTYPE
{
/* Line 293 of yacc.c */
-#line 53 "read_config_yy.y"
+#line 66 "read_config_yy.y"
int val;
char *string;
@@ -359,7 +384,7 @@ typedef union YYSTYPE
/* Line 293 of yacc.c */
-#line 363 "read_config_yy.c"
+#line 388 "read_config_yy.c"
} YYSTYPE;
# define YYSTYPE_IS_TRIVIAL 1
# define yystype YYSTYPE /* obsolescent; will be withdrawn */
@@ -371,7 +396,7 @@ typedef union YYSTYPE
/* Line 343 of yacc.c */
-#line 375 "read_config_yy.c"
+#line 400 "read_config_yy.c"
#ifdef short
# undef short
@@ -588,22 +613,22 @@ union yyalloc
#endif /* !YYCOPY_NEEDED */
/* YYFINAL -- State number of the termination state. */
-#define YYFINAL 21
+#define YYFINAL 24
/* YYLAST -- Last index in YYTABLE. */
-#define YYLAST 349
+#define YYLAST 375
/* YYNTOKENS -- Number of terminals. */
-#define YYNTOKENS 101
+#define YYNTOKENS 107
/* YYNNTS -- Number of nonterminals. */
-#define YYNNTS 99
+#define YYNNTS 109
/* YYNRULES -- Number of rules. */
-#define YYNRULES 247
+#define YYNRULES 265
/* YYNRULES -- Number of states. */
-#define YYNSTATES 385
+#define YYNSTATES 417
/* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX. */
#define YYUNDEFTOK 2
-#define YYMAXUTOK 353
+#define YYMAXUTOK 359
#define YYTRANSLATE(YYX) \
((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK)
@@ -623,7 +648,7 @@ static const yytype_uint8 yytranslate[] =
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
- 2, 2, 2, 99, 2, 100, 2, 2, 2, 2,
+ 2, 2, 2, 105, 2, 106, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
@@ -646,7 +671,7 @@ static const yytype_uint8 yytranslate[] =
65, 66, 67, 68, 69, 70, 71, 72, 73, 74,
75, 76, 77, 78, 79, 80, 81, 82, 83, 84,
85, 86, 87, 88, 89, 90, 91, 92, 93, 94,
- 95, 96, 97, 98
+ 95, 96, 97, 98, 99, 100, 101, 102, 103, 104
};
#if YYDEBUG
@@ -655,134 +680,143 @@ static const yytype_uint8 yytranslate[] =
static const yytype_uint16 yyprhs[] =
{
0, 0, 3, 4, 6, 8, 11, 13, 15, 17,
- 19, 21, 23, 26, 29, 32, 35, 38, 41, 44,
- 46, 49, 52, 55, 58, 61, 64, 69, 70, 73,
- 76, 79, 84, 90, 91, 94, 97, 100, 103, 106,
- 109, 112, 115, 118, 121, 124, 127, 132, 138, 139,
- 142, 145, 148, 151, 154, 157, 160, 163, 166, 169,
- 172, 177, 183, 184, 187, 190, 193, 196, 199, 202,
- 205, 208, 211, 214, 217, 220, 223, 226, 231, 232,
- 235, 238, 241, 246, 247, 250, 252, 254, 259, 260,
- 263, 265, 267, 269, 271, 273, 275, 277, 279, 281,
- 283, 285, 287, 289, 291, 293, 295, 297, 299, 304,
- 305, 308, 311, 314, 317, 320, 325, 326, 329, 331,
- 337, 343, 349, 350, 353, 355, 357, 359, 361, 363,
- 365, 366, 369, 371, 373, 375, 377, 379, 381, 382,
- 385, 387, 389, 391, 393, 396, 399, 402, 405, 408,
- 411, 414, 417, 419, 421, 424, 429, 430, 433, 435,
- 437, 438, 441, 443, 445, 447, 449, 451, 453, 455,
- 457, 459, 462, 465, 470, 471, 474, 476, 478, 480,
+ 19, 21, 23, 25, 28, 31, 34, 37, 40, 43,
+ 46, 48, 51, 54, 57, 60, 63, 66, 71, 72,
+ 75, 78, 81, 86, 92, 93, 96, 99, 102, 105,
+ 108, 111, 114, 117, 120, 123, 126, 129, 134, 140,
+ 141, 144, 147, 150, 153, 156, 159, 162, 165, 168,
+ 171, 174, 179, 185, 186, 189, 192, 195, 198, 201,
+ 204, 207, 210, 213, 216, 219, 222, 225, 228, 233,
+ 234, 237, 240, 243, 248, 249, 252, 254, 256, 261,
+ 262, 265, 267, 269, 271, 273, 275, 277, 279, 281,
+ 283, 285, 287, 289, 291, 293, 295, 297, 299, 301,
+ 306, 307, 310, 313, 316, 319, 322, 327, 328, 331,
+ 333, 339, 345, 351, 352, 355, 357, 359, 361, 363,
+ 365, 367, 368, 371, 373, 375, 377, 379, 381, 383,
+ 384, 387, 389, 391, 393, 395, 398, 401, 404, 407,
+ 410, 413, 416, 419, 421, 423, 426, 431, 432, 435,
+ 437, 439, 440, 443, 445, 447, 449, 451, 453, 455,
+ 457, 459, 461, 464, 467, 472, 473, 476, 478, 480,
482, 484, 486, 488, 490, 492, 494, 496, 498, 500,
- 502, 504, 506, 508, 510, 513, 516, 519, 522, 525,
- 528, 531, 534, 539, 540, 543, 546, 549, 552, 555,
- 558, 563, 570, 577, 578, 581, 587, 593, 594, 597,
- 599, 601, 603, 609, 615, 616, 619, 622, 625, 631,
- 637, 638, 641, 645, 650, 651, 654, 656, 658, 660,
- 662, 664, 667, 670, 673, 676, 679, 682
+ 502, 504, 506, 508, 510, 512, 515, 518, 521, 524,
+ 527, 530, 533, 536, 541, 542, 545, 548, 551, 554,
+ 557, 560, 565, 572, 579, 580, 583, 589, 595, 596,
+ 599, 601, 603, 605, 611, 617, 618, 621, 624, 627,
+ 633, 639, 640, 643, 647, 652, 653, 656, 658, 660,
+ 662, 664, 666, 669, 672, 675, 678, 681, 684, 687,
+ 692, 693, 696, 698, 706, 707, 710, 712, 715, 718,
+ 724, 725, 728, 730, 732, 735
};
/* YYRHS -- A `-1'-separated list of the rules' RHS. */
static const yytype_int16 yyrhs[] =
{
- 102, 0, -1, -1, 103, -1, 104, -1, 103, 104,
- -1, 133, -1, 116, -1, 110, -1, 169, -1, 136,
- -1, 192, -1, 19, 45, -1, 19, 46, -1, 19,
- 95, -1, 61, 45, -1, 61, 46, -1, 61, 98,
- -1, 26, 95, -1, 27, -1, 11, 96, -1, 29,
- 96, -1, 30, 96, -1, 50, 96, -1, 43, 45,
- -1, 43, 46, -1, 16, 99, 117, 100, -1, -1,
- 117, 118, -1, 3, 94, -1, 12, 94, -1, 8,
- 99, 120, 100, -1, 8, 79, 99, 120, 100, -1,
- -1, 120, 121, -1, 3, 94, -1, 12, 94, -1,
- 4, 94, -1, 13, 94, -1, 49, 98, -1, 17,
- 96, -1, 18, 96, -1, 66, 96, -1, 65, 96,
- -1, 43, 45, -1, 43, 46, -1, 20, 99, 123,
- 100, -1, 20, 79, 99, 123, 100, -1, -1, 123,
- 124, -1, 3, 94, -1, 12, 94, -1, 82, 94,
- -1, 83, 94, -1, 49, 98, -1, 5, 96, -1,
- 66, 96, -1, 65, 96, -1, 43, 45, -1, 43,
- 46, -1, 24, 99, 126, 100, -1, 24, 79, 99,
- 126, 100, -1, -1, 126, 127, -1, 3, 94, -1,
- 12, 94, -1, 82, 94, -1, 83, 94, -1, 49,
- 98, -1, 5, 96, -1, 66, 96, -1, 65, 96,
- -1, 43, 45, -1, 43, 46, -1, 90, 96, -1,
- 6, 96, -1, 7, 96, -1, 10, 99, 131, 100,
- -1, -1, 131, 132, -1, 9, 95, -1, 17, 96,
- -1, 25, 99, 134, 100, -1, -1, 134, 135, -1,
- 96, -1, 98, -1, 32, 99, 137, 100, -1, -1,
- 137, 138, -1, 111, -1, 112, -1, 113, -1, 114,
- -1, 115, -1, 119, -1, 122, -1, 125, -1, 159,
- -1, 160, -1, 144, -1, 145, -1, 146, -1, 161,
- -1, 162, -1, 168, -1, 158, -1, 139, -1, 91,
- 99, 140, 100, -1, -1, 140, 141, -1, 92, 45,
- -1, 92, 46, -1, 93, 45, -1, 93, 46, -1,
- 93, 99, 142, 100, -1, -1, 142, 143, -1, 98,
- -1, 37, 41, 99, 147, 100, -1, 37, 42, 99,
- 149, 100, -1, 37, 67, 99, 151, 100, -1, -1,
- 147, 148, -1, 111, -1, 112, -1, 113, -1, 114,
- -1, 159, -1, 160, -1, -1, 149, 150, -1, 156,
- -1, 155, -1, 113, -1, 114, -1, 157, -1, 154,
- -1, -1, 151, 152, -1, 113, -1, 114, -1, 153,
- -1, 154, -1, 88, 45, -1, 88, 46, -1, 89,
- 45, -1, 89, 46, -1, 40, 96, -1, 51, 96,
- -1, 44, 96, -1, 64, 96, -1, 34, -1, 36,
- -1, 38, 94, -1, 47, 163, 48, 164, -1, -1,
- 163, 165, -1, 98, -1, 167, -1, -1, 166, 167,
- -1, 53, -1, 54, -1, 52, -1, 55, -1, 56,
- -1, 57, -1, 58, -1, 59, -1, 60, -1, 62,
- 45, -1, 62, 46, -1, 31, 99, 170, 100, -1,
- -1, 170, 171, -1, 128, -1, 129, -1, 105, -1,
- 106, -1, 108, -1, 107, -1, 109, -1, 130, -1,
- 172, -1, 173, -1, 180, -1, 181, -1, 182, -1,
- 183, -1, 174, -1, 175, -1, 176, -1, 177, -1,
- 35, 96, -1, 28, 96, -1, 80, 45, -1, 80,
- 46, -1, 80, 96, -1, 87, 45, -1, 87, 46,
- -1, 81, 97, -1, 84, 99, 178, 100, -1, -1,
- 178, 179, -1, 85, 98, -1, 86, 96, -1, 39,
- 98, -1, 78, 96, -1, 68, 96, -1, 69, 99,
- 184, 100, -1, 69, 75, 76, 99, 184, 100, -1,
- 69, 75, 77, 99, 184, 100, -1, -1, 184, 185,
- -1, 71, 73, 99, 186, 100, -1, 71, 74, 99,
- 186, 100, -1, -1, 186, 187, -1, 98, -1, 24,
- -1, 20, -1, 70, 73, 99, 188, 100, -1, 70,
- 74, 99, 188, 100, -1, -1, 188, 189, -1, 3,
- 94, -1, 12, 94, -1, 72, 73, 99, 190, 100,
- -1, 72, 74, 99, 190, 100, -1, -1, 190, 191,
- -1, 166, 48, 24, -1, 33, 99, 193, 100, -1,
- -1, 193, 194, -1, 195, -1, 196, -1, 197, -1,
- 198, -1, 199, -1, 19, 45, -1, 19, 46, -1,
- 19, 95, -1, 61, 45, -1, 61, 46, -1, 61,
- 98, -1, 63, 96, -1
+ 108, 0, -1, -1, 109, -1, 110, -1, 109, 110,
+ -1, 139, -1, 122, -1, 116, -1, 175, -1, 142,
+ -1, 198, -1, 206, -1, 19, 45, -1, 19, 46,
+ -1, 19, 101, -1, 61, 45, -1, 61, 46, -1,
+ 61, 104, -1, 26, 101, -1, 27, -1, 11, 102,
+ -1, 29, 102, -1, 30, 102, -1, 50, 102, -1,
+ 43, 45, -1, 43, 46, -1, 16, 105, 123, 106,
+ -1, -1, 123, 124, -1, 3, 100, -1, 12, 100,
+ -1, 8, 105, 126, 106, -1, 8, 79, 105, 126,
+ 106, -1, -1, 126, 127, -1, 3, 100, -1, 12,
+ 100, -1, 4, 100, -1, 13, 100, -1, 49, 104,
+ -1, 17, 102, -1, 18, 102, -1, 66, 102, -1,
+ 65, 102, -1, 43, 45, -1, 43, 46, -1, 20,
+ 105, 129, 106, -1, 20, 79, 105, 129, 106, -1,
+ -1, 129, 130, -1, 3, 100, -1, 12, 100, -1,
+ 82, 100, -1, 83, 100, -1, 49, 104, -1, 5,
+ 102, -1, 66, 102, -1, 65, 102, -1, 43, 45,
+ -1, 43, 46, -1, 24, 105, 132, 106, -1, 24,
+ 79, 105, 132, 106, -1, -1, 132, 133, -1, 3,
+ 100, -1, 12, 100, -1, 82, 100, -1, 83, 100,
+ -1, 49, 104, -1, 5, 102, -1, 66, 102, -1,
+ 65, 102, -1, 43, 45, -1, 43, 46, -1, 90,
+ 102, -1, 6, 102, -1, 7, 102, -1, 10, 105,
+ 137, 106, -1, -1, 137, 138, -1, 9, 101, -1,
+ 17, 102, -1, 25, 105, 140, 106, -1, -1, 140,
+ 141, -1, 102, -1, 104, -1, 32, 105, 143, 106,
+ -1, -1, 143, 144, -1, 117, -1, 118, -1, 119,
+ -1, 120, -1, 121, -1, 125, -1, 128, -1, 131,
+ -1, 165, -1, 166, -1, 150, -1, 151, -1, 152,
+ -1, 167, -1, 168, -1, 174, -1, 164, -1, 145,
+ -1, 91, 105, 146, 106, -1, -1, 146, 147, -1,
+ 92, 45, -1, 92, 46, -1, 93, 45, -1, 93,
+ 46, -1, 93, 105, 148, 106, -1, -1, 148, 149,
+ -1, 104, -1, 37, 41, 105, 153, 106, -1, 37,
+ 42, 105, 155, 106, -1, 37, 67, 105, 157, 106,
+ -1, -1, 153, 154, -1, 117, -1, 118, -1, 119,
+ -1, 120, -1, 165, -1, 166, -1, -1, 155, 156,
+ -1, 162, -1, 161, -1, 119, -1, 120, -1, 163,
+ -1, 160, -1, -1, 157, 158, -1, 119, -1, 120,
+ -1, 159, -1, 160, -1, 88, 45, -1, 88, 46,
+ -1, 89, 45, -1, 89, 46, -1, 40, 102, -1,
+ 51, 102, -1, 44, 102, -1, 64, 102, -1, 34,
+ -1, 36, -1, 38, 100, -1, 47, 169, 48, 170,
+ -1, -1, 169, 171, -1, 104, -1, 173, -1, -1,
+ 172, 173, -1, 53, -1, 54, -1, 52, -1, 55,
+ -1, 56, -1, 57, -1, 58, -1, 59, -1, 60,
+ -1, 62, 45, -1, 62, 46, -1, 31, 105, 176,
+ 106, -1, -1, 176, 177, -1, 134, -1, 135, -1,
+ 111, -1, 112, -1, 114, -1, 113, -1, 115, -1,
+ 136, -1, 178, -1, 179, -1, 186, -1, 187, -1,
+ 188, -1, 189, -1, 180, -1, 181, -1, 182, -1,
+ 183, -1, 35, 102, -1, 28, 102, -1, 80, 45,
+ -1, 80, 46, -1, 80, 102, -1, 87, 45, -1,
+ 87, 46, -1, 81, 103, -1, 84, 105, 184, 106,
+ -1, -1, 184, 185, -1, 85, 104, -1, 86, 102,
+ -1, 39, 104, -1, 78, 102, -1, 68, 102, -1,
+ 69, 105, 190, 106, -1, 69, 75, 76, 105, 190,
+ 106, -1, 69, 75, 77, 105, 190, 106, -1, -1,
+ 190, 191, -1, 71, 73, 105, 192, 106, -1, 71,
+ 74, 105, 192, 106, -1, -1, 192, 193, -1, 104,
+ -1, 24, -1, 20, -1, 70, 73, 105, 194, 106,
+ -1, 70, 74, 105, 194, 106, -1, -1, 194, 195,
+ -1, 3, 100, -1, 12, 100, -1, 72, 73, 105,
+ 196, 106, -1, 72, 74, 105, 196, 106, -1, -1,
+ 196, 197, -1, 172, 48, 24, -1, 33, 105, 199,
+ 106, -1, -1, 199, 200, -1, 201, -1, 202, -1,
+ 203, -1, 204, -1, 205, -1, 19, 45, -1, 19,
+ 46, -1, 19, 101, -1, 61, 45, -1, 61, 46,
+ -1, 61, 104, -1, 63, 102, -1, 94, 105, 207,
+ 106, -1, -1, 207, 208, -1, 209, -1, 85, 104,
+ 104, 104, 105, 210, 106, -1, -1, 210, 211, -1,
+ 209, -1, 95, 102, -1, 96, 102, -1, 97, 104,
+ 105, 212, 106, -1, -1, 212, 213, -1, 214, -1,
+ 215, -1, 99, 102, -1, 98, 102, -1
};
/* YYRLINE[YYN] -- source line where rule number YYN was defined. */
static const yytype_uint16 yyrline[] =
{
- 0, 85, 85, 86, 89, 90, 93, 94, 95, 96,
- 97, 98, 101, 106, 110, 115, 120, 125, 157, 162,
- 167, 172, 177, 182, 187, 198, 209, 219, 220, 222,
- 244, 270, 284, 300, 301, 303, 322, 362, 381, 386,
- 406, 413, 419, 425, 431, 437, 443, 457, 473, 474,
- 476, 487, 504, 515, 532, 547, 553, 559, 565, 571,
- 577, 593, 611, 612, 614, 625, 642, 653, 670, 685,
- 691, 697, 703, 709, 715, 721, 726, 731, 733, 734,
- 737, 742, 747, 757, 758, 761, 769, 782, 792, 793,
- 795, 796, 797, 798, 799, 800, 801, 802, 803, 804,
- 805, 806, 807, 808, 809, 810, 811, 812, 815, 817,
- 818, 821, 826, 831, 843, 851, 863, 864, 866, 871,
- 876, 881, 886, 887, 889, 890, 891, 892, 893, 894,
- 897, 898, 900, 901, 902, 903, 904, 905, 908, 909,
- 911, 912, 913, 914, 917, 922, 927, 932, 937, 943,
- 948, 953, 958, 964, 970, 975, 985, 986, 988, 995,
- 997, 998, 1000, 1008, 1016, 1024, 1032, 1040, 1048, 1056,
- 1064, 1073, 1079, 1085, 1087, 1088, 1091, 1092, 1093, 1094,
- 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104,
- 1105, 1106, 1107, 1108, 1111, 1116, 1121, 1126, 1131, 1136,
- 1141, 1146, 1151, 1153, 1154, 1157, 1169, 1178, 1186, 1191,
- 1201, 1206, 1211, 1216, 1217, 1219, 1228, 1241, 1242, 1244,
- 1263, 1282, 1301, 1310, 1332, 1333, 1335, 1394, 1454, 1463,
- 1477, 1478, 1480, 1482, 1492, 1493, 1496, 1497, 1498, 1499,
- 1500, 1503, 1508, 1512, 1517, 1522, 1527, 1559
+ 0, 100, 100, 101, 104, 105, 108, 109, 110, 111,
+ 112, 113, 114, 117, 122, 126, 131, 136, 141, 173,
+ 178, 183, 188, 193, 198, 203, 214, 225, 235, 236,
+ 238, 260, 286, 300, 316, 317, 319, 338, 378, 397,
+ 402, 422, 429, 435, 441, 447, 453, 459, 473, 489,
+ 490, 492, 503, 520, 531, 548, 563, 569, 575, 581,
+ 587, 593, 609, 627, 628, 630, 641, 658, 669, 686,
+ 701, 707, 713, 719, 725, 731, 737, 742, 747, 749,
+ 750, 753, 758, 763, 773, 774, 777, 785, 798, 808,
+ 809, 811, 812, 813, 814, 815, 816, 817, 818, 819,
+ 820, 821, 822, 823, 824, 825, 826, 827, 828, 831,
+ 833, 834, 837, 842, 847, 859, 867, 879, 880, 882,
+ 887, 892, 897, 902, 903, 905, 906, 907, 908, 909,
+ 910, 913, 914, 916, 917, 918, 919, 920, 921, 924,
+ 925, 927, 928, 929, 930, 933, 938, 943, 948, 953,
+ 959, 964, 969, 974, 980, 986, 991, 1001, 1002, 1004,
+ 1011, 1013, 1014, 1016, 1024, 1032, 1040, 1048, 1056, 1064,
+ 1072, 1080, 1089, 1095, 1101, 1103, 1104, 1107, 1108, 1109,
+ 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119,
+ 1120, 1121, 1122, 1123, 1124, 1127, 1132, 1137, 1142, 1147,
+ 1152, 1157, 1162, 1167, 1169, 1170, 1173, 1185, 1194, 1202,
+ 1207, 1217, 1222, 1227, 1232, 1233, 1235, 1244, 1257, 1258,
+ 1260, 1279, 1298, 1317, 1326, 1348, 1349, 1351, 1410, 1470,
+ 1479, 1493, 1494, 1496, 1498, 1508, 1509, 1512, 1513, 1514,
+ 1515, 1516, 1519, 1524, 1528, 1533, 1538, 1543, 1575, 1580,
+ 1585, 1586, 1589, 1592, 1689, 1690, 1693, 1696, 1707, 1718,
+ 1740, 1741, 1744, 1745, 1748, 1763
};
#endif
@@ -812,7 +846,9 @@ static const char *const yytname[] =
"T_IPV6_DEST_ADDR", "T_SCHEDULER", "T_TYPE", "T_PRIO",
"T_NETLINK_EVENTS_RELIABLE", "T_DISABLE_INTERNAL_CACHE",
"T_DISABLE_EXTERNAL_CACHE", "T_ERROR_QUEUE_LENGTH", "T_OPTIONS",
- "T_TCP_WINDOW_TRACKING", "T_EXPECT_SYNC", "T_IP", "T_PATH_VAL",
+ "T_TCP_WINDOW_TRACKING", "T_EXPECT_SYNC", "T_HELPER",
+ "T_HELPER_QUEUE_NUM", "T_HELPER_QUEUE_LEN", "T_HELPER_POLICY",
+ "T_HELPER_EXPECT_TIMEOUT", "T_HELPER_EXPECT_MAX", "T_IP", "T_PATH_VAL",
"T_NUMBER", "T_SIGNED_NUMBER", "T_STRING", "'{'", "'}'", "$accept",
"configfile", "lines", "line", "logfile_bool", "logfile_path",
"syslog_bool", "syslog_facility", "lock", "strip_nat", "refreshtime",
@@ -839,7 +875,10 @@ static const char *const yytname[] =
"filter_protocol_item", "filter_address_list", "filter_address_item",
"filter_state_list", "filter_state_item", "stats", "stats_list",
"stat_line", "stat_logfile_bool", "stat_logfile_path",
- "stat_syslog_bool", "stat_syslog_facility", "buffer_size", 0
+ "stat_syslog_bool", "stat_syslog_facility", "buffer_size", "helper",
+ "helper_list", "helper_line", "helper_type", "helper_type_list",
+ "helper_type_line", "helper_policy_list", "helper_policy_line",
+ "helper_policy_expect_max", "helper_policy_expect_timeout", 0
};
#endif
@@ -857,191 +896,203 @@ static const yytype_uint16 yytoknum[] =
315, 316, 317, 318, 319, 320, 321, 322, 323, 324,
325, 326, 327, 328, 329, 330, 331, 332, 333, 334,
335, 336, 337, 338, 339, 340, 341, 342, 343, 344,
- 345, 346, 347, 348, 349, 350, 351, 352, 353, 123,
- 125
+ 345, 346, 347, 348, 349, 350, 351, 352, 353, 354,
+ 355, 356, 357, 358, 359, 123, 125
};
# endif
/* YYR1[YYN] -- Symbol number of symbol that rule YYN derives. */
static const yytype_uint8 yyr1[] =
{
- 0, 101, 102, 102, 103, 103, 104, 104, 104, 104,
- 104, 104, 105, 105, 106, 107, 107, 108, 109, 110,
- 111, 112, 113, 114, 115, 115, 116, 117, 117, 118,
- 118, 119, 119, 120, 120, 121, 121, 121, 121, 121,
- 121, 121, 121, 121, 121, 121, 122, 122, 123, 123,
- 124, 124, 124, 124, 124, 124, 124, 124, 124, 124,
- 125, 125, 126, 126, 127, 127, 127, 127, 127, 127,
- 127, 127, 127, 127, 127, 128, 129, 130, 131, 131,
- 132, 132, 133, 134, 134, 135, 135, 136, 137, 137,
- 138, 138, 138, 138, 138, 138, 138, 138, 138, 138,
- 138, 138, 138, 138, 138, 138, 138, 138, 139, 140,
- 140, 141, 141, 141, 141, 141, 142, 142, 143, 144,
- 145, 146, 147, 147, 148, 148, 148, 148, 148, 148,
- 149, 149, 150, 150, 150, 150, 150, 150, 151, 151,
- 152, 152, 152, 152, 153, 153, 154, 154, 155, 156,
- 157, 158, 159, 160, 161, 162, 163, 163, 164, 165,
- 166, 166, 167, 167, 167, 167, 167, 167, 167, 167,
- 167, 168, 168, 169, 170, 170, 171, 171, 171, 171,
- 171, 171, 171, 171, 171, 171, 171, 171, 171, 171,
- 171, 171, 171, 171, 172, 173, 174, 174, 174, 175,
- 175, 176, 177, 178, 178, 179, 179, 180, 181, 182,
- 183, 183, 183, 184, 184, 185, 185, 186, 186, 187,
- 187, 187, 185, 185, 188, 188, 189, 189, 185, 185,
- 190, 190, 191, 192, 193, 193, 194, 194, 194, 194,
- 194, 195, 195, 196, 197, 197, 198, 199
+ 0, 107, 108, 108, 109, 109, 110, 110, 110, 110,
+ 110, 110, 110, 111, 111, 112, 113, 113, 114, 115,
+ 116, 117, 118, 119, 120, 121, 121, 122, 123, 123,
+ 124, 124, 125, 125, 126, 126, 127, 127, 127, 127,
+ 127, 127, 127, 127, 127, 127, 127, 128, 128, 129,
+ 129, 130, 130, 130, 130, 130, 130, 130, 130, 130,
+ 130, 131, 131, 132, 132, 133, 133, 133, 133, 133,
+ 133, 133, 133, 133, 133, 133, 134, 135, 136, 137,
+ 137, 138, 138, 139, 140, 140, 141, 141, 142, 143,
+ 143, 144, 144, 144, 144, 144, 144, 144, 144, 144,
+ 144, 144, 144, 144, 144, 144, 144, 144, 144, 145,
+ 146, 146, 147, 147, 147, 147, 147, 148, 148, 149,
+ 150, 151, 152, 153, 153, 154, 154, 154, 154, 154,
+ 154, 155, 155, 156, 156, 156, 156, 156, 156, 157,
+ 157, 158, 158, 158, 158, 159, 159, 160, 160, 161,
+ 162, 163, 164, 165, 166, 167, 168, 169, 169, 170,
+ 171, 172, 172, 173, 173, 173, 173, 173, 173, 173,
+ 173, 173, 174, 174, 175, 176, 176, 177, 177, 177,
+ 177, 177, 177, 177, 177, 177, 177, 177, 177, 177,
+ 177, 177, 177, 177, 177, 178, 179, 180, 180, 180,
+ 181, 181, 182, 183, 184, 184, 185, 185, 186, 187,
+ 188, 189, 189, 189, 190, 190, 191, 191, 192, 192,
+ 193, 193, 193, 191, 191, 194, 194, 195, 195, 191,
+ 191, 196, 196, 197, 198, 199, 199, 200, 200, 200,
+ 200, 200, 201, 201, 202, 203, 203, 204, 205, 206,
+ 207, 207, 208, 209, 210, 210, 211, 209, 209, 209,
+ 212, 212, 213, 213, 214, 215
};
/* YYR2[YYN] -- Number of symbols composing right hand side of rule YYN. */
static const yytype_uint8 yyr2[] =
{
0, 2, 0, 1, 1, 2, 1, 1, 1, 1,
- 1, 1, 2, 2, 2, 2, 2, 2, 2, 1,
- 2, 2, 2, 2, 2, 2, 4, 0, 2, 2,
- 2, 4, 5, 0, 2, 2, 2, 2, 2, 2,
- 2, 2, 2, 2, 2, 2, 4, 5, 0, 2,
+ 1, 1, 1, 2, 2, 2, 2, 2, 2, 2,
+ 1, 2, 2, 2, 2, 2, 2, 4, 0, 2,
+ 2, 2, 4, 5, 0, 2, 2, 2, 2, 2,
+ 2, 2, 2, 2, 2, 2, 2, 4, 5, 0,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
- 4, 5, 0, 2, 2, 2, 2, 2, 2, 2,
- 2, 2, 2, 2, 2, 2, 2, 4, 0, 2,
- 2, 2, 4, 0, 2, 1, 1, 4, 0, 2,
- 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
- 1, 1, 1, 1, 1, 1, 1, 1, 4, 0,
- 2, 2, 2, 2, 2, 4, 0, 2, 1, 5,
- 5, 5, 0, 2, 1, 1, 1, 1, 1, 1,
- 0, 2, 1, 1, 1, 1, 1, 1, 0, 2,
- 1, 1, 1, 1, 2, 2, 2, 2, 2, 2,
- 2, 2, 1, 1, 2, 4, 0, 2, 1, 1,
- 0, 2, 1, 1, 1, 1, 1, 1, 1, 1,
- 1, 2, 2, 4, 0, 2, 1, 1, 1, 1,
+ 2, 4, 5, 0, 2, 2, 2, 2, 2, 2,
+ 2, 2, 2, 2, 2, 2, 2, 2, 4, 0,
+ 2, 2, 2, 4, 0, 2, 1, 1, 4, 0,
+ 2, 1, 1, 1, 1, 1, 1, 1, 1, 1,
+ 1, 1, 1, 1, 1, 1, 1, 1, 1, 4,
+ 0, 2, 2, 2, 2, 2, 4, 0, 2, 1,
+ 5, 5, 5, 0, 2, 1, 1, 1, 1, 1,
+ 1, 0, 2, 1, 1, 1, 1, 1, 1, 0,
+ 2, 1, 1, 1, 1, 2, 2, 2, 2, 2,
+ 2, 2, 2, 1, 1, 2, 4, 0, 2, 1,
+ 1, 0, 2, 1, 1, 1, 1, 1, 1, 1,
+ 1, 1, 2, 2, 4, 0, 2, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
- 1, 1, 1, 1, 2, 2, 2, 2, 2, 2,
- 2, 2, 4, 0, 2, 2, 2, 2, 2, 2,
- 4, 6, 6, 0, 2, 5, 5, 0, 2, 1,
- 1, 1, 5, 5, 0, 2, 2, 2, 5, 5,
- 0, 2, 3, 4, 0, 2, 1, 1, 1, 1,
- 1, 2, 2, 2, 2, 2, 2, 2
+ 1, 1, 1, 1, 1, 2, 2, 2, 2, 2,
+ 2, 2, 2, 4, 0, 2, 2, 2, 2, 2,
+ 2, 4, 6, 6, 0, 2, 5, 5, 0, 2,
+ 1, 1, 1, 5, 5, 0, 2, 2, 2, 5,
+ 5, 0, 2, 3, 4, 0, 2, 1, 1, 1,
+ 1, 1, 2, 2, 2, 2, 2, 2, 2, 4,
+ 0, 2, 1, 7, 0, 2, 1, 2, 2, 5,
+ 0, 2, 1, 1, 2, 2
};
/* YYDEFACT[STATE-NAME] -- Default reduction number in state STATE-NUM.
Performed when YYTABLE doesn't specify something else to do. Zero
means the default is an error. */
-static const yytype_uint8 yydefact[] =
+static const yytype_uint16 yydefact[] =
{
- 2, 0, 0, 19, 0, 0, 0, 0, 3, 4,
- 8, 7, 6, 10, 9, 11, 27, 83, 174, 88,
- 234, 1, 5, 0, 0, 0, 0, 0, 0, 0,
- 26, 28, 85, 86, 82, 84, 0, 0, 0, 0,
- 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 173, 178, 179, 181, 180, 182, 176, 177,
- 183, 175, 184, 185, 190, 191, 192, 193, 186, 187,
- 188, 189, 0, 0, 0, 0, 0, 0, 152, 153,
- 0, 0, 0, 156, 0, 0, 0, 0, 87, 90,
- 91, 92, 93, 94, 95, 96, 97, 89, 107, 100,
- 101, 102, 106, 98, 99, 103, 104, 105, 0, 0,
- 0, 233, 235, 236, 237, 238, 239, 240, 29, 30,
- 75, 76, 78, 12, 13, 14, 18, 195, 194, 207,
- 15, 16, 17, 209, 0, 213, 208, 196, 197, 198,
- 201, 203, 199, 200, 0, 33, 20, 0, 48, 0,
- 62, 21, 22, 0, 0, 0, 154, 24, 25, 0,
- 23, 171, 172, 151, 109, 241, 242, 243, 244, 245,
- 246, 247, 0, 0, 0, 0, 0, 33, 0, 48,
- 0, 62, 0, 122, 130, 138, 0, 164, 162, 163,
- 165, 166, 167, 168, 169, 170, 157, 159, 0, 0,
- 0, 77, 79, 213, 213, 0, 0, 0, 210, 214,
- 0, 0, 202, 204, 0, 0, 0, 0, 0, 0,
- 0, 0, 0, 0, 0, 31, 34, 0, 0, 0,
- 0, 0, 0, 0, 0, 0, 0, 46, 49, 0,
+ 2, 0, 0, 20, 0, 0, 0, 0, 0, 3,
+ 4, 8, 7, 6, 10, 9, 11, 12, 28, 84,
+ 175, 89, 235, 250, 1, 5, 0, 0, 0, 0,
+ 0, 0, 0, 0, 27, 29, 86, 87, 83, 85,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
- 60, 63, 0, 0, 0, 158, 155, 0, 0, 108,
- 110, 80, 81, 0, 0, 0, 0, 0, 0, 0,
- 0, 205, 206, 32, 35, 37, 36, 38, 40, 41,
- 44, 45, 39, 43, 42, 47, 50, 55, 51, 58,
- 59, 54, 57, 56, 52, 53, 61, 64, 69, 65,
- 72, 73, 68, 71, 70, 66, 67, 74, 119, 124,
- 125, 126, 127, 123, 128, 129, 0, 0, 0, 0,
- 120, 134, 135, 131, 137, 133, 132, 136, 0, 121,
- 140, 141, 139, 142, 143, 111, 112, 113, 114, 116,
- 211, 212, 224, 224, 217, 217, 230, 230, 148, 150,
- 149, 146, 147, 144, 145, 0, 0, 0, 0, 0,
- 160, 160, 118, 115, 117, 0, 0, 222, 225, 223,
- 221, 220, 219, 215, 218, 216, 228, 0, 231, 229,
- 226, 227, 0, 161, 232
+ 0, 0, 0, 0, 0, 0, 174, 179, 180, 182,
+ 181, 183, 177, 178, 184, 176, 185, 186, 191, 192,
+ 193, 194, 187, 188, 189, 190, 0, 0, 0, 0,
+ 0, 0, 153, 154, 0, 0, 0, 157, 0, 0,
+ 0, 0, 88, 91, 92, 93, 94, 95, 96, 97,
+ 98, 90, 108, 101, 102, 103, 107, 99, 100, 104,
+ 105, 106, 0, 0, 0, 234, 236, 237, 238, 239,
+ 240, 241, 0, 0, 0, 0, 249, 251, 252, 30,
+ 31, 76, 77, 79, 13, 14, 15, 19, 196, 195,
+ 208, 16, 17, 18, 210, 0, 214, 209, 197, 198,
+ 199, 202, 204, 200, 201, 0, 34, 21, 0, 49,
+ 0, 63, 22, 23, 0, 0, 0, 155, 25, 26,
+ 0, 24, 172, 173, 152, 110, 242, 243, 244, 245,
+ 246, 247, 248, 0, 257, 258, 0, 0, 0, 0,
+ 0, 0, 34, 0, 49, 0, 63, 0, 123, 131,
+ 139, 0, 165, 163, 164, 166, 167, 168, 169, 170,
+ 171, 158, 160, 0, 0, 260, 0, 0, 78, 80,
+ 214, 214, 0, 0, 0, 211, 215, 0, 0, 203,
+ 205, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 32, 35, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 47, 50, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 61, 64, 0,
+ 0, 0, 159, 156, 0, 0, 109, 111, 0, 0,
+ 81, 82, 0, 0, 0, 0, 0, 0, 0, 0,
+ 206, 207, 33, 36, 38, 37, 39, 41, 42, 45,
+ 46, 40, 44, 43, 48, 51, 56, 52, 59, 60,
+ 55, 58, 57, 53, 54, 62, 65, 70, 66, 73,
+ 74, 69, 72, 71, 67, 68, 75, 120, 125, 126,
+ 127, 128, 124, 129, 130, 0, 0, 0, 0, 121,
+ 135, 136, 132, 138, 134, 133, 137, 0, 122, 141,
+ 142, 140, 143, 144, 112, 113, 114, 115, 117, 254,
+ 0, 0, 259, 261, 262, 263, 212, 213, 225, 225,
+ 218, 218, 231, 231, 149, 151, 150, 147, 148, 145,
+ 146, 0, 0, 265, 264, 0, 0, 0, 0, 161,
+ 161, 119, 116, 118, 253, 256, 255, 0, 0, 223,
+ 226, 224, 222, 221, 220, 216, 219, 217, 229, 0,
+ 232, 230, 227, 228, 0, 162, 233
};
/* YYDEFGOTO[NTERM-NUM]. */
static const yytype_int16 yydefgoto[] =
{
- -1, 7, 8, 9, 53, 54, 55, 56, 57, 10,
- 89, 90, 91, 92, 93, 11, 23, 31, 94, 178,
- 226, 95, 180, 238, 96, 182, 251, 58, 59, 60,
- 172, 202, 12, 24, 35, 13, 26, 97, 98, 198,
- 260, 355, 364, 99, 100, 101, 252, 313, 253, 323,
- 254, 332, 333, 324, 325, 326, 327, 102, 103, 104,
- 105, 106, 159, 256, 196, 377, 197, 107, 14, 25,
- 61, 62, 63, 64, 65, 66, 67, 176, 213, 68,
- 69, 70, 71, 175, 209, 358, 374, 356, 368, 360,
- 378, 15, 27, 112, 113, 114, 115, 116, 117
+ -1, 8, 9, 10, 57, 58, 59, 60, 61, 11,
+ 93, 94, 95, 96, 97, 12, 26, 35, 98, 193,
+ 243, 99, 195, 255, 100, 197, 268, 62, 63, 64,
+ 187, 219, 13, 27, 39, 14, 29, 101, 102, 213,
+ 277, 381, 393, 103, 104, 105, 269, 332, 270, 342,
+ 271, 351, 352, 343, 344, 345, 346, 106, 107, 108,
+ 109, 110, 170, 273, 211, 409, 212, 111, 15, 28,
+ 65, 66, 67, 68, 69, 70, 71, 191, 230, 72,
+ 73, 74, 75, 190, 226, 387, 406, 385, 400, 389,
+ 410, 16, 30, 116, 117, 118, 119, 120, 121, 17,
+ 31, 127, 128, 382, 396, 279, 363, 364, 365
};
/* YYPACT[STATE-NUM] -- Index in YYTABLE of the portion describing
STATE-NUM. */
-#define YYPACT_NINF -77
+#define YYPACT_NINF -92
static const yytype_int16 yypact[] =
{
- 194, -76, -68, -77, -49, -39, -14, 98, 194, -77,
- -77, -77, -77, -77, -77, -77, -77, -77, -77, -77,
- -77, -77, -77, 0, -42, 124, 153, 10, 20, 28,
- -77, -77, -77, -77, -77, -77, 36, 40, 50, 56,
- 77, 79, 82, 86, 30, 90, -50, 92, 42, 104,
- 117, 121, -77, -77, -77, -77, -77, -77, -77, -77,
- -77, -77, -77, -77, -77, -77, -77, -77, -77, -77,
- -77, -77, -73, 122, -44, 34, 135, 145, -77, -77,
- -23, 126, 149, -77, 147, 152, 181, 177, -77, -77,
- -77, -77, -77, -77, -77, -77, -77, -77, -77, -77,
- -77, -77, -77, -77, -77, -77, -77, -77, 73, 47,
- 184, -77, -77, -77, -77, -77, -77, -77, -77, -77,
- -77, -77, -77, -77, -77, -77, -77, -77, -77, -77,
- -77, -77, -77, -77, -10, -77, -77, -77, -77, -77,
- -77, -77, -77, -77, 182, -77, -77, 183, -77, 185,
- -77, -77, -77, 186, 187, 188, -77, -77, -77, 180,
- -77, -77, -77, -77, -77, -77, -77, -77, -77, -77,
- -77, -77, -4, 189, 190, 99, 62, -77, -3, -77,
- 29, -77, -1, -77, -77, -77, 131, -77, -77, -77,
- -77, -77, -77, -77, -77, -77, -77, -77, 130, 195,
- 196, -77, -77, -77, -77, 81, 133, 175, -77, -77,
- 193, 197, -77, -77, 4, 200, 201, 203, 204, 205,
- 207, 206, 198, 208, 209, -77, -77, 74, 212, 211,
- 214, 221, 213, 216, 217, 215, 220, -77, -77, 25,
- 222, 219, 224, 223, 226, 230, 231, 228, 234, 233,
- -77, -77, 9, 76, 53, -77, -77, 225, 6, -77,
- -77, -77, -77, 109, 142, 218, 232, 235, 236, 237,
- 238, -77, -77, -77, -77, -77, -77, -77, -77, -77,
- -77, -77, -77, -77, -77, -77, -77, -77, -77, -77,
- -77, -77, -77, -77, -77, -77, -77, -77, -77, -77,
- -77, -77, -77, -77, -77, -77, -77, -77, -77, -77,
- -77, -77, -77, -77, -77, -77, 242, 243, 244, 227,
- -77, -77, -77, -77, -77, -77, -77, -77, 229, -77,
- -77, -77, -77, -77, -77, -77, -77, -77, -77, -77,
- -77, -77, -77, -77, -77, -77, -77, -77, -77, -77,
- -77, -77, -77, -77, -77, 46, 21, 24, 37, 60,
- 199, 210, -77, -77, -77, 239, 247, -77, -77, -77,
- -77, -77, -77, -77, -77, -77, -77, 202, -77, -77,
- -77, -77, 259, -77, -77
+ 176, -49, -44, -92, -29, -25, -20, -12, 51, 176,
+ -92, -92, -92, -92, -92, -92, -92, -92, -92, -92,
+ -92, -92, -92, -92, -92, -92, 0, 22, 90, 152,
+ 16, 132, 19, 40, -92, -92, -92, -92, -92, -92,
+ 15, 45, 49, -2, 61, 48, 65, 71, 42, 95,
+ -69, 113, -27, 110, 121, 68, -92, -92, -92, -92,
+ -92, -92, -92, -92, -92, -92, -92, -92, -92, -92,
+ -92, -92, -92, -92, -92, -92, -56, 131, -48, -13,
+ 137, 148, -92, -92, 177, 142, 111, -92, 167, 185,
+ 169, 190, -92, -92, -92, -92, -92, -92, -92, -92,
+ -92, -92, -92, -92, -92, -92, -92, -92, -92, -92,
+ -92, -92, 97, 87, 194, -92, -92, -92, -92, -92,
+ -92, -92, 133, 195, 196, 150, -92, -92, -92, -92,
+ -92, -92, -92, -92, -92, -92, -92, -92, -92, -92,
+ -92, -92, -92, -92, -92, 108, -92, -92, -92, -92,
+ -92, -92, -92, -92, -92, 197, -92, -92, 198, -92,
+ 199, -92, -92, -92, 200, 201, 202, -92, -92, -92,
+ 207, -92, -92, -92, -92, -92, -92, -92, -92, -92,
+ -92, -92, -92, 204, -92, -92, 205, -4, 206, 208,
+ 94, 135, -92, -3, -92, 29, -92, -1, -92, -92,
+ -92, 210, -92, -92, -92, -92, -92, -92, -92, -92,
+ -92, -92, -92, -54, 211, -92, 215, 216, -92, -92,
+ -92, -92, 149, 174, 183, -92, -92, 213, 217, -92,
+ -92, 4, 209, 212, 221, 222, 218, 223, 236, 219,
+ 224, 225, -92, -92, 55, 228, 227, 230, 238, 229,
+ 232, 233, 231, 237, -92, -92, 25, 239, 234, 241,
+ 240, 243, 247, 248, 245, 251, 250, -92, -92, 119,
+ 143, -5, -92, -92, 242, -19, -92, -92, 235, 46,
+ -92, -92, 134, 140, 249, 252, 253, 254, 255, 256,
+ -92, -92, -92, -92, -92, -92, -92, -92, -92, -92,
+ -92, -92, -92, -92, -92, -92, -92, -92, -92, -92,
+ -92, -92, -92, -92, -92, -92, -92, -92, -92, -92,
+ -92, -92, -92, -92, -92, -92, -92, -92, -92, -92,
+ -92, -92, -92, -92, -92, 260, 261, 262, 244, -92,
+ -92, -92, -92, -92, -92, -92, -92, 246, -92, -92,
+ -92, -92, -92, -92, -92, -92, -92, -92, -92, -92,
+ 263, 264, -92, -92, -92, -92, -92, -92, -92, -92,
+ -92, -92, -92, -92, -92, -92, -92, -92, -92, -92,
+ -92, -33, 139, -92, -92, 17, 21, 30, 35, 193,
+ 226, -92, -92, -92, -92, -92, -92, 267, 268, -92,
+ -92, -92, -92, -92, -92, -92, -92, -92, -92, 220,
+ -92, -92, -92, -92, 276, -92, -92
};
/* YYPGOTO[NTERM-NUM]. */
static const yytype_int16 yypgoto[] =
{
- -77, -77, -77, 292, -77, -77, -77, -77, -77, -77,
- 67, 68, -7, 11, -77, -77, -77, -77, -77, 125,
- -77, -77, 144, -77, -77, 140, -77, -77, -77, -77,
- -77, -77, -77, -77, -77, -77, -77, -77, -77, -77,
- -77, -77, -77, -77, -77, -77, -77, -77, -77, -77,
- -77, -77, -77, 71, -77, -77, -77, -77, 78, 80,
- -77, -77, -77, -77, -77, -77, -35, -77, -77, -77,
- -77, -77, -77, -77, -77, -77, -77, -77, -77, -77,
- -77, -77, -77, 75, -77, -2, -77, 1, -77, 2,
- -77, -77, -77, -77, -77, -77, -77, -77, -77
+ -92, -92, -92, 292, -92, -92, -92, -92, -92, -92,
+ 69, 74, -91, -18, -92, -92, -92, -92, -92, 154,
+ -92, -92, 130, -92, -92, 146, -92, -92, -92, -92,
+ -92, -92, -92, -92, -92, -92, -92, -92, -92, -92,
+ -92, -92, -92, -92, -92, -92, -92, -92, -92, -92,
+ -92, -92, -92, 77, -92, -92, -92, -92, 75, 84,
+ -92, -92, -92, -92, -92, -92, -53, -92, -92, -92,
+ -92, -92, -92, -92, -92, -92, -92, -92, -92, -92,
+ -92, -92, -92, 73, -92, -16, -92, 1, -92, 2,
+ -92, -92, -92, -92, -92, -92, -92, -92, -92, -92,
+ -92, -92, -11, -92, -92, -92, -92, -92, -92
};
/* YYTABLE[YYPACT[STATE-NUM]]. What to do in state STATE-NUM. If
@@ -1050,131 +1101,140 @@ static const yytype_int16 yypgoto[] =
#define YYTABLE_NINF -1
static const yytype_uint16 yytable[] =
{
- 215, 216, 240, 28, 241, 199, 144, 215, 216, 217,
- 218, 242, 29, 200, 219, 220, 217, 218, 153, 154,
- 73, 219, 220, 16, 365, 134, 145, 365, 240, 108,
- 241, 17, 228, 366, 229, 147, 366, 242, 76, 77,
- 221, 230, 243, 78, 155, 79, 222, 221, 244, 135,
- 18, 337, 338, 222, 32, 148, 33, 370, 34, 84,
- 19, 371, 223, 224, 245, 246, 173, 174, 243, 223,
- 224, 109, 231, 110, 244, 130, 131, 228, 232, 229,
- 370, 247, 248, 77, 371, 20, 230, 137, 138, 249,
- 245, 246, 168, 169, 233, 234, 201, 225, 21, 250,
- 30, 123, 124, 84, 273, 339, 77, 247, 248, 308,
- 111, 235, 236, 149, 118, 249, 316, 231, 165, 166,
- 317, 367, 119, 232, 369, 296, 84, 318, 132, 237,
- 36, 37, 120, 150, 38, 372, 121, 373, 139, 233,
- 234, 328, 319, 39, 362, 170, 363, 210, 211, 122,
- 40, 125, 41, 329, 265, 266, 235, 236, 372, 42,
- 375, 72, 212, 43, 73, 319, 142, 143, 167, 205,
- 206, 207, 126, 74, 285, 127, 320, 75, 128, 205,
- 206, 207, 76, 77, 129, 44, 133, 78, 136, 79,
- 80, 81, 45, 46, 157, 158, 82, 161, 162, 208,
- 83, 140, 47, 84, 48, 49, 267, 268, 50, 340,
- 1, 51, 205, 206, 207, 85, 141, 86, 146, 2,
- 156, 3, 257, 258, 52, 4, 5, 6, 186, 255,
- 259, 151, 187, 188, 189, 190, 191, 192, 193, 194,
- 195, 152, 341, 160, 87, 311, 321, 330, 269, 270,
- 382, 280, 281, 88, 187, 188, 189, 190, 191, 192,
- 193, 194, 195, 312, 322, 331, 289, 290, 300, 301,
- 335, 336, 351, 352, 353, 354, 164, 163, 263, 264,
- 171, 177, 179, 384, 181, 183, 184, 185, 203, 204,
- 261, 271, 262, 272, 274, 275, 282, 276, 277, 376,
- 22, 278, 214, 279, 283, 284, 286, 287, 288, 294,
- 379, 291, 292, 293, 295, 298, 297, 342, 299, 309,
- 310, 239, 305, 227, 302, 334, 303, 304, 306, 307,
- 314, 343, 315, 380, 344, 345, 346, 347, 348, 349,
- 350, 381, 383, 359, 357, 0, 0, 0, 0, 361
+ 232, 233, 257, 32, 258, 216, 145, 232, 233, 234,
+ 235, 259, 33, 217, 236, 237, 234, 235, 148, 149,
+ 397, 236, 237, 155, 397, 81, 356, 357, 257, 398,
+ 258, 158, 245, 398, 246, 112, 146, 259, 274, 275,
+ 238, 247, 260, 134, 135, 88, 239, 238, 261, 156,
+ 402, 24, 276, 239, 403, 402, 18, 159, 245, 403,
+ 246, 19, 240, 241, 262, 263, 160, 247, 260, 240,
+ 241, 391, 248, 392, 261, 150, 20, 113, 249, 114,
+ 21, 264, 265, 347, 338, 22, 358, 141, 142, 266,
+ 262, 263, 161, 23, 250, 251, 40, 41, 248, 136,
+ 42, 348, 218, 242, 249, 267, 34, 264, 265, 43,
+ 292, 252, 253, 153, 154, 266, 44, 131, 45, 129,
+ 250, 251, 115, 399, 36, 46, 37, 401, 38, 47,
+ 77, 315, 179, 180, 404, 254, 405, 252, 253, 404,
+ 130, 407, 176, 177, 360, 361, 143, 132, 80, 81,
+ 138, 48, 362, 82, 133, 83, 168, 169, 49, 50,
+ 76, 304, 137, 77, 222, 223, 224, 139, 51, 88,
+ 52, 53, 78, 81, 54, 140, 79, 55, 330, 340,
+ 349, 80, 81, 335, 188, 189, 82, 336, 83, 84,
+ 85, 181, 1, 88, 337, 86, 56, 144, 178, 87,
+ 225, 2, 88, 3, 222, 223, 224, 4, 5, 6,
+ 222, 223, 224, 151, 89, 147, 90, 122, 164, 165,
+ 227, 228, 284, 285, 122, 327, 152, 123, 124, 125,
+ 172, 173, 338, 157, 123, 124, 125, 183, 126, 162,
+ 366, 229, 167, 91, 166, 394, 367, 286, 287, 339,
+ 163, 331, 341, 350, 186, 201, 288, 289, 92, 202,
+ 203, 204, 205, 206, 207, 208, 209, 210, 414, 171,
+ 7, 174, 202, 203, 204, 205, 206, 207, 208, 209,
+ 210, 299, 300, 308, 309, 319, 320, 354, 355, 377,
+ 378, 379, 380, 282, 283, 175, 182, 184, 185, 408,
+ 416, 25, 192, 194, 196, 198, 199, 200, 214, 293,
+ 215, 220, 294, 221, 272, 278, 280, 290, 281, 291,
+ 297, 295, 296, 301, 244, 298, 302, 303, 305, 306,
+ 307, 313, 411, 310, 311, 312, 317, 314, 328, 316,
+ 359, 318, 256, 329, 333, 324, 231, 321, 353, 322,
+ 323, 325, 326, 334, 368, 388, 415, 369, 370, 371,
+ 372, 373, 374, 375, 376, 383, 384, 412, 413, 0,
+ 386, 395, 0, 0, 0, 390
};
#define yypact_value_is_default(yystate) \
- ((yystate) == (-77))
+ ((yystate) == (-92))
#define yytable_value_is_error(yytable_value) \
YYID (0)
static const yytype_int16 yycheck[] =
{
- 3, 4, 3, 3, 5, 9, 79, 3, 4, 12,
- 13, 12, 12, 17, 17, 18, 12, 13, 41, 42,
- 11, 17, 18, 99, 3, 75, 99, 3, 3, 19,
- 5, 99, 3, 12, 5, 79, 12, 12, 29, 30,
- 43, 12, 43, 34, 67, 36, 49, 43, 49, 99,
- 99, 45, 46, 49, 96, 99, 98, 20, 100, 50,
- 99, 24, 65, 66, 65, 66, 76, 77, 43, 65,
- 66, 61, 43, 63, 49, 45, 46, 3, 49, 5,
- 20, 82, 83, 30, 24, 99, 12, 45, 46, 90,
- 65, 66, 45, 46, 65, 66, 100, 100, 0, 100,
- 100, 45, 46, 50, 100, 99, 30, 82, 83, 100,
- 100, 82, 83, 79, 94, 90, 40, 43, 45, 46,
- 44, 100, 94, 49, 100, 100, 50, 51, 98, 100,
- 6, 7, 96, 99, 10, 98, 96, 100, 96, 65,
- 66, 88, 89, 19, 98, 98, 100, 85, 86, 99,
- 26, 95, 28, 100, 73, 74, 82, 83, 98, 35,
- 100, 8, 100, 39, 11, 89, 45, 46, 95, 70,
- 71, 72, 95, 20, 100, 96, 100, 24, 96, 70,
- 71, 72, 29, 30, 98, 61, 96, 34, 96, 36,
- 37, 38, 68, 69, 45, 46, 43, 45, 46, 100,
- 47, 97, 78, 50, 80, 81, 73, 74, 84, 100,
- 16, 87, 70, 71, 72, 62, 99, 64, 96, 25,
- 94, 27, 92, 93, 100, 31, 32, 33, 48, 98,
- 100, 96, 52, 53, 54, 55, 56, 57, 58, 59,
- 60, 96, 100, 96, 91, 252, 253, 254, 73, 74,
- 48, 45, 46, 100, 52, 53, 54, 55, 56, 57,
- 58, 59, 60, 252, 253, 254, 45, 46, 45, 46,
- 45, 46, 45, 46, 45, 46, 99, 96, 203, 204,
- 96, 99, 99, 24, 99, 99, 99, 99, 99, 99,
- 95, 98, 96, 96, 94, 94, 98, 94, 94, 100,
- 8, 96, 177, 96, 96, 96, 94, 96, 94, 94,
- 100, 98, 96, 96, 94, 96, 94, 99, 94, 252,
- 252, 181, 94, 179, 98, 254, 96, 96, 94, 96,
- 252, 99, 252, 94, 99, 99, 99, 99, 96, 96,
- 96, 94, 377, 345, 343, -1, -1, -1, -1, 347
+ 3, 4, 3, 3, 5, 9, 75, 3, 4, 12,
+ 13, 12, 12, 17, 17, 18, 12, 13, 45, 46,
+ 3, 17, 18, 79, 3, 30, 45, 46, 3, 12,
+ 5, 79, 3, 12, 5, 19, 105, 12, 92, 93,
+ 43, 12, 43, 45, 46, 50, 49, 43, 49, 105,
+ 20, 0, 106, 49, 24, 20, 105, 105, 3, 24,
+ 5, 105, 65, 66, 65, 66, 79, 12, 43, 65,
+ 66, 104, 43, 106, 49, 102, 105, 61, 49, 63,
+ 105, 82, 83, 88, 89, 105, 105, 45, 46, 90,
+ 65, 66, 105, 105, 65, 66, 6, 7, 43, 101,
+ 10, 106, 106, 106, 49, 106, 106, 82, 83, 19,
+ 106, 82, 83, 45, 46, 90, 26, 102, 28, 100,
+ 65, 66, 106, 106, 102, 35, 104, 106, 106, 39,
+ 11, 106, 45, 46, 104, 106, 106, 82, 83, 104,
+ 100, 106, 45, 46, 98, 99, 104, 102, 29, 30,
+ 102, 61, 106, 34, 105, 36, 45, 46, 68, 69,
+ 8, 106, 101, 11, 70, 71, 72, 102, 78, 50,
+ 80, 81, 20, 30, 84, 104, 24, 87, 269, 270,
+ 271, 29, 30, 40, 76, 77, 34, 44, 36, 37,
+ 38, 104, 16, 50, 51, 43, 106, 102, 101, 47,
+ 106, 25, 50, 27, 70, 71, 72, 31, 32, 33,
+ 70, 71, 72, 103, 62, 102, 64, 85, 41, 42,
+ 85, 86, 73, 74, 85, 106, 105, 95, 96, 97,
+ 45, 46, 89, 102, 95, 96, 97, 104, 106, 102,
+ 106, 106, 100, 91, 67, 106, 106, 73, 74, 106,
+ 102, 269, 270, 271, 104, 48, 73, 74, 106, 52,
+ 53, 54, 55, 56, 57, 58, 59, 60, 48, 102,
+ 94, 102, 52, 53, 54, 55, 56, 57, 58, 59,
+ 60, 45, 46, 45, 46, 45, 46, 45, 46, 45,
+ 46, 45, 46, 220, 221, 105, 102, 102, 102, 106,
+ 24, 9, 105, 105, 105, 105, 105, 105, 104, 100,
+ 105, 105, 100, 105, 104, 104, 101, 104, 102, 102,
+ 102, 100, 100, 104, 194, 102, 102, 102, 100, 102,
+ 100, 100, 106, 104, 102, 102, 102, 100, 269, 100,
+ 105, 100, 196, 269, 269, 100, 192, 104, 271, 102,
+ 102, 100, 102, 269, 105, 371, 409, 105, 105, 105,
+ 105, 105, 102, 102, 102, 102, 102, 100, 100, -1,
+ 369, 382, -1, -1, -1, 373
};
/* YYSTOS[STATE-NUM] -- The (internal number of the) accessing
symbol of state STATE-NUM. */
static const yytype_uint8 yystos[] =
{
- 0, 16, 25, 27, 31, 32, 33, 102, 103, 104,
- 110, 116, 133, 136, 169, 192, 99, 99, 99, 99,
- 99, 0, 104, 117, 134, 170, 137, 193, 3, 12,
- 100, 118, 96, 98, 100, 135, 6, 7, 10, 19,
- 26, 28, 35, 39, 61, 68, 69, 78, 80, 81,
- 84, 87, 100, 105, 106, 107, 108, 109, 128, 129,
- 130, 171, 172, 173, 174, 175, 176, 177, 180, 181,
- 182, 183, 8, 11, 20, 24, 29, 30, 34, 36,
- 37, 38, 43, 47, 50, 62, 64, 91, 100, 111,
- 112, 113, 114, 115, 119, 122, 125, 138, 139, 144,
- 145, 146, 158, 159, 160, 161, 162, 168, 19, 61,
- 63, 100, 194, 195, 196, 197, 198, 199, 94, 94,
- 96, 96, 99, 45, 46, 95, 95, 96, 96, 98,
- 45, 46, 98, 96, 75, 99, 96, 45, 46, 96,
- 97, 99, 45, 46, 79, 99, 96, 79, 99, 79,
- 99, 96, 96, 41, 42, 67, 94, 45, 46, 163,
- 96, 45, 46, 96, 99, 45, 46, 95, 45, 46,
- 98, 96, 131, 76, 77, 184, 178, 99, 120, 99,
- 123, 99, 126, 99, 99, 99, 48, 52, 53, 54,
- 55, 56, 57, 58, 59, 60, 165, 167, 140, 9,
- 17, 100, 132, 99, 99, 70, 71, 72, 100, 185,
- 85, 86, 100, 179, 120, 3, 4, 12, 13, 17,
- 18, 43, 49, 65, 66, 100, 121, 123, 3, 5,
- 12, 43, 49, 65, 66, 82, 83, 100, 124, 126,
- 3, 5, 12, 43, 49, 65, 66, 82, 83, 90,
- 100, 127, 147, 149, 151, 98, 164, 92, 93, 100,
- 141, 95, 96, 184, 184, 73, 74, 73, 74, 73,
- 74, 98, 96, 100, 94, 94, 94, 94, 96, 96,
- 45, 46, 98, 96, 96, 100, 94, 96, 94, 45,
- 46, 98, 96, 96, 94, 94, 100, 94, 96, 94,
- 45, 46, 98, 96, 96, 94, 94, 96, 100, 111,
- 112, 113, 114, 148, 159, 160, 40, 44, 51, 89,
- 100, 113, 114, 150, 154, 155, 156, 157, 88, 100,
- 113, 114, 152, 153, 154, 45, 46, 45, 46, 99,
- 100, 100, 99, 99, 99, 99, 99, 99, 96, 96,
- 96, 45, 46, 45, 46, 142, 188, 188, 186, 186,
- 190, 190, 98, 100, 143, 3, 12, 100, 189, 100,
- 20, 24, 98, 100, 187, 100, 100, 166, 191, 100,
- 94, 94, 48, 167, 24
+ 0, 16, 25, 27, 31, 32, 33, 94, 108, 109,
+ 110, 116, 122, 139, 142, 175, 198, 206, 105, 105,
+ 105, 105, 105, 105, 0, 110, 123, 140, 176, 143,
+ 199, 207, 3, 12, 106, 124, 102, 104, 106, 141,
+ 6, 7, 10, 19, 26, 28, 35, 39, 61, 68,
+ 69, 78, 80, 81, 84, 87, 106, 111, 112, 113,
+ 114, 115, 134, 135, 136, 177, 178, 179, 180, 181,
+ 182, 183, 186, 187, 188, 189, 8, 11, 20, 24,
+ 29, 30, 34, 36, 37, 38, 43, 47, 50, 62,
+ 64, 91, 106, 117, 118, 119, 120, 121, 125, 128,
+ 131, 144, 145, 150, 151, 152, 164, 165, 166, 167,
+ 168, 174, 19, 61, 63, 106, 200, 201, 202, 203,
+ 204, 205, 85, 95, 96, 97, 106, 208, 209, 100,
+ 100, 102, 102, 105, 45, 46, 101, 101, 102, 102,
+ 104, 45, 46, 104, 102, 75, 105, 102, 45, 46,
+ 102, 103, 105, 45, 46, 79, 105, 102, 79, 105,
+ 79, 105, 102, 102, 41, 42, 67, 100, 45, 46,
+ 169, 102, 45, 46, 102, 105, 45, 46, 101, 45,
+ 46, 104, 102, 104, 102, 102, 104, 137, 76, 77,
+ 190, 184, 105, 126, 105, 129, 105, 132, 105, 105,
+ 105, 48, 52, 53, 54, 55, 56, 57, 58, 59,
+ 60, 171, 173, 146, 104, 105, 9, 17, 106, 138,
+ 105, 105, 70, 71, 72, 106, 191, 85, 86, 106,
+ 185, 126, 3, 4, 12, 13, 17, 18, 43, 49,
+ 65, 66, 106, 127, 129, 3, 5, 12, 43, 49,
+ 65, 66, 82, 83, 106, 130, 132, 3, 5, 12,
+ 43, 49, 65, 66, 82, 83, 90, 106, 133, 153,
+ 155, 157, 104, 170, 92, 93, 106, 147, 104, 212,
+ 101, 102, 190, 190, 73, 74, 73, 74, 73, 74,
+ 104, 102, 106, 100, 100, 100, 100, 102, 102, 45,
+ 46, 104, 102, 102, 106, 100, 102, 100, 45, 46,
+ 104, 102, 102, 100, 100, 106, 100, 102, 100, 45,
+ 46, 104, 102, 102, 100, 100, 102, 106, 117, 118,
+ 119, 120, 154, 165, 166, 40, 44, 51, 89, 106,
+ 119, 120, 156, 160, 161, 162, 163, 88, 106, 119,
+ 120, 158, 159, 160, 45, 46, 45, 46, 105, 105,
+ 98, 99, 106, 213, 214, 215, 106, 106, 105, 105,
+ 105, 105, 105, 105, 102, 102, 102, 45, 46, 45,
+ 46, 148, 210, 102, 102, 194, 194, 192, 192, 196,
+ 196, 104, 106, 149, 106, 209, 211, 3, 12, 106,
+ 195, 106, 20, 24, 104, 106, 193, 106, 106, 172,
+ 197, 106, 100, 100, 48, 173, 24
};
#define yyerrok (yyerrstatus = 0)
@@ -2008,54 +2068,54 @@ yyreduce:
YY_REDUCE_PRINT (yyn);
switch (yyn)
{
- case 12:
+ case 13:
/* Line 1806 of yacc.c */
-#line 102 "read_config_yy.y"
+#line 118 "read_config_yy.y"
{
strncpy(conf.logfile, DEFAULT_LOGFILE, FILENAME_MAXLEN);
}
break;
- case 13:
+ case 14:
/* Line 1806 of yacc.c */
-#line 107 "read_config_yy.y"
+#line 123 "read_config_yy.y"
{
}
break;
- case 14:
+ case 15:
/* Line 1806 of yacc.c */
-#line 111 "read_config_yy.y"
+#line 127 "read_config_yy.y"
{
strncpy(conf.logfile, (yyvsp[(2) - (2)].string), FILENAME_MAXLEN);
}
break;
- case 15:
+ case 16:
/* Line 1806 of yacc.c */
-#line 116 "read_config_yy.y"
+#line 132 "read_config_yy.y"
{
conf.syslog_facility = DEFAULT_SYSLOG_FACILITY;
}
break;
- case 16:
+ case 17:
/* Line 1806 of yacc.c */
-#line 121 "read_config_yy.y"
+#line 137 "read_config_yy.y"
{
conf.syslog_facility = -1;
}
break;
- case 17:
+ case 18:
/* Line 1806 of yacc.c */
-#line 126 "read_config_yy.y"
+#line 142 "read_config_yy.y"
{
if (!strcmp((yyvsp[(2) - (2)].string), "daemon"))
conf.syslog_facility = LOG_DAEMON;
@@ -2088,64 +2148,64 @@ yyreduce:
}
break;
- case 18:
+ case 19:
/* Line 1806 of yacc.c */
-#line 158 "read_config_yy.y"
+#line 174 "read_config_yy.y"
{
strncpy(conf.lockfile, (yyvsp[(2) - (2)].string), FILENAME_MAXLEN);
}
break;
- case 19:
+ case 20:
/* Line 1806 of yacc.c */
-#line 163 "read_config_yy.y"
+#line 179 "read_config_yy.y"
{
print_err(CTD_CFG_WARN, "`StripNAT' clause is obsolete, ignoring");
}
break;
- case 20:
+ case 21:
/* Line 1806 of yacc.c */
-#line 168 "read_config_yy.y"
+#line 184 "read_config_yy.y"
{
conf.refresh = (yyvsp[(2) - (2)].val);
}
break;
- case 21:
+ case 22:
/* Line 1806 of yacc.c */
-#line 173 "read_config_yy.y"
+#line 189 "read_config_yy.y"
{
conf.cache_timeout = (yyvsp[(2) - (2)].val);
}
break;
- case 22:
+ case 23:
/* Line 1806 of yacc.c */
-#line 178 "read_config_yy.y"
+#line 194 "read_config_yy.y"
{
conf.commit_timeout = (yyvsp[(2) - (2)].val);
}
break;
- case 23:
+ case 24:
/* Line 1806 of yacc.c */
-#line 183 "read_config_yy.y"
+#line 199 "read_config_yy.y"
{
conf.purge_timeout = (yyvsp[(2) - (2)].val);
}
break;
- case 24:
+ case 25:
/* Line 1806 of yacc.c */
-#line 188 "read_config_yy.y"
+#line 204 "read_config_yy.y"
{
print_err(CTD_CFG_WARN, "the use of `Checksum' outside the "
"`Multicast' clause is ambiguous");
@@ -2157,10 +2217,10 @@ yyreduce:
}
break;
- case 25:
+ case 26:
/* Line 1806 of yacc.c */
-#line 199 "read_config_yy.y"
+#line 215 "read_config_yy.y"
{
print_err(CTD_CFG_WARN, "the use of `Checksum' outside the "
"`Multicast' clause is ambiguous");
@@ -2172,10 +2232,10 @@ yyreduce:
}
break;
- case 26:
+ case 27:
/* Line 1806 of yacc.c */
-#line 210 "read_config_yy.y"
+#line 226 "read_config_yy.y"
{
ct_filter_set_logic(STATE(us_filter),
CT_FILTER_ADDRESS,
@@ -2186,10 +2246,10 @@ yyreduce:
}
break;
- case 29:
+ case 30:
/* Line 1806 of yacc.c */
-#line 223 "read_config_yy.y"
+#line 239 "read_config_yy.y"
{
union inet_address ip;
@@ -2212,10 +2272,10 @@ yyreduce:
}
break;
- case 30:
+ case 31:
/* Line 1806 of yacc.c */
-#line 245 "read_config_yy.y"
+#line 261 "read_config_yy.y"
{
union inet_address ip;
@@ -2242,10 +2302,10 @@ yyreduce:
}
break;
- case 31:
+ case 32:
/* Line 1806 of yacc.c */
-#line 271 "read_config_yy.y"
+#line 287 "read_config_yy.y"
{
if (conf.channel_type_global != CHANNEL_NONE &&
conf.channel_type_global != CHANNEL_MCAST) {
@@ -2260,10 +2320,10 @@ yyreduce:
}
break;
- case 32:
+ case 33:
/* Line 1806 of yacc.c */
-#line 285 "read_config_yy.y"
+#line 301 "read_config_yy.y"
{
if (conf.channel_type_global != CHANNEL_NONE &&
conf.channel_type_global != CHANNEL_MCAST) {
@@ -2280,10 +2340,10 @@ yyreduce:
}
break;
- case 35:
+ case 36:
/* Line 1806 of yacc.c */
-#line 304 "read_config_yy.y"
+#line 320 "read_config_yy.y"
{
__max_dedicated_links_reached();
@@ -2303,10 +2363,10 @@ yyreduce:
}
break;
- case 36:
+ case 37:
/* Line 1806 of yacc.c */
-#line 323 "read_config_yy.y"
+#line 339 "read_config_yy.y"
{
__max_dedicated_links_reached();
@@ -2347,10 +2407,10 @@ yyreduce:
}
break;
- case 37:
+ case 38:
/* Line 1806 of yacc.c */
-#line 363 "read_config_yy.y"
+#line 379 "read_config_yy.y"
{
__max_dedicated_links_reached();
@@ -2370,19 +2430,19 @@ yyreduce:
}
break;
- case 38:
+ case 39:
/* Line 1806 of yacc.c */
-#line 382 "read_config_yy.y"
+#line 398 "read_config_yy.y"
{
print_err(CTD_CFG_WARN, "`IPv6_interface' not required, ignoring");
}
break;
- case 39:
+ case 40:
/* Line 1806 of yacc.c */
-#line 387 "read_config_yy.y"
+#line 403 "read_config_yy.y"
{
unsigned int idx;
@@ -2403,10 +2463,10 @@ yyreduce:
}
break;
- case 40:
+ case 41:
/* Line 1806 of yacc.c */
-#line 407 "read_config_yy.y"
+#line 423 "read_config_yy.y"
{
print_err(CTD_CFG_WARN, "`Backlog' option inside Multicast clause is "
"obsolete. Please, remove it from "
@@ -2414,60 +2474,60 @@ yyreduce:
}
break;
- case 41:
+ case 42:
/* Line 1806 of yacc.c */
-#line 414 "read_config_yy.y"
+#line 430 "read_config_yy.y"
{
__max_dedicated_links_reached();
conf.channel[conf.channel_num].u.mcast.port = (yyvsp[(2) - (2)].val);
}
break;
- case 42:
+ case 43:
/* Line 1806 of yacc.c */
-#line 420 "read_config_yy.y"
+#line 436 "read_config_yy.y"
{
__max_dedicated_links_reached();
conf.channel[conf.channel_num].u.mcast.sndbuf = (yyvsp[(2) - (2)].val);
}
break;
- case 43:
+ case 44:
/* Line 1806 of yacc.c */
-#line 426 "read_config_yy.y"
+#line 442 "read_config_yy.y"
{
__max_dedicated_links_reached();
conf.channel[conf.channel_num].u.mcast.rcvbuf = (yyvsp[(2) - (2)].val);
}
break;
- case 44:
+ case 45:
/* Line 1806 of yacc.c */
-#line 432 "read_config_yy.y"
+#line 448 "read_config_yy.y"
{
__max_dedicated_links_reached();
conf.channel[conf.channel_num].u.mcast.checksum = 0;
}
break;
- case 45:
+ case 46:
/* Line 1806 of yacc.c */
-#line 438 "read_config_yy.y"
+#line 454 "read_config_yy.y"
{
__max_dedicated_links_reached();
conf.channel[conf.channel_num].u.mcast.checksum = 1;
}
break;
- case 46:
+ case 47:
/* Line 1806 of yacc.c */
-#line 444 "read_config_yy.y"
+#line 460 "read_config_yy.y"
{
if (conf.channel_type_global != CHANNEL_NONE &&
conf.channel_type_global != CHANNEL_UDP) {
@@ -2482,10 +2542,10 @@ yyreduce:
}
break;
- case 47:
+ case 48:
/* Line 1806 of yacc.c */
-#line 458 "read_config_yy.y"
+#line 474 "read_config_yy.y"
{
if (conf.channel_type_global != CHANNEL_NONE &&
conf.channel_type_global != CHANNEL_UDP) {
@@ -2502,10 +2562,10 @@ yyreduce:
}
break;
- case 50:
+ case 51:
/* Line 1806 of yacc.c */
-#line 477 "read_config_yy.y"
+#line 493 "read_config_yy.y"
{
__max_dedicated_links_reached();
@@ -2517,10 +2577,10 @@ yyreduce:
}
break;
- case 51:
+ case 52:
/* Line 1806 of yacc.c */
-#line 488 "read_config_yy.y"
+#line 504 "read_config_yy.y"
{
__max_dedicated_links_reached();
@@ -2538,10 +2598,10 @@ yyreduce:
}
break;
- case 52:
+ case 53:
/* Line 1806 of yacc.c */
-#line 505 "read_config_yy.y"
+#line 521 "read_config_yy.y"
{
__max_dedicated_links_reached();
@@ -2553,10 +2613,10 @@ yyreduce:
}
break;
- case 53:
+ case 54:
/* Line 1806 of yacc.c */
-#line 516 "read_config_yy.y"
+#line 532 "read_config_yy.y"
{
__max_dedicated_links_reached();
@@ -2574,10 +2634,10 @@ yyreduce:
}
break;
- case 54:
+ case 55:
/* Line 1806 of yacc.c */
-#line 533 "read_config_yy.y"
+#line 549 "read_config_yy.y"
{
int idx;
@@ -2593,60 +2653,60 @@ yyreduce:
}
break;
- case 55:
+ case 56:
/* Line 1806 of yacc.c */
-#line 548 "read_config_yy.y"
+#line 564 "read_config_yy.y"
{
__max_dedicated_links_reached();
conf.channel[conf.channel_num].u.udp.port = (yyvsp[(2) - (2)].val);
}
break;
- case 56:
+ case 57:
/* Line 1806 of yacc.c */
-#line 554 "read_config_yy.y"
+#line 570 "read_config_yy.y"
{
__max_dedicated_links_reached();
conf.channel[conf.channel_num].u.udp.sndbuf = (yyvsp[(2) - (2)].val);
}
break;
- case 57:
+ case 58:
/* Line 1806 of yacc.c */
-#line 560 "read_config_yy.y"
+#line 576 "read_config_yy.y"
{
__max_dedicated_links_reached();
conf.channel[conf.channel_num].u.udp.rcvbuf = (yyvsp[(2) - (2)].val);
}
break;
- case 58:
+ case 59:
/* Line 1806 of yacc.c */
-#line 566 "read_config_yy.y"
+#line 582 "read_config_yy.y"
{
__max_dedicated_links_reached();
conf.channel[conf.channel_num].u.udp.checksum = 0;
}
break;
- case 59:
+ case 60:
/* Line 1806 of yacc.c */
-#line 572 "read_config_yy.y"
+#line 588 "read_config_yy.y"
{
__max_dedicated_links_reached();
conf.channel[conf.channel_num].u.udp.checksum = 1;
}
break;
- case 60:
+ case 61:
/* Line 1806 of yacc.c */
-#line 578 "read_config_yy.y"
+#line 594 "read_config_yy.y"
{
if (conf.channel_type_global != CHANNEL_NONE &&
conf.channel_type_global != CHANNEL_TCP) {
@@ -2663,10 +2723,10 @@ yyreduce:
}
break;
- case 61:
+ case 62:
/* Line 1806 of yacc.c */
-#line 594 "read_config_yy.y"
+#line 610 "read_config_yy.y"
{
if (conf.channel_type_global != CHANNEL_NONE &&
conf.channel_type_global != CHANNEL_TCP) {
@@ -2685,10 +2745,10 @@ yyreduce:
}
break;
- case 64:
+ case 65:
/* Line 1806 of yacc.c */
-#line 615 "read_config_yy.y"
+#line 631 "read_config_yy.y"
{
__max_dedicated_links_reached();
@@ -2700,10 +2760,10 @@ yyreduce:
}
break;
- case 65:
+ case 66:
/* Line 1806 of yacc.c */
-#line 626 "read_config_yy.y"
+#line 642 "read_config_yy.y"
{
__max_dedicated_links_reached();
@@ -2721,10 +2781,10 @@ yyreduce:
}
break;
- case 66:
+ case 67:
/* Line 1806 of yacc.c */
-#line 643 "read_config_yy.y"
+#line 659 "read_config_yy.y"
{
__max_dedicated_links_reached();
@@ -2736,10 +2796,10 @@ yyreduce:
}
break;
- case 67:
+ case 68:
/* Line 1806 of yacc.c */
-#line 654 "read_config_yy.y"
+#line 670 "read_config_yy.y"
{
__max_dedicated_links_reached();
@@ -2757,10 +2817,10 @@ yyreduce:
}
break;
- case 68:
+ case 69:
/* Line 1806 of yacc.c */
-#line 671 "read_config_yy.y"
+#line 687 "read_config_yy.y"
{
int idx;
@@ -2776,106 +2836,106 @@ yyreduce:
}
break;
- case 69:
+ case 70:
/* Line 1806 of yacc.c */
-#line 686 "read_config_yy.y"
+#line 702 "read_config_yy.y"
{
__max_dedicated_links_reached();
conf.channel[conf.channel_num].u.tcp.port = (yyvsp[(2) - (2)].val);
}
break;
- case 70:
+ case 71:
/* Line 1806 of yacc.c */
-#line 692 "read_config_yy.y"
+#line 708 "read_config_yy.y"
{
__max_dedicated_links_reached();
conf.channel[conf.channel_num].u.tcp.sndbuf = (yyvsp[(2) - (2)].val);
}
break;
- case 71:
+ case 72:
/* Line 1806 of yacc.c */
-#line 698 "read_config_yy.y"
+#line 714 "read_config_yy.y"
{
__max_dedicated_links_reached();
conf.channel[conf.channel_num].u.tcp.rcvbuf = (yyvsp[(2) - (2)].val);
}
break;
- case 72:
+ case 73:
/* Line 1806 of yacc.c */
-#line 704 "read_config_yy.y"
+#line 720 "read_config_yy.y"
{
__max_dedicated_links_reached();
conf.channel[conf.channel_num].u.tcp.checksum = 0;
}
break;
- case 73:
+ case 74:
/* Line 1806 of yacc.c */
-#line 710 "read_config_yy.y"
+#line 726 "read_config_yy.y"
{
__max_dedicated_links_reached();
conf.channel[conf.channel_num].u.tcp.checksum = 1;
}
break;
- case 74:
+ case 75:
/* Line 1806 of yacc.c */
-#line 716 "read_config_yy.y"
+#line 732 "read_config_yy.y"
{
__max_dedicated_links_reached();
CONFIG(channelc).error_queue_length = (yyvsp[(2) - (2)].val);
}
break;
- case 75:
+ case 76:
/* Line 1806 of yacc.c */
-#line 722 "read_config_yy.y"
+#line 738 "read_config_yy.y"
{
conf.hashsize = (yyvsp[(2) - (2)].val);
}
break;
- case 76:
+ case 77:
/* Line 1806 of yacc.c */
-#line 727 "read_config_yy.y"
+#line 743 "read_config_yy.y"
{
conf.limit = (yyvsp[(2) - (2)].val);
}
break;
- case 80:
+ case 81:
/* Line 1806 of yacc.c */
-#line 738 "read_config_yy.y"
+#line 754 "read_config_yy.y"
{
strcpy(conf.local.path, (yyvsp[(2) - (2)].string));
}
break;
- case 81:
+ case 82:
/* Line 1806 of yacc.c */
-#line 743 "read_config_yy.y"
+#line 759 "read_config_yy.y"
{
conf.local.backlog = (yyvsp[(2) - (2)].val);
}
break;
- case 82:
+ case 83:
/* Line 1806 of yacc.c */
-#line 748 "read_config_yy.y"
+#line 764 "read_config_yy.y"
{
ct_filter_set_logic(STATE(us_filter),
CT_FILTER_L4PROTO,
@@ -2886,10 +2946,10 @@ yyreduce:
}
break;
- case 85:
+ case 86:
/* Line 1806 of yacc.c */
-#line 762 "read_config_yy.y"
+#line 778 "read_config_yy.y"
{
if ((yyvsp[(1) - (1)].val) < IPPROTO_MAX)
ct_filter_add_proto(STATE(us_filter), (yyvsp[(1) - (1)].val));
@@ -2898,10 +2958,10 @@ yyreduce:
}
break;
- case 86:
+ case 87:
/* Line 1806 of yacc.c */
-#line 770 "read_config_yy.y"
+#line 786 "read_config_yy.y"
{
struct protoent *pent;
@@ -2915,10 +2975,10 @@ yyreduce:
}
break;
- case 87:
+ case 88:
/* Line 1806 of yacc.c */
-#line 783 "read_config_yy.y"
+#line 799 "read_config_yy.y"
{
if (conf.flags & CTD_STATS_MODE) {
print_err(CTD_CFG_ERROR, "cannot use both `Stats' and `Sync' "
@@ -2929,28 +2989,28 @@ yyreduce:
}
break;
- case 111:
+ case 112:
/* Line 1806 of yacc.c */
-#line 822 "read_config_yy.y"
+#line 838 "read_config_yy.y"
{
CONFIG(sync).tcp_window_tracking = 1;
}
break;
- case 112:
+ case 113:
/* Line 1806 of yacc.c */
-#line 827 "read_config_yy.y"
+#line 843 "read_config_yy.y"
{
CONFIG(sync).tcp_window_tracking = 0;
}
break;
- case 113:
+ case 114:
/* Line 1806 of yacc.c */
-#line 832 "read_config_yy.y"
+#line 848 "read_config_yy.y"
{
CONFIG(flags) |= CTD_EXPECT;
CONFIG(netlink).subsys_id = NFNL_SUBSYS_NONE;
@@ -2963,10 +3023,10 @@ yyreduce:
}
break;
- case 114:
+ case 115:
/* Line 1806 of yacc.c */
-#line 844 "read_config_yy.y"
+#line 860 "read_config_yy.y"
{
CONFIG(netlink).subsys_id = NFNL_SUBSYS_CTNETLINK;
CONFIG(netlink).groups = NF_NETLINK_CONNTRACK_NEW |
@@ -2975,10 +3035,10 @@ yyreduce:
}
break;
- case 115:
+ case 116:
/* Line 1806 of yacc.c */
-#line 852 "read_config_yy.y"
+#line 868 "read_config_yy.y"
{
CONFIG(flags) |= CTD_EXPECT;
CONFIG(netlink).subsys_id = NFNL_SUBSYS_NONE;
@@ -2991,148 +3051,148 @@ yyreduce:
}
break;
- case 118:
+ case 119:
/* Line 1806 of yacc.c */
-#line 867 "read_config_yy.y"
+#line 883 "read_config_yy.y"
{
exp_filter_add(STATE(exp_filter), (yyvsp[(1) - (1)].string));
}
break;
- case 119:
+ case 120:
/* Line 1806 of yacc.c */
-#line 872 "read_config_yy.y"
+#line 888 "read_config_yy.y"
{
conf.flags |= CTD_SYNC_ALARM;
}
break;
- case 120:
+ case 121:
/* Line 1806 of yacc.c */
-#line 877 "read_config_yy.y"
+#line 893 "read_config_yy.y"
{
conf.flags |= CTD_SYNC_FTFW;
}
break;
- case 121:
+ case 122:
/* Line 1806 of yacc.c */
-#line 882 "read_config_yy.y"
+#line 898 "read_config_yy.y"
{
conf.flags |= CTD_SYNC_NOTRACK;
}
break;
- case 144:
+ case 145:
/* Line 1806 of yacc.c */
-#line 918 "read_config_yy.y"
+#line 934 "read_config_yy.y"
{
conf.sync.internal_cache_disable = 1;
}
break;
- case 145:
+ case 146:
/* Line 1806 of yacc.c */
-#line 923 "read_config_yy.y"
+#line 939 "read_config_yy.y"
{
conf.sync.internal_cache_disable = 0;
}
break;
- case 146:
+ case 147:
/* Line 1806 of yacc.c */
-#line 928 "read_config_yy.y"
+#line 944 "read_config_yy.y"
{
conf.sync.external_cache_disable = 1;
}
break;
- case 147:
+ case 148:
/* Line 1806 of yacc.c */
-#line 933 "read_config_yy.y"
+#line 949 "read_config_yy.y"
{
conf.sync.external_cache_disable = 0;
}
break;
- case 148:
+ case 149:
/* Line 1806 of yacc.c */
-#line 938 "read_config_yy.y"
+#line 954 "read_config_yy.y"
{
print_err(CTD_CFG_WARN, "`ResendBufferSize' is deprecated. "
"Use `ResendQueueSize' instead");
}
break;
- case 149:
+ case 150:
/* Line 1806 of yacc.c */
-#line 944 "read_config_yy.y"
+#line 960 "read_config_yy.y"
{
conf.resend_queue_size = (yyvsp[(2) - (2)].val);
}
break;
- case 150:
+ case 151:
/* Line 1806 of yacc.c */
-#line 949 "read_config_yy.y"
+#line 965 "read_config_yy.y"
{
conf.window_size = (yyvsp[(2) - (2)].val);
}
break;
- case 151:
+ case 152:
/* Line 1806 of yacc.c */
-#line 954 "read_config_yy.y"
+#line 970 "read_config_yy.y"
{
print_err(CTD_CFG_WARN, "`DestroyTimeout' is deprecated. Remove it");
}
break;
- case 152:
+ case 153:
/* Line 1806 of yacc.c */
-#line 959 "read_config_yy.y"
+#line 975 "read_config_yy.y"
{
print_err(CTD_CFG_WARN, "`RelaxTransitions' clause is obsolete. "
"Please, remove it from conntrackd.conf");
}
break;
- case 153:
+ case 154:
/* Line 1806 of yacc.c */
-#line 965 "read_config_yy.y"
+#line 981 "read_config_yy.y"
{
print_err(CTD_CFG_WARN, "`DelayDestroyMessages' clause is obsolete. "
"Please, remove it from conntrackd.conf");
}
break;
- case 154:
+ case 155:
/* Line 1806 of yacc.c */
-#line 971 "read_config_yy.y"
+#line 987 "read_config_yy.y"
{
print_err(CTD_CFG_WARN, "the clause `ListenTo' is obsolete, ignoring");
}
break;
- case 155:
+ case 156:
/* Line 1806 of yacc.c */
-#line 976 "read_config_yy.y"
+#line 992 "read_config_yy.y"
{
ct_filter_set_logic(STATE(us_filter),
CT_FILTER_STATE,
@@ -3143,10 +3203,10 @@ yyreduce:
}
break;
- case 158:
+ case 159:
/* Line 1806 of yacc.c */
-#line 989 "read_config_yy.y"
+#line 1005 "read_config_yy.y"
{
if (strncmp((yyvsp[(1) - (1)].string), "TCP", strlen("TCP")) != 0) {
print_err(CTD_CFG_WARN, "unsupported protocol `%s' in line %d",
@@ -3155,10 +3215,10 @@ yyreduce:
}
break;
- case 162:
+ case 163:
/* Line 1806 of yacc.c */
-#line 1001 "read_config_yy.y"
+#line 1017 "read_config_yy.y"
{
ct_filter_add_state(STATE(us_filter),
IPPROTO_TCP,
@@ -3168,10 +3228,10 @@ yyreduce:
}
break;
- case 163:
+ case 164:
/* Line 1806 of yacc.c */
-#line 1009 "read_config_yy.y"
+#line 1025 "read_config_yy.y"
{
ct_filter_add_state(STATE(us_filter),
IPPROTO_TCP,
@@ -3181,10 +3241,10 @@ yyreduce:
}
break;
- case 164:
+ case 165:
/* Line 1806 of yacc.c */
-#line 1017 "read_config_yy.y"
+#line 1033 "read_config_yy.y"
{
ct_filter_add_state(STATE(us_filter),
IPPROTO_TCP,
@@ -3194,10 +3254,10 @@ yyreduce:
}
break;
- case 165:
+ case 166:
/* Line 1806 of yacc.c */
-#line 1025 "read_config_yy.y"
+#line 1041 "read_config_yy.y"
{
ct_filter_add_state(STATE(us_filter),
IPPROTO_TCP,
@@ -3207,10 +3267,10 @@ yyreduce:
}
break;
- case 166:
+ case 167:
/* Line 1806 of yacc.c */
-#line 1033 "read_config_yy.y"
+#line 1049 "read_config_yy.y"
{
ct_filter_add_state(STATE(us_filter),
IPPROTO_TCP,
@@ -3220,10 +3280,10 @@ yyreduce:
}
break;
- case 167:
+ case 168:
/* Line 1806 of yacc.c */
-#line 1041 "read_config_yy.y"
+#line 1057 "read_config_yy.y"
{
ct_filter_add_state(STATE(us_filter),
IPPROTO_TCP,
@@ -3233,10 +3293,10 @@ yyreduce:
}
break;
- case 168:
+ case 169:
/* Line 1806 of yacc.c */
-#line 1049 "read_config_yy.y"
+#line 1065 "read_config_yy.y"
{
ct_filter_add_state(STATE(us_filter),
IPPROTO_TCP,
@@ -3246,10 +3306,10 @@ yyreduce:
}
break;
- case 169:
+ case 170:
/* Line 1806 of yacc.c */
-#line 1057 "read_config_yy.y"
+#line 1073 "read_config_yy.y"
{
ct_filter_add_state(STATE(us_filter),
IPPROTO_TCP,
@@ -3259,10 +3319,10 @@ yyreduce:
}
break;
- case 170:
+ case 171:
/* Line 1806 of yacc.c */
-#line 1065 "read_config_yy.y"
+#line 1081 "read_config_yy.y"
{
ct_filter_add_state(STATE(us_filter),
IPPROTO_TCP,
@@ -3272,102 +3332,102 @@ yyreduce:
}
break;
- case 171:
+ case 172:
/* Line 1806 of yacc.c */
-#line 1074 "read_config_yy.y"
+#line 1090 "read_config_yy.y"
{
print_err(CTD_CFG_WARN, "`CacheWriteThrough' clause is obsolete, "
"ignoring");
}
break;
- case 172:
+ case 173:
/* Line 1806 of yacc.c */
-#line 1080 "read_config_yy.y"
+#line 1096 "read_config_yy.y"
{
print_err(CTD_CFG_WARN, "`CacheWriteThrough' clause is obsolete, "
"ignoring");
}
break;
- case 194:
+ case 195:
/* Line 1806 of yacc.c */
-#line 1112 "read_config_yy.y"
+#line 1128 "read_config_yy.y"
{
conf.netlink_buffer_size = (yyvsp[(2) - (2)].val);
}
break;
- case 195:
+ case 196:
/* Line 1806 of yacc.c */
-#line 1117 "read_config_yy.y"
+#line 1133 "read_config_yy.y"
{
conf.netlink_buffer_size_max_grown = (yyvsp[(2) - (2)].val);
}
break;
- case 196:
+ case 197:
/* Line 1806 of yacc.c */
-#line 1122 "read_config_yy.y"
+#line 1138 "read_config_yy.y"
{
conf.nl_overrun_resync = 30;
}
break;
- case 197:
+ case 198:
/* Line 1806 of yacc.c */
-#line 1127 "read_config_yy.y"
+#line 1143 "read_config_yy.y"
{
conf.nl_overrun_resync = -1;
}
break;
- case 198:
+ case 199:
/* Line 1806 of yacc.c */
-#line 1132 "read_config_yy.y"
+#line 1148 "read_config_yy.y"
{
conf.nl_overrun_resync = (yyvsp[(2) - (2)].val);
}
break;
- case 199:
+ case 200:
/* Line 1806 of yacc.c */
-#line 1137 "read_config_yy.y"
+#line 1153 "read_config_yy.y"
{
conf.netlink.events_reliable = 1;
}
break;
- case 200:
+ case 201:
/* Line 1806 of yacc.c */
-#line 1142 "read_config_yy.y"
+#line 1158 "read_config_yy.y"
{
conf.netlink.events_reliable = 0;
}
break;
- case 201:
+ case 202:
/* Line 1806 of yacc.c */
-#line 1147 "read_config_yy.y"
+#line 1163 "read_config_yy.y"
{
conf.nice = (yyvsp[(2) - (2)].val);
}
break;
- case 205:
+ case 206:
/* Line 1806 of yacc.c */
-#line 1158 "read_config_yy.y"
+#line 1174 "read_config_yy.y"
{
if (strcasecmp((yyvsp[(2) - (2)].string), "rr") == 0) {
conf.sched.type = SCHED_RR;
@@ -3380,10 +3440,10 @@ yyreduce:
}
break;
- case 206:
+ case 207:
/* Line 1806 of yacc.c */
-#line 1170 "read_config_yy.y"
+#line 1186 "read_config_yy.y"
{
conf.sched.prio = (yyvsp[(2) - (2)].val);
if (conf.sched.prio < 0 || conf.sched.prio > 99) {
@@ -3393,10 +3453,10 @@ yyreduce:
}
break;
- case 207:
+ case 208:
/* Line 1806 of yacc.c */
-#line 1179 "read_config_yy.y"
+#line 1195 "read_config_yy.y"
{
if (strncmp((yyvsp[(2) - (2)].string), "IPv6", strlen("IPv6")) == 0)
conf.family = AF_INET6;
@@ -3405,19 +3465,19 @@ yyreduce:
}
break;
- case 208:
+ case 209:
/* Line 1806 of yacc.c */
-#line 1187 "read_config_yy.y"
+#line 1203 "read_config_yy.y"
{
CONFIG(event_iterations_limit) = (yyvsp[(2) - (2)].val);
}
break;
- case 209:
+ case 210:
/* Line 1806 of yacc.c */
-#line 1192 "read_config_yy.y"
+#line 1208 "read_config_yy.y"
{
conf.flags |= CTD_POLL;
conf.poll_kernel_secs = (yyvsp[(2) - (2)].val);
@@ -3428,37 +3488,37 @@ yyreduce:
}
break;
- case 210:
+ case 211:
/* Line 1806 of yacc.c */
-#line 1202 "read_config_yy.y"
+#line 1218 "read_config_yy.y"
{
CONFIG(filter_from_kernelspace) = 0;
}
break;
- case 211:
+ case 212:
/* Line 1806 of yacc.c */
-#line 1207 "read_config_yy.y"
+#line 1223 "read_config_yy.y"
{
CONFIG(filter_from_kernelspace) = 0;
}
break;
- case 212:
+ case 213:
/* Line 1806 of yacc.c */
-#line 1212 "read_config_yy.y"
+#line 1228 "read_config_yy.y"
{
CONFIG(filter_from_kernelspace) = 1;
}
break;
- case 215:
+ case 216:
/* Line 1806 of yacc.c */
-#line 1220 "read_config_yy.y"
+#line 1236 "read_config_yy.y"
{
ct_filter_set_logic(STATE(us_filter),
CT_FILTER_L4PROTO,
@@ -3468,10 +3528,10 @@ yyreduce:
}
break;
- case 216:
+ case 217:
/* Line 1806 of yacc.c */
-#line 1229 "read_config_yy.y"
+#line 1245 "read_config_yy.y"
{
ct_filter_set_logic(STATE(us_filter),
CT_FILTER_L4PROTO,
@@ -3485,10 +3545,10 @@ yyreduce:
}
break;
- case 219:
+ case 220:
/* Line 1806 of yacc.c */
-#line 1245 "read_config_yy.y"
+#line 1261 "read_config_yy.y"
{
struct protoent *pent;
@@ -3508,10 +3568,10 @@ yyreduce:
}
break;
- case 220:
+ case 221:
/* Line 1806 of yacc.c */
-#line 1264 "read_config_yy.y"
+#line 1280 "read_config_yy.y"
{
struct protoent *pent;
@@ -3531,10 +3591,10 @@ yyreduce:
}
break;
- case 221:
+ case 222:
/* Line 1806 of yacc.c */
-#line 1283 "read_config_yy.y"
+#line 1299 "read_config_yy.y"
{
struct protoent *pent;
@@ -3554,10 +3614,10 @@ yyreduce:
}
break;
- case 222:
+ case 223:
/* Line 1806 of yacc.c */
-#line 1302 "read_config_yy.y"
+#line 1318 "read_config_yy.y"
{
ct_filter_set_logic(STATE(us_filter),
CT_FILTER_ADDRESS,
@@ -3567,10 +3627,10 @@ yyreduce:
}
break;
- case 223:
+ case 224:
/* Line 1806 of yacc.c */
-#line 1311 "read_config_yy.y"
+#line 1327 "read_config_yy.y"
{
ct_filter_set_logic(STATE(us_filter),
CT_FILTER_ADDRESS,
@@ -3593,10 +3653,10 @@ yyreduce:
}
break;
- case 226:
+ case 227:
/* Line 1806 of yacc.c */
-#line 1336 "read_config_yy.y"
+#line 1352 "read_config_yy.y"
{
union inet_address ip;
char *slash;
@@ -3656,10 +3716,10 @@ yyreduce:
}
break;
- case 227:
+ case 228:
/* Line 1806 of yacc.c */
-#line 1395 "read_config_yy.y"
+#line 1411 "read_config_yy.y"
{
union inet_address ip;
char *slash;
@@ -3720,10 +3780,10 @@ yyreduce:
}
break;
- case 228:
+ case 229:
/* Line 1806 of yacc.c */
-#line 1455 "read_config_yy.y"
+#line 1471 "read_config_yy.y"
{
ct_filter_set_logic(STATE(us_filter),
CT_FILTER_STATE,
@@ -3733,10 +3793,10 @@ yyreduce:
}
break;
- case 229:
+ case 230:
/* Line 1806 of yacc.c */
-#line 1464 "read_config_yy.y"
+#line 1480 "read_config_yy.y"
{
ct_filter_set_logic(STATE(us_filter),
CT_FILTER_STATE,
@@ -3751,10 +3811,10 @@ yyreduce:
}
break;
- case 233:
+ case 234:
/* Line 1806 of yacc.c */
-#line 1483 "read_config_yy.y"
+#line 1499 "read_config_yy.y"
{
if (conf.flags & CTD_SYNC_MODE) {
print_err(CTD_CFG_ERROR, "cannot use both `Stats' and `Sync' "
@@ -3765,54 +3825,54 @@ yyreduce:
}
break;
- case 241:
+ case 242:
/* Line 1806 of yacc.c */
-#line 1504 "read_config_yy.y"
+#line 1520 "read_config_yy.y"
{
strncpy(conf.stats.logfile, DEFAULT_STATS_LOGFILE, FILENAME_MAXLEN);
}
break;
- case 242:
+ case 243:
/* Line 1806 of yacc.c */
-#line 1509 "read_config_yy.y"
+#line 1525 "read_config_yy.y"
{
}
break;
- case 243:
+ case 244:
/* Line 1806 of yacc.c */
-#line 1513 "read_config_yy.y"
+#line 1529 "read_config_yy.y"
{
strncpy(conf.stats.logfile, (yyvsp[(2) - (2)].string), FILENAME_MAXLEN);
}
break;
- case 244:
+ case 245:
/* Line 1806 of yacc.c */
-#line 1518 "read_config_yy.y"
+#line 1534 "read_config_yy.y"
{
conf.stats.syslog_facility = DEFAULT_SYSLOG_FACILITY;
}
break;
- case 245:
+ case 246:
/* Line 1806 of yacc.c */
-#line 1523 "read_config_yy.y"
+#line 1539 "read_config_yy.y"
{
conf.stats.syslog_facility = -1;
}
break;
- case 246:
+ case 247:
/* Line 1806 of yacc.c */
-#line 1528 "read_config_yy.y"
+#line 1544 "read_config_yy.y"
{
if (!strcmp((yyvsp[(2) - (2)].string), "daemon"))
conf.stats.syslog_facility = LOG_DAEMON;
@@ -3845,19 +3905,223 @@ yyreduce:
}
break;
- case 247:
+ case 248:
/* Line 1806 of yacc.c */
-#line 1560 "read_config_yy.y"
+#line 1576 "read_config_yy.y"
{
print_err(CTD_CFG_WARN, "`LogFileBufferSize' is deprecated");
}
break;
+ case 249:
+
+/* Line 1806 of yacc.c */
+#line 1581 "read_config_yy.y"
+ {
+ conf.flags |= CTD_HELPER;
+}
+ break;
+
+ case 253:
+
+/* Line 1806 of yacc.c */
+#line 1593 "read_config_yy.y"
+ {
+ struct ctd_helper_instance *helper_inst;
+ struct ctd_helper *helper;
+ struct stack_item *e;
+ uint16_t l3proto;
+ uint8_t l4proto;
+
+ if (strcmp((yyvsp[(3) - (7)].string), "inet") == 0)
+ l3proto = AF_INET;
+ else if (strcmp((yyvsp[(3) - (7)].string), "inet6") == 0)
+ l3proto = AF_INET6;
+ else {
+ print_err(CTD_CFG_ERROR, "unknown layer 3 protocol");
+ exit(EXIT_FAILURE);
+ }
+
+ if (strcmp((yyvsp[(4) - (7)].string), "tcp") == 0)
+ l4proto = IPPROTO_TCP;
+ else if (strcmp((yyvsp[(4) - (7)].string), "udp") == 0)
+ l4proto = IPPROTO_UDP;
+ else {
+ print_err(CTD_CFG_ERROR, "unknown layer 4 protocol");
+ exit(EXIT_FAILURE);
+ }
+
+ /* XXX use configure.ac definitions. */
+ helper = helper_find("/usr/lib/conntrack-tools", (yyvsp[(2) - (7)].string), l4proto, RTLD_NOW);
+ if (helper == NULL) {
+ print_err(CTD_CFG_ERROR, "Unknown `%s' helper", (yyvsp[(2) - (7)].string));
+ exit(EXIT_FAILURE);
+ }
+
+ helper_inst = calloc(1, sizeof(struct ctd_helper_instance));
+ if (helper_inst == NULL)
+ break;
+
+ helper_inst->l3proto = l3proto;
+ helper_inst->l4proto = l4proto;
+ helper_inst->helper = helper;
+
+ while ((e = stack_item_pop(&symbol_stack, -1)) != NULL) {
+
+ switch(e->type) {
+ case SYMBOL_HELPER_QUEUE_NUM: {
+ int *qnum = (int *) &e->data;
+
+ helper_inst->queue_num = *qnum;
+ stack_item_free(e);
+ break;
+ }
+ case SYMBOL_HELPER_QUEUE_LEN: {
+ int *qlen = (int *) &e->data;
+
+ helper_inst->queue_len = *qlen;
+ stack_item_free(e);
+ break;
+ }
+ case SYMBOL_HELPER_POLICY_EXPECT_ROOT: {
+ struct ctd_helper_policy *pol =
+ (struct ctd_helper_policy *) &e->data;
+ struct ctd_helper_policy *matching = NULL;
+ int i;
+
+ for (i=0; i<CTD_HELPER_POLICY_MAX; i++) {
+ if (strcmp(helper->policy[i].name,
+ pol->name) != 0)
+ continue;
+
+ matching = pol;
+ break;
+ }
+ if (matching == NULL) {
+ print_err(CTD_CFG_ERROR,
+ "Unknown policy `%s' in helper "
+ "configuration", pol->name);
+ exit(EXIT_FAILURE);
+ }
+ /* FIXME: First set default policy, then change only
+ * tuned fields, not everything.
+ */
+ memcpy(&helper->policy[i], pol,
+ sizeof(struct ctd_helper_policy));
+
+ stack_item_free(e);
+ break;
+ }
+ default:
+ print_err(CTD_CFG_ERROR,
+ "Unexpected symbol parsing helper policy");
+ exit(EXIT_FAILURE);
+ break;
+ }
+ }
+ list_add(&helper_inst->head, &CONFIG(cthelper).list);
+}
+ break;
+
+ case 257:
+/* Line 1806 of yacc.c */
+#line 1697 "read_config_yy.y"
+ {
+ int *qnum;
+ struct stack_item *e;
+
+ e = stack_item_alloc(SYMBOL_HELPER_QUEUE_NUM, sizeof(int));
+ qnum = (int *) e->data;
+ *qnum = (yyvsp[(2) - (2)].val);
+ stack_item_push(&symbol_stack, e);
+}
+ break;
+
+ case 258:
+
+/* Line 1806 of yacc.c */
+#line 1708 "read_config_yy.y"
+ {
+ int *qlen;
+ struct stack_item *e;
+
+ e = stack_item_alloc(SYMBOL_HELPER_QUEUE_LEN, sizeof(int));
+ qlen = (int *) e->data;
+ *qlen = (yyvsp[(2) - (2)].val);
+ stack_item_push(&symbol_stack, e);
+}
+ break;
+
+ case 259:
/* Line 1806 of yacc.c */
-#line 3861 "read_config_yy.c"
+#line 1719 "read_config_yy.y"
+ {
+ struct stack_item *e;
+ struct ctd_helper_policy *policy;
+
+ e = stack_item_pop(&symbol_stack, SYMBOL_HELPER_EXPECT_POLICY_LEAF);
+ if (e == NULL) {
+ print_err(CTD_CFG_ERROR,
+ "Helper policy configuration empty, fix your "
+ "configuration file, please");
+ exit(EXIT_FAILURE);
+ break;
+ }
+
+ policy = (struct ctd_helper_policy *) &e->data;
+ strncpy(policy->name, (yyvsp[(2) - (5)].string), CTD_HELPER_NAME_LEN);
+ policy->name[CTD_HELPER_NAME_LEN-1] = '\0';
+ /* Now object is complete. */
+ e->type = SYMBOL_HELPER_POLICY_EXPECT_ROOT;
+ stack_item_push(&symbol_stack, e);
+}
+ break;
+
+ case 264:
+
+/* Line 1806 of yacc.c */
+#line 1749 "read_config_yy.y"
+ {
+ struct stack_item *e;
+ struct ctd_helper_policy *policy;
+
+ e = stack_item_pop(&symbol_stack, SYMBOL_HELPER_EXPECT_POLICY_LEAF);
+ if (e == NULL) {
+ e = stack_item_alloc(SYMBOL_HELPER_EXPECT_POLICY_LEAF,
+ sizeof(struct ctd_helper_policy));
+ }
+ policy = (struct ctd_helper_policy *) &e->data;
+ policy->expect_max = (yyvsp[(2) - (2)].val);
+ stack_item_push(&symbol_stack, e);
+}
+ break;
+
+ case 265:
+
+/* Line 1806 of yacc.c */
+#line 1764 "read_config_yy.y"
+ {
+ struct stack_item *e;
+ struct ctd_helper_policy *policy;
+
+ e = stack_item_pop(&symbol_stack, SYMBOL_HELPER_EXPECT_POLICY_LEAF);
+ if (e == NULL) {
+ e = stack_item_alloc(SYMBOL_HELPER_EXPECT_POLICY_LEAF,
+ sizeof(struct ctd_helper_policy));
+ }
+ policy = (struct ctd_helper_policy *) &e->data;
+ policy->expect_timeout = (yyvsp[(2) - (2)].val);
+ stack_item_push(&symbol_stack, e);
+}
+ break;
+
+
+
+/* Line 1806 of yacc.c */
+#line 4125 "read_config_yy.c"
default: break;
}
/* User semantic actions sometimes alter yychar, and that requires
@@ -4088,7 +4352,7 @@ yyreturn:
/* Line 2067 of yacc.c */
-#line 1564 "read_config_yy.y"
+#line 1778 "read_config_yy.y"
int __attribute__((noreturn))
@@ -4168,6 +4432,11 @@ init_config(char *filename)
CONFIG(stats).syslog_facility = -1;
CONFIG(netlink).subsys_id = -1;
+ /* Initialize list of user-space helpers */
+ INIT_LIST_HEAD(&CONFIG(cthelper).list);
+
+ stack_init(&symbol_stack);
+
yyrestart(fp);
yyparse();
fclose(fp);
diff --git a/src/read_config_yy.h b/src/read_config_yy.h
index bf8bad3..2c6c165 100644
--- a/src/read_config_yy.h
+++ b/src/read_config_yy.h
@@ -128,11 +128,17 @@
T_OPTIONS = 346,
T_TCP_WINDOW_TRACKING = 347,
T_EXPECT_SYNC = 348,
- T_IP = 349,
- T_PATH_VAL = 350,
- T_NUMBER = 351,
- T_SIGNED_NUMBER = 352,
- T_STRING = 353
+ T_HELPER = 349,
+ T_HELPER_QUEUE_NUM = 350,
+ T_HELPER_QUEUE_LEN = 351,
+ T_HELPER_POLICY = 352,
+ T_HELPER_EXPECT_TIMEOUT = 353,
+ T_HELPER_EXPECT_MAX = 354,
+ T_IP = 355,
+ T_PATH_VAL = 356,
+ T_NUMBER = 357,
+ T_SIGNED_NUMBER = 358,
+ T_STRING = 359
};
#endif
/* Tokens. */
@@ -227,11 +233,17 @@
#define T_OPTIONS 346
#define T_TCP_WINDOW_TRACKING 347
#define T_EXPECT_SYNC 348
-#define T_IP 349
-#define T_PATH_VAL 350
-#define T_NUMBER 351
-#define T_SIGNED_NUMBER 352
-#define T_STRING 353
+#define T_HELPER 349
+#define T_HELPER_QUEUE_NUM 350
+#define T_HELPER_QUEUE_LEN 351
+#define T_HELPER_POLICY 352
+#define T_HELPER_EXPECT_TIMEOUT 353
+#define T_HELPER_EXPECT_MAX 354
+#define T_IP 355
+#define T_PATH_VAL 356
+#define T_NUMBER 357
+#define T_SIGNED_NUMBER 358
+#define T_STRING 359
@@ -241,7 +253,7 @@ typedef union YYSTYPE
{
/* Line 2068 of yacc.c */
-#line 53 "read_config_yy.y"
+#line 66 "read_config_yy.y"
int val;
char *string;
@@ -249,7 +261,7 @@ typedef union YYSTYPE
/* Line 2068 of yacc.c */
-#line 253 "read_config_yy.h"
+#line 265 "read_config_yy.h"
} YYSTYPE;
# define YYSTYPE_IS_TRIVIAL 1
# define yystype YYSTYPE /* obsolescent; will be withdrawn */
diff --git a/src/read_config_yy.y b/src/read_config_yy.y
index b22784c..72a9654 100644
--- a/src/read_config_yy.y
+++ b/src/read_config_yy.y
@@ -28,8 +28,11 @@
#include "conntrackd.h"
#include "bitops.h"
#include "cidr.h"
+#include "helper.h"
+#include "stack.h"
#include <syslog.h>
#include <sched.h>
+#include <dlfcn.h>
#include <libnetfilter_conntrack/libnetfilter_conntrack.h>
#include <libnetfilter_conntrack/libnetfilter_conntrack_tcp.h>
@@ -48,6 +51,16 @@ static void print_err(int err, const char *msg, ...);
static void __kernel_filter_start(void);
static void __kernel_filter_add_state(int value);
static void __max_dedicated_links_reached(void);
+
+struct stack symbol_stack;
+
+enum {
+ SYMBOL_HELPER_QUEUE_NUM,
+ SYMBOL_HELPER_QUEUE_LEN,
+ SYMBOL_HELPER_POLICY_EXPECT_ROOT,
+ SYMBOL_HELPER_EXPECT_POLICY_LEAF,
+};
+
%}
%union {
@@ -74,6 +87,8 @@ static void __max_dedicated_links_reached(void);
%token T_SCHEDULER T_TYPE T_PRIO T_NETLINK_EVENTS_RELIABLE
%token T_DISABLE_INTERNAL_CACHE T_DISABLE_EXTERNAL_CACHE T_ERROR_QUEUE_LENGTH
%token T_OPTIONS T_TCP_WINDOW_TRACKING T_EXPECT_SYNC
+%token T_HELPER T_HELPER_QUEUE_NUM T_HELPER_QUEUE_LEN T_HELPER_POLICY
+%token T_HELPER_EXPECT_TIMEOUT T_HELPER_EXPECT_MAX
%token <string> T_IP T_PATH_VAL
%token <val> T_NUMBER
@@ -96,6 +111,7 @@ line : ignore_protocol
| general
| sync
| stats
+ | helper
;
logfile_bool : T_LOG T_ON
@@ -1561,6 +1577,204 @@ buffer_size: T_STAT_BUFFER_SIZE T_NUMBER
print_err(CTD_CFG_WARN, "`LogFileBufferSize' is deprecated");
};
+helper: T_HELPER '{' helper_list '}'
+{
+ conf.flags |= CTD_HELPER;
+};
+
+helper_list:
+ | helper_list helper_line
+ ;
+
+helper_line: helper_type
+ ;
+
+helper_type: T_TYPE T_STRING T_STRING T_STRING '{' helper_type_list '}'
+{
+ struct ctd_helper_instance *helper_inst;
+ struct ctd_helper *helper;
+ struct stack_item *e;
+ uint16_t l3proto;
+ uint8_t l4proto;
+
+ if (strcmp($3, "inet") == 0)
+ l3proto = AF_INET;
+ else if (strcmp($3, "inet6") == 0)
+ l3proto = AF_INET6;
+ else {
+ print_err(CTD_CFG_ERROR, "unknown layer 3 protocol");
+ exit(EXIT_FAILURE);
+ }
+
+ if (strcmp($4, "tcp") == 0)
+ l4proto = IPPROTO_TCP;
+ else if (strcmp($4, "udp") == 0)
+ l4proto = IPPROTO_UDP;
+ else {
+ print_err(CTD_CFG_ERROR, "unknown layer 4 protocol");
+ exit(EXIT_FAILURE);
+ }
+
+ /* XXX use configure.ac definitions. */
+ helper = helper_find("/usr/lib/conntrack-tools", $2, l4proto, RTLD_NOW);
+ if (helper == NULL) {
+ print_err(CTD_CFG_ERROR, "Unknown `%s' helper", $2);
+ exit(EXIT_FAILURE);
+ }
+
+ helper_inst = calloc(1, sizeof(struct ctd_helper_instance));
+ if (helper_inst == NULL)
+ break;
+
+ helper_inst->l3proto = l3proto;
+ helper_inst->l4proto = l4proto;
+ helper_inst->helper = helper;
+
+ while ((e = stack_item_pop(&symbol_stack, -1)) != NULL) {
+
+ switch(e->type) {
+ case SYMBOL_HELPER_QUEUE_NUM: {
+ int *qnum = (int *) &e->data;
+
+ helper_inst->queue_num = *qnum;
+ stack_item_free(e);
+ break;
+ }
+ case SYMBOL_HELPER_QUEUE_LEN: {
+ int *qlen = (int *) &e->data;
+
+ helper_inst->queue_len = *qlen;
+ stack_item_free(e);
+ break;
+ }
+ case SYMBOL_HELPER_POLICY_EXPECT_ROOT: {
+ struct ctd_helper_policy *pol =
+ (struct ctd_helper_policy *) &e->data;
+ struct ctd_helper_policy *matching = NULL;
+ int i;
+
+ for (i=0; i<CTD_HELPER_POLICY_MAX; i++) {
+ if (strcmp(helper->policy[i].name,
+ pol->name) != 0)
+ continue;
+
+ matching = pol;
+ break;
+ }
+ if (matching == NULL) {
+ print_err(CTD_CFG_ERROR,
+ "Unknown policy `%s' in helper "
+ "configuration", pol->name);
+ exit(EXIT_FAILURE);
+ }
+ /* FIXME: First set default policy, then change only
+ * tuned fields, not everything.
+ */
+ memcpy(&helper->policy[i], pol,
+ sizeof(struct ctd_helper_policy));
+
+ stack_item_free(e);
+ break;
+ }
+ default:
+ print_err(CTD_CFG_ERROR,
+ "Unexpected symbol parsing helper policy");
+ exit(EXIT_FAILURE);
+ break;
+ }
+ }
+ list_add(&helper_inst->head, &CONFIG(cthelper).list);
+};
+
+helper_type_list:
+ | helper_type_list helper_type_line
+ ;
+
+helper_type_line: helper_type
+ ;
+
+helper_type: T_HELPER_QUEUE_NUM T_NUMBER
+{
+ int *qnum;
+ struct stack_item *e;
+
+ e = stack_item_alloc(SYMBOL_HELPER_QUEUE_NUM, sizeof(int));
+ qnum = (int *) e->data;
+ *qnum = $2;
+ stack_item_push(&symbol_stack, e);
+};
+
+helper_type: T_HELPER_QUEUE_LEN T_NUMBER
+{
+ int *qlen;
+ struct stack_item *e;
+
+ e = stack_item_alloc(SYMBOL_HELPER_QUEUE_LEN, sizeof(int));
+ qlen = (int *) e->data;
+ *qlen = $2;
+ stack_item_push(&symbol_stack, e);
+};
+
+helper_type: T_HELPER_POLICY T_STRING '{' helper_policy_list '}'
+{
+ struct stack_item *e;
+ struct ctd_helper_policy *policy;
+
+ e = stack_item_pop(&symbol_stack, SYMBOL_HELPER_EXPECT_POLICY_LEAF);
+ if (e == NULL) {
+ print_err(CTD_CFG_ERROR,
+ "Helper policy configuration empty, fix your "
+ "configuration file, please");
+ exit(EXIT_FAILURE);
+ break;
+ }
+
+ policy = (struct ctd_helper_policy *) &e->data;
+ strncpy(policy->name, $2, CTD_HELPER_NAME_LEN);
+ policy->name[CTD_HELPER_NAME_LEN-1] = '\0';
+ /* Now object is complete. */
+ e->type = SYMBOL_HELPER_POLICY_EXPECT_ROOT;
+ stack_item_push(&symbol_stack, e);
+};
+
+helper_policy_list:
+ | helper_policy_list helper_policy_line
+ ;
+
+helper_policy_line: helper_policy_expect_max
+ | helper_policy_expect_timeout
+ ;
+
+helper_policy_expect_max: T_HELPER_EXPECT_MAX T_NUMBER
+{
+ struct stack_item *e;
+ struct ctd_helper_policy *policy;
+
+ e = stack_item_pop(&symbol_stack, SYMBOL_HELPER_EXPECT_POLICY_LEAF);
+ if (e == NULL) {
+ e = stack_item_alloc(SYMBOL_HELPER_EXPECT_POLICY_LEAF,
+ sizeof(struct ctd_helper_policy));
+ }
+ policy = (struct ctd_helper_policy *) &e->data;
+ policy->expect_max = $2;
+ stack_item_push(&symbol_stack, e);
+};
+
+helper_policy_expect_timeout: T_HELPER_EXPECT_TIMEOUT T_NUMBER
+{
+ struct stack_item *e;
+ struct ctd_helper_policy *policy;
+
+ e = stack_item_pop(&symbol_stack, SYMBOL_HELPER_EXPECT_POLICY_LEAF);
+ if (e == NULL) {
+ e = stack_item_alloc(SYMBOL_HELPER_EXPECT_POLICY_LEAF,
+ sizeof(struct ctd_helper_policy));
+ }
+ policy = (struct ctd_helper_policy *) &e->data;
+ policy->expect_timeout = $2;
+ stack_item_push(&symbol_stack, e);
+};
+
%%
int __attribute__((noreturn))
@@ -1640,6 +1854,11 @@ init_config(char *filename)
CONFIG(stats).syslog_facility = -1;
CONFIG(netlink).subsys_id = -1;
+ /* Initialize list of user-space helpers */
+ INIT_LIST_HEAD(&CONFIG(cthelper).list);
+
+ stack_init(&symbol_stack);
+
yyrestart(fp);
yyparse();
fclose(fp);
diff --git a/src/run.c b/src/run.c
index 26c1783..44a179f 100644
--- a/src/run.c
+++ b/src/run.c
@@ -1,5 +1,5 @@
/*
- * (C) 2006-2011 by Pablo Neira Ayuso <pablo@netfilter.org>
+ * (C) 2006-2012 by Pablo Neira Ayuso <pablo@netfilter.org>
* (C) 2011 by Vyatta Inc. <http://www.vyatta.com>
*
* This program is free software; you can redistribute it and/or modify
@@ -16,7 +16,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*
- * Description: run and init functions
+ * Part of this code has been sponsored by Vyatta Inc. <http://www.vyatta.com>
*/
#include "conntrackd.h"
@@ -40,35 +40,29 @@
#include <time.h>
#include <fcntl.h>
-void killer(int foo)
+void killer(int signal)
{
- /* no signals while handling signals */
- sigprocmask(SIG_BLOCK, &STATE(block), NULL);
-
- if (!(CONFIG(flags) & CTD_POLL))
- nfct_close(STATE(event));
-
- nfct_close(STATE(resync));
- nfct_close(STATE(get));
- origin_unregister(STATE(flush));
- nfct_close(STATE(flush));
+ /* Signals are re-entrant, disable signal handling to avoid problems
+ * in case we receive SIGINT and SIGTERM in a row. This function is
+ * also called via -k from the unix socket context, we already disabled
+ * signals in that path, so don't do it.
+ */
+ if (signal)
+ sigprocmask(SIG_BLOCK, &STATE(block), NULL);
- if (STATE(us_filter))
- ct_filter_destroy(STATE(us_filter));
local_server_destroy(&STATE(local));
- STATE(mode)->kill();
- if (STATE(mode)->internal->flags & INTERNAL_F_POPULATE) {
- nfct_close(STATE(dump));
- }
- destroy_fds(STATE(fds));
+ if (CONFIG(flags) & (CTD_SYNC_MODE | CTD_STATS_MODE))
+ ctnl_kill();
+
+ if (CONFIG(flags) & CTD_HELPER)
+ cthelper_kill();
+ destroy_fds(STATE(fds));
unlink(CONFIG(lockfile));
dlog(LOG_NOTICE, "---- shutdown received ----");
close_log();
- sigprocmask(SIG_UNBLOCK, &STATE(block), NULL);
-
exit(0);
}
@@ -187,62 +181,6 @@ static void dump_stats_runtime(int fd)
send(fd, buf, size, 0);
}
-static void local_flush_master(void)
-{
- STATE(stats).nl_kernel_table_flush++;
- dlog(LOG_NOTICE, "flushing kernel conntrack table");
-
- /* fork a child process that performs the flush operation,
- * meanwhile the parent process handles events. */
- if (fork_process_new(CTD_PROC_FLUSH, CTD_PROC_F_EXCL,
- NULL, NULL) == 0) {
- nl_flush_conntrack_table(STATE(flush));
- exit(EXIT_SUCCESS);
- }
-}
-
-static void local_resync_master(void)
-{
- if (STATE(mode)->internal->flags & INTERNAL_F_POPULATE) {
- STATE(stats).nl_kernel_table_resync++;
- dlog(LOG_NOTICE, "resync with master conntrack table");
- nl_dump_conntrack_table(STATE(dump));
- } else {
- dlog(LOG_NOTICE, "resync is unsupported in this mode");
- }
-}
-
-static void local_exp_flush_master(void)
-{
- if (!(CONFIG(flags) & CTD_EXPECT))
- return;
-
- STATE(stats).nl_kernel_table_flush++;
- dlog(LOG_NOTICE, "flushing kernel expect table");
-
- /* fork a child process that performs the flush operation,
- * meanwhile the parent process handles events. */
- if (fork_process_new(CTD_PROC_FLUSH, CTD_PROC_F_EXCL,
- NULL, NULL) == 0) {
- nl_flush_expect_table(STATE(flush));
- exit(EXIT_SUCCESS);
- }
-}
-
-static void local_exp_resync_master(void)
-{
- if (!(CONFIG(flags) & CTD_EXPECT))
- return;
-
- if (STATE(mode)->internal->flags & INTERNAL_F_POPULATE) {
- STATE(stats).nl_kernel_table_resync++;
- dlog(LOG_NOTICE, "resync with master expect table");
- nl_dump_expect_table(STATE(dump));
- } else {
- dlog(LOG_NOTICE, "resync is unsupported in this mode");
- }
-}
-
static int local_handler(int fd, void *data)
{
int ret = LOCAL_RET_OK;
@@ -253,26 +191,9 @@ static int local_handler(int fd, void *data)
return LOCAL_RET_OK;
}
switch(type) {
- case CT_FLUSH_MASTER:
- local_flush_master();
- break;
- case CT_RESYNC_MASTER:
- local_resync_master();
- break;
- case EXP_FLUSH_MASTER:
- local_exp_flush_master();
- break;
- case EXP_RESYNC_MASTER:
- local_exp_resync_master();
- break;
- case ALL_FLUSH_MASTER:
- local_flush_master();
- local_exp_flush_master();
- break;
- case ALL_RESYNC_MASTER:
- local_resync_master();
- local_exp_resync_master();
- break;
+ case KILL:
+ killer(0);
+ break;
case STATS_RUNTIME:
dump_stats_runtime(fd);
break;
@@ -281,183 +202,19 @@ static int local_handler(int fd, void *data)
break;
}
- ret = STATE(mode)->local(fd, type, data);
- if (ret == LOCAL_RET_ERROR) {
- STATE(stats).local_unknown_request++;
- return LOCAL_RET_ERROR;
- }
- return ret;
-}
-
-static void do_overrun_resync_alarm(struct alarm_block *a, void *data)
-{
- nl_send_resync(STATE(resync));
- STATE(stats).nl_kernel_table_resync++;
-}
-
-static void do_polling_alarm(struct alarm_block *a, void *data)
-{
- if (STATE(mode)->internal->ct.purge)
- STATE(mode)->internal->ct.purge();
-
- if (STATE(mode)->internal->exp.purge)
- STATE(mode)->internal->exp.purge();
-
- nl_send_resync(STATE(resync));
- nl_send_expect_resync(STATE(resync));
- add_alarm(&STATE(polling_alarm), CONFIG(poll_kernel_secs), 0);
-}
-
-static int event_handler(const struct nlmsghdr *nlh,
- enum nf_conntrack_msg_type type,
- struct nf_conntrack *ct,
- void *data)
-{
- int origin_type;
-
- STATE(stats).nl_events_received++;
-
- /* skip user-space filtering if already do it in the kernel */
- if (ct_filter_conntrack(ct, !CONFIG(filter_from_kernelspace))) {
- STATE(stats).nl_events_filtered++;
- goto out;
- }
-
- origin_type = origin_find(nlh);
-
- switch(type) {
- case NFCT_T_NEW:
- STATE(mode)->internal->ct.new(ct, origin_type);
- break;
- case NFCT_T_UPDATE:
- STATE(mode)->internal->ct.upd(ct, origin_type);
- break;
- case NFCT_T_DESTROY:
- if (STATE(mode)->internal->ct.del(ct, origin_type))
- update_traffic_stats(ct);
- break;
- default:
- STATE(stats).nl_events_unknown_type++;
- break;
- }
-
-out:
- /* we reset the iteration limiter in the main select loop. */
- if (STATE(event_iterations_limit)-- <= 0)
- return NFCT_CB_STOP;
- else
- return NFCT_CB_CONTINUE;
-}
+ if (CONFIG(flags) & (CTD_SYNC_MODE | CTD_STATS_MODE))
+ return ctnl_local(fd, type, data);
-static int exp_event_handler(const struct nlmsghdr *nlh,
- enum nf_conntrack_msg_type type,
- struct nf_expect *exp,
- void *data)
-{
- int origin_type;
- const struct nf_conntrack *master =
- nfexp_get_attr(exp, ATTR_EXP_MASTER);
-
- STATE(stats).nl_events_received++;
-
- if (!exp_filter_find(STATE(exp_filter), exp)) {
- STATE(stats).nl_events_filtered++;
- goto out;
- }
- if (ct_filter_conntrack(master, 1))
- return NFCT_CB_CONTINUE;
-
- origin_type = origin_find(nlh);
+ if (CONFIG(flags) & CTD_HELPER)
+ return cthelper_local(fd, type, data);
- switch(type) {
- case NFCT_T_NEW:
- STATE(mode)->internal->exp.new(exp, origin_type);
- break;
- case NFCT_T_UPDATE:
- STATE(mode)->internal->exp.upd(exp, origin_type);
- break;
- case NFCT_T_DESTROY:
- STATE(mode)->internal->exp.del(exp, origin_type);
- break;
- default:
- STATE(stats).nl_events_unknown_type++;
- break;
- }
-
-out:
- /* we reset the iteration limiter in the main select loop. */
- if (STATE(event_iterations_limit)-- <= 0)
- return NFCT_CB_STOP;
- else
- return NFCT_CB_CONTINUE;
-}
-
-static int dump_handler(enum nf_conntrack_msg_type type,
- struct nf_conntrack *ct,
- void *data)
-{
- if (ct_filter_conntrack(ct, 1))
- return NFCT_CB_CONTINUE;
-
- switch(type) {
- case NFCT_T_UPDATE:
- STATE(mode)->internal->ct.populate(ct);
- break;
- default:
- STATE(stats).nl_dump_unknown_type++;
- break;
- }
- return NFCT_CB_CONTINUE;
-}
-
-static int exp_dump_handler(enum nf_conntrack_msg_type type,
- struct nf_expect *exp, void *data)
-{
- const struct nf_conntrack *master =
- nfexp_get_attr(exp, ATTR_EXP_MASTER);
-
- if (!exp_filter_find(STATE(exp_filter), exp))
- return NFCT_CB_CONTINUE;
-
- if (ct_filter_conntrack(master, 1))
- return NFCT_CB_CONTINUE;
-
- switch(type) {
- case NFCT_T_UPDATE:
- STATE(mode)->internal->exp.populate(exp);
- break;
- default:
- STATE(stats).nl_dump_unknown_type++;
- break;
- }
- return NFCT_CB_CONTINUE;
-}
-
-static int get_handler(enum nf_conntrack_msg_type type,
- struct nf_conntrack *ct,
- void *data)
-{
- if (ct_filter_conntrack(ct, 1))
- return NFCT_CB_CONTINUE;
-
- STATE(get_retval) = 1;
- return NFCT_CB_CONTINUE;
+ return ret;
}
-static int exp_get_handler(enum nf_conntrack_msg_type type,
- struct nf_expect *exp, void *data)
+/* order received via UNIX socket */
+static void local_cb(void *data)
{
- const struct nf_conntrack *master =
- nfexp_get_attr(exp, ATTR_EXP_MASTER);
-
- if (!exp_filter_find(STATE(exp_filter), exp))
- return NFCT_CB_CONTINUE;
-
- if (ct_filter_conntrack(master, 1))
- return NFCT_CB_CONTINUE;
-
- STATE(get_retval) = 1;
- return NFCT_CB_CONTINUE;
+ do_local_server_step(&STATE(local), NULL, local_handler);
}
int
@@ -465,133 +222,18 @@ init(void)
{
do_gettimeofday();
- if (CONFIG(flags) & CTD_STATS_MODE)
- STATE(mode) = &stats_mode;
- else if (CONFIG(flags) & CTD_SYNC_MODE)
- STATE(mode) = &sync_mode;
- else {
- fprintf(stderr, "WARNING: No running mode specified. "
- "Defaulting to statistics mode.\n");
- CONFIG(flags) |= CTD_STATS_MODE;
- STATE(mode) = &stats_mode;
- }
-
STATE(fds) = create_fds();
if (STATE(fds) == NULL) {
dlog(LOG_ERR, "can't create file descriptor pool");
return -1;
}
- /* Initialization */
- if (STATE(mode)->init() == -1) {
- dlog(LOG_ERR, "initialization failed");
- return -1;
- }
-
/* local UNIX socket */
if (local_server_create(&STATE(local), &CONFIG(local)) == -1) {
dlog(LOG_ERR, "can't open unix socket!");
return -1;
}
- register_fd(STATE(local).fd, STATE(fds));
-
- /* resynchronize (like 'dump' socket) but it also purges old entries */
- STATE(resync) = nfct_open(CONFIG(netlink).subsys_id, 0);
- if (STATE(resync)== NULL) {
- dlog(LOG_ERR, "can't open netlink handler: %s",
- strerror(errno));
- dlog(LOG_ERR, "no ctnetlink kernel support?");
- return -1;
- }
- nfct_callback_register(STATE(resync),
- NFCT_T_ALL,
- STATE(mode)->internal->ct.resync,
- NULL);
- register_fd(nfct_fd(STATE(resync)), STATE(fds));
- fcntl(nfct_fd(STATE(resync)), F_SETFL, O_NONBLOCK);
-
- if (STATE(mode)->internal->flags & INTERNAL_F_POPULATE) {
- STATE(dump) = nfct_open(CONFIG(netlink).subsys_id, 0);
- if (STATE(dump) == NULL) {
- dlog(LOG_ERR, "can't open netlink handler: %s",
- strerror(errno));
- dlog(LOG_ERR, "no ctnetlink kernel support?");
- return -1;
- }
- nfct_callback_register(STATE(dump), NFCT_T_ALL,
- dump_handler, NULL);
-
- if (CONFIG(flags) & CTD_EXPECT) {
- nfexp_callback_register(STATE(dump), NFCT_T_ALL,
- exp_dump_handler, NULL);
- }
-
- if (nl_dump_conntrack_table(STATE(dump)) == -1) {
- dlog(LOG_ERR, "can't get kernel conntrack table");
- return -1;
- }
-
- if (CONFIG(flags) & CTD_EXPECT) {
- if (nl_dump_expect_table(STATE(dump)) == -1) {
- dlog(LOG_ERR, "can't get kernel "
- "expect table");
- return -1;
- }
- }
- }
-
- STATE(get) = nfct_open(CONFIG(netlink).subsys_id, 0);
- if (STATE(get) == NULL) {
- dlog(LOG_ERR, "can't open netlink handler: %s",
- strerror(errno));
- dlog(LOG_ERR, "no ctnetlink kernel support?");
- return -1;
- }
- nfct_callback_register(STATE(get), NFCT_T_ALL, get_handler, NULL);
-
- if (CONFIG(flags) & CTD_EXPECT) {
- nfexp_callback_register(STATE(get), NFCT_T_ALL,
- exp_get_handler, NULL);
- }
-
- STATE(flush) = nfct_open(CONFIG(netlink).subsys_id, 0);
- if (STATE(flush) == NULL) {
- dlog(LOG_ERR, "cannot open flusher handler");
- return -1;
- }
- /* register this handler as the origin of a flush operation */
- origin_register(STATE(flush), CTD_ORIGIN_FLUSH);
-
- if (CONFIG(flags) & CTD_POLL) {
- init_alarm(&STATE(polling_alarm), NULL, do_polling_alarm);
- add_alarm(&STATE(polling_alarm), CONFIG(poll_kernel_secs), 0);
- dlog(LOG_NOTICE, "running in polling mode");
- } else {
- init_alarm(&STATE(resync_alarm), NULL, do_overrun_resync_alarm);
- /*
- * The last nfct handler that we register is the event handler.
- * The reason to do this is that we may receive events while
- * populating the internal cache. Thus, we hit ENOBUFS
- * prematurely. However, if we open the event handler before
- * populating the internal cache, we may still lose events
- * that have occured during the population.
- */
- STATE(event) = nl_init_event_handler();
- if (STATE(event) == NULL) {
- dlog(LOG_ERR, "can't open netlink handler: %s",
- strerror(errno));
- dlog(LOG_ERR, "no ctnetlink kernel support?");
- return -1;
- }
- nfct_callback_register2(STATE(event), NFCT_T_ALL,
- event_handler, NULL);
-
- if (CONFIG(flags) & CTD_EXPECT) {
- nfexp_callback_register2(STATE(event), NFCT_T_ALL,
- exp_event_handler, NULL);
- }
- register_fd(nfct_fd(STATE(event)), STATE(fds));
- }
+ register_fd(STATE(local).fd, local_cb, NULL, STATE(fds));
/* Signals handling */
sigemptyset(&STATE(block));
@@ -612,163 +254,19 @@ init(void)
if (signal(SIGCHLD, child) == SIG_ERR)
return -1;
- time(&STATE(stats).daemon_start_time);
-
- dlog(LOG_NOTICE, "initialization completed");
-
- return 0;
-}
-
-static void run_events(struct timeval *next_alarm)
-{
- int ret;
- fd_set readfds = STATE(fds)->readfds;
-
- ret = select(STATE(fds)->maxfd + 1, &readfds, NULL, NULL, next_alarm);
- if (ret == -1) {
- /* interrupted syscall, retry */
- if (errno == EINTR)
- return;
-
- STATE(stats).select_failed++;
- return;
- }
-
- /* signals are racy */
- sigprocmask(SIG_BLOCK, &STATE(block), NULL);
-
- /* order received via UNIX socket */
- if (FD_ISSET(STATE(local).fd, &readfds))
- do_local_server_step(&STATE(local), NULL, local_handler);
-
- /* we have receive an event from ctnetlink */
- if (FD_ISSET(nfct_fd(STATE(event)), &readfds)) {
- ret = nfct_catch(STATE(event));
- /* reset event iteration limit counter */
- STATE(event_iterations_limit) = CONFIG(event_iterations_limit);
- if (ret == -1) {
- switch(errno) {
- case ENOBUFS:
- /* We have hit ENOBUFS, it's likely that we are
- * losing events. Two possible situations may
- * trigger this error:
- *
- * 1) The netlink receiver buffer is too small:
- * increasing the netlink buffer size should
- * be enough. However, some event messages
- * got lost. We have to resync ourselves
- * with the kernel table conntrack table to
- * resolve the inconsistency.
- *
- * 2) The receiver is too slow to process the
- * netlink messages so that the queue gets
- * full quickly. This generally happens
- * if the system is under heavy workload
- * (busy CPU). In this case, increasing the
- * size of the netlink receiver buffer
- * would not help anymore since we would
- * be delaying the overrun. Moreover, we
- * should avoid resynchronizations. We
- * should do our best here and keep
- * replicating as much states as possible.
- * If workload lowers at some point,
- * we resync ourselves.
- */
- nl_resize_socket_buffer(STATE(event));
- if (CONFIG(nl_overrun_resync) > 0 &&
- STATE(mode)->internal->flags & INTERNAL_F_RESYNC) {
- add_alarm(&STATE(resync_alarm),
- CONFIG(nl_overrun_resync),0);
- }
- STATE(stats).nl_catch_event_failed++;
- STATE(stats).nl_overrun++;
- break;
- case ENOENT:
- /*
- * We received a message from another
- * netfilter subsystem that we are not
- * interested in. Just ignore it.
- */
- break;
- case EAGAIN:
- /* No more events to receive, try later. */
- break;
- default:
- STATE(stats).nl_catch_event_failed++;
- break;
- }
- }
- }
- /* we previously requested a resync due to buffer overrun. */
- if (FD_ISSET(nfct_fd(STATE(resync)), &readfds)) {
- nfct_catch(STATE(resync));
- if (STATE(mode)->internal->ct.purge)
- STATE(mode)->internal->ct.purge();
- }
-
- if (STATE(mode)->run)
- STATE(mode)->run(&readfds);
-
- sigprocmask(SIG_UNBLOCK, &STATE(block), NULL);
-}
-
-static void run_polling(struct timeval *next_alarm)
-{
- int ret;
- fd_set readfds = STATE(fds)->readfds;
-
- ret = select(STATE(fds)->maxfd + 1, &readfds, NULL, NULL, next_alarm);
- if (ret == -1) {
- /* interrupted syscall, retry */
- if (errno == EINTR)
- return;
+ /* Initialization */
+ if (CONFIG(flags) & (CTD_SYNC_MODE | CTD_STATS_MODE))
+ if (ctnl_init() < 0)
+ return -1;
- STATE(stats).select_failed++;
- return;
+ if (CONFIG(flags) & CTD_HELPER) {
+ if (cthelper_init() < 0)
+ return -1;
}
- /* signals are racy */
- sigprocmask(SIG_BLOCK, &STATE(block), NULL);
-
- /* order received via UNIX socket */
- if (FD_ISSET(STATE(local).fd, &readfds))
- do_local_server_step(&STATE(local), NULL, local_handler);
-
- /* we requested a dump from the kernel via polling_alarm */
- if (FD_ISSET(nfct_fd(STATE(resync)), &readfds))
- nfct_catch(STATE(resync));
-
- if (STATE(mode)->run)
- STATE(mode)->run(&readfds);
-
- sigprocmask(SIG_UNBLOCK, &STATE(block), NULL);
-}
-
-static void __attribute__((noreturn))
-do_run(void (*run_step)(struct timeval *next_alarm))
-{
- struct timeval next_alarm;
- struct timeval *next = NULL;
-
- while(1) {
- do_gettimeofday();
-
- sigprocmask(SIG_BLOCK, &STATE(block), NULL);
- if (next != NULL && !timerisset(next))
- next = do_alarm_run(&next_alarm);
- else
- next = get_next_alarm_run(&next_alarm);
- sigprocmask(SIG_UNBLOCK, &STATE(block), NULL);
+ time(&STATE(stats).daemon_start_time);
- run_step(next);
- }
-}
+ dlog(LOG_NOTICE, "initialization completed");
-void run(void)
-{
- if (CONFIG(flags) & CTD_POLL) {
- do_run(run_polling);
- } else {
- do_run(run_events);
- }
+ return 0;
}
diff --git a/src/stack.c b/src/stack.c
new file mode 100644
index 0000000..104b7ba
--- /dev/null
+++ b/src/stack.c
@@ -0,0 +1,56 @@
+/*
+ * (C) 2005-2012 by Pablo Neira Ayuso <pablo@netfilter.org>
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ */
+
+#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
+#include <errno.h>
+
+#include "stack.h"
+
+struct stack_item *
+stack_item_alloc(int type, size_t data_len)
+{
+ struct stack_item *e;
+
+ e = calloc(1, sizeof(struct stack_item) + data_len);
+ if (e == NULL)
+ return NULL;
+
+ e->data_len = data_len;
+ e->type = type;
+
+ return e;
+}
+
+void stack_item_free(struct stack_item *e)
+{
+ free(e);
+}
+
+void stack_item_push(struct stack *s, struct stack_item *e)
+{
+ list_add(&e->head, &s->list);
+}
+
+struct stack_item *stack_item_pop(struct stack *s, int type)
+{
+ struct stack_item *cur, *tmp, *found = NULL;
+
+ list_for_each_entry_safe(cur, tmp, &s->list, head) {
+ if (cur->type != type && type != -1)
+ continue;
+
+ list_del(&cur->head);
+ found = cur;
+ break;
+ }
+
+ return found;
+}
diff --git a/src/stats-mode.c b/src/stats-mode.c
index b768033..6b7f08d 100644
--- a/src/stats-mode.c
+++ b/src/stats-mode.c
@@ -201,7 +201,6 @@ static struct internal_handler internal_cache_stats = {
struct ct_mode stats_mode = {
.init = init_stats,
- .run = NULL,
.local = local_handler_stats,
.kill = kill_stats,
.internal = &internal_cache_stats,
diff --git a/src/sync-mode.c b/src/sync-mode.c
index 10fdb9e..e69ecfe 100644
--- a/src/sync-mode.c
+++ b/src/sync-mode.c
@@ -1,5 +1,5 @@
/*
- * (C) 2006-2011 by Pablo Neira Ayuso <pablo@netfilter.org>
+ * (C) 2006-2012 by Pablo Neira Ayuso <pablo@netfilter.org>
* (C) 2011 by Vyatta Inc. <http://www.vyatta.com>
*
* This program is free software; you can redistribute it and/or modify
@@ -78,7 +78,7 @@ static struct nf_expect *msg2exp_alloc(struct nethdr *net, size_t remain)
}
static void
-do_channel_handler_step(int i, struct nethdr *net, size_t remain)
+do_channel_handler_step(struct channel *c, struct nethdr *net, size_t remain)
{
struct nf_conntrack *ct = NULL;
struct nf_expect *exp = NULL;
@@ -91,10 +91,10 @@ do_channel_handler_step(int i, struct nethdr *net, size_t remain)
switch (STATE_SYNC(sync)->recv(net)) {
case MSG_DATA:
- multichannel_change_current_channel(STATE_SYNC(channel), i);
+ multichannel_change_current_channel(STATE_SYNC(channel), c);
break;
case MSG_CTL:
- multichannel_change_current_channel(STATE_SYNC(channel), i);
+ multichannel_change_current_channel(STATE_SYNC(channel), c);
return;
case MSG_BAD:
STATE_SYNC(error).msg_rcv_malformed++;
@@ -175,7 +175,7 @@ static int channel_stream(struct channel *m, const char *ptr, ssize_t remain)
}
/* handler for messages received */
-static int channel_handler_routine(struct channel *m, int i)
+static int channel_handler_routine(struct channel *m)
{
ssize_t numbytes;
ssize_t remain, pending = cur - __net;
@@ -242,7 +242,7 @@ static int channel_handler_routine(struct channel *m, int i)
HDR_NETWORK2HOST(net);
- do_channel_handler_step(i, net, remain);
+ do_channel_handler_step(m, net, remain);
ptr += net->len;
remain -= net->len;
}
@@ -250,12 +250,13 @@ static int channel_handler_routine(struct channel *m, int i)
}
/* handler for messages received */
-static void channel_handler(struct channel *m, int i)
+static void channel_handler(void *data)
{
+ struct channel *c = data;
int k;
for (k=0; k<CONFIG(event_iterations_limit); k++) {
- if (channel_handler_routine(m, i) == -1) {
+ if (channel_handler_routine(c) == -1) {
break;
}
}
@@ -284,7 +285,7 @@ static void interface_candidate(void)
dlog(LOG_ERR, "no dedicated links available!");
}
-static void interface_handler(void)
+static void interface_handler(void *data)
{
int idx = multichannel_get_current_ifindex(STATE_SYNC(channel));
unsigned int flags;
@@ -304,13 +305,60 @@ static void do_reset_cache_alarm(struct alarm_block *a, void *data)
* meanwhile the parent process handles events. */
if (fork_process_new(CTD_PROC_FLUSH, CTD_PROC_F_EXCL,
NULL, NULL) == 0) {
- nl_flush_conntrack_table(STATE(flush));
+ nl_flush_conntrack_table_selective();
exit(EXIT_SUCCESS);
}
/* this is not required if events don't get lost */
STATE(mode)->internal->ct.flush();
}
+static void commit_cb(void *data)
+{
+ int ret;
+
+ read_evfd(STATE_SYNC(commit).evfd);
+
+ ret = STATE_SYNC(commit).rq[0].cb(STATE_SYNC(commit).h, 0);
+ if (ret == 0) {
+ /* we still have things in the callback queue. */
+ if (STATE_SYNC(commit).rq[1].cb) {
+ int fd = STATE_SYNC(commit).clientfd;
+
+ STATE_SYNC(commit).rq[0].cb =
+ STATE_SYNC(commit).rq[1].cb;
+
+ STATE_SYNC(commit).rq[1].cb = NULL;
+
+ STATE_SYNC(commit).clientfd = -1;
+ STATE_SYNC(commit).rq[0].cb(STATE_SYNC(commit).h, fd);
+ } else {
+ /* Close the client socket now, we're done. */
+ close(STATE_SYNC(commit).clientfd);
+ STATE_SYNC(commit).clientfd = -1;
+ }
+ }
+}
+
+static void channel_accept_cb(void *data)
+{
+ struct channel *c = data;
+ int fd;
+
+ fd = channel_accept(data);
+ if (fd < 0)
+ return;
+
+ register_fd(fd, channel_handler, c, STATE(fds));
+}
+
+static void tx_queue_cb(void *data)
+{
+ STATE_SYNC(sync)->xmit();
+
+ /* flush pending messages */
+ multichannel_send_flush(STATE_SYNC(channel));
+}
+
static int init_sync(void)
{
int i;
@@ -370,8 +418,19 @@ static int init_sync(void)
for (i=0; i<STATE_SYNC(channel)->channel_num; i++) {
int fd = channel_get_fd(STATE_SYNC(channel)->channel[i]);
fcntl(fd, F_SETFL, O_NONBLOCK);
- if (register_fd(fd, STATE(fds)) == -1)
- return -1;
+
+ switch(channel_type(STATE_SYNC(channel)->channel[i])) {
+ case CHANNEL_T_STREAM:
+ register_fd(fd, channel_accept_cb,
+ STATE_SYNC(channel)->channel[i],
+ STATE(fds));
+ break;
+ case CHANNEL_T_DATAGRAM:
+ register_fd(fd, channel_handler,
+ STATE_SYNC(channel)->channel[i],
+ STATE(fds));
+ break;
+ }
}
STATE_SYNC(interface) = nl_init_interface_handler();
@@ -379,7 +438,8 @@ static int init_sync(void)
dlog(LOG_ERR, "can't open interface watcher");
return -1;
}
- if (register_fd(nlif_fd(STATE_SYNC(interface)), STATE(fds)) == -1)
+ if (register_fd(nlif_fd(STATE_SYNC(interface)),
+ interface_handler, NULL, STATE(fds)) == -1)
return -1;
STATE_SYNC(tx_queue) = queue_create("txqueue", INT_MAX, QUEUE_F_EVFD);
@@ -387,8 +447,8 @@ static int init_sync(void)
dlog(LOG_ERR, "cannot create tx queue");
return -1;
}
- if (register_fd(queue_get_eventfd(STATE_SYNC(tx_queue)),
- STATE(fds)) == -1)
+ if (register_fd(queue_get_eventfd(STATE_SYNC(tx_queue)),
+ tx_queue_cb, NULL, STATE(fds)) == -1)
return -1;
STATE_SYNC(commit).h = nfct_open(CONFIG(netlink).subsys_id, 0);
@@ -404,7 +464,7 @@ static int init_sync(void)
return -1;
}
if (register_fd(get_read_evfd(STATE_SYNC(commit).evfd),
- STATE(fds)) == -1) {
+ commit_cb, NULL, STATE(fds)) == -1) {
return -1;
}
STATE_SYNC(commit).clientfd = -1;
@@ -417,61 +477,6 @@ static int init_sync(void)
return 0;
}
-static void channel_check(struct channel *c, int i, fd_set *readfds)
-{
- /* In case that this channel is connection-oriented. */
- if (channel_accept_isset(c, readfds))
- channel_accept(c);
-
- /* For data handling. */
- if (channel_isset(c, readfds))
- channel_handler(c, i);
-}
-
-static void run_sync(fd_set *readfds)
-{
- int i;
-
- for (i=0; i<STATE_SYNC(channel)->channel_num; i++)
- channel_check(STATE_SYNC(channel)->channel[i], i, readfds);
-
- if (FD_ISSET(queue_get_eventfd(STATE_SYNC(tx_queue)), readfds))
- STATE_SYNC(sync)->xmit();
-
- if (FD_ISSET(nlif_fd(STATE_SYNC(interface)), readfds))
- interface_handler();
-
- if (FD_ISSET(get_read_evfd(STATE_SYNC(commit).evfd), readfds)) {
- int ret;
-
- read_evfd(STATE_SYNC(commit).evfd);
-
- ret = STATE_SYNC(commit).rq[0].cb(STATE_SYNC(commit).h, 0);
- if (ret == 0) {
- /* we still have things in the callback queue. */
- if (STATE_SYNC(commit).rq[1].cb) {
- int fd = STATE_SYNC(commit).clientfd;
-
- STATE_SYNC(commit).rq[0].cb =
- STATE_SYNC(commit).rq[1].cb;
-
- STATE_SYNC(commit).rq[1].cb = NULL;
-
- STATE_SYNC(commit).clientfd = -1;
- STATE_SYNC(commit).rq[0].cb(
- STATE_SYNC(commit).h, fd);
- } else {
- /* Close the client socket now, we're done. */
- close(STATE_SYNC(commit).clientfd);
- STATE_SYNC(commit).clientfd = -1;
- }
- }
- }
-
- /* flush pending messages */
- multichannel_send_flush(STATE_SYNC(channel));
-}
-
static void kill_sync(void)
{
STATE(mode)->internal->close();
@@ -608,6 +613,12 @@ static int local_handler_sync(int fd, int type, void *data)
}
break;
case CT_FLUSH_CACHE:
+ /* if we're still committing, abort this command */
+ if (STATE_SYNC(commit).clientfd != -1) {
+ dlog(LOG_ERR, "ignoring flush command, "
+ "commit still in progress");
+ break;
+ }
/* inmediate flush, remove pending flush scheduled if any */
del_alarm(&STATE_SYNC(reset_cache_alarm));
dlog(LOG_NOTICE, "flushing caches");
@@ -621,12 +632,15 @@ static int local_handler_sync(int fd, int type, void *data)
STATE(mode)->internal->ct.flush();
break;
case CT_FLUSH_EXT_CACHE:
+ /* if we're still committing, abort this command */
+ if (STATE_SYNC(commit).clientfd != -1) {
+ dlog(LOG_ERR, "ignoring flush command, "
+ "commit still in progress");
+ break;
+ }
dlog(LOG_NOTICE, "flushing external cache");
STATE_SYNC(external)->ct.flush();
break;
- case KILL:
- killer(0);
- break;
case STATS:
STATE(mode)->internal->ct.stats(fd);
STATE_SYNC(external)->ct.stats(fd);
@@ -684,9 +698,15 @@ static int local_handler_sync(int fd, int type, void *data)
dlog(LOG_NOTICE, "committing expectation cache");
STATE_SYNC(commit).rq[0].cb = STATE_SYNC(external)->exp.commit;
STATE_SYNC(commit).rq[1].cb = NULL;
- local_commit(fd);
+ ret = local_commit(fd);
break;
case ALL_FLUSH_CACHE:
+ /* if we're still committing, abort this command */
+ if (STATE_SYNC(commit).clientfd != -1) {
+ dlog(LOG_ERR, "ignoring flush command, "
+ "commit still in progress");
+ break;
+ }
dlog(LOG_NOTICE, "flushing caches");
STATE(mode)->internal->ct.flush();
STATE_SYNC(external)->ct.flush();
@@ -704,7 +724,7 @@ static int local_handler_sync(int fd, int type, void *data)
} else {
STATE_SYNC(commit).rq[1].cb = NULL;
}
- local_commit(fd);
+ ret = local_commit(fd);
break;
case EXP_DUMP_INT_XML:
if (fork_process_new(CTD_PROC_ANY, 0, NULL, NULL) == 0) {
@@ -729,7 +749,6 @@ static int local_handler_sync(int fd, int type, void *data)
struct ct_mode sync_mode = {
.init = init_sync,
- .run = run_sync,
.local = local_handler_sync,
.kill = kill_sync,
/* the internal handler is set in run-time. */
diff --git a/src/tcp.c b/src/tcp.c
index c551c54..af27c46 100644
--- a/src/tcp.c
+++ b/src/tcp.c
@@ -27,7 +27,7 @@
struct tcp_sock *tcp_server_create(struct tcp_conf *c)
{
- int yes = 1, ret;
+ int yes = 1;
struct tcp_sock *m;
socklen_t socklen = sizeof(int);
@@ -109,30 +109,7 @@ struct tcp_sock *tcp_server_create(struct tcp_conf *c)
return NULL;
}
- /* now we accept new connections ... */
- ret = accept(m->fd, NULL, NULL);
- if (ret == -1) {
- if (errno != EAGAIN) {
- /* unexpected error, give up. */
- close(m->fd);
- free(m);
- m = NULL;
- } else {
- /* still in progress ... we'll do it in tcp_recv() */
- m->state = TCP_SERVER_ACCEPTING;
- }
- } else {
- /* very unlikely at this stage. */
- if (fcntl(ret, F_SETFL, O_NONBLOCK) == -1) {
- /* unexpected error, give up. */
- close(m->fd);
- free(m);
- return NULL;
- }
- m->client_fd = ret;
- m->state = TCP_SERVER_CONNECTED;
- register_fd(m->client_fd, STATE(fds));
- }
+ m->state = TCP_SERVER_ACCEPTING;
return m;
}
@@ -287,7 +264,6 @@ int tcp_accept(struct tcp_sock *m)
m->client_fd = ret;
m->state = TCP_SERVER_CONNECTED;
- register_fd(m->client_fd, STATE(fds));
}
return m->client_fd;
}
@@ -367,7 +343,6 @@ ssize_t tcp_recv(struct tcp_sock *m, void *data, int size)
close(m->client_fd);
m->client_fd = -1;
m->state = TCP_SERVER_ACCEPTING;
- tcp_accept(m);
} else if (errno != EAGAIN) {
m->stats.error++;
}
@@ -377,7 +352,6 @@ ssize_t tcp_recv(struct tcp_sock *m, void *data, int size)
close(m->client_fd);
m->client_fd = -1;
m->state = TCP_SERVER_ACCEPTING;
- tcp_accept(m);
}
if (ret >= 0) {
diff --git a/src/utils.c b/src/utils.c
new file mode 100644
index 0000000..fabec24
--- /dev/null
+++ b/src/utils.c
@@ -0,0 +1,243 @@
+/* The following code has been extracted from the kenrel sources, if there is
+ * any problem, blame for mangling it. --pablo */
+
+/*
+ * Generic address resultion entity
+ *
+ * Authors:
+ * net_random Alan Cox
+ * net_ratelimit Andi Kleen
+ * in{4,6}_pton YOSHIFUJI Hideaki, Copyright (C)2006 USAGI/WIDE Project
+ *
+ * Created by Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version
+ * 2 of the License, or (at your option) any later version.
+ */
+
+/*
+ * lib/hexdump.c
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation. See README and COPYING for
+ * more details.
+ */
+
+#include <stdint.h>
+#include <ctype.h>
+#include <string.h> /* for memcpy */
+
+#include "helper.h"
+
+static int hex_to_bin(char ch)
+{
+ if ((ch >= '0') && (ch <= '9'))
+ return ch - '0';
+ ch = tolower(ch);
+ if ((ch >= 'a') && (ch <= 'f'))
+ return ch - 'a' + 10;
+ return -1;
+}
+
+#define IN6PTON_XDIGIT 0x00010000
+#define IN6PTON_DIGIT 0x00020000
+#define IN6PTON_COLON_MASK 0x00700000
+#define IN6PTON_COLON_1 0x00100000 /* single : requested */
+#define IN6PTON_COLON_2 0x00200000 /* second : requested */
+#define IN6PTON_COLON_1_2 0x00400000 /* :: requested */
+#define IN6PTON_DOT 0x00800000 /* . */
+#define IN6PTON_DELIM 0x10000000
+#define IN6PTON_NULL 0x20000000 /* first/tail */
+#define IN6PTON_UNKNOWN 0x40000000
+
+static inline int xdigit2bin(char c, int delim)
+{
+ int val;
+
+ if (c == delim || c == '\0')
+ return IN6PTON_DELIM;
+ if (c == ':')
+ return IN6PTON_COLON_MASK;
+ if (c == '.')
+ return IN6PTON_DOT;
+
+ val = hex_to_bin(c);
+ if (val >= 0)
+ return val | IN6PTON_XDIGIT | (val < 10 ? IN6PTON_DIGIT : 0);
+
+ if (delim == -1)
+ return IN6PTON_DELIM;
+ return IN6PTON_UNKNOWN;
+}
+
+int in4_pton(const char *src, int srclen,
+ uint8_t *dst,
+ int delim, const char **end)
+{
+ const char *s;
+ uint8_t *d;
+ uint8_t dbuf[4];
+ int ret = 0;
+ int i;
+ int w = 0;
+
+ if (srclen < 0)
+ srclen = strlen(src);
+ s = src;
+ d = dbuf;
+ i = 0;
+ while(1) {
+ int c;
+ c = xdigit2bin(srclen > 0 ? *s : '\0', delim);
+ if (!(c & (IN6PTON_DIGIT | IN6PTON_DOT | IN6PTON_DELIM | IN6PTON_COLON_MASK))) {
+ goto out;
+ }
+ if (c & (IN6PTON_DOT | IN6PTON_DELIM | IN6PTON_COLON_MASK)) {
+ if (w == 0)
+ goto out;
+ *d++ = w & 0xff;
+ w = 0;
+ i++;
+ if (c & (IN6PTON_DELIM | IN6PTON_COLON_MASK)) {
+ if (i != 4)
+ goto out;
+ break;
+ }
+ goto cont;
+ }
+ w = (w * 10) + c;
+ if ((w & 0xffff) > 255) {
+ goto out;
+ }
+cont:
+ if (i >= 4)
+ goto out;
+ s++;
+ srclen--;
+ }
+ ret = 1;
+ memcpy(dst, dbuf, sizeof(dbuf));
+out:
+ if (end)
+ *end = s;
+ return ret;
+}
+
+int in6_pton(const char *src, int srclen,
+ uint8_t *dst,
+ int delim, const char **end)
+{
+ const char *s, *tok = NULL;
+ uint8_t *d, *dc = NULL;
+ uint8_t dbuf[16];
+ int ret = 0;
+ int i;
+ int state = IN6PTON_COLON_1_2 | IN6PTON_XDIGIT | IN6PTON_NULL;
+ int w = 0;
+
+ memset(dbuf, 0, sizeof(dbuf));
+
+ s = src;
+ d = dbuf;
+ if (srclen < 0)
+ srclen = strlen(src);
+
+ while (1) {
+ int c;
+
+ c = xdigit2bin(srclen > 0 ? *s : '\0', delim);
+ if (!(c & state))
+ goto out;
+ if (c & (IN6PTON_DELIM | IN6PTON_COLON_MASK)) {
+ /* process one 16-bit word */
+ if (!(state & IN6PTON_NULL)) {
+ *d++ = (w >> 8) & 0xff;
+ *d++ = w & 0xff;
+ }
+ w = 0;
+ if (c & IN6PTON_DELIM) {
+ /* We've processed last word */
+ break;
+ }
+ /*
+ * COLON_1 => XDIGIT
+ * COLON_2 => XDIGIT|DELIM
+ * COLON_1_2 => COLON_2
+ */
+ switch (state & IN6PTON_COLON_MASK) {
+ case IN6PTON_COLON_2:
+ dc = d;
+ state = IN6PTON_XDIGIT | IN6PTON_DELIM;
+ if (dc - dbuf >= (int)sizeof(dbuf))
+ state |= IN6PTON_NULL;
+ break;
+ case IN6PTON_COLON_1|IN6PTON_COLON_1_2:
+ state = IN6PTON_XDIGIT | IN6PTON_COLON_2;
+ break;
+ case IN6PTON_COLON_1:
+ state = IN6PTON_XDIGIT;
+ break;
+ case IN6PTON_COLON_1_2:
+ state = IN6PTON_COLON_2;
+ break;
+ default:
+ state = 0;
+ }
+ tok = s + 1;
+ goto cont;
+ }
+
+ if (c & IN6PTON_DOT) {
+ ret = in4_pton(tok ? tok : s, srclen + (int)(s - tok), d, delim, &s);
+ if (ret > 0) {
+ d += 4;
+ break;
+ }
+ goto out;
+ }
+
+ w = (w << 4) | (0xff & c);
+ state = IN6PTON_COLON_1 | IN6PTON_DELIM;
+ if (!(w & 0xf000)) {
+ state |= IN6PTON_XDIGIT;
+ }
+ if (!dc && d + 2 < dbuf + sizeof(dbuf)) {
+ state |= IN6PTON_COLON_1_2;
+ state &= ~IN6PTON_DELIM;
+ }
+ if (d + 2 >= dbuf + sizeof(dbuf)) {
+ state &= ~(IN6PTON_COLON_1|IN6PTON_COLON_1_2);
+ }
+cont:
+ if ((dc && d + 4 < dbuf + sizeof(dbuf)) ||
+ d + 4 == dbuf + sizeof(dbuf)) {
+ state |= IN6PTON_DOT;
+ }
+ if (d >= dbuf + sizeof(dbuf)) {
+ state &= ~(IN6PTON_XDIGIT|IN6PTON_COLON_MASK);
+ }
+ s++;
+ srclen--;
+ }
+
+ i = 15; d--;
+
+ if (dc) {
+ while(d >= dc)
+ dst[i--] = *d--;
+ while(i >= dc - dbuf)
+ dst[i--] = 0;
+ while(i >= 0)
+ dst[i--] = *d--;
+ } else
+ memcpy(dst, dbuf, sizeof(dbuf));
+
+ ret = 1;
+out:
+ if (end)
+ *end = s;
+ return ret;
+}