<feed xmlns='http://www.w3.org/2005/Atom'>
<title>conntrack-tools.git/include, branch conntrack-tools-0.9.10</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.10</id>
<link rel='self' href='https://git.amelek.net/vyos/conntrack-tools.git/atom?h=conntrack-tools-0.9.10'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/'/>
<updated>2009-01-25T16:53:05+00:00</updated>
<entry>
<title>src: add support for approximate timeout calculation during commit</title>
<updated>2009-01-25T16:53:05+00:00</updated>
<author>
<name>Pablo Neira Ayuso</name>
<email>pablo@netfilter.org</email>
</author>
<published>2009-01-25T16:53:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=50c09dec9ad0261d8fcc18d69b2c9ec74052955c'/>
<id>urn:sha1:50c09dec9ad0261d8fcc18d69b2c9ec74052955c</id>
<content type='text'>
During the commit phase, the entries in the external cache entries
are inserted in the kernel conntrack table. Currently, we use a
fixed timeout that is specified in the config file. With this patch,
if you don't specify the fixed timeout value via CommitTimeout, the
daemon calculates the real timeout value during the commit phase.

Signed-off-by: Pablo Neira Ayuso &lt;pablo@netfilter.org&gt;
</content>
</entry>
<entry>
<title>cache: move lifetime feature to main cache code</title>
<updated>2009-01-25T16:53:02+00:00</updated>
<author>
<name>Pablo Neira Ayuso</name>
<email>pablo@netfilter.org</email>
</author>
<published>2009-01-25T16:53:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=1c9faf8c218bc7ff4617557383e4116f1adb11e5'/>
<id>urn:sha1:1c9faf8c218bc7ff4617557383e4116f1adb11e5</id>
<content type='text'>
The lifetime feature is used by all working modes, it is useful to
know how long it has been an entry living in the cache. This patch
moves the lifetime feature to the main caching code.

Signed-off-by: Pablo Neira Ayuso &lt;pablo@netfilter.org&gt;
</content>
</entry>
<entry>
<title>src: change behaviour of `-t' option</title>
<updated>2009-01-25T16:52:56+00:00</updated>
<author>
<name>Pablo Neira Ayuso</name>
<email>pablo@netfilter.org</email>
</author>
<published>2009-01-25T16:52:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=eec8fdf57f34fe0d80b884ad0e376ed24c63ffcc'/>
<id>urn:sha1:eec8fdf57f34fe0d80b884ad0e376ed24c63ffcc</id>
<content type='text'>
With this patch, the `-t' option adds an alarm that will flush the
cache after CONFIG(purge_timeout) seconds specified in the config
file. This looks much cleaner and more performance that looping
on the entire conntrack table to set the new timeout of every single
entry.

Signed-off-by: Pablo Neira Ayuso &lt;pablo@netfilter.org&gt;
</content>
</entry>
<entry>
<title>cache: mangle timeout inside nl_*_conntrack() functions</title>
<updated>2009-01-25T16:51:18+00:00</updated>
<author>
<name>Pablo Neira Ayuso</name>
<email>pablo@netfilter.org</email>
</author>
<published>2009-01-25T16:51:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=8d689ebb67c511f5c03acdfc2226156d5f87c319'/>
<id>urn:sha1:8d689ebb67c511f5c03acdfc2226156d5f87c319</id>
<content type='text'>
This patch moves the timeout mangling inside nl_*_conntrack().

Signed-off-by: Pablo Neira Ayuso &lt;pablo@netfilter.org&gt;
</content>
</entry>
<entry>
<title>cache: remove nl_exist_conntrack() function</title>
<updated>2009-01-25T16:51:09+00:00</updated>
<author>
<name>Pablo Neira Ayuso</name>
<email>pablo@netfilter.org</email>
</author>
<published>2009-01-25T16:51:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=e6732c96ffd9baaaa84dab763ff6e600bf6abc95'/>
<id>urn:sha1:e6732c96ffd9baaaa84dab763ff6e600bf6abc95</id>
<content type='text'>
This function is a synonimous of nl_get_conntrack(), use the get
function instead.

