summaryrefslogtreecommitdiffstats
path: root/doc/statements.txt
diff options
context:
space:
mode:
authorJeremy Sowden <jeremy@azazel.net>2023-03-05 10:14:16 +0000
committerFlorian Westphal <fw@strlen.de>2023-04-29 16:46:36 +0200
commit56279b0549d3e4a55e96845e7f3b58e42b2c02ce (patch)
treee8ce676727b17d07f2c88dc296625f4fe0dbffe8 /doc/statements.txt
parent686a4b2b0a085b415e354bc6720c99014e9532ba (diff)
doc: correct NAT statement description
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>
Diffstat (limited to 'doc/statements.txt')
-rw-r--r--doc/statements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/statements.txt b/doc/statements.txt
index 0532b2b1..b2794bcd 100644
--- a/doc/statements.txt
+++ b/doc/statements.txt
@@ -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)
|===============================