From 7875699b0639972a6892458bafb8d92feb206e49 Mon Sep 17 00:00:00 2001 From: Francisco Redondo Marchena Date: Thu, 22 Jan 2015 20:36:45 +0000 Subject: Enable all the IP_NF kernel support --- strata/bsp-x86_64-generic/linux-x86-64-generic.morph | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/strata/bsp-x86_64-generic/linux-x86-64-generic.morph b/strata/bsp-x86_64-generic/linux-x86-64-generic.morph index 4bf441de..2b102de7 100644 --- a/strata/bsp-x86_64-generic/linux-x86-64-generic.morph +++ b/strata/bsp-x86_64-generic/linux-x86-64-generic.morph @@ -98,6 +98,19 @@ configure-commands: - scripts/config -e USB_NET_DM9601 - scripts/config -e USB_USBNET - scripts/config -e E1000E +- scripts/config -e IP_NF_MATCH_AH +- scripts/config -e IP_NF_MATCH_ECN +- scripts/config -e IP_NF_MATCH_RPFILTER +- scripts/config -e IP_NF_MATCH_TTL +- scripts/config -e IP_NF_TARGET_SYNPROXY +- scripts/config -e IP_NF_TARGET_NETMAP +- scripts/config -e IP_NF_TARGET_REDIRECT +- scripts/config -e IP_NF_TARGET_CLUSTERIP +- scripts/config -e IP_NF_TARGET_ECN +- scripts/config -e IP_NF_TARGET_TTL +- scripts/config -e IP_NF_NF_RAW +- scripts/config -e IP_NF_SECURITY +- scripts/config -e IP_NF_ARPTABLES - yes '' | make oldconfig build-commands: - make $MAKEFLAGS -- cgit v1.2.1