mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-25 15:02:45 +00:00
kernel: Remove CONFIG_INET6 options from fragments
Dont think these are options are required at all. Remove them from fragments and whitelist. Fixes #924 Signed-off-by: Archana Shinde <archana.m.shinde@intel.com>
This commit is contained in:
parent
17d86c3c14
commit
b66fb4389f
@ -36,11 +36,6 @@ CONFIG_DEFAULT_BBR=y
|
||||
CONFIG_TCP_MD5SIG=y
|
||||
CONFIG_IPV6=y
|
||||
CONFIG_IPV6_MULTIPLE_TABLES=y
|
||||
# Once we move to 5.4, INET6_XFRM_MODE_* are not needed. I don't think these are actually needed, but
|
||||
# for now we just place them in whitelist.conf:
|
||||
CONFIG_INET6_XFRM_MODE_TRANSPORT=y
|
||||
CONFIG_INET6_XFRM_MODE_TUNNEL=y
|
||||
CONFIG_INET6_XFRM_MODE_BEET=y
|
||||
|
||||
CONFIG_STP=y
|
||||
CONFIG_BRIDGE=y
|
||||
|
@ -1,8 +1,5 @@
|
||||
# configuration options which may dropped in newer kernels
|
||||
# without generating an error in fragment merging
|
||||
CONFIG_INET6_XFRM_MODE_BEET
|
||||
CONFIG_INET6_XFRM_MODE_TRANSPORT
|
||||
CONFIG_INET6_XFRM_MODE_TUNNEL
|
||||
CONFIG_NF_NAT_IPV4
|
||||
CONFIG_NF_NAT_NEEDED
|
||||
CONFIG_NF_NAT_PROTO_DCCP
|
||||
|
@ -1 +1 @@
|
||||
64
|
||||
65
|
||||
|
Loading…
Reference in New Issue
Block a user