index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
net
/
bfd.h
Age
Commit message (
Expand
)
Author
2018-04-28
use unsigned variables for things that we use as unsigned
Peter Hessler
2017-03-10
move clearing the bfd config to a task. while here, fix a typo
Peter Hessler
2017-03-10
move receiving and processing the BFD packet into a task
Peter Hessler
2017-01-19
add hooks so we can query the current state of a BFD session
Peter Hessler
2016-09-20
we will also want the echo timing paramater
Peter Hessler
2016-09-19
once again, fix the bfd state-machine. this time, tested against a
Peter Hessler
2016-09-17
*** empty log message ***
Peter Hessler
2016-09-15
adjust whitespace and remove an unused struct
Peter Hessler
2016-09-15
protect a kernel only structure with _KERNEL, means userland doesn't
Peter Hessler
2016-09-12
Add data about how long the session has been in the current state, and
Peter Hessler
2016-09-07
Use C99 types.
Martin Pieuchot
2016-09-04
Make it possible to toggle RTF_BFD via RTM_CHANGE and fix some minor things
Claudio Jeker
2016-09-03
add support for Bidirectional Forwarding Detection (RFC 5880/5881).
Peter Hessler