commit | 85f201cd7bb6b7963528f792beddb30da2b65b70 | [log] [tgz] |
---|---|---|
author | Charles Chan <rascov@gmail.com> | Fri Sep 07 17:42:11 2018 -0700 |
committer | Charles Chan <rascov@gmail.com> | Fri Sep 07 17:42:11 2018 -0700 |
tree | 07a7c4cc2f995336869aa53dc35295c6285fcb66 | |
parent | 764115e4b7ea7846408e3fe0fa57cb05432540be [diff] |
Update README Change-Id: I121252a4945d02fb0a0d6e7d97f0b964a4e4ac96
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
)