summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2015-02-10 07:44:28 +0000
committerFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2015-02-10 07:44:28 +0000
commit531b50506dfe40053143a8c5cb3069438ab7eaa4 (patch)
tree55fbf3dcb26310c067887675d54ab6f7a71bdb2d
parent92e4434bd0629dda9ed6abb04198d1472329e5fa (diff)
parent05200cd9681823b1f0d1fb931a57a9ca3d5d1c50 (diff)
downloadlorries-531b50506dfe40053143a8c5cb3069438ab7eaa4.tar.gz
Merge branch 'baserock/franred/add-ipset-and-libmnl'
Reviewed-by: Paul Sherwood <paul.sherwood@codethink.co.uk> Reviewed-by: Mike Smith <mike.smith@codethink.co.uk>
-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"
+ }
+}