<feed xmlns='http://www.w3.org/2005/Atom'>
<title>conntrack-tools.git/src, branch napa</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=napa</id>
<link rel='self' href='https://git.amelek.net/vyos/conntrack-tools.git/atom?h=napa'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/'/>
<updated>2010-07-09T17:29:08+00:00</updated>
<entry>
<title>conntrackd: replace cyptic 'mfrm' with 'malformed' in '-s'</title>
<updated>2010-07-09T17:29:08+00:00</updated>
<author>
<name>Mohit Mehta</name>
<email>mohit.mehta@vyatta.com</email>
</author>
<published>2010-07-09T17:29:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=f61c5da63bd6901122ed3a198b9c28bfd473032d'/>
<id>urn:sha1:f61c5da63bd6901122ed3a198b9c28bfd473032d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Enforce strict logic for NetlinkBufferSize, NetlinkBufferSizeMaxGrowth clauses</title>
<updated>2010-07-01T23:28:46+00:00</updated>
<author>
<name>Mohit Mehta</name>
<email>mohit.mehta@vyatta.com</email>
</author>
<published>2010-07-01T23:28:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=ee38162e3b3faba467c1e070b14873190e894590'/>
<id>urn:sha1:ee38162e3b3faba467c1e070b14873190e894590</id>
<content type='text'>
* NetlinkBufferSize value passed to the kernel gets doubled [see SO_RCVBUF
  in net/core/sock.c]; it's halved now before it gets sent to the kernel.
  This ensures that daemon starts up with a netlink socket buffer size
  equal to the value set for NetlinkBufferSize in configuration file
* Previously, netlink socket buffer size would only stop increasing after
  it had increased beyond NetlinkBufferSizeMaxGrowth value. With this commit
  netlink socket buffer size increases as long as it is less than or
  equal to NetlinkBufferSizeMaxGrowth value
</content>
</entry>
<entry>
<title>update error message for max netlink socket size reached</title>
<updated>2010-06-29T17:44:31+00:00</updated>
<author>
<name>Mohit Mehta</name>
<email>mohit.mehta@vyatta.com</email>
</author>
<published>2010-06-29T17:44:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=7734e446934afb2f8474363ec437c3ae14ea7a7d'/>
<id>urn:sha1:7734e446934afb2f8474363ec437c3ae14ea7a7d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>conntrack: fix `conntrack -L -n -g` filter using AND, not OR logic</title>
<updated>2010-06-17T17:37:26+00:00</updated>
<author>
<name>Pablo Neira Ayuso</name>
<email>pablo@netfilter.org</email>
</author>
<published>2010-06-17T17:37:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=7bbe4057762277e6d910f3e7aecf7e210e3a14b4'/>
<id>urn:sha1:7bbe4057762277e6d910f3e7aecf7e210e3a14b4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>conntrack: fix `conntrack -L -n -g` (second try)</title>
<updated>2010-06-17T17:36:05+00:00</updated>
<author>
<name>Pablo Neira Ayuso</name>
<email>pablo@netfilter.org</email>
</author>
<published>2010-06-17T17:36:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=f3a946f895ae3b3ab13d666acdbbe8f15099eb87'/>
<id>urn:sha1:f3a946f895ae3b3ab13d666acdbbe8f15099eb87</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert "fix `conntrack -L --src-nat --dst-nat`"</title>
<updated>2010-06-17T17:34:10+00:00</updated>
<author>
<name>Mohit Mehta</name>
<email>mohit.mehta@vyatta.com</email>
</author>
<published>2010-06-17T17:34:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=fd9fddfe8d1835b42880d860a725b5394401b445'/>
<id>urn:sha1:fd9fddfe8d1835b42880d860a725b5394401b445</id>
<content type='text'>
This reverts commit b4d4591734726a7b38a579acf272022caf5a0534.
</content>
</entry>
<entry>
<title>This patch move the ports addition to the layer 4 functions, instead</title>
<updated>2010-06-15T17:27:03+00:00</updated>
<author>
<name>Pablo Neira Ayuso</name>
<email>pablo@netfilter.org</email>
</author>
<published>2010-06-15T17:27:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=e8f5931a39ba8a48efcba953998396fc5d778278'/>
<id>urn:sha1:e8f5931a39ba8a48efcba953998396fc5d778278</id>
<content type='text'>
of checking for the port attribute. It also adds a function for UDP
otherwise we break support for this protocol.
</content>
</entry>
<entry>
<title>fix `conntrackd -i -x`</title>
<updated>2010-06-15T16:57:58+00:00</updated>
<author>
<name>Mohit Mehta</name>
<email>mohit.mehta@vyatta.com</email>
</author>
<published>2010-06-15T16:57:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=d572d155e46095b5db6735a7c93dec8a97dcd353'/>
<id>urn:sha1:d572d155e46095b5db6735a7c93dec8a97dcd353</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix `conntrack -L --src-nat --dst-nat`</title>
<updated>2010-06-15T16:56:16+00:00</updated>
<author>
<name>Pablo Neira Ayuso</name>
<email>pablo@netfilter.org</email>
</author>
<published>2010-06-15T16:56:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=b4d4591734726a7b38a579acf272022caf5a0534'/>
<id>urn:sha1:b4d4591734726a7b38a579acf272022caf5a0534</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove generated files, apply debian patch 10-fix_udp_support.dpatch</title>
<updated>2010-06-15T02:10:02+00:00</updated>
<author>
<name>Mohit Mehta</name>
<email>mohit.mehta@vyatta.com</email>
</author>
<published>2010-06-15T02:10:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=e5c8ef256ebb6e44061d7b51a212638f1ee19947'/>
<id>urn:sha1:e5c8ef256ebb6e44061d7b51a212638f1ee19947</id>
<content type='text'>
</content>
</entry>
</feed>
