defconfig: msmcortex: Enable INET_UDP_DIAG
Enable config to enable UDP stats collection by ss tool. "ss -uneiopan" should work now. Change-Id: If74647d5027f509c7f4f5878aae8e051ed15c979 Signed-off-by: Tejaswi Tanikella <tejaswit@codeaurora.org>
This commit is contained in:
parent
3d8551da60
commit
1e52f94bdb
2 changed files with 2 additions and 0 deletions
|
@ -104,6 +104,7 @@ CONFIG_INET_AH=y
|
|||
CONFIG_INET_ESP=y
|
||||
CONFIG_INET_IPCOMP=y
|
||||
# CONFIG_INET_LRO is not set
|
||||
CONFIG_INET_UDP_DIAG=y
|
||||
CONFIG_INET_DIAG_DESTROY=y
|
||||
CONFIG_IPV6_ROUTER_PREF=y
|
||||
CONFIG_IPV6_ROUTE_INFO=y
|
||||
|
|
|
@ -103,6 +103,7 @@ CONFIG_IP_PNP_DHCP=y
|
|||
CONFIG_INET_AH=y
|
||||
CONFIG_INET_ESP=y
|
||||
CONFIG_INET_IPCOMP=y
|
||||
CONFIG_INET_UDP_DIAG=y
|
||||
CONFIG_INET_DIAG_DESTROY=y
|
||||
CONFIG_IPV6_ROUTER_PREF=y
|
||||
CONFIG_IPV6_ROUTE_INFO=y
|
||||
|
|
Loading…
Add table
Reference in a new issue