summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2015-02-03 18:36:51 +0000
committerFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2015-02-11 18:30:37 +0000
commitdacc3f351eda5643c586f0c548425738655778af (patch)
tree917cc8b6bdbadc9c773a2f1031792bcd6796ad55
parent68e2bf540cabac4ee189fbfd75caf6f0ee37328e (diff)
downloaddefinitions-dacc3f351eda5643c586f0c548425738655778af.tar.gz
Add ipset framework
-rw-r--r--strata/networking-utils.morph12
-rw-r--r--strata/networking-utils/ipset.morph6
2 files changed, 18 insertions, 0 deletions
diff --git a/strata/networking-utils.morph b/strata/networking-utils.morph
index a39b539f..da97a51f 100644
--- a/strata/networking-utils.morph
+++ b/strata/networking-utils.morph
@@ -9,3 +9,15 @@ chunks:
ref: 50231ad2a554fcb02462bed6405c970833c1baee
unpetrify-ref: v3.17.0
build-depends: []
+- name: libmnl
+ repo: git://git.netfilter.org/libmnl
+ ref: c9f19b98cd8e108617e825e071091df14f78c53a
+ unpetrify-ref: master
+ build-depends: []
+- name: ipset
+ morph: strata/networking-utils/ipset.morph
+ repo: git://git.netfilter.org/ipset
+ ref: cf25c4c50e9996af30499e5b1c3354ab53be7237
+ unpetrify-ref: v6.24
+ build-depends:
+ - libmnl
diff --git a/strata/networking-utils/ipset.morph b/strata/networking-utils/ipset.morph
new file mode 100644
index 00000000..7fe8c6dc
--- /dev/null
+++ b/strata/networking-utils/ipset.morph
@@ -0,0 +1,6 @@
+name: ipset
+kind: chunk
+build-system: autotools
+configure-commands:
+- ./autogen.sh
+- ./configure --prefix="$PREFIX" --enable-static=no --with-kmod=no