<feed xmlns='http://www.w3.org/2005/Atom'>
<title>conntrack-tools.git/src, branch vyatta/VC6.4-2012.05.31/i386</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=vyatta%2FVC6.4-2012.05.31%2Fi386</id>
<link rel='self' href='https://git.amelek.net/vyos/conntrack-tools.git/atom?h=vyatta%2FVC6.4-2012.05.31%2Fi386'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/'/>
<updated>2012-01-23T19:43:15+00:00</updated>
<entry>
<title>Merge branch 'upstream' into oxnard</title>
<updated>2012-01-23T19:43:15+00:00</updated>
<author>
<name>Gaurav Sinha</name>
<email>gaurav.sinha@vyatta.com</email>
</author>
<published>2012-01-23T19:43:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=c482ddb3278aee162250d53ccb3b2bd2c5987b2d'/>
<id>urn:sha1:c482ddb3278aee162250d53ccb3b2bd2c5987b2d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert "Merge of conntrack-tools from netfilter.org with support for dumping expectations in XML format."</title>
<updated>2012-01-23T19:39:51+00:00</updated>
<author>
<name>Gaurav Sinha</name>
<email>gaurav.sinha@vyatta.com</email>
</author>
<published>2012-01-23T19:39:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=66da74b336fe66472f9b5d16f730e0261c5ef4af'/>
<id>urn:sha1:66da74b336fe66472f9b5d16f730e0261c5ef4af</id>
<content type='text'>
Generated files got committed by git commit -a, thus reverting the commit.

This reverts commit d8def099fed622b42f7b66468981d6d5c7aac74c.
</content>
</entry>
<entry>
<title>Merge of conntrack-tools from netfilter.org with support for dumping expectations in XML format.</title>
<updated>2012-01-23T19:35:35+00:00</updated>
<author>
<name>Gaurav Sinha</name>
<email>gaurav.sinha@vyatta.com</email>
</author>
<published>2012-01-23T19:35:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=d8def099fed622b42f7b66468981d6d5c7aac74c'/>
<id>urn:sha1:d8def099fed622b42f7b66468981d6d5c7aac74c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'master' of git://git.netfilter.org/conntrack-tools into upstream</title>
<updated>2012-01-23T19:24:40+00:00</updated>
<author>
<name>Gaurav Sinha</name>
<email>gaurav.sinha@vyatta.com</email>
</author>
<published>2012-01-23T19:24:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=7bba65dc63e5544c61a7b78813df8e18647e4579'/>
<id>urn:sha1:7bba65dc63e5544c61a7b78813df8e18647e4579</id>
<content type='text'>
</content>
</entry>
<entry>
<title>conntrack: fix setting fixed-timeout status flag</title>
<updated>2012-01-23T00:27:29+00:00</updated>
<author>
<name>Pablo Neira Ayuso</name>
<email>pablo@netfilter.org</email>
</author>
<published>2012-01-23T00:23:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=1e70249a665aa611b3547233952f8f9bb51369f8'/>
<id>urn:sha1:1e70249a665aa611b3547233952f8f9bb51369f8</id>
<content type='text'>
% conntrack -U -u FIXED_TIMEOUT
conntrack v1.0.1 (conntrack-tools): Operation failed: Device or resource busy

With this patch, you can make indeed make it:

% conntrack -U -u FIXED_TIMEOUT
[...]
conntrack v1.0.1 (conntrack-tools): 8 flow entries have been updated.

This patch also adds the corresponding simple QA tests.

Signed-off-by: Pablo Neira Ayuso &lt;pablo@netfilter.org&gt;
</content>
</entry>
<entry>
<title>conntrackd: support `-i exp -x' and `-e exp -x' options</title>
<updated>2012-01-22T21:02:56+00:00</updated>
<author>
<name>Pablo Neira Ayuso</name>
<email>pablo@netfilter.org</email>
</author>
<published>2012-01-22T21:00:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=451dafe6f5e1add75793597ba9bd0e3fddf2d7f9'/>
<id>urn:sha1:451dafe6f5e1add75793597ba9bd0e3fddf2d7f9</id>
<content type='text'>
This patch allows you to dump the internal and external expectation
cache in XML.

% conntrackd -i exp -x
&lt;flow&gt;&lt;layer3 protonum="2" protoname="ipv4"&gt;&lt;expected&gt;&lt;src&gt;192.168.1.135&lt;/src&gt;&lt;dst&gt;130.89.148.12&lt;/dst&gt;&lt;/expected&gt;&lt;mask&gt;&lt;src&gt;255.255.255.255&lt;/src&gt;&lt;dst&gt;255.255.255.255&lt;/dst&gt;&lt;/mask&gt;&lt;master&gt;&lt;src&gt;192.168.1.135&lt;/src&gt;&lt;dst&gt;130.89.148.12&lt;/dst&gt;&lt;/master&gt;&lt;/layer3&gt;&lt;layer4 protonum="6" protoname="tcp"&gt;&lt;expected&gt;&lt;sport&gt;0&lt;/sport&gt;&lt;dport&gt;9082&lt;/dport&gt;&lt;/expected&gt;&lt;mask&gt;&lt;sport&gt;0&lt;/sport&gt;&lt;dport&gt;65535&lt;/dport&gt;&lt;/mask&gt;&lt;master&gt;&lt;sport&gt;50518&lt;/sport&gt;&lt;dport&gt;21&lt;/dport&gt;&lt;/master&gt;&lt;/layer4&gt;&lt;meta&gt;&lt;helper-name&gt;ftp&lt;/helper-name&gt;&lt;/meta&gt;&lt;/flow&gt;

