diff options
author | Jon Maloy <jmaloy@redhat.com> | 2024-12-10 13:36:45 -0500 |
---|---|---|
committer | Stefano Brivio <sbrivio@redhat.com> | 2024-12-11 01:47:37 +0100 |
commit | e24f0262229a1f9c673dca3452ad103cbe06b866 (patch) | |
tree | 8a29785cfd4d58114c4679afe364eba638a4e298 /passt.1 | |
parent | 947f5cdb93062fd4e56adbab9901bbbb8aa8b5cb (diff) | |
download | passt-e24f0262229a1f9c673dca3452ad103cbe06b866.tar passt-e24f0262229a1f9c673dca3452ad103cbe06b866.tar.gz passt-e24f0262229a1f9c673dca3452ad103cbe06b866.tar.bz2 passt-e24f0262229a1f9c673dca3452ad103cbe06b866.tar.lz passt-e24f0262229a1f9c673dca3452ad103cbe06b866.tar.xz passt-e24f0262229a1f9c673dca3452ad103cbe06b866.tar.zst passt-e24f0262229a1f9c673dca3452ad103cbe06b866.zip |
pasta: make it possible to disable socket splicing
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 <david@gibson.dropbear.id.au>
Signed-off-by: Jon Maloy <jmaloy@redhat.com>
Reviewed-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
Diffstat (limited to 'passt.1')
-rw-r--r-- | passt.1 | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -695,6 +695,11 @@ Configure MAC address \fIaddr\fR on the tap interface in the namespace. Default is to let the tap driver build a pseudorandom hardware address. +.TP +.BR \-\-no-splice +Disable the bypass path for inbound, local traffic. See the section \fBHandling +of local traffic in pasta\fR in the \fBNOTES\fR for more details. + .SH EXAMPLES .SS \fBpasta |