
2014-09-15
==========



BACKLOG - for NEXT RELEASES
FOR RC STATUS:
* implement as name lookup
* test binary ipasn db load and usage
* understand difference with cymru whois lookup
    * the difference is not solved by MRTX fixes.
    * test with RIPE RIS (http://www.ripe.net/data-tools/stats/ris/ris-raw-data) -- different views most likely cause
    * understand nature of multiple entries in MRT-records. we use only first.
      (actually all have same origin in TD1 test, so this shouldn't be it either)
    * in some instances, the difference was due to BOGON ASes. but none of these are actually in the test cases

* test for windows (done - tested with vs2010 + python3.4 / miniconda3, via pip and direct)
* ipv6 support:
		(a) test radix - manually add/delete?
		(b) mrtx code would need it to be added - marked in code
* combine pyasn-util-* scripts into one script with good argument parsing
* perhaps, profiling pyasn.mrtx code

OTHER:
* upload our own asndb files to 3TU Datacenter
    - this can be done after recreation of current IPASNDAT files (bogus & set routes changed - about 200/file)
    - and perhaps also binary format check.

* installer: cleanup not working? what is our "coverage" ?


programatically accessing cymru whois if useful (- although we have our own funciton):
       https://github.com/csirtfoundry/BulkWhois
       https://github.com/trolldbois/python-cymru-services
       https://github.com/JustinAzoff/python-cymruwhois

