kata-containers/osbuilder

Enable ipv6 config CONFIG_IPV6_MULTIPLE_TABLES

amshinde opened this issue · 1 comments

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.

Wrong repo