enable specific ipv6 route config via RA

This commit is contained in:
Dominik Heidler 2012-02-15 23:24:01 +01:00
parent b88b37bb39
commit fd3b331c9a
2 changed files with 3 additions and 2 deletions

View file

@ -28,7 +28,7 @@ source=("ftp://ftp.kernel.org/pub/linux/kernel/v3.x/linux-${_basekernel}.tar.xz"
md5sums=('364066fa18767ec0ae5f4e4abcf9dc51'
'266bc525f5214db3ec62e6301e6297a6'
'27f49ad6786eb233e6595de9fc0aea51'
'041a4754d802a7e41e784dd44413389e'
'1d5235ed4069fdb77bea890791690c2f'
'9d3c56a4b999c8bfbd4018089a62f662'
'd4c22c6f6c8c53d595552b6285aeab79')

View file

@ -637,7 +637,8 @@ CONFIG_DEFAULT_TCP_CONG="cubic"
CONFIG_TCP_MD5SIG=y
CONFIG_IPV6=y
CONFIG_IPV6_PRIVACY=y
# CONFIG_IPV6_ROUTER_PREF is not set
CONFIG_IPV6_ROUTER_PREF=y
CONFIG_IPV6_ROUTE_INFO=y
# CONFIG_IPV6_OPTIMISTIC_DAD is not set
CONFIG_INET6_AH=m
CONFIG_INET6_ESP=m