summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2015-02-09 17:13:48 +0000
committerFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2015-02-09 17:13:48 +0000
commit05200cd9681823b1f0d1fb931a57a9ca3d5d1c50 (patch)
tree55fbf3dcb26310c067887675d54ab6f7a71bdb2d
parent92e4434bd0629dda9ed6abb04198d1472329e5fa (diff)
downloadlorries-05200cd9681823b1f0d1fb931a57a9ca3d5d1c50.tar.gz
Add ipset and libmnl lorry filesbaserock/franred/add-ipset-and-libmnl
-rw-r--r--open-source-lorries/ipset.lorry6
-rw-r--r--open-source-lorries/libmnl.lorry6
2 files changed, 12 insertions, 0 deletions
diff --git a/open-source-lorries/ipset.lorry b/open-source-lorries/ipset.lorry
new file mode 100644
index 0000000..783a4ac
--- /dev/null
+++ b/open-source-lorries/ipset.lorry
@@ -0,0 +1,6 @@
+{
+ "ipset": {
+ "type": "git",
+ "url": "git://git.netfilter.org/ipset"
+ }
+}
diff --git a/open-source-lorries/libmnl.lorry b/open-source-lorries/libmnl.lorry
new file mode 100644
index 0000000..2ac5eee
--- /dev/null
+++ b/open-source-lorries/libmnl.lorry
@@ -0,0 +1,6 @@
+{
+ "libmnl": {
+ "type": "git",
+ "url": "git://git.netfilter.org/libmnl"
+ }
+}