summaryrefslogtreecommitdiff
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
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
-rw-r--r--open-source-lorries/conntrack-tools.lorry6
-rw-r--r--open-source-lorries/libnetfilter_conntrack.lorry6
-rw-r--r--open-source-lorries/libnetfilter_cthelper.lorry6
-rw-r--r--open-source-lorries/libnetfilter_cttimeout.lorry6
-rw-r--r--open-source-lorries/libnetfilter_queue.lorry6
-rw-r--r--open-source-lorries/libnfnetlink.lorry6
6 files changed, 36 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"
+ }
+}
diff --git a/open-source-lorries/libnetfilter_conntrack.lorry b/open-source-lorries/libnetfilter_conntrack.lorry
new file mode 100644
index 0000000..c0da86a
--- /dev/null
+++ b/open-source-lorries/libnetfilter_conntrack.lorry
@@ -0,0 +1,6 @@
+{
+ "libnetfilter_conntrack": {
+ "type": "git",
+ "url": "git://git.netfilter.org/libnetfilter_conntrack"
+ }
+}
diff --git a/open-source-lorries/libnetfilter_cthelper.lorry b/open-source-lorries/libnetfilter_cthelper.lorry
new file mode 100644
index 0000000..8e4f0a8
--- /dev/null
+++ b/open-source-lorries/libnetfilter_cthelper.lorry
@@ -0,0 +1,6 @@
+{
+ "libnetfilter_cthelper": {
+ "type": "git",
+ "url": "git://git.netfilter.org/libnetfilter_cthelper"
+ }
+}
diff --git a/open-source-lorries/libnetfilter_cttimeout.lorry b/open-source-lorries/libnetfilter_cttimeout.lorry
new file mode 100644
index 0000000..5119b36
--- /dev/null
+++ b/open-source-lorries/libnetfilter_cttimeout.lorry
@@ -0,0 +1,6 @@
+{
+ "libnetfilter_cttimeout": {
+ "type": "git",
+ "url": "git://git.netfilter.org/libnetfilter_cttimeout"
+ }
+}
diff --git a/open-source-lorries/libnetfilter_queue.lorry b/open-source-lorries/libnetfilter_queue.lorry
new file mode 100644
index 0000000..05130ff
--- /dev/null
+++ b/open-source-lorries/libnetfilter_queue.lorry
@@ -0,0 +1,6 @@
+{
+ "libnetfilter_queue": {
+ "type": "git",
+ "url": "git://git.netfilter.org/libnetfilter_queue"
+ }
+}
diff --git a/open-source-lorries/libnfnetlink.lorry b/open-source-lorries/libnfnetlink.lorry
new file mode 100644
index 0000000..0acabf7
--- /dev/null
+++ b/open-source-lorries/libnfnetlink.lorry
@@ -0,0 +1,6 @@
+{
+ "libnfnetlink": {
+ "type": "git",
+ "url": "git://git.netfilter.org/libnfnetlink"
+ }
+}