summaryrefslogtreecommitdiff
path: root/src/ipcpd/normal/pol/simple_pff.c
Commit message (Collapse)AuthorAgeFilesLines
* ipcpd: Mark len parameter as unused in simple_pffdimitri staessens2017-09-211-0/+4
|
* ipcpd: normal: Add alternate hop PFFSander Vrijders2017-09-211-7/+7
| | | | | This adds a PFF that returns an alternate hop as next hop in case the hop that would have been returned is down.
* ipcpd: normal: Make PFF policy-basedSander Vrijders2017-09-201-0/+183
This turns the PDU Forwarding Function of the IPCP into a policy. For now only the simple PFF policy is available.