-
Notifications
You must be signed in to change notification settings - Fork 39
/
README
executable file
·32 lines (24 loc) · 1.01 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
README for OpenBFDD
*******************
=====================
+ Use the Wiki
=====================
This document contains only very minimal information. More detailed
information can be obtained on the projects GitHub wiki, currently located
at: https://github.com/dyninc/OpenBFDD/wiki
================
+ Intro
================
OpenBFDD is an open source package that provides a software based
implantation of the Bidirectional Forwarding Detection (BFD) protocol. It
is designed to run on a server. Its primary purpose is to allow the
administrator to quickly take the server off-line when the core service,
such as a bind or unbound server, goes down. This is done by providing a
BFD "beacon", bfdd-beacon, that can communicate with a properly
configured, BFD enabled, router. A control utility, bfdd-control, can be
used to configure the running bfdd-beacon daemon, and to change the state
of its BFD sessions.
================
+ License
================
See the included LICENSE file for licensing information.