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.c
Age
Commit message (
Expand
)
Author
2016-09-04
Refactor the code an fix a few issues by doing so.
Claudio Jeker
2016-09-04
Only allow bfd on host routes and non-gateway routes for now.
Claudio Jeker
2016-09-04
Grab a reference to the route and free it once no longer needed.
Claudio Jeker
2016-09-04
Make it possible to toggle RTF_BFD via RTM_CHANGE and fix some minor things
Claudio Jeker
2016-09-03
handle the remaining bits of the packet we are sent
Peter Hessler
2016-09-03
only clear the error counter if we are successful, not if we get
Peter Hessler
2016-09-03
handle timer limitations
Peter Hessler
2016-09-03
we really should ntohl fields coming in from the network
Peter Hessler
2016-09-03
jsg@ also found some uninitialized variables, thank you!
Peter Hessler
2016-09-03
in order to avoid problems with precise timing, obey rfc 5880 section 6.8.7,
Peter Hessler
2016-09-03
if_get requires the corresponding if_put call.
Peter Hessler
2016-09-03
remove testing printf that snuck in accidentally.
Peter Hessler
2016-09-03
instead of doing everything manually, use goto cleanup idiom
Peter Hessler
2016-09-03
check the TTL field for incoming packets, we only support directly
Peter Hessler
2016-09-03
remove a bunch of printf-debugging output and commented lines
Peter Hessler
2016-09-03
remove spl-dance. the functions we are protecting already do that.
Peter Hessler
2016-09-03
use the correct size for the pool we are init'ing
Peter Hessler
2016-09-03
Remove comments about taskq flags we want to eventually run with.
Peter Hessler
2016-09-03
add support for Bidirectional Forwarding Detection (RFC 5880/5881).
Peter Hessler