summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/net/tcp_ao/connect.c
AgeCommit message (Collapse)Author
2023-12-17selftests/net: Add TCP-AO libraryDmitry Safonov
Provide functions to create selftests dedicated to TCP-AO. They can run in parallel, as they use temporary net namespaces. They can be very specific to the feature being tested. This will allow to create a lot of TCP-AO tests, without complicating one binary with many --options and to create scenarios, that are hard to put in bash script that uses one binary. Signed-off-by: Dmitry Safonov <dima@arista.com> Signed-off-by: David S. Miller <davem@davemloft.net>