diff options
author | Emanuel Valasiadis <emanuel@valasiadis.space> | 2025-05-02 15:31:39 +0200 |
---|---|---|
committer | Stefano Brivio <sbrivio@redhat.com> | 2025-05-03 03:42:51 +0200 |
commit | f0021f9e1d4f118f4167149b256346f3dfea9d2b (patch) | |
tree | 441a98077f75d2ae55474850346b89347907393e | |
parent | 93394f4ef0966602b2ada8f72beaf75352add7b1 (diff) | |
download | passt-f0021f9e1d4f118f4167149b256346f3dfea9d2b.tar passt-f0021f9e1d4f118f4167149b256346f3dfea9d2b.tar.gz passt-f0021f9e1d4f118f4167149b256346f3dfea9d2b.tar.bz2 passt-f0021f9e1d4f118f4167149b256346f3dfea9d2b.tar.lz passt-f0021f9e1d4f118f4167149b256346f3dfea9d2b.tar.xz passt-f0021f9e1d4f118f4167149b256346f3dfea9d2b.tar.zst passt-f0021f9e1d4f118f4167149b256346f3dfea9d2b.zip |
fwd: fix doc typo
Signed-off-by: Emanuel Valasiadis <emanuel@valasiadis.space>
Reviewed-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
-rw-r--r-- | fwd.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -440,7 +440,7 @@ uint8_t fwd_nat_from_splice(const struct ctx *c, uint8_t proto, } /** - * nat_inbound() - Apply address translation for outbound (HOST to TAP) + * nat_inbound() - Apply address translation for inbound (HOST to TAP) * @c: Execution context * @addr: Input address (as seen on HOST interface) * @translated: Output address (as seen on TAP interface) |