From dacc3f351eda5643c586f0c548425738655778af Mon Sep 17 00:00:00 2001 From: Francisco Redondo Marchena Date: Tue, 3 Feb 2015 18:36:51 +0000 Subject: Add ipset framework --- strata/networking-utils.morph | 12 ++++++++++++ strata/networking-utils/ipset.morph | 6 ++++++ 2 files changed, 18 insertions(+) create mode 100644 strata/networking-utils/ipset.morph 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 -- cgit v1.2.1