]> xenbits.xensource.com Git - osstest.git/commitdiff
ts-kernel-build: Enable CONFIG_NETFILTER_XT_TARGET_CHECKSUM
authorAnthony PERARD <anthony.perard@citrix.com>
Thu, 6 Aug 2015 17:03:26 +0000 (18:03 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Wed, 9 Sep 2015 16:06:39 +0000 (17:06 +0100)
This iptables target CHECKSUM is used by OpenStack.

Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
ts-kernel-build

index 28bead478481bd48bae4acda82997a48e901865e..d5defaa0da59d053586c8947bc95594afcfa5e2a 100755 (executable)
@@ -248,6 +248,11 @@ setopt CONFIG_SYSVIPC y
 setopt CONFIG_BLK_DEV_LOOP y
 
 setopt CONFIG_PACKET y
+
+# needed for OpenStack
+# because: https://bugzilla.redhat.com/show_bug.cgi?id=910619#c6
+setopt CONFIG_NETFILTER_ADVANCED y
+setopt CONFIG_NETFILTER_XT_TARGET_CHECKSUM m
 END
 sub stash_config_edscript ($) {
     my ($settings) = @_;