| Description: | ipv6calc is a small utility which formats and calculates IPv4/IPv6 addresses
in different ways.
Install this package, if you want to retrieve information about a particular
IPv4/IPv6/MAC address (-i ADDRESS) or make life easier in adding entries to
reverse IPv6 DNS zones (e.g. -a 2001:db8:1234::1/48).
In addition many format and type conversions are supported, see online help
and/or given URL for more.
Also this package contains additional programs
 - ipv6loganon: anonymize Apache web server logs
 - ipv6logconv: special Apache web server log converter
    (examples included for use with analog)
 - ipv6logstats: create statistics from list of IPv4/IPv6 addresses
    (examples included for use with gnu-plot)
 - mod_ipv6calc: Apache module for anonymization/information logging on-the-fly
Support for following databases
 - IP2Location(BIN)  ENABLED
		     default directory for downloaded db files: /usr/share/IP2Location
		     (requires also external library on system)
 - IP2Location(MMDB) ENABLED
		     default directory for downloaded db files: /usr/share/IP2Location
		     (requires also external library on system)
 - GeoIP(MMDB)	     ENABLED
		     default directory for downloaded db files: /usr/share/GeoIP
		     (requires also external library on system)
 - db-ip.com(MMDB)   ENABLED
		     (once generated database files are found on system)
		     default directory for generated db files: /usr/share/DBIP
 - External	     ENABLED
		     default directory for generated db files: /usr/share/ipv6calc/db
Built WITH shared-library
Available rpmbuild rebuild options:
  --without ip2location : disables IP2Location(BIN)
  --without mmdb : disables GeoIP, db-ip.com, IP2Location(MMDB)
  --without external
  --without shared
  --without mod_ipv6calc |