Skip to content

peterd-sky/libbfddp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BFD Data Plane

This is a implementation of software based BFD data plane library to be used as base for hardware implementations.

The project uses CMake so you can build the source out-of-the-tree like this:

# Enter source code directory:
cd libbfddp

# Create build dir separated from source:
mkdir build
cd build

# Generate makefile (for production):
cmake -DCMAKE_BUILD_TYPE=Release ..
# Generate makefile (for debugging):
cmake -DCMAKE_BUILD_TYPE=Debug ..

# Build library and sample daemons:
make

About

BFD data plane library + sample daemons

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 99.5%
  • CMake 0.5%