Skip to content

donaldsharp/fpm-stub

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a simple program that plays the role of a Forwarding Plane Manager and prints out messages received from the RIB. It is useful for testing the quagga code that interacts with the FPM.

fpm-stub can be built as follows:

  $ make FRR_DIR=<location-of-frr-code>

The FRR_DIR variable is required because fpm_stub depends on the header file that defines the FPM interface (fpm/fpm.h).

To run the program, just invoke it as follows -- it will start listening for a connection from the RIB.

  $ ./fpm-stub

About

Program for testing FRR code that plays the role of a Forwarding Plane Manager

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C 91.4%
  • Makefile 8.6%