Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ipcpd: normal: Add routing table calculation | Sander Vrijders | 2017-03-23 | 1 | -16/+7 |
| | | | | | | This adds routing table calculation to the graph component. The routing instances can then periodically ask the graph component for the routing table, and update their PFFs accordingly. | ||||
* | ipcpd: normal: Add graph structure | Sander Vrijders | 2017-03-14 | 1 | -0/+67 |
This adds a graph structure which will be updated by routing when it is notified about a new RIB event. The routing can then use this graph as input for calculating the shortest path to a destination. |