From 28bb8807d76f9602d33121c5b313717a67adac7d Mon Sep 17 00:00:00 2001 From: Francisco Redondo Marchena Date: Thu, 12 Feb 2015 15:57:03 +0000 Subject: Add networking-utils stratum 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. --- strata/networking-utils/ipset.morph | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 strata/networking-utils/ipset.morph (limited to 'strata/networking-utils/ipset.morph') 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