summaryrefslogtreecommitdiff
path: root/src/bgpstore
Commit message (Collapse)AuthorAgeFilesLines
* Add README, COPYING.Linus Nordberg2009-10-121-0/+17
| | | | Add license header to all source files.
* Restructure and add bgpview.Linus Nordberg2009-08-211-0/+128
There's one package, BGP-LOGGER, defined in src/package.lisp. There are two systems, BGPSTORE and BGPVIEW, defined in bgpstore.asd and bgpview.asd respectively. The package exports START-BGPSTORE, START-BGPVIEW and their STOP- counterparts.