diff options
author | hubertf <hubertf@pkgsrc.org> | 2003-10-14 23:46:46 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2003-10-14 23:46:46 +0000 |
commit | b5e7b9d410cfb183fcaaac1135725b1d503ce8b1 (patch) | |
tree | 9caf1a7c1aab3395f11abea60e3845fc82193127 /net/ipv6calc/PLIST | |
parent | bdda33c239061b115652e0865131b238beecbe23 (diff) | |
download | pkgsrc-b5e7b9d410cfb183fcaaac1135725b1d503ce8b1.tar.gz |
Update ipv6calc to 0.46. Changes:
- IPv4 database updated (20030906)
- add support of LACNIC registry
- add output format "octal"
Print octal representation of a given IPv6 address:
(useful for djbdns/tinydns)
3ffe:ffff::1 ->
\77\376\377\377\0\0\0\0\0\0\0\0\0\0\0\1
--printfulluncompressed 3ffe:ffff::1 ->
\077\376\377\377\000\000\000\000\000\000\000\000\000\000\000\001
Available format options:
--printfulluncompressed: Print in full uncompressed format
- New program "ipv6logstats" for parsing web server logs to get some
IPv4/IPv6 distribution data and build time line charts. See examples for
more.
- add input types:
"ipv4hex" (hexadecimal IPv4 address)
"ipv4revhex" (reverse hexadecimal IPv4 address)
- add support of spaces in MAC/EUI-48 addresses
- General bugfixing
Diffstat (limited to 'net/ipv6calc/PLIST')
-rw-r--r-- | net/ipv6calc/PLIST | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/ipv6calc/PLIST b/net/ipv6calc/PLIST index 132bc15d668..b5fc1f080aa 100644 --- a/net/ipv6calc/PLIST +++ b/net/ipv6calc/PLIST @@ -1,3 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2002/04/21 21:06:54 hubertf Exp $ +@comment $NetBSD: PLIST,v 1.3 2003/10/14 23:46:46 hubertf Exp $ bin/ipv6calc bin/ipv6logconv +bin/ipv6logstats |