diff options
author | zuntum <zuntum> | 2001-11-25 18:47:02 +0000 |
---|---|---|
committer | zuntum <zuntum> | 2001-11-25 18:47:02 +0000 |
commit | 4c9104e98851b106ab5dc4c4a171849a28a38142 (patch) | |
tree | 37eb4f48d10285eeba379aee8199675e15de5cec /net/ip6_int/PLIST | |
parent | f71df2ea510f4bdf19eb7309d86e2d02487ac0d9 (diff) | |
download | pkgsrc-4c9104e98851b106ab5dc4c4a171849a28a38142.tar.gz |
Initial import of ip6_int
Convert valid IPv6 addresses to ip6.int PTR values. Convert valid
IPv4 addresses to in-addr.arpa PTR values. Anything not valid is
simply printed as is. Handles :: notation and embedded IPv4
addresses. If the address is followed by /n, the PTR is truncated
to n bits.
Diffstat (limited to 'net/ip6_int/PLIST')
-rw-r--r-- | net/ip6_int/PLIST | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/ip6_int/PLIST b/net/ip6_int/PLIST new file mode 100644 index 00000000000..f24b1ee2d1d --- /dev/null +++ b/net/ip6_int/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/11/25 18:47:02 zuntum Exp $ +bin/ip6_int |