commit | e6b897f7a1e60a81c54d69e8c1e2d87a436039f2 | [log] [tgz] |
---|---|---|
author | Jonathan Hart <jono@onlab.us> | Tue Jan 24 17:09:58 2017 -0800 |
committer | Jonathan Hart <jono@onlab.us> | Wed Feb 08 16:32:36 2017 -0800 |
tree | 702022d084145994fafc0c0e8ddff517b6d5e38b | |
parent | d5d808765fbfbe4c1d2685ff1ae6bc274c26a101 [diff] |
Parameterize SdnAs to allow multiple to exist
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
)