summaryrefslogtreecommitdiff
path: root/src/ipcpd/normal/gam.c
Commit message (Collapse)AuthorAgeFilesLines
* ipcpd: normal: Create policies for GAMSander Vrijders2017-01-121-95/+41
| | | | | This allows the selection of a policy for the graph adjacency manager. Currently we only support constructing a complete graph.
* ipcpd: normal: Use new list APISander Vrijders2017-01-111-3/+3
| | | | | After a previous commit the API of the linked list was changed. This updates the files that were not yet merged upstream.
* ipcpd: normal: Add graph adjacency managerSander Vrijders2017-01-091-0/+339
This commit adds the graph adjacency manager to the normal IPCP, which sets up N-1 flows to other members.