README-ptvsa revision 3f54fd611f536639ec30dd53c48e5ec1897cc7d9
489N/Aptv provides functions that apply set operations on collections of
489N/Aprefix tables of addresses with arbitrary size. In particular, ptv
489N/Asupports ipv4 and ipv6 prefix table set operations.
489N/A
489N/A Glenn Fowler
489N/A Information and Software Systems Research
489N/A gsf@research.att.com
489N/A
489N/AThis directory contains ptvsa, the standalone code for ptv. ptvsa
489N/Arequires the ast standalone astsa source package. Read this package
489N/Aand astsa in the same directory and run this to build libptvsa.a:
489N/A
489N/A make -f ptvsa.omk
489N/A
489N/Aand this to build the test harness and test the library:
489N/A
489N/A make -f ptvsa.omk test
489N/A
489N/AYou may have to do some /bin/make plumbing on *.omk to get it to work
489N/Aon your system.
489N/A
489N/AThe library interface is implemented in libptvsa.a; include ptv.h in your
489N/Asource and link your a.out with libptvsa.a. ptvsa.omk (for old make) pulls
489N/Ain standalone headers and source.
489N/A
489N/A'testptv --man' lists the test harness man page on the standard error.
489N/Aptv.3 is the api man page. See testptv.c for example api usage.
489N/A
489N/Aptvsa is a subset of the { ast-base ast-dss } packages at
489N/A
489N/A http://www.research.att.com/sw/download/
489N/A