diff options
author | Stefano Brivio <sbrivio@redhat.com> | 2021-07-26 14:10:29 +0200 |
---|---|---|
committer | Stefano Brivio <sbrivio@redhat.com> | 2021-07-26 14:10:29 +0200 |
commit | 86b273150a47c6f5783db865d1385675f5c4e5a6 (patch) | |
tree | bc0011bc64f00a519817eb7b74a7d20664f8e3fb /udp.h | |
parent | f4aaa471a1d304b0b6c767ef4b2fb88b45c02ef1 (diff) | |
download | passt-86b273150a47c6f5783db865d1385675f5c4e5a6.tar passt-86b273150a47c6f5783db865d1385675f5c4e5a6.tar.gz passt-86b273150a47c6f5783db865d1385675f5c4e5a6.tar.bz2 passt-86b273150a47c6f5783db865d1385675f5c4e5a6.tar.lz passt-86b273150a47c6f5783db865d1385675f5c4e5a6.tar.xz passt-86b273150a47c6f5783db865d1385675f5c4e5a6.tar.zst passt-86b273150a47c6f5783db865d1385675f5c4e5a6.zip |
tcp, udp: Allow binding ports in init namespace to both tap and loopback
Traffic with loopback source address will be forwarded to the direct
loopback connection in the namespace, and the tap interface is used
for the rest.
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
Diffstat (limited to 'udp.h')
-rw-r--r-- | udp.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -35,7 +35,6 @@ union udp_epoll_ref { uint32_t u32; }; - /** * struct udp_ctx - Execution context for UDP * @port6_to_tap: IPv6 ports bound host/init-side, packets to guest/tap |