Skip to content

BFD data plane library + sample daemons

License

Notifications You must be signed in to change notification settings

JosiahMg/libbfddp

This branch is up to date with opensourcerouting/libbfddp:master.

Folders and files

NameName
Last commit message
Last commit date
Oct 5, 2020
Mar 17, 2021
Mar 17, 2021
May 20, 2020
Oct 5, 2020
Oct 15, 2020
May 20, 2020
Jul 23, 2020
May 27, 2020

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%