Signed-off-by: Pablo Neira Ayuso &lt;pablo@netfilter.org&gt;
</content>
</entry>
<entry>
<title>conntrack: add expectation support for `-o' option</title>
<updated>2012-01-22T20:24:22+00:00</updated>
<author>
<name>Pablo Neira Ayuso</name>
<email>pablo@netfilter.org</email>
</author>
<published>2012-01-22T20:21:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=b5ca4272d185171971872a9a2ee677cd66c8386b'/>
<id>urn:sha1:b5ca4272d185171971872a9a2ee677cd66c8386b</id>
<content type='text'>
Now you can dump expectations in XML format and display the timestamp.

conntrack -L exp -o xml,timestamp
&lt;?xml version="1.0" encoding="utf-8"?&gt;
&lt;expect&gt;
&lt;flow&gt;&lt;layer3 protonum="2" protoname="ipv4"&gt;&lt;expected&gt;&lt;src&gt;192.168.1.135&lt;/src&gt;&lt;dst&gt;130.89.148.12&lt;/dst&gt;&lt;/expected&gt;&lt;mask&gt;&lt;src&gt;255.255.255.255&lt;/src&gt;&lt;dst&gt;255.255.255.255&lt;/dst&gt;&lt;/mask&gt;&lt;master&gt;&lt;src&gt;192.168.1.135&lt;/src&gt;&lt;dst&gt;130.89.148.12&lt;/dst&gt;&lt;/master&gt;&lt;/layer3&gt;&lt;layer4 protonum="6" protoname="tcp"&gt;&lt;expected&gt;&lt;sport&gt;0&lt;/sport&gt;&lt;dport&gt;32877&lt;/dport&gt;&lt;/expected&gt;&lt;mask&gt;&lt;sport&gt;0&lt;/sport&gt;&lt;dport&gt;65535&lt;/dport&gt;&lt;/mask&gt;&lt;master&gt;&lt;sport&gt;49881&lt;/sport&gt;&lt;dport&gt;21&lt;/dport&gt;&lt;/master&gt;&lt;/layer4&gt;&lt;meta&gt;&lt;helper-name&gt;ftp&lt;/helper-name&gt;&lt;timeout&gt;294&lt;/timeout&gt;&lt;when&gt;&lt;hour&gt;21&lt;/hour&gt;&lt;min&gt;22&lt;/min&gt;&lt;sec&gt;09&lt;/sec&gt;&lt;wday&gt;1&lt;/wday&gt;&lt;day&gt;22&lt;/day&gt;&lt;month&gt;1&lt;/month&gt;&lt;year&gt;2012&lt;/year&gt;&lt;/when&gt;&lt;/meta&gt;&lt;/flow&gt;
&lt;/expect&gt;

You have to upgrade libnetfilter_conntrack to access this feature.

Signed-off-by: Pablo Neira Ayuso &lt;pablo@netfilter.org&gt;
</content>
</entry>
<entry>
<title>conntrackd: fix expectation filtering if ExpectationSync On is used</title>
<updated>2012-01-22T17:27:43+00:00</updated>
<author>
<name>Pablo Neira Ayuso</name>
<email>pablo@netfilter.org</email>
</author>
<published>2012-01-22T17:27:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=4cd4e306286b4b255b7a5fb310a5250bb9d099e0'/>
<id>urn:sha1:4cd4e306286b4b255b7a5fb310a5250bb9d099e0</id>
<content type='text'>
If ExpectationSync On is used, we synchronize no expectations at
all due to a problem in the event filtering.

This is bug, this patch fixes the problem.

Reported-by: Gaurav Sinha &lt;gaurav.sinha@vyatta.com&gt;
Signed-off-by: Pablo Neira Ayuso &lt;pablo@netfilter.org&gt;
</content>
</entry>
<entry>
<title>Creating development branch expect-sync, has merged content from oxnard and upstream</title>
<updated>2012-01-18T20:05:50+00:00</updated>
<author>
<name>Gaurav Sinha</name>
<email>gaurav.sinha@vyatta.com</email>
</author>
<published>2012-01-18T20:05:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=e72ca98329a25414108e2af350c4014de9e8f736'/>
<id>urn:sha1:e72ca98329a25414108e2af350c4014de9e8f736</id>
<content type='text'>
</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>
</feed>
