mirror of
https://github.com/torvalds/linux.git
synced 2026-04-27 02:52:27 -04:00
This patch add a test that checks connect()ivity between two sockets:
unnamed socket -> bound socket
* SOCK_STREAM or SOCK_DGRAM
* pathname or abstract
* same or different netns
Signed-off-by: Kuniyuki Iwashima <kuniyu@amazon.com>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
4 lines
67 B
Makefile
4 lines
67 B
Makefile
TEST_GEN_PROGS := test_unix_oob unix_connect
|
|
|
|
include ../../lib.mk
|