]> git.ipfire.org Git - thirdparty/nftables.git/commitdiff
doc: correct NAT statement description
authorJeremy Sowden <jeremy@azazel.net>
Sun, 5 Mar 2023 10:14:16 +0000 (10:14 +0000)
committerFlorian Westphal <fw@strlen.de>
Sat, 29 Apr 2023 14:46:36 +0000 (16:46 +0200)
Specifying a port specifies that a port, not an address, should be
modified.

Signed-off-by: Jeremy Sowden <jeremy@azazel.net>
Signed-off-by: Florian Westphal <fw@strlen.de>
doc/statements.txt

index 0532b2b16c7dcc3e215d49943dd86609a87d0796..b2794bcd682114f04c2dcda088edceefcbf73979 100644 (file)
@@ -405,7 +405,7 @@ You may specify a mapping to relate a list of tuples composed of arbitrary
 expression key with address value. |
 ipv4_addr, ipv6_addr, e.g. abcd::1234, or you can use a mapping, e.g. meta mark map { 10 : 192.168.1.2, 20 : 192.168.1.3 }
 |port|
-Specifies that the source/destination address of the packet should be modified. |
+Specifies that the source/destination port of the packet should be modified. |
 port number (16 bit)
 |===============================