mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-15 13:58:55 +00:00
network: Enable ipv6 config CONFIG_IPV6_MULTIPLE_TABLES
Although CONFIG_IPV6 is enabled, this additional config is needed so that multiple route tables are used for ipv6. Without this, the kernel adds routes for "fe80::/64" with proto kernel in the main table instead of the local routing table. This makes the behaviour similar to regular containers. Fixes #920 Signed-off-by: Archana Shinde <archana.m.shinde@intel.com>
This commit is contained in:
@@ -35,6 +35,7 @@ CONFIG_TCP_CONG_BBR=y
|
||||
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
|
||||
|
@@ -1 +1 @@
|
||||
62
|
||||
63
|
||||
|
Reference in New Issue
Block a user