defconfig: Enabling config INET_DIAG_DESTROY
Sockets that are opened before VPN is connected are supposed to be destroyed once it is connected. VPN related CTS testcases are failing without the ability to destroy sockets. Enabling INET_DIAG_DESTROY to fix these testcases. Change-Id: Iad01cb10faa892897f180ad217b27a56c2da89b5 Signed-off-by: Ashwanth Goli <ashwanth@codeaurora.org>
This commit is contained in:
parent
85d7e134cc
commit
94bdc46af7
2 changed files with 2 additions and 0 deletions
|
@ -90,6 +90,7 @@ CONFIG_IP_PNP_DHCP=y
|
|||
CONFIG_INET_AH=y
|
||||
CONFIG_INET_ESP=y
|
||||
CONFIG_INET_IPCOMP=y
|
||||
CONFIG_INET_DIAG_DESTROY=y
|
||||
CONFIG_IPV6_ROUTER_PREF=y
|
||||
CONFIG_IPV6_ROUTE_INFO=y
|
||||
CONFIG_IPV6_OPTIMISTIC_DAD=y
|
||||
|
|
|
@ -89,6 +89,7 @@ CONFIG_IP_PNP_DHCP=y
|
|||
CONFIG_INET_AH=y
|
||||
CONFIG_INET_ESP=y
|
||||
CONFIG_INET_IPCOMP=y
|
||||
CONFIG_INET_DIAG_DESTROY=y
|
||||
CONFIG_IPV6_ROUTER_PREF=y
|
||||
CONFIG_IPV6_ROUTE_INFO=y
|
||||
CONFIG_IPV6_OPTIMISTIC_DAD=y
|
||||
|
|
Loading…
Add table
Reference in a new issue