Merge pull request #921 from amshinde/config-ipv6-multiple-tables

network: Enable ipv6 config CONFIG_IPV6_MULTIPLE_TABLES
This commit is contained in:
Salvador Fuentes 2020-01-27 09:42:08 -06:00 committed by GitHub
commit 03573d4528
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -1 +1 @@
62
63