summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDuncan Roe <duncan_roe@optusnet.com.au>2018-08-04 17:26:51 +1000
committerPablo Neira Ayuso <pablo@netfilter.org>2018-08-04 09:36:36 +0200
commit37a3a62396eb874859ccc64599072386819f252a (patch)
tree6597ee33b56c3091e62a1375753c8b7d19c7faf2
parentbf7fe9988f9927175f005334849345feb7d3e022 (diff)
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 <duncan_roe@optusnet.com.au> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
-rw-r--r--doc/data-types.txt8
1 files changed, 6 insertions, 2 deletions
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
----------------------------