From fa6d8281bdc3ff46e6e7c97193e2db8778d844d7 Mon Sep 17 00:00:00 2001 From: Alexandr Morozov Date: Tue, 4 Nov 2014 14:47:13 -0800 Subject: [PATCH] Add check for IP_NF_FILTER Signed-off-by: Alexandr Morozov Upstream-commit: e621f99923ae8ab74a44d1fa2416e28a6dbc6eb0 Component: engine --- components/engine/contrib/check-config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/engine/contrib/check-config.sh b/components/engine/contrib/check-config.sh index afaabbc956..26a2f0ae43 100755 --- a/components/engine/contrib/check-config.sh +++ b/components/engine/contrib/check-config.sh @@ -135,7 +135,7 @@ flags=( DEVPTS_MULTIPLE_INSTANCES CGROUPS CGROUP_CPUACCT CGROUP_DEVICE CGROUP_FREEZER CGROUP_SCHED MACVLAN VETH BRIDGE - NF_NAT_IPV4 IP_NF_TARGET_MASQUERADE + NF_NAT_IPV4 IP_NF_FILTER IP_NF_TARGET_MASQUERADE NETFILTER_XT_MATCH_{ADDRTYPE,CONNTRACK} NF_NAT NF_NAT_NEEDED )