summaryrefslogtreecommitdiff
path: root/strata/networking-utils/ipset.morph
diff options
context:
space:
mode:
authorFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2015-02-12 15:57:03 +0000
committerFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2015-02-12 15:57:03 +0000
commit28bb8807d76f9602d33121c5b313717a67adac7d (patch)
tree024901aee66466b0147bdf18f097e8de3aa769a6 /strata/networking-utils/ipset.morph
parent1319309d3ff4eb85cb0e7e6cb178cb56ff116524 (diff)
downloaddefinitions-28bb8807d76f9602d33121c5b313717a67adac7d.tar.gz
This stratum is created to place all the networking tools. In this commits it adds iproute2 tools like ip and tc and ipset tools. This stratum requires kernel support in order to work.
Diffstat (limited to 'strata/networking-utils/ipset.morph')
-rw-r--r--strata/networking-utils/ipset.morph6
1 files changed, 6 insertions, 0 deletions
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