mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-28 18:54:37 +01:00
Experimental kernel is much newer, and many configuration options have dropped since 4.19. Let's use a whitelist to itemize what we expect to be dropped in the final config if experimental kernel us utilized. Signed-off-by: Eric Ernst <eric.ernst@intel.com>
12 lines
342 B
Plaintext
12 lines
342 B
Plaintext
# 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
|
|
CONFIG_NF_NAT_PROTO_GRE
|
|
CONFIG_NF_NAT_PROTO_SCTP
|
|
CONFIG_NF_NAT_PROTO_UDPLITE
|