From: Phil Sutter Date: Thu, 8 May 2025 14:35:47 +0000 (+0200) Subject: doc: Fix typo in nat statement 'prefix' description X-Git-Tag: v1.0.6.1~61 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=16a64ad5130e01a82737d461d8cf9e719b2fdef7;p=thirdparty%2Fnftables.git doc: Fix typo in nat statement 'prefix' description commit 1b3c33a7931967fb7afe4efdf68deb7781786489 upstream. No point in repeating 'to map' here. Fixes: 19d73ccdd39fa ("doc: add nat examples") Signed-off-by: Phil Sutter --- diff --git a/doc/statements.txt b/doc/statements.txt index ad351070..5934c366 100644 --- a/doc/statements.txt +++ b/doc/statements.txt @@ -435,7 +435,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