commit | ccef7520b238eaa20ba25aad4ea9928467d0221e | [log] [tgz] |
---|---|---|
author | Charles Chan <rascov@gmail.com> | Tue Jun 06 14:52:17 2017 -0700 |
committer | Charles Chan <rascov@gmail.com> | Tue Jun 06 14:52:17 2017 -0700 |
tree | 95a7999f734142952448efb617dabd77e22638e0 | |
parent | ec57b95aeab27b76ce2b8082c70861985fbc52d4 [diff] |
Update dependencies in README Change-Id: I2ab31de290ed162d3de1073636f8003cb8918172
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
)