summaryrefslogtreecommitdiff
path: root/src/ipcpd/normal/pol/tests
Commit message (Collapse)AuthorAgeFilesLines
* ipcpd: normal: Return list as routing tableSander Vrijders2017-09-251-47/+83
| | | | | | This returns a list as routing table instead of a pointer to a pointer to a pointer, which simplifies the looping through the routing table and makes it more extensible for future additions.
* build: Revise the build systemdimitri staessens2017-08-211-1/+2
| | | | | | | | | | This revises the build system to have configuration per system component. System settings can now be set using cmake. The standard compliance defines were removed from configuration header and are set in the sources where needed. Also some small code refactors, such as moving the data for shims out of the ipcp structure to the respective shims were performed.
* build: Replace fsf snail mail with contact URLdimitri staessens2017-08-131-1/+1
|
* ipcpd: normal: Make routing a policySander Vrijders2017-05-152-0/+274
This makes the routing component into a policy since different approaches may exist to do this, depending on how high the rank of the DIF is.