From: Duncan Roe Date: Sat, 4 Aug 2018 07:26:51 +0000 (+1000) Subject: doc: resolve run-together IPv6 address specification headers X-Git-Tag: v0.9.1~334 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37a3a62396eb874859ccc64599072386819f252a;p=thirdparty%2Fnftables.git doc: resolve run-together IPv6 address specification headers This run-together header has been there since before the conversion to .txt. Also the comment starting "without []" wrapped around in an 80cc xterm, so split into 2 comment lines and fixed grammar (extrs "the"). Signed-off-by: Duncan Roe Signed-off-by: Pablo Neira Ayuso --- diff --git a/doc/data-types.txt b/doc/data-types.txt index 2c6108fb..8bbdd573 100644 --- a/doc/data-types.txt +++ b/doc/data-types.txt @@ -112,12 +112,16 @@ The IPv6 address type is used for IPv6 addresses. Addresses are specified as a host name or as hexadecimal halfwords separated by colons. Addresses might be enclosed in square brackets ("[]") to differentiate them from port numbers. -.IPv6 address specificationIPv6 address specification with bracket notation +.IPv6 address specification ---------------------- # abbreviated loopback address filter output ip6 daddr ::1 +---------------------------- -# without [] the port number (22) would be parsed as part of ipv6 address +.IPv6 address specification with bracket notation +---------------------- +# without [] the port number (22) would be parsed as part of the +# ipv6 address ip6 nat prerouting tcp dport 2222 dnat to [1ce::d0]:22 ----------------------------