https://github.com/torvalds/linux
Revision 258fe208f2829d75ac837c17dbdc697ef653a395 authored by Maninder Singh on 02 August 2018, 09:57:27 UTC, committed by David S. Miller on 02 August 2018, 17:30:12 UTC
use actual protocol family passed by user rather than hardcoded
AF_INTE6 to cerate sockets.
current code is not working for IPv4.

Signed-off-by: Maninder Singh <maninder1.s@samsung.com>
Signed-off-by: Vaneet Narang <v.narang@samsung.com>
Reviewed-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent e30cb13
History
Tip revision: 258fe208f2829d75ac837c17dbdc697ef653a395 authored by Maninder Singh on 02 August 2018, 09:57:27 UTC
selftest/net: fix protocol family to work for IPv4.
Tip revision: 258fe20

back to top