commit | ec57b95aeab27b76ce2b8082c70861985fbc52d4 | [log] [tgz] |
---|---|---|
author | Charles Chan <rascov@gmail.com> | Mon Apr 24 17:05:06 2017 -0700 |
committer | Charles Chan <rascov@gmail.com> | Mon Apr 24 17:05:30 2017 -0700 |
tree | c6b343ffc23ef8a5bb3441b383b4f00565250355 | |
parent | b0dd5eda75c8b425ecb9317b94201261cbb74990 [diff] |
Extracting common code to trellis library Change-Id: Iaa3170bb7679a273473bb3459082121e465907ea
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
)