From 47ab3d4a42e9ab51c465c4322d2ec233f6324e6b Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 28 Apr 2024 15:16:40 +0200 Subject: Adding upstream version 1.18.10. Signed-off-by: Daniel Baumann --- src/net/testdata/ipv6-hosts | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/net/testdata/ipv6-hosts (limited to 'src/net/testdata/ipv6-hosts') diff --git a/src/net/testdata/ipv6-hosts b/src/net/testdata/ipv6-hosts new file mode 100644 index 0000000..f78b7fc --- /dev/null +++ b/src/net/testdata/ipv6-hosts @@ -0,0 +1,11 @@ +# See https://tools.ietf.org/html/rfc5952, https://tools.ietf.org/html/rfc4007. + +# internet address and host name +::1 localhost # inline comment separated by tab +fe80:0000:0000:0000:0000:0000:0000:0001 localhost # inline comment separated by space + +# internet address with zone identifier and host name +fe80:0000:0000:0000:0000:0000:0000:0002%lo0 localhost + +# internet address, host name and aliases +fe80::3%lo0 localhost localhost.localdomain -- cgit v1.2.3