summaryrefslogtreecommitdiff
path: root/src/data.lisp
Commit message (Collapse)AuthorAgeFilesLines
* Restructure and add bgpview.Linus Nordberg2009-08-211-147/+0
| | | | | | | | | | 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.
* * src/data.lisp (new-entries): Store nexthop.Linus Nordberg2009-06-261-1/+9
|
* Fix.Linus Nordberg2009-06-261-1/+1
|
* * src/data.lisp (new-entries): Store AS-PATH.Linus Nordberg2009-06-261-4/+21
| | | | * src/start-bgpstore.sh: Fix bug in start args and add default host and port.
* Store timestamp and precision-time in db.Linus Nordberg2009-06-251-3/+8
|
* First working version.Linus Nordberg2009-06-251-30/+39
| | | | | | Missing some crucial things: - [ ] store timestamp and precision-time - [ ] store as-path
* WIP.Linus Nordberg2009-06-251-46/+80
|
* * src/data.lisp: New (with a stupid with prefixing column names with ASC- ↵Linus Nordberg2009-06-241-0/+74
and OCT-).