[meta-virtualization] [PATCH] linux/docker.cfg: CONFIG_NF_CONNTRACK_IPV4 was replaced by CONFIG_NF_CONNTRACK

Hongzhi.Song hongzhi.song at windriver.com
Mon Jan 21 00:37:54 PST 2019


>From kernel:

commit ID: [a0ae2562c]
commit log:
[netfilter: conntrack: remove l3proto abstraction

This unifies ipv4 and ipv6 protocol trackers and removes the l3proto
abstraction.
...]

Signed-off-by: Hongzhi.Song <hongzhi.song at windriver.com>
---
 recipes-kernel/linux/linux-yocto/docker.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-kernel/linux/linux-yocto/docker.cfg b/recipes-kernel/linux/linux-yocto/docker.cfg
index 4ee8e36..79012a6 100644
--- a/recipes-kernel/linux/linux-yocto/docker.cfg
+++ b/recipes-kernel/linux/linux-yocto/docker.cfg
@@ -1,7 +1,7 @@
 CONFIG_NETFILTER_XT_MATCH_ADDRTYPE=m
 CONFIG_IP_NF_FILTER=m
 CONFIG_NF_NAT=m
-CONFIG_NF_CONNTRACK_IPV4=y
+CONFIG_NF_CONNTRACK=y
 
 CONFIG_DM_THIN_PROVISIONING=m
 
-- 
2.8.1



More information about the meta-virtualization mailing list