From 37a3a62396eb874859ccc64599072386819f252a Mon Sep 17 00:00:00 2001 From: Duncan Roe Date: Sat, 4 Aug 2018 17:26:51 +1000 Subject: 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 --- doc/data-types.txt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'doc/data-types.txt') 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 ---------------------------- -- cgit v1.2.3