<feed xmlns='http://www.w3.org/2005/Atom'>
<title>conntrack-tools.git/doc, branch conntrack-tools-0.9.8</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.8</id>
<link rel='self' href='https://git.amelek.net/vyos/conntrack-tools.git/atom?h=conntrack-tools-0.9.8'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/'/>
<updated>2008-10-21T17:53:23+00:00</updated>
<entry>
<title>doc: remove example about CacheWriteTrough</title>
<updated>2008-10-21T17:53:23+00:00</updated>
<author>
<name>Pablo Neira Ayuso</name>
<email>pablo@netfilter.org</email>
</author>
<published>2008-10-21T17:53:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=05c78bc9b5c198a3bd9211aabe467acbbb672b8b'/>
<id>urn:sha1:05c78bc9b5c198a3bd9211aabe467acbbb672b8b</id>
<content type='text'>
This patch removes the documentation about the CacheWriteTrhough clause.
This feature is scheduled for removal since the asynchronous nature of
conntrackd does not allow multi-path routing support. I'm lying,
actually there's a chance to support it, but we have to guarantee that
the RTT in the message synchronization between the firewall is smaller
than the RTT between the peer and the firewalls.

Moreover, this option has made more bad than good since people enable it
when things don't work. Making the whole troubleshooting more
complicated.

Signed-off-by: Pablo Neira Ayuso &lt;pablo@netfilter.org&gt;
</content>
</entry>
<entry>
<title>doc: rise default size of the hashtable in the example file</title>
<updated>2008-10-20T14:52:04+00:00</updated>
<author>
<name>Pablo Neira Ayuso</name>
<email>pablo@netfilter.org</email>
</author>
<published>2008-10-20T14:52:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=5936f6852a919a84b89dcdcced182ecc07a21be5'/>
<id>urn:sha1:5936f6852a919a84b89dcdcced182ecc07a21be5</id>
<content type='text'>
This patch rises the default value of the hashtables in terms
of buckets and entries to the default value in nf_conntrack.

Signed-off-by: Pablo Neira Ayuso &lt;pablo@netfilter.org&gt;
</content>
</entry>
<entry>
<title>manual: add initial user manual</title>
<updated>2008-10-13T14:13:29+00:00</updated>
<author>
<name>Pablo Neira Ayuso</name>
<email>pablo@netfilter.org</email>
</author>
<published>2008-10-13T14:13:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=9719bd0349d74306b44c827ed117ed09d493f840'/>
<id>urn:sha1:9719bd0349d74306b44c827ed117ed09d493f840</id>
<content type='text'>
This patch adds the manual in docbook format to the conntrack-tools.

Signed-off-by: Pablo Neira Ayuso &lt;pablo@netfilter.org&gt;
</content>
</entry>
<entry>
<title>config: use /var/run to create the UNIX socket file</title>
<updated>2008-09-18T16:44:23+00:00</updated>
<author>
<name>Pablo Neira Ayuso</name>
<email>pablo@netfilter.org</email>
</author>
<published>2008-09-18T16:44:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=ce7c1553d7720188447d0ae7f7f80ce033b5a8d8'/>
<id>urn:sha1:ce7c1553d7720188447d0ae7f7f80ce033b5a8d8</id>
<content type='text'>
This patch removes the use of /tmp to create the UNIX socket file to
communicate with conntrackd in the example configuration files. This was
OK in the early alpha days, but not anymore.

Signed-off-by: Pablo Neira Ayuso &lt;pablo@netfilter.org&gt;
</content>
</entry>
<entry>
<title>cache iterators: rework cache_reset_timers</title>
<updated>2008-08-07T12:53:12+00:00</updated>
<author>
<name>Pablo Neira Ayuso</name>
<email>pablo@netfilter.org</email>
</author>
<published>2008-08-07T12:53:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=6cb33c62c8007593d8a85aa202fa173043877135'/>
<id>urn:sha1:6cb33c62c8007593d8a85aa202fa173043877135</id>
<content type='text'>
This patch adds the clause PurgeTimeout that sets the new timer
when conntrackd -t is called. This command is particularly useful
when the sysadmin triggers hand-overs between several nodes without
rebooting as it reduces the timers of the remaining entries in
the kernel. Thus, avoiding clashes between new and old entries that
may trigger INVALID packets.

Signed-off-by: Pablo Neira Ayuso &lt;pablo@netfilter.org&gt;
</content>
</entry>
<entry>
<title>script: yet another minor fix</title>
<updated>2008-08-04T13:06:05+00:00</updated>
<author>
<name>Pablo Neira Ayuso</name>
<email>pablo@netfilter.org</email>
</author>
<published>2008-08-04T13:06:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=ba0b4bc3d49cebf3ef69c7bc5b6dfd8decb6c8ca'/>
<id>urn:sha1:ba0b4bc3d49cebf3ef69c7bc5b6dfd8decb6c8ca</id>
<content type='text'>
Minor fix for the primary-backup.sh script

Signed-off-by: Pablo Neira Ayuso &lt;pablo@netfilter.org&gt;
</content>
</entry>
<entry>
<title>script: fix broken if branches</title>
<updated>2008-08-02T17:45:45+00:00</updated>
<author>
<name>Pablo Neira Ayuso</name>
<email>pablo@netfilter.org</email>
</author>
<published>2008-08-02T17:45:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=6887cc03a9bc7df031b56ed670fa1db0165d5529'/>
<id>urn:sha1:6887cc03a9bc7df031b56ed670fa1db0165d5529</id>
<content type='text'>
Signed-off-by: Pablo Neira Ayuso &lt;pablo@netfilter.org&gt;
</content>
</entry>
<entry>
<title>fix missing updates in the example files</title>
<updated>2008-08-02T17:37:33+00:00</updated>
<author>
<name>Pablo Neira Ayuso</name>
<email>pablo@netfilter.org</email>
</author>
<published>2008-08-02T17:37:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=eea95300f89a13cefdbe4b0e28ddbf88779a4bbf'/>
<id>urn:sha1:eea95300f89a13cefdbe4b0e28ddbf88779a4bbf</id>
<content type='text'>
Fix missing updates in keepalived.conf and primary-backup.sh

Signed-off-by: Pablo Neira Ayuso &lt;pablo@netfilter.org&gt;
</content>
</entry>
<entry>
<title>script: rework scripts that enable interaction with keepalived</title>
<updated>2008-08-02T16:51:34+00:00</updated>
<author>
<name>Pablo Neira Ayuso</name>
<email>pablo@netfilter.org</email>
</author>
<published>2008-08-02T16:51:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=c403246424350bae14a30fc6a115608ca15f2aa1'/>
<id>urn:sha1:c403246424350bae14a30fc6a115608ca15f2aa1</id>
<content type='text'>
This patch reworks the documentation section. It removes the replicated
keepalived.conf files and merge all the scripts into one to reduce
confusion and improve maintainability.

It's likely that the documentation directory will suffer more
restructurations in the near future.

Signed-off-by: Pablo Neira Ayuso &lt;pablo@netfilter.org&gt;
</content>
</entry>
<entry>
<title>doc: remove duplicated example files</title>
<updated>2008-08-01T16:31:25+00:00</updated>
<author>
<name>Pablo Neira Ayuso</name>
<email>pablo@netfilter.org</email>
</author>
<published>2008-08-01T16:31:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=03f7de56efc6747eb6b4895c03aa2efaaed80efe'/>
<id>urn:sha1:03f7de56efc6747eb6b4895c03aa2efaaed80efe</id>
<content type='text'>
This patch removes the directories node1/ and node2/ since the
differences are few small and the user should be able to get it running
if he RTFM.

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