summaryrefslogtreecommitdiff
path: root/src/ipcpd/normal/gam.h
Commit message (Collapse)AuthorAgeFilesLines
* ipcpd: Move RIB configuration to common headerdimitri staessens2017-02-171-0/+1
| | | | | Moves the definitions of paths in the RIB for the normal IPCP to a header ribconfig.h to avoid repetition.
* ipcpd: normal: Create policies for GAMSander Vrijders2017-01-121-3/+5
| | | | | This allows the selection of a policy for the graph adjacency manager. Currently we only support constructing a complete graph.
* ipcpd: normal: Add graph adjacency managerSander Vrijders2017-01-091-0/+44
This commit adds the graph adjacency manager to the normal IPCP, which sets up N-1 flows to other members.