On Tue, 10 Dec 2024 13:36:45 -0500
Jon Maloy
During testing it is sometimes useful to force traffic which would normally be forwared by socket splicing through the tap interface.
In this commit, we add a command switch enabling such funtionality for inbound local traffic.
For outbound local traffic this is much trickier, if even possible, so leave that for a later commit.
Suggested-by: David Gibson
Signed-off-by: Jon Maloy --- v2: Some minor changes based on feedback from PASST team v3: More changes based on feedback from D. Gibson and S. Brivio -Moved new option to pasta-only section -Added description to man-page v4: -Changed test on (mode == PASST) to (mode != PASTA) as suggested by Stefano Brivio. v5: -Updated text in man pages as suggested by Stefano Brivio.
Applied. -- Stefano