scaleway / kernel-tools

:penguin: Kernels on Scaleway
http://devhub.scaleway.com/#/bootscripts
MIT License
104 stars 36 forks source link

Enable IPv6 multiple table #332

Open bchatelard opened 7 years ago

bchatelard commented 7 years ago
$ zcat /proc/config.gz | grep MULTIPLE_TABLE
...
CONFIG_IP_MULTIPLE_TABLES=y
# CONFIG_IPV6_MULTIPLE_TABLES is not set
...
bchatelard commented 7 years ago

It is correctly set on 4.8 https://github.com/scaleway/kernel-tools/blob/474987e5273d24fec4395f8fbadba93e47a9f672/armv7l/4.8.14-std/.config#L793