# Project: ipv6calc
# File   : TODO
# Version: $Id: TODO,v 1.3 2002/02/25 21:18:49 peter Exp $

TODO list

Documentation:
* manpage (never wrote one, therefore need help)

Features:
* ip6int_to_addr
* IPv4 address extraction of autoconfigured link local addresses
* 6to4addr -> IPv4, IPv4 -> 6to4addr
* showinfo: add vendor database for global EUI-64/48 identifiers

Format features
* printprefix, printsuffix for full

Cosmetics:
* less major options, more format options 



Features requested from others:

-call no kernel-specific or userland-specific functions, just C.

ipv6calc C library would contain routines to represent  the
following forms (and convert between them):
  -x:x:x:x:x:x:x:x                       
  -::                                    
  -x:x:x:x:x:x:d.d.d.d
  -ipv6-address/prefix-length
  -scoped_address%scope_id
  -base 85 (compact notation)
  -URL's
  -binary labels
  -comparing addresses, v4/v4, v4/v6
  -not use malloc or strxxx functions.

