2011-10-19 15:54:44 +02:00
|
|
|
ipv6calc is a small utility written in programming language C to manipulate
|
|
|
|
(not only) IPv6 addresses. Intentions were convering a given IPv6 address into
|
|
|
|
compressed format, convering a given IPv6 address into the same format like
|
|
|
|
shown in /proc/net/if_inet6 and (because it was not difficulty) migrating the
|
|
|
|
Perl program ip6_int into. Now only one utiltity is needed to do a lot.
|
|
|
|
|
2011-07-03 19:48:38 +02:00
|
|
|
This utility was also used in the past to extend features on
|
|
|
|
network-functions-ipv6 library, used by initscripts-ipv6.
|
|
|
|
|
2012-08-24 18:17:07 +02:00
|
|
|
To enable IP2Location support you will need to install the optional dependency
|
2012-12-09 22:05:15 +01:00
|
|
|
ip2location-c first, and then pass:
|
2011-07-03 19:48:38 +02:00
|
|
|
|
|
|
|
IP2LOCATION=yes
|
|
|
|
|
|
|
|
to this Slackbuild.
|