summaryrefslogtreecommitdiff
path: root/open-source-lorries/conntrack-tools.lorry
diff options
context:
space:
mode:
authorFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2015-06-16 14:39:09 +0100
committerBaserock Gerrit <gerrit@baserock.org>2015-06-17 08:55:46 +0000
commit96d9e44d34e4ec2db22d0cf953989fc86661ae8c (patch)
tree0e7b94a2a8e2cb4cc23be2ba5372e257edd36dd2 /open-source-lorries/conntrack-tools.lorry
parent435352111e436e95066eb0e9e226d1dec8a29722 (diff)
downloadlorries-96d9e44d34e4ec2db22d0cf953989fc86661ae8c.tar.gz
Add conntrack-tools lorry file and its dependencies
conntrack-tools are a set of userspace tools for Linux that allow system administrator interact with the Connection Tracking System, which is the module that provides packet inspection for iptables. This package is required by Neutron (OpenStack) to do some operations. The other lorries files are libraries required by conntrack-tools. Change-Id: I103abfb9b369b7edc41be80a9f6072c439407985
Diffstat (limited to 'open-source-lorries/conntrack-tools.lorry')
-rw-r--r--open-source-lorries/conntrack-tools.lorry6
1 files changed, 6 insertions, 0 deletions
diff --git a/open-source-lorries/conntrack-tools.lorry b/open-source-lorries/conntrack-tools.lorry
new file mode 100644
index 0000000..0c99f51
--- /dev/null
+++ b/open-source-lorries/conntrack-tools.lorry
@@ -0,0 +1,6 @@
+{
+ "conntrack-tools": {
+ "type": "git",
+ "url": "git://git.netfilter.org/conntrack-tools"
+ }
+}