From 70ed890c532ebbe150d750578b640fb7d679568c Mon Sep 17 00:00:00 2001 From: Francisco Redondo Marchena Date: Thu, 12 Feb 2015 14:46:09 +0000 Subject: Enable ipset kernel configuration for Openstack bsp --- .../bsp-x86_64-openstack/linux-x86-64-openstack.morph | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/strata/bsp-x86_64-openstack/linux-x86-64-openstack.morph b/strata/bsp-x86_64-openstack/linux-x86-64-openstack.morph index a1792fd5..6e347ea3 100644 --- a/strata/bsp-x86_64-openstack/linux-x86-64-openstack.morph +++ b/strata/bsp-x86_64-openstack/linux-x86-64-openstack.morph @@ -113,6 +113,23 @@ configure-commands: - scripts/config -e NETFILTER_NETLINK_QUEUE - scripts/config -e SCSI_NETLINK - scripts/config -e NETFILTER_XT_TARGET_MARK +- scripts/config -e NETFILTER_XT_SET +- scripts/config -e IP_SET +- scripts/config -e IP_SET_BITMAP_IP +- scripts/config -e IP_SET_BITMAP_IPMAC +- scripts/config -e IP_SET_BITMAP_PORT +- scripts/config -e IP_SET_HASH_IP +- scripts/config -e IP_SET_HASH_IPMARK +- scripts/config -e IP_SET_HASH_IPPORT +- scripts/config -e IP_SET_HASH_IPPORTIP +- scripts/config -e IP_SET_HASH_IPPORTNET +- scripts/config -e IP_SET_HASH_MAC +- scripts/config -e IP_SET_HASH_NETPORTNET +- scripts/config -e IP_SET_HASH_NET +- scripts/config -e IP_SET_HASH_NETNET +- scripts/config -e IP_SET_HASH_NETPORT +- scripts/config -e IP_SET_HASH_NETIFACE +- scripts/config -e IP_SET_LIST_SET - yes '' | make oldconfig build-commands: - make $MAKEFLAGS -- cgit v1.2.1