commit | fc0af77efaf0f8e46b162bb195c930150902a952 | [log] [tgz] |
---|---|---|
author | Jonathan Hart <jono@onlab.us> | Mon Jan 16 13:15:08 2017 -0800 |
committer | Jonathan Hart <jono@onlab.us> | Mon Jan 16 13:15:08 2017 -0800 |
tree | 38bbfec091ce9948cff2d0eacdc5f571d175e2f1 | |
parent | 0960859c491b44e553562e71eab0484a47b6c02e [diff] |
Add flag to allow topologies to choose whether to use FPM or not. Most Quaggas won't have FPM available because it needs a specially compiled Quagga, so they'll break if they encounter FPM configuration.
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.
sudo apt-get install mininet
sudo apt-get install quagga
sudo pip install ipaddress
(if that doesn't work use sudo apt-get install python-pip
)