Skip to content

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

License

Notifications You must be signed in to change notification settings

opensourcerouting/fpm-stub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 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 QUAGGA_DIR=<location-of-quagga-code>

The QUAGGA_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 quagga code that plays the role of a Forwarding Plane Manager

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages