diff options
author | Chris Abela <chris.abela@maltats.com> | 2011-07-03 13:48:38 -0400 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-07-14 21:54:02 -0300 |
commit | 267caa0dc01dbfa715b43a9537a8d3e4dacb9422 (patch) | |
tree | 464648656140c54fb12d8d9708e3b76fd167dd2d /network/ipv6calc/README | |
parent | 022d8487404bb4fe0ca2db5709387fb2530e3e16 (diff) |
network/ipv6calc: Added (utility to convert IPv6 addresses)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'network/ipv6calc/README')
-rw-r--r-- | network/ipv6calc/README | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/network/ipv6calc/README b/network/ipv6calc/README new file mode 100644 index 000000000000..c5060735ffc9 --- /dev/null +++ b/network/ipv6calc/README @@ -0,0 +1,16 @@ +ipv6calc is a small utility written in programming language C to +manipulate (not only) IPv6 addresses. Intentions were converting a +given IPv6 address into compressed format, converting 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 utility is needed to do a lot. + +This utility was also used in the past to extend features on +network-functions-ipv6 library, used by initscripts-ipv6. + +To enable IP2Location support you will need to install C-Ip2location +first, and then pass: + + IP2LOCATION=yes + +to this Slackbuild. |