Signed-off-by: Pablo Neira Ayuso &lt;pablo@netfilter.org&gt;
</content>
</entry>
<entry>
<title>cache_iterators: start a clean session if commit finds an entry</title>
<updated>2009-01-25T12:44:22+00:00</updated>
<author>
<name>Pablo Neira Ayuso</name>
<email>pablo@netfilter.org</email>
</author>
<published>2009-01-25T12:44:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=61d976838ee0c3eeda295818ff44f44327b0596d'/>
<id>urn:sha1:61d976838ee0c3eeda295818ff44f44327b0596d</id>
<content type='text'>
The current commit code updates an entry it still exists in the
kernel. With this patch, we delete the entry and create a new one
to make sure that we start a clean session.

Signed-off-by: Pablo Neira Ayuso &lt;pablo@netfilter.org&gt;
</content>
</entry>
<entry>
<title>src: obsolete `DestroyTimeout' clause</title>
<updated>2009-01-21T12:51:21+00:00</updated>
<author>
<name>Pablo Neira Ayuso</name>
<email>pablo@netfilter.org</email>
</author>
<published>2009-01-21T12:51:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=0cad5cba3e1f7b4295d0f98a1d9df3acdbb6f203'/>
<id>urn:sha1:0cad5cba3e1f7b4295d0f98a1d9df3acdbb6f203</id>
<content type='text'>
This patch obsoletes `DestroyTimeout' which has no clients anymore.

Signed-off-by: Pablo Neira Ayuso &lt;pablo@netfilter.org&gt;
</content>
</entry>
<entry>
<title>conntrack: add -C command to display the counter</title>
<updated>2009-01-17T19:34:13+00:00</updated>
<author>
<name>Pablo Neira Ayuso</name>
<email>pablo@netfilter.org</email>
</author>
<published>2009-01-17T19:34:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=4fb9c22f6e4ec2fadd22c0863137f211d9b392c4'/>
<id>urn:sha1:4fb9c22f6e4ec2fadd22c0863137f211d9b392c4</id>
<content type='text'>
This patch adds the -C command, to display the table counter. In the
case of `-C conntrack' the tool reads the proc interface. For
expectation, it loops on the table to count the number of entries
(as there is not proc interface to display the number of
expectations).

Signed-off-by: Pablo Neira Ayuso &lt;pablo@netfilter.org&gt;
</content>
</entry>
<entry>
<title>src: add `-s queue' and change `-v' behaviour</title>
<updated>2009-01-17T19:33:30+00:00</updated>
<author>
<name>Pablo Neira Ayuso</name>
<email>pablo@netfilter.org</email>
</author>
<published>2009-01-17T19:33:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=d05f05e21be0cca59ca67ac19ef2b73c467b8250'/>
<id>urn:sha1:d05f05e21be0cca59ca67ac19ef2b73c467b8250</id>
<content type='text'>
This patch moves the existing `-v' behaviour to `-s queue' where it
really belongs. The `-v' option is now left to display the version
which is the common use of it.

# conntrackd -v
Connection tracking userspace daemon v0.9.9. Licensed under GPLv2.
(C) 2006-2009 Pablo Neira Ayuso &lt;pablo@netfilter.org&gt;

Signed-off-by: Pablo Neira Ayuso &lt;pablo@netfilter.org&gt;
</content>
</entry>
<entry>
<title>ftfw: add ResendQueueSize and deprecate ResendBufferSize clauses</title>
<updated>2009-01-17T17:24:57+00:00</updated>
<author>
<name>Pablo Neira Ayuso</name>
<email>pablo@netfilter.org</email>
</author>
<published>2009-01-17T17:24:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=a63f5181807803ffdd879edca9fd4d73c4be35f3'/>
<id>urn:sha1:a63f5181807803ffdd879edca9fd4d73c4be35f3</id>
<content type='text'>
This patch adds ResendQueueSize, which sets the number of objects
that can be stored in the resend queue waiting to be confirmed.
The ResendBufferSize clause has been deprecated.

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