<feed xmlns='http://www.w3.org/2005/Atom'>
<title>conntrack-tools.git, branch upstream</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=upstream</id>
<link rel='self' href='https://git.amelek.net/vyos/conntrack-tools.git/atom?h=upstream'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/'/>
<updated>2015-10-02T06:43:42+00:00</updated>
<entry>
<title>Merge remote-tracking branch 'source/master' into upstream</title>
<updated>2015-10-02T06:43:42+00:00</updated>
<author>
<name>Alex Harpin</name>
<email>development@landsofshadow.co.uk</email>
</author>
<published>2015-10-02T06:43:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=ef5ae91676c8ada2a12ea72f889a54452dd94981'/>
<id>urn:sha1:ef5ae91676c8ada2a12ea72f889a54452dd94981</id>
<content type='text'>
</content>
</entry>
<entry>
<title>conntrack: add zone direction support</title>
<updated>2015-09-29T18:39:42+00:00</updated>
<author>
<name>Daniel Borkmann</name>
<email>daniel@iogearbox.net</email>
</author>
<published>2015-08-25T13:33:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=8845f3db20c951fcf1db3229a818cfd185f17f2e'/>
<id>urn:sha1:8845f3db20c951fcf1db3229a818cfd185f17f2e</id>
<content type='text'>
This patch adds support for zone directions.

Since all options have the orig/reply as a prefix, I named it --orig-zone
and --reply-zone to stay consistent with the rest of the cmdline options.

As for the option chars, there was no unallocated reasonable combination,
thus only long options are officially exposed in the help, similarly as in
other cases.

Test suite results, after patch: OK: 79 BAD: 0

Signed-off-by: Daniel Borkmann &lt;daniel@iogearbox.net&gt;
Signed-off-by: Pablo Neira Ayuso &lt;pablo@netfilter.org&gt;
</content>
</entry>
<entry>
<title>conntrack-tools 1.4.3 release</title>
<updated>2015-09-08T18:10:47+00:00</updated>
<author>
<name>Pablo Neira Ayuso</name>
<email>pablo@netfilter.org</email>
</author>
<published>2015-09-08T17:39:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=5df0941f73bffabd775d1c14e62295cfe46956eb'/>
<id>urn:sha1:5df0941f73bffabd775d1c14e62295cfe46956eb</id>
<content type='text'>
Signed-off-by: Pablo Neira Ayuso &lt;pablo@netfilter.org&gt;
</content>
</entry>
<entry>
<title>nfct: update syntax in documentation</title>
<updated>2015-09-08T18:10:13+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=882bb111285a3a4465995b4af03040a291145d7b'/>
<id>urn:sha1:882bb111285a3a4465995b4af03040a291145d7b</id>
<content type='text'>
Since dd73ceecdbe8 ("nfct: Update syntax to specify command before subsystem")
the command comes before the object type. Update documentation accordingly.

Signed-off-by: Pablo Neira Ayuso &lt;pablo@netfilter.org&gt;
</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>tests: fix run-test.sh</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-21T18:05:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=1c36d487cda8d1bed799b4daa28c44aa7198bb31'/>
<id>urn:sha1:1c36d487cda8d1bed799b4daa28c44aa7198bb31</id>
<content type='text'>
This reports:

	run-test.sh: line 3: UID: read-only variable

rename it to _UID.

Signed-off-by: Pablo Neira Ayuso &lt;pablo@netfilter.org&gt;
</content>
</entry>
<entry>
<title>nfct: don't link against libnetfilter_conntrack</title>
<updated>2015-08-26T18:43:55+00:00</updated>
<author>
<name>Arturo Borrero</name>
<email>arturo.borrero.glez@gmail.com</email>
</author>
<published>2015-08-20T11:38:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=6ea080984022c6ece3e465d81b7b0b0f9709d356'/>
<id>urn:sha1:6ea080984022c6ece3e465d81b7b0b0f9709d356</id>
<content type='text'>
The nfct program uses none of the symbols of libnetfilter_conntrack.

Linking against it means that distributors have to maintain an useless
depedency.

This was spotted by the dpkg-shlibdeps tool.

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>doc/debian.conntrackd.init.d: drop file</title>
<updated>2015-08-26T18:43:55+00:00</updated>
<author>
<name>Arturo Borrero Gonzalez</name>
<email>arturo.borrero.glez@gmail.com</email>
</author>
<published>2015-08-20T11:56:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=a8f74d021676096eaa40af72e6d91787408fe44d'/>
<id>urn:sha1:a8f74d021676096eaa40af72e6d91787408fe44d</id>
<content type='text'>
This file is likely dead code. It's outdated.

Also I think distributors should manage themselves to integrate daemons in
their operating systems. Following this idea, this file doesn't belong here.

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>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>conntrackd: missing break in expectation message parser function</title>
<updated>2015-08-18T17:22:07+00:00</updated>
<author>
<name>Pablo Neira Ayuso</name>
<email>pablo@netfilter.org</email>
</author>
<published>2015-08-18T17:16:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=4134f1dafcc981757c40177bb3c5a3a7a144ff30'/>
<id>urn:sha1:4134f1dafcc981757c40177bb3c5a3a7a144ff30</id>
<content type='text'>
Fortunately, the TLVs come in order in the message, however, if the order is
changed we'll incorrectly set up the expectation.

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