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-03 18:36:51 +0000
commit5371d95fd82aba0a29b9967e9d428542b3827a1b (patch)
tree3fcd35db8d0d37d8f5df053c6a260381f628c294
parente8883c64c6464c18f6e74f05a4dd1f4dc858ca5e (diff)
downloaddefinitions-5371d95fd82aba0a29b9967e9d428542b3827a1b.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