<feed xmlns='http://www.w3.org/2005/Atom'>
<title>conntrack-tools.git/src, branch conntrack-tools-0.9.11</title>
<subtitle>conntrack-tools i.e. conntrack and conntrackd (mirror of https://github.com/vyos/conntrack-tools.git)
</subtitle>
<id>https://git.amelek.net/vyos/conntrack-tools.git/atom?h=conntrack-tools-0.9.11</id>
<link rel='self' href='https://git.amelek.net/vyos/conntrack-tools.git/atom?h=conntrack-tools-0.9.11'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/'/>
<updated>2009-02-21T15:38:57+00:00</updated>
<entry>
<title>netlink: use u8 getter for TCP states</title>
<updated>2009-02-21T15:38:57+00:00</updated>
<author>
<name>Pablo Neira Ayuso</name>
<email>pablo@netfilter.org</email>
</author>
<published>2009-02-21T15:38:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=abaa6410806e8a9a5d66243d56885d7be00ab524'/>
<id>urn:sha1:abaa6410806e8a9a5d66243d56885d7be00ab524</id>
<content type='text'>
This patch replace nfct_get_attr_u32 by nfct_get_attr_u8 which is
the correct size of a TCP state. Set also the CLOSE_INIT flag for
CLOSE TCP state (as nf_conntrack_proto_tcp allows).

Signed-off-by: Pablo Neira Ayuso &lt;pablo@netfilter.org&gt;
</content>
</entry>
<entry>
<title>config: add NetlinkBufferSize and NetlinkBufferSizeMaxGrowth</title>
<updated>2009-02-21T13:18:56+00:00</updated>
<author>
<name>Pablo Neira Ayuso</name>
<email>pablo@netfilter.org</email>
</author>
<published>2009-02-21T13:18:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=ae94864dee8596fcaf19ffe5670d192a0efd5fd6'/>
<id>urn:sha1:ae94864dee8596fcaf19ffe5670d192a0efd5fd6</id>
<content type='text'>
This patch adds two alias that removes an inconsistency in the
configuration file names. Now, the clauses that refers to Netlink
starts by the prefix "Netlink".

Signed-off-by: Pablo Neira Ayuso &lt;pablo@netfilter.org&gt;
</content>
</entry>
<entry>
<title>mcast: fix compilation warning due missing header</title>
<updated>2009-02-21T13:05:25+00:00</updated>
<author>
<name>Pablo Neira Ayuso</name>
<email>pablo@netfilter.org</email>
</author>
<published>2009-02-21T13:05:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=158fdcef1536da826bcc68294b17f6be354dd913'/>
<id>urn:sha1:158fdcef1536da826bcc68294b17f6be354dd913</id>
<content type='text'>
This patch includes libnfnetlink.h header in mcast.c to remove
a compilation warning due to missing prototype declaration.

Signed-off-by: Pablo Neira Ayuso &lt;pablo@netfilter.org&gt;
</content>
</entry>
<entry>
<title>src: remove obsolete debug() and debug_ct() calls</title>
<updated>2009-02-20T19:42:22+00:00</updated>
<author>
<name>Pablo Neira Ayuso</name>
<email>pablo@netfilter.org</email>
</author>
<published>2009-02-20T19:42:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=e83250c0381bbff232011b67c87a5b9f3a0de09a'/>
<id>urn:sha1:e83250c0381bbff232011b67c87a5b9f3a0de09a</id>
<content type='text'>
This patch removes debug() and debug_ct(), I haven't use the
debugging information that these functions provide in years.

Signed-off-by: Pablo Neira Ayuso &lt;pablo@netfilter.org&gt;
</content>
</entry>
<entry>
<title>sync-mode: change current link if message is correct</title>
<updated>2009-02-20T19:24:00+00:00</updated>
<author>
<name>Pablo Neira Ayuso</name>
<email>pablo@netfilter.org</email>
</author>
<published>2009-02-20T19:24:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=2112bbdb99a57704ec882ee0926a11c548501f0d'/>
<id>urn:sha1:2112bbdb99a57704ec882ee0926a11c548501f0d</id>
<content type='text'>
This patch makes conntrackd change the current dedicated link if
the message is correct, ie. neither malformed nor out-of-sync.

Signed-off-by: Pablo Neira Ayuso &lt;pablo@netfilter.org&gt;
</content>
</entry>
<entry>
<title>headers: don't use NFCT_DIR_MAX in statistics structure</title>
<updated>2009-02-20T17:33:52+00:00</updated>
<author>
<name>Pablo Neira Ayuso</name>
<email>pablo@netfilter.org</email>
</author>
<published>2009-02-20T17:33:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=9d67451ca43b0a469f16d0d139e014b9a5fee33d'/>
<id>urn:sha1:9d67451ca43b0a469f16d0d139e014b9a5fee33d</id>
<content type='text'>
This patch removes the use of NFCT_DIR_MAX. This constant is part of
the old libnetfilter_conntrack API which has been removed from the
git tree. It was introduced in the early days of conntrackd, thus,
the use of this constant. Unfortunately, I did not notice until now.

Signed-off-by: Pablo Neira Ayuso &lt;pablo@netfilter.org&gt;
</content>
</entry>
<entry>
<title>conntrackd: don't initialize logging for client request</title>
<updated>2009-02-15T15:04:02+00:00</updated>
<author>
<name>Pablo Neira Ayuso</name>
<email>pablo@netfilter.org</email>
</author>
<published>2009-02-15T15:04:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=7d355046d80aabb9d4b3e8c0eb4478882b69a497'/>
<id>urn:sha1:7d355046d80aabb9d4b3e8c0eb4478882b69a497</id>
<content type='text'>
This patch removes the logging initialization for client requests
which is of any use for them.

Signed-off-by: Pablo Neira Ayuso &lt;pablo@netfilter.org&gt;
</content>
</entry>
<entry>
<title>conntrackd: display help information with `-h'</title>
<updated>2009-02-15T14:56:15+00:00</updated>
<author>
<name>Pablo Neira Ayuso</name>
<email>pablo@netfilter.org</email>
</author>
<published>2009-02-15T14:56:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=2304918b8e82e57be87882c97dfc32c4848d68af'/>
<id>urn:sha1:2304918b8e82e57be87882c97dfc32c4848d68af</id>
<content type='text'>
This patch also adds missing `-v' information to the manpage.

Signed-off-by: Pablo Neira Ayuso &lt;pablo@netfilter.org&gt;
</content>
</entry>
<entry>
<title>conntrackd: add `-f internal' and `-f external' options</title>
<updated>2009-02-15T14:40:47+00:00</updated>
<author>
<name>Pablo Neira Ayuso</name>
<email>pablo@netfilter.org</email>
</author>
<published>2009-02-15T14:40:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=c4ef74420bc09b82146190870186fb067ac163e9'/>
<id>urn:sha1:c4ef74420bc09b82146190870186fb067ac163e9</id>
<content type='text'>
This patch allows flushing the internal and/or the external cache.
The `-f' with no extra parameters still works to flush both the
internal and the external cache.

Signed-off-by: Pablo Neira Ayuso &lt;pablo@netfilter.org&gt;
</content>
</entry>
<entry>
<title>stats-mode: fix polling based logging</title>
<updated>2009-02-14T20:54:50+00:00</updated>
<author>
<name>Pablo Neira Ayuso</name>
<email>pablo@netfilter.org</email>
</author>
<published>2009-02-14T20:54:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=fe42b4085b7dab5847bb29155ebc70b4d7880ebe'/>
<id>urn:sha1:fe42b4085b7dab5847bb29155ebc70b4d7880ebe</id>
<content type='text'>
This patch fixes statistics logging based on polling.

Signed-off-by: Pablo Neira Ayuso &lt;pablo@netfilter.org&gt;
</content>
</entry>
</feed>
