From 56279b0549d3e4a55e96845e7f3b58e42b2c02ce Mon Sep 17 00:00:00 2001 From: Jeremy Sowden Date: Sun, 5 Mar 2023 10:14:16 +0000 Subject: doc: correct NAT statement description Specifying a port specifies that a port, not an address, should be modified. Signed-off-by: Jeremy Sowden Signed-off-by: Florian Westphal --- doc/statements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/statements.txt') 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) |=============================== -- cgit v1.2.3