summaryrefslogtreecommitdiff
path: root/src/ipcpd/normal/pol/graph.h
Commit message (Collapse)AuthorAgeFilesLines
* ipcpd: normal: Add Loop-Free Alternates routingSander Vrijders2017-09-291-0/+4
| | | | | | This adds the Loop-Free Alternates (LFA) policy. In case a link goes down a LFA may be selected to route the SDUs on without causing loops instead of the main hop that just went down.
* ipcpd: normal: Return list as routing tableSander Vrijders2017-09-251-5/+14
| | | | | | 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: Replace fsf snail mail with contact URLdimitri staessens2017-08-131-1/+1
|
* ipcpd: normal: Make routing a policySander Vrijders2017-05-151-0/+53
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.