On Wed, Feb 03, 2021 at 05:16 AM CET, Cong Wang wrote: > From: Cong Wang <[email protected]> > > Add two test cases to ensure redirection between two > AF_UNIX sockets or two UDP sockets work. > > Cc: John Fastabend <[email protected]> > Cc: Daniel Borkmann <[email protected]> > Cc: Jakub Sitnicki <[email protected]> > Cc: Lorenz Bauer <[email protected]> > Signed-off-by: Cong Wang <[email protected]> > ---
If you extract a helper for creating a pair of connected sockets that: 1) delegates to socketpair() for AF_UNIX, 2) emulates socketpair() for INET/DGRAM, then tests for INET and UNIX datagram sockets could share code. [...]
