cnp3 / ipmininet

Mininet extension to make experimenting with IP networks easy
GNU General Public License v2.0
65 stars 51 forks source link

Support facebooks OpenR routing plattform #18

Closed butjar closed 5 years ago

butjar commented 5 years ago

The PR adds support for facebooks open source routing platform OpenR. It's traditional link state routing protocol with a modular architecture.

Since the build script for OpenR is currently broken the OpenR daemon can be built as described in https://github.com/facebook/openr/pull/41.

oliviertilmans commented 5 years ago

Thanks! As mentionned in #21, I think we need to integrate the OpenR build script somewhere to enable people to actually use it "easily" (as that is anyway the goal of this framework...). Again, I am fine with merging this PR, but would like to use it as an opportunity to think about a wider setup script.

oliviertilmans commented 5 years ago

Thanks for this! We'll eventually work on the dry_run if that ever creates an issue in the future.