routing
routing copied to clipboard
Mirror of https://gerrit.onosproject.org/#/admin/projects/routing
Routing libraries and topologies for Mininet
This repository contains a set of libraries and scripts that build on top of Mininet to construct topologies that include L3 routing elements. Quagga is used to construct routes that support a variety of routing protocols.
Dependencies
- Mininet:
sudo apt-get install mininet - Quagga:
sudo apt-get install quagga - ipaddress:
sudo pip install ipaddress(if that doesn't work usesudo apt-get install python-pip)