summaryrefslogtreecommitdiff
path: root/src/ipcpd/normal/gam.h
Commit message (Collapse)AuthorAgeFilesLines
* lib: Remove application entity nameSander Vrijders2017-02-241-2/+1
| | | | | The AE name should not be passed over the layer boundaries. If an application has more than one AE it should exchange this in CACEP.
* Revise CACEP APIdimitri staessens2017-02-241-4/+4
| | | | | | The information passed to CACEP is split between the information about the connection and the information to be used during the authentication exchange.
* 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.