Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Restructure and add bgpview. | Linus Nordberg | 2009-08-21 | 1 | -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 Nordberg | 2009-06-26 | 1 | -1/+9 |
| | |||||
* | Fix. | Linus Nordberg | 2009-06-26 | 1 | -1/+1 |
| | |||||
* | * src/data.lisp (new-entries): Store AS-PATH. | Linus Nordberg | 2009-06-26 | 1 | -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 Nordberg | 2009-06-25 | 1 | -3/+8 |
| | |||||
* | First working version. | Linus Nordberg | 2009-06-25 | 1 | -30/+39 |
| | | | | | | Missing some crucial things: - [ ] store timestamp and precision-time - [ ] store as-path | ||||
* | WIP. | Linus Nordberg | 2009-06-25 | 1 | -46/+80 |
| | |||||
* | * src/data.lisp: New (with a stupid with prefixing column names with ASC- ↵ | Linus Nordberg | 2009-06-24 | 1 | -0/+74 |
and OCT-). |