commit | 9c5169f8f6d1384eb7b42f3ae07ddcc74c4f0d8c | [log] [tgz] |
---|---|---|
author | Charles Chan <rascov@gmail.com> | Wed Aug 29 12:44:44 2018 -0700 |
committer | Charles Chan <rascov@gmail.com> | Wed Aug 29 12:44:44 2018 -0700 |
tree | b42c4cab60b4c33860eccc298cbce7da7b89ac3f | |
parent | 856005df71a48acbb6ff71d65678f0494726141e [diff] |
Add Trellis hybrid topology with only v4 hosts Change-Id: I5d075fc2f82c1da6c7c8f3bf2eb7e4b9eb14c7e1
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
)