<feed xmlns='http://www.w3.org/2005/Atom'>
<title>conntrack-tools.git/doc/manual, 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>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>conntrackd: userspace SSDP helper</title>
<updated>2014-03-12T12:34:57+00:00</updated>
<author>
<name>Ash Hughes</name>
<email>ashley.hughes@blueyonder.co.uk</email>
</author>
<published>2014-03-08T21:13:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=92246dcc1fdcf222302a42926e0e95af2c30463e'/>
<id>urn:sha1:92246dcc1fdcf222302a42926e0e95af2c30463e</id>
<content type='text'>
Here is a patch which adds a userspace conntrack helper for the SSDP
protocol. This is based on the code found at:

http://marc.info/?t=132945775100001&amp;r=1&amp;w=2

I'm not sure how to get my laptop to play at IPv6, so I've not tested
this part, but I've tested the IPv4 section and it works.

Signed-off-by: Ash Hughes &lt;ashley.hughes@blueyonder.co.uk&gt;
Signed-off-by: Pablo Neira Ayuso &lt;pablo@netfilter.org&gt;
</content>
</entry>
<entry>
<title>doc: detail user-space helper support</title>
<updated>2012-10-08T10:22:28+00:00</updated>
<author>
<name>Pablo Neira Ayuso</name>
<email>pablo@netfilter.org</email>
</author>
<published>2012-10-08T10:22:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=affe4656f3aeeba4040f9d63efd7719ef0345ae9'/>
<id>urn:sha1:affe4656f3aeeba4040f9d63efd7719ef0345ae9</id>
<content type='text'>
This patch adds documentation on how to enable user-space helper support.

Signed-off-by: Pablo Neira Ayuso &lt;pablo@netfilter.org&gt;
</content>
</entry>
<entry>
<title>conntrackd: fix crash if ExpectationSync is enabled on old Linux kernels</title>
<updated>2012-10-04T08:42:43+00:00</updated>
<author>
<name>Pablo Neira Ayuso</name>
<email>pablo@netfilter.org</email>
</author>
<published>2012-10-03T20:19:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=3f845636159298fb18b6d6c455066d0344a61bee'/>
<id>urn:sha1:3f845636159298fb18b6d6c455066d0344a61bee</id>
<content type='text'>
ExpectationSync requires Linux kernel &gt;= 3.5 to work sanely, document this.
Still, we don't want to crash if someone enables expectation sync with
old Linux kernels (like 2.6.32).

Reported-by: James Gutholm &lt;gutholmj@evergreen.edu&gt;
Tested-by: James Gutholm &lt;gutholmj@evergreen.edu&gt;
Signed-off-by: Pablo Neira Ayuso &lt;pablo@netfilter.org&gt;
</content>
</entry>
<entry>
<title>doc: fix documentation on ExpectationSync and H.323 helper</title>
<updated>2012-06-16T15:42:28+00:00</updated>
<author>
<name>Pablo Neira Ayuso</name>
<email>pablo@netfilter.org</email>
</author>
<published>2012-06-16T15:42:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=c88266b35ba130e804422ce2fe0da6704d620bd6'/>
<id>urn:sha1:c88266b35ba130e804422ce2fe0da6704d620bd6</id>
<content type='text'>
The H.323 helper is actually composed of three helpers:

ras
q.931
h.245

We have to specify those in the configuration file since h.323 is
not any known helper itself.

Signed-off-by: Pablo Neira Ayuso &lt;pablo@netfilter.org&gt;
</content>
</entry>
<entry>
<title>doc: fix example on how to filter events via iptables CT target</title>
<updated>2012-03-05T22:14:32+00:00</updated>
<author>
<name>Pablo Neira Ayuso</name>
<email>pablo@netfilter.org</email>
</author>
<published>2012-03-05T22:13:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=1de3034f8c4f597cbe4be35b2f84e2848e46e64e'/>
<id>urn:sha1:1de3034f8c4f597cbe4be35b2f84e2848e46e64e</id>
<content type='text'>
You have to use this:

iptables -I PREROUTING -t raw -j CT --ctevents assured,destroy

instead of:

iptables -I PREROUTING -t raw -j CT --ctevents assured

Otherwise, conntrackd cache gets full since no destroy events
are delivered.

Reported-by: Kerin Millar &lt;kerframil@gmail.com&gt;
Signed-off-by: Pablo Neira Ayuso &lt;pablo@netfilter.org&gt;
</content>
</entry>
<entry>
<title>Updating upstream with merged content from netfilter conntrack-tools version 1.0.1</title>
<updated>2012-01-12T22:45:24+00:00</updated>
<author>
<name>Gaurav Sinha</name>
<email>gaurav.sinha@vyatta.com</email>
</author>
<published>2012-01-12T22:45:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=ca37a710d526d17490ebdc3af760bfddd316426d'/>
<id>urn:sha1:ca37a710d526d17490ebdc3af760bfddd316426d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>doc: update conntrack-tools manual to detail expectation support</title>
<updated>2012-01-10T00:54:45+00:00</updated>
<author>
<name>Pablo Neira Ayuso</name>
<email>pablo@netfilter.org</email>
</author>
<published>2012-01-07T17:40:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=414fedd879fdc3cd0a910acd2fd9262251a6bfe7'/>
<id>urn:sha1:414fedd879fdc3cd0a910acd2fd9262251a6bfe7</id>
<content type='text'>
This patch updates the user manual on how to enable the expectation
support for conntrackd.

Signed-off-by: Pablo Neira Ayuso &lt;pablo@netfilter.org&gt;
</content>
</entry>
<entry>
<title>doc: prepare 1.0.0 release in conntrack-tools manual</title>
<updated>2011-02-27T01:46:52+00:00</updated>
<author>
<name>Pablo Neira Ayuso</name>
<email>pablo@netfilter.org</email>
</author>
<published>2011-02-27T01:46:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=f5ac64e749b95da5c85410a1b6e20e5b3f852118'/>
<id>urn:sha1:f5ac64e749b95da5c85410a1b6e20e5b3f852118</id>
<content type='text'>
Remove reference which states that this is still under development
and refer to version 1.0.0.

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