mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-21 15:24:29 +01:00
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>