kernel-tools
kernel-tools copied to clipboard
Enable IPv6 multiple table
$ zcat /proc/config.gz | grep MULTIPLE_TABLE
...
CONFIG_IP_MULTIPLE_TABLES=y
# CONFIG_IPV6_MULTIPLE_TABLES is not set
...
It is correctly set on 4.8 https://github.com/scaleway/kernel-tools/blob/474987e5273d24fec4395f8fbadba93e47a9f672/armv7l/4.8.14-std/.config#L793