summaryrefslogtreecommitdiff
path: root/sys/net/bfd.h
AgeCommit message (Expand)Author
2018-04-28use unsigned variables for things that we use as unsignedPeter Hessler
2017-03-10move clearing the bfd config to a task. while here, fix a typoPeter Hessler
2017-03-10move receiving and processing the BFD packet into a taskPeter Hessler
2017-01-19add hooks so we can query the current state of a BFD sessionPeter Hessler
2016-09-20we will also want the echo timing paramaterPeter Hessler
2016-09-19once again, fix the bfd state-machine. this time, tested against aPeter Hessler
2016-09-17*** empty log message ***Peter Hessler
2016-09-15adjust whitespace and remove an unused structPeter Hessler
2016-09-15protect a kernel only structure with _KERNEL, means userland doesn'tPeter Hessler
2016-09-12Add data about how long the session has been in the current state, andPeter Hessler
2016-09-07Use C99 types.Martin Pieuchot
2016-09-04Make it possible to toggle RTF_BFD via RTM_CHANGE and fix some minor thingsClaudio Jeker
2016-09-03add support for Bidirectional Forwarding Detection (RFC 5880/5881).Peter Hessler