<feed xmlns='http://www.w3.org/2005/Atom'>
<title>conntrack-tools.git/include, branch lithium</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=lithium</id>
<link rel='self' href='https://git.amelek.net/vyos/conntrack-tools.git/atom?h=lithium'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/'/>
<updated>2015-11-26T22:10:55+00:00</updated>
<entry>
<title>Merge tag 'conntrack-tools-1.4.3' into lithium</title>
<updated>2015-11-26T22:10:55+00:00</updated>
<author>
<name>Alex Harpin</name>
<email>development@landsofshadow.co.uk</email>
</author>
<published>2015-11-26T22:10:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=71f0da9318b926578ed44818f4b2709a821980ae'/>
<id>urn:sha1:71f0da9318b926578ed44818f4b2709a821980ae</id>
<content type='text'>
conntrack-tools 1.4.3 release
</content>
</entry>
<entry>
<title>Merge tag 'conntrack-tools-1.4.2' into lithium</title>
<updated>2015-11-25T18:50:37+00:00</updated>
<author>
<name>Alex Harpin</name>
<email>development@landsofshadow.co.uk</email>
</author>
<published>2015-11-25T18:50:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=04a362036d1d1b97e2c6560d431e73f14b269007'/>
<id>urn:sha1:04a362036d1d1b97e2c6560d431e73f14b269007</id>
<content type='text'>
conntrack-tools 1.4.2 release
</content>
</entry>
<entry>
<title>Merge tag 'conntrack-tools-1.4.0' into lithium</title>
<updated>2015-11-21T14:44:29+00:00</updated>
<author>
<name>Alex Harpin</name>
<email>development@landsofshadow.co.uk</email>
</author>
<published>2015-11-21T14:44:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=2a53b5dfee3c80b4c4940ad4c73c82248b4571bb'/>
<id>urn:sha1:2a53b5dfee3c80b4c4940ad4c73c82248b4571bb</id>
<content type='text'>
conntrack-tools 1.4.0 release
</content>
</entry>
<entry>
<title>nfct: Update syntax to specify command before subsystem</title>
<updated>2015-08-26T18:43:55+00:00</updated>
<author>
<name>Pablo Neira Ayuso</name>
<email>pablo@netfilter.org</email>
</author>
<published>2015-08-21T17:18:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=dd73ceecdbe87b6ecf9e96643cd5326e520d7a1c'/>
<id>urn:sha1:dd73ceecdbe87b6ecf9e96643cd5326e520d7a1c</id>
<content type='text'>
This patch gets the nfct syntax in sync with nft so it looks like this:

	nfct &lt;add|delete|...&gt; object ...

instead of:

	nfct object &lt;add|delete|...&gt; ...

This patch retains backward compatibility so you can still use the old syntax.
The manpage and tests have been also updated to promote the adoption of this
syntax. We should have little existing clients of this tool as we can only use
this to configure the cttimeout and cthelper infrastructures.

Signed-off-by: Pablo Neira Ayuso &lt;pablo@netfilter.org&gt;
</content>
</entry>
<entry>
<title>list: fix prefetch dummy</title>
<updated>2015-08-26T18:43:51+00:00</updated>
<author>
<name>Arturo Borrero Gonzalez</name>
<email>arturo.borrero.glez@gmail.com</email>
</author>
<published>2015-08-20T10:45:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=16363ecdc6d0ecfb13702bd1b2b176c96e78b1bb'/>
<id>urn:sha1:16363ecdc6d0ecfb13702bd1b2b176c96e78b1bb</id>
<content type='text'>
[...]
  CC       conntrack.o
In file included from ../include/conntrack.h:4:0,
                 from conntrack.c:41:
conntrack.c: In function ‘findproto’:
../include/linux_list.h:385:59: warning: right-hand operand of comma expression has no effect [-Wunused-value]
  for (pos = list_entry((head)-&gt;next, typeof(*pos), member), \
                                                          ^
[...]

The original patch is from Patrick McHardy &lt;kaber@trash.net&gt;.

Signed-off-by: Arturo Borrero Gonzalez &lt;arturo.borrero.glez@gmail.com&gt;
Signed-off-by: Pablo Neira Ayuso &lt;pablo@netfilter.org&gt;
</content>
</entry>
<entry>
<title>src: Include &lt;sys/select.h&gt; for fd_set</title>
<updated>2015-05-21T12:47:28+00:00</updated>
<author>
<name>Felix Janda</name>
<email>felix.janda@posteo.de</email>
</author>
<published>2015-05-16T09:50:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=12a5c50a831176b7f95a3535fe42ecbcf332afb1'/>
<id>urn:sha1:12a5c50a831176b7f95a3535fe42ecbcf332afb1</id>
<content type='text'>
Signed-off-by: Felix Janda &lt;felix.janda@posteo.de&gt;
Signed-off-by: Pablo Neira Ayuso &lt;pablo@netfilter.org&gt;
</content>
</entry>
<entry>
<title>src: Use stdint types</title>
<updated>2015-05-21T12:46:53+00:00</updated>
<author>
<name>Felix Janda</name>
<email>felix.janda@posteo.de</email>
</author>
<published>2015-05-16T09:38:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=1c637fe7ea8a70a77273366d24e221b0d3d64702'/>
<id>urn:sha1:1c637fe7ea8a70a77273366d24e221b0d3d64702</id>
<content type='text'>
Signed-off-by: Felix Janda &lt;felix.janda@posteo.de&gt;
Signed-off-by: Pablo Neira Ayuso &lt;pablo@netfilter.org&gt;
</content>
</entry>
<entry>
<title>include: Sync with kernel headers</title>
<updated>2015-05-21T12:46:18+00:00</updated>
<author>
<name>Felix Janda</name>
<email>felix.janda@posteo.de</email>
</author>
<published>2015-05-16T09:26:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=3c1b1e54a46ad31e6ee7e5d87eed84bd29d8f460'/>
<id>urn:sha1:3c1b1e54a46ad31e6ee7e5d87eed84bd29d8f460</id>
<content type='text'>
Signed-off-by: Felix Janda &lt;felix.janda@posteo.de&gt;
Signed-off-by: Pablo Neira Ayuso &lt;pablo@netfilter.org&gt;
</content>
</entry>
<entry>
<title>nfct: timeout: add support for default protocol timeout tuning</title>
<updated>2014-05-13T13:53:28+00:00</updated>
<author>
<name>Pablo Neira Ayuso</name>
<email>pablo@netfilter.org</email>
</author>
<published>2013-10-01T11:28:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=1ecda7339e8678c0b4debe7003b4a42791ad478e'/>
<id>urn:sha1:1ecda7339e8678c0b4debe7003b4a42791ad478e</id>
<content type='text'>
This new interface supersedes the /proc interface:

/proc/sys/net/netfilter/nf_conntrack_PROTO_STATE_timeout

to tune default conntrack timeout helpers.

 # nfct timeout default-get inet tcp
         .l3proto = 2,
         .l4proto = 6,
         .policy = {
                 .SYN_SENT = 120,
                 .SYN_RECV = 60,
                 .ESTABLISHED = 432000,
                 .FIN_WAIT = 120,
                 .CLOSE_WAIT = 60,
                 .LAST_ACK = 30,
                 .TIME_WAIT = 120,
                 .CLOSE = 10,
                 .SYN_SENT2 = 120,
                 .RETRANS = 300,
                 .UNACKNOWLEDGED = 300,
         },
 };

 # nfct timeout default-set inet tcp ESTABLISHED 100

As replacement for the existing /proc interfaces for timeout tweaking.
This feature requires a Linux kernel &gt;= 3.13.

Signed-off-by: Pablo Neira Ayuso &lt;pablo@netfilter.org&gt;
</content>
</entry>
<entry>
<title>conntrackd: cthelper: add TFTP helper</title>
<updated>2013-10-03T08:51:03+00:00</updated>
<author>
<name>Pablo Neira Ayuso</name>
<email>pablo@netfilter.org</email>
</author>
<published>2013-10-02T17:21:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=ea753a152cbf3a2658b5ec5bacfb738c13a4c476'/>
<id>urn:sha1:ea753a152cbf3a2658b5ec5bacfb738c13a4c476</id>
<content type='text'>
This patch adds an userspace port of the TFTP helper that is currently
implemented in the kernel. This includes NAT support. It requires a
Linux kernel 3.12.

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