<feed xmlns='http://www.w3.org/2005/Atom'>
<title>conntrack-tools.git/doc/sync/ftfw, 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>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: 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>
<entry>
<title>fix: wrong information related to default logging action</title>
<updated>2008-08-01T09:59:55+00:00</updated>
<author>
<name>Pablo Neira Ayuso</name>
<email>pablo@netfilter.org</email>
</author>
<published>2008-08-01T09:59:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=9ad0b747e0a2f433192235fb04e4d291ce07b7e6'/>
<id>urn:sha1:9ad0b747e0a2f433192235fb04e4d291ce07b7e6</id>
<content type='text'>
Logging is set off by default instead of what the example files state.

Signed-off-by: Pablo Neira Ayuso &lt;pablo@netfilter.org&gt;
</content>
</entry>
<entry>
<title>cleanup: remove obsolete clause Replicate in the example conffiles</title>
<updated>2008-08-01T09:35:27+00:00</updated>
<author>
<name>Pablo Neira Ayuso</name>
<email>pablo@netfilter.org</email>
</author>
<published>2008-08-01T09:35:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=d400ecfef1fd16a9bed90ddaf8270622476337bb'/>
<id>urn:sha1:d400ecfef1fd16a9bed90ddaf8270622476337bb</id>
<content type='text'>
Remove obsolete clause Replicate in the example configuration files.

Signed-off-by: Pablo Neira Ayuso &lt;pablo@netfilter.org&gt;
</content>
</entry>
<entry>
<title>Major rework of the user-space event filtering</title>
<updated>2008-07-22T10:13:43+00:00</updated>
<author>
<name>Pablo Neira Ayuso</name>
<email>pablo@netfilter.org</email>
</author>
<published>2008-07-22T10:13:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=77b1fdb824eb45213df4f57224e8e799fed43ded'/>
<id>urn:sha1:77b1fdb824eb45213df4f57224e8e799fed43ded</id>
<content type='text'>
This patch reworks the user-space filtering. Although we have
kernel-space filtering since Linux kernel &gt;= 2.6.26, we keep userspace
filtering to ensure backward compatibility. Moreover, this patch
prepares the implementation of the kernel-space filtering via
libnetfilter_conntrack's high-level berkeley socket filter API.

Signed-off-by: Pablo Neira Ayuso &lt;pablo@netfilter.org&gt;
</content>
</entry>
<entry>
<title>add Mcast[Snd|Rcv]SocketBuffer clauses to tune multicast socket buffers</title>
<updated>2008-05-20T13:52:06+00:00</updated>
<author>
<name>Pablo Neira Ayuso</name>
<email>pablo@netfilter.org</email>
</author>
<published>2008-05-20T13:52:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=da8717a4bfa8884a411ae2445b9f1654b0550a64'/>
<id>urn:sha1:da8717a4bfa8884a411ae2445b9f1654b0550a64</id>
<content type='text'>
</content>
</entry>
</feed>
