From 1b3c33a7931967fb7afe4efdf68deb7781786489 Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Thu, 8 May 2025 16:35:47 +0200 Subject: [PATCH] doc: Fix typo in nat statement 'prefix' description No point in repeating 'to map' here. Fixes: 19d73ccdd39fa ("doc: add nat examples") Signed-off-by: Phil Sutter --- doc/statements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/statements.txt b/doc/statements.txt index 74af1d1a..79a01384 100644 --- a/doc/statements.txt +++ b/doc/statements.txt @@ -438,7 +438,7 @@ Before kernel 4.18 nat statements require both prerouting and postrouting base c to be present since otherwise packets on the return path won't be seen by netfilter and therefore no reverse translation will take place. -The optional *prefix* keyword allows to map to map *n* source addresses to *n* +The optional *prefix* keyword allows to map *n* source addresses to *n* destination addresses. See 'Advanced NAT examples' below. .NAT statement values -- 2.47.2