Incomplete Bidirectional Forwarding Detection's implementation
- minimal implemented
- available switch
- juniper XX
- multi implemented.
- c
- shared memory map
- cpp(boost)
- std::map
- c with netmap
- redirect only.
- c
This is sample code. It is not a perfect implementation according to RFC. Please use at your own risk.
bfdd (bidirectional forwarding detection) service. implemented on bsd socket. c compile.
bfdd service , implemented on boost.
bfdd service implemented on netmap redirect mode.
git clone https://github.com/xflagstudio/network-bfd-sample.git
- installed netmap nic driver.
cd bfd/
mkdir ./build
cd ./build
cmake ../
make