<feed xmlns='http://www.w3.org/2005/Atom'>
<title>conntrack-tools.git/doc/stats, branch conntrack-tools-1.0.0</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-1.0.0</id>
<link rel='self' href='https://git.amelek.net/vyos/conntrack-tools.git/atom?h=conntrack-tools-1.0.0'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/'/>
<updated>2010-02-28T15:19:13+00:00</updated>
<entry>
<title>conntrackd: PollSecs goes in the General clause for statistics</title>
<updated>2010-02-28T15:19:13+00:00</updated>
<author>
<name>Pablo Neira Ayuso</name>
<email>pablo@netfilter.org</email>
</author>
<published>2010-02-28T15:19:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=929c2a77ba3e9e6c72c08cdded99b0ecccf2fc62'/>
<id>urn:sha1:929c2a77ba3e9e6c72c08cdded99b0ecccf2fc62</id>
<content type='text'>
This patch fixes the configuration file that includes an example of
the PollSecs clause in Stats. This is wrong since it should go in
the General clause.

Signed-off-by: Pablo Neira Ayuso &lt;pablo@netfilter.org&gt;
</content>
</entry>
<entry>
<title>conntrackd: fix UDP filtering in configuration file</title>
<updated>2010-02-11T10:56:37+00:00</updated>
<author>
<name>Pablo Neira Ayuso</name>
<email>pablo@netfilter.org</email>
</author>
<published>2010-02-11T10:56:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=73da80df0c3cf4175662b3da4dfbd3574d34f96a'/>
<id>urn:sha1:73da80df0c3cf4175662b3da4dfbd3574d34f96a</id>
<content type='text'>
UDP filtering was broken during the addition of the UDP-based
synchronization protocol that was introduced in 0.9.14. This
patch fixes the problem.

Signed-off-by: Pablo Neira Ayuso &lt;pablo@netfilter.org&gt;
</content>
</entry>
<entry>
<title>conntrackd: add support for IPv6 kernel-space filtering via BSF</title>
<updated>2009-07-21T14:57:54+00:00</updated>
<author>
<name>Pablo Neira Ayuso</name>
<email>pablo@netfilter.org</email>
</author>
<published>2009-07-21T14:57:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=e55321739fa5e04920feeb2a25b02073d8eb9e10'/>
<id>urn:sha1:e55321739fa5e04920feeb2a25b02073d8eb9e10</id>
<content type='text'>
This patch adds the missing support to filter IPv6 from kernel-space
by means of the BSF API that libnetfilter_conntrack provides.

Signed-off-by: Pablo Neira Ayuso &lt;pablo@netfilter.org&gt;
</content>
</entry>
<entry>
<title>conntrackd: add clause to enable ctnetlink reliable event delivery</title>
<updated>2009-07-21T12:36:18+00:00</updated>
<author>
<name>Pablo Neira Ayuso</name>
<email>pablo@netfilter.org</email>
</author>
<published>2009-07-21T12:36:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=0521db731c0daa417a3dfb67fba7c6f80596e553'/>
<id>urn:sha1:0521db731c0daa417a3dfb67fba7c6f80596e553</id>
<content type='text'>
This patch adds the NetlinkEventsReliable clause, this is useful
to turn on reliable Netlink event delivery. This features
requires a Linux kernel &gt;= 2.6.31.

Signed-off-by: Pablo Neira Ayuso &lt;pablo@netfilter.org&gt;
</content>
</entry>
<entry>
<title>conntrackd: change scheduler and priority via configuration file</title>
<updated>2009-04-14T08:43:16+00:00</updated>
<author>
<name>Pablo Neira Ayuso</name>
<email>pablo@netfilter.org</email>
</author>
<published>2009-04-14T08:43:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=dfb88dae65fbdc37d72483ddff23171ef4070dae'/>
<id>urn:sha1:dfb88dae65fbdc37d72483ddff23171ef4070dae</id>
<content type='text'>
With this patch, you can change the scheduler policy and priority
for conntrackd. Using a RT scheduler policy reduces the chances to
hit ENOBUFS in Netlink.

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>src: add Nice clause to set the nice value</title>
<updated>2009-02-08T19:55:34+00:00</updated>
<author>
<name>Pablo Neira Ayuso</name>
<email>pablo@netfilter.org</email>
</author>
<published>2009-02-08T19:55:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=7f902c8419c891ec3ec83d40fb30afccb2a150c6'/>
<id>urn:sha1:7f902c8419c891ec3ec83d40fb30afccb2a150c6</id>
<content type='text'>
Signed-off-by: Pablo Neira Ayuso &lt;pablo@netfilter.org&gt;
</content>
</entry>
<entry>
<title>src: add state polling support (oppossed to current event-driven)</title>
<updated>2009-01-17T17:03:53+00:00</updated>
<author>
<name>Pablo Neira Ayuso</name>
<email>pablo@netfilter.org</email>
</author>
<published>2009-01-17T17:03:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=746f7031f4d1e3bccdd6db3c53835d8b85b73c90'/>
<id>urn:sha1:746f7031f4d1e3bccdd6db3c53835d8b85b73c90</id>
<content type='text'>
This patch adds the clause PollSecs that changes the normal
behaviour of conntrackd. With PollSecs set to &gt; 0, conntrackd
polls every N seconds the entries.

This is the opposed behaviour of an event-driven behaviour but may
be useful for those that have really strong limitations in terms of
CPU consumption and want to perform a relaxed replication.

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>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>
</feed